html, body {
    
    overflow-x: hidden;
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
  
}

* {
    box-sizing: border-box;
}



/* nav and top bar */
        /* ========================= TOP BAR ========================= */
 /* ========================= TOP BAR FIX ========================= */
.top-bar {
    background: #8c7a6b;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    letter-spacing: 0.5px;
    position: fixed;
    top: 0;
    left: 0; /* Left specify karna zaroori hai */
    width: 100vw; /* Viewport width use karein */
    z-index: 1100;
    transition: transform 0.4s ease;
}

        .top-track {
            display: flex;
            gap: 60px;
            white-space: nowrap;
            animation: scroll 30s linear infinite;
        }

        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

/* ========================= NAVBAR BASE ========================= */
.usha-navbar {
    position: fixed;
    top: 40px; 
    left: 0;
    width: 100vw; /* 100% ki jagah 100vw use karein overlap se bachne ke liye */
    z-index: 1050;
    background: #fff;
    padding: 18px 0;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Scroll state logic */
.nav-scrolled {
    top: 0 !important;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.nav-scrolled .nav-link, 
.nav-scrolled .navbar-brand strong,
.nav-scrolled .navbar-toggler i {
    color: #ffffff !important;
}

/* Logo Settings */
.logo-img {
    width: 247px;
    height: 75px;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* ========================= NAV LINK HOVER EFFECT ========================= */
.nav-link {
    font-weight: 600;
    color: #1a1a1a !important;
    margin: 0 12px;
    font-size: 15px;
    position: relative; /* For underline animation */
    transition: all 0.3s ease;
}

/* Underline Animation */
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 80%; /* Hover par underline expand hogi */
}

.nav-link:hover {
    color: #25a18e !important;
    transform: translateY(-2px); /* Halka sa upar uthega */
}

/* ========================= LUXURY DROPDOWN (PC) ========================= */
@media (min-width: 992px) {
    .dropdown-menu {
        display: flex !important; 
        flex-wrap: wrap; 
        width: 550px; 
        padding: 20px;
        border: none;
        background: rgba(255, 255, 255, 0.98);
        border-radius: 24px;
        box-shadow: 0 25px 50px rgba(0,0,0,0.1);
        margin-top: 10px;
        
        /* Entrance Animation */
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px) scale(0.98);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .nav-item.dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    .dropdown-item {
        flex: 0 0 50%; /* Double Column */
        padding: 12px 18px;
        font-weight: 500;
        color: #444;
        border-radius: 12px;
        transition: all 0.3s ease;
        position: relative;
        left: 0;
    }

    /* Dropdown Item Hover Effect */
    .dropdown-item:hover {
        background: rgba(37, 161, 142, 0.08);
        color: #25a18e !important;
        left: 5px; /* Halka sa right slide effect */
    }
}

/* ========================= MOBILE OPTIMIZATION ========================= */
@media (max-width: 991px) {
    .usha-navbar { 
        top: 40px; /* Start below top bar */
        padding: 10px 0;
    }

    .nav-scrolled {
        top: 0 !important; /* Fix to top on scroll */
    }

    .logo-img {
        width: 160px; 
        height: auto; 
    }

    .navbar-collapse {
        max-height: 75vh;
        overflow-y: auto;
        background: #fff;
        margin-top: 10px;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    /* Dropdown Logic Fix for Mobile Click */
    .dropdown-menu {
        display: none; 
        width: 100% !important;
        background: rgba(0,0,0,0.03);
        border: none;
        padding: 10px;
        margin-top: 5px;
        box-shadow: none;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-item {
        width: 100% !important;
        color: #444 !important;
        padding: 10px 15px;
    }

    /* Hover effect in mobile menu is simpler */
    .dropdown-item:active {
        background: #25a18e;
        color: #fff !important;
    }

    .nav-scrolled .navbar-collapse {
        background: #1a1a1a;
    }
    
    .nav-scrolled .dropdown-item {
        color: #ddd !important;
        /* Content overlapping fix */
 
    }
}

/* Button Appointment Hover */
.btn-appoint {
    background: #25a18e;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    border: 2px solid #25a18e;
    transition: all 0.4s ease;
}

.btn-appoint:hover {
    background: transparent;
    color: #25a18e !important;
    box-shadow: 0 5px 15px rgba(37, 161, 142, 0.3);
}
/* ========================= HERO & CANVAS ========================= */
#bg-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f8f6f4;
}

.hero-container {
    position: relative;
    z-index: 10;
    padding-top: 180px; /* Space for Fixed Topbar + Navbar */
    padding-bottom: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px); /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 60px;
    padding: 80px;
    width: 100%;
    max-width: 1280px;
    box-shadow: 0 40px 100px rgba(140, 122, 107, 0.12);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.display-title {
    font-size: clamp(2.2rem, 6vw, 5rem); /* Responsive typography */
    font-weight: 900;
    line-height: 1;
    color: #8c7a6b;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.display-title span { 
    color: #25a18e; 
    display: block; 
}

.btn-lux {
    padding: 18px 45px;
    background: #25a18e;
    color: #fff !important;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 15px 35px rgba(37, 161, 142, 0.25);
    transition: all 0.3s ease;
    border: 2px solid #25a18e;
}

.btn-lux:hover {
    background: transparent;
    color: #25a18e !important;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(37, 161, 142, 0.15);
}

.img-frame {
    width: 100%;
    height: 550px;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img-frame img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.8s ease;
}

.img-frame:hover img {
    transform: scale(1.05);
}

/* ========================= RESPONSIVE BREAKPOINTS ========================= */

@media (max-width: 1199px) {
    .premium-card {
        padding: 60px;
        border-radius: 40px;
    }
    .img-frame {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .hero-container {
        padding-top: 140px; /* Adjusted for mobile navbar */
        padding-bottom: 60px;
    }
    .premium-card {
        padding: 40px;
        border-radius: 35px;
        margin: 0 15px; /* Side margin for safety */
    }
    .display-title {
        letter-spacing: -1px;
        margin-bottom: 20px;
    }
    .img-frame {
        height: 380px;
        margin-top: 40px; /* Space between text and image on stack */
        border-radius: 30px;
    }
}

@media (max-width: 575px) {
    .hero-container {
        padding-top: 120px;
    }
    .premium-card {
        padding: 30px 20px;
        border-radius: 30px;
        text-align: center; /* Center text on small mobiles */
    }
    .display-title {
        font-size: 2rem;
    }
    .btn-lux {
        width: 100%; /* Full width button on mobile */
        padding: 15px;
    }
    .img-frame {
        height: 280px;
        border-radius: 20px;
    }
}

/* Animation class logic */
.elastic-out { 
    opacity: 0;
    transform: scale(0.9) translateY(30px);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.elastic-out.show {
    opacity: 1;
    transform: scale(1) translateY(0);
}














/* about us */

/* BACKGROUND MAGIC */
.about-section {
  background: linear-gradient(135deg, #f8f6f3, #efe9e3);
  position: relative;
  overflow: hidden;
}

/* FLOATING BACKGROUND SHAPES */
.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(140,122,107,0.1);
  animation: float 6s infinite ease-in-out;
}

.about-section::before {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -50px;
}

.about-section::after {
  width: 300px;
  height: 300px;
  bottom: -80px;
  right: -80px;
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* IMAGE SIDE */
.about-visual {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* OVAL IMAGES */
.oval {
  width: 230px;
  height: 420px;
  overflow: hidden;
  transition: 0.6s;
}

.oval img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.oval-left {
  border-radius: 120px 0 0 120px;
}

.oval-right {
  border-radius: 0 120px 120px 0;
}

/* HOVER */
.oval:hover img {
  transform: scale(1.1);
}

/* FLOATING BADGE */
.floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* CONTENT */
.tag {
  color: #8c7a6b;
  letter-spacing: 2px;
  font-size: 13px;
}

.about-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
  color: #1c2b39;
}

.about-content p {
  color: #666;
  margin-bottom: 25px;
}

/* FEATURE CARDS */
.feature-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 15px;
}

.feature-card {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(12px);
  padding: 18px;
  border-radius: 15px;
  text-align: center;
  transition: 0.4s;
  border: 1px solid rgba(255,255,255,0.3);
}

.feature-card i {
  font-size: 22px;
  color: #8c7a6b;
  margin-bottom: 8px;
}

/* HOVER MAGIC */
.feature-card:hover {
  transform: translateY(-10px) scale(1.03);
  background: #8c7a6b;
  color: #fff;
  box-shadow: 0 20px 40px rgba(140,122,107,0.3);
}

.feature-card:hover i {
  color: #fff;
}

/* ENTRY ANIMATION */
.about-visual,
.about-content {
  opacity: 0;
  transform: translateY(50px);
  animation: smoothFade 1s ease forwards;
}

.about-content {
  animation-delay: 0.3s;
}

@keyframes smoothFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.counter-section {
    background: linear-gradient(135deg, #fdfbf9 0%, #f8f6f3 100%);
    position: relative;
    overflow: hidden;
}

.counter-box {
    padding: 30px 15px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.4s ease;
    border-bottom: 4px solid transparent;
}

.counter-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(140, 122, 107, 0.1);
    border-bottom-color: #8c7a6b; /* Taupe highlight on hover */
}

.counter-icon {
    width: 60px;
    height: 60px;
    background: rgba(37, 161, 142, 0.1); /* Soft Teal bg */
    color: #25a18e; /* Teal icon */
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: 0.4s ease;
}

.counter-box:hover .counter-icon {
    background: #25a18e;
    color: #fff;
    transform: rotateY(360deg);
}

.counter-box h3 {
    font-size: 32px;
    font-weight: 800;
    color: #2b2b2b;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.counter-box p {
    font-size: 14px;
    font-weight: 600;
    color: #8c7a6b; /* Taupe text */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Responsive Fix */
@media(max-width: 576px) {
    .counter-box { padding: 20px 10px; }
    .counter-box h3 { font-size: 24px; }
}


/* --- SERVICES SECTION --- */
.services {
    background: #fdfcfb;
    padding: 100px 0;
}

/* --- MAIN TEXT CARD (Modern Gradient) --- */
.service-text-card {
    background: linear-gradient(145deg, #2b2b2b, #1a1a1a);
    color: #fff;
    padding: 50px 40px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff; /* Neumorphic touch */
}

.service-text-card .category {
    color: #25a18e;
    letter-spacing: 5px;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 15px;
}

.service-text-card h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(to right, #fff, #25a18e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- IMAGE FOCUS SERVICE CARDS --- */
.service-card {
    position: relative;
    display: block;
    height: 320px; /* Thoda lamba card for better image view */
    border-radius: 25px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    filter: brightness(0.9); /* Taaki text chamke */
}

/* Floating Content Box */
.card-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95); /* Light Glassmorphism */
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    transform: translateY(10px);
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 4px;
}

.service-card p {
    font-size: 12px;
    color: #25a18e; /* Highlight color for description */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* --- UNIQUE HOVER EFFECTS --- */

/* 1. Image Zoom & Zoom Out Effect */
.service-card:hover img {
    transform: scale(1.15);
    filter: brightness(1);
}

/* 2. Content Box Lift & Color Flip */
.service-card:hover .card-content {
    background: #25a18e; /* Change to Teal */
    transform: translateY(0);
}

.service-card:hover h5 {
    color: #ffffff;
}

.service-card:hover p {
    color: rgba(255,255,255,0.8);
}

/* 3. Outer Shadow Glow */
.service-card:hover {
    box-shadow: 0 25px 50px rgba(37, 161, 142, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .service-card { height: 280px; }
    .service-text-card { margin-bottom: 20px; }
}





/* SECTION */
.trust {
  background: #f8f6f3;
  padding: 90px 0;
}

/* HEADING */
.main-title {
  color: #333;
  font-size: 34px;
}

.line {
  width: 70px;
  height: 3px;
  background: #a89b8d;
  margin-top: 12px;
  border-radius: 10px;
}

/* IMAGE WRAPPER */
.trust-img-wrapper {
  position: relative;
}

/* MAIN IMAGE */
.main-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* SMALL IMAGE */
.small-img {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 220px;
}

.small-img img {
  width: 100%;
  border-radius: 15px;
  border: 5px solid #f8f6f3;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* FLOAT ANIMATION */
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.small-img {
  animation: float 4s ease-in-out infinite;
}

/* IMAGE HOVER */
.trust-img img {
  transition: 0.5s;
}

.trust-img:hover img {
  transform: scale(1.05);
}

/* CARD */
.trust-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px;
  height: 100%;
  border: 1px solid #eee;
  transition: all 0.35s ease;
  position: relative;
}

/* LEFT ACCENT */
.trust-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  height: 50%;
  width: 4px;
  background: #a89b8d;
  border-radius: 10px;
  transition: 0.3s;
}

/* TEXT */
.trust-card h5 {
  color: #8c7a6b;
  margin-bottom: 12px;
  font-size: 18px;
}

.trust-card ul {
  padding-left: 18px;
  margin: 0;
}

.trust-card li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* HOVER */
.trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: transparent;
}

.trust-card:hover::before {
  height: 70%;
  background: #8c7a6b;
}

/* SCROLL ANIMATION */
.trust-card,
.trust-img {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease;
}

.trust-card.show,
.trust-img.show {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE */
@media(max-width:991px){
  .trust {
    padding: 60px 0;
  }

  .small-img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 15px;
    animation: none;
  }
}


/* doctors */
/* =========================================
   DOCTORS DIRECTORY V2 - PROFESSIONAL FIX
   ========================================= */

.dr-directory-v2-wrapper {
    background-color: #ffffff;
    color: #2b2b2b;
    padding: 80px 0;
    overflow: hidden;
}

/* Typography Refinement */
.dr-directory-v2-luxury-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.dr-directory-v2-subtitle {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.8rem;
    color: #8c7a6b;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

/* --- Executive Section (Main Doctors) --- */
.dr-directory-v2-lead-box {
    border: 1px solid #f2f2f2;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.dr-directory-v2-lead-box:hover {
    border-color: #8c7a6b;
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(140, 122, 107, 0.12);
}

.dr-directory-v2-img-reveal {
    width: 100%;
    aspect-ratio: 4/5; /* Responsive Height Calculation */
    overflow: hidden;
    border-radius: 20px;
}

.dr-directory-v2-img-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dr-directory-v2-lead-box:hover .dr-directory-v2-img-reveal img {
    transform: scale(1.1);
}

/* --- Staff Section (Dark Modern) --- */
.dr-directory-v2-staff-section {
    background-color: #1a1a1a; /* Pure Dark Luxury */
    padding: 100px 0;
    color: #ffffff;
    border-radius: 60px 60px 0 0;
    margin-top: 60px;
}

.dr-directory-v2-staff-card {
    position: relative;
    background: #252525;
    overflow: hidden;
    aspect-ratio: 3/4; /* Maintains shape on all devices */
    border-radius: 24px;
    margin-bottom: 20px;
}

.dr-directory-v2-staff-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dr-directory-v2-staff-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 30%, transparent);
    z-index: 2;
    transform: translateY(10px);
    transition: 0.5s ease;
}

.dr-directory-v2-staff-card:hover img {
    opacity: 1;
    transform: scale(1.08);
}

.dr-directory-v2-staff-card:hover .dr-directory-v2-staff-overlay {
    transform: translateY(0);
}

.dr-directory-v2-role-tag {
    display: inline-block;
    background: #25a18e; /* Theme Teal */
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-radius: 4px;
    letter-spacing: 1px;
}

.dr-directory-v2-staff-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

/* Slider Controls Refined */
.dr-directory-v2-controls {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.dr-directory-v2-btn {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.dr-directory-v2-btn:hover {
    background: #25a18e;
    border-color: #25a18e;
    transform: scale(1.1);
}

/* ========================= RESPONSIVE FIXES ========================= */

@media (max-width: 991px) {
    .dr-directory-v2-wrapper { padding: 60px 0; }
    
    .dr-directory-v2-lead-box {
        margin-bottom: 30px;
        padding: 15px;
    }
    
    .dr-directory-v2-staff-section {
        border-radius: 40px 40px 0 0;
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .dr-directory-v2-luxury-title { font-size: 1.8rem; }
    
    .dr-directory-v2-staff-card {
        aspect-ratio: 1/1.2; /* Slightly taller on mobile */
    }
    
    .dr-directory-v2-staff-name {
        font-size: 1.2rem;
    }
}


/* google reviews */

/* Container Principale */
.dp-rev-section {
    background-color: #fcfcfc;
    overflow: hidden;
}

.dp-rev-subtitle {
    font-size: 13px;
    letter-spacing: 3px;
    color: #25a18e;
    font-weight: 800;
    text-transform: uppercase;
}

.dp-rev-title {
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 800;
    color: #2b2b2b;
}

/* Badge Piattaforma */
.dp-rev-platform {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.dp-rev-divider {
    width: 1px;
    height: 25px;
    background: #eee;
}

.dp-rev-rating-num {
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
}

/* Slider Logic */
.dp-rev-slider-wrapper {
    position: relative;
    padding: 20px 0;
}

.dp-rev-grid {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding: 20px;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE/Edge */
}

.dp-rev-grid::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Card Recensione */
.dp-rev-card {
    flex: 0 0 350px;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #efefef;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dp-rev-card:hover {
    transform: translateY(-8px);
    border-color: #25a18e;
}

.dp-rev-stars {
  
    color: rgb(223, 223, 31);
    font-size: 16px;
    margin-bottom: 15px;
}

.dp-rev-location {
    font-weight: 700;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.dp-rev-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 20px;
}

.dp-rev-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

.dp-rev-author {
    font-weight: 700;
    font-size: 14px;
    color: #2b2b2b;
    margin: 0;
}

.dp-rev-date {
    font-size: 12px;
    color: #aaa;
}

/* Navigazione */
.dp-rev-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.dp-rev-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #25a18e;
    background: white;
    color: #25a18e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dp-rev-btn:hover {
    background: #25a18e;
    color: white;
}

@media (max-width: 768px) {
    .dp-rev-card { flex: 0 0 85%; }
}









/* faqs */
/* Original Theme Typography */
.faq-subtitle {
  color: #8c7a6b; /* Original Muted Brown */
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.faq-title {
  font-size: 44px;
  font-weight: 800;
  color: #2b2b2b;
  letter-spacing: -1px;
}

/* Accordion Styling */
.custom-accordion .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 18px;
}

.custom-accordion .accordion-button {
  background: #ffffff;
  border-radius: 18px !important;
  padding: 22px 28px;
  font-weight: 700;
  color: #2b2b2b;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 5px 15px rgba(0,0,0,0.02);
  transition: all 0.3s ease;
}

/* Hover effect with your theme color */
.custom-accordion .accordion-button:hover {
  border-color: #c7b8a8;
  color: #8c7a6b;
}

/* Active State - Original Goldish Brown */
.custom-accordion .accordion-button:not(.collapsed) {
  background: #c7b8a8; /* Your Theme Gold */
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(199, 184, 168, 0.3);
}

/* Plus/Minus Icon */
.accordion-button::after {
  content: '+';
  background-image: none !important;
  font-size: 24px;
  color: #8c7a6b;
  transition: 0.3s;
  transform: none !important;
  display: flex;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  content: '−';
  color: #ffffff;
}

/* Body Styling */
.accordion-body {
  background: #ffffff;
  border-radius: 0 0 18px 18px;
  margin-top: -10px;
  padding: 30px 28px 20px 28px;
  font-size: 15px;
  color: #555;
  border: 1px solid rgba(0,0,0,0.05);
  border-top: none;
  line-height: 1.6;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .faq-title { font-size: 30px; }
  .custom-accordion .accordion-button { padding: 18px; }
}




/* book appointment */
.appointment-section {
        padding: 100px 0;
        background: #fdfcfb; /* Subtle warm background */
        position: relative;
    }

    .section-tag {
        color: #8c7a6b; /* Main Taupe Color */
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 12px;
        display: block;
        margin-bottom: 15px;
    }

    /* --- Benefit List --- */
    .benefit-icon {
        width: 50px;
        height: 50px;
        background: #f8f6f3;
        color: #8c7a6b; /* Taupe Icon */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        font-size: 20px;
        box-shadow: 0 5px 15px rgba(140, 122, 107, 0.1);
        margin-right: 20px;
    }

    .benefit-text h6 {
        font-weight: 800;
        color: #2b2b2b;
    }

    /* --- Luxury Form Card --- */
    .appointment-form-card {
        background: #ffffff;
        padding: 45px;
        border-radius: 35px;
        border: 1px solid #edeae7;
        box-shadow: 0 40px 80px rgba(140, 122, 107, 0.08);
    }

    .form-label {
        font-size: 13px;
        font-weight: 700;
        color: #8c7a6b; /* Taupe Labels */
        margin-bottom: 8px;
    }

    .form-control, .form-select {
        border: 1px solid #edeae7;
        background-color: #faf9f8;
        padding: 14px 20px;
        border-radius: 15px;
        transition: 0.3s;
    }

    .form-control:focus {
        border-color: #8c7a6b;
        box-shadow: 0 0 0 4px rgba(140, 122, 107, 0.1);
        background-color: #fff;
    }

    /* --- Balanced Button --- */
    .btn-book {
        background-color: #8c7a6b; /* Taupe Main Button */
        color: #fff;
        padding: 16px;
        border-radius: 50px;
        font-weight: 800;
        border: none;
        width: 100%;
        margin-top: 10px;
        transition: 0.4s;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .btn-book:hover {
        background-color: #25a18e; /* Teal shift only on hover for a 'pop' */
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(37, 161, 142, 0.2);
    }

    .accent-text {
        color: #25a18e; /* Subtle Teal for small highlights */
    }






/* footer */
/* Footer Styles */
.footer-main {
    background-color: #1a1a1a; /* Dark charcoal background */
    color: #ffffff;
    padding: 80px 0 30px 0;
  
}

.footer-title {
    color: #c7b8a8; /* Goldish Brown Theme */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.footer-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-logo-text span {
    color: #c7b8a8;
}

/* Links & Hover Effect */
.footer-link {
    color: #aaaaaa;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
}

.footer-link:hover {
    color: #c7b8a8;
    padding-left: 8px;
}

/* Contact Info */
.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #aaaaaa;
    font-size: 15px;
}

.contact-icon {
    color: #c7b8a8;
    font-size: 18px;
}

/* Social Media Circles */
.social-icon {
    width: 40px;
    height: 40px;
    background: #2b2b2b;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.social-icon:hover {
    background: #c7b8a8;
    color: #1a1a1a;
    transform: translateY(-5px);
}

/* Map Styling */
.map-container {
    border-radius: 15px;
    overflow: hidden;
    height: 180px;
    border: 1px solid rgba(199, 184, 168, 0.2);
}

/* Bottom Copyright Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 25px;
    margin-top: 50px;
}

.footer-bottom p {
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
}


/* --- Footer Logo Controls --- */
.footer-brand-logo {
    /* Desktop Size Yahan Se Change Karein */
    width: 233px; 
    height: auto;
    object-fit: contain;
    transition: 0.3s ease;
}

/* Hover par halka sa effect (Optional) */
.footer-brand-logo:hover {
    transform: translateY(-3px);
}

/* --- Mobile View Adjustments --- */
@media (max-width: 768px) {
    .footer-brand-logo {
        /* Mobile Size Yahan Se Change Karein */
        width: 160px; 
        margin-bottom: 10px;
    }
    
    .footer-logo-box {
        text-align: left; 
    }
}





/* call and watsapp */

.contact-fab-container {
    position: fixed;
    bottom: 30px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.fab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    font-size: 24px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px); /* Glass effect */
}

/* WhatsApp Styling */
.whatsapp-btn {
    background: rgba(37, 161, 142, 0.9); /* Teal Color with Transparency */
    border: 1px solid rgba(255,255,255,0.2);
}

/* Call Styling */
.call-btn {
    background: rgba(140, 122, 107, 0.9); /* Taupe Color (#8c7a6b) */
    border: 1px solid rgba(255,255,255,0.2);
}

/* Hover Effects */
.fab-btn:hover {
    width: 160px;
    color: white;
    box-shadow: 0 12px 20px rgba(0,0,0,0.3);
}

.fab-label {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    display: none; /* Default hidden */
    white-space: nowrap;
}

.fab-btn:hover .fab-label {
    display: inline-block;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-fab-container {
        bottom: 20px;
        right: 15px;
    }
    .fab-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    /* Mobile par hover expansion chhota rakha hai */
    .fab-btn:hover {
        width: 140px;
    }
}





















