

.hero-vai{
        background: url('../images/about-hero.jpg') no-repeat center right;
        background-size: cover;
    padding: 20px 0px 0px 00px;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: center!important;
}

.our-story{
    
    padding-top: 0px!important;
    color: var(--primary-dark)!important;
   
}
.General{
    color: rgb(15, 195, 202)!important;
}   


/* ====================================
   Doctor Demo - Main Stylesheet
   Professional Dental Clinic
   ==================================== */

/* Root Variables - Enhanced Color Scheme */
:root {
    --primary-color: #1a4d47;
    --primary-dark: #059990;
    --primary-light: #1a4d47;
    --secondary-color: #0f1b22;
    --accent-color: #ff6b35;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --dark-bg: #0f1b22;
    --light-bg: #f8fafc;
    --white-bg: #ffffff;
    --text-dark: #1e293b;
    --text-light: #64748b;
    --text-muted: #94a3b8;
    --border-color: #e2e8f0;
    --border-light: #f1f5f9;
    --shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 12px rgba(7, 194, 185, 0.12);
    --shadow-lg: 0 10px 30px rgba(7, 194, 185, 0.18);
    --shadow-xl: 0 20px 60px rgba(7, 194, 185, 0.25);
    --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ====================================
   Global Styles
   ==================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Roboto', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-dark);
    background-color: var(--white-bg);
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    color: var(--text-dark);
    letter-spacing: -0.5px;
}

h1 { 
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    color: var(--secondary-color);
}

h2 { 
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 2rem;
    text-transform: capitalize;
    color: var(--secondary-color);
}

h3 { 
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    color: var(--primary-color);
}

h4 { 
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

h5 { 
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
}

h6 { 
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

p {
    margin-bottom: 1.2rem;
    color: var(--text-light);
    line-height: 1.8;
    font-size: 1rem;
    font-weight: 500;
}

small {
    font-size: 0.875rem;
    color: var(--text-muted);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--secondary-color);
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ====================================
   Buttons
   ==================================== */

.btn {
    display: inline-block;
    padding: 14px 35px;
    border: 2px solid transparent;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    font-weight: 700;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark), #058079);
    box-shadow: 0 12px 40px rgba(7, 194, 185, 0.35);
    transform: translateY(-3px);
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(7, 194, 185, 0.2);
}

.btn-secondary {
    margin-top: 5px;
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    color: white;
}

.btn-link {
    color: var(--secondary-color);
    font-weight: 600;
    padding: 0;
    display: inline-block;
    transition: var(--transition);
}

.btn-link:hover {
    color: var(--primary-color);
    transform: translateX(3px);
}

/* WhatsApp Button Styles */
.whatsapp-btn {
    background: linear-gradient(135deg, #187268 0%, #06a852 100%) !important;
    color: white !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
}

.whatsapp-btn i {
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #20ba58 0%, #1da851 100%) !important;
    box-shadow: 0 12px 40px rgba(37, 211, 102, 0.35) !important;
    transform: translateY(-3px) !important;
}

.whatsapp-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2) !important;
}

.btn-lg {
    padding: 16px 45px;
    font-size: 1.15rem;
    border-radius: 8px;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366 0%, #20ba58 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.4);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    text-decoration: none;
}

.whatsapp-float i {
    font-size: 28px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 10px 40px rgba(37, 211, 102, 0.5);
}

.whatsapp-float:active {
    transform: scale(0.95);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-tooltip {
    position: absolute;
    bottom: 75px;
    right: 0;
    background: #25d366;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ====================================
   Header & Navigation
   ==================================== */

.site-header {
    background: white;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 20px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 1rem;
}

.site-branding {
    flex-shrink: 0;
}

.logo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.logo-link:hover .logo {
    transform: scale(1.05);
}

.main-nav {
    flex: 1;
    margin: 0 1.5rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
    align-items: center;
}

.nav-link {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 0.25rem;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 2px;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 0.75rem 0;
    display: none;
    margin-top: 1rem;
    border-top: 3px solid var(--primary-color);
}

.dropdown:hover .dropdown-menu {
    display: block;
    animation: slideDown 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dropdown-menu li {
    border-bottom: none;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu a {
    display: block;
    padding: 0.9rem 1.5rem;
    color: var(--text-dark);
    font-weight: 600;
    transition: all 0.3s ease;
}

.dropdown-menu a:hover {
    background-color: var(--light-bg);
    color: var(--primary-color);
    padding-left: 2rem;
}

.btn-appointment {
    background-color: var(--primary-color);
    color: white;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(7, 194, 185, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-appointment i {
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.btn-appointment:hover {
    background-color: var(--primary-dark);
    box-shadow: 0 8px 30px rgba(7, 194, 185, 0.4);
    transform: translateY(-2px);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 5px;
    padding: 8px 12px;
    z-index: 150;
    position: relative;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 4px;
    background: #333;
    margin: 0;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.menu-toggle:hover span {
    background: var(--primary-color);
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
    background: var(--primary-color);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
    background: var(--primary-color);
}

/* Mobile Menu */
@media (max-width: 768px) {
    .header-inner {
        gap: 0.5rem;
        flex-wrap: wrap;
        position: relative;
    }

    /* Show hamburger next to Book Appointment (in same row) */
    .header-cta {
        display: flex;
        align-items: center;
        gap: 10px;
        order: 2;
        flex-shrink: 0;
    }

    .menu-toggle {
        display: inline-flex !important;
        position: relative;
        top: 0;
        right: 0;
        order: 0;
        flex-shrink: 0;
        gap: 6px;
        padding: 8px 10px;
        z-index: 200;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        border: 1px solid #f0f0f0;
    }

    .menu-toggle:hover {
        background: #f8f8f8;
        border-color: var(--primary-color);
    }

    .menu-toggle span {
        width: 28px;
        height: 4px;
        background-color: #333333;
        display: block;
        border-radius: 2px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .menu-toggle.active span:nth-child(1) {
        background: var(--primary-color);
    }

    .menu-toggle.active span:nth-child(3) {
        background: var(--primary-color);
    }

    .site-branding {
        flex: 0 0 auto;
        order: 1;
    }

    .main-nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        box-shadow: var(--shadow-md);
        z-index: 140;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: flex;
        flex-direction: column;
        order: 4;
    }
    
    .main-nav.active {
        transform: translateX(0);
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        width: 100%;
    }
    
    .nav-link {
        display: block;
        padding: 1.2rem 20px;
        border-bottom: 1px solid var(--border-light);
        font-weight: 600;
        color: var(--text-dark);
        transition: all 0.2s ease;
    }

    .nav-link:hover {
        background-color: var(--light-bg);
        color: var(--primary-color);
        padding-left: 25px;
    }
    
    .nav-link.active::after {
        display: none;
    }
    
    .dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        background-color: #f5f5f5;
        margin: 0;
        padding: 0;
        border: none;
    }
    
    .dropdown.active .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu a {
        padding: 1rem 20px 1rem 40px;
        font-size: 0.95rem;
        color: var(--text-dark);
        border: none;
    }

    .dropdown-menu a:hover {
        background-color: #eff1f3;
        color: var(--primary-color);
        padding-left: 45px;
    }

    .btn-appointment {
        padding: 10px 16px;
        font-size: 0.8rem;
        white-space: nowrap;
        margin: 0;
        order: 3;
        flex-shrink: 0;
        position: relative;
        z-index: 101;
    }
}

/* ====================================
   Hero Section
   ==================================== */

.hero {

    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.hero-content {
    position: absolute;
    left: 5px;
    z-index: 2;
    max-width: 700px;
    padding-right: 2rem;
}

.hero-subtitle {
    display: block;
    color:var(--primary-color) ; 
    
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.hero-content h1 .text-primary {
    color: var(--primary-color);
    display: inline;
}

.hero-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.hero-buttons {
    width: 55% !important;
    text-align: center !important;    
    display: inline-block !important;
    display: flex;
    gap: 1rem;
}

@media (max-width: 768px) {
    .hero {
        min-height: 500px;
        padding: 2rem 20px;
        background-attachment: scroll;
        background-position: center;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.1) 100%);
    }

    .hero-content {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2rem;
        line-height: 1.4;
    }

    .hero-subtitle {
        font-size: 0.85rem;
    }

    .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        justify-content: center;
    }

    .hero-buttons .btn {
        width: 100%;
        text-align: center;
    }
}

/* ====================================
   Appointment Section
   ==================================== */

.appointment-section {
    background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-color) 100%);
    padding: 4rem 20px;
    margin: 3rem 0;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.appointment-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.appointment-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.appointment-section h2 {
    color: white;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.appointment-section p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.appointment-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

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

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group select {
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.appointment-form .btn {
    width: 100%;
    padding: 12px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ====================================
   Services Section
   ==================================== */

.services-section {
    padding: 5rem 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcfd 100%);
}

.services-section h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 800;
    color: var(--text-dark);
    position: relative;
    padding-bottom: 2.5rem;
}

.services-section h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    max-width: 1300px;
    margin: 0 auto;
}

.service-card {
    background: white;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 20px rgba(7, 194, 185, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.service-card:hover {
    box-shadow: 0 12px 40px rgba(7, 194, 185, 0.15);
    transform: translateY(-10px);
}

.service-card:hover::before {
    opacity: 1;
}

.service-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
    position: relative;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-content {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: white;
    padding: 2rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.service-card h3 {
    color: white;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.service-card p {
    color: rgba(255, 255, 255, 0.97);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
    flex: 1;
    font-weight: 500;
}

.service-icon-badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-icon-badge svg {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .services-section {
        padding: 3rem 20px;
    }

    .services-section h2 {
        font-size: 2rem;
        padding-bottom: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-card {
        border-radius: 12px;
    }

    .service-card h3 {
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .service-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .service-icon-badge {
        width: 45px;
        height: 45px;
        top: 1rem;
        right: 1rem;
    }

    .service-icon-badge svg {
        width: 24px;
        height: 24px;
    }
}

/* ====================================
   Before & After Section
   ==================================== */

.before-after-section {
    padding: 5rem 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.before-after-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(7, 194, 185, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.before-after-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.before-after-content {
    padding-right: 2rem;
}

.ba-subtitle {
    display: block;
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.before-after-section h2 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.before-after-section p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-light);
}

/* ====================================
   Image Comparison Slider Container
   ==================================== */

.ba-slider-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(7, 194, 185, 0.25), 0 0 40px rgba(7, 194, 185, 0.06);
    user-select: none;
    cursor: ew-resize;
    touch-action: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border: 1px solid rgba(7, 194, 185, 0.1);
}

/* Base Image (Before) */
.ba-img-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* After Image Wrapper (Clipped Overlay) */
.ba-img-wrapper {
    position: absolute;
    inset: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
    transition: width 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ba-slider-container.is-dragging .ba-img-wrapper {
    transition: none;
}

.ba-img-after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0);
}

/* Before/After Labels */
.ba-label {
    position: absolute;
    top: 14px;
    z-index: 5;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    color: white;
    background: linear-gradient(90deg, rgba(6, 10, 20, 0.48), rgba(6, 10, 20, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6px);
    pointer-events: none;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.ba-label-before {
    left: 14px;
}

.ba-label-after {
    right: 14px;
    background: linear-gradient(90deg, rgba(6, 10, 20, 0.22), rgba(6, 10, 20, 0.48));
}

/* Draggable Divider Line */
.ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(7, 194, 185, 0.9) 50%, rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 18px rgba(6, 230, 230, 0.16), 0 0 38px rgba(6, 230, 230, 0.06), inset 0 0 6px rgba(255, 255, 255, 0.04);
    transition: box-shadow 220ms ease;
    border-radius: 2px;
    cursor: ew-resize;
}

/* Circular Handle with Glass Neon Style */
.ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    pointer-events: auto;
    transition: transform 180ms ease, box-shadow 180ms ease;
    -webkit-tap-highlight-color: transparent;
    backdrop-filter: blur(6px) saturate(140%);
    -webkit-backdrop-filter: blur(6px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: 0 6px 28px rgba(4, 20, 30, 0.55), 0 0 40px rgba(6, 230, 230, 0.12), 0 0 10px rgba(6, 230, 230, 0.06) inset;
    padding: 0;
    color: inherit;
    font-family: inherit;
}

.ba-handle:hover {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 8px 40px rgba(6, 230, 230, 0.15), 0 0 50px rgba(6, 230, 230, 0.08), 0 0 12px rgba(6, 230, 230, 0.06) inset;
}

.ba-handle:active,
.ba-slider-container.is-dragging .ba-handle {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 8px 48px rgba(6, 230, 230, 0.18), 0 0 60px rgba(6, 230, 230, 0.14), 0 0 18px rgba(6, 230, 230, 0.06) inset;
}

/* Neon ring accent */
.ba-handle-ring {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: block;
    background: radial-gradient(circle at 30% 30%, rgba(14, 255, 255, 0.22), rgba(14, 255, 255, 0.06) 35%, transparent 60%);
    box-shadow: 0 6px 24px rgba(14, 255, 255, 0.08), 0 0 10px rgba(0, 220, 255, 0.08) inset;
    position: absolute;
    transition: transform 200ms ease;
}

/* Arrow icons inside handle */
.ba-handle-arrows {
    position: absolute;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    mix-blend-mode: screen;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
    opacity: 0.95;
    z-index: 1;
}

/* Features List */
.ba-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.ba-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.ba-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .before-after-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .before-after-content {
        padding-right: 0;
    }

    .before-after-section h2 {
        font-size: 2rem;
    }

    .ba-slider-container {
        max-width: 100%;
        border-radius: 12px;
    }

    .ba-label {
        font-size: 12px;
        padding: 6px 10px;
        top: 10px;
    }

    .ba-label-before {
        left: 10px;
    }

    .ba-label-after {
        right: 10px;
    }

    .ba-handle {
        width: 56px;
        height: 56px;
    }

    .ba-handle-ring {
        width: 34px;
        height: 34px;
    }

    .ba-features {
        gap: 0.75rem;
        margin: 1.5rem 0;
    }

    .ba-feature {
        font-size: 0.9rem;
    }

    .ba-feature-icon {
        width: 24px;
        height: 24px;
        font-size: 0.85rem;
    }
}

/* ====================================
   About Section
   ==================================== */

.about-section {
    padding: 4rem 20px;
    background-color: #f5f5f5;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-section h2 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.about-section h3 {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.about-features {
    margin: 2rem 0;
}

.feature {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.feature:last-child {
    border-bottom: none;
}

.feature h4 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-weight: 700;
}

.about-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
}

@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
    }
}

/* ====================================
   Hours Section
   ==================================== */

.hours-section {
    padding: 3rem 20px;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
}

.hours-section h2 {
    margin-bottom: 2rem;
    color: white;
}

.hours-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hours-info h3 {
    color: white;
    margin-bottom: 1rem;
}

.hours-info ul {
    list-style: none;
    text-align: left;
}

.hours-info li {
    padding: 0.5rem 0;
    font-size: 1.05rem;
}

.hours-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hours-cta p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: white;
}

.hours-cta .btn-primary {
    background-color: white;
    color: var(--primary-color);
}

.hours-cta .btn-primary:hover {
    background-color: var(--light-bg);
}

@media (max-width: 768px) {
    .hours-content {
        grid-template-columns: 1fr;
    }
}

/* ====================================
   Footer
   ==================================== */

.site-footer {
    background-color: var(--dark-bg);
    color: white;
    padding: 3rem 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--secondary-color);
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #ccc;
}

.footer-section a:hover {
    color: white;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    font-weight: bold;
}

.social-links a:hover {
    background-color: var(--secondary-color);
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 2rem;
    text-align: center;
    color: #999;
}

/* ====================================
   Utility Classes
   ==================================== */

.text-center {
    text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }

.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mb-3 { margin-bottom: 3rem; }

.pt-1 { padding-top: 1rem; }
.pt-2 { padding-top: 2rem; }
.pt-3 { padding-top: 3rem; }

.pb-1 { padding-bottom: 1rem; }
.pb-2 { padding-bottom: 2rem; }
.pb-3 { padding-bottom: 3rem; }

/* Responsive Typography */
@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.35rem; }

    /* Floating WhatsApp Button - Mobile */
    .whatsapp-float {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float i {
        font-size: 24px;
    }

    .whatsapp-tooltip {
        display: none;
    }

    .appointment-section {
        padding: 3rem 15px;
    }

    .appointment-section h2 {
        font-size: 1.8rem;
    }

    .btn-lg {
        padding: 14px 35px;
        font-size: 1rem;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .site-footer,
    .appointment-section,
    .hours-section {
        display: none;
    }
}

.btn.btn-primary.whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #20ba58 100%) !important;
    color: white !important;
}

