@import url('https://fonts.googleapis.com/css2?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&display=swap');
body{
background:#fff;
color: #171717;
scroll-behavior: smooth;
width: 100%;
max-width: 100vw;
font-family: "Poppins", sans-serif;
line-height: 1.6;
  cursor: default;
}
/* Small dot */
.cursor-dot {
  width: 6px;
  height: 6px;
  background: #3998c0;
  border-radius: 50%;
  position: fixed;
  top: 15px;
  left: 15px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

/* Outer smooth circle */
.cursor-outline {
  width: 35px;
  height: 35px;
  border: 2px solid #597abb;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out;
}
.top-bar {
background: linear-gradient(to right, rgb(88 118 179), rgb(84 193 239));
color: #fff;
font-size: 14px;
}
.top-bar a {
color: #fff;
text-decoration: none;
}
#mainHeader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
}

/* Important */
body{
    padding-top: 110px;
    overflow-x: hidden;
}

.navbar-nav {
list-style: none;
}
.navbar-nav .nav-item {
list-style: none;
}
.navbar-nav .nav-link {
font-weight: 500;
color: #333;
padding: 0.5rem 0.75rem;
vertical-align: middle;
}
.nav-link.active {
background-color: #30549529;
border-radius: 8px;
padding: 6px 15px;
color: #000 !important;
}
/* Dropdown styling */
.navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle {
/* border-bottom: 1px solid #e5e7eb; */
padding-bottom: 0.5rem;
}
.navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle:hover,
.navbar-nav .nav-item.dropdown > .nav-link.dropdown-toggle:focus {
border-bottom-color: #305495;
}
.navbar-nav .dropdown-menu {
left: 0 !important;
right: auto !important;
margin-top: 0.35rem;
padding: 0;
list-style: none !important;
box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}
.navbar-nav .dropdown-menu li {
list-style: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
border-bottom: 1px solid #e5e7eb;
padding: 0.4rem 1rem;
font-size: 14px;
border-radius: 0;
}

.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
background-color: #f8fafc;
}
.btn-call {
border: 1px solid #305495;
color: #305495;
font-weight: 600;
border-radius: 8px;
border-radius: 100px;
}
img{
  object-fit: cover;
}
.btn-call:hover{
background-color:#3054953d;
border: 1px solid #305495;
}
.btn-quote {
background: linear-gradient(to right, rgb(88 118 179), rgb(84 193 239));
color: #fff;
border-radius: 8px;
border-radius: 100px;
}
.btn-quote:hover {
background: linear-gradient(to right, rgb(88 118 179), rgb(84 193 239));
color: #fff;
}
.badge-soft {
    background-color: #8d8d8d2b;
    color: #305495;
padding: 8px 16px;
border-radius: 50px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 6px;
}
.hero-section{
  background-image: url(../img/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-title {
font-size: 3rem;
font-weight: 700;
color: #1f2937;
}
.hero-text {
font-size: 1.1rem;
color: #4b5563;
max-width: 700px;
}
.btn-outline-custom {
border: 1px solid #d1d5db;
color: #047857;
padding: 10px 20px;
border-radius: 8px;
background: #fff;
}
.btn-outline-custom:hover {
background: #f0fdf4;
}
.btn-solid-custom {
background-color: #047857;
color: #fff;
padding: 10px 22px;
border-radius: 8px;
}
.btn-solid-custom:hover {
background-color: #065f46;
}
.about-img {
border-radius: 20px;
overflow: hidden;
}
.section-title {
font-size: 42px;
font-weight: 700;
}
.card-custom {
border-radius: 12px;
border: 1px solid #e5e5e5;
transition: 0.3s;
}
.card-custom:hover {
box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.box-icon {
/*width: 50px;
height: 50px;*/
    padding: 10px;
background: #305495;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
font-size: 20px;
}
.product-box p{
font-size: .75rem;
}
.product-box h6{
font-weight: 600;
font-size: .75rem;
}
.product-badge {
position: absolute;
top: 10px;
left: 15px;
font-size: 11px;
}
.product-img{
height: 250px !important;
object-fit: cover !important;
}


.bg-soft{
background-color: #3054952b;
color: #305495;
font-weight: 500;
}
.process-card {
background: linear-gradient(175deg,rgba(237, 253, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
border: 1px solid #d0fae599;
border-radius: 15px;
padding: 25px;
height: 100%;
position: relative;
transition: 0.3s;
}
.process-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.step-badge {
width: 45px;
height: 45px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
background: #d0fae5;
color: #305495;
}
.icon-box {
position: absolute;
top: 20px;
right: 20px;
font-size: 18px;
color: #6c757d;
background-color: #faf5ff;
width: 45px;
height: 45px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.process-title {
font-weight: 600;
margin-top: 20px;
color: #000;
}
.process-text {
color: #000;
font-size: 14px;
}
.gallery-card{
background: linear-gradient(168deg,rgba(236, 253, 245, 1) 0%, rgba(255, 255, 255, 1) 74%);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-card:hover {
transform: translateY(-5px);
box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}
.gallery-img{
margin-right: 15px;
transition: transform 0.3s ease;
}
.gallery-img:hover{
transform: scale(1.05);
}
.gallery-caption {
padding: 1rem 1rem 1.25rem;
}
.bg-service{
background: linear-gradient(147deg,rgba(249, 251, 251, 1) 0%, rgba(238, 254, 247, 1) 100%);
}
.export-card {
border: none;
border-radius: 12px;
transition: 0.3s;
background: linear-gradient(175deg,rgba(237, 253, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.export-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.export-icon {
width: 40px;
height: 40px;
background: #d1f2eb;
color: #305495;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
font-size: 18px;
}
.check-list i {
color: #305495;
margin-right: 8px;
}
.rating li{
list-style: none;
}
.bg-green{
background:#10b981;
border-radius: 0.7rem;
}
.testimonial-text .name{
color: #101828;
font-size: .875rem;
}
.testimonial-text .designation{
color: #4a5565;
font-size: .75rem;
}
.testimonial-text .company{
color: #6a7282;
font-size: .75rem;
}
.comment{
color: #364153;
font-size: .875rem;
}
#testimonial-slider .item{
background: #eeefef30;
}
.google-img{
width: 60px !important;
object-fit: contain !important;
}
.text-verified{
font-size: .800rem;
}
.footer {
background: linear-gradient(135deg, #597abb, #3998c0);
color: #fff;
}
.footer h5 {
color: #ffffff;
margin-bottom: 20px;
}
.footer a {
color: #fff;
text-decoration: none;
transition: 0.3s;
}
.footer a:hover {
color: #305495;
}
.footer .logo {
font-size: 28px;
font-weight: 700;
color: #f4c542;
}
.footer .tagline {
color: #20c997;
font-size: 13px;
}
.footer .social-media {
width: 45px;
height: 45px;
background: rgba(255,255,255,0.08);
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
margin-top: 15px;
}
.footer .social-media i {
font-size: 20px;
}
.footer .social-media:hover{
  background-color:#305495;
}
.footer-bottom {
/*border-top: 1px solid rgb(225 221 221);*/
font-size: 14px;
color: #cfcfcf;
}
.footer-bottom a {
color: #20c997;
}
.footer ul {
list-style: none;
padding: 0;
}
.footer ul li {
margin-bottom: 10px;
}
.footer ul li i {
margin-right: 8px;
color: #fff;
}

.mega-menu {
  width: 350px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* LEFT MENU BOX */
.menu-box {
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.menu-box h6 {
  margin: 0;
  font-weight: 600;
}

.menu-box p {
  margin: 5px 0 0;
  font-size: 13px;
  color: #6c757d;
}

.menu-box:hover {
  background: linear-gradient(to right, #d4f5e9, #e9f7f3);
  color: #305495;
}
/* Open main dropdown on hover */
.mega-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* removes jump */
}

/* smooth fade effect (optional but nice) */
.dropdown-menu:not(.show) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.mega-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* SUBMENU CARD (RIGHT STYLE) */
.submenu-parent {
  position: relative;
}

.submenu-card {
  position: absolute;
  top: 0;
  left: 105%;
  width: 300px;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  list-style: none;
  display: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* show on hover */
.submenu-parent:hover .submenu-card {
  display: block;
}

/* submenu items */
.submenu-card li {
  background: #f8f9fa;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 500;
}

/* green dot */
.submenu-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #305495;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* VIEW ALL */
.view-all {
  margin-top: 10px;
  padding: 10px;
  color: #305495;
  font-weight: 600;
}

.submenu-card li:hover{
  background: linear-gradient(to right, #d4f5e9, #e9f7f3);
  color: #305495;
}
.submenu-card p{
      margin: 5px 0 0;
    font-size: 13px;
    color: #6c757d;
}
.view-all a:hover{
  background: linear-gradient(to right, #d4f5e9, #e9f7f3);
  color: #305495 !important;
  border-radius: 100px;
}


    .contact-section {
        padding: 60px 0;
        /*background: linear-gradient(147deg,rgba(238, 254, 247, 1) 0%, rgba(255, 252, 237, 1) 100%);*/
    }

    .card-custom {
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }

  
    .btn-custom {
        background: #5878b5;
        color: #fff;
        border-radius: 8px;
        padding: 12px;
    }

    .btn-custom:hover {
        background:#5878b5;
    }

    .map-box iframe {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        border: 0;
    }

    .info-box {
        border-radius: 12px;
        padding: 20px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }

    .info-item {
        display: flex;
        align-items: start;
        margin-bottom: 15px;
        padding: 5px;
    }
    .info-item:hover{
      background: #eee;
      border-radius: 10px;
    }

    .info-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .bg-phone { background: #e6f7ef; color: #0d8f61; }
    .bg-email { background: #e8f0fe; color: #3b82f6; }
    .bg-location { background: #fff4e5; color: #f59e0b; }
    .bg-whatsapp { background: #e6fffa; color: #10b981; }

.cta-dark-block { 
            background: #16725a; 
            border-radius: 32px; 
            padding: 50px 40px; 
            color: white; 
            position: relative; 
        }
.btn-cta{
  background: #00bc7d;
  color: #fff;
  font-size: 16px;
}
.btn-cta:hover{
  background: #009966;
}
.cta-dark-block a{
  color:#5edbb1f2 !important;
}
.cta-dark-block a:hover{
  color: #fff !important;
}

.text{
      color: #4a5565;
              font-size: 15px;
    }
    .bg-secondary-subtle{
      background-color: #fbf9fa !important;
    }
    .icon-2 i{
          font-size: 35px;
    padding: 15px;
        border-radius: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .icon-2 .ti-checkbox{
      background-color: #dbeafe;
      color: #155dfc;
    }
    .icon-2 .ti-trophy{
      background-color: #dcfce7;
      color: #00a63e;
    }
    .icon-2 .ti-report-analytics{
      background-color: #f3e8ff;
      color: #9810fa;
    }
    .icon-2 .ti-api-app{
      background-color: #dcfce7;
      color: #00a63e;
    }
    .icon-2 .ti-arrow-capsule{
      background-color: #fef3c6;
      color: #e17100;
    }
    .icon-2 .ti-phone{
     background-color: #dbeafe;
      color: #155dfc;
    }
    .icon-2 .ti-user-medical{
      background: linear-gradient(135deg, #155dfc 0%, #3998c0 100%);
      color: #fff;
    }
    .icon-2 .ti-stethoscope{
      background: linear-gradient(135deg, #00a63e 0%, #1dd1a1 100%);
      color: #fff;
    }
    .icon-2 .ti-heart-pulse{
      background: linear-gradient(135deg, #ff6b6b 0%, #ff8787 100%);
      color: #fff;
    }
    .icon-2 .ti-ambulance{
      background: linear-gradient(135deg, #e17100 0%, #ffa500 100%);
      color: #fff;
    }
    .icon-2 .ti-health-recognition{
      background: linear-gradient(135deg, #9810fa 0%, #d946ef 100%);
      color: #fff;
    }
    .icon-2 .ti-map-pin{
      background: linear-gradient(135deg, #305495 0%, #54c1ef 100%);
      color: #fff;
    }
    .icon-2 .ti-user-plus{
      background: linear-gradient(135deg, #155dfc 0%, #3998c0 100%);
      color: #fff;
    }
    .icon-2 .ti-target-arrow{
      background: linear-gradient(135deg, #ff6b6b 0%, #ff8787 100%);
      color: #fff;
    }
    .border-secondary-subtle{
      border-color: #ebebeb !important;
    }
    .about-card:hover {
      transform: translateY(-8px);
      transform: scale(1.05);
    }
    .about-card i {
      display: inline-block;
      transition: transform 0.3s cubic-bezier(0, 0, .2, 1);
    }
    .about-card:hover i {
      transform: rotate(8deg) scale(1.1);
    }
    .vision-mission-card{
      background: linear-gradient(135deg, #597abb, #3998c0);
    }
  
    /* Counter Section Styles */
    .counter-section {
      background: linear-gradient(135deg, #f8f9fa 0%, #f0f4fa 100%);
      position: relative;
      overflow: hidden;
    }

    .counter-section::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -10%;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(84, 193, 239, 0.1) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }

    .counter-card {
      background: #fff;
      border-radius: 20px;
      padding: 40px 25px;
      transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      border: 2px solid transparent;
      position: relative;
      z-index: 2;
    }

    .counter-card:hover {
      transform: translateY(-15px);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
      border-color: #54c1ef;
    }

    .counter-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #155dfc 0%, #3998c0 100%);
      border-radius: 20px;
      color: #fff;
      font-size: 40px;
      margin: 0 auto;
      transition: all 0.3s ease;
      box-shadow: 0 10px 30px rgba(21, 93, 252, 0.3);
    }

    .counter-card:nth-child(2) .counter-icon {
      background: linear-gradient(135deg, #00a63e 0%, #1dd1a1 100%);
      box-shadow: 0 10px 30px rgba(0, 166, 62, 0.3);
    }

    .counter-card:nth-child(3) .counter-icon {
      background: linear-gradient(135deg, #9810fa 0%, #d946ef 100%);
      box-shadow: 0 10px 30px rgba(152, 16, 250, 0.3);
    }

    .counter-card:nth-child(4) .counter-icon {
      background: linear-gradient(135deg, #ff9500 0%, #ff6b6b 100%);
      box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
    }

    .counter-card:hover .counter-icon {
      transform: scale(1.1) rotate(-5deg);
    }

    .counter-number {
      font-size: 48px;
      color: #305495;
      margin: 25px 0 10px 0;
      font-weight: 800;
      letter-spacing: -1px;
    }

    .counter-label {
      font-size: 18px;
      font-weight: 600;
      color: #305495;
      margin: 10px 0 5px 0;
    }

    .counter-desc {
      font-size: 13px;
      color: #888;
      margin: 0;
      font-weight: 400;
    }

    /* Responsive Design */
    @media (max-width: 991px) {
      .counter-card {
        padding: 35px 20px;
      }

      .counter-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
      }

      .counter-number {
        font-size: 40px;
      }

      .counter-label {
        font-size: 16px;
      }
    }

    @media (max-width: 768px) {
      .counter-card {
        padding: 30px 20px;
      }

      .counter-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
      }

      .counter-number {
        font-size: 36px;
        margin: 20px 0 8px 0;
      }

      .counter-label {
        font-size: 15px;
      }

      .counter-desc {
        font-size: 12px;
      }
    }

    @media (max-width: 576px) {
      .counter-section {
        padding: 40px 0 !important;
      }

      .counter-card {
        padding: 25px 15px;
        margin-bottom: 20px;
      }

      .counter-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
      }

      .counter-number {
        font-size: 28px;
        margin: 15px 0 5px 0;
      }

      .counter-label {
        font-size: 14px;
      }

      .counter-desc {
        font-size: 11px;
      }
    }


    .product-input{
          background: #f9fafb !important;
    padding: 8px 20px 8px 40px;
    border-radius: 10px;
    }
    .search-icon{
      position: absolute;
    color: #99a1af;
    top: 12px;
    left: 24px;
    font-size: 19px;
    font-weight: 500 !important;
    }

    .product-select{
       border-radius: 10px;
      padding: 8px 20px 8px 20px;
    }
    .product-input:focus,
    .product-select:focus{
      box-shadow: none !important;
         border: 4px solid #577cb8;
    }
    .product-card{
      overflow: hidden;
    }
     .product-card img{
       transition: 0.2s;
     }
    .product-card:hover img{
transform: scale(1.04);
    }
    .product-badge{
      z-index: 10;
      background: #305495 !important;
    }

 
    .green-header {
      background: #305495;
      color: white;
      padding: 10px 15px;
      border-radius: 8px 8px 0 0;
      font-weight: 600;
    }
 
    .highlight-box {
      background: linear-gradient(147deg,rgba(238, 254, 247, 1) 0%, rgba(255, 252, 237, 1) 100%);
      border-radius: 10px;
      padding: 15px;
      border: 1px solid #d1e7dd;
    }
    .table{
      font-size: 12px;
}
.f-text h6{
 font-size: 12px;
}
.bg-f{
     background-color: #305495 !important;
    color: #ffffff !important;
}


 .card-custom .box-icon {
    transition: transform 0.3s cubic-bezier(0, 0, .2, 1);
}

.card-custom:hover .box-icon {
    transform: rotate(8deg) scale(1.1);
}
#testimonial-slider .item {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#testimonial-slider .item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.hero-img img{
  height: 500px;
  object-fit: contain;
}



/* BUTTON */
.btn-enroll {
    background: linear-gradient(to right, rgb(88 118 179), rgb(84 193 239));
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-enroll:hover {
    background: linear-gradient(to right, rgb(88 118 179), rgb(84 193 239));
    color: #fff;
}
.text-pink{
  color: #305495;
}
/* Make carousel relative */
#owl-carousel {
    position: relative;
}

/* DOTS - perfectly centered */
#owl-carousel .owl-dots {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

/* Active dot style */
.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    background: #000 !important;
}

/* NAV CONTAINER - center aligned with dots */
#owl-carousel .owl-nav {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 80px; /* controls distance between prev & next */
}

/* BUTTON STYLE */
.owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

/* Hover */
.owl-nav button:hover {
    background: #000 !important;
    color: #fff !important;
}

/* REMOVE default left/right push */
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: static !important;
}
 .usp-bar {
    background: linear-gradient(90deg, #305495, #5a7abb);
    color: #fff;
}

.usp-box {
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

.usp-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255,255,255,0.3);
}

.usp-icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
}

/* CONTENT SECTION */
.legacy-section {
    background-image: url('../img/about-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}


.legacy-title {
    color:#305495;
    font-weight: 700;
}

.stat-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #eee;
}

.stat-box h2 {
    color:#305495;
    font-weight: bold;
} 
/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}

.card:hover .overlay {
  opacity: 1;
}

.bg-blue{
  background-color: #305495;
}
.text-blue{
  color: #305495;
}

.logo1 img{
  width: 215px;
}
.logo1{
    position: absolute;
    
    top: 0;
    padding: 1px 1px 10px 11px;
    z-index: 1;
    
}

.text{
  color: #000;
          font-size: .875rem;
        line-height: 1.25rem;
}
.text-justify{
  text-align: justify;
}

.nav-pills.work-tab .nav-link{
      border-radius: 10px;
      font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 1.8rem;
    color: #fff;
    background: #305495;
        padding: 10px;
        margin-top: 10px;
}
.nav-pills.work-tab .nav-link.active{
  background-color:#6f8ec5;
  color: #fff !important;
}


.work-bg{
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
    overflow: hidden;
}
.work-bg-text{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease;
}

/* 👇 on hover bring it up */
.work-bg:hover .work-bg-text{
  transform: translateY(0);
  opacity: 1;
}
.work-bg::after{
          content: "";
    position: absolute;
    background: #5a7abbde;
    height: 100%;
    bottom: 0px;
    left: 0px;
  bottom: -100%; 
    transition: bottom 0.5s ease; 
    right: 0px;
    }
    .work-bg:hover::after {
    bottom: 0; 
}
.work-bg-text i{
  padding: 10px;
    background: #ffffff;
    font-size: 20px;
    color: #5e75ab;
    font-weight: 900;
    border-radius: 50%;
}

.skill-item .skill-info h4 {
  font-size: 16px;
  font-weight: 500;
}
.skill-item .skill-info span {
  font-size: 14px;
}
.highlight-box {
    background: #f7f7f7;
    border-left: 4px solid #5a7abb;
    padding: 20px 25px;
    border-radius: 8px;
    /*height: 263px;*/
}
.highlight-box p {
    margin: 0;
    color: #1f2a44;
    font-size: 16px;
    line-height: 1.6;
}
li{
  list-style: none;
}

.banner-overlay{
  opacity: 0.6;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background:#000;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #fff !important;
}
.breadcrumb-text h2{
      font-size: 50px;
}
.subheading{
  margin: 0 auto !important;
  max-width: 80%;
}

.btn-primary{
  background: #305495 !important;
  border-color: #305495 !important;
}
.border-primary{
  border-color: #305495 !important;
}




/*coocon jouney css start*/
         .circle {
         width: 500px;
         height: 500px;
         border-radius: 50%;
             margin: 109px auto;
         position: relative;
         }
       
         .circle::before {
         content: "";
         position: absolute;
         inset: 0;
         border-radius: 50%;
         padding: 3px;
         background: #305495;
         -webkit-mask: 
         linear-gradient(#fff 0 0) content-box, 
         linear-gradient(#fff 0 0);
         mask: 
         linear-gradient(#fff 0 0) content-box, 
         linear-gradient(#fff 0 0);
         -webkit-mask-composite: xor;
         mask-composite: exclude;
         }
        
       .center-content {
         position: absolute;
         width: 300px;
         height: 300px;
         background: rgba(255,255,255,0.7);
         backdrop-filter: blur(15px);
         border-radius: 50%;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%) scale(1);
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         text-align: center;
             box-shadow: 0px 0px 20px 1px #35589891;
    padding: 25px;
    transition: 0.4s;
    border: 1px solid #355898;
         }
         .center-content.animate {
         transform: translate(-50%, -50%) scale(1.05);
         }
         #step-number {
             background: #305495;
    color: white;
    padding: 3px 28px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
         }
         .center-content h2 {
         font-size: 20px;
         margin-bottom: 10px;
         }
         .center-content p {
         font-size: 14px;
         color: #555;
         }
         .item1 {
         position: absolute;
         width: 100px;
         text-align: center;
         transition: 0.4s;
         cursor: pointer;
         }
         .item1 img {
         width: 75px;
         height: 75px;
         border-radius: 50%;
         background: white;
         padding: 12px;
         box-shadow:0px 0px 20px 0px #42619b6e;
         transition: 0.4s;
         }
        
         
         .item1.active img {
         transform: scale(0.9);
        
         }
      
  
         @keyframes float {
         50% { transform: translateY(-8px); }
         }
      
         .item1:nth-child(3) { 
         right: 40%;
    top: -12%;
        }
         .item1:nth-child(4) {    
          top: 36%;
    right: -9%;
  }
         .item1:nth-child(5) { 
              right: 40%;
    bottom: -17%;
        }
         .butterfly-animation {
         position: absolute;
         inset: 0;
         overflow: hidden;
         pointer-events: none;
         display: none;
         }
         .butterfly-animation.active {
         display: block;
         }
       
         .bf {
         position: absolute;
         bottom: -120px; 
         opacity: 0;
         }
         .bf img {
         width: 60px;
         animation: flap 0.5s ease-in-out infinite;
         }
     
         .bf2 img { width: 70px; filter: blur(1px); opacity: 0.8; }
         .bf5 img { width: 50px; filter: blur(2px); opacity: 0.7; }
     
         .bf1 { left: 8%;  animation: fly1 5s ease-in-out infinite; animation-delay: 0s; }
         .bf2 { left: 25%; animation: fly2 5s ease-in-out infinite; animation-delay: 2s; }
         .bf3 { left: 48%; animation: fly3 5s ease-in-out infinite;  animation-delay: 1s; }
         .bf4 { left: 68%; animation: fly4 5s ease-in-out infinite; animation-delay: 3s; }
         .bf5 { left: 85%; animation: fly5 5s ease-in-out infinite; animation-delay: 0.5s; }
     
         @keyframes fly1 {
         0%   { transform: translateY(0) translateX(0); opacity:0; }
         10%  { opacity:1; }
         30%  { transform: translateY(-150px) translateX(30px) rotate(5deg); }
         60%  { transform: translateY(-350px) translateX(-40px) rotate(-6deg); }
         100% { transform: translateY(-700px) translateX(20px) rotate(4deg); opacity:0; }
         }
         @keyframes fly2 {
         0%   { transform: translateY(0) translateX(10px); opacity:0; }
         10%  { opacity:1; }
         40%  { transform: translateY(-200px) translateX(-50px) rotate(6deg); }
         70%  { transform: translateY(-420px) translateX(25px) rotate(-4deg); }
         100% { transform: translateY(-750px) translateX(-15px) rotate(3deg); opacity:0; }
         }
         @keyframes fly3 {
         0%   { transform: translateY(0) translateX(-10px); opacity:0; }
         10%  { opacity:1; }
         35%  { transform: translateY(-180px) translateX(40px) rotate(-5deg); }
         65%  { transform: translateY(-380px) translateX(-30px) rotate(6deg); }
         100% { transform: translateY(-700px) translateX(15px) rotate(-3deg); opacity:0; }
         }
         @keyframes fly4 {
         0%   { transform: translateY(0) translateX(5px); opacity:0; }
         10%  { opacity:1; }
         25%  { transform: translateY(-160px) translateX(-35px) rotate(6deg); }
         55%  { transform: translateY(-360px) translateX(45px) rotate(-5deg); }
         100% { transform: translateY(-720px) translateX(-20px) rotate(2deg); opacity:0; }
         }
         @keyframes fly5 {
         0%   { transform: translateY(0) translateX(-5px); opacity:0; }
         10%  { opacity:1; }
         30%  { transform: translateY(-170px) translateX(50px) rotate(-6deg); }
         60%  { transform: translateY(-390px) translateX(-40px) rotate(5deg); }
         100% { transform: translateY(-780px) translateX(25px) rotate(-4deg); opacity:0; }
         }
         /* Wing flap */
         @keyframes flap {
         0%   { transform: scaleX(1) rotate(0deg); }
         50%  { transform: scaleX(0.65) rotate(2deg); }
         100% { transform: scaleX(1) rotate(0deg); }
         }

         .butterfly-icon{
          top: 36%;
              left: -11%;
         }

         .border-butterfly{
             border: 2px solid #305495;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
         }

         .butterfly-text{
          font-weight: 800;
          background: #fff;
         }


         .text-primary{
          color: #305495 !important;
         }

         .journey-section {
            background: #f7fbff;
         }

         .journey-section .badge-soft {
            background: rgba(48,84,149,0.08);
            color: #305495;
         }

         .journey-highlights li {
            margin-bottom: 16px;
            color: #30384a;
            font-weight: 500;
         }

         .journey-highlights li i {
            color: #305495;
            margin-right: 10px;
            font-size: 14px;
         }

         .journey-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
         }

         .journey-step {
            position: relative;
            padding: 28px 22px 24px;
            border-radius: 24px;
            background: #ffffff;
            box-shadow: 0 20px 45px rgba(48,84,149,0.08);
            border: 1px solid rgba(48,84,149,0.08);
            min-height: 260px;
            overflow: hidden;
         }

         .journey-step::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 120%;
            height: 120%;
            background: radial-gradient(circle at top right, rgba(48,84,149,0.08), transparent 30%);
            transform: translate(20%, -20%);
            pointer-events: none;
         }

         .journey-step .step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            background: rgba(48,84,149,0.1);
            color: #305495;
            font-weight: 700;
            margin-bottom: 18px;
         }

         .journey-step .step-icon {
            width: 60px;
            height: 60px;
            border-radius: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            background: #e4ecff;
            color: #305495;
            font-size: 24px;
         }

         .journey-step h5 {
            margin-bottom: 14px;
            font-size: 1.1rem;
         }

         .journey-step p {
            color: #5b6474;
            line-height: 1.8;
         }

         .journey-field-card {
            background: #ffffff;
            border: 1px solid #e7eef9;
            border-radius: 20px;
            padding: 24px;
            min-height: 180px;
            transition: transform .3s ease, box-shadow .3s ease;
         }

         .journey-field-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 18px 40px rgba(48,84,149,0.08);
         }

         .journey-field-card i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: rgba(48,84,149,0.12);
            color: #305495;
            font-size: 20px;
            margin-bottom: 16px;
         }

         .journey-field-card h6 {
            font-size: 1rem;
            margin-bottom: 10px;
            font-weight: 700;
         }

         .journey-field-card p {
            margin: 0;
            color: #5b6474;
            font-size: 0.95rem;
            line-height: 1.7;
         }

         @media (max-width: 991px) {
            .journey-grid {
               grid-template-columns: 1fr;
            }
         }

         @media (max-width: 767px) {
            .journey-section {
               padding-top: 3rem;
               padding-bottom: 3rem;
            }
         }

         .appointment-card {
    max-width: 700px;
    margin: 90px auto 50px;
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    background: linear-gradient(135deg, #9dbdeb, #ffffff);
    padding: 3rem;
}


/* .navigation1 li.active a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #305495;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle
} */
#page {
  display: none;
}
#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
}




.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 0px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  z-index: 999;
  overflow: hidden;
  transition: all 0.3s ease;
}
.whatsapp-icon {
  font-size: 30px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.whatsapp-float i {
  margin-left: 10px;
}
.whatsapp-text {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.4s ease;
  color: #fff;
  padding-left: 10px;
}
.whatsapp-float:hover {
  padding: 12px 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.whatsapp-float:hover .whatsapp-text {
  max-width: 150px;
  opacity: 1;
}
.whatsapp-float::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgba(37, 211, 102, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.whatsapp-float {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}


@media (max-width: 900px){
  .logo1{
    position: static;
            box-shadow: none;
        padding: 0
  }
  .logo1 img{
    width: 80px;
  }
  .top-bar .d-flex{
    display: block !important;
  }
  .center-content{
           width: 190px;
        height: 190px;
          padding: 10px;
  }
  .circle{
    width: 282px;
    height: 282px;
  }
  .item1{
    width: 66px
  }
  .item1 img{
            width: 40px;
        height: 38px;
  }
  .butterfly-text{
    font-size: 10px;
  }
  .center-content h2{
      font-size: 9px;
  }
  .center-content p{
      font-size: 10px;
  }
  #step-number{
      padding: 4px 19px;
          font-size: 8px;
  }
}

    /* initial hidden state */
.slide-left,
.slide-right {
  opacity: 0;
}

/* animation classes */
.animate-left {
  animation: slideFromLeft 0.8s ease forwards;
}

.animate-right {
  animation: slideFromRight 0.8s ease forwards;
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  from {
    transform: translateX(80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@media(max-width:500px){
    .section-title{
            font-size: 25px;
    }
    .subheading{
        font-size: 13px;
        text-align: center;
        max-width: 100%;
    }
    .cursor-dot,.cursor-outline{
        display: none;
    }
}


/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(120deg, #597abb, #3998c0);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(120deg, #4a69a5, #2f86ab);
}

/*back to top*/
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  border: none;
  outline: none;
  cursor: pointer;

  width: 45px;
  height: 45px;
  border-radius: 50%;

  color: #fff;
  font-size: 18px;

  background: linear-gradient(135deg, #597abb, #3998c0);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);

  display: none; /* hidden initially */
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #4a69a5, #2f86ab);
}



.cta{
    border-radius: 20px;
    color: #fff;
    padding: 30px;
    position: relative;
        margin-top: 80px;
    background: linear-gradient(to right, rgb(88 118 179), rgb(84 193 239));
}

.cta-img{
        position: absolute;
    width: 452px;
    bottom: 0;
}

/*=======n====*/
.navbar-nav {
    margin-left: 210px!important;}
    /* Styling to ensure it feels like a professional medical button */
.emergency-pill-btn {
    transition: all 0.3s ease-in-out;
    min-width: 220px;
}

.emergency-pill-btn:hover {
    transform: translateY(-3px);
    background-color: #305495  !important; /* Very light red tint on hover */
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.2) !important;
    border-color: #305495  !important;
}

.pill-icon-box {
    flex-shrink: 0;
}

/* Pulse animation to draw attention to the emergency button */
.pill-badge {
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(220, 53, 69, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); }
}


/*--whyhome---*/
.mt-n5 {
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

/* Card Styling */
.usp-hospital-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
}

.usp-hospital-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 3rem rgba(48, 84, 149, 0.15) !important;
    border-color: #305495;
}

/* Icon Box */
.usp-icon-box {
    width: 65px;
    height: 65px;
    background-color: #f0f7ff;
}

/* Gradient Icons */
.gradient-icon {
    background: linear-gradient(135deg, #305495 0%, #0dcaf0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .mt-n5 {
        margin-top: 0; /* Remove overlap on small screens for better spacing */
        padding-top: 20px;
    }
}
/* Gradient Icon Style */
.gradient-icon {
    background: linear-gradient(135deg, #305495 0%, #0dcaf0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Hover Animation: Now slides right to emphasize the text direction */
.why-box {
    transition: transform 0.3s ease;
}
.why-box:hover {
    transform: translateX(10px);
}

.icon-wrap {
    width: 60px;
    height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.badge-soft {
    background: rgba(48, 84, 149, 0.1);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 13px;
}


/* Mobile View Styles (Phones and Tablets) */
@media (max-width: 768px) {
    .navbar-nav {
        /* Overrides your 100px margin so it fits on screen */
        margin-left: 0 !important; 
        padding: 15px;
        display: flex;
        flex-direction: column; /* Stacks Home, Services, etc. */
    }

    .navbar-nav li {
        list-style: none; /* Removes dots */
        margin-bottom: 10px; /* Space between links */
    }

    /* Target the specific Service link to remove the line */
    .nav-item.service-link, 
    .nav-link-service { 
        border-bottom: none !important;
        text-decoration: none;
    }

    /* Adds space between your logo and the first item (Home) */
    .navbar-brand {
        margin-bottom: 20px;
        display: block;
    }
}


.bg-background-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px; /* Ensures the section has height even if empty */
    width: 100%;
    display: block;
}
/* aboutpage */

   .badge-soft { background: rgba(48, 84, 149, 0.1); color: #305495; padding: 5px 15px; border-radius: 50px; font-weight: 600; }

   /* Orbit Journey Container */
   .orbit-journey {
      position: relative;
      width: 100%;
      max-width: 500px;
      height: 500px;
      margin: 60px auto;
      display: flex;
      align-items: center;
      justify-content: center;
   }

   /* Rotating Outer Circle */
   .orbit-circle {
      position: absolute;
      width: 400px;
      height: 400px;
      border: 2px dashed #305495;
      border-radius: 50%;
      opacity: 0.2;
      animation: rotateOrbit 30s linear infinite;
   }

   @keyframes rotateOrbit {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
   }

   /* Center Hub Slider */
   .orbit-center {
      position: relative;
      width: 220px;
      height: 220px;
      background: white;
      border-radius: 50%;
      box-shadow: 0 15px 45px rgba(0,0,0,0.1);
      z-index: 10;
      border: 1px solid #eee;
      overflow: hidden; /* Hides other slides */
   }

   .center-content-slider {
      display: flex;
      flex-direction: column;
      width: 100%;
      /* Total time 12s: (4 steps + 1 loop) */
      animation: centerScroll 12s cubic-bezier(0.85, 0, 0.15, 1) infinite;
   }

   .center-slide {
      width: 100%;
      height: 220px; /* Must match parent height exactly */
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 25px;
      text-align: center;
   }

   /* Vertical Scroll Animation Logic */
   @keyframes centerScroll {
      0%, 20% { transform: translateY(0); }
      25%, 45% { transform: translateY(-220px); }
      50%, 70% { transform: translateY(-440px); }
      75%, 95% { transform: translateY(-660px); }
      100% { transform: translateY(-880px); }
   }

   /* Center Elements */
   .center-badge {
      background: #305495;
      color: white;
      padding: 3px 12px;
      border-radius: 20px;
      font-size: 12px;
      margin-bottom: 10px;
   }
   .orbit-center h3 { font-size: 1.2rem; font-weight: 700; color: #1f2937; margin-bottom: 5px; }
   .orbit-center p { font-size: 0.85rem; color: #6b7280; line-height: 1.4; }

   /* Nodes (The Icons) */
   .orbit-node {
      position: absolute;
      width: 100px;
      text-align: center;
      z-index: 5;
   }

   .node-circle {
      width: 80px;
      height: 80px;
      background: white;
      border: 3px solid #305495;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      color: #305495;
      margin: 0 auto 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      transition: 0.3s ease;
   }

   .orbit-node:hover .node-circle {
      background: #305495;
      color: white;
      transform: scale(1.1);
   }

   .orbit-node h6 { font-size: 0.9rem; font-weight: 700; color: #1f2937; margin: 0; }

   /* Node Positions */
   .node-top { top: -20px; left: 50%; transform: translateX(-50%); }
   .node-right { right: -10px; top: 50%; transform: translateY(-50%); }
   .node-bottom { bottom: -20px; left: 50%; transform: translateX(-50%); }
   .node-left { left: -10px; top: 50%; transform: translateY(-50%); }

   /* Field Cards */
   .field-card {
      background: white;
      padding: 30px 20px;
      border-radius: 15px;
      border: 1px solid #eef0f2;
      text-align: center;
      transition: 0.3s;
   }
   .field-card:hover { transform: translateY(-10px); border-color: #305495; box-shadow: 0 15px 30px rgba(0,0,0,0.05); }
   .field-icon { font-size: 35px; color: #305495; margin-bottom: 15px; }

   /* Responsive Fixes */
   @media (max-width: 576px) {
      .orbit-journey { height: 400px; max-width: 320px; margin: 40px auto; }
      .orbit-circle { width: 280px; height: 280px; }
      .orbit-center { width: 160px; height: 160px; }
      .center-slide { height: 160px; padding: 15px; }
      .node-circle { width: 60px; height: 60px; font-size: 20px; }
      
      @keyframes centerScroll {
         0%, 20% { transform: translateY(0); }
         25%, 45% { transform: translateY(-160px); }
         50%, 70% { transform: translateY(-320px); }
         75%, 95% { transform: translateY(-480px); }
         100% { transform: translateY(-640px); }
      }
   }
   /* appointmentpage */
   .bg-blue-soft { background: rgba(48, 84, 149, 0.1); color: #305495; }
   .bg-email-soft { background: rgba(13, 110, 253, 0.1); color: #0d6efd; }
   .bg-time-soft { background: rgba(233, 30, 99, 0.1); color: #e91e63; }

   .info-item {
      display: flex;
      align-items: center;
      gap: 15px;
   }

   .info-icon {
      width: 45px;
      height: 45px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
   }

   

   .form-control:focus, .form-select:focus {
      border-color: #305495 !important;
      background-color: #fff !important;
      box-shadow: 0 0 0 0.25rem rgba(48, 84, 149, 0.1) !important;
   }
   /* department page */
   .dept-card {
      background: #fff;
      border: 1px solid #edf2f9;
      padding: 30px 25px;
      border-radius: 20px;
      text-align: center;
      transition: all 0.4s ease;
   }

   .dept-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.08);
   }

   .dept-icon-box {
      width: 75px;
      height: 75px;
      margin: 0 auto 20px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;
      color: #fff;
      box-shadow: 0 8px 15px rgba(0,0,0,0.1);
   }

   /* Unique Department Gradients */
   .grad-mjpjay   { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); }
   .grad-xray     { background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%); }
   .grad-store    { background: linear-gradient(135deg, #3f51b5 0%, #5c6bc0 100%); }
   .grad-physio   { background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); }
   .grad-dialysis { background: linear-gradient(135deg, #e91e63 0%, #ff5252 100%); }
   .grad-tpa      { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); }
   .grad-pmjay    { background: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%); }
   .grad-ot       { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); }

   .dept-card h5 { font-weight: 700; color: #1f2937; margin-bottom: 12px; }
   .dept-card p { font-size: 0.9rem; color: #6b7280; line-height: 1.5; margin-bottom: 0; }
   .bg-soft-blue { background-color: rgba(48, 84, 149, 0.1); }


   /* indexpage */
   /* 
   BRAND GRADIENT: 
   Uses Shah Hospital's Deep Blue and a Vibrant Cyan 
*/
.cta-medical-gradient {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #0dbaf0 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Glassmorphism Button Styles */
.btn-white-glass {
    background: #ffffff;
    color: #1e3c72 !important;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-white-glass:hover {
    background: #f0f7ff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-outline-white-glass {
    background: rgba(255, 255, 255, 0.1);
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.btn-outline-white-glass:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: white;
}

/* Doctor Image Positioning */
.cta-doctor-img {
    width: 110%;
    margin-bottom: -65px;
    filter: drop-shadow(5px 15px 25px rgba(0,0,0,0.3));
    position: relative;
    z-index: 2;
}

/* Gradient Blobs for Depth */
.cta-blob {
    position: absolute;
    top: -100px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(13, 186, 240, 0.2) 0%, rgba(13, 186, 240, 0) 70%);
    border-radius: 50%;
}

.cta-blob-secondary {
    position: absolute;
    bottom: -150px;
    left: -50px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}
/* infdexform */
.text-blue {
    color: #1a3c7a;
}
.form-control-lg, .form-select-lg {
    font-size: 1rem;
    border-color: #f1f4f9;
}
.form-control:focus, .form-select:focus {
    border-color: #1a3c7a;
    box-shadow: none;
}
.bg-primary {
    background-color: #1a3c7a !important; /* Hospital brand color */
}

/* =====================================
   FINAL RESPONSIVE FIX
===================================== */

html,body{
    overflow-x:hidden;
    width:100%;
}

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

/* =====================================
   TABLET
===================================== */
@media only screen and (max-width:991px){

    .navbar-nav{
        margin-left:0 !important;
    }

    .hero-title{
        font-size:40px !important;
    }

    .section-title{
        font-size:32px !important;
    }

    .hero-img img{
        height:auto !important;
        width:100%;
    }

    .cta-img{
        position:relative !important;
        width:100% !important;
        max-width:300px;
    }

    .circle{
        width:320px !important;
        height:320px !important;
        margin:60px auto !important;
    }

    .center-content{
        width:200px !important;
        height:200px !important;
    }

    .orbit-circle{
        width:280px !important;
        height:280px !important;
    }

    .orbit-center{
        width:180px !important;
        height:180px !important;
    }

    .orbit-journey{
        height:380px !important;
    }

    .node-circle{
        width:60px !important;
        height:60px !important;
        font-size:20px !important;
    }

    .journey-grid{
        grid-template-columns:1fr !important;
    }
}

/* =====================================
   MOBILE
===================================== */
@media only screen and (max-width:767px){

    .top-bar .d-flex{
        display:block !important;
        text-align:center;
    }

    .navbar{
        padding:10px !important;
    }

    .navbar-nav{
        margin-left:0 !important;
        padding:10px 0;
    }

    .navbar-nav .nav-link{
        padding:10px 0 !important;
    }

    .hero-section{
        text-align:center;
        padding:50px 0;
    }

    .hero-title{
        font-size:28px !important;
        line-height:1.4;
    }

    .hero-text{
        font-size:14px !important;
    }

    .section-title{
        margin-top:30px;
        font-size:24px !important;
        line-height:1.4;
    }

    .subheading{
        max-width:100% !important;
        font-size:14px !important;
    }

    .btn-quote,
    .btn-call,
    .btn-enroll{
        width:100%;
        margin-bottom:10px;
    }

    .hero-img img{
        margin-top:30px;
    }

    .circle{
        width:260px !important;
        height:260px !important;
    }

    .center-content{
        width:160px !important;
        height:160px !important;
        padding:10px !important;
    }

    .center-content h2{
        font-size:12px !important;
    }

    .center-content p{
        font-size:10px !important;
    }

    #step-number{
        font-size:9px !important;
        padding:3px 12px !important;
    }

    .item1{
        width:60px !important;
    }

    .item1 img{
        width:38px !important;
        height:38px !important;
        padding:6px !important;
    }

    .butterfly-text{
        font-size:9px !important;
    }

    .item1:nth-child(3){
        top:-15% !important;
    }

    .item1:nth-child(4){
        right:-15% !important;
    }

    .item1:nth-child(5){
        bottom:-18% !important;
    }

    .orbit-journey{
        max-width:300px !important;
        height:300px !important;
    }

    .orbit-circle{
        width:220px !important;
        height:220px !important;
    }

    .orbit-center{
        width:140px !important;
        height:140px !important;
    }

    .center-slide{
        height:140px !important;
        padding:10px !important;
    }

    .orbit-center h3{
        font-size:13px !important;
    }

    .orbit-center p{
        font-size:10px !important;
    }

    .node-circle{
        width:50px !important;
        height:50px !important;
        font-size:18px !important;
    }

    .orbit-node h6{
        font-size:10px !important;
    }

    .cta{
        padding:20px !important;
        margin-top:40px !important;
        text-align:center;
    }

    .cta-img{
        position:relative !important;
        width:100% !important;
        max-width:220px !important;
        margin-top:20px;
    }

    .appointment-card{
        padding:20px !important;
        margin-top:40px !important;
    }

    .footer{
        text-align:center;
    }

    .footer .social-media{
        margin:auto;
        margin-top:15px;
    }

    .cursor-dot,
    .cursor-outline{
        display:none !important;
    }

    .whatsapp-float{
        left:15px !important;
        bottom:15px !important;
        padding:10px 14px !important;
    }

    #scrollTopBtn{
        right:15px !important;
        bottom:15px !important;
    }
}

/* =====================================
   EXTRA SMALL MOBILE
===================================== */
@media only screen and (max-width:480px){

    .hero-title{
        font-size:24px !important;
    }

    .section-title{
        font-size:20px !important;
    }

    .circle{
        width:220px !important;
        height:220px !important;
    }

    .center-content{
        width:140px !important;
        height:140px !important;
    }

    .counter-number{
        font-size:24px !important;
    }

    .counter-label{
        font-size:13px !important;
    }
}

/*acordian*/

