
/* Lock layout to minimum 300px and allow horizontal scrolling */
@media (max-width: 249px) {
  html, body {
    min-width: 250px !important;
    overflow-x: auto !important; /* show horizontal scrollbar */
  }

  /* Prevent responsive shrink under 300px */
  * {
    max-width: none !important;
  }
  
   /* Disable all AOS animations */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .aos-init,
  .aos-animate {
    opacity: 1 !important;
    transform: none !important;
  }

  /* BUT allow counters to animate */
  .counter,
  .count,
  .number,
  .counter-value {
    transition: all 0.5s ease-in-out !important;
    opacity: initial !important;
    transform: initial !important;
    animation: initial !important;
  }
}


/* Ultra-small screens (under 300px) - Button and text size fixes only */
@media (max-width: 300px) {
    .cursor {
   
    width: 2px !important;
    height: 1.4em !important;
   
}

.mobile-btn {
      
        padding: 12px 15px !important;
    
    }
    
    .hero-modern-title span {
    font-size: 1rem !important;
}
    .hero-modern-title
 {
    font-size: clamp(1rem, 5vw, 4rem) !important;
   
}
    .hero-badge {
    font-size: 0.65rem !important;
}
    
 .mobile-contact-item {
        display: none !important;
    }
    
      
    .mobile-nav-item i{
        display: none;
    }
    
    .our-team {
padding: 10px 5px !important;
}
    
    
    .services {
padding: 40px 10px !important;
}
    
    
    
 .mission-values {
padding: 40px 10px !important;
}   
    
 .video-testimonials-section {
    padding: 40px 10px !important;
}   
    
    
    

  
    
    
  
 
  
  /* Heading size reduction */
  h1, h2, h3, h4, h5, h6 {
    font-size: 75% !important;
  }
  
  /* Specific heading adjustments */
  
  .hero-subtitle {
    font-size: 0.85rem !important;
  }
  
  .typing-effect {
    font-size: 1rem !important;
    min-height: 1.8rem !important;
  }
  
 
  
  /* Section headings */
  .services h2,
  .testimonials h2,
  .our-team h2,
  .mission-values h2,
  .why-choose-us h2,
  .branches h2,
  .booking-section h2,
  .faq-section h2,
  .gallery-section h2,
  .video-testimonials h2,
  .branch-cards h2,
  .about-hero h1,
  .offer-text-content h2,
  .shop-products-section-visual .section-title,
  .shop-products-image-section .section-title {
    font-size: 1.2rem !important;
  }
  
  /* Card titles */
  .card-title,
  .team-member h5,
  .founder-bio h3,
  .staff-card h4,
  .branch-info h3,
  .value-card h3,
  .feature-box h5,
  .offer-cta-content h3 {
    font-size: 0.95rem !important;
  }
  
  /* General text size reduction */
  p, span, li, a, .card-text, .testimonial-text, .branch-info p {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
  
  /* Emergency contact text */
  .emergency-contact h3,
  .emergency-contact h4 {
    font-size: 0.95rem !important;
  }
  
  .emergency-contact p {
    font-size: 10px !important;
  }
  
  /* Form text */
  .form-control,
  .form-select,
  textarea,
  label {
    font-size: 11px !important;
  }
  
  /* Footer text */
  .footer p, .footer-links a, .footer-bottom p {
    font-size: 10px !important;
  }
  
  /* About page text */
  .about-hero p.lead {
    font-size: 0.85rem !important;
  }
  
  .info-item {
    font-size: 9px !important;
  }
  
  /* Scrolling text */
  .scrolling-clinics span {
    font-size: 9px !important;
  }
}










/* Global Styles */
body {
    /*font-family: 'Poppins', sans-serif;*/
    background-color: #f8f9fa;
    color: #333;
     margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
}

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

[data-aos] {
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
}








html {
    scroll-behavior: smooth;
}



/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #2c3e50;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Top Navbar */
.top-nav {
    background-color: #2c3e50;
    color: white;
    padding: 10px 0;
    font-size: 14px;
}

.top-nav a {
    color: white;
}

.top-nav .social-icon {
    align-items: center;
    margin-bottom: -5px;
}

.top-nav .fab {
    font-size: 20px;
}

.top-nav .container {
    align-items: center;
}



.site-header img {

  height: 50px;   /* Adjust this */

  width: auto;    /* Keeps ratio correct */
  
  object-fit: contain;


}

 /* ===== Extra Small Devices (Portrait Phones, <576px) ===== */
@media (max-width: 300px) {
.site-header img{

  height: 33px !important;   /* Adjust this */

  width: auto !important;    /* Keeps ratio correct */
  
  object-fit: contain !important;

 
}
}

/* ===== Extra Small Devices (Portrait Phones, <576px) ===== */
@media  (min-width: 301px) and (max-width: 575px) {
 .site-header img{

  height: 40px !important;   /* Adjust this */

  width: auto !important;    /* Keeps ratio correct */
  
  object-fit: contain !important;
}
  
}








/* ===== LIGHTWEIGHT HEADER & NAVIGATION ===== */

/* Header Styles */
.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}

.site-header.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.logo {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
}

.logo span {
    color: #4d5d53; /* Your sage green */
}

/* Desktop Navigation */
.nav-main {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

@media (min-width: 992px) {
    .nav-main {
        display: flex;
    }
}

.nav-main a:not(.nav-cta) {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-main a:not(.nav-cta):hover {
    color: #738678;
}

.nav-cta {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s;
    /*margin-left: 0.5rem;*/
}

.book-btn {
    background-color: #4d5d53;
    color: white;
    min-width: 134.98px;
    
}

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

.nav-cta .btn-outline-secondary{
    min-width: 78.31px;
}

/* Hamburger Menu Toggle */
.menu-toggle {
    border: none;
    background: transparent;
    width: 30px;
    height: 21px;
    position: relative;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    display: none;
}

.menu-toggle:focus {
    outline: none;
}

/* Hamburger lines - height changed to 2px */
.menu-toggle span {
    position: absolute;
    width: 100%;
    height: 2px;           /* Changed from 3px to 2px */
    background-color: #4d5d53;
    left: 0;
    transition: all 0.4s;
}

/* Perfect Vertical Centering - adjusted for 2px height */
.menu-toggle span:nth-child(1) { top: 1px; }      /* First line at 1px */
.menu-toggle span:nth-child(2) { top: 9.5px; }    /* Middle line at 9.5px */
.menu-toggle span:nth-child(3) { top: 18px; }     /* Bottom line at 18px */

.menu-toggle:active span {
    transform: scale(0.9);
    transition: transform 0.1s ease;
    background-color: #a8b6aa;;
}

/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	transform: translateX(100%);
	max-width: 400px;
	height: 100vh;
	height: 100dvh;
	background-color: white;
	z-index: 2000;
	transition: all 0.4s;
	opacity:0;
    visibility:hidden;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.mobile-nav.active {
	transform: translateX(0);
	opacity:1;
	visibility:visible;
}


.mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #4d5d53;
       
    }
    
    .menu-title {
        font-weight: 600;
        font-size: 18px;
        color: #ffffff;
        margin: 0;
    }



.mobile-nav-close:hover {
     background-color: rgba(255, 255, 255, 0.1);
   
}



.mobile-nav-close {
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s;
}



.mobile-nav-links {
    list-style: none;
   /* margin: 0 0 2rem;*/
    
}



.mobile-nav-links li:not(.mobile-contact-item) {
    margin: 0.5rem 0;
}

.mobile-nav-links a:not(.mobile-btn) {
    display: block;
    padding: 0.8rem 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c3e50;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.3s ease;
}

.mobile-nav-links :not(.mobile-btn):hover {
    color: #738678;
}

/* Mobile Buttons */
 .mobile-button-item {
        /*margin:8px 0;*/
        padding: 0 20px;
        width: 100%;
        display: flex;
        justify-content: center;
       
    }
    
    .mobile-btn {
        display: block;
        padding: 15px 0px;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 500;
        width: 100%;
        min-width: fit-content;
    
       
    }
    
   .mobile-nav .booking-btn {
        background-color: #4d5d53;
        color: white;
        
    }
    
   
   .mobile-nav .booking-btn:hover {
    Text-decoration:none;
    background-color: #738276 ;
        color:white;
        
        }
    
   .mobile-nav .btn-outline:hover{
        text-decoration:none;
        background-color: #6c757d ;
          color: white;
        }



/* Mobile Overlay */
.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    backdrop-filter: blur(3px);
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 991px) {
    .nav-main {
        display: none;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    /* Adjust logo size on mobile */
    .logo {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .mobile-nav,
    .mobile-overlay,
    .menu-toggle {
        display: none;
    }
}
/* ================== Mobile Menu Header ================== */

/* ==========================================================================
   MODERN AESTHETIC HERO SECTION - NO FORCED OVERFLOW
   ========================================================================== */

/* Base Section Styling */
.hero-modern-section {
    position: relative;
    background-color: #fcfcfc;
    /* The Fix: Let it fit naturally. If content is tall, it grows. If short, it fills screen. */
    /*min-height: calc(100vh - 80px);  80px accounts for navbar */
    padding: 60px 0;
    display: flex;
    align-items: center;
    /* Removed overflow: hidden so content is never cut off! */
}

/* Ensure the row centers vertically properly */
.hero-content-row {
  /*  min-height: calc(100vh - 80px);*/
  padding: 60px 0;
}

/* THE FIX: Background Glows Container */
.hero-bg-glows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* This overflow hidden ONLY clips the background colors, NOT your content! */
    overflow: hidden; 
    z-index: 0;
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
}

.hero-glow.top-left {
    background: #4d5d53;
    width: 500px; height: 500px;
    top: -100px; left: -100px;
    animation: drift 15s infinite alternate ease-in-out;
}

.hero-glow.bottom-right {
    background: #d4b66a;
    width: 400px; height: 400px;
    bottom: -50px; right: -50px;
    animation: drift 12s infinite alternate-reverse ease-in-out;
}

@keyframes drift {
    0% { transform: translate(0, 0); }
    100% { transform: translate(30px, 40px); }
}

/* Typography & Content */
.hero-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(77, 93, 83, 0.1);
    color: #4d5d53;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 20px;
}

.hero-modern-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.hero-modern-title span {
    color: #d4b66a; 
    font-style: italic;
    font-weight: 600;
}

/* ANTI-FLUCTUATION TYPING WRAPPER */
.typing-lock-wrapper {
    min-height: 3.5rem; 
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.typing-effect {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 500;
    color: #4d5d53;
    margin: 0;
}

.cursor {
    display: inline-block;
    width: 3px;
    height: 1.2em;
    background-color: #d4b66a;
    margin-left: 5px;
    animation: blink 0.8s step-end infinite;
    vertical-align: bottom;
}

@keyframes blink { 50% { opacity: 0; } }

.hero-modern-subtitle {
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    color: #666;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 90%;
}

/* Modern Buttons */
.hero-modern-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-sage-primary, .btn-sage-outline {
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-sage-primary {
    background: #4d5d53;
    color: #fff;
    border: 2px solid #4d5d53;
    box-shadow: 0 8px 20px rgba(77, 93, 83, 0.2);
}

.btn-sage-primary:hover {
    background: #3b473f;
    border-color: #3b473f;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(77, 93, 83, 0.3);
}

.btn-sage-outline {
    background: transparent;
    color: #6c757d;
    border: 2px solid #6c757d;
}

.btn-sage-outline:hover {
    background: #6c757d;
    color: #fff;
    transform: translateY(-3px);
}

/* Features List */
.hero-modern-features {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.feature-item {
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.feature-item i {
    color: #d4b66a;
    margin-right: 8px;
    background: rgba(212, 182, 106, 0.1);
    padding: 5px;
    border-radius: 50%;
    font-size: 0.75rem;
}

/* Aesthetic Image Styling */
.hero-modern-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.organic-image-frame {
    position: relative;
    max-width: 420px;
    width: 100%;
    margin-bottom: 20px; /* Safe space for the floating card */
}

.organic-image-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 40px 140px 40px 140px; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    border: 8px solid #fff;
}

/* Glassmorphism Floating Card */
.floating-glass-card {
    position: absolute;
    /* The Fix: Shifted slightly inside to prevent horizontal scrollbar */
    bottom: 20px;
    left: -15px; 
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    z-index: 3;
    animation: gentleBounce 4s infinite ease-in-out;
}

.glass-icon i { color: #d4b66a; font-size: 1.5rem; }
.glass-text { display: flex; flex-direction: column; }
.glass-text strong { color: #2c3e50; font-size: 1.2rem; line-height: 1.1; }
.glass-text span { color: #666; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; }

@keyframes gentleBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ==========================================================================
   MOBILE RESPONSIVENESS
   ========================================================================== */
@media (max-width: 991px) {
    .hero-modern-section {
        /*padding-top: 40px;
        padding-bottom: 60px*/
        padding: 60px 0;
        text-align: center;
    }

    .hero-modern-subtitle {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .typing-lock-wrapper { justify-content: center; }
    .hero-modern-buttons, .hero-modern-features { justify-content: center; }

    .floating-glass-card {
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
        animation: none; 
    }
    
   .hero-modern-buttons  .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .hero-modern-buttons { flex-direction: column; width: 100%; }
    .btn-sage-primary, .btn-sage-outline { min-width: fit-content; width:100%; max-width: 300px; margin: 0 auto; }
    .organic-image-frame img { border-radius: 30px 80px 30px 80px; }
}









/* Hero Floating Bubbles - Transparent Water Effect */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}
/* Hero Floating Bubbles - Visible Water Effect */
.floating-bubble {
    position: absolute;
    border-radius: 50%;
    background: rgba(188, 216, 188, 0.2); /* Light sage green */
   border: 1px solid rgba(156, 192, 156, 0.3); /* Sage border */ box-shadow: 
    filter: blur(0.8px);
    animation: floatBubble 15s infinite ease-in-out;
    opacity: 0.8;
    box-shadow: 0 0 6px rgba(200, 225, 200, 0.25),
        inset 0 0 8px rgba(255, 255, 255, 0.2);
}

/* Bubble sizes with adjusted opacity for better visibility */
.floating-bubble.small {
    width: 30px;
    height: 30px;
    opacity: 0.7;
}
.floating-bubble.medium {
    width: 50px;
    height: 50px;
    opacity: 0.75;
}
.floating-bubble.large {
    width: 80px;
    height: 80px;
    opacity: 0.8;
}

/* Floating animation */
@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translate(20px, -30px) scale(1.05);
        opacity: 0.8;
    }
    50% {
        transform: translate(-20px, -50px) scale(0.95);
        opacity: 0.7;
    }
    75% {
        transform: translate(10px, -20px) scale(1.02);
        opacity: 0.9;
    }
}

/* Bubble positions */
.bubble-1 { left: 8%; top: 17%; animation-delay: 0s; }
.bubble-2 { left: 85%; top: 15%; animation-delay: 2s; }
.bubble-3 { left: 25%; top: 65%; animation-delay: 4s; }
.bubble-4 { left: 75%; top: 70%; animation-delay: 6s; }
.bubble-5 { left: 50%; top: 45%; animation-delay: 1s; }
.bubble-6 { left: 15%; top: 50%; animation-delay: 3s; }
.bubble-7 { left: 90%; top: 35%; animation-delay: 5s; }
.bubble-8 { left: 10%; top: 35%; animation-delay: 7s; }
.bubble-9 { left: 70%; top: 25%; animation-delay: 2.5s; }
.bubble-10 { left: 20%; top: 85%; animation-delay: 4.5s; }
.bubble-11 { left: 80%; top: 80%; animation-delay: 6.5s; }
.bubble-12 { left: 55%; top: 55%; animation-delay: 1.5s; }




/* Heading bubbles matching reference image positions */
.heading-bubble-1 {
    left: 0%;
    top: 0%;
    width: 90px;
    height: 90px;
    animation-delay: 0.3s;
}
.heading-bubble-2 {
    left: 45%;
    top: 5%;
    width: 30px;
    height: 30px;
    animation-delay: 0.6s;
}
.heading-bubble-3 {
    left: 80%;
    top: 0%;
    width: 80px;
    height: 80px;
    animation-delay: 0.9s;
}
.heading-bubble-4 {
    left: 50%;
    top: 15%;
    width: 35px;
    height: 35px;
    animation-delay: 1.2s;
}





/* Hero Text Background Enhancement */
.hero-text-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(77, 93, 83, 0.08) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(77, 93, 83, 0.08) 0%, transparent 25%),
        linear-gradient(135deg, rgba(248, 249, 250, 0.9), rgba(232, 240, 225, 0.9));
    background-blend-mode: overlay;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}



/* Optional: Add a soft animation */
@keyframes softPulse {
    0%, 100% { opacity: 0.95; }
    50% { opacity: 1; }
}

.hero-text-bg {
    animation: softPulse 12s ease-in-out infinite;
}
.hero-text-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 25% 25%, rgba(77, 93, 83, 0.15) 0%, transparent 30%),
        radial-gradient(circle at 75% 75%, rgba(77, 93, 83, 0.15) 0%, transparent 30%),
        linear-gradient(to right, rgba(248, 249, 250, 0.7), rgba(232, 240, 225, 0.7));
    background-blend-mode: multiply;
    opacity: 0.9;
}




/* ===== Dynamic Hero Background ===== */
.hero-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* Only covers text portion */
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

/* Top/Bottom SVG Waves */
.bg-top, .bg-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.bg-top {
  top: 0;
  animation: waveMove 15s linear infinite;
}
.bg-bottom {
  bottom: 0;
  animation: waveMove 18s linear infinite reverse;
}

/* Floating Bubbles */
.floating-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bubble {
  position: absolute;
    border-radius: 50%;
    background: rgba(188, 216, 188, 0.2); /* Light sage green */
   border: 1px solid rgba(156, 192, 156, 0.3); /* Sage border */ box-shadow: 
    filter: blur(0.8px);
    opacity: 0.8;
    box-shadow: 0 0 6px rgba(200, 225, 200, 0.25),
        inset 0 0 8px rgba(255, 255, 255, 0.2);
  animation: float 12s infinite ease-in-out;
}
.bubble-13 {
  width: 120px;
  height: 120px;
  top: 30%;
  left: 15%;
  animation-delay: 0s;
}
.bubble-14 {
  width: 80px;
  height: 80px;
  top: 45%;
  left: 55%;
  animation-delay: 3s;
}
.bubble-15 {
  width: 160px;
  height: 160px;
  top: 80%;
  left: 40%;
  animation-delay: 6s;
}

/* Animations */
@keyframes waveMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(0px); }
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-40px) rotate(5deg); }
}




/* New SVG background elements */
.hero-svg-decoration {
    position: absolute;
    z-index: 0;
    opacity: 0.1;
}

.hero-svg-decoration.top-left {
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%234d5d53' d='M50,100 C50,50 100,50 100,100 C100,150 150,150 150,100 C150,50 200,50 200,100'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    animation: float 15s ease-in-out infinite;
}

.hero-svg-decoration.bottom-right {
    bottom: -50px;
    right: -50px;
    width: 400px;
    height: 400px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%234d5d53' d='M100,0 C150,0 200,50 200,100 C200,150 150,200 100,200 C50,200 0,150 0,100 C0,50 50,0 100,0 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    animation: float 20s ease-in-out infinite reverse;
}

.hero-svg-decoration.middle-left {
    left: -100px;
    top: 50%;
    width: 200px;
    height: 200px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath fill='%234d5d53' d='M100,0 L150,100 L100,200 L50,100 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    animation: pulse 8s ease-in-out infinite;
}

/* Water droplet animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}




/* -------------------------------------About Us Section--------------------------------------*/
.about-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background: linear-gradient(to right, #dfe8dc, #f0f5ec);
    overflow: hidden;
}




.doctor-note-img {
    display: flex;
}

@media (max-width:300px) {
    .doctor-note-img {
        display: flex;
        flex-direction: column;
    }

}

@media (max-width:300px) {
    .cta-about .btn {
        padding: 5px 10px !important;
        font-size: 0.4rem !important;
        font-weight: 500;
        border-radius: 50px;
        transition: all 0.3s ease;
    }
}


.about {
    justify-content: center;
}

.about-us h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
}
.about-subtitle{
    font-family: 'Lato', sans-serif;
        font-weight: 600;
        font-size: 0.95rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #4d5d53;
        margin-bottom: 8px;
        margin-top:8px;
}
.about-us p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.about-us ul {
    padding-left: 0;
    list-style: none;
}

.about-us ul li {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.about-us ul li i {
    margin-right: 10px;
    font-size: 18px;
}

/* Video Section */
.video-content {
   
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
 
.video-content img {
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
}
.instagram-media{
     position: relative;
}

.instagram-media .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease-in-out;
    animation: pulse 1.5s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.play-icon i {
    font-size: 24px;
    color: #4d5d53;
}

.video-content a:hover .play-icon {
    background: rgba(255, 255, 255, 1);
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(77, 93, 83, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(77, 93, 83, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(77, 93, 83, 0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-us .row {
        flex-direction: column;

    }

    .video-content {
        margin-top: 20px;
    }


}

/*-------------------------------------------- Services Section ----------------------------------------------------------------*/
.services {
    padding: 80px 20px;
    background: linear-gradient(135deg, #e7efe8, #f3f8ef);
    /* Light blue to white */
    text-align: center;
    border-radius: 10px;
}

.btn-consult:hover {
    text-decoration: none;
    color: #fff;
}

/* Services Section
.services {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
  text-align: center;
  border-radius: 10px;
}*/

/* SERVICES IMAGE – HEIGHT CONTROL WITHOUT MANUAL HEIGHT */
.service-img-wrap {
  height: clamp(180px, 22vw, 220px);
  overflow: hidden;
}

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

/* keep your hover zoom */
.services .card:hover .service-img-wrap img {
  transform: scale(1.1);
}

.services h2 {

    font-weight: 700;
    color: #2c3e50;

    position: relative;
    display: inline-block;
}

.services h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.services p {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

/* Service Cards */
.services .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

@media (min-width:769px) and (max-width:992px) {
    .services .card {
        min-height: 400px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .services .card {
        min-height: 380px;
    }
}

.services .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.services .card img {
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.services .card:hover img {
    transform: scale(1.1);
}

.services .card-body {
    padding: 20px;
}

.services .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.services .card-text {
    font-size: 1rem;
    color: #666;
}

.all-services {
    background-color:#4d5d53; 
    color: #fff;
}

.all-services:hover {
    background-color: #738678;
    color: #fff;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.services .card {
    animation: fadeInUp 0.7s ease-in-out both;
}



.naz-tag {
    background: var(--naz-color);
}

.hydra-tag {
    background: var(--hydra-color);
}

.treatment-content {
    padding: 25px;
}




/* Services Section */
.services-grid {
    padding: 60px 0;
    background: linear-gradient(135deg, #f9f9f9, #e3eaf5);
    border-radius: 10px;
}

.services-grid h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.services-grid p {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.services-grid .row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.services-grid .col-md-4 {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-grid .col-md-4:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.services-grid i {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 15px;
}

.services-grid h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.services-grid .col-md-4 p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}





.testimonials {
    background: linear-gradient(135deg, #f8f9fa, #e3e7eb);
    background: url('../img/2149446590.jpg') no-repeat center center/cover;
}



.testimonials h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #555;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
}

.carousel-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid #2c3e50;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #2c3e50;
    border-radius: 50%;
    padding: 10px;
}





/* General Gallery Styling */
.gallery-section {
    background: linear-gradient(to left, #f8f9fa, #e9ecef);
    padding: 60px 0;
    text-align: center;
}
/* Before / After images – uniform height */
.before-after img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


.gallery-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.gallery-section h2 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.gallery-section p {
    color: #555;
    margin-bottom: 25px;
}

/* Grid Layout */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.gallery-grid img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.gallery-grid img:hover {
    transform: scale(1.05);
}


@media (max-width: 300px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 10px;
  }

  .gallery-grid img {
    width: 100%;
    height: auto;        /* 🔥 KEY CHANGE */
    object-fit: contain;
    display: block;
  }
}


/* ---------------------- PREMIUM SAGE GREEN OFFER SECTION ---------------------- */

.offers-section-sage {
    position: relative;
    padding: 90px 20px;
    text-align: center;
    background: linear-gradient(135deg, #4d5d53, #55655b, #3f4b45);
    border-radius: 25px;
    overflow: hidden;
    margin: 50px auto;
    max-width: 1100px;
    box-shadow: 0 0 40px rgba(0,0,0,0.35);
}

/* FLOATING LIMITED OFFER TAG */
.floating-tag {
    position: absolute;
    top: 20px;
    right: 25px;
    background: rgba(212,182,106,0.18);
    padding: 8px 18px;
    border-radius: 20px;
    color: #e8d7a2;
    font-size: 0.9rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
    animation: tagFloat 3s infinite ease-in-out;
    border: 1px solid rgba(212,182,106,0.35);
}
@keyframes tagFloat {
    0% { transform: translateY(0); opacity: 0.9; }
    50% { transform: translateY(-6px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.9; }
}

/* FLOATING GOLD BUBBLES */
.bubble-sage {
    position: absolute;
    border-radius: 50%;
    opacity: 0.18;
    animation: floatSage 12s infinite ease-in-out;
    background: radial-gradient(circle, rgba(212,182,106,0.45), rgba(212,182,106,0.05));
}
/* FLOATING GOLD BUBBLES - UPDATED NON-OVERLAPPING */
.b1 { width: 150px; height: 150px; top: 18%; left: 6%; animation-duration: 13s; }
.b2 { width: 110px; height: 110px; top: 75%; left: 6%; animation-duration: 15s; }

/* Right side bubbles - FIXED spacing */
.b3 { width: 130px; height: 130px; top: 22%; right: 5%; animation-duration: 17s; }
.b4 { width: 85px; height: 85px; bottom: 5%; right: 11%; animation-duration: 11s; }
.b5 { width: 60px; height: 60px; top: 55%; right: 35%; animation-duration: 19s; }


@keyframes floatSage {
    0% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-25px) scale(1.10); }
    100% { transform: translateY(0px) scale(1); }
}

/* CORNER GLOW */
.corner-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212,182,106,0.25), transparent 70%);
    filter: blur(40px);
    opacity: 0.4;
}
.cg1 { top: -80px; left: -80px; }
.cg2 { bottom: -70px; right: -70px; }

/* CONTENT */
.offers-content-sage {
    position: relative;
    z-index: 5;
}

.offers-title-sage {
    font-size: 2.3rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}

.offers-title-sage span {
    color: #e8d7a2;
    font-weight: 800;
    position: relative;
}

/* Soft glowing underline */
.offers-title-sage span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #e8d7a2, transparent);
    border-radius: 2px;
    animation: glowlineSage 3s infinite alternate;
}
@keyframes glowlineSage {
    from { opacity: 0.25; }
    to   { opacity: 1; }
}

.offers-text-sage {
    font-size: 1.1rem;
    color: #f2f4f2;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* BUTTON — PERFECT WHITE + GOLD, NO BLUE */
.offers-btn-sage {
    padding: 12px 30px;
    background: linear-gradient(90deg, #d4b66a, #c6a454);
    color: white !important;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(212,182,106,0.45);
}

.offers-btn-sage:hover {
    background: linear-gradient(90deg, #c6a454, #d4b66a);
    box-shadow: 0 6px 20px rgba(212,182,106,0.65);
    transform: translateY(-3px);
    text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .offers-title-sage { font-size: 1.7rem; }
    .offers-text-sage { font-size: 1rem; }
    .floating-tag { font-size: 0.8rem; right: 15px; top: 15px; }
}





/* Premium Offers Section */
.premium-offers-cta {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #4d5d53 0%, #3a4740 100%);
    overflow: hidden;
}

.premium-offers-cta p {
    color: white;
}

.offer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.offer-shape-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.offer-shape-2 {
    position: absolute;
    bottom: -100px;
    left: -50px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 50%;
}

.offer-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.offer-text-content {
    flex: 1;
   /* min-width: 300px;*/
    color: white;
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.offer-pulse {
    display: block;
    width: 10px;
    height: 10px;
    background: #ffd700;
    border-radius: 50%;
    animation: offer-pulse 2s infinite;
}

.offer-text-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.offer-text-content h2 span {
    color: #ffd700;
    font-weight: 600;
}

.offer-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 500px;
}

.offer-tags {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.offer-tag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-tag:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.offer-tag i {
    color: #ffd700;
}

.offer-cta-box {
     flex: 0 0 auto; /* allows auto height */
    width: 350px; /* keep fixed width on large screens */
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    margin-top: 30px;
    margin-bottom: 30px;
}

.offer-cta-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.offer-cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ffd700, #ffaa00);
}

.offer-cta-content {
    text-align: center;
}

.offer-text-content h2 {
    color: white;
}

.offer-icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(77, 93, 83, 0.1), rgba(77, 93, 83, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #4d5d53;
}

.offer-cta-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.offer-cta-content p {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.offer-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #4d5d53;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
   /* width: 100%;*/
    justify-content: center;
}

.offer-cta-button:hover {
    background: #3a4740;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.offer-cta-note {
    font-size: 0.8rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.offer-cta-note i {
    color: #ffd700;
}

@keyframes offer-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}




/* Responsive */
@media (max-width: 768px) {
    .offer-content-wrapper {
        flex-direction: column;
    }

    .offer-cta-box {
        width: 100%;
          flex: 0 0 auto; /* allows auto height */

    }
    
     

    .offer-text-content h2 {
        font-size: 2rem;
    }
       .offer-cta-button {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
        font-size: 0.9rem;
        border-radius: 40px;
    }
    
      .offer-cta-content h3 {
        font-size: 1.5rem;
    }

      .offer-cta-content p {
        font-size: 1rem;
     /*   margin-bottom: 1.2rem;*/
      margin-bottom: 1.2rem;
       /* line-height: 1.3;*/
       line-height: 1.3;
    }
}

/* Fix for extra small screens (<= 357px) */
@media (max-width: 357px) {

    .offer-cta-box {
     flex: 0 0 auto; /* allows auto height */
        width: 100% !important;
        padding: 1.8rem 1rem !important;
        margin: 20px 0 !important;
        box-sizing: border-box;
    }

    .offer-icon-circle {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .offer-cta-content h3 {
        font-size: 1.3rem;
    }

      .offer-cta-content p {
        font-size: 0.85rem;
     /*   margin-bottom: 1.2rem;*/
      margin-bottom: 1rem;
       /* line-height: 1.3;*/
       line-height: 1;
    }


    .offer-cta-button {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
        font-size: 0.9rem;
        border-radius: 40px;
    }

    .offer-cta-note {
        white-space: nowrap; /* prevent multi-line wrap */
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }

    .offer-content-wrapper {
        gap: 1.5rem;
    }
}





/* View Technology Section - Mobile Optimized */
.view-technology {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.tech-preview-card {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.tech-preview-card:hover {
    transform: translateY(-5px);
}

.bg-light-green {
    background-color: #738678;
}

.highlight-item {
    transition: transform 0.3s ease;
    align-items: flex-start;
}

.highlight-item:hover {
    transform: translateX(5px);
}

.tech-stats {
    position: relative;
    z-index: 2;
}

.stat-item {
    position: relative;
    padding: 15px 0;
}

/* Remove the vertical divider on mobile */
.stat-item:after {
    display: none;
}

.icon-box {
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.highlight-item:hover .icon-box {
    background-color: #4d5d53 !important;
    transform: rotate(10deg);
}

/* Mobile-specific styles */
@media (max-width: 991px) {
    .tech-preview-card {
        margin-bottom: 30px;
    }

    .highlight-item {
        margin-bottom: 20px;
    }

    .highlight-item h5 {
        margin-top: 5px;
        margin-bottom: 8px !important;
    }

    .tech-stats .col {
        margin-bottom: 10px;
    }

    .stat-item {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
    }

    /*.btn {
        margin-bottom: 10px;
    }*/
}

.highlight-item {

    gap: 10px;
}

/* Desktop-specific styles */
@media (min-width: 992px) {
    .stat-item:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: rgba(255, 255, 255, 0.3);
    }
}

.why-choose-us {
    background: linear-gradient(135deg, #738678, #e3f2fd);
    padding: 60px 20;
    text-align: center;
}

.why-choose-us h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.why-choose-us h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}



.why-choose-us p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.why-choose-us .row {
    display: flex;
    justify-content: center;
}

.why-choose-us .feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.why-choose-us .feature-box:hover {
    transform: translateY(-5px);
}

.why-choose-us .icon {
    font-size: 40px;
    color: #4d5d53;
    margin-bottom: 15px;
}

.why-choose-us h5 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.why-choose-us p {
    font-size: 16px;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .why-choose-us .row {
        flex-direction: column;
        align-items: center;
    }

    .why-choose-us .feature-box {
        width: 90%;
        margin-bottom: 20px;
    }
}


/*---------------------------naz derm. pricing cta---------------------------------------*/
.pricing-cta-section {
    background: linear-gradient(rgba(200, 210, 200, 0.8), rgba(77, 93, 83, 0.85)),
        url('../img/naz-dermaloica-pricing.jpg') center/cover no-repeat;
    background-attachment: fixed;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

}

.pricing-cta-section .text-muted {
    color: white !important;
}



.pricing-cta-section .btn-dark {
    background-color: #2c3e50;
    padding: 10px 25px;
    font-weight: 600;
}

.pricing-cta-section .btn-dark:hover {
    background-color: #1a2635;
}




/*-------------------------------hydrafacial pricing cta-----------------------*/
.pricing-cta-card {
    background: url(../img/hydrafacial-pricing.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
}



.pricing-cta-card span {
    color: #ffc107;
    font-weight: 700;
}


.pricing-cta-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #557b59, #7a8f6c);
    /* Overlay matching website color scheme */
    opacity: 0.6;
}

.pricing-cta-card p {
    color: white;
    font-weight: 500;
}

.customized-treatment-note {
    background-color: var(--sage-light);
    /* Use a light background color */
    color: var(--hydra-color);
    /* Use a primary text color */
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    border: 1px solid var(--sage-green);
    /* Optional: Add a subtle border */
}

/*-----------------------------our team-------------------------------*/
.our-team {
    background: linear-gradient(135deg, #cfdccf, #e5eee4);
    padding: 60px 0;
    border-radius: 10px;
    justify-content: center;
    
}

.our-team h2 {
    font-size: 2rem;
    color: #2c3e50;
    font-weight: bold;
}

.our-team h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.our-team p {
    color: #555;
    font-size: 16px;
}

.team-member {
    background: #fff;
    padding: 20px;
    margin: 10px auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.team-member:hover {
    transform: translateY(-8px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.team-member img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #738678;
    transition: border-color 0.3s ease-in-out;
}

.team-member:hover img {
    border-color: #4d5d53;
}

.team-member h3 {
    color: #4d5d53;
    font-weight: 600;
    margin-top: 15px;
}

.team-member p.text-muted {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}

.text-center {
    text-align: center !important;
    justify-content: center;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    color: #007bff;
    transition: color 0.3s ease-in-out;
}

.social-links a:hover {
    color: #0056b3;
}


/* Team Group Photo Styles */
.team-group-photo {
    margin-top: 40px;
    padding: 20px 0;
}

.team-group-photo img {
    border-radius: 15px;
    border: 5px solid white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 100%;
    max-height:500px;
}

.team-group-photo img:hover {
    transform: scale(1.02);
}

.team-group-photo p {
    font-style: italic;
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 15px;
}


.counter-section {
    background: url('../img/hydrafacial\ jammu\ -by\ dr\ naz.jpg') no-repeat center center/cover;
    background-attachment: fixed;

}



.counter-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}


.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(to right, #8f9779, #e3f2fd);
    opacity: 0.7;
    z-index: 1;
}

.counter-section .container {
    position: relative;
    z-index: 2;
}

.counter-box {
    margin: 20px 0;
}

.counter-box i {
    color: #007bff;
}

.counter-box h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 10px 0;
}

.counter-box p {
    font-size: 1.2rem;
}





.faq-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
    overflow: hidden;
}

.faq-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}


.faq-section h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
}

.faq-container {
    max-width: 800px;
    margin: auto;
}

.faq-section h5 {
    color: #fff;
    font-weight: 400;
}


.faq-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
    background: #4d5d53;
    color: white;
    border-radius: 8px;
    transition: background 0.3s;
}

.faq-question:hover {
   background: #738678;
}

.faq-question i {
    font-size: 1.2rem;
    transition: transform 0.3s ease-in-out;
}

.faq-answer {
    display: none;
    padding: 15px 20px;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
}

/*------------------------------------------booking section-----------------------------*/
.booking-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #738678, #e9ecef);
    border-radius: 10px;
    overflow: hidden;
}

.booking-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.booking-section h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
}

.booking-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}



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

.booking-form label {
    font-weight: bold;
    color: #333;
}

.booking-form input,
.booking-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.booking-form textarea {
    resize: none;
}

.booking-form button {
    background: #738678;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: background 0.3s ease-in-out;
}

.booking-form button:hover {
    background: #4d5d53;
}

.booking-info {
    padding-left: 20px;

}



.booking-info h4 {
    font-size: 1.5rem;
    color: #4d5d53;
    font-weight: bold;
}

.booking-info p {
    font-size: 1rem;
    color: #333;
    margin: 5px 0;
}

.booking-info i {
    margin-right: 8px;
    color: #4d5d53;
}

.clinic-image img {
    margin-top: 20px;
    width: 100%;
    max-height: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


input.form-control:focus,
textarea.form-control:focus {
    border-color: #aab4ae !important;
    box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.3) !important;
    outline: none !important;


}


.form-control:focus {
    border-color: #4d5d53 !important;
    box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.3) !important;
    outline: none !important;

    -webkit-box-shadow: 0 0 6px 2px rgba(77.93.83.0.5) !important;
    -moz-box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.5) !important;
    transition: all 0.3s ease-in-out;
}





select.form-select:focus {
    border-color: #aab4ae !important;
    box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.3) !important;
    outline: none !important;

    -webkit-box-shadow: 0 0 6px 2px rgba(77.93.83.0.5) !important;
    -moz-box-shadow: 0 0 6px 2px rgba(77, 93, 83, 0.5) !important;
    transition: all 0.3s ease-in-out;
}


button:focus,
.btn:focus,
button:focus-visible,
.btn:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}


@media (max-width: 768px) {
    .booking-info {
        text-align: center;
        padding-left: 0;
        margin-top: 30px;
    }
}


.form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.footer {
    background: linear-gradient(135deg, #738678, #1a252f);
    color: #fff;
    padding: 20px 0 20px;


}

.footer-logo {
    max-width: 150px !important;
    margin-bottom: 15px;
    width: 100%;
}

.footer h4 {
    font-size: 1.5rem;
    color: #f8f9fa;
    margin-bottom: 15px;
}

.footer h5 {
    color: #f8f9fa;
    font-weight: 500;
}

.footer p {
    font-size: 0.95rem;
    color: #ccc;
    margin-bottom: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #007bff;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
    color: #fff;
    transition: color 0.3s;
    margin-bottom: 10px;
}

.social-icons a:hover {
    color: #007bff;
}

.fa-facebook-f {
    color: #3498db;
}

.fa-instagram:hover {
    color: peru;
}

.fa-facebook-f:hover {
    color: #fff;
}

.fa-instagram {
    color: indianred;
}

.fa-youtube:hover {
    color: red;
}

.footer-bottom {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
    color: #ccc;
}




/* Footer bottom styling */
.footer-bottom {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #ddd;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom a:hover {
    color: #007bff;
    text-decoration: none;
}


.footer-legal-links {
    font-size: 13px;
}

.footer-legal-links a {
    color: #ccc;
}

.footer-legal-links a:hover {
    color: #fff;
}




/*---------------------video review---------------------*/

.video-testimonials h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}


.video-testimonials {
    background: linear-gradient(rgba(66, 79, 71, 0.7), rgba(77, 93, 83, 0.7)),
        url('../img/1648.jpg') center/cover no-repeat;
    position: relative;
    padding: 80px 0;
}

.video-testimonials .container {
    position: relative;
    z-index: 2;
}

.video-thumbnail {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    max-height: 450px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.play-button i {
    font-size: 24px;
    color: #2c3e50;
}

.video-thumbnail:hover .play-button {
    background: #4d5d53;
    /* Change color on hover */
}

.more-feedbacks {

    background-color: #4d5d53;
    color: #fff;
}

.more-feedbacks:hover {
    background-color: #738678;
    color: #fff;
}


/*---------------------------------our branches--------------------------*/

.branches h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.branches {
    color: #333;
    padding: 60px 20;
}

.branch-card {
    padding: 20px;
    margin: 10px auto;
    transition: transform 0.3s ease-in-out;
    overflow:hidden;

}

.branch-card:hover {
    transform: scale(1.05);
}
.branch-card1:hover {
    transform: scale(1.05);
}

.branch-card a {
    text-decoration: none;
    font-weight: bold;
}

.map-container {
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.branches span {
    color: #2c3e50;
    font-size: x-large;
    font-weight: 700;
}

 .branch-card1 {
        padding: 20px;
        margin: 10px auto;
        transition: transform 0.3s ease-in-out;
        min-height: 530px !important;
    }
    .branch-card1:hover {
     transform: translateY(-8px);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.15);
}

.branch-card1 a {
    text-decoration: none;
    font-weight: bold;
}

@media (min-width:992px) and (max-width:1091px) {
 .branches  .branch-card {
        padding: 20px;
        margin: 10px auto;
        transition: transform 0.3s ease-in-out;
        min-height: 585px !important;
    }
}

.branch-card {
    padding: 20px;
    margin: 10px auto;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.15);
}

.branches .col-md-10,
.branches .col-lg-5,
.branches .col-lg-10,
.branches .col-sm-10 {
    overflow: visible !important;
}




.hydrafacial-section {
    position: relative;
    background: url('../img/hydrafacial-jammu\ \(1\).jpg') no-repeat center center/cover;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden;
}



.hydrafacial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #738678;
    /* Overlay matching website color scheme */
    opacity: 0.7;
}

.hydrafacial-section .container {
    position: relative;
    z-index: 1;
}

.hydrafacial-section h2,
.hydrafacial-section p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
}

.hydrafacial-section .fa-spa,
.fa-leaf {
    color: #fff;
}

.hydrafacial-section .fa-calendar-check {
    color: #ffffff;
}

.hydrafacial-section .booking-btn {
    background-color: #4d5d53;

    color: #fff;
}

.hydrafacial-section .booking-btn:hover {
    background-color: #738678;
    color: #fff;
}





/*=---------------------------------------- About Page-- Specific Styles-----------------------*/
.about-hero {
     background: linear-gradient(rgba(77, 93, 83, 0.85), rgba(60, 85, 76, 0.7)),
        url('../img/back.jpg') center/cover no-repeat;
    min-height: 60vh;
    width: 100%;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}



.about-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease;
    color: #ffffff;
}

.about-hero p.lead {
    font-size: 1.5rem;
    font-weight: 300;
    animation: fadeInUp 1s ease 0.3s both;
    color: #ffffff;
}



@media(max-width:329px) {
    .about-hero h1 {
        font-size: 1.5rem !important;
    }

    .about-hero p.lead {
        font-size: 1rem !important;
    }
}

@media (max-width:310px) {
    .info-item {
        display: none !important;

    }
}

@media (min-width:250px) and (max-width:440px) {
    .info-item {
        background: rgba(255, 255, 255, 0.1);
        padding: 10px 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        font-size: 10px !important;
    }

    .about-hero h1 {
        font-size: 1.5rem !important;
    }

    .about-hero p.lead {
        font-size: 10px !important;
    }
}






@media (min-width:330px) and (max-width: 768px) {
    .info-item {
        background: rgba(255, 255, 255, 0.1);
        padding: 5px 10px !important;
        border-radius: 5px;
        display: flex;
        align-items: center;
        font-size: 10px !important;
    }
}

@media (min-width:330px) and (max-width: 768px) {

    .contact-info-box {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
    }

}





.booking-btn {
    background-color: #4d5d53;
    color: #fff;
}

.booking-btn:hover {
    color: #fff;
}



/*------------------branc specialities--------------*/

.feature-list {
    list-style-type: none;
}

.branch-specialties h2 {
    color: #2c3e50 !important;
}

.branch-specialties p {
    color: #555 !important;
}

/* Branch Specialties Section */
.branch-specialties {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.branch-specialties .branch-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.branch-specialties .branch-card {
    padding: 20px;
    margin: 10px auto;
    transition: transform 0.3s ease-in-out;
    min-height: 600px !important;
    background-color: #fff;
}

.branch-video {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.branch-video:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.branch-location {
    border-left: 3px solid #2c3e50;
}

.branch-info h3 {
    position: relative;
    padding-bottom: 10px;
}



.branch-info h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #2c3e50;
}

.fa-check-circle {
    color: #4d5d53 !important;
}

/* Naz Dermalogica Specific */
.branch-card:first-child .branch-location {
    border-left-color: #dc3545;
}

.branch-card:first-child .branch-info h3:after {
    background: #dc3545;
}

/* HydraFacial Specific */
.special-feature {
    border-left: 3px solid white;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .branch-card {
        padding: 20px;
    }

    .branch-info h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .branch-card {
        padding: 15px;
    }

    .flex-lg-row-reverse {
        flex-direction: column-reverse !important;
    }
}


/*--------------------------------Our Story---------------- Section-------------------------------- */
.our-story {
    background: linear-gradient(to right, #e7efe8, #f3f8ef);
    position: relative;
    overflow: hidden;
}

.about-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.experience-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #4d5d53;
    color: white;
    padding: 15px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.experience-badge span {
    font-size: 1.5rem;
    line-height: 1;
}

.experience-badge small {
    font-size: 0.7rem;
}

.about-features {
    list-style: none;
    padding-left: 0;
}

.about-features li {
    margin-bottom: 10px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.about-features i {
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Mission & Values */
.mission-values {
    background: linear-gradient(#cfe4c8, #e3f1da);
    padding: 80px 30px;

}

.mission-values h2 {
    color: #2c3e50 !important;
}

.mission-values p {
    color: #333 !important;
}

.section-header h2 {
    position: relative;
    display: inline-block;

}

.section-header h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.value-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 90%;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.value-icon {
    color: #4d5d53;
}

/*----------------- Why Choose About-----------------------*/
.why-choose-about {
    background-color: #fff;
    overflow: hidden;
}

.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.play-icon i {
    color: #4d5d53;
    font-size: 1.5rem;
    margin-left: 5px;
}

.feature-list {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.feature-icon {
    margin-right: 15px;
    font-size: 1.5rem;
    color: #4d5d53;
}

.feature-content h5 {
    color: #2c3e50;
    font-weight: 600;
}

/* CTA About */
.cta-about {
    background: linear-gradient(rgba(66, 79, 71, 0.7), rgba(77, 93, 83, 0.7)),
        url('../img/dr\ naz\ -\ hydrafacial.jpg') center/cover no-repeat;
    padding: 80px 0;
    background-attachment: fixed;
}



.cta-about .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-about .btn-light {
    background: white;
    color: #2c3e50;
}

.cta-about .btn-light:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
}

.cta-about .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(77, 93, 83, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(77, 93, 83, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(77, 93, 83, 0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {


    .experience-badge {
        width: 60px;
        height: 60px;
    }

    .experience-badge span {
        font-size: 1.2rem;
    }
}







/* Team Section - Founder First Layout */
.our-team {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 80px 5px;
}

.our-team h2 {
    color: #2c3e50 !important;
}

.our-team p {
    color: #333 !important;
}

.founder-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.founder-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #738678, #4d5d53);
}

.founder-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: 5px solid #e3f2fd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.founder-bio h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 5px;
}

.founder-bio h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.founder-bio p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.specialty {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.expertise-tags .badge {
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    padding: 6px 12px;
    font-size: 0.8rem;
    background-color: #e3f2fd;
    color: #4d5d53;
}

/* Staff Grid */
.staff-grid {
    margin-top: 40px;
}

.staff-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.staff-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 4px solid #f8f9fa;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.staff-card h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 5px;
}

.staff-card h6 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.text-primary {
    color: #4d5d53 !important;
}

.staff-card p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
}

/* Social Links */
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f8f9fa;
    color: #007bff;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #007bff;
    color: white;
    transform: translateY(-3px);
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .founder-card {
        text-align: center;
    }

    .founder-img {
        width: 180px;
        height: 180px;
        margin-bottom: 20px;
    }

    .expertise-tags {
        justify-content: center;
    }

    .staff-card {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}



.about-image-container img {
   max-height:500px;
width:100%
}
.video-container img {
  max-height:500px;
width:100%
}
.maintenance img{
    max-height: 400px;
}


/* Video Testimonials Section */
.video-testimonials-section {
    padding: 80px 30px;
    background: linear-gradient(rgba(66, 79, 71, 0.7), rgba(77, 93, 83, 0.7)),
        url('../img/1648.jpg') center/cover no-repeat;
    position: relative;
}



.video-testimonials-section .container {
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2rem;
    color: white;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.section-header p {
    color: #f8f9fa;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Video Grid Layout */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

@media (max-width: 768px) {
    .video-card {

        margin-bottom: 30px !important;
    }

    .video-grid {
        display: block;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        grid-template-columns: 1fr;
    }
}


.video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 90%;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.video-testimonials-section .video-thumbnail {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-testimonials-section .video-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-info {
    padding: 20px;
}

.video-info h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #2c3e50;
}

.video-info p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.video-info .rating {
    color: #ffc107;
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }

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








/* Video Section Styles */
.video-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.video-card video {
    width: 100%;
    display: block;
    background: #000;
}

.video-info {
    border-top: 1px solid #eee;
}

/* Custom video controls */
video::-webkit-media-controls {
    background: rgba(0, 0, 0, 0.5);
}

video::-webkit-media-controls-play-button {
    background-color: #4d5d53;
    border-radius: 50%;
}

/* Responsive videos */
@media (max-width: 768px) {
    .video-card {
        max-width: 400px;
        margin: 0 auto;
    }
}



@media (min-width: 768px) {
   .video-testimonials-section .video-info {
    padding-bottom: 50px;
}
}




/* Revised Multimedia Section */
.media-container {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.media-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.media-caption {
    font-size: 0.9rem;
    text-align: center;
}

.multimedia-info h2 {
    color: #2c3e50 !important;
}

/* Process Steps */
.process-steps {
    position: relative;
    padding-left: 30px;
}

.process-steps:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, #738276, #4d5d53);
}

.badge-primary {
    color: #fff;
    background-color: #4d5d53;
}

.book-assesment {
    background-color: transparent;
    border: 2px solid #4d5d53;
}

.book-assesment:hover {
    background-color: #4d5d53;
    color: #fff;

}

.step {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.step-number {
    width: 30px;
    height: 30px;
    background: #4d5d53;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.step-content h5 {
    color: #2c3e50;
    font-size: 1.1rem;
}

/* Program Cards */
.program-card {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.program-card:hover {
    transform: translateX(5px);
    border-left-color: #4d5d53;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.program-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .process-steps {
        padding-left: 20px;
    }

    .step-number {
        width: 25px;
        height: 25px;
        font-size: 0.8rem;
    }

    .step-content h5 {
        font-size: 1rem;
    }
}



/* Testimonial Video Section - No Conflict Version */
.testimonial-videos {
    background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
}

.video-testimonial-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
}

.video-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-video-container {
    position: relative;
    background: #000;
}

.testimonial-video-container video {
    width: 100%;
    display: block;
}

.testimonial-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d5d53;
    font-size: 18px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.testimonial-video-container:hover .testimonial-play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.testimonial-info {
    border-top: 1px solid #eee;
}

.patient-meta img {
    border: 2px solid #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-excerpt {
    font-size: 0.95rem;
    color: #555;
    margin: 10px 0;
}

.rating {
    color: #ffc107;
    font-size: 0.9rem;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .video-testimonial-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-play-icon {
        opacity: 1;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Clinic Experience Section */
.text-purple {
    color: #6f42c1 !important;
}

.bg-purple-light {
    background-color: rgba(111, 66, 193, 0.1);
}

.btn-purple {
    background-color: #6f42c1;
    color: white;
    border-color: #6f42c1;
}

.btn-purple:hover {
    background-color: #5a32b0;
    border-color: #5a32b0;
}

.experience-feature {
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.experience-feature:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Clinic Gallery */
.clinic-gallery {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.clinic-gallery img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.clinic-gallery img.active {
    opacity: 1;
}

.gallery-controls {
    background-color: #f8f9fa;
    border-radius: 0 0 10px 10px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .clinic-gallery {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .experience-feature {
        padding: 10px;
    }

    .clinic-gallery {
        height: 200px;
        margin-bottom: 15px;
    }
}


/*----------------------------technology page----------------------------*/

/* Success Stories Page */
.success-hero {
    background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.8)),
        url('../img/success-hero-bg.jpg') center/cover no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-card {
    transition: transform 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
}

/* Technology Page */
.tech-hero {
    background: linear-gradient(rgba(0, 123, 255, 0.7), rgba(0, 123, 255, 0.7)),
        url('../img/tech-hero-bg.jpg') center/cover no-repeat;
    height: 50vh;
}

.tech-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.tech-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #4d5d53;
}

.tech-img {
    position: relative;
}

.tech-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.tech-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #4d5d53;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.tech-body {
    padding: 20px;
}

.tech-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.spec-item {
    display: flex;
    align-items: center;
}

.spec-item i {
    margin-right: 5px;
    font-size: 14px;
}

.spec-item {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.spec-item.visible {
    opacity: 1;
    transform: translateX(0);
}

.spec-item i {
    margin-right: 8px;
}









/* Video Thumbnails */
.tech-hero .video-thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

.tech-hero .video-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.video-thumbnail:hover img {
    opacity: 0.8;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d5d53;
    font-size: 20px;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: #4d5d53;
    color: white;
    transform: translate(-50%, -50%) scale(1.1);
}


/* Tech Specs Single Column Layout */
.tech-specs {
    display: flex;
    flex-direction: column;
    /* Ensures vertical stacking */
    gap: 8px;
    /* Space between items */
    margin: 15px 0;
}

.spec-item {
    display: flex;
    /* Keeps icon and text aligned */
    align-items: center;
    width: 100%;
    /* Takes full width */
}

.spec-item i {
    margin-right: 10px;
    color: #3498db;
    flex-shrink: 0;
    /* Prevents icon from shrinking */
}

/* Remove any existing float, inline-block, or grid properties affecting these elements */

.tech-specs {
    display: block !important;
    /* Overrides any conflicting display properties */
    column-count: 1 !important;
    /* Forces single column */
}

.spec-item {
    display: flex !important;
    break-inside: avoid;
    /* Prevents item splitting across columns */
    page-break-inside: avoid;
    /* Older browser support */
}


/* Add this to your styles.css */
.tech-specs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
    width: 100%;
}

.spec-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.spec-item i {
    margin-right: 10px;
    color: #3498db;
}

/* Reset any potential conflicting styles */
.tech-card .row,
.tech-card .col,
.tech-card [class*="col-"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}









/*----------------------------services page--------------------------------*/
@media (max-width:500px) {
    .btn-consult {
        display: inline-block;
        padding: 5px 10px;
        background: var(--naz-color);
        color: white;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 200;
        transition: all 0.3s;
        font-size: 10px !important;
    }
}

@media (max-width:200px) {
    .btn-consult {
        display: inline-block;
        padding: 5px 10px !important;
        background: var(--naz-color);
        color: white;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 200;
        transition: all 0.3s;
        font-size: 5px !important;

    }
}


.clinic-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.clinic-hero p {
    color: #fff;
}

/* Filter Buttons */
.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 25px;
    border: 2px solid;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}

#all-btn {
    background: var(--naz-color);
    border-color: var(--naz-color);
    color: white;
}

#naz-btn {
    background: white;
    border-color: var(--naz-color);
    color: var(--naz-color);
}

.btn-read-more {
    color: var(--naz-color);
}

.btn-read-more:hover {
    color: var(--naz-color);
}


#hydra-btn {
    background: white;
    border-color: var(--hydra-color);
    color: var(--hydra-color);
}

.filter-btn:hover,
.filter-btn.active {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.filter-btn.active#naz-btn {
    background: var(--naz-color);
    color: white;
}

.filter-btn.active#hydra-btn {
    background: var(--hydra-color);
    color: white;
}

/* Treatment Cards Grid */
.treatment-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Treatment Cards */
.treatment-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.treatment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.treatment-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.clinic-tag {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 8px 15px;
    font-weight: 600;
    color: white;
    border-radius: 0 5px 5px 0;
}

.treatment-content h3 {
    margin-top: 0;
    color: var(--naz-color);
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.treatment-content p {
    color: #666;
    margin-bottom: 20px;
    min-height: 80px;
}

.btn-consult {
    display: inline-block;
    padding: 10px 20px;
    background: var(--naz-color);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.hydrafacial .btn-consult {
    background: var(--hydra-color);
}

.btn-consult:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-hydrafacial-read-more {
    color: var(--hydra-color);
}

.btn-hydrafacial-read-more:hover {
    color: var(--hydra-color);
}

/* Responsive */
@media (max-width: 768px) {
    .filter-buttons {
        flex-direction: column;
        align-items: center;
    }

    .treatment-container {
        grid-template-columns: 1fr;
    }
}






/* ----------------------------------------contact us page------------------------------ */

.contact-form-section {
    padding-left: 5px;
    padding-right: 5px;
    background: linear-gradient(#d8e8d0, #ecf5e4);
}

.contact-form-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}



.contact-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    animation: fadeInUp 1s ease 0.3s both;
}

.info-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.info-item i {
    margin-right: 8px;
    font-size: 1.2rem;
}

.clinic-image-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
}

.emergency-contact {
    padding: 30px;
    background: linear-gradient(#d8e8d0, #ecf5e4);
}

.emergency-contact-box {
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #dc3545;
}

/* Message alerts */
.alert-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.error-list {
    text-align: left;
    margin: 10px 0 0;
    padding-left: 20px;
}

.branches .branch-card{
padding: 20px;
    margin: 10px auto;
    transition: transform 0.3s ease-in-out;
    min-height: 530px;
    background-color: #fff;
}

.branch-card {
    padding: 20px;
    margin: 10px auto;
    transition: transform 0.3s ease-in-out;
    min-height: 640px;
    background-color: #fff;
}




.send-msg {
    background-color: #4d5d53;
    color: #fff;
}

.send-msg:hover {
    background-color: #738276;
    color: #fff;
}



















/* Branch Cards (Address Section) */
.branch-cards {
    padding: 60px 0;
    background: linear-gradient(#d4e2cd, #eaf3e1)
}

.branch-cards  h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.branch-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.branch-image {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

@media (min-width:992px){
    .branch-image1 {
        height: 550px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
.clinic-image-container .img-fluid {
    width: 100%;
    height: auto;
}
@media (min-width:768px) and (max-width:991px) {
    .branch-image {
        height: 350px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .branch-image1{
        height: 350px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
@media (min-width:250px) and (max-width:400px) {
    .branch-image1{
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
     .branch-image{
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
@media (min-width:400px) and (max-width:767px) {
    .branch-image1{
        height: 250px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
     .branch-image{
        height: 250px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
@media (max-width:250px) {
    .branch-image1{
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
@media (max-width:250px) {
    .branch-image{
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
}
.branch-tag {
    background: #2c3e50;
    color: white;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 0 5px 5px 0;
    font-weight: 600;
}

.hydra-tag {
    background: #4d5d53;
}

.contact-info p {
    margin-bottom: 10px;
}

.contact-info i {
    color: #007bff;
    margin-right: 10px;
}

.branch-map {
    height: 200px;
    width: 100%;
    border: none;
    border-radius: 8px;
    margin-top: 15px;
}





.email-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.email-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}






.branch-map {
    width: 100%;
    height: 200px;
    border: none;
}

@media (max-width: 768px) {
    .email-line {
        word-break: break-word;
    }
}

@media (max-width: 300px) {
    .navbar-nav span {
        display: none !important;
    }
}


/*-----------------------------------whatsapp icon----------------------------------*/

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    /* WhatsApp green */

    color: white;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    /* Ensures it stays above other elements */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    /* Darker green on hover */
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}

.whatsapp-icon {
    font-size: 30px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 20px;
    }

    .whatsapp-icon {
        font-size: 25px;
    }
    
#backToTop {
    position: fixed;
    bottom: 30px !important;
    left: 20px;
    width: 50px !important;
    height: 50px !important;
}
}



#backToTop {
    position: fixed;
    bottom: 30px !important;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #4d5d53;
    color: white;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}





#backToTop:hover {
    background-color: #738678;
    transform: translateY(-3px);
}









/* ----------------------------------Privacy Policy & Terms Pages -------------------------------*/

.privacy-policy,
.terms-conditions {
    background-color: #fff;
}

.policy-content,
.terms-content {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.policy-content h3,
.terms-content h3 {
    color: #4d5d53;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.policy-content ul,
.terms-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.policy-content li,
.terms-content li {
    margin-bottom: 8px;
}

/* Footer links */
.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ddd;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #ddd;
}







/*---------------------------------------------pricing page--------------------------------*/


:root {
    --naz-color: #2c3e50;
    --hydra-color: #505c45;
    --sage-green: #9CAF88;
    --sage-dark: #738678;
    --sage-light: #d8e8d0;
}

/* Maintain original styling */

.pricing-card {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pricing-header {
    color: white !important;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.pricing-header h3 {
    color: white;
}

.naz-card .pricing-header {
    background-color: var(--naz-color);
}

.naz-title {
    color: var(--naz-color) !important;
}

.pricing-body {
    padding: 30px;
    background: white;
    border-radius: 0 0 10px 10px;
    flex-grow: 1;
}

.price {
    font-size: 2.5rem;
    font-weight: 600;
}

.naz-price {
    color: var(--naz-color);
}



.treatment-item {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.treatment-item:last-child {
    border-bottom: none;
}

.clinic-section {
    padding: 80px 0;
}

.clinic-section:nth-child(even) {
    background-color: #f9f9f9;
}

.why-choose {
    background-color: var(--sage-light);
    border-radius: 10px;
    padding: 30px;
}

.naz-why {
    border-left: 5px solid var(--naz-color) !important;
}

.naz-why h3 {
    color: var(--naz-color) !important;
}

.why-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.why-item i {
    margin-right: 10px;
    margin-top: 3px;
}

.naz-why-item i {
    color: var(--naz-color) !important;
}



.btn-booking {
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-naz {
    background-color: var(--naz-color) !important;
}

.btn-hydra {
    background-color: var(--hydra-color) !important;
}



.btn-booking:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
}

.section-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.naz-title:after {
    background: var(--naz-color) !important;
}



.clinic-logo {
    max-height: 80px;
    margin-bottom: 20px;
}

/* Equal height cards */
.equal-height-cards {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-cards>[class*='col-'] {
    display: flex;
    flex-direction: column;
}






:root {
    --hydra-color: #505c45;
    --hydra-dark: #3a4535;
    --sage-light: #e8f0e1;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.hydra-hero {
    background: linear-gradient(rgba(80, 92, 69, 0.8), rgba(80, 92, 69, 0.8)),
        url('../img/hydrafacial-hero.jpg') center/cover no-repeat;
    padding: 100px 0;
    color: white;
}

.pricing-card {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border-top: 4px solid var(--hydra-color);
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pricing-header {
    background-color: var(--hydra-color);
    color: white;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.pricing-body {
    padding: 30px;
    background: white;
    border-radius: 0 0 10px 10px;
}

.price-section .price {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--hydra-color);
    text-align: center;
    margin: 15px 0;
}

.why-choose h3 {
    color: var(--hydra-color);
}

.price-card h3,
h4 {
    color: var(--hydra-color);
}

.treatment-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.treatment-features li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.treatment-features li:last-child {
    border-bottom: none;
}

.treatment-features i {
    color: var(--hydra-color);
    margin-right: 10px;
}

.btn-hydra {
    background-color: var(--hydra-color) !important;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-hydra:hover {
    background-color: var(--hydra-dark) !important;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    color: var(--hydra-color);
}

.section-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--hydra-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.why-choose {
    background-color: var(--sage-light);
    border-radius: 10px;
    padding: 30px;
    border-left: 5px solid var(--hydra-color);
}

.why-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.why-item i {
    color: var(--hydra-color);
    margin-right: 10px;
    margin-top: 3px;
}

.clinic-logo {
    max-height: 80px;
    margin-bottom: 20px;
}




/* Instagram Follow Section */
.instagram-follow {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.instagram-follow h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
}

.instagram-follow h2 i {
    color: #E1306C;
    /* Instagram color */
    margin-right: 15px;
}

.instagram-follow p {
    color: #555;
    margin-bottom: 15px;
}

.instagram-btn {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
    color: white !important;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(225, 48, 108, 0.3);
}

.instagram-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(225, 48, 108, 0.4);
    color: white;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    position: relative;
}

.instagram-post {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 1/1;
}

.instagram-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.instagram-post:hover img {
    transform: scale(1.1);
}

.instagram-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-post:hover .instagram-overlay {
    opacity: 1;
}

.instagram-overlay i {
    margin-right: 5px;
}

/* For the third post to span 2 columns */
.instagram-post:nth-child(3) {
    grid-column: span 2;
}

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

    .instagram-post:nth-child(3) {
        grid-column: span 1;
    }
}



/* ================= Current Offers Button ================= */
.current-offers-tag {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    background-color: #4d5d53;
    padding: 12px;
    border-radius: 8px 0 0 8px;

    z-index: 999;
    text-decoration: none;
    overflow: visible;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);

    /* Blink always running */
    animation: blink 1.5s infinite;

    /* Smooth interaction */
    transition: transform 0.25s ease,
                box-shadow 0.25s ease,
                background-color 0.25s ease;
}

/* Image */
.current-offers-tag .offer-icon {
    width: 38px;
    height: 38px;
    display: block;
}


/* Hover: ONLY grow + glow (no color change) */
.current-offers-tag:hover,
.current-offers-tag:focus {
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 0 22px rgba(255, 215, 100, 0.9);
}

/* Click: short color feedback */
.current-offers-tag:active {
    background-color: #738678;
    transform: translateY(-50%) scale(1.32);
    box-shadow: 0 0 30px rgba(255, 215, 100, 1);
}

/* Click: festival pop */
.current-offers-tag:active {
    transform: translateY(-50%) scale(1.32);
    box-shadow: 0 0 30px rgba(255, 215, 100, 1);
}

/* ================= Festival Sparkles ================= */
.current-offers-tag::before,
.current-offers-tag::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 7px;
    height: 7px;
    background: radial-gradient(circle, #ffd700 0%, #ffae00 70%);
    border-radius: 50%;

    opacity: 0;
    pointer-events: none;
}

/* Sparkles on hover */
.current-offers-tag:hover::before {
    animation: festSparkle1 0.9s ease-out;
}

.current-offers-tag:hover::after {
    animation: festSparkle2 0.9s ease-out;
}

/* ================= Animations ================= */

/* Blink */
@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.7; }
    100% { opacity: 1; }
}

/* Festival sparkle burst */
@keyframes festSparkle1 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-90px, -40px) scale(0.3);
    }
}

@keyframes festSparkle2 {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(80px, 50px) scale(0.3);
    }
}


/*.current-offers-tag span {
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    color: white;
}*/



/* Tablet */
@media (max-width: 768px) {
    .current-offers-tag {
        padding: 12px;
    }

    .current-offers-tag .offer-icon {
        width: 36px;
        height: 36px;
    }
}

/* Large phones */
@media (max-width: 480px) {
    .current-offers-tag {
        padding: 10px;
    }

    .current-offers-tag .offer-icon {
        width: 32px;
        height: 32px;
    }
}

/* Small phones */
@media (max-width: 320px) {
    .current-offers-tag {
        padding: 10px;
    }

    .current-offers-tag .offer-icon {
        width: 28px;
        height: 28px;
    }
}

/*-----------------------------scrolling text ------------------------------------*/


.scrolling-clinics-container {
  background: #f0f5ec;
  color: #2c5b52;
  padding: 14px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-family: 'Poppins', sans-serif;
  display: flex;
}

.scrolling-clinics {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  flex-shrink: 0;
  min-width: 100%;
  animation: scrollClinics 40s linear infinite;
}

.scrolling-clinics span {
  margin-right: 80px;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  white-space: nowrap;
}

.scrolling-clinics i {
  margin-right: 12px;
  color: #2c5b52;
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}

.scrolling-clinics:nth-child(odd) span {
  color: #2c5b52;
}
.scrolling-clinics:nth-child(even) span {
  color: #2c5b52;
}

.scrolling-clinics span::after {
  content: "•";
  margin: 0 10px;
  opacity: 0.7;
}

@keyframes scrollClinics {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsive styles remain the same as previous example */
@media (max-width: 576px) {
  .scrolling-clinics span {
    font-size: 12px;
    margin-right: 25px;
  }
  .scrolling-clinics::after {
    margin: 0 5px;
  }
}






/*-------------------------social icons---------------------------*/
/* Add this to your CSS */
.fixed-social-media {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
  padding: 0 10px;
}

.social-icon {
  display: block;
  transition: all 0.3s ease;
}

.social-icon img {
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}

.social-icon:hover img {
  transform: scale(1.2);
}

/* Mobile remains on left side (no changes) */
@media (max-width: 768px) {
  .fixed-social-media {
    gap: 12px;
  }
  
  .social-icon img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .fixed-social-media {
    gap: 12px;
  }
  
  .social-icon img {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 320px) {
  .fixed-social-media {
    gap: 12px;
  }
  
  .social-icon img {
    width: 24px;
    height: 24px;
  }
}









/* Simple Clinic Slider Styles */
.clinic-slider-section {
    background: linear-gradient(to right, #f5f9f3, #e8f0e1);
}
.clinic-slider-section h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4d5d53;
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.simple-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.simple-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 500px; /* Adjust based on your image aspect ratio */
}

.simple-slider img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}


/* Mobile height adjustment */
@media (max-width: 768px) {
  .simple-slider {
        height: 350px;
    }
}

@media (max-width: 576px) {
  .simple-slider {
        height: 250px;
    }
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(77, 93, 83, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav:hover {
    background-color: rgba(77, 93, 83, 0.9);
}

.prev-slide {
    left: 20px;
}

.next-slide {
    right: 20px;
}

.slider-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.slider-pagination span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-pagination span.active {
    background-color: #4d5d53;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .simple-slider {
        height: 400px;
    }
}

@media (max-width: 576px) {
    .simple-slider {
        height: 300px;
    }
    
    .slider-nav {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}


.shop-products-section-visual {
    background: linear-gradient(135deg, #4d5d53, #738678);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.skin-illustration-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='400' viewBox='0 0 1000 400'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M100 200c0-50 50-90 50-90s50 40 50 90-50 90-50 90-50-40-50-90z'/%3E%3Cpath d='M300 180c0-30 40-80 40-80s40 50 40 80-40 60-40 60-40-30-40-60z'/%3E%3Cpath d='M500 150c0-40 30-70 30-70s30 30 30 70-30 70-30 70-30-30-30-70z'/%3E%3Cpath d='M700 160c0-35 35-65 35-65s35 30 35 65-35 65-35 65-35-30-35-65z'/%3E%3Cpath d='M850 190c0-20 25-50 25-50s25 30 25 50-25 40-25 40-25-20-25-40z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.shop-products-section-visual .container {
    position: relative;
    z-index: 2;
}

.shop-products-section-visual .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.shop-products-section-visual .section-subtitle {
    font-size: 1.2rem;
    color: #f1f1f1;
    max-width: 700px;
    margin: 0 auto 25px;
}

.shop-products-btn {
    background-color: #ffaa00;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.shop-products-btn:hover {
    background-color: #ffb733;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    color: #fff;
}

@media (max-width: 768px) {
    .shop-products-section-visual .section-title {
        font-size: 2rem;
    }

    .shop-products-section-visual .section-subtitle {
        font-size: 1rem;
    }

    .shop-products-btn {
        padding: 10px 24px;
        font-size: 1rem;
    }
}

.shop-products-image-section {
    position: relative;
    background: url('../img/product-bg.jpg') no-repeat center center/cover;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}

.shop-products-image-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 93, 83, 0.6); /* Dark sage overlay */
    z-index: 0;
}

.shop-products-image-section .container {
    position: relative;
    z-index: 2;
}

.shop-products-image-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.shop-products-image-section .section-subtitle {
    font-size: 1.2rem;
    color: #f1f1f1;
    max-width: 700px;
    margin: 0 auto 25px;
}

.shop-products-btn {
    background-color: #ffaa00;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.shop-products-btn:hover {
    background-color: #ffb733;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    color: #fff;
}

@media (max-width: 768px) {
    .shop-products-image-section .section-title {
        font-size: 2rem;
    }

    .shop-products-image-section .section-subtitle {
        font-size: 1rem;
    }

    .shop-products-btn {
        padding: 10px 24px;
        font-size: 1rem;
    }
}
efore {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 93, 83, 0.6); /* Dark sage overlay */
    z-index: 0;
}

.shop-products-image-section .container {
    position: relative;
    z-index: 2;
}

.shop-products-image-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.shop-products-image-section .section-subtitle {
    font-size: 1.2rem;
    color: #f1f1f1;
    max-width: 700px;
    margin: 0 auto 25px;
}

.shop-products-btn {
    background-color: #ffaa00;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.shop-products-btn:hover {
    background-color: #ffb733;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    color: #fff;
}

@media (max-width: 768px) {
    .shop-products-image-section .section-title {
        font-size: 2rem;
    }

    .shop-products-image-section .section-subtitle {
        font-size: 1rem;
    }

    .shop-products-btn {
        padding: 10px 24px;
        font-size: 1rem;
    }
}









/* ================= DOWNLOAD APP SECTION ================= */
.download-app-section {
    padding: 70px 20px;
    text-align: center;
    background: linear-gradient(135deg,
        #eef3ed 0%,
        #f7faf8 30%,
        #dfe9e4 60%,
        #e8f2ec 100%
    );
    border-radius: 20px;
   /* margin: 50px auto;*/
    width: 100%;
    box-shadow: 0 0 25px rgba(0,0,0,0.10);
}


.download-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
}

.download-subtitle {
    color: #555;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 10px auto 30px;
}

.app-preview {
    width: 100px;
    margin: 20px auto;
    display: block;
    border-radius: 15px;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.15));
}

.download-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #4d5d53;
    color: #fff;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.download-btn:hover {
    background: #738276;
    transform: translateY(-3px);
     color: #fff;
      text-decoration: none;
}

.apk-note {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #777;
}


/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 480px) {
    .app-preview {
        width: 100px;
    }
    .download-title {
        font-size: 1.6rem;
    }
    .download-subtitle {
        font-size: 0.95rem;
    }
}


/* ================= VERY SMALL SCREENS (<= 300px) ================= */
@media (max-width: 300px) {

    .download-app-section {
        padding: 40px 10px !important;
      /*  margin: 20px 5px !important;*/
        border-radius: 15px !important;
    }

    .download-title {
        font-size: 1.2rem !important;
    }

    .download-subtitle {
        font-size: 0.8rem !important;
        margin-bottom: 20px !important;
        line-height: 1.2 !important;
    }

    .app-preview {
        width: 100px !important;
        border-radius: 10px !important;
    }

    .download-btn {
        padding: 6px 12px !important;
        font-size: 0.8rem !important;
        border-radius: 30px !important;
        min-height: 28px !important;
    }

    .apk-note {
        font-size: 10px !important;
    }
}


/* ================= ULTRA SMALL SCREENS (<= 250px) ================= */
@media (max-width: 250px) {

    .download-app-section {
        padding: 30px 5px !important;
        margin: 10px 0 !important;
        border-radius: 10px !important;
    }

    .download-title {
        font-size: 1rem !important;
    }

    .download-subtitle {
        font-size: 0.65rem !important;
        max-width: 90% !important;
        margin-bottom: 15px !important;
    }

    .app-preview {
        width: 100px !important;
    }

    .download-btn {
        padding: 5px 10px !important;
        font-size: 0.7rem !important;
        min-height: 24px !important;
    }

    .apk-note {
        font-size: 9px !important;
    }
}

 .read-cta-contact{
    background: linear-gradient(rgba(66, 79, 71, 0.7), rgba(77, 93, 83, 0.7)), 
    url('../img/dr\ naz\ -\ hydrafacial.jpg') center/cover no-repeat;
padding: 80px 0;
background-attachment: fixed;
  }
   .read-cta-contact h2{
       color: #fff !important;
   }
    .read-cta-contact p{
       color: #fff !important;
   }
   /* Buttons */
  .button-spacing {
    margin-left: 10px;
  }

  .book-consultation{
    background-color: #fff;
  }
  
  .book-consultation:hover{
    background-color: #4d5d53;
    color: #fff;
  }
  /* Fix for spinner alignment */
        #submitBtn {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px;
        }
        
        #submitBtn .spinner-border {
            margin-right: 0 !important;
            width: 16px;
            height: 16px;
        }
        
        
        
        
        
        





.custom-carousel-section {
    padding: 50px 10px;
    background: #f4f7f3;
    text-align: center;
}

.carousel-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}

.custom-carousel {

    width: 100%;
    max-width: 480px;
    margin: auto;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    text-align: center;
    padding: 10px;
}

.carousel-slide img {
    width: 100%;

  height: max-content;
   object-fit: contain;
    
}

.carousel-slide h3 {
    margin-top: 15px;
    font-weight: 600;
}

.carousel-slide p {
    margin: 10px 0;
    color: #444;
    font-size: 15px;
}

.carousel-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #2c3e50;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
     transition:
        background-color 0.15s ease,
        transform 0.12s ease,
        opacity 0.12s ease;
    -webkit-tap-highlight-color: transparent;
}
/* Hover — desktop only */
@media (hover: hover) {
    .carousel-btn:hover {
        background-color: #34495e;
        color: #ffffff; /* lock text */
    }
}

/* Active — click / tap */
.carousel-btn:active {
    background-color: #1f2f3f;
    transform: scale(0.96);
    opacity: 0.9;
    color: #ffffff; /* lock text */
}

/* Safety for links */
.carousel-btn:visited,
.carousel-btn:focus {
    color: #ffffff;
}


.carousel-btn,
.carousel-btn:hover,
.carousel-btn:active,
.carousel-btn:focus,
.carousel-btn:visited {
    text-decoration: none;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;

    font-size: 20px;
    opacity: 0.5;
    pointer-events: auto;

    transition: background 0.2s ease, transform 0.1s ease;
}
@media (max-width: 400px) {
    .carousel-arrow {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
}


/* Hover */
.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.75);
}

/* Active (click press) */
.carousel-arrow:active {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-50%) scale(0.95);
}

.carousel-arrow.prev { left: 12px; }
.carousel-arrow.next { right: 12px; }

.carousel-dots {

    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;  
}

.carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #bbb;
    cursor: pointer;
}

.carousel-dots button.active {
    background: #2c3e50;
}

.carousel-image-wrap {
    position: relative; /* anchor for arrows */
    overflow: hidden;      /* 🔑 CLIPS SLIDING IMAGE */

    border-radius: 12px;   /* 🔑 REAL RADIUS */
}

.carousel-image-wrap img {
    width: 100%;
    object-fit: contain;
    display: block; /* prevents spacing issue */
}










