/* General Styling */
body {
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.5rem 1rem;
}

.navbar-nav .dropdown {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-nav .dropdown-toggle {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.5rem 1rem;
}

/* Centering logo */
.logo img {
    height: 50px;
}

/* Appointment Button */
.book-appointment-nav {
    background-color: #fff;
    color: #4c362a;
    font-weight: bold;
    text-decoration: none;
    --bs-btn-border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    padding-top: 4px;  /* Adjust this value as needed */
}

.book-appointment-nav:hover {
    background-color: #e0d4c8;
    color: #4c362a;
    text-decoration: none;
}

/* Appointment Button */
.book-appointment {
    background-color: #fff;
    color: #4c362a;
    font-weight: bold;
    padding: 0 20px;
    padding-top: 4px; 
    text-decoration: none;
    --bs-btn-border-radius: 0;
}

.book-appointment:hover {
    background-color: #e0d4c8;
}

/* Navbar Styling */
.custom-navbar {
    background-color: #563a2c;
    border: none;
}

.navbar + .navbar {
    border-top: none;
}

.d-lg-none {
    margin-top: -1px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: uppercase;
}

/* Mobile Logo */
.mobile-logo {
    height: 40px;
}

/* Small Logo for Smaller Devices */
.small-logo {
    height: 30px;
}


.main-footer {
    background-color: #563a2c;
    color: white;
    padding: 10px 0;
}

.footer-container {
    max-width: 95%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    border: none;
}

.footer-left, .footer-right {
    flex: 1;
    padding: 40px;
    border: none;
}

.footer-left {
    border: 1px solid #ffe7d8;
    border-right: none;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer-right {
    display: flex;
    gap: 40px;
    border: 1px solid #ffe7d8;
    padding: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    position: relative;
}

.contact-form .name-fields {
    display: flex;
    margin-bottom: 5px; 
}

.name-fields input {
    flex: 1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 40px;
    padding: 8px 0;
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form .name-fields .form-group input {
    border-bottom: 1px solid white !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom: 1px solid white;
    color: white;
    background: transparent;
}

.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form textarea {
    /* height: 50px; */
    resize: none;
    margin-bottom: 15px;
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid white;
}

.contact-form button {
    padding: 8px 20px;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent;
    color: white;
    border: 1px solid #ffe7d8;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 0; /* Remove auto margins */
    border-radius: 5px;
    display: flex;
    padding-top: 12px;
    align-self: flex-start; /* Add this to align button to start */
}

.contact-form button:hover {
    background: #C19D60;
    color: white;
}

.footer-right h3,
.footer-left h3 {
    color: white;
    margin-bottom: 20px;
}

.shortcuts {
    flex: 1;
}

.shortcuts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shortcuts ul li {
    margin-bottom: 20px;  /* Increased spacing between menu items */
}

.shortcuts ul li:last-child {
    margin-bottom: 0;
}

.shortcuts ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
    padding: 5.5px 0;  /* Added padding for better click area */
    display: inline-block;
}

.shortcuts ul li a:hover {
    opacity: 0.8;
}

.contact-info {
    flex: 1;
}

.contact-info p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;  /* Spacing between contact info items */
    font-size: 0.9rem;
    line-height: 1.6;
}

.contact-info p i {
    margin-top: 4px;  /* Align icons with text */
    color: rgba(255, 255, 255, 0.8);
    min-width: 16px;  /* Ensure icons align properly */
}

.social-icons {
    margin-top: 25px;  /* Space above social icons */
    display: flex;
    gap: 15px;  /* Space between social icons */
}

.social-icons a {
    color: white;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        margin: 30px auto;
        padding: 0 20px;
    }
    
    .footer-right {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-left, .footer-right {
        margin-bottom: 20px;
        padding: 30px;
    }
    
    .shortcuts, .contact-info {
        margin-bottom: 30px;
    }

    .footer-left {
        border-right: 1px solid #ffe7d8;
        border-bottom: 1px solid #ffe7d8;  /* Keep bottom border visible */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    
    .footer-right {
        border-top: 1px solid #ffe7d8;    /* Keep top border visible */
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .contact-form .name-fields {
        flex-direction: column;
    }
}

.footer-book-btn {
    display: inline-block;
    background: transparent;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; 
    padding-bottom: 10px;
    border: 1px solid #ffe7d8;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-radius: 5px;
    text-align: center;
}

.footer-book-btn:hover {
    background: #C19D60;
    color: white;
    text-decoration: none;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-group label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 0;
}

.name-fields {
    display: flex;
    gap: 15px;
}

.name-fields .form-group {
    flex: 1;
}

.name-fields .form-group input {
    border-bottom: 1px solid white;
}

.contact-form .form-group input {
    border-bottom: 1px solid white;
}

.services-section {
    padding: 80px 0;
    opacity: 0;
    transform: translateY(20px);
}

.services-section.animate {
    animation: sectionFadeIn 0.8s ease-out forwards;
}

.section-title {
    color: #563a2c;
    font-size: 2.5rem;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(20px);
}

.section-title.animate {
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes sectionFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    opacity: 0;
    transform: translateY(10px);
}

.accordion-item.animate {
    animation: itemFadeIn 0.5s ease-out forwards;
}

.accordion-button {
    color: black;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.accordion-button:not(.collapsed) {
    background-color: #563a2c;
    color: white;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: #000;
}

.accordion-body {
    padding: 20px;
    background-color: #ffe7d8;
    color: #563a2c;
    font-size: 1rem;
}

.hero-section-services {
    min-height: 400px;
    height: 90vh;
    overflow: hidden;
}

.hero-section-services .container-fluid,
.hero-section-services .row {
    height: 95vh;
}

.hero-section-services .hero-left {
    background-color: #fff4e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    height: 95vh;
}

.hero-content-left {
    max-width: 500px;
    opacity: 1;
    transform: none;
}

.hero-content-left p,
.hero-content-left h2 {
    opacity: 0;
    margin-bottom: 20px;
    position: relative;
    width: auto;
    white-space: normal;
    overflow: visible;
    border-right: none;
}

.hero-content-left p.animate,
.hero-content-left h2.animate {
    animation: typing-text 2s steps(40, end) forwards;
    opacity: 1;
}

/* Add typing animation keyframes */
@keyframes typing-text {
    0% {
        width: 0;
        border-right-color: #563a2c;
    }
    99% {
        border-right-color: #563a2c;
    }
    100% {
        width: 100%;
        border-right-color: transparent;
    }
}

.hero-section-services .hero-right {
    height: 95vh;
}

.hero-right img {
    width: 100%;
    height: 95vh;
    object-fit: cover;
    opacity: 0;
}

.hero-right img.animate {
    animation: fadeIn 1.2s ease-out forwards;
}

/* Add fade in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .hero-section-services {
        height: auto;
        min-height: auto;
    }
    
    .hero-section-services .container-fluid,
    .hero-section-services .row {
        height: auto; /* Remove fixed height */
    }
    
    .hero-section-services .hero-left {
        padding: 40px 20px;
        height: 30vh;
        display: flex;
        align-items: center;
    }
    
    .hero-section-services .hero-right {
        height: 50vh;
    }
    
    .hero-right img {
        height: 50vh;
        object-fit: cover;
    }
    
    .hero-content-left h1 {
        font-size: 2rem;
    }
}

.booking-section {
    padding: 80px 0;
    background-color: #fff;
    margin: 0 auto;
}

.booking-form-left,
.booking-form-right {
    padding: 30px;
}

.booking-form-left {
    max-width: 80%;
    margin: 0 auto;
    padding: 40px;
}

.booking-form .form-group {
    margin-bottom: 15px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 40px; /* Increase overall form gap */
}

.booking-form label {
    color: #563a2c;
    margin-bottom: 0;
    display: block;
}

.form-control {
    border: none;
    border-bottom: 1px solid rgba(86, 58, 44, 0.3);
    border-radius: 0;
    padding: 8px 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #563a2c;
}

.time-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.time-slot {
    padding: 10px;
    background: transparent;
    border: 1px solid #563a2c;
    color: #563a2c;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-slot:hover,
.time-slot.active {
    background: #563a2c;
    color: white;
}

.book-now-btn {
    width: 200px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px; 
    padding-bottom: 10px;
    background: #563a2c;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease;
    align-self: center;
}

.book-now-btn:hover {
    background: #C19D60;
    color: white;
}

.booking-form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    margin-bottom: 0; /* Remove margin since we're using gap in parent */
}

.form-group {
    flex: 1;
    margin-bottom: 0; /* Remove any default margins */
}

/* Keep mobile responsiveness */
@media (max-width: 768px) {
    .booking-form {
        gap: 20px; /* Reduce gap on mobile */
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}

.booking-form .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #563a2c;
    font-size: 14px;
}

.booking-form .form-group input,
.booking-form .form-group select {
    width: 100%;
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(86, 58, 44, 0.3);
    color: #563a2c;
    outline: none;
    transition: border-color 0.3s ease;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .booking-form-left,
    .booking-form-right {
        margin-bottom: 30px;
    }
    
    .time-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .booking-section {
        width: 95%;
        padding: 40px 0;
    }
    
    .booking-form-left {
        padding: 20px;
    }
}

.about-offers {
    padding: 30px 0;
    background-color: #fff;
    overflow: hidden;
}

.about-offers-content {
    padding-right: 75px;
    padding-left: 75px;
}

.about-offers-content h2 {
    color: #563a2c;
    font-size: 1.5rem;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
}

.about-offers-content .description {
    color: #563a2c;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
}

.about-offers-image img {
    opacity: 0;
    transform: translateX(50px);
}

.about-offers-image img.animate {
    animation: slideInFromRight 1s ease-out forwards;
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.offer-highlights {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.offer-highlights li {
    color: #563a2c;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
}

.offer-highlights li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #C19D60;
}

/* Animation classes */
.about-offers-content h2.animate {
    animation: fadeInUp 1s ease-out forwards;
}

.about-offers-content .description.animate {
    animation: fadeInUp 1s ease-out forwards;
}

.offer-highlights li.animate {
    animation: slideInFromLeft 0.8s ease-out forwards;
}

/* Add slide in from left animation */
@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .about-offers-content {
        padding-right: 15px;
        padding-bottom: 20px;
    }
    
    .about-offers-content h2 {
        font-size: 1.5rem;
    }
}

.membership-plans {
    padding: 80px 0;
    background-color: #fff;
}

.membership-plans .container {
    max-width: 80%;
    margin: 0 auto;
}

.membership-plans .row {
    gap: 30px;
    justify-content: center;
    margin: 0 auto;
    /* max-width: 90%; */
}

.membership-plans .col-md-6 {
    display: flex;
    justify-content: center;
    max-width: 500px;
    padding: 0;
    margin-bottom: 30px;
}

.plan-card {
    width: 500px;
    height: 500px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: transform 0.3s ease;
    border: solid 1px #563a2c;
    opacity: 0;
    transform: scale(0.8);
}

.plan-card.animate {
    animation: membershipPop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes membershipPop {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.plan-card h3 {
    margin-bottom: 20px;
    color: #563a2c;
}

.plan-card .price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #563a2c;
    margin-bottom: 5px;
}

.plan-card .duration {
    color: #563a2c;
    margin-bottom: 20px;
}

.plan-card .features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    color: #563a2c;
}

.plan-card .features li {
    margin-bottom: 10px;
    font-size: 14px;
}

.plan-btn {
    background: transparent;
    border: 2px solid #563a2c;
    color: #563a2c;
    padding: 10px 30px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.plan-btn:hover {
    background: white;
    color: #563a2c;
}

/* Plan Colors */
.basic {
    background: #fffaf8;
}

.silver {
    background: #fffaf3;
}

.gold {
    background: #fffaf3;
}

.platinum {
    background: #FFFAF8;
}

.membership-plans h2 {
    opacity: 0;
    transform: translateY(20px);
}

.membership-plans h2.animate {
    animation: fadeInUp 1s ease-out forwards;
}

@media (max-width: 768px) {
    .plan-card {
        margin-bottom: 30px;
        min-height: 300px;
        aspect-ratio: 1;
    }

    .membership-plans .col-md-6 {
        max-width: 100%;
    }
    
    .plan-card {
        width: 250px;
        height: 250px;
    }

    .membership-plans .row {
        gap: 20px;
    }
    
    .membership-plans .col-md-6 {
        margin-bottom: 20px;
    }

    .plan-card {
        width: 300px;
        height: 300px;
        padding: 15px;
    }

    .plan-card h3 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .plan-card p {
        font-size: 0.8rem;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .plan-card h5 {
        font-size: 0.9rem;
        margin: 5px 0;
    }
}

@media (max-width: 375px) {
    .plan-card {
        width: 250px;
        height: 250px;
        padding: 12px;
    }
}

/* About Section Styles */
.about-section {
    padding: 80px 0;
    overflow: hidden;
    background-color: #fff;
}

.about-content {
    padding-right: 50px;
    padding-left: 50px;
}

.about-content h2 {
    color: #563a2c;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
}

.about-content p {
    color: #563a2c;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.1rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.about-content p.animate {
    opacity: 1;
    transform: translateY(0);
}

.about-content .book-appointment {
    margin-top: 30px;
    background: #563a2c;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.about-content .book-appointment:hover {
    background: #C19D60;
    color: white;
    font-weight: bold;
    text-decoration: none;
    --bs-btn-border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    opacity: 0;
    transform: translateX(50px);
}

/* Animation classes */
.about-content h2.animate {
    animation: typing 1s ease-out forwards;
}

.about-content p.animate {
    animation: typing 1s ease-out forwards;
}

.about-content .book-appointment.animate {
    animation: typing 1s ease-out forwards;
}

.about-image img.animate {
    animation: slideInFade 1.5s ease-out forwards;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .about-section {
        padding: 40px 0;
    }

    .about-content {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px;
    }
    
    .about-content h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .about-content p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* Animation Keyframes */
@keyframes slideInFade {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes typing {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-services {
    background-color: #ffe7d8;
    padding: 100px 80px;
}

/* Services Animation Initial States */
.home-services h2 {
    opacity: 0;
    transform: translateY(20px);
}

.service-card {
    text-align: center;
    padding: 30px 20px;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.service-icon {
    margin-bottom: 20px;
}

.service-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    opacity: 0;
    transform: scale(0.8);
}

/* Services Animation Classes */
.home-services h2.animate {
    animation: fadeInUp 1s ease-out forwards;
}

.service-card.animate {
    animation: fadeInUp 1s ease-out forwards;
}

.service-icon img.animate {
    animation: popIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Add new keyframes for pop animation */
@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card h3 {
    color: #563a2c;
    font-size: 1.5rem;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.service-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #C19D60;
}

.service-card p {
    color: #563a2c;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.view-services {
    display: block;
    width: fit-content;
    margin: 40px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 17px; 
    padding-bottom: 10px;
    background: transparent;
    border: 2px solid #563a2c;
    color: #563a2c;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.view-services:hover {
    background: #563a2c;
    color: white;
    text-decoration: none;
}

.view-services.animate {
    animation: viewBtnPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Add keyframe for view services button */
@keyframes viewBtnPop {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .service-card {
        margin-bottom: 30px;
    }
}

.image-section {
    width: 100%;
    overflow: hidden;
}

.image-section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.team-section {
    padding: 80px 0;
    background-color: #fcfaeb;
    overflow: hidden;
}

.team-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-image img {
    width: 50%;
    height: 50%;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0;
    transform: translateX(-50px);
}

.team-content {
    padding-left: 50px;
    padding-right: 50px;
}

.team-content h2 {
    color: #563a2c;
    font-size: 1.5rem;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
}

.team-content p {
    color: #563a2c;
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(20px);
}

/* Team Animation Classes */
.team-content h2.animate {
    animation: fadeInUp 1s ease-out forwards;
}

.team-content p.animate {
    animation: fadeInUp 1s ease-out forwards;
}

.team-image img.animate {
    animation: slideInFadeLeft 1.5s ease-out forwards;
}

/* Add new keyframe for slide in from left */
@keyframes slideInFadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.gallery-section {
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden;
    text-align: center; /* Add this */
}

.gallery-section h2 {
    color: #563a2c;
    font-size: 2rem;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
}

.gallery-section h2.animate {
    animation: fadeInUp 1s ease-out forwards;
}

/* Updated gallery card styling */
.gallery-card {
    margin-bottom: 30px;
    width: 100%;
    min-height: 400px !important;
    max-height: 400px !important;
    aspect-ratio: 3/4;
    padding: 0 10px;
    opacity: 0;
    transform: scale(0.8);
}

.gallery-card.animate {
    animation: galleryPop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
}

.view-gallery {
    display: inline-block; /* Change from block to inline-block */
    margin: 40px auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 17px; 
    padding-bottom: 10px;
    background: transparent;
    border: 2px solid #563a2c;
    color: #563a2c;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.view-gallery:hover {
    background: #563a2c;
    color: white;
    text-decoration: none;
}

.view-gallery.animate {
    animation: galleryBtnPop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Add keyframes for gallery animations */
@keyframes galleryPop {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes galleryBtnPop {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gallery-section .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);  /* Show 2 images per row on tablets */
        gap: 20px;
    }

    .gallery-card {
        max-width: 250px; 
        padding: 0 5px;
    }
}

@media (max-width: 576px) {
    .gallery-section .row {
        grid-template-columns: 1fr;  /* Show 1 image per row on mobile */
    }

    .gallery-card {
        max-width: 250px;  /* Limit maximum width on mobile */
        margin: 0 auto 20px;
        border-top-left-radius: 250px;
        border-top-right-radius: 250px;
    }
    .view-gallery {
        margin: 30px auto; /* Reduce margin on mobile */
        padding-left: 30px; /* Slightly reduce padding */
        padding-right: 30px;
        padding-bottom: 13px;
        font-size: 14px; /* Smaller font size for mobile */
    }
}

.testimonial-section {
    background-color: #fef1ce;
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
}

.testimonial-section .row {
    display: flex;
    align-items: stretch; /* Makes all columns same height */
}

.testimonial-section .col-md-4 {
    display: flex; /* Makes columns flex containers */
}

/* Initial states for animations */
.testimonial-card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.testimonial-card.left-card {
    transform: translateX(-100%);
}

.testimonial-card.right-card {
    transform: translateX(100%);
}

.center-card {
    background-color: #563a2c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    min-height: 300px;
    opacity: 0;
    transform: scale(0.95);
}

.center-card .section-title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0;
    word-wrap: break-word;
    opacity: 1;
    transform: none;
}

/* Remove mb-3 mt-3 classes from the center column in HTML if present */
.testimonial-section .col-md-4.mb-3.mt-3 {
    margin: 0 !important;
}

.testimonial-section .section-title {
    color: #fff; /* Center card title color */
    font-size: 2rem;
    margin-bottom: 0; /* Remove bottom margin */
    word-wrap: break-word; /* Ensure text wraps within the card */
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial {
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
}

.testimonial p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #563a2c;
}

.testimonial h4 {
    color: #563a2c;
    font-weight: bold;
}

/* Testimonial Slider Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.slider-dots .dot {
    width: 8px;
    height: 8px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot.active {
    background-color: #563a2c;
    transform: scale(1.2);
}

/* Animation classes */
.center-card.animate {
    animation: centerCardFade 0.8s ease-out forwards;
}

.testimonial-card.left-card.animate {
    animation: slideInLeft 0.8s ease-out forwards;
    animation-delay: 0.4s;
}

.testimonial-card.right-card.animate {
    animation: slideInRight 0.8s ease-out forwards;
    animation-delay: 0.4s;
}

/* Animation keyframes */
@keyframes centerCardFade {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .center-card {
        padding: 10px; /* Adjust padding for smaller screens */
    }

    .testimonial-section .section-title {
        font-size: 1.5rem; /* Adjust font size for smaller screens */
    }
}

/* Dropdown Menu Styling */
.dropdown-menu-dark {
    background-color: #563a2c;
    border: none;
    border-radius: 0;
    margin-top: 0;
}

.dropdown-menu-dark .dropdown-item {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px;
}

.dropdown-menu-dark .dropdown-item:hover {
    background-color: #C19D60;
}

/* Mobile Dropdown Styling */
@media (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: none;
        text-align: center;
    }
    
    .dropdown-menu-dark .dropdown-item {
        color: #fff;
        padding: 8px 0;
    }
    
    .dropdown-menu-dark .dropdown-item:hover {
        background-color: transparent;
        opacity: 0.8;
    }
}

/* Resume Upload Styling */
.resume-upload {
    margin-bottom: 20px;
}

.resume-upload .upload-wrapper {
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.resume-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.resume-upload .upload-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 10px;
    background-color: #fff;
    border: 1px solid rgba(86, 58, 44, 0.3);
    color: #563a2c;
    transition: all 0.3s ease;
}

.resume-upload .upload-btn i {
    font-size: 1.2rem;
}

.resume-upload input[type="file"]:hover + .upload-btn {
    background-color: #ffe7d8;
    border-color: #563a2c;
}

.resume-upload .file-name {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #666;
}

.carousel-container {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 40px;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
}

.carousel-slide {
    flex: 0 0 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
}

.carousel-slide img {
    width: 100%;
    height: 400px; /* Adjust height as needed */
    object-fit: cover;
    border-radius: 8px;
}

.carousel-slide video {
    width: 100%;
    height: 400px; /* Adjust height as needed */
    object-fit: cover;
    border-radius: 8px;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #563a2c;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-button:hover {
    background: #C19D60;
}

.carousel-button.prev {
    left: 0;
}

.carousel-button.next {
    right: 0;
}

/* Responsive styles */
@media (min-width: 992px) {
    .carousel-slide {
        flex: 0 0 33.333%;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .carousel-slide {
        flex: 0 0 50%;
    }
    
    .carousel-slide img {
        max-height: 550px;
    }

    .carousel-slide video {
        max-height: 550px;
    }
}

@media (max-width: 576px) {
    .carousel-container {
        margin-bottom: 40px;
    }
    
    .carousel-wrapper {
        padding: 0 20px;
    }
    
    .carousel-slide {
        flex: 0 0 100%;
        padding: 0 5px;
    }
    
    .carousel-slide img {
        max-height: 550px;
    }

    .carousel-slide video {
        max-height: 550px;
    }
    
    .carousel-button {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@keyframes itemFadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile and Tablet Responsive Animations */
@media (max-width: 991px) {
    /* Hero Section Animations */
    .hero-content-left {
        max-width: 100%;
        padding: 20px;
    }

    .hero-content-left p,
    .hero-content-left h2 {
        font-size: 80%;
        white-space: normal;
    }

    /* Services Section Animations */
    .services-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .accordion-item {
        margin-bottom: 10px;
    }

    /* About Section Animations */
    .about-content {
        padding: 20px;
    }

    .about-image img {
        transform: translateX(20px);
    }

    /* Team Section Animations */
    .team-image img {
        transform: translateX(-20px);
        width: 80%;
    }

    .team-content {
        padding: 20px;
    }

    /* Gallery Section Animations */
    .gallery-card {
        transform: scale(0.9);
        margin-bottom: 15px;
    }

    /* Testimonial Section Animations */
    .testimonial-card.left-card {
        transform: translateX(-50%);
    }

    .testimonial-card.right-card {
        transform: translateX(50%);
    }

    .center-card {
        transform: scale(0.9);
        min-height: 200px;
        margin: 20px 0;
    }

    /* Membership Plans Animations */
    .plan-card {
        transform: scale(0.9);
    }

    /* About Offers Animations */
    .about-offers-content {
        padding: 20px;
    }

    .about-offers-image img {
        transform: translateX(20px);
    }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
    /* Hero Section Animations */
    .hero-content-left p,
    .hero-content-left h2 {
        font-size: 80%;
    }

    /* Services Section */
    .section-title {
        font-size: 1.8rem;
    }

    /* Gallery Cards */
    .gallery-card {
        transform: scale(0.95);
        margin-bottom: 10px;
    }

    /* Testimonial Cards */
    .testimonial-card.left-card {
        transform: translateX(-30%);
    }

    .testimonial-card.right-card {
        transform: translateX(30%);
    }

    .center-card {
        min-height: 150px;
    }

    .center-card .section-title {
        font-size: 1.5rem;
    }

    /* Membership Plans */
    .plan-card {
        transform: scale(0.95);
        padding: 15px;
    }

    .plan-card h3 {
        font-size: 1.2rem;
    }

    .plan-card .price {
        font-size: 1.8rem;
    }
}

/* Animation Performance Optimization */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Services Container */
.services-container {
    display: flex;
    gap: 30px;
    padding: 40px;
    max-width: 1800px;
    margin: 0 auto;
}

.services-container .services-section {
    flex: 1;
    min-width: 0; /* Prevents flex items from overflowing */
}

/* Responsive Design */
@media (max-width: 991px) {
    .services-container {
        flex-direction: column;
        padding: 20px;
    }

    .services-container .services-section {
        width: 100%;
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-color: #563a2c;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background-color: #C19D60;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.scroll-to-top.show {
    display: flex;
    animation: fadeIn 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Navbar Styles */
.navbar .nav-item {
    display: flex;
    align-items: center;
}

.navbar .dropdown-toggle {
    display: flex;
    align-items: center;
}

/* Preloader Styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out;
}

.preloader.fade-out {
    opacity: 0;
}

.preloader-content {
    position: relative;
    width: 150px;
    height: 150px;
}

.preloader-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #563a2c;
    border-radius: 50%;
}

.preloader-progress {
    position: absolute;
    width: 160px; /* Slightly larger than preloader-circle */
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: conic-gradient(#563a2c 0%, transparent 0%);
    animation: progress 2s linear infinite;
}

.preloader-progress::before {
    content: '';
    position: absolute;
    width: 150px; /* Same as preloader-circle */
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
}

.preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    object-fit: contain;
    z-index: 1;
}

@keyframes progress {
    0% {
        background: conic-gradient(#563a2c 0%, transparent 0%);
    }
    25% {
        background: conic-gradient(#563a2c 90deg, transparent 90deg);
    }
    50% {
        background: conic-gradient(#563a2c 180deg, transparent 180deg);
    }
    75% {
        background: conic-gradient(#563a2c 270deg, transparent 270deg);
    }
    100% {
        background: conic-gradient(#563a2c 360deg, transparent 360deg);
    }
}

/* Updated mobile styles */
@media (max-width: 768px) {
    .preloader-content {
        width: 120px;
        height: 120px;
    }
    
    .preloader-progress {
        width: 130px;
        height: 130px;
    }
    
    .preloader-progress::before {
        width: 120px;
        height: 120px;
    }
    
    .preloader-logo {
        width: 60px;
        height: 60px;
    }
}

/* Add this media query to adjust button text size on mobile */
@media (max-width: 576px) {
    .view-services {
        font-size: 14px; /* Adjust the font size for smaller screens */
        padding: 10px 20px; /* Adjust padding if necessary */
    }

    .book-appointment-nav {
        font-size: 14px; /* Adjust the font size for the appointment button */
        padding: 8px 15px; /* Adjust padding if necessary */
    }

    .footer-book-btn {
        font-size: 13px; /* Reduce the font size for the appointment button */
        padding: 8px 15px; /* Adjust padding if necessary */
        padding-top: 12px; 
        align-items: center;
        justify-content: center;
        display: flex; /* Ensure it is a flex container */
        margin: 0px auto; /* Center the button */
    }
    .contact-form button {
        padding-top: 12px;
        padding-bottom: 8px;
        padding-left: 40px;
        padding-right: 40px;        display: flex; /* Ensure it is a flex container */
        margin: 0 auto; /* Center the button */
        background: transparent;
        color: white;
        border: 1px solid #ffe7d8;
        cursor: pointer;
        font-weight: bold;
        font-size: 13px;
        transition: all 0.3s ease;
        border-radius: 5px;
        display: flex;
        padding-top: 12px; 
    }
    .team-image img {
        width: 70%;
        height: 40%;
        object-fit: cover;
        border-radius: 5px;
        opacity: 0;
        transform: translateX(-50px);
    }
    .team-content h2 {
        justify-content: center;
        text-align: center;
    }
    .team-content p {
        justify-content: center;
        text-align: center;
    }
    .gallery-section h2 {
        color: #563a2c;
        font-size: 1.7rem;
        margin-bottom: 40px;
        opacity: 0;
        transform: translateY(20px);
    }
    .footer-left {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .footer-right {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .carousel-slide img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 8px;
    }
    .carousel-slide video {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 8px;
    }
}

/* Add this media query to reduce gaps between service cards on mobile */
@media (max-width: 576px) {
    .service-card {
        margin-bottom: -5px; /* Use a negative margin to reduce gaps further */
    }
}

/* File Upload Styling */
.file-upload-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    /* padding: 10px; */
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
}

.file-upload-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: #563a2c;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.file-upload-button i {
    font-size: 16px;
}

.file-upload-text {
    color: #666;
    font-size: 14px;
}

.upload-label {
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

/* DateTime Picker Styles */
#selected-datetime {
    background-color: #fff;
    cursor: not-allowed;
    margin-bottom: 10px;
}

#open-datetime {
    width: 100%;
    background-color: #563a2c;
    color: white;
}

.time-slot-btn {
    margin: 5px 0;
    width: 100%;
    text-align: left;
}

.time-slot-btn.active {
    background-color: #563a2c;
    color: white;
}

#datepicker {
    width: 100%;
    margin-bottom: 20px;
}

.ui-datepicker {
    width: 100%;
}

.modal-content {
    background-color: #ffe7d8;
}

.modal-header, .modal-footer {
    background-color: #563a2c;
    color: white;
}

/* Make the datepicker more visible */
.ui-widget-header {
    background: #563a2c;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: #563a2c !important;
    color: white !important;
    border-color: #563a2c !important;
}

/* DateTime Picker Styles */
.datetime-picker-container {
    display: flex;
    gap: 30px;
    padding: 20px;
    background: #fff;
}

.left-section, .right-section {
    flex: 1;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.right-section {
    border-left: 1px solid #e6e6e6;
}

.time-slots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.time-slot-btn {
    padding: 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    color: #333333;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 1;
    display: block !important;
}

.time-slot-btn:hover:not(.booked) {
    border-color: #563a2c;
    color: #563a2c;
}

.time-slot-btn.active {
    background: #563a2c !important;
    color: white !important;
    border-color: #563a2c !important;
}

.time-slot-btn.unavailable {
    opacity: 0.25 !important;
    filter: blur(1px);
    pointer-events: none;
    background: #f5f5f5 !important;
    color: #999 !important;
    border-color: #e6e6e6 !important;
    display: block !important; /* Show instead of hide */
}

.time-slot-btn.salon-closed {
    background: #D9D9D9 !important;
    color: #666 !important;
    border-color: #D9D9D9 !important;
    opacity: 1 !important;
    pointer-events: none;
    display: block !important;
}

.time-slot-btn.booked {
    background: #FFE6D9 !important;
    color: #666 !important;
    border-color: #FFE6D9 !important;
    cursor: not-allowed;
    display: block !important;
}

/* Calendar Styles */
.ui-datepicker {
    width: 100% !important;
    padding: 0;
    font-family: inherit;
}


.ui-datepicker-calendar {
    background: #fff;
    padding: 10px;
}

.ui-datepicker-calendar th {
    color: #666;
    padding: 7px 0;
}

.ui-state-default {
    background: #fff !important;
    border: 1px solid #d1d1d1 !important;
    color: #333 !important;
    text-align: center;
    padding: 8px !important;
}

.ui-state-active {
    background: #89725c !important;
    color: #fff !important;
    border-color: #89725c !important;
}

.ui-state-highlight {
    background: #f7f7f7 !important;
    border-color: #89725c !important;
}

.ui-state-disabled {
    background: #f5f5f5 !important;
    color: #999 !important;
    border-color: #e6e6e6 !important;
}

.ui-state-disabled.unavailable {
    display: none !important; /* Hide unavailable dates */
}

.ui-state-disabled.unavailable + td {
    border-left: none !important;
}

/* Ensure calendar grid stays intact */
.ui-datepicker-calendar tr {
    display: flex;
    flex-wrap: wrap;
}

.ui-datepicker-calendar td {
    flex: 1 0 14.28%; /* 7 days per week */
    min-width: 40px;
    box-sizing: border-box;
}

/* Calendar Legend Styles */
.calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 calc(50% - 5px); /* Take up half the width minus gap */
}

.legend-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
}

.legend-text {
    font-size: 0.8rem;
    color: #666;
}

.legend-box.available {
    background: #FFFFFF;
}

.legend-box.selected {
    background: #4c362a;
    border-color: #4c362a;
}

.legend-box.booked {
    background: #FFE6D9;
    border-color: #FFE6D9;
}

.legend-box.closed {
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.legend-box.unavailable {
    display: none; /* Remove unavailable from legend */
}

.legend-item:has(.legend-box.unavailable) {
    display: none; /* Hide the entire legend item for unavailable */
}

/* Time Slot Styles */
.time-slot-btn {
    background: #FFFFFF;
    border: 1px solid #d1d1d1;
}

.time-slot-btn.active {
    background: #4c362a !important;
    color: #fff !important;
    border-color: #4c362a !important;
}

.time-slot-btn.booked {
    background: #FFE6D9;
    color: #666;
    border-color: #FFE6D9;
}

/* Calendar Styles */
.ui-state-default {
    background: #FFFFFF !important;
}

.ui-state-active {
    background: #4c362a !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    border-color: #4c362a !important;
}

.ui-state-disabled {
    background: #D9D9D9 !important;
    color: #666 !important;
    border-color: #D9D9D9 !important;
}

.ui-state-highlight {
    border-color: #89725c !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .datetime-picker-container {
        flex-direction: column;
    }
    
    .right-section {
        border-left: none;
        border-top: 1px solid #e6e6e6;
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .time-slots-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Calendar Legend Styles */
.calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 calc(50% - 5px); /* Take up half the width minus gap */
}

.legend-box {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
}

.legend-text {
    font-size: 0.8rem;
    color: #666;
}

.legend-box.available {
    background: #FFFFFF;
}


.legend-box.closed {
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.legend-box.unavailable {
    display: none; /* Remove unavailable from legend */
}

.legend-item:has(.legend-box.unavailable) {
    display: none; /* Hide the entire legend item for unavailable */
}

/* Update Calendar Styles */
.ui-state-disabled {
    opacity: 1 !important;
    background: #f0f0f0 !important;
    color: #999 !important;
    border-color: #e6e6e6 !important;
}

.ui-state-disabled span {
    text-decoration: none !important;
}

/* Calendar Styles */
.ui-datepicker-calendar td {
    position: relative;
}
.ui-datepicker .ui-datepicker-header {
    background-color: #FFD9D9;
}

.ui-state-disabled.closed {
    background: #D9D9D9 !important;
    color: #666 !important;
    border-color: #D9D9D9 !important;
    opacity: 1 !important;
}

.ui-state-disabled.booked {
    background: #ECD5B3 !important;
    color: #666 !important;
    border-color: #ECD5B3 !important;
    opacity: 1 !important;
}

.ui-state-disabled.closed span {
    color: #666 !important;
}

.ui-state-disabled.booked span {
    color: #ffd56b !important;
}

.legend-box.closed {
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.legend-box.booked {
    background: #4c362a;
    border-color: #4c362a;
}

/* Ensure hover states don't affect disabled dates */
.ui-state-disabled:hover {
    cursor: not-allowed;
}

/* Datepicker styling */
.ui-datepicker .ui-state-disabled {
    background-color: #FFD9D9 !important;
}

.ui-datepicker .ui-state-disabled span {
    background-color: #ff0000 !important;
    color: #fff !important;
}
/* Calendar Styles - Update these specific rules */
.ui-state-disabled {
    opacity: 1 !important;
}

.ui-state-disabled.closed {
    background: #D9D9D9 !important;
    color: #666 !important;
    border-color: #D9D9D9 !important;
    opacity: 1 !important;
}

.ui-state-disabled.fully-booked {
    background: #FFE6D9 !important;
    color: #666 !important;
    border-color: #FFE6D9 !important;
    opacity: 1 !important;
}

.ui-state-disabled.closed span {
    color: #666 !important;
    background-color: transparent !important;
}

.ui-state-disabled.fully-booked span {
    color: #666 !important;
    background-color: transparent !important;
}

/* Calendar Styles - Update these rules in this specific order */
.ui-state-disabled {
    opacity: 1 !important;
}

.ui-state-disabled.closed {
    background: #D9D9D9 !important;
    color: #666 !important;
    border-color: #D9D9D9 !important;
}

.ui-state-disabled.fully-booked {
    background: #FFE6D9 !important;
    color: #666 !important;
    border-color: #FFE6D9 !important;
}

.ui-state-disabled.closed span {
    color: #666 !important;
    background-color: transparent !important;
}

.ui-state-disabled.fully-booked span {
    color: #666 !important;
    background-color: transparent !important;
}

/* Calendar Header Styles - Update these rules */
.ui-datepicker .ui-datepicker-header {
    background-color: #ECD5B3 !important;
    border: none;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    background: transparent !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-color: transparent !important;
}

/* Update DateTime Modal Responsive Styles */
@media (max-width: 991px) {  /* Changed from 768px to 991px to include tablets */
    .datetime-picker-container {
        flex-direction: column;
        padding: 10px;
    }
    
    .left-section, .right-section {
        width: 100%;
        padding: 15px;
    }
    
    .right-section {
        border-left: none;
        border-top: 1px solid #e6e6e6;
        margin-top: 15px;
        padding-top: 15px;
    }

    .modal-dialog {
        margin: 10px;
        max-width: 95%;
    }

    .modal-content {
        border-radius: 8px;
    }

    #datepicker {
        margin-bottom: 15px;
    }

    .time-slots-grid {
        grid-template-columns: repeat(3, 1fr); /* Keep 3 columns for tablets */
        gap: 8px;
    }

    .calendar-legend {
        margin-top: 10px;
        gap: 5px;
    }

    .legend-item {
        flex: 0 0 calc(50% - 2.5px);
    }
}

/* Specific mobile adjustments */
@media (max-width: 576px) {
    .datetime-picker-container {
        padding: 5px;
    }

    .left-section, .right-section {
        padding: 10px;
    }

    .time-slots-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
    }

    .time-slot-btn {
        padding: 8px 5px;
        font-size: 0.8rem;
    }

    .legend-text {
        font-size: 0.7rem;
    }

    .legend-box {
        width: 15px;
        height: 15px;
    }

    .modal-dialog {
        margin: 5px;
        max-width: 98%;
    }
}

/* Modal Centering Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal.fade .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
    width: 90%;
    max-width: 800px;
}

.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Responsive Modal Adjustments */
@media (max-width: 991px) {
    .modal.fade .modal-dialog {
        width: 95%;
    }
}

@media (max-width: 576px) {
    .modal.fade .modal-dialog {
        width: 98%;
    }
}

/* Updated Modal Centering and Viewport Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto !important;
    height: auto;
    max-height: 90vh;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    width: 100%;
    margin: auto;
}

.modal-body {
    overflow-y: auto;
    max-height: calc(90vh - 120px); /* Account for header and footer */
}

.datetime-picker-container {
    overflow-y: auto;
    max-height: calc(90vh - 140px);
    padding: 15px;
}

/* Custom Scrollbar */
.modal-body::-webkit-scrollbar,
.datetime-picker-container::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track,
.datetime-picker-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb,
.datetime-picker-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .modal-dialog {
        width: 95%;
        margin: 10px auto !important;
    }
    
    .modal-content {
        max-height: 85vh;
    }
    
    .modal-body {
        max-height: calc(85vh - 120px);
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        width: 98%;
        margin: 5px auto !important;
    }
    
    .modal-content {
        max-height: 80vh;
    }
    
    .modal-body {
        max-height: calc(80vh - 100px);
    }
}

/* Fixed Modal Centering Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.modal-dialog {
    margin: 0 !important;
    position: relative;
    width: 90%;
    max-width: 800px;
}

.modal-content {
    max-height: 90vh;
    overflow-y: auto;
    margin: auto;
}

.datetime-picker-container {
    max-height: calc(90vh - 120px); /* Account for header and footer */
    overflow-y: auto;
}

/* Custom Scrollbar for Modal Content */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive Modal Adjustments */
@media (max-width: 991px) {
    .modal-dialog {
        width: 95%;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        width: 98%;
    }
    
    .modal.show {
        padding: 10px 0;
    }
}

/* Updated Calendar Styles */
.ui-datepicker td {
    padding: 2px;
}

.ui-state-default {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    background: transparent !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #4c362a !important;
    color: #fff !important;
    border-radius: 50% !important;
    border-color: #4c362a !important;
}

.ui-state-highlight {
    background: rgba(86, 58, 44, 0.1) !important;
}

.ui-state-hover:not(.ui-state-active) {
    background: rgba(86, 58, 44, 0.1) !important;
}

/* Adjust calendar cell sizes for better spacing */
.ui-datepicker-calendar td {
    width: 40px;
    height: 40px;
}

/* DateTime Input Group Styles */
.datetime-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.datetime-input-group input {
    padding-right: 120px !important;
}

.datetime-input-group #open-datetime {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    padding: 8px 15px;
    border: none;
    background: #563a2c;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.datetime-input-group #open-datetime:hover {
    background: #C19D60;
}

/* Modal Header Close Button Styles */
.modal-header .btn-close {
    filter: brightness(0) invert(1);  /* Makes the close button white */
    opacity: 1;
}

.modal-header .btn-close:hover {
    opacity: 0.75;
}

/* Policies Page Styles */
.hero-section-policies {
    padding: 0;
    background-color: #fff;
    height: 250px;
    display: flex;
    align-items: center;
}

.policies-title {
    margin: 0;
    padding-top: 5px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: 0.06em;
}

.policies-section {
    background-color: #ffe7d8;
    padding: 60px 0;
}

.policy-title {
    color: #563a2c;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 20px;
}

.policy-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 30px;
}

.policy-list li {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #563a2c;
}

.policies-section p {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.06em;
    color: #563a2c;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .policies-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .policy-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .policy-list li,
    .policies-section p {
        font-size: 18px;
        line-height: 22px;
    }
}

/* PDF Section Styles */
.pdf-container {
    width: 100%;
    max-height: 800px;
    margin: 0 auto;
}

.pdf-container .ratio {
    max-height: 800px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .pdf-container .ratio {
        height: 700px !important;
    }
}

@media (max-width: 768px) {
    .pdf-container .ratio {
        height: 600px !important;
    }
}

@media (max-width: 576px) {
    .pdf-container .ratio {
        height: 500px !important;
    }
}

.transformation-video {
    width: 100% !important;
    min-height: 400px !important;
    max-height: 400px !important;
    height: 400px !important;
    object-fit: cover !important;
    border-top-left-radius: 250px !important;
    border-top-right-radius: 250px !important;
    display: block !important; /* Add this */
    position: relative !important; /* Add this */
    flex: none !important; /* Add this */
}

/* Current Offers Section */
.current-offers {
    padding: 60px 0;
    background-color: #fff;
}

.offer-banner {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.avail-now-container {
    text-align: center;
    background-color: #563a2c;
    margin-top: 0px;
}


/* Current Offers Carousel Styling */
.current-offers {
    padding: 60px 0;
    background-color: #fff;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators button {
    background-color: #563a2c !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #563a2c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.carousel-control-prev {
    left: -25px;
}

.carousel-control-next {
    right: -25px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background-color: #C19D60;
}

.offer-banner {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin-bottom: 40px;
}


.avail-now-btn {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #563a2c;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
    width: 100%;
}

.avail-now-btn:hover {
    background-color: #C19D60;
    color: white;
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
    .offer-banner {
        margin-bottom: 50px;
    }
}

/* Mobile Current Offers Section */
.current-offers-mobile {
    padding: 30px 0;
    background-color: #fff;
}

.offer-banner-mobile {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin: 0 auto 20px;
    max-width: 350px;
}

.offer-banner-mobile img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.current-offers-mobile .carousel-indicators {
    bottom: -30px;
}

.current-offers-mobile .avail-now-container {
    margin-top: 0;
}

.current-offers-mobile .carousel-item {
    padding: 0 15px;
}

@media (max-width: 576px) {
    .offer-banner-mobile {
        max-width: 300px;
    }
    .avail-now-btn {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 0px;
        background-color: #563a2c;
        color: white;
        text-decoration: none;
        font-weight: bold;
        border-radius: 5px;
        transition: all 0.3s ease;
        width: 100%;
    }
    
    .avail-now-btn:hover {
        background-color: #C19D60;
        color: white;
    }
}

/* Update DateTime Picker Colors */
.time-slot-btn {
    background: #FFFFFF;
    border: 1px solid #d1d1d1;
}

.time-slot-btn.active {
    background: #4c362a !important;
    color: #ffff !important;
    border-color: #FFE6D9 !important;
}

.time-slot-btn.booked {
    background: #FFE6D9 !important;
    color: #666 !important;
    border-color: #FFE6D9 !important;
    cursor: not-allowed;
}

.time-slot-btn.unavailable {
    opacity: 0.25 !important;
    filter: blur(1px);
    pointer-events: none;
    background: #f5f5f5 !important;
    color: #999 !important;
    border-color: #e6e6e6 !important;
    display: block !important; /* Show instead of hide */
}

/* Calendar Legend Updates */
.legend-box.selected {
    background: #4c362a;
    border-color: #4c362a;
}

.legend-box.booked {
    background: #FFE6D9;
    border-color: #FFE6D9;
}

.legend-box.unavailable {
    display: none; /* Remove unavailable from legend */
}

.legend-item:has(.legend-box.unavailable) {
    display: none; /* Hide the entire legend item for unavailable */
}

/* Calendar States Updates */
.ui-state-active, 
.ui-widget-content .ui-state-active {
    background: #4c362a !important;
    color: #ffff !important;
    border-color: #FFE6D9 !important;
}
.ui-state-disabled.fully-booked span {
    color: #666 !important;
    background-color: transparent !important;
}

/* Hide past dates completely */
.hidden-date {
    display: none !important;
}

/* Calendar styling updates */
.ui-datepicker td.ui-state-disabled {
    opacity: 0.35;
}

.ui-datepicker td.hidden-date + td {
    border-left: none !important;
}

/* Update calendar grid to handle hidden dates */
.ui-datepicker-calendar tr {
    display: flex;
    flex-wrap: wrap;
}

.ui-datepicker-calendar td:not(.hidden-date) {
    flex: 1 0 14.28%;
    min-width: 40px;
    box-sizing: border-box;
}

/* Update Calendar Styles - Replace existing disabled state styles */
.ui-datepicker td.ui-state-disabled {
    opacity: 0.25 !important;
    filter: blur(1px);
    pointer-events: none;
    background: #f5f5f5 !important;
    color: #999 !important;
}

.ui-datepicker td.ui-state-disabled span {
    color: #999 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

/* Remove the hidden-date class styles since we want to show but blur */
.hidden-date {
    opacity: 0.25 !important;
    filter: blur(1px);
    pointer-events: none;
}

/* Ensure proper spacing for calendar grid */
.ui-datepicker-calendar td {
    opacity: 1;
    filter: none;
    position: relative;
    min-width: 40px;
    height: 40px;
}

/* Update Calendar Styles */
.ui-datepicker td.ui-state-disabled.blurred {
    opacity: 0.25 !important;
    filter: blur(1px);
    pointer-events: none;
    background: #f5f5f5 !important;
    color: #999 !important;
}

.ui-datepicker td.ui-state-disabled.closed {
    opacity: 1 !important;
    filter: none;
    background: #D9D9D9 !important;
    color: #666 !important;
    border-color: #D9D9D9 !important;
}

/* Calendar Grid Alignment Fix */
.ui-datepicker-calendar thead {
    display: table-header-group;
}

.ui-datepicker-calendar thead tr {
    display: table-row;
}

.ui-datepicker-calendar thead th {
    display: table-cell;
    width: 14.28%;
    padding: 5px 0;
    text-align: center;
}

.ui-datepicker-calendar tbody {
    display: table-row-group;
}

.ui-datepicker-calendar tbody tr {
    display: table-row;
}

.ui-datepicker-calendar tbody td {
    display: table-cell;
    width: 14.28%;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

/* Remove previous flex styles that were causing misalignment */
.ui-datepicker-calendar tr {
    display: table-row !important;
}

.ui-datepicker-calendar td {
    display: table-cell !important;
    flex: none !important;
}

/* Update for desktop view */
@media (min-width: 992px) {
    .carousel-slide {
        flex: 0 0 25%; /* 25% width for 4 items */
        max-width: 25%;
    }
    .carousel-slide img,
    .carousel-slide video {
        height: 250px; /* Adjust height as needed */
    }
}

/* Testimonial Section Styles */
.testimonial-section {
    padding: 80px 0;
    background-color: #FFF0CE;
}

.testimonial-carousel {
    background: white;
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    touch-action: pan-y pinch-zoom; /* Enable touch gestures */
}

.testimonial {
    text-align: center;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    opacity: 1; /* Changed from 0 to 1 */
    transition: opacity 0.3s ease;
    display: none; /* Hide by default */
}

.testimonial.active {
    opacity: 1;
    display: block; /* Show when active */
}

.testimonial-content {
    position: relative;
}

.testimonial-content::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    color: #FFF0CE;
    font-family: Georgia, serif;
    line-height: 1;
}

.star-rating {
    margin-bottom: 25px;
    display: block; /* Ensure star rating is visible */
}

.star-rating i {
    font-size: 24px;
    margin: 0 3px;
    color: #FFD700;
    display: inline-block; /* Ensure icons are visible */
}

.review-text {
    font-size: 20px;
    line-height: 1.8;
    color: #4c362a;
    margin: 30px 0;
    font-style: italic;
    display: block; /* Ensure text is visible */
}

.reviewer-name {
    font-size: 18px;
    color: #563a2c;
    font-weight: bold;
    margin: 20px 0;
    display: block; /* Ensure name is visible */
}

/* Add dots navigation */
.testimonial-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #563a2c;
    transform: scale(1.2);
}

/* Add swipe animation */
@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.testimonial.sliding-out {
    animation: slideOut 0.3s ease-out forwards;
}

.testimonial.sliding-in {
    animation: slideIn 0.3s ease-out forwards;
}

@media (max-width: 768px) {
    .testimonial-carousel {
        padding: 40px 20px;
    }

    .review-text {
        font-size: 16px;
        line-height: 1.6;
    }

    .star-rating i {
        font-size: 20px;
    }

    .reviewer-name {
        font-size: 16px;
    }
}

/* Unique Testimonial Dots Styles */
.testimonial-nav-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    padding-bottom: 20px;
    position: relative;
    z-index: 5;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
    margin: 0;
}

.testimonial-dot.active {
    background-color: #563a2c;
    transform: scale(1.2);
}

.testimonial-dot:hover {
    background-color: #C19D60;
}


