:root {
    --primary-blue: #0B6FB8;
    --light-blue: #E8F4FD;
    --white: #FFFFFF;
    --accent-pink: #F06292;
    --text-dark: #086860;
    --shadow: 0 10px 30px rgba(11, 111, 184, 0.12);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container h2{
    text-align: center;
}

body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background: linear-gradient(180deg, #f8fcff 0%, #eef7fd 100%);
    overflow-x: hidden; /* prevent off-canvas menu from creating side whitespace */
    cursor: default; /* default cursor everywhere */
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

.container {
    width: min(1180px, 94%);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2200;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(11, 111, 184, 0.12);
    border-bottom: 1px solid rgba(11, 111, 184, 0.10);
    margin-bottom: 14px;
}

.header-wrap {
    min-height: 82px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding-top: 6px;
}

.header-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.4rem, 1.4vw, 1.1rem);
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.logo {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var( --text-dark);
   
}

.logo-badge {
    height: 58px;
    width: 58px;
   background: transparent;
    border: 0;
    box-shadow: none;
    object-fit: cover;
}

.logo-pipe{
  height: 58px;
  width: 2px;
  background-color: #086860;
   
}
.hosp-name{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    margin:0px
   

}
.hosp-name h3{
margin:0;
line-height:1.15;
font-weight:700;
}
.logo-part{
    display: flex;
    flex-direction: column;
     align-items: center;
}
.logo-part1{
    display: flex;
    gap:10px;
    align-items: center;
}

.hosp-name h3{
    font-size: 15px;
}
.under-text{
font-size:11px;
letter-spacing:2.5px;
}

.header-cta {
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 0.95rem;
}

.underline{
    display: block;
    width:100%;
    height:2px;

background:#0ea5a4;
border-radius: 10px;
margin-top:5px;
}
.under-text{
font-size:10px;
letter-spacing:3px;
text-transform:uppercase;
/*color:#374151;*/
color: #FF6F61;
font-weight:600;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
  

.undertext-line{
     display: block;
    width:100%;
    height:2px;
    background:#0ea5a4;
 
border-radius: 10px;
margin-top: 3px;

}

.main-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
/* About Dropdown Panel Specific Styling */
.about-panel {
    min-width: 150px; /* Paragraph ke liye thodi zyada width */
    max-width: 250px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.about-content p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left; /* Taki text saaf dikhe */
}



.read-more-link:hover {
    color: #002d5b; /* Navy Blue hover par */
    transform: translateX(5px); /* Arrow thoda move hoga */
}

.nav-group:hover .dropdown-panel {
    display: block;
    opacity: 1;
    visibility: visible;
}

.main-nav a {
    text-decoration: none;
    color: #333333;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, backdrop-filter 160ms ease, padding 160ms ease;
    padding: 8px 12px;
    border-radius: 10px;
}

.main-nav a:hover {
    color: #063b63;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    text-decoration: none;
}

.menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
    align-self: center;
}

.menu-div {
  display: flex;          
  align-items: center; 
  gap: 12px;  
  flex-wrap: nowrap;
}

.btn-menu{
  display: inline-block;      
  padding: 8px 12px;
  background: transparent;        
  color: #333333;
  text-decoration: none;    
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.2;
  border-radius: 10px;
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, backdrop-filter 160ms ease;
  cursor: pointer;

}

.btn-menu:hover{
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  color: #063b63;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  text-decoration: none;
}

.nav-group {
  position: relative;
}

.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #2f2f2f; /* charcoal to match other menu links */
  position: relative;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
  color: #2f2f2f;
  background: transparent;
  outline: none;
}
.dropdown-toggle::after {
  content: '▾';
  font-size: 0.8rem;
  transition: transform 160ms ease;
  transform: rotate(-90deg);
  color: #2f2f2f;
}

.nav-group.open .dropdown-toggle::after {
  transform: rotate(0deg);
}

.dropdown-panel {
  position: absolute;
  /* Anchor directly under the toggle so pointer doesn't hit a gap while moving
     from the button to the dropdown; keeps hover-based open state stable. */
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,0.14);
  border-radius: 12px;
  padding: 10px 8px;
  display: none;
  min-width: 210px;
  border: 1px solid #e5eff7;
  z-index: 2100;
  width: max-content;
}

.dropdown-panel.location-panel {
  left: auto;
  right: 12px;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 2px 6px;
}

.dropdown-panel a {
  display: block;
  padding: 9px 12px;
  color: #333333;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  border-bottom: 1px solid #eef4f9;
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, backdrop-filter 160ms ease;
  cursor: pointer;
}

.dropdown-panel a:hover {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.nav-group.open .dropdown-panel {
  display: block;
}

@media (min-width: 1001px) {
  .nav-group:hover .dropdown-panel {
    display: block;
  }

  .nav-group:hover .dropdown-toggle::after {
    transform: rotate(0deg);
    color: #2f2f2f;
  }
  
  /* Keep dropdown open when hovering inside the panel */
  .nav-group:hover .dropdown-panel,
  .nav-group .dropdown-panel:hover {
    display: block;
  }
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 90px 0 40px;
    overflow: hidden;
    isolation: isolate;
    text-align: center;
    margin-top: 0;
}

.hero-bg {
     position: absolute;
    inset: -6px;
    background-image: url("hero-bg-1280.jpg");
    background-size: cover;
    background-position: center;
    filter: none;
    transform: none;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    /* Soft white near header, fully clear mid, gentle bluish tint only at very bottom under the text */
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(255, 255, 255, 0.88) 10%,
        rgba(255, 255, 255, 0.70) 18%,
        rgba(255, 255, 255, 0.22) 26%,
        rgba(255, 255, 255, 0.00) 40%,
        rgba(255, 255, 255, 0.00) 54%,
        rgba(11, 111, 184, 0.16) 66%,
        rgba(11, 111, 184, 0.32) 74%,
        rgba(11, 111, 184, 0.52) 84%,
        rgba(11, 111, 184, 0.70) 92%,
        rgba(11, 111, 184, 0.82) 100%
    );
    z-index:1;
}

.hero-wave {
    display: none;
}

.hero-shell {
    position: relative;
    z-index: 2;
    width: min(1180px, 94%);
    padding-inline: clamp(16px, 5vw, 52px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-copy {
    display: grid;
    gap: 14px;
    color: #ffffff;
    justify-items: center;
    text-align: center;
}

.floating-call-btn {
    position: fixed;
    right: -2px;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 9px;
    background: #DAA520;
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.4px;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    z-index: 2000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-call-btn span {
    font-size: 0.8rem;
    letter-spacing: 0.6px;
    opacity: 0.9;
}

.floating-call-btn:hover {
    transform: translateY(-50%) translateX(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}



/* About page */
.about-hero {
    background: radial-gradient(circle at 12% 18%, rgba(11, 111, 184, 0.12), transparent 28%), radial-gradient(circle at 88% 22%, rgba(240, 98, 146, 0.12), transparent 30%), linear-gradient(180deg, #f8fcff 0%, #eef7fd 100%);
    padding: 78px 0 54px;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    align-items: center;
}

.about-hero-copy h1 {
    margin-bottom: 10px;
    color: var(--text-dark);
}

.about-hero-copy .subhead {
    font-size: 1.05rem;
    max-width: 560px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.hero-stats .stat {
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: var(--shadow);
}

.hero-stats .label {
    font-size: 0.9rem;
    color: #52707a;
    margin-bottom: 4px;
}

.hero-stats .value {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.about-hero-media {
    display: flex;
    justify-content: center;
}

.about-photo-frame {
    position: relative;
    width: min(420px, 90vw);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0,0,0,0.12);
    background: #fff;
}

.about-photo-frame img {
    display: block;
    width: 100%;
    height: auto;
}

.photo-pill {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 8px 12px;
    background: rgba(11, 111, 184, 0.88);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 8px 18px rgba(0,0,0,0.14);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.about-list {
    list-style: none;
    display: grid;
    gap: 8px;
    padding-left: 0;
}

.about-list li::before {
    content: none;
}

.about-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 8px;
    color: var(--text-dark);
}

.about-list li i {
    color: var(--primary-blue);
    margin-top: 3px;
}

.hero h1 {
    font-size: clamp(2.4rem, 4.4vw, 3.8rem);
    line-height: 1.15;
}

.hero-sub {
    font-size: 1.22rem;
    max-width: 640px;
    color: #e3f2fd;
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.hero-eyebrow {
    color: #b7dbff;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hero-copy, .hero-actions a {
    animation: fadeUp 540ms ease both;
}

.hero-actions a:nth-child(2) {
    animation-delay: 0.08s;
}

#vaccine-bar {
    padding: 18px 0 6px;
}

#vaccine-bar .bar {
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
}

#vaccine-bar .bar-item {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    border: 1px solid #d9e8f4;
    box-shadow: var(--shadow);
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
}

#vaccine-bar .bar-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#vaccine-bar .bar-icon {
   font-size: clamp(1.2rem, 2.2vw, 2.0rem);
    color: #52707a;
    line-height: 1;
}

#vaccine-bar .bar-number {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    line-height: 1;
}

#vaccine-bar .bar-value {
    font-size: clamp(1.2rem, 2.2vw, 2.0rem);
    font-weight: 600;
    color: #333333;
    line-height: 1;
    letter-spacing: 0.2px;
}

#vaccine-bar .bar-suffix {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
}

#vaccine-bar .bar-label {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: #52707a;
}

@media (max-width: 600px) {
    #vaccine-bar .bar {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #vaccine-bar .bar-item {
        padding: 14px 16px;
        gap: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 999px;
    border: 0;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary {
    background: #FF6F61;
    color: var(--white);
}

.btn-secondary {
    background: #E6E6FA;
    color: #333333;
}

.section {
    padding: 30px 0;
    scroll-margin-top: 120px; /* keep anchored sections visible below the header */
}

.section.light {
    background: var(--light-blue);
}

.section h2 {
    margin-bottom: 20px;
    color: var(--primary-blue);
}

.card {
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 5px;
}

.grid {
    display: grid;
    gap: 16px;
}

/* Services Section Styles */
.section {
    padding: 60px 0;
    background-color: #f8f9fa; /* Light background taaki cards uth ke dikhein */
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.5rem;
    
}



/* Card Styling */
.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease; /* Smooth hover effect */
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid #007bff;
}

.service-card:hover {
    transform: translateY(-10px); /* Card thoda upar uthega */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
   
}

/* Icon Styling */
.service-card .icon {
    font-size: 40px;
    color: #007bff; /* Blue icon color */
    margin-bottom: 20px;
}

.service-card h3 {
    margin-bottom: 15px;
    color: #222;
    font-size: 1.4rem;
}

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

/* List Styling inside Card */
.service-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.service-list li {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #444;
    display: flex;
    align-items: center;
}

.service-list li i {
    color: #1955d6; 
    margin-right: 10px;
    font-size: 0.8rem;
}

/* Buttons/Links Styling */
.card-links {
    margin-top: auto; /* Buttons ko niche push karega */
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.card-header {
    display: flex;
    align-items: center; /* Vertically center align karne ke liye */
    gap: 15px;           /* Icon aur Text ke beech ka gap */
    margin-bottom: 15px;
}

/* Icon ka size thoda adjust kiya hai row mein fit hone ke liye */
.card-header .icon {
    font-size: 24px;     /* Size thoda chota kiya taaki heading ke barabar lage */
    color: #007bff;
    margin-bottom: 0;    /* Purana bottom margin hata diya */
}

.card-header h3 {
    margin-bottom: 0;    /* Heading ka extra margin hataya */
    font-size: 1.2rem;   /* Ek row mein 4 cards hain toh size 1.2rem best hai */
}
.services-grid {
    display: grid;
    /* Desktop: 4 barabar columns */
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    padding: 20px;
    max-width: 1200px; /* Container ki width limit */
    margin: 0 auto;
}

/* Tablet: 2 cards ek line mein */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 card ek line mein */
@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 1.8rem;
    }
}

/* Card height fix taaki sab ek jaise dikhein */
.service-card {
    height: 100%; /* Saare cards ki height barabar rahegi */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
}
/* --- Tools Section (Mobile Responsive) --- */
.tool-btn i {
    font-size: 1.3rem; 
    color: #0056b3; /* Icon ka color thoda dark blue */
}
.tools-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    padding: 30px 20px;
    color: white;
    border-radius: 15px;
    margin: 30px 15px; /* Side margins taaki mobile screen se touch na ho */
    text-align: center; /* Default center for mobile */
}

.tools-wrapper {
    display: flex;
    flex-direction: column; /* Mobile par stack (ek ke niche ek) */
    align-items: center;
    gap: 20px;
}

.tool-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.tool-content p {
    font-size: 0.95rem;
    opacity: 0.9;
    max-width: 500px;
}

.tool-buttons {
    display: flex;
    flex-direction: column; /* Mobile par buttons ek ke niche ek */
    gap: 15px;
    width: 100%; /* Full width buttons for mobile */
}

.tool-btn {
    background: white;
    color: #007bff;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; /* Icon aur text center mein */
    gap: 10px;
    transition: 0.3s;
    font-size: 1rem;
}

/* --- Desktop Styles (Screen 768px se badi ho tab) --- */
@media (min-width: 768px) {
    .tools-section {
        text-align: left;
        padding: 50px 60px;
        margin: 50px auto;
    max-width: 1000px; 
    margin: 40px auto; /* auto se ye center mein rahega */
    
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2);    }

    .tools-wrapper {
        flex-direction: row; /* Desktop par side-by-side */
        justify-content: space-between;
    }

    .tool-buttons {
        flex-direction: row; /* Desktop par buttons side-by-side */
        width: auto;
    }

    .tool-btn {
    background: white;
    color: #007bff;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.tool-btn:hover {
    transform: scale(1.05);
    background: #f0f0f0;
}
}

.househeading h2{ text-align: center;
 
}
.facility-cards {
    display: flex;
    justify-content: center;
    gap: 30px; /* Space between cards */
    flex-wrap: wrap; /* Mobile friendly */
    max-width: 1100px;
    margin: 0 auto;
}

/* Individual Card Styling */
.facility-card {
    display: flex;
    flex-direction: column;
    align-items: center; /* Sab kuch horizontal center karega */
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    flex: 1;
    min-width: 300px; /* Minimum width for mobile */
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Soft shadow */
    transition: transform 0.3s ease;
    border-bottom: 3px solid #020925; /* Green highlight from your logo */
    text-align: center;
}

.facility-card:hover {
    transform: translateY(-10px); /* Hover effect */
}

/* Image/Logo Styling */
.facility-card img {
    max-width: 240px; /* Adjust size based on your logo */
    height: auto;
    margin-bottom: 5px;
}

/* List Styling */
.facility-list {
    list-style: none;
    padding: 0;
    text-align: left; /* Text alignment inside card */
    margin-top: 10x;
}

.facility-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #444;
    font-size: 1rem;
    line-height: 1.5;
}

/* Custom Checkmark for List */
.facility-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #020925; /* Green checkmark */
    font-weight: bold;
}

/* Responsive (Mobile) */
@media (max-width: 768px) {
    .facility-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .facility-card {
        width: 90%;
    }
}
.doctor-card {
    display: flex;
    gap: 20px;
    grid-template-columns: minmax(180px, 250px) 1fr;
}

.doctor-card img {
    width: clamp(110px, 22vw, 140px);
    flex: 0 0 clamp(110px, 22vw, 140px);
    border-radius: 14px;
    height: auto;
    object-fit: cover;
}




.doctor-card ul {
    list-style: none;
    display: grid;
    gap: 6px;
}
.doctor-info h3 {
    font-size: 1.5rem;
    color: #002d5b; /* Navy Blue */
    margin-bottom: 5px;
}

.doctor-specialty {
    color: #FF6F61;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase; /* Professional look */
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.doctor-card ul li {
    position: relative;
    padding-left: 20px;
    color: #555;
    font-size: 0.95rem;
}


.doctor-card {
    transition: all 0.3s ease;
    border-bottom: 3px solid #0b6fb8;
}

.doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
   
}
@media (min-width: 992px) {
    .doctor-card {
        gap: 40px; /* Desktop par thoda zyada gap achha lagta hai */
        padding: 30px;
    }

    .doctor-card img {
        /* Desktop par image size badha kar 220px-250px kar di hai */
        width: 250px;
        flex: 0 0 250px; 
    }
}

.vaccine-chart {
    display: grid;
    gap: 12px;
}

.vaccine-table {
    display: grid;
    gap: 8px;
}

.vaccine-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid #d9e8f4;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
    color: var(--primary-blue);
}

.icon-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(0,0,0,0.12);
    background: #f7fbff;
}

.icon-btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(11, 111, 184, 0.18), 0 14px 26px rgba(0,0,0,0.12);
}

.vaccine-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f7fbff;
    border: 1px solid #e0ebf3;
}

.vaccine-row.header {
    background: var(--primary-blue);
    color: var(--white);
    font-weight: 700;
    border: none;
}

.note {
    color: var(--primary-blue);
}

.vaccine-chart .note {
    font-size: 0.95rem;
}

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

.danger-list {
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.appointment-form {
    max-width: 820px;
}

.appointment-form .submit-btn {
    width: 220px;
    padding: 11px 18px;
}

@media (max-width: 600px) {
    .appointment-form .submit-btn {
        width: 100%;
    }
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

label {
    display: grid;
    gap: 6px;
    font-weight: 600;
}

input,
textarea {
    border: 1px solid #c8dbe8;
    border-radius: 10px;
    padding: 10px;
    font: inherit;
}

select {
    border: 1px solid #c8dbe8;
    border-radius: 10px;
    padding: 10px;
    font: inherit;
    background: #ffffff;
    height: 46px;
}

.full {
    grid-column: 1 / -1;
}

#formStatus {
    margin-top: 12px;
    font-weight: 600;
}

.map-wrap {
    position: relative;
}

.map-wrap iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 12px;
}

.map-fallback {
    display: none;
    width: 100%;
    min-height: 320px;
    border-radius: 12px;
    object-fit: cover;
    background: #eef3f8;
}

.map-wrap.map-error iframe {
    display: none;
}

.map-wrap.map-error .map-fallback {
    display: block;
}

.location-page .about-hero-copy .vaccine-actions {
    justify-content: flex-start;
}

.location-page .card {
    padding: 18px;
    border: 1px solid #d9e8f4;
}

.location-page .map-wrap.card {
    padding: 0;
    overflow: hidden;
    border-radius: 18px;
}

.location-page .map-wrap iframe {
    min-height: 380px;
    border-radius: 18px;
}

.location-map-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.location-map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr);
    gap: 16px;
    align-items: start;
}

.location-info-card h3 {
    margin: 0;
    color: #063b63;
}

.location-info-card .subhead {
    margin-top: 6px;
}

.location-info-list {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid rgba(11, 111, 184, 0.14);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 22px rgba(0,0,0,0.06);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.info-row:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.10);
    border-color: rgba(11, 111, 184, 0.26);
}

.info-ico {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(11, 111, 184, 0.10);
    color: var(--primary-blue);
    flex: 0 0 44px;
    font-size: 1.05rem;
}

.info-text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.info-text strong {
    font-weight: 900;
    color: var(--text-dark);
}

.info-text small {
    color: #4c6570;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.location-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.location-info-card .note {
    margin-top: 12px;
    font-size: 0.95rem;
}

@media (max-width: 900px) {
    .location-map-grid {
        grid-template-columns: 1fr;
    }

    .location-page .map-wrap iframe {
        min-height: 320px;
    }
}

.emergency-banner {
    background: linear-gradient(90deg, var(--accent-pink), #ff7798);
    color: var(--white);
    padding: 20px 0;
    text-align: center;
    font-size: 1.1rem;
}

.site-footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 28px 0;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.social-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: transform 140ms ease, box-shadow 140ms ease, opacity 140ms ease;
}

.social-icon:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.social-fb {
    background: #3b5998;
}

.social-tw {
    background: #6b6969;
}

.social-yt {
    background: #e42222;
}

.footer-copy {
    font-size: 0.95rem;
    letter-spacing: 0.1px;
}

@media (max-width: 1000px) {
    .menu-toggle {
        display: inline-block;
        z-index: 2001;
    }

    .header-top {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .main-nav {
        position: fixed;
        top: 96px;
        left: 0;
        height: auto;
        max-height: calc(100vh - 24px);
        width: min(320px, 82vw);
        background: linear-gradient(180deg, #ffffff 0%, #eef7fd 60%, #f7fcff 100%);
        box-shadow: 12px 0 26px rgba(11, 111, 184, 0.18);
        padding: 18px 16px;
        border-radius: 0 16px 16px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        transform: translateX(-105%);
        transition: transform 240ms ease;
        z-index: 2000;
    }

    .main-nav.open {
        transform: translateX(0);
    }

    .menu-div {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }

    .btn-menu {
        width: 100%;
        padding: 12px 14px;
        text-align: left;
        border-radius: 12px;
        background: #f9fdff;
        color: #333333;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: 0.1px;
        line-height: 1.35;
        box-shadow: inset 0 0 0 1px #d7eaf7, 0 8px 18px rgba(11, 111, 184, 0.08);
    }

    .floating-call-btn {
        right: -2px;
        top: 30%;
    }

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

    .dropdown-panel {
        position: static;
        display: none;
        box-shadow: none;
        padding: 4px 0 0;
        background: transparent;
    }

    .dropdown-panel a {
        padding: 10px 12px;
        background: #f9fdff;
        box-shadow: inset 0 0 0 1px #d7eaf7;
        margin-bottom: 6px;
    }

    .nav-group.open .dropdown-panel {
        display: block;
    }

    .doctor-card {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 80vh;
        padding: 110px 0 150px;
        text-align: center;
    }

    .hero-shell {
        justify-content: center;
        align-items: center;
    }

    .hero-copy {
        justify-items: center;
        text-align: center;
    }

}
 
h2{
  color:#086860;
}


:root {
    --primary-color: var(--primary-blue, #0B6FB8);
    --secondary-color: var(--accent-pink, #F06292);
    --accent-color: var(--light-blue, #E8F4FD);
    --surface-color: var(--white, #FFFFFF);
    --text-color: var(--text-dark, #086860);
}

.growth-card {
    display: grid;
    gap: 20px;
    background: var(--surface-color);
}

.growth-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.growth-head h1 {
    margin: 0;
    line-height: 1.2;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    color: #FF6F61;
    margin-bottom: 4px;
}

.subhead {
    color: var(--text-color);
    margin-top: 4px;
    max-width: 820px;
}

.growth-container {
    display: grid;
    grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
}

.left-panel {
    border-radius: 18px;
    padding: 18px 18px 16px;
    border: 1px solid #d9e8f4;
    box-shadow: var(--shadow);
   
    display: grid;
    gap: 10px;
    align-content: start;
    justify-items: center;
    text-align: center;
    background-color: #a1ecec;
    height: 100%;
}

.left-panel h2 {
    margin: 0;
    color: var(--text-dark);
}

.left-panel p {
    margin: 0;
    color: #4c6570;
    font-weight: 600;
}

.left-img {
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.10);
    border: 2px solid #e8f2f9;
    height: 360px;
}

.left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.right-panel {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.badge-soft {
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: var(--shadow);
}

.growth-form {
    display: grid;
    gap: 16px;
}

.input-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.pill-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid #c8dbe8;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
    box-shadow: inset 0 0 0 1px rgba(11, 111, 184, 0.06);
}

.toggle-btn {
    flex: 1;
    border: 0;
    background: transparent;
    color: #2f2f2f;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
    user-select: none;
}

.toggle-btn:hover {
    background: rgba(11, 111, 184, 0.10);
}

.toggle-btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(11, 111, 184, 0.18);
}

#genderToggle .toggle-btn.active {
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}

#genderToggle .toggle-btn.active[data-gender="boy"] {
    background: #0B6FB8;
}

#genderToggle .toggle-btn.active[data-gender="girl"] {
    background: #F06292;
}

/* Units: compact + blue active only */
.pill-toggle#unitToggle {
    padding: 4px;
    gap: 6px;
}

#unitToggle .toggle-btn {
    padding: 8px 12px;
    font-size: 0.92rem;
}

#unitToggle .toggle-btn.active {
    color: #ffffff;
    background: #0B6FB8;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}

.age-slider__control {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px dashed rgba(11, 111, 184, 0.22);
    background: rgba(255, 255, 255, 0.75);
}

.age-slider__control input[type="range"] {
    flex: 1;
    min-width: 240px;
    accent-color: #054d43;
}

.age-slider__control output {
    min-width: 86px;
    text-align: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d9e8f4;
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1;
}

.age-slider__control.disabled {
    opacity: 0.65;
    filter: grayscale(0.2);
}

.age-slider__control.disabled input[type="range"] {
    accent-color: #90a4ae;
    cursor: not-allowed;
}

.field-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--text-color);
}

.input-wrap {
    position: relative;
}

.input-wrap input,
.input-wrap select {
    width: 100%;
    border: 1px solid #c8dbe8;
    border-radius: 12px;
    padding: 12px 14px;
    font: inherit;
    background: #fdfefe;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 120ms ease;
}

.input-wrap input:focus,
.input-wrap select:focus {
    outline: 0;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(11, 111, 184, 0.16);
    transform: translateY(-1px);
}

.form-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.error-text {
    color: #c0392b;
    min-height: 20px;
    font-weight: 600;
}

.results.hide {
    display: none;
}

.result-card {
    background: linear-gradient(135deg, var(--accent-color), #fff);
    border-radius: 16px;
    padding: 18px;
    box-shadow: var(--shadow);
    animation: fadeUp 280ms ease both;
    width: 100%;
}

.flash {
    animation: fadeUp 280ms ease both;
}


.reviews-wrap {
    display: grid;
    gap: 18px;
}

.reviews-head {
    display: flex;
    flex-direction: column; /* Items ko upar-neeche lane ke liye */
    align-items: center;    /* Horizontally center karne ke liye */
    text-align: center;     /* Text ko center karne ke liye */
    width: 100%;
}

.review-form {
    display: grid;
    gap: 12px;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.review-list {
    position: relative;
    min-height: 300px;
    padding: 6px 0;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.review-card {
    width: min(640px, 92%);
    border: 2px solid #0e81df;
    border-radius: 18px;
    padding: 22px 20px;
    background: radial-gradient(circle at 20% 20%, rgba(11, 111, 184, 0.06), rgba(240, 98, 146, 0.04) 40%, #fdfefe 70%);
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
    display: none;
    opacity: 0;
    transform: translateY(12px);
}

.review-card.active {
    display: block;
    opacity: 1;
    animation: slideFade 480ms ease both;
}

@keyframes slideFade {
    from { opacity: 0; transform: translateY(12px) scale(0.99); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 6px;
}
.review-heading {
    text-align: center;
    margin-bottom: 30px; /* Optional: adds space below the text */
}

.reviewer {
    font-weight: 700;
    color: var(--text-color);
}

.relation {
    color: #4c6570;
    font-size: 0.9rem;
}

.stars {
    color: #f2b01e;
    font-weight: 700;
    letter-spacing: 1px;
}

.review-date {
    color: #6b7d86;
    font-size: 0.85rem;
}

.review-message {
    color: var(--text-color);
}

@media (max-width: 680px) {
    .reviews-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

.result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.label {
    font-size: 0.9rem;
    color: #52707a;
}

.value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
}

.indicator {
    display: grid;
    gap: 6px;
    margin: 10px 0;
}

.indicator-scale {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #4c6570;
}

.indicator-track {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f7d7d0, #d2f1df, #ffe1a8);
    overflow: hidden;
}

.indicator-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 12%;
    left: 0;
    background: var(--primary-color);
    border-radius: inherit;
    transition: width 220ms ease, transform 220ms ease;
}

.indicator-label {
    font-weight: 700;
    color: var(--primary-color);
}

.interpretation {
    margin-top: 6px;
    font-weight: 600;
    color: var(--text-color);
}

.disclaimer {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #4c6570;
}

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

@media (max-width: 680px) {
    .growth-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .age-slider__control {
        flex-direction: column;
        align-items: stretch;
    }

    .age-slider__control input[type="range"] {
        min-width: 0;
        width: 100%;
    }

    .age-slider__control output {
        align-self: flex-end;
    }

    .form-actions {
        width: 100%;
    }

    .form-actions .btn {
        flex: 1;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .growth-container {
        grid-template-columns: 1fr;
    }

    .left-img {
        height: 260px;
    }
}

/* Blog section */
.blog-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* Adjusts spacing between heading and button */
    margin-bottom: 40px;}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.blog-card {
    display: grid;
    gap: 12px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.blog-card h3 {
    margin: 0;
    color: #063b63;
}

.blog-card p {
    margin: 0;
    color: #4c6570;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(0,0,0,0.16);
}

.blog-detail {
    padding: 120px 0 60px;
}

.blog-detail-card {
    display: grid;
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}


.blog-detail-header h1 {
    margin: 0;
}

.blog-detail-media {
    width: min(100%, 820px);
    margin: 0 auto;
    aspect-ratio: 4 / 3;
    max-height: 320px;
    overflow: hidden;
    border-radius: 16px;
}

.blog-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02); /* slight zoom to avoid edges */
}
@media (max-width: 640px) {
    .blog-detail-card {
        max-width: 100%;
    }
    .blog-detail-media {
        width: 100%;
        max-height: 240px;
        aspect-ratio: 16 / 10;
    }
}

.blog-body p {
    margin: 0 0 10px;
    color: #374151;
    line-height: 1.7;
}

.blog-detail-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.blog-media {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.blog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02); /* slight zoom for edge-to-edge */
}

.blog-lede {
    font-weight: 600;
}

.blog-points {
    margin: 0;
    padding-left: 18px;
    color: #4c6570;
    display: grid;
    gap: 6px;
}

.blog-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(11, 110, 175, 0.1);
    color: #0b6fb8;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
}

.blog-meta {
    display: flex;
    gap: 12px;
    font-size: 0.9rem;
    color: #52707a;
}

.blog-cta {
    align-self: flex-start;
    margin-top: 8px;
    padding: 10px 20px;
}

@media (max-width: 680px) {
    .blog-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* Footer Styles */
.main-footer {
    background-color: #003d36; /* Deep Teal from Logo */
    color: white;
    padding: 60px 0 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 0 20px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
}

.footer-logo {
    width: 60px;
    margin-bottom: 15px;
    filter: none;
    display: block;
}

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-col h4 {
    border-bottom: 2px solid #ff7e67;
    display: inline-block;
    margin-bottom: 14px;
    padding-bottom: 4px;
    font-size: 16px;
}

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

.footer-col ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-col ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: white;
}

.footer-col.contact .contact-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-col.contact .contact-row .icon {
    font-size: 16px;
}

.nowrap {
    white-space: nowrap;
}

.emergency-box {
    background-color: #edf2f7;
    color: #003d36;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    color: #cbd5e0;
}

.footer-credit {
    margin: 6px 0 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #fff;
}

.footer-credit a {
    color: #F1E0C5;
    text-decoration: none;

    padding-bottom: 1px;
}

.footer-credit a:hover {
    color: #ffd9e2;
    border-color: rgba(255,217,226,0.7);
}

.footer-col.socials .social-links {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-col.socials .social-links a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.footer-col.socials .social-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.24);
}

@media (max-width: 900px) {
    .footer-container {
        flex-wrap: wrap;
    }
    .footer-col {
        min-width: 230px;
    }
}


.floating-actions {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.float-btn {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 12px 22px rgba(0,0,0,0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-size: 20px;
   
   
}

.float-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(0,0,0,0.22);
}

.growth-popup {
    position: fixed;
    right: clamp(12px, 3vw, 24px);
    bottom: calc(14px + env(safe-area-inset-bottom, 0px) + var(--popup-offset, 0px));
    transform: none;
    z-index: 2400;
    display: none;
    max-width: 340px;
    width: min(92vw, 340px);
}

.growth-popup.show {
    display: block;
}

.growth-popup__card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    padding: 14px 14px 16px;
    position: relative;
    border: 1px solid #e1eaf4;
}

.growth-popup__close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
    color: #455a64;
}

.growth-popup__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e8f4fd;
    color: var(--primary-blue);
    display: grid;
    place-items: center;
    margin-bottom: 10px;
}

.growth-popup__title {
    font-weight: 800;
    margin-bottom: 4px;
    color: #063b63;
}

.growth-popup__text {
    margin: 0 0 12px;
    color: #4b606c;
    font-size: 0.95rem;
}

.growth-popup__cta {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

@media (max-width: 640px) {
    .growth-popup {
        right: 12px;
        left: auto;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px) + var(--popup-offset, 0px));
        top: auto;
        transform: none;
        width: 86vw;
        max-width: 320px;
    }
    .growth-popup__card {
        padding: 12px 12px 14px;
    }
    .growth-popup__title {
        font-size: 1rem;
    }
    .growth-popup__text {
        font-size: 0.9rem;
    }
}

.floating-actions.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.home-btn { background-color: #2b6cb0; color: #ffffff; } 
.call-btn { background-color: #2b6cb0; color: #ffffff; } 

.icon { margin: 0; }


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
    .floating-actions {
        flex-direction: column;
        align-items: flex-end;
        right: 14px;
        bottom: 14px;
    }
}
review-page-container {
    max-width: 800px;
    margin: 60px auto; /* Desktop par center aur upar se gap */
    padding: 20px;
}

.form-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.1); /* Subtle blue shadow */
    border: 1px solid #eef2f6;
}

/* --- Header Section --- */
.form-header {
    text-align: center;
    margin-bottom: 35px;
}

.form-header h1 {
    color: #333;
    font-size: clamp(1.8rem, 3vw, 2.2rem);
    margin-bottom: 10px;
}

.form-header p {
    color: #666;
    font-size: 1rem;
}

/* --- Form Layout --- */
.review-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Side by side on desktop */
    gap: 20px;
}

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

/* --- Inputs & Labels --- */
.form-group label {
    font-weight: 600;
    color: #444;
    font-size: 0.95rem;
    margin-left: 5px;
}

.form-group input, 
.form-group select, 
.form-group textarea {
    padding: 14px;
    border: 2px solid #e1e8ee;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafbfc;
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: #007bff; /* Aapka theme blue */
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
}

/* --- Buttons --- */
.form-actions {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.btn-cancel {
    text-decoration: none;
    color: #888;
    font-weight: 500;
    font-size: 0.9rem;
    transition: 0.2s;
}

.btn-cancel:hover {
    color: #d9534f; /* Soft red on hover */
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .review-page-container {
        margin: 20px auto;
    }
    
    .form-section {
        padding: 25px;
    }

    .form-row {
        grid-template-columns: 1fr; /* Mobile par ek ke niche ek */
        gap: 15px;
    }
    
    .btn-submit {
        padding: 14px;
    }
}
#appointment {
    padding: 80px 0; /* Upar aur neeche doctor section jitna hi gap rakhein */
    background-color: #f8fbff; /* Halka blue tint jo doctor section se match kare */
}

.appointment-card {
    max-width: 900px; /* Width ko thoda aur expand kiya */
    margin: 0 auto;   /* Isse card page ke bilkul beech mein rahega */
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05); /* Modern soft shadow */
}

/* Heading aur Subheading ko center karein */
.appointment-card h2, 
.appointment-card .subhead {
    text-align: center;
    width: 100%;
    display: block;
}

.appointment-card h2 {
    font-size: 2rem;
    color: #0056b3;
    margin-bottom: 10px;
}

.subhead {
    color: #666;
    margin-bottom: 25px;
    font-size: 0.9rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Column layout */
    gap: 15px;
}

.form-grid input, .form-grid select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

/* Date aur Time ke label ke liye */
.input-group label {
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    color: #888;
}

.submit-btn {
    width: 100%;
    margin-top: 20px;
    padding: 14px;
    font-weight: bold;
    border-radius: 8px;
    background-color: #FF6F61;
    border: none;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}



/* Mobile ke liye responsive */
@media (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr; /* Mobile par 1 column */
    }
}
