    /* General Section Styling */
    
    /*--------------------------------------------------------------
    # Header
    --------------------------------------------------------------*/
    .navbar-primary {
        background-color: var(--primary-color);
    }
    
    .section-title {
        font-family: var(--heading-font);
        font-weight: 700;
        color: var(--heading-color);
        margin-bottom: 3rem;
        position: relative;
        padding-bottom: 15px;
        text-align: center;
        transition: all 0.3s ease;
    }
    
    .section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: var(--secondary-color);
        border-radius: 2px;
    }
    /* Services Section - Tabs */
    
    .nav-pills .nav-link {
        color: rgb(127, 127, 127);
        background-color: var(--background-color);
        /*Uselight-bg-colorfromtheme*/
        border: .6px solid rgba(116, 116, 116, 0.346);
        margin: 0 0.2rem;
        padding: 0.65rem 1rem;
        border-radius: 1.75rem;
        font-weight: 450;
        font-family: var(--heading-font);
        font-size: .7rem;
        letter-spacing: -.5px;
        transition: all 0.3s ease;
        text-shadow: 0 0 2px rgba(184, 183, 183, 0.1);
        line-height: 1.2;
        gap: .2rem;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .nav-pills .nav-link:hover {
        background-color: var(--secondary-color);
        color: var(--contrast-color);
        /* White text on hover */
        border-color: var(--secondary-color);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .nav-pills .nav-link.active {
        background-color: var(--secondary-color);
        color: var(--contrast-color);
        border-color: var(--secondary-color);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .tab-content {
        transition: all 0.3s ease;
    }
    
    .service-tab-img:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }
    
    .service-features li {
        font-size: .85rem;
        margin-bottom: 0.5rem;
        color: var(--primary-color-dark);
        /* Consistent with theme default text */
        font-family: var(--default-font);
        font-weight: 500;
        letter-spacing: -.4px;
        line-height: 1.2;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    }
    
    .service-tabs-wrapper {
        padding: 1.8rem;
        border-radius: 1.4rem;
        background-color: rgba(255, 255, 255, 0.85);
        /* Removed backdrop-filter and GPU acceleration to prevent scroll distortions */
        box-shadow: 0 0 .4px rgba(255, 255, 255, 0.1);
        border: .6px solid rgba(91, 90, 90, 0.536);
    }
    
    .service-tabs-wrapper h3 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.8rem;
        color: var(--secondary-color);
        font-family: var(--heading-font);
    }
    
    .service-tabs-wrapper p {
        font-size: .9rem;
        color: var(--default-color);
        font-family: var(--heading-font);
        letter-spacing: -.25px;
        line-height: 1.5;
        font-weight: 400;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    }
    
    .service-tab-img-wrapper {
        position: relative;
        display: inline-block;
        border-radius: 1.4rem;
        overflow: hidden;
        max-height: 480px;
        aspect-ratio: 1;
    }
    
    .service-tab-img-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom right, rgba(255, 6, 93, 0.528), rgba(3, 211, 187, 0.411));
        border-radius: 1.4rem;
        z-index: 1;
        pointer-events: none;
        opacity: .7;
    }
    
    .service-tab-img {
        border-radius: 1.4rem;
        width: auto;
        height: 100%;
        max-height: 480px;
        aspect-ratio: 1;
        object-fit: cover;
        box-shadow: 0 0 6px rgba(96, 96, 96, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: .4rem;
        margin: auto;
    }
    
    .tab-content .tab-pane {
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }
    
    .tab-content .tab-pane.active.show {
        opacity: 1;
        transform: translateY(0);
    }
    /* About Us Section - Accordion */
    
    .bg-about-section {
        background: linear-gradient(135deg, var(--primary-color-dark), var(--secondary-color), var(--secondary-color-dark));
        /* Removed backdrop-filter to prevent scroll distortions */
    }
    
    .bg-about-section .section-title {
        color: var(--contrast-color);
        font-size: 2.5rem;
        font-weight: 700;
        font-family: var(--heading-font);
        margin-bottom: 3rem;
        position: relative;
        padding-bottom: 10px;
        transition: all 0.3s ease;
        text-align: start;
    }
    
    .bg-about-section .lead {
        color: var(--contrast-color);
        font-size: .9rem;
        font-weight: 400;
        font-family: var(--heading-font);
        line-height: 1.5;
        letter-spacing: -.3px;
        transition: all 0.3s ease;
        text-align: start;
    }
    
    .about-img {
        border-radius: 2.5rem;
        width: 100%;
        height: auto;
        object-fit: cover;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .about-img:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }
    
    .accordion-item {
        border-radius: 1.5rem !important;
        overflow: hidden;
        padding: .8rem 1rem !important;
        border: 1px solid rgba(255, 255, 255, 0.536);
        background-color: rgba(255, 255, 255, 0.25);
        /* Removed backdrop-filter to prevent scroll distortions */
    }
    
    .accordion-button {
        color: white;
        background: transparent;
        font-weight: 500;
        font-size: 1rem;
        transition: all 0.3s ease;
        letter-spacing: -.5px;
        line-height: 1.2;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        box-shadow: none;
        font-family: var(--heading-font);
    }
    
    .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: white;
        letter-spacing: -.6px;
        font-weight: 400;
        font-size: .9rem;
    }
    
    .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
        transform: translateY(-2px);
    }
    
    .accordion-body {
        padding: 1rem;
        background-color: transparent;
        color: white;
        font-size: .7rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: -.2.5px;
        font-family: var(--heading-font);
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    }
    
    .accordion-body ul {
        margin-bottom: 0;
    }
    
    .accordion-body li {
        margin-bottom: 0.5rem;
        font-weight: 400;
    }
    /* Contact Us Section */
    
    .contact-info-card,
    .contact-form-card {
        border: none;
        border-radius: 1.6rem;
        background-color: var(--surface-color);
        /*Consistentwiththemesurfacecolor*/
        transition: box-shadow 0.3s ease;
    }
    
    .contact-item {
        font-size: .4rem;
        margin-bottom: .6rem;
        display: flex;
        align-items: flex-start;
    }
    
    .contact-item p {
        font-size: .4rem;
        color: var(--default-color);
        font-family: var(--heading-font);
        font-weight: 400;
        letter-spacing: -.5px;
        line-height: 1.2;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    }
    
    .contact-icon {
        font-size: .8rem;
        color: var(--primary-color);
        margin-right: 0.3rem;
        width: 30px;
        text-align: center;
        line-height: 1.5rem;
    }
    
    .contact-hours {
        list-style: none;
        padding-left: 0;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-hours li {
        margin-bottom: .7rem;
        color: var(--default-color);
        font-family: var(--heading-font);
        font-size: .65rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -.5px;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        margin-right: 0.5rem;
    }
    
    .contact-hours li i {
        color: var(--secondary-color);
        margin-right: 0.5rem;
        font-size: 1.2rem;
        width: 40px;
        text-align: center;
    }
    
    .contact-hours .work-hours-heading {
        padding: .15rem .45rem;
        margin-bottom: 0;
        font-weight: 450;
        font-size: .6rem;
        line-height: 1.3;
        letter-spacing: -.5px;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        margin-right: 0.25rem;
        color: rgb(255, 255, 255);
        font-family: var(--heading-font);
        border-radius: .75rem;
        background-color: var(--secondary-color-light);
        backdrop-filter: blur(4px);
        -webkit-border-radius: .75rem;
        -moz-border-radius: .75rem;
        -ms-border-radius: .75rem;
        -o-border-radius: .75rem;
    }
    
    .social-links-contact a {
        color: var(--default-color);
        margin-right: 1.5rem;
        transition: color 0.3s ease, transform 0.3s ease;
    }
    
    .social-links-contact a:hover {
        color: var(--primary-color);
        /* Primary color on hover */
        transform: translateY(-3px);
    }
    
    .map-container {
        background-color: var(--bs-gray-300);
        height: 220px;
        width: 100%;
        border-radius: 0.75rem;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
    
    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
        /* Remove iframe border */
    }
    
    .contact-submit-btn {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-color-dark));
        border: none;
        font-weight: 400;
        padding: 0.5rem .8rem;
        font-size: .8rem;
        border-radius: 1.5rem;
        letter-spacing: -.5px;
        line-height: 1.2;
        transition: all 0.3s ease;
    }
    
    .contact-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.3);
    }
    /* FAQ Accordion in Contact Section */
    
    #faqAccordion .accordion-button {
        background-color: var(--light-bg-color);
        /* Light background for FAQ headers */
        color: var(--heading-color);
        /* Heading color for FAQ text */
        font-weight: 500;
    }
    
    #faqAccordion .accordion-button:not(.collapsed) {
        background-color: var(--primary-color);
        color: var(--contrast-color);
    }
    
    #faqAccordion .accordion-body {
        background-color: var(--surface-color);
        /* Surface color for FAQ body */
        color: var(--default-color);
    }
    /* Hero Section (Existing - just adding a class for title/subtitle for consistency) */
    
    .hero-title {
        color: var(--contrast-color);
        /* White text on hero */
        font-size: 3.5rem;
        font-weight: 700;
        font-family: var(--heading-font);
        line-height: 1.2;
        letter-spacing: -.25px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    }
    
    .hero-subtitle {
        color: var(--contrast-color);
        font-size: 2rem;
        font-weight: 500;
        font-family: var(--heading-font);
        line-height: 1.2;
        letter-spacing: -.25px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    }
    /* Guest Appointment Section */
    
    #guest-appointment {
        background-color: var(--light-bg-color);
        /* Light background for contrast */
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
        padding: 3rem 0;
        /* Adjust padding */
    }
    
    .book-appointment-btn {
        padding: 0.85rem 2.5rem;
        font-size: 1.25rem;
        border-radius: 0.75rem;
        background: linear-gradient(135deg, var(--primary-color), var(--primary-color-dark));
        border: none;
        box-shadow: 0 5px 15px rgba(5, 139, 124, 0.3);
        /* Softer shadow with primary color */
        transition: all 0.3s ease;
    }
    
    .book-appointment-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(5, 139, 124, 0.4);
    }
    
    .submit-guest-appointment-btn {
        background: linear-gradient(135deg, var(--primary-color), var(--primary-color-dark));
        border: none;
        font-weight: 500;
        padding: 0.75rem 2rem;
        font-size: 1.1rem;
        border-radius: 0.5rem;
        transition: all 0.3s ease;
    }
    
    .submit-guest-appointment-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(5, 139, 124, 0.3);
    }
    /* Responsive Adjustments */
    
    @media (max-width: 991.98px) {
        /* Changed from 767.98px to 991.98px for broader tablet support */
        .nav-pills .nav-item {
            width: 100%;
            margin: 0.5rem 0;
        }
        .nav-pills .nav-link {
            width: 100%;
            text-align: center;
        }
        .hero-title {
            font-size: 2.8rem;
            /* Adjusted for tablets */
        }
        .hero-subtitle {
            font-size: 1.8rem;
            /* Adjusted for tablets */
        }
        .service-tab-img {
            height: 280px;
            /* Adjust height for smaller screens */
        }
        .about-img {
            margin-bottom: 2rem;
            /* Add space below image on smaller screens */
        }
        .contact-info-card,
        .contact-form-card {
            margin-bottom: 2rem;
        }
    }
    
    @media (max-width: 575.98px) {
        .hero-title {
            font-size: 2.2rem;
        }
        .hero-subtitle {
            font-size: 1.4rem;
        }
        .service-tab-img {
            height: 220px;
            /* Further adjust height for mobile */
        }
        .book-appointment-btn {
            font-size: 1rem;
            padding: 0.75rem 2rem;
        }
        .contact-item,
        .contact-hours li {
            font-size: 0.95rem;
        }
    }