@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tenor+Sans&family=Yatra+One&display=swap');
*
{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
  :root{
    --navy: #0B2545;
    --navy-deep: #071a33;
    --teal: #134074;
    --accent: #1E88A8;      /* medical light-blue accent for hovers/CTAs */
    --accent-soft: #EAF4F8;
    --neutral-light: #EEF4F8;
    --text-dark: #222222;
    --gold: #C9A24B;        /* subtle luxury accent for dividers/icons */
    --shadow-soft: 0 10px 30px rgba(11, 37, 69, 0.08);
    --shadow-hover: 0 18px 40px rgba(11, 37, 69, 0.16);
  }

  html{ scroll-behavior: smooth; }

  body{
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: var(--text-dark);
    background-color: #ffffff;
    overflow-x: hidden;
  }

  h1, h2, h3, h4, .font-display{
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: var(--navy);
    font-weight: 700;
  }

  a{ text-decoration: none; }

/*  header section*/
/* Mega Menu */

/*==========================
Navbar
==========================*/
.whatsapp_main { position: fixed; bottom: 40px; left: 20px; text-align: center; z-index: 10; }
.main-navbar{

    background:#fff;

    z-index:9999;

}

.main-navbar .nav-link{

    color:#0B3B75 !important;

    font-weight:600;

    padding:15px 10px !important;

    transition:.3s;

}

.main-navbar .nav-link:hover{

    color:#1e88a8 !important;

}

.btn-appointment{

    background:linear-gradient(135deg, #0E2A47 0%, #2B82A5 100%);

    color:#fff;

    padding:12px 28px;

    border-radius:50px;

}

.btn-appointment:hover{

    background:#1e88a8;

    color:#fff;

}
 .dropdown:hover .dropdown-menu
    {
      display: block;
    }

/*==========================
Mega Menu
==========================*/

.mega-dropdown{

    position:static;

}

.mega-menu{

    width:80%;

    left:10%;

    right:0;

    top:100%;

    margin-top:0;

    border-radius:0 0 18px 18px;

    padding:35px;

    display:block;

    opacity:0;

    visibility:hidden;

    transform:translateY(15px);

    transition:.35s ease;

}


/* no gap */

.mega-dropdown::after{

    content:"";

    position:absolute;

    left:0;

    right:0;

    bottom:-20px;

    height:20px;

}


/* Hover */

@media(min-width:992px){

.mega-dropdown:hover>.mega-menu{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

}



.mega-title{

    font-size:18px;

    font-weight:700;

    margin-bottom:18px;

    color:#0B3B75;

    border-bottom:1px solid #ececec;

    padding-bottom:12px;

}

.mega-title i{

    margin-right:8px;

}

.mega-menu .dropdown-item{

    border:1px solid #ECECEC;

    border-radius:12px;

    margin-bottom:12px;

    padding:14px 15px;

    transition:.3s;

    white-space:normal;

}

.mega-menu .dropdown-item:hover{

    background:#0B3B75;

    color:#fff;

    transform:translateX(5px);

}


/*==========================
Mobile
==========================*/

@media(max-width:991px){

.main-navbar .nav-link{

    padding:12px !important;

}

.mega-menu{

    position:static !important;

    width:100%;

    opacity:1;

    visibility:visible;

    transform:none;

    display:none;

    padding:15px;

    border-radius:10px;

}

.mega-menu.show{

    display:block;

}

.btn-appointment{

    width:100%;

    margin-top:15px;

}

}
  .topbar{
    background: var(--navy-deep);
    color: #cfe0ee;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
  }
  .topbar a{
    color: #cfe0ee;
    transition: color 0.3s ease;
  }
  .topbar a:hover{
    color: var(--gold);
  }
  .topbar .divider{
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.2);
    display: inline-block;
  }

  /* ===== Main Navbar ===== */
  .main-navbar{
    background: #ffffff;
    box-shadow: var(--shadow-soft);
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    transition: all 0.3s ease;
  }

  .brand-logo-icon{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: var(--shadow-soft);
    flex-shrink: 0;
  }

  .brand-text-main{
/*    font-family: 'Playfair Display', serif;*/
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--navy);
    line-height: 1.1;
  }

  .brand-text-sub{
/*    font-family: 'Inter', sans-serif;*/
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 600;
  }

  

  /* ===== HERO CAROUSEL ===== */
  .hero-carousel{
    position: relative;
  }
  .hero-slide{
    position: relative;
    height: 88vh;
    min-height: 560px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
  }
  .hero-slide::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(7,26,51,0.92) 0%, rgba(11,37,69,0.78) 45%, rgba(11,37,69,0.35) 100%);
  }
  .hero-content{
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 680px;
  }
  .hero-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid #1e88a8;
    color: #1e88a8;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
  }
  .hero-content h1{
    color: #fff;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.15;
    margin-bottom: 1.1rem;
  }
  .hero-content h1 span{
    color: #fff;
  }
  .hero-content p{
    color: #dbe6f0;
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
  .btn-hero-primary{
    background: #1e88a8;
    color: #f2f2f2;
    font-weight: 700;
    padding: 0.85rem 1.9rem;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 12px 28px rgba(201,162,75,0.3);
  }
  .btn-hero-primary:hover{
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(201,162,75,0.45);
    color: #fff;
  }
  .btn-hero-outline{
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 0.85rem 1.9rem;
    border-radius: 50px;
    border: 1.5px solid rgba(255,255,255,0.55);
    transition: all 0.3s ease;
  }
  .btn-hero-outline:hover{
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
  }
  .hero-carousel .carousel-indicators [data-bs-target]{
    width: 34px;
    height: 4px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.4);
    opacity: 1;
  }
  .hero-carousel .carousel-indicators .active{
    background-color: var(--gold);
  }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next{
    width: 5%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .hero-carousel:hover .carousel-control-prev,
  .hero-carousel:hover .carousel-control-next{
    opacity: 0.8;
  }

  /* ===== STATS STRIP ===== */
  .stats-strip{
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    position: relative;
    z-index: 3;
    margin-top: -70px;
    border-radius: 16px;
    box-shadow: var(--shadow-hover);
  }
  .stat-item{
    padding: 2.2rem 1rem;
    text-align: center;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.14);
  }
  .stat-item:last-child{ border-right: none; }
  .stat-item .stat-icon{
    font-size: 1.6rem;
    color: #139dd5;
    margin-bottom: 0.6rem;
  }
  .stat-item .stat-number{
/*    font-family: 'Playfair Display', serif;*/
    font-weight: 800;
    font-size: 2.1rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .stat-item .stat-label{
    font-size: 0.85rem;
    color: #cfe0ee;
    letter-spacing: 0.02em;
  }
  @media (max-width: 767.98px){
    .stat-item{
      border-right: none;
      border-bottom: 1px solid rgba(255,255,255,0.14);
    }
    .stat-item:last-child{ border-bottom: none; }
    .stats-strip{ margin-top: -40px; border-radius: 12px; }
  }

  /* ===== ABOUT DOCTOR SECTION ===== */
  .section-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.82rem;
    margin-bottom: 0.75rem;
  }
  .section-eyebrow::before{
    content: "";
    width: 28px;
    height: 2px;
    background: var(--accent);
    display: inline-block;
  }
  .about-portrait-wrap{
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  .about-portrait-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 100%;
    background: var(--neutral-light);
    border-radius: 20px;
    z-index: 0;
  }
  .about-portrait-img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow-hover);
    object-fit: cover;
    aspect-ratio: 4/4;
  }
  .about-badge{
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    left: -1rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-hover);
    padding: 1rem 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .about-badge .icon-circle{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  .about-badge .badge-title{
    font-weight: 700;
    color: var(--navy);
    font-size: 0.95rem;
    line-height: 1.2;
  }
  .about-badge .badge-sub{
    font-size: 0.78rem;
    color: #6b7a8d;
  }
  .credential-list li{
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.9rem;
    font-size: 0.98rem;
  }
  .credential-list li i{
    color: var(--accent);
    margin-top: 0.25rem;
  }
  .credential-pill{
    display: inline-block;
    background: var(--accent-soft);
    color: var(--teal);
    font-weight: 600;
    font-size: 0.82rem;
    padding: 0.35rem 0.9rem;
    border-radius: 50px;
    margin: 0 0.4rem 0.5rem 0;
  }

  /* ===== TREATMENTS SECTION ===== */
  .section-bg-light{
    background: #F8FAFC;
  }
  .treatment-card{
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    height: 100%;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(11,37,69,0.05);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
  }
  .treatment-card::before{
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #1e88a8, var(--navy));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
  }
  .treatment-card:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
  }
  .treatment-card:hover::before{
    transform: scaleY(1);
  }
  .treatment-icon{
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: var(--accent-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--teal);
    margin-bottom: 1.25rem;
    transition: all 0.35s ease;
  }
  .treatment-card:hover .treatment-icon{
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
  }
  .treatment-card h5{
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    color: var(--navy);
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
  }
  .treatment-card p{
    color: #667488;
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1.1rem;
  }
  .read-more-link{
    color: var(--accent);
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: gap 0.3s ease, color 0.3s ease;
  }
  .read-more-link:hover{
    color: var(--navy);
    gap: 0.65rem;
  }

  /* ===== TESTIMONIALS ===== */
  .testimonial-card{
    background: #fff;
    border-radius: 18px;
    padding: 2.2rem;
    height: 100%;
    box-shadow: var(--shadow-soft);
    transition: all 0.35s ease;
    position: relative;
  }
  .testimonial-card:hover{
    box-shadow: var(--shadow-hover);
    transform: translateY(-6px);
  }
  .testimonial-card .fa-quote-right{
    position: absolute;
    top: 1.6rem;
    right: 1.8rem;
    font-size: 1.6rem;
    color: var(--accent-soft);
  }
  .stars-row{
    color: var(--gold);
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  .testimonial-card p.review-text{
    color: #4a5568;
    font-size: 0.98rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    min-height: 110px;
  }
  .reviewer-avatar{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .reviewer-name{
    font-weight: 700;
    color: var(--navy);
    font-size: 0.98rem;
  }
  .reviewer-source{
    font-size: 0.8rem;
    color: #8393a6;
  }
  

  /* ===== FAQ ACCORDION ===== */
  .faq-accordion .accordion-item{
    border: none;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-soft);
  }
  .faq-accordion .accordion-button{
    font-weight: 700;
    color: var(--navy);
/*    font-family: 'Inter', sans-serif;*/
    padding: 1.25rem 1.5rem;
    background: #fff;
  }
  .faq-accordion .accordion-button:not(.collapsed){
    color: var(--teal);
    background: var(--accent-soft);
    box-shadow: none;
  }
  .faq-accordion .accordion-button:focus{
    box-shadow: none;
    border-color: transparent;
  }
  .faq-accordion .accordion-button::after{
    background-size: 1.1rem;
  }
  .faq-accordion .accordion-body{
    color: #667488;
    line-height: 1.75;
    padding: 1.25rem 1.5rem 1.5rem;
    background: #fff;
  }

  /* ===== CONTACT / CONSULTATION FORM ===== */
  .contact-info-card{
    background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    color: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .contact-info-card::after{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(201,162,75,0.08);
    right: -60px;
    bottom: -80px;
  }
  .contact-info-item{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1;
  }
  .contact-info-item .icon-circle-sm{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid #f2f2f229;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
  }
  .contact-info-item .info-label{
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9fb3c8;
    margin-bottom: 0.15rem;
  }
  .contact-info-item .info-value{
    font-weight: 600;
    font-size: 0.98rem;
    color: #fff;
  }
  .consultation-form-card{
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
    height: 100%;
  }
  .form-control-custom{
    border-radius: 10px;
    border: 1.5px solid #e2e9f0;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
  }
  .form-control-custom:focus{
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(30,136,168,0.15);
  }
  .btn-submit-consult{
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
    font-weight: 700;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-soft);
  }
  .btn-submit-consult:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
    color: #fff;
  }



  /* ===== INNER HERO / BREADCRUMB BANNER ===== */
  .inner-hero{
    position: relative;
    background:
      linear-gradient(105deg, rgba(7,26,51,0.94) 0%, rgba(11,37,69,0.86) 55%, rgba(19,64,116,0.75) 100%),
      url('../images/slider/Best-Interventional-Cardiologist-in-Jaipur.jpeg');
    background-size: cover;
    background-position: center;
    padding: 6.5rem 0 4.5rem;
  }
  .inner-hero .eyebrow-badge{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid var(--accent);
    color: #f2f2f2;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
  }
  .inner-hero h1{
    color: #fff;
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    margin-bottom: 0.9rem;
  }
  .inner-hero p{
    color: #cfe0ee;
    max-width: 620px;
    font-size: 1.02rem;
    line-height: 1.7;
  }
  .breadcrumb-trail{
    font-size: 0.9rem;
    color: #9fb3c8;
  }
  .breadcrumb-trail a{
    color: #cfe0ee;
    transition: color 0.3s ease;
  }
  .breadcrumb-trail a:hover{
    color: var(--gold);
  }
  .breadcrumb-trail i{
    font-size: 0.7rem;
    margin: 0 0.5rem;
    color: #5c7189;
  }

  /* ===== CATEGORY TAB NAVIGATION ===== */
  .category-tabs{
    border: none;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
  .category-tabs .nav-link{
    border: 1.5px solid #e2e9f0;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: var(--navy);
    background: #fff;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s ease;
  }
  .category-tabs .nav-link .tab-icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }
  .category-tabs .nav-link.active,
  .category-tabs .nav-link:hover{
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: var(--shadow-soft);
  }
  .category-tabs .nav-link.active .tab-icon,
  .category-tabs .nav-link:hover .tab-icon{
    background: rgba(255,255,255,0.15);
    color: var(--gold);
  }
  .category-tabs .nav-link .tab-count{
    font-size: 0.72rem;
    opacity: 0.75;
    font-weight: 500;
  }

  .category-intro-card{
    background: var(--neutral-light);
    border-radius: 16px;
    padding: 1.75rem 2rem;
    margin-bottom: 2.25rem;
    border-left: 4px solid var(--gold);
  }
  .category-intro-card h4{
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
  }
  .category-intro-card p{
    color: #667488;
    margin-bottom: 0;
    font-size: 0.98rem;
  }

  /* ===== UPGRADED TREATMENT DIRECTORY CARD ===== */
  .rx-card{
    background: #fff;
    border: 1px solid rgba(11,37,69,0.06);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    margin-bottom: 1.75rem;
    transition: all 0.35s ease;
  }
  .rx-card:hover{
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
  }
  .rx-card-header{
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.6rem 1.85rem;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  }
  .rx-card-header .rx-icon{
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(201,162,75,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    flex-shrink: 0;
  }
  .rx-card-header h5{
    color: #fff;
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
  }
  .rx-card-header .rx-tag{
    color: #cfe0ee;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
  }
  .rx-card-body{
    padding: 1.85rem;
  }
  .rx-col-title{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: var(--navy);
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.9rem;
  }
  .rx-col-title i{
    color: var(--accent);
    font-size: 0.95rem;
  }
  .rx-indicator-list{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .rx-indicator-list li{
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.65rem;
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.5;
  }
  .rx-indicator-list li i{
    color: var(--accent);
    margin-top: 0.2rem;
    font-size: 0.85rem;
    flex-shrink: 0;
  }
  .rx-how-it-works{
    background: var(--neutral-light);
    border-radius: 12px;
    padding: 1.1rem 1.25rem;
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.7;
    height: 100%;
  }
  .rx-how-it-works strong{
    color: var(--teal);
  }
  .rx-invasive-badge{
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #fff;
    border: 1px solid rgba(30,136,168,0.25);
    color: var(--teal);
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.3rem 0.7rem;
    border-radius: 50px;
    margin-top: 0.85rem;
  }
  .rx-invasive-badge i{
    color: var(--accent);
  }
  .rx-card-footer{
    border-top: 1px solid #eef2f6;
    padding: 1.1rem 1.85rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
  .btn-book-evaluation{
    background: var(--gold);
    color: var(--navy-deep);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    white-space: nowrap;
  }
  .btn-book-evaluation:hover{
    background: var(--navy);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
  }
  .rx-recovery-note{
    font-size: 0.82rem;
    color: #8393a6;
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .rx-recovery-note i{
    color: var(--gold);
  }

  @media (max-width: 767.98px){
    .rx-card-header{
      padding: 1.3rem 1.4rem;
    }
    .rx-card-body{
      padding: 1.4rem;
    }
    .rx-card-footer{
      padding: 1rem 1.4rem;
      justify-content: flex-start;
    }
  }





  /* ===== PROCEDURE PAGE HERO CTAs ===== */
  .btn-hero-teal{
    background: var(--teal);
    color: #fff;
    font-weight: 700;
    padding: 0.85rem 1.9rem;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 12px 28px rgba(19,64,116,0.35);
  }
  .btn-hero-teal:hover{
    background: #0f325c;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(19,64,116,0.45);
  }
  .btn-hero-call{
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 0.85rem 1.9rem;
    border-radius: 50px;
    border: 1.5px solid rgba(255,255,255,0.55);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
  }
  .btn-hero-call:hover{
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
  }
  .btn-hero-call i{
    color: var(--accent );
  }

  /* ===== PROCEDURE-SPECIFIC INNER HERO (pacemaker/PPI variant) ===== */
  .procedure-hero{
    position: relative;
    background:
      linear-gradient(105deg, rgba(7,26,51,0.94) 0%, rgba(11,37,69,0.88) 55%, rgba(19,64,116,0.78) 100%),
      url('../images/slider/pacemaker-specialist-jaipur.jpeg');
    background-size: cover;
    background-position: center;
    padding: 6.5rem 0 4.5rem;
  }
  .procedure-hero .eyebrow-badge{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.1);
    border: 1px solid var(--accent);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
  }
  .procedure-hero h1{
    color: #fff;
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    margin-bottom: 1rem;
    max-width: 760px;
  }
  .procedure-hero p.hero-subheading{
    color: #cfe0ee;
    max-width: 680px;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 2rem;
  }
  .procedure-hero .breadcrumb-trail{
    font-size: 0.88rem;
    color: #9fb3c8;
    margin-bottom: 1.5rem;
  }
  .procedure-hero .breadcrumb-trail a{
    color: #cfe0ee;
    transition: color 0.3s ease;
  }
  .procedure-hero .breadcrumb-trail a:hover{
    color: var(--gold);
  }
  .procedure-hero .breadcrumb-trail i{
    font-size: 0.65rem;
    margin: 0 0.5rem;
    color: #5c7189;
  }

  /* ===== SECTION 2: CONDITIONS + SYMPTOMS ===== */
  .condition-list li{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid #e2e9f0;
  }
  .condition-list li:last-child{
    border-bottom: none;
  }
  .condition-list .condition-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--accent-soft);
    color: var(--teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
  }
  .condition-list h5{
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    color: var(--navy);
    font-size: 1.02rem;
    margin-bottom: 0.3rem;
  }
  .condition-list p{
    color: #667488;
    font-size: 0.92rem;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .symptom-card{
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    box-shadow: var(--shadow-soft);
    border-top: 3px solid var(--accent);
    transition: all 0.3s ease;
    text-align: center;
  }
  .symptom-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
  }
  .symptom-card .symptom-icon{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
  }
  .symptom-card h6{
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    color: var(--navy);
    font-size: 0.98rem;
    margin-bottom: 0;
    line-height: 1.4;
  }

  /* ===== SECTION 3: PROCEDURE STEPS ===== */
  .process-step{
    display: flex;
    gap: 1.5rem;
    position: relative;
    padding-bottom: 2.75rem;
  }
  .process-step:last-child{
    padding-bottom: 0;
  }
  .process-step::before{
    content: "";
    position: absolute;
    left: 29px;
    top: 62px;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(180deg, #cfd9e3 0, #cfd9e3 6px, transparent 6px, transparent 12px);
  }
  .process-step:last-child::before{
    display: none;
  }
  .process-step-number{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
/*    font-family: 'Playfair Display', serif;*/
    font-weight: 700;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-soft);
    position: relative;
    z-index: 1;
  }
  .process-step-card{
    background: #fff;
    border-radius: 16px;
    padding: 1.6rem 1.85rem;
    box-shadow: var(--shadow-soft);
    flex: 1;
    transition: all 0.3s ease;
  }
  .process-step-card:hover{
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
  }
  .process-step-card .step-icon{
    color: var(--accent);
    margin-right: 0.5rem;
  }
  .process-step-card h5{
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    color: var(--navy);
    font-size: 1.08rem;
    margin-bottom: 0.6rem;
  }
  .process-step-card p{
    color: #667488;
    font-size: 0.96rem;
    line-height: 1.7;
    margin-bottom: 0;
  }

  /* ===== SECTION 4: AUTHORITY / TRUST SECTION ===== */
  .authority-media-wrap{
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
  .authority-media-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
    height: 100%;
    background: var(--neutral-light);
    border-radius: 20px;
    z-index: 0;
  }
  .authority-media-img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow-hover);
    object-fit: cover;
    aspect-ratio: 4/5;
  }
  .authority-badge{
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    left: -1rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-hover);
    padding: 1rem 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .authority-badge .icon-circle{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  .authority-badge .badge-title{
    font-weight: 700;
    color: var(--navy);
    font-size: 0.95rem;
    line-height: 1.2;
  }
  .authority-badge .badge-sub{
    font-size: 0.78rem;
    color: #6b7a8d;
  }
  .authority-stat-row{
    display: flex;
    gap: 1.75rem;
    flex-wrap: wrap;
    margin: 1.75rem 0;
  }
  .authority-stat{
    display: flex;
    align-items: center;
    gap: 0.85rem;
  }
  .authority-stat .stat-icon-sm{
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--accent-soft);
    color: var(--teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .authority-stat .stat-num{
/*    font-family: 'Playfair Display', serif;*/
    font-weight: 800;
    color: var(--navy);
    font-size: 1.35rem;
    line-height: 1;
  }
  .authority-stat .stat-txt{
    font-size: 0.8rem;
    color: #667488;
  }
  .authority-note{
    background: var(--accent-soft);
    border-left: 4px solid var(--teal);
    border-radius: 12px;
    padding: 1.1rem 1.4rem;
    font-size: 0.95rem;
    color: #2b3f57;
    line-height: 1.7;
    margin-bottom: 1.75rem;
  }
  .patient-blockquote{
    background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-radius: 18px;
    padding: 2rem 2.25rem;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .patient-blockquote::before{
    content: "\201C";
    position: absolute;
    top: -0.5rem;
    left: 1.5rem;
/*    font-family: 'Playfair Display', serif;*/
    font-size: 6rem;
    color: rgba(201,162,75,0.25);
    line-height: 1;
  }
  .patient-blockquote p{
    position: relative;
    z-index: 1;
/*    font-family: 'Playfair Display', serif;*/
    font-style: italic;
    font-size: 1.12rem;
    line-height: 1.7;
    color: #eaf1f8;
    margin-bottom: 1.1rem;
  }
  .patient-blockquote footer{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .patient-blockquote .stars-row{
    color: #fff;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
  .patient-blockquote cite{
    font-style: normal;
    font-weight: 700;
    color: var(--gold);
    font-size: 0.95rem;
  }
  .patient-blockquote .cite-sub{
    display: block;
    font-size: 0.78rem;
    color: #9fb3c8;
    font-weight: 400;
  }

  /* ===== SECTION 5: PRIORITY LEAD FORM ===== */
  .priority-form-card{
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
  }
  .priority-form-card .form-header-icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }


  /* ===== MEDIA & GALLERY PAGE ===== */
  .btn-youtube-outline{
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 0.85rem 1.9rem;
    border-radius: 50px;
    border: 1.5px solid rgba(255,255,255,0.55);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
  }
  .btn-youtube-outline:hover{
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
  }
  .btn-youtube-outline i{
    color: #ff4d4d;
  }

  .video-card{
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    height: 100%;
    transition: all 0.35s ease;
  }
  .video-card:hover{
    box-shadow: var(--shadow-hover);
    transform: translateY(-6px);
  }
  .video-card .ratio{
    background: var(--navy-deep);
  }
  .video-card-body{
    padding: 1.4rem 1.5rem;
  }
  .video-category-tag{
    display: inline-block;
    background: var(--accent-soft);
    color: var(--teal);
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.7rem;
  }
  .video-card-body h6{
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  .video-card-body p{
    color: #667488;
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .media-section-header{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .media-section-header .section-icon-badge{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
  }
  .media-section-header h2{
    margin-bottom: 0.15rem;
    font-size: 1.6rem;
  }
  .media-section-header p{
    color: #8393a6;
    font-size: 0.9rem;
    margin-bottom: 0;
  }

  /* Clinical Gallery */
  .gallery-item{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.35s ease;
    height: 100%;
  }
  .gallery-item img{
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }
  .gallery-item:hover img{
    transform: scale(1.08);
  }
  .gallery-item:hover{
    box-shadow: var(--shadow-hover);
  }
  .gallery-caption{
    position: absolute;
    inset: auto 0 0 0;
    background: linear-gradient(180deg, transparent 0%, rgba(7,26,51,0.9) 100%);
    color: #fff;
    padding: 2.5rem 1.1rem 0.9rem;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
 /* .gallery-caption i{
    color: var(--accent);
    margin-right: 0.4rem;
  }*/


  /* ===== FOOTER ===== */
  .site-footer{
    background: linear-gradient(180deg, #0e2a47 0%, #05101c 100%);
    color: #b7c6d8;
    padding-top: 4rem;
  }
  .site-footer h6{
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 1.4rem;
    font-size: 0.95rem;
    text-transform: uppercase;
  }
  .site-footer p, .site-footer li{
    font-size: 0.92rem;
    line-height: 1.9;
  }
  .footer-links li{
    margin-bottom: 0.6rem;
  }
  .footer-links a{
    color: #b7c6d8;
    transition: all 0.3s ease;
  }
  .footer-links a:hover{
    color: var(--accent);
    padding-left: 4px;
  }
  .footer-social a{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
  }
  .footer-social a:hover{
    background: var(--accent);
    color: #fff;
    transform: translateY(-3px);
  }
  .footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 3rem;
    padding: 1.4rem 0;
    font-size: 0.85rem;
    color: #8393a6;
  }
  .footer-bottom a{
    color: #b7c6d8;
  }

  /* ===== FLOATING MOBILE ACTION BAR ===== */
  .mobile-action-bar{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(11,37,69,0.14);
  }
  .mobile-action-bar .action-item{
    flex: 1;
    text-align: center;
    padding: 0.7rem 0.25rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--navy);
    border-right: 1px solid #eef2f6;
    transition: background 0.3s ease;
  }
  .mobile-action-bar .action-item:last-child{ border-right: none; }
  .mobile-action-bar .action-item i{
    display: block;
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
  }
  .mobile-action-bar .action-item.whatsapp i{ color: #25D366; }
  .mobile-action-bar .action-item.call i{ color: var(--accent); }
  .mobile-action-bar .action-item.book{
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
  }
  .mobile-action-bar .action-item.book i{ color: #fff; }
  .mobile-action-bar .action-item:active{
    background: var(--neutral-light);
  }

  @media (max-width: 767.98px){
    .mobile-action-bar{ display: flex; }
    body{ padding-bottom: 68px; }
  }

  /* ===== CONTACT PAGE ===== */
  .location-card{
    background: #fff;
    border-radius: 18px;
    padding: 2.25rem;
    height: 100%;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    border-top: 4px solid var(--accent);
  }
  .location-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
  }
  .location-card .loc-icon{
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
  }
  .location-card .loc-tag{
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent);
    margin-bottom: 0.3rem;
  }
  .location-card h4{
    margin-bottom: 1.25rem;
  }
  .location-card .loc-detail-label{
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #8393a6;
    margin-bottom: 0.2rem;
    font-weight: 600;
  }
  .location-card .loc-detail-value{
    font-size: 0.98rem;
    color: #2b3f57;
    margin-bottom: 1.1rem;
    line-height: 1.55;
  }
  .contact-map-wrap{
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    height: 100%;
    min-height: 320px;
  }
  .contact-map-wrap iframe{
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
  }

   /* ===== ABOUT DOCTOR PAGE ===== */
  .profile-hero{
    padding: 5rem 0 3rem;
    background: linear-gradient(180deg, var(--neutral-light) 0%, #ffffff 100%);
  }
  .profile-portrait-wrap{
    position: relative;
    padding: 0 0 1.5rem 1.5rem;
  }
  .profile-portrait-wrap::before{
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 88%;
    height: 100%;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    border-radius: 20px;
    z-index: 0;
  }
  .profile-portrait-img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow-hover);
    object-fit: cover;
    aspect-ratio: 4/4;
  }
  .profile-badge{
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    right: -0.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-hover);
    padding: 1.1rem 1.5rem;
    text-align: center;
  }
  .profile-badge .badge-num{
/*    font-family: 'Playfair Display', serif;*/
    font-weight: 800;
    font-size: 1.9rem;
    color: var(--navy);
    line-height: 1;
  }
  .profile-badge .badge-lbl{
    font-size: 0.78rem;
    color: #667488;
    letter-spacing: 0.02em;
  }
  .profile-eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--accent);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.82rem;
    margin-bottom: 0.75rem;
  }
  .profile-title-line{
    color: var(--teal);
    font-weight: 600;
    font-size: 1.05rem;
    display: block;
    margin-bottom: 1rem;
  }

  .exec-stat-card{
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    height: 100%;
    transition: all 0.3s ease;
    border-bottom: 3px solid var(--accent);
  }
  .exec-stat-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
  }
  .exec-stat-card .exec-num{
/*    font-family: 'Playfair Display', serif;*/
    font-weight: 800;
    font-size: 2.1rem;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  .exec-stat-card .exec-lbl{
    color: #667488;
    font-size: 0.92rem;
  }

  .subpage-teaser{
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1.75rem;
    height: 100%;
    box-shadow: var(--shadow-soft);
    transition: all 0.35s ease;
    text-decoration: none;
    display: block;
    border: 1px solid rgba(11,37,69,0.05);
  }
  .subpage-teaser:hover{
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
  }
  .subpage-teaser .teaser-icon{
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
  }
  .subpage-teaser h5{
/*    font-family: 'Inter', sans-serif;*/
    font-weight: 700;
    color: var(--navy);
    font-size: 1.08rem;
    margin-bottom: 0.6rem;
  }
  .subpage-teaser p{
    color: #667488;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .subpage-teaser .teaser-link{
    color: var(--accent);
    font-weight: 600;
    font-size: 0.88rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: gap 0.3s ease;
  }
  .subpage-teaser:hover .teaser-link{
    gap: 0.65rem;
  }
  .logo_size
  {
    height: 70px;
  }

   @media (max-width: 600px){
     .logo_size
  {
    height: 60px;
  }
  .whatsapp_main { position: fixed; bottom: 40px; left: 20px; text-align: center; z-index: 10; display:none; }
  }
.gallery-img-box{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.gallery-img-box img{
   
    object-fit: cover;
    transition: transform .6s ease, filter .6s ease;
}

.gallery-img-box:hover img{
    transform: scale(1.15);
    filter: brightness(1.08);
}
.hero-section {
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(42,138,138,0.04) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(26,42,74,0.03) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .section-label {
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 20px;
            display: inline-block;
        }

        .section-title {
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.15;
            color: #1a2a4a;
            margin-bottom: 30px;
            letter-spacing: -0.02em;
        }

        .section-title .highlight {
            color: var(--accent);
        }

        .lead-text {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #4a5568;
            font-weight: 400;
        }

        .body-text {
            font-size: 0.95rem;
            line-height: 1.85;
            color: #4a5568;
        }

        /* Stats Grid */
        .stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 40px 0;
        }

        .stat-card {
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 28px 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: #2a8a8a;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .stat-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(26, 42, 74, 0.08);
            border-color: rgba(42, 138, 138, 0.2);
        }

        .stat-card:hover::before {
            transform: scaleY(1);
        }

        .stat-icon1 {
            width: 44px;
            height: 44px;
            background: rgba(42, 138, 138, 0.08);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            color: v#2a8a8a;
            font-size: 1.2rem;
            transition: all 0.3s ease;
        }

        .stat-card:hover .stat-icon {
            background: #2a8a8a;
            color: #fff;
            transform: scale(1.1);
        }

        .stat-text {
            font-size: 0.9rem;
            line-height: 1.6;
            color: #1e2a3a;
            font-weight: 500;
            margin: 0;
        }

        .stat-text strong {
            color: #1a2a4a;
            font-weight: 700;
        }

        /* CTA Button */
        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #1a2a4a;
            color: #fff;
            padding: 16px 36px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            margin-top: 20px;
        }

        .cta-btn:hover {
            background: #2a8a8a;
            color: #fff;
            transform: translateX(4px);
            box-shadow: 0 10px 30px rgba(42, 138, 138, 0.3);
        }

        .cta-btn i {
            transition: transform 0.3s ease;
        }

        .cta-btn:hover i {
            transform: translateX(4px);
        }

        /* Decorative elements */
        .deco-line {
            width: 60px;
            height: 3px;
            background: #2a8a8a;
            border-radius: 2px;
            margin-bottom: 24px;
            position: relative;
        }

        .deco-line::after {
            content: '';
            position: absolute;
            right: -12px;
            top: 0;
            width: 12px;
            height: 3px;
            background: #2a8a8a;
            border-radius: 2px;
            opacity: 0.4;
        }

        /* Heartbeat animation for icon */
        @keyframes heartbeat {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .heartbeat {
            animation: heartbeat 2s ease-in-out infinite;
        }

        /* Fade in animation */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .fade-in-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .delay-1 { transition-delay: 0.1s; }
        .delay-2 { transition-delay: 0.2s; }
        .delay-3 { transition-delay: 0.3s; }
        .delay-4 { transition-delay: 0.4s; }

        /* Responsive */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2.2rem;
            }
            .stats-grid {
                grid-template-columns: 1fr;
            }
            .hero-section {
                padding: 60px 0;
            }
        }

        /* Floating particles */
        .particle {
            position: absolute;
            border-radius: 50%;
            background: #2a8a8a;
            opacity: 0.06;
            pointer-events: none;
            animation: float 8s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); }
            33% { transform: translateY(-20px) translateX(10px); }
            66% { transform: translateY(10px) translateX(-10px); }
        }
        .dropdown-item1
        {
          color:#333;font-weight: 500;
         
        }
          .dropdown-item1:hover
        {
          
          background: var(--accent);
          color: #fff;
        }