@font-face {
  font-family: 'Polea';
  src: url('./Polea.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}
.polea-title{
    font-family: 'Polea', sans-serif !important;
}
.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;    
    align-items: center;
    text-align: center;
    color: #fff;
   
}
.hero-content {
    z-index: 1;
     margin-top:50px;
}
.treatment-card-background .card-service{
    background-color:#fff !important;
}
.absolute-img img {
  display: block;
  margin: 0 auto;
  margin-top:-200px;
}
/* Background IMAGE */
.hero-bg {
    background: url('../images/assets/home/PNG/Hero.png') center center/cover no-repeat;
    position: absolute;
    margin:20px;
    inset: 0;
    z-index: -1;
}
.hero-bg-contact {
    background: url('../images/assets/contact/Rectangle 2.png') center center/cover no-repeat;
    position: absolute;
    margin:20px;
    inset: 0;
    border-radius:10px;
    z-index: -1;
}
.hero-bg-partner {
    background: url('../images/assets/partner/PNG/Rectangle 2.png') center center/cover no-repeat;
    position: absolute;
    margin:20px;
    inset: 0;
    border-radius:10px;
    z-index: -1;
}
.hero-bg-services {
    background: url('../images/assets/services/PNG/Rectangle 2.png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    margin:20px;
    z-index: -1;
    border-radius:10px;
}
.hero-bg-about {
    background: url('../images/assets/about/PNG/Frame 2147239772.png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    border-radius:10px;
    margin:20px;
    z-index: -1;
}
.hero-bg-hospital{
    background: url('../images/assets/network-hospital/Rectangle 2.png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    border-radius:10px;
    margin:20px;
    z-index: -1;
}
.hero-bg-blogs{
    background: url('../images/Rectangle 2-2.png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius:10px;
    margin:20px;
}
.hero-bg-service-details{
    background: url('../images/assets/service-detail/Rectangle 2.png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius:10px;
    margin:20px;
}
/* Typography */
.hero-title-main{
    font-size: 68px !important;
}
.hero-title {
    font-size: 52px;
    font-weight: 500;
    font-family: 'Montserrat';
    color:#F0FFD8;
}

.hero-subtitle {
    color:#F0FFD8;
    font-size: 62px;
    font-weight: 600;
}
.hero-content p{
    max-width: 750px;
    margin: 30px auto 25px;
    font-size: 20px;
}
.green {
    color: #3AD77E;
}

/* Description */
.hero-desc {
    max-width: 750px;
    margin: 30px auto 25px;
    font-size: 20px;
}

/* Button */
.btn-appointment {
    background: #32d974;
    padding: 10px 28px;
    border-radius: 40px;
    font-size: 17px;
    color: white;
    transition: 0.3s;
}
.btn-appointment:hover {
    background: #28c665;
}

/* Video Box */
.video-box {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    color: #32d974;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.tagline .badge{    
    background: #FFFFFF05;
    border: 1px solid #FFFFFF14;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
}

/* Main Header Wrapper */
.header-wrapper {
    padding: 5px 30px 5px 0px;
    border-radius: 35px;
    box-shadow: 0px 4px 9.4px 0px #3AD77E47;
    position: absolute;
    top: 40px;
    left: 50px;
    right: 50px;
    z-index: 1000;
    background: #fff;
}
.header-wrapper .nav-link,
.header-wrapper .navbar-brand,
.header-wrapper .cta-btn {
    position: relative;
    z-index: 1001;
}

/* Logo */
.logo h2 {
    font-size: 34px;
    font-weight: 600;
}

/* Menu Styling */
.menu .nav-link {
    font-size: 18px;
    color: #224889;
    padding: 0 15px;
    font-weight: 400;
}

.menu .nav-link.active {
    color: #3AD77E !important;
    font-weight: 700;
}

/* CTA Button */
.header-wrapper .cta-btn {
    background: #3AD77E;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: -20px;
}
.header-wrapper .cta-btn:hover{
    background: #1ba054;
}

/* ===== FOOTER ===== */

.mtrava-footer {
    background-color: #224889;
    color: #ffffff;
    padding: 80px 0 30px;
}

/* Logo */
.footer-logo {
    
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* CTA Button */
.companion-btn {
    display: inline-block;
    background: #F0FFD8;
    color: #3AD77E;
    padding: 16px 20px;
    border-radius: 50px;
    box-shadow: 0px 5px 7.9px 0px #33AD68A1;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 25px;
}

.companion-btn i{
    background:#3AD77E;
    color:#fff;
    padding: 5px 7px;
    border-radius: 50%;
}
.companion-btn:hover{
    background:#3AD77E;
    color:#fff;
}
.companion-btn:hover > i{
    background: #F0FFD8;
    box-shadow: 0px 5px 7.9px 0px #33AD68A1;
    color: #3AD77E;
}
/* Connect Text */
.connect-text {
    margin-top: 20px;
}

/* Social Icons */
.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/* Headings */
.footer-heading {
    
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    font-size: 14px;
}

.footer-links a:hover {
    opacity: 1;
}

/* Divider */
.footer-divider {
    margin: 50px 0 25px;
    border-color: rgba(255,255,255,0.3);
}

/* Footer Bottom */
.footer-bottom p,
.footer-bottom a {
    font-size: 14px;
    font-weight:500;
    color: #ffffff;
    text-decoration: none;
    
}

.footer-policy a {
    margin-right: 20px;
}
/* Footer bottom left inline layout */
.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    color: #ffffff;
}

/* Links styling */
.footer-bottom-left a {
    color: #ffffff;
    text-decoration: none;
}
.footer-bottom-left span{
    font-weight:500;
    color:#fff;
    font-size:14px;
}

/* Section Background */
.hospital-section {
  background: #224889;
  padding: 50px 0;
  margin:0 20px;
  border-radius:24px;
}

/* Heading */
.heading {
    color: #F0FFD8;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Montserrat';
    font-size: 56px;

}
.menu .nav-link:hover{
    color:#3AD77E;
    font-weight:500;
}
.heading span{
  font-weight:400;
}
.footer-links a:hover{
    color:#3AD77E;
    font-weight:500;
}
.footer-bottom a:hover{
    color:#3AD77E;
    font-weight:500;
}
/* Subtext */
.subtext {
  color: #F0FFD8;
  margin:auto;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: 'Montserrat';
  max-width:700px;
}

/* Card */
.hospital-card {
  border: 1px solid #F5F7F8;
  border-radius: 24px;
  transition: all 0.3s ease;
}

/* Hover effect */
.hospital-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

/* Card Image */
.card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

/* Chips Container */
.chip-box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Chips */
.chip {
  background: #3AD77E24;
  color: #224889;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
}

/* Card Title */
.card-title {
  color: #224889;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 20px;
}

/* Description */
.card-desc {
    font-size: 14px;
    color: #323F5499;
    margin-bottom: 16px;
    font-family: 'Montserrat';
}

/* Read More */
.read-more {
    text-decoration: none;
    display:flex;
    align-items:center;
    gap: 10px;
    font-weight: 500;
    color: #3AD77E;
    font-size: 14px;
    font-family: 'Montserrat';
}

.read-more i {
  font-size: 22px;
  margin-left: 3px;
}

.read-more:hover{
    font-weight: 600;
        color: #1ba054;
}

/* Parent Section */
.why-choose-us {
  background: #224889;
  border-radius: 24px;
  padding: 50px 0px;
  margin: 0 20px;
  text-align: center;
  color: white;
}
.about-choose-us{
    margin: 0 20px 50px 20px;
}
/* Tag Label */
.why-choose-us__tag {
  background: white;
      color: #141414;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 14px;
    
}

/* Heading */
.why-choose-us__title {
    font-size: 56px;
    font-weight: 600;
    color: #F0FFD8;
    font-family: 'Montserrat';
}

.why-choose-us__title span {
  font-weight:400;
}

/* Subtitle */
.why-choose-us__subtitle {
  max-width: 750px;
  color: #F0FFD8;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
}

/* Cards */
.why-choose-us__card {
  background: white;
  color: #707677;
  border-radius: 16px;
  padding: 26px;
  text-align: left;
  height: 100%;
  border: 1px solid #F5F7F8;
  transition: 0.3s;
}
.why-choose-us__card p{
    font-size:16px;
    font-family: 'Montserrat';
}
.why-choose-us__card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.15);
}

/* Icon */
.icon-box {
  background: #224889;
  color: white;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 14px;
}

/* Card Title */
.why-choose-us__card h5 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
    font-family: 'Montserrat';
    color: #353434;
}

/* CTA Button */
.why-choose-us__cta {
  margin-top: 50px;
}

.cta-btn {
  background: #F0FFD8;
  border: none;
  padding: 10px 12px;
  border-radius: 999px;
  color: #3AD77E;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px #ADF68345;
  text-decoration: none;
  

}
.cta-btn i{
    background:#3AD77E;
    color:#fff;
    padding: 5px 7px;
    border-radius: 50%;
}
.cta-btn:hover{
    background:#3AD77E;
    color:#fff;
}
.cta-btn:hover > i{
    background: #F0FFD8;
    box-shadow: 0px 5px 7.9px 0px #33AD68A1;
    color: #3AD77E;
}
.trusted-slider-section {
    background: #ffffff;
    padding:50px 0px;
}

.trusted-title {
    font-weight: 500;
    color: #224889;
    
}

.trusted-title span {
    color: #3ECB8F; 
    font-family: 'Montserrat';
    font-weight:400;
}

.trusted-slider img {
    width: 120px;
    height: auto;
    opacity: 0.5;
    transition: 0.3s ease;
    filter: grayscale(100%);
}

.trusted-slider img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.trusted-slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

/* Why Choose Us Section */
.why-choose {
    padding: 50px 0;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    background-image:url('../images/assets/home/PNG/Vector.png');
    background-size: inherit;
    background-position: right;
    background-repeat: no-repeat;
}

.why-badge {
    display: inline-block;
    background: #F5F7F8;
    border-radius: 99px;
    padding: 8px 18px;
    font-weight: 600;
    color: #064045;
    font-size: 14px;
    
    border: 1px solid #0640450A;
}

.why-title {
    margin-top: 20px;
    font-size: 56px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #224889;
}

.why-title span {
        font-family: 'Montserrat';
        font-weight: 400;
}

.why-description {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #707677;
    max-width: 90%;
    font-family: 'Montserrat';
}

.why-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}
.why-list .g-2{
    gap:10px;
}

.why-list li {
    font-size: 20px;
    margin-bottom: 12px;
    color: #224889;
    display: grid;
    align-items: center;
    font-weight: 500;
    gap: 0px;
    font-family: 'Montserrat';
}
.why-list li span{
    color:#707677;
    font-weight:400;
    font-size: 16px;
}
.why-list i {
    color: #83EDA3;
    font-size: 20px;
}
.mission-vision-section li{
    display:flex;
    gap:10px
}
.why-list-about{
    font-size: 18px;
    color: #737373;
}
.why-list-about i{
    color:#3AD77E;
}

/* CTA Button */
.btn-why-cta {
   display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    background: #F0FFD8;
    padding: 14px 30px;
    border-radius: 50px;
    
    font-size: 18px;
    color: #3AD77E;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 5px 7.9px 0px #33AD68A1;
}
.btn-why-cta i{
    background:#3AD77E;
    width:34px;
    height:34px;
    color:#fff;
    border-radius:99px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-why-cta:hover {
    background: #3AD77E;
    color: #fff;
    transform: translateY(-2px);
}

.btn-why-cta:hover > i{
    background: #F0FFD8;
    box-shadow: 0px 5px 7.9px 0px #33AD68A1;
    color: #3AD77E;
}

/* Right Image */
.why-img {
    max-width: 90%;
}

.testimonial-section {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-heading {
    font-size: 56px;
    font-weight: 600;
    color: #224889;
    margin-bottom: 50px;
    font-family: 'Montserrat';
}

.testimonial-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    min-height: 200px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.30);
}
.testimonial-slider .slick-slide {
    padding: 10px 15px;  /* 15px + 15px = 30px total gap */
}

.testimonial-slider .slick-list {
    margin: 0 -15px;
}
.service-slider .slick-slide {
    padding: 10px 15px;  /* 15px + 15px = 30px total gap */
}

.service-slider .slick-list {
    margin: 0 -15px;
}
.hospital-slider .slick-slide {
    padding: 10px 15px;  /* 15px + 15px = 30px total gap */
}

.hospital-slider .slick-list {
    margin: 0 -15px;
}
.testimonial-card p {
    font-weight: 400;
    font-size: 14px;
    color: #323F54;
    opacity:0.78;
    line-height: 1.5;
    font-family: 'Montserrat';
}

.testimonial-user {
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-user img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-user div{
    text-align:left;
}
.testimonial-user h5 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #224889;
    font-family: 'Montserrat';
}
.testimonial-user p{
    color:#000000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
}
/* Slick Arrows Custom */
.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background: #3AD77E !important;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
    z-index: 5;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top:35%;
    color:#fff !important;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

.slick-prev i,
.slick-next i {
    font-size: 22px;
}
/* Section */
.treatment-section {
    padding-bottom: 80px;
    background-image:url('../images/assets/home/PNG/Vector77.png');
    background-size: contain;
    background-position: center;
    background-repeat:  no-repeat;
}
.expand-global {
    background-color: #224889;
    border-radius: 40px;
    padding: 50px 20px;
    margin: 0 20px;
    position: relative;
    z-index: 2;
    overflow: hidden; /* important for rounded corners */
}

.expand-global::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/assets/home/PNG/Vector77.png') no-repeat center/cover;
    opacity: 0.4;     /* change image opacity here */
    z-index: -1;      /* stays behind content */
    background-size: cover;
    background-position: center;
    background-repeat:  no-repeat;
}
.treatment-page {
    background-image: url('../images/assets/home/PNG/Vector (4).png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.partner-section, .join-network-section{
    background-image:url('../images/assets/home/PNG/Vector (4).png');
    background-size: cover;
    background-position: center;
    background-repeat:  no-repeat;
}
/* Top badge */
.top-badge {
    background: #F5F7F8;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #064045;
    
    font-weight: 400;
    border: 1px solid #0640450A;
}

/* Heading */
.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 600;
    color: #224889;
}

.section-title span {
    font-weight: 400;
}

/* Subtitle */
.section-subtitle {
    max-width: 700px;
    margin: 10px auto;
    color: #707677;
    font-size: 16px;
    font-family: 'Montserrat';
}

/* Common Card */
.treatment-card {
    border-radius: 22px;
    padding: 20px;
    transition: 0.3s;
}

/* White cards */
.white-card {
    background: #fff;
    box-shadow: 0px 1px 32.3px 0px #83EDA3B8;
}

.white-card .treat-title {
    color: #224889;
    font-size: 26px;
    font-weight: 500;
    
}

.white-card .treat-desc {
    color: #224889;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}

/* Image */
.treatment-img {
    width: 100%;
    border-radius: 20px;
}

/* Learn More */
.learn-more {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    justify-content: space-between;
}

.learn-more a {
    color: #3AD77E;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    
}

.icon-btn {
    width: 28px;
    height: 28px;
    background: #3AD77E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0px 5px 7.9px 0px #33AD68A1;
}
.icon-btn i{
    font-size:14px;
}
/* Green Center Card */
.green-card {
    background: #ADF683;
}

.icon-circle {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
}
.health-banner .icon-circle img{
    width:42px;
}
.treat-desc{
    color: #224889;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}
.mission-vision-section {
    background: #EDFDE470; /* same light mint tone as your design */
}

.mv-badge {
    background: #F6F9F8;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #0640450A;
}

.mv-title {
    font-size: 56px;
    font-weight: 600;
    color: #224889;
}

.mv-title span {
    font-weight: 400;
}

.mv-desc {
    font-size: 18px;
    color: #737373;
    line-height: 1.6;
}

.mv-btn {
    display: inline-block;
    margin-top: 15px;
    background: #19c463;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.mv-btn:hover {
    background: #0ea44f;
    color: #fff;
}

.mv-image {
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
}

.mv-list {
    list-style: none;
    padding-left: 0;
}

.mv-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 16px;
    color: #333;
}

.mv-list li::before {
    content: "●";
    color: #19c463;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.cta-global {
    background: #F0FFD8;
    color: #3AD77E;
    padding: 10px 26px;
    border-radius: 40px;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 5px 7.9px 0px #AFC885A1;
    transition: 0.3s;
}
.cta-global i{
    background: #3AD77E;
    width: 34px;
    height: 34px;
    color: #fff;
    border-radius: 99px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-global:hover {
    background: #3AD77E;
    color:#fff;
}
.cta-global:hover > i {
    background: #F0FFD8;
    box-shadow: 0px 5px 7.9px 0px #33AD68A1;
    color: #3AD77E;
}
.fw-bold{
    color: #224889;
    font-size: 20px;
    font-weight: 500 !important;
}
.expert-team-section {
    background: #fff; 
    padding-bottom: 50px;
}

/* Title */
.team-title {
    font-size: 56px;
    font-weight: 600;
    color: #224889;
}

.team-title span {
    font-weight:400;
}

.team-subtitle {
       max-width: 700px;
    margin: 10px auto 0;
    color: #737373;
    font-size: 18px;
}

/* Team Cards */
.team-card {
    text-align: center;
    color: #fff;
}

.team-img {
    border-radius: 16px;
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin-bottom: 15px;
}

.team-name {
    font-size: 24px;
    color: #224889;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Tag Badges */
.team-tags .tag {
    display: inline-block;
    background: #E3F9ED;
    color: #224889;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin: 4px;
}

/* Outer Section */
.health-banner {
    padding-top: 0px;
}

/* Main Blue Box */
.banner-box {
    background: #224889;
    border-radius: 40px;
    padding: 50px 20px;
    margin:0 20px;
    position: relative;
    z-index: 2;
}

/* Wave Background */
.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 160%;
    opacity: 0.25;
    z-index: 1;
}

/* Content */
.banner-content {
    position: relative;
    z-index: 5;
    max-width: 800px;
    margin: auto;
}

/* Icon Circle */
.icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Title */
.banner-title {
    font-size: 56px;
    color: #F0FFD8;
    font-weight: 600;
    margin-top: 20px;
}

/* Subtitle */
.banner-title span{
    font-weight: 400;
}

.green-text {
    color: #3AD77E;
}

/* Paragraph */
.banner-desc {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 18px;
}



/* FAQ Heading */
.faq-badge {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.faq-title {
    font-size: 56px;
    font-weight: 600;
    color: #224889;
}

.faq-title span {
    font-weight:400;
}

.faq-subtitle {
        color: #707677;
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
}

/* Accordion Main Style */
.custom-accordion {
    background: transparent;
    border: none;
    margin-bottom: 15px;
}

.accordion-button {
    background: #fff;
    color: #244A8A;
    border-radius: 15px !important;
    padding: 15px;
    font-weight: 600;
    box-shadow: none !important;
    position: relative;
    border: 2px solid #ddd;
}

.accordion-button .icon {
    margin-left: auto;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #3AD77E;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.accordion-button .icon::before {
    content: "+";
}

/* When Open */
.accordion-button:not(.collapsed) {
    background: #e8ffe6;
    color: #244A8A;
    border-color: transparent;
    border-radius: 15px 15px 0px 0px !important;
}

.accordion-button:not(.collapsed) .icon {
    background: #3AD77E;
    color: #fff;
}

.accordion-button:not(.collapsed) .icon::before {
    content: "-";
}
.accordion-button:not(.collapsed) .icon:hover {
    background: #1ba054;
    
}
.accordion-button::after{
    display:none;
}
.accordion-body {
    padding:10px 20px;
    color: #224889;
    background: #e8ffe6;
    border-radius: 0 0 15px 15px;
    font-size:16px;
}
.blog-section{
    padding-bottom:50px;
}
.blog-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #ADF68370;
  box-shadow: 0px 4px 4px 0px #ADF68338;
  transition: 0.3s;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 4px 0px #ADF68338;
}
.blogs-title{
    font-size:56px;
    font-weight:500;
    color:#224889;
}
.blogs-title span{font-weight:400;}
.view-all-btn {
  background: #c4fdd4;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 40px;
  color: #0c5730;
  box-shadow: 0 5px 18px rgba(40, 204, 106, 0.35);
  text-decoration: none;
  transition: 0.3s;
}
.view-all-btn:hover {
  background: #97f5b9;
}
.blog-card .tag {
  background: #E3F9ED;
  color: #224889;
  padding: 5px 12px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 400;
}

.traetment-title{
    color:#224889;
    font-size:56px;
    font-weight:600;
}
.traetment-title span{
    font-weight:400;
}
.treatment-subtitle{
    color:#707677;
    font-size:16px;
    margin-top:16px !important;
    max-width:700px;
    margin:0 auto;
    text-align: center;
}

.card-service {
  background: #EDFDE480;
  border-radius: 35px;
  box-shadow: 0px 4px 9.4px 0px #90909040;
  padding:20px;
}

.service-header {
  background: #204a89;
  border-radius: 25px;
}
.service-header h3{
    font-size: 22px;
    font-weight: 500;
}
.service-header img{
    width:60px;
}
.tag-badge {
    background: #E3F9ED;
    color: #064045;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
}
.hospital-network-title{
    font-size:56px;
    color:#224889;
    font-weight:600;
}
.hospital-card {
  max-width: 650px;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 35px rgba(0,0,0,0.1);
  min-height:540px;
}

.hospital-img {
  width: 100%;
  height: 300px;
  border-radius: 28px 28px 0 0;
  object-fit: cover;
}

/* ICONS */
.icon-row i {
  font-size: 20px;
  color: #9EE675; /* neon green */
  font-weight: 400;
}

/* TITLE */
.hospital-title {
    color: #224889;
    font-weight: 500;
    font-size: 20px;
}

/* DESCRIPTION */
.hospital-desc {
  font-size: 14px;
  color: #707677;
  line-height: 1.7;
}

/* CTA */
.hospital-book {
  font-size: 20px;
  color: #00d95f;
  font-weight: 600;
  text-decoration: none;
}
.hospital-book i {
  font-size: 22px;
}
.hospital-book:hover {
  color: #00b74e;
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all .3s ease;
}

.blog-card img {
    height: 250px;
    object-fit: cover;
}
.blog-card h5{
    color: #224889 !important;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 20px;
}
.blog-card p{
    font-size: 14px;
    color: #323F5499 !important;
    margin-bottom: 16px;
    font-family: 'Montserrat';
}
.blog-card .badge{
    background: #3AD77E24;
    color: #224889;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight:400;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

   .main-box {
        background: #224889;
        border-radius: 30px;
        padding: 50px;
        margin:0 20px;
        position: relative;
        overflow: hidden;
    }

    .main-box h1 {
        font-size: 56px;
    font-weight: 500;
    color: #F0FFD8;
    }

    .highlight-text {
        color: #3AD77E;
        font-size: 56px;
        font-weight: 500;
        font-family: cursive;
    }

    .sub-text {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 1.6;
        max-width: 500px;
        margin-top: 20px;
    }

    
    .subscribe-box {
        background: white;
        padding: 35px;
        border-radius: 20px;
        box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    }
    
    .subscribe-box h5{
        color:#224889;
        font-size:24px;
        font-weight:500;
    }

    .subscribe-btn {
        background: #3AD77E;
        border: none;
        color: white;
        width: 100%;
        padding: 12px 0;
        border-radius: 40px;
        font-weight: 600;
        font-size: 16px;
    }
    
    /* ------------ SIDEBAR ------------ */
    .blog-deatil-section{
        margin-top:120px;
    }
.sidebar {
    background: #F0FFD8;
    padding: 10px;
        height: max-content;
}

.sidebar-inner {
    margin-top: 20px;
}

.sidebar-title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.sidebar-item {
    padding: 5px 10px;
    border-bottom: 1px solid #cce8b8;
    cursor: pointer;
    color: #010B0C;
    font-size: 14px;
}

/* ------------ CONTENT AREA ------------ */
.content-area {
    padding: 0px 40px;
    background: #fff;
    color: #707677;
}

.main-title {
    color: #224889;
    font-weight: 500;
    font-size: 36px;
}

.highlight {
    color: #3AD77E;
}

.date {
    color: #010B0C;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight:500;
    margin-right:5px;
}

.sub-title {
    color: #224889;
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
}
.service-deatil-section{
    padding:50px 0px;
}
.author-card {
    background: #EDFDE4; 
}

.avatar-circle {
    width: 160px;
    height: 160px;
    background: #bfc8bd;  
    border-radius: 50%;
}
.author-name{
    
    font-weight: 600;
    font-size: 18px;
    color:#224889;
}
.author-title{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color:#224889;
}
.author-desc{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color:#224889;
}
.author-link{
    
    font-weight: 500;
    font-size: 14px;
    color:#224889;
    text-decoration:none;
}
.menu {
    display: flex;
    gap: 20px;
}
.common{
        padding: 65px;
}
.common h5{
    color:#224889;
    font-weight:500;
    font-size:24px;
}
.common p{
    color:#224889;
    font-weight:400;
    font-size:20px;
}
.first-div{
    background: url('../images/assets/partner/PNG/Group 78.png') center top/cover no-repeat;
}
.second-div{
    background: url('../images/assets/partner/PNG/Frame 2147239796.png') center top/cover no-repeat;
}
.third-div{
    background: url('../images/assets/partner/PNG/Group 80.png') center top/cover no-repeat;
}
.fourth-div{
    background: url('../images/assets/partner/PNG/Group 83.png') center top/cover no-repeat;
}
.hospital-slider .slick-prev, .hospital-slider .slick-next{
    top:50%;
}
.hero-section.vh-100{
    height:100vh !important;
}
.hero-section.vh-110{
    height:110vh !important;
}

@media (max-width: 1023px) {
    .header-wrapper {
     padding: 0; 
    border-radius: 0px;
     position: static; 
}
    /* Create hamburger icon */
    nav::before {
        content: "\2630"; /* hamburger icon */
        font-size: 32px;
        cursor: pointer;
        display: block;
        padding: 10px 0;
    }

    /* Hide original menu (container) */
    .menu {
        position: fixed;
        top: 0;
        right: -260px;      /* start outside screen */
        width: 260px;
        background: #fff;
        flex-direction: column;
        padding: 60px 20px;
        gap: 20px;
        box-shadow: -4px 0 10px rgba(0,0,0,0.15);
        transition: right 0.4s ease;
        z-index: 999;
    }

    /* Slide in from right when active */
    nav.active .menu {
        right: -20px;
    }

    /* Ensure nav takes full width on mobile */
    nav {
        width: auto;
        position: relative;
        margin-right: 20px;
    }

    .header-wrapper {
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .author-card {
        flex-direction: column;
        text-align: center;
    }

    .author-img {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .avatar-circle {
        width: 130px;
        height: 130px;
    }
}


/* =================== RESPONSIVE =================== */

@media (max-width: 991px) {
    .explore-partners-button{
        text-align:center;
    }
    .hero-bg {
    background: url('../images/assets/Responsive/home-page.png') center center/cover no-repeat;
    position: absolute;
    margin:0px;
    inset: 0;
    z-index: -1;
}
.hero-bg-contact {
    background: url('../images/assets/Responsive/Frame 2147239772 (9).png') center center/cover no-repeat;
    position: absolute;
    margin:0px;
    inset: 0;
    border-radius:0px;
    z-index: -1;
}
.hero-bg-partner {
    background: url('../images/assets/Responsive/Frame 2147239772 (10).png') center center/cover no-repeat;
    position: absolute;
    margin:0px;
    inset: 0;
    border-radius:0px;
    z-index: -1;
}
.hero-bg-services {
    background: url('../images/assets/Responsive/Frame 2147239772 (6).png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    margin:0px;
    z-index: -1;
    border-radius:0px;
}
.hero-bg-about {
    background: url('../images/assets/Responsive/Frame 2147239772 (5).png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    border-radius:0;
    margin:0px;
    z-index: -1;
}
.hero-bg-hospital{
    background: url('../images/assets/Responsive/Frame 2147239772 (8).png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    border-radius:0px;
    margin:0px;
    z-index: -1;
}
.hero-bg-blogs{
    background: url('../images/assets/Responsive/Rectangle 2-2.png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
    margin:0px;
}
.hero-bg-service-details{
    background: url('../images/assets/Responsive/Frame 2147239772 (7).png') center center/cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius:0px;
    margin:0px;
}
.hero-section.vh-100, .hero-section.vh-110{
    height:80vh !important;
}
.hero-content p{
    margin-bottom:0;
}
    .main-box {
            padding: 40px 25px;
        }

        .main-box h1,
        .highlight-text {
            font-size: 34px;
        }

        .subscribe-box {
            margin-top: 30px;
        }
    
    .navbar-collapse {
        background: rgba(0,0,0,0.6);
        border-radius: 12px;
        padding: 15px;
    }
    
    .menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    .menu .nav-link {
        padding: 8px 12px;
    }

    .why-title {
        font-size: 32px;
    }
    .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -20px;
    }
    .why-choose-us__title {
    font-size: 32px;
  }

  .why-choose-us {
    padding: 60px 20px;
  }
    .footer-logo {
        font-size: 32px;
    }
    .card-img {
    height: 220px;
  }
  .hero-title-main {
    font-size: 36px !important;
}
.testimonial-section .slick-next {
        right: -10px;
    }
    .btn-why-cta i{
            width: 50px;
    }
    .hero-title, .section-title,.heading, .testimonial-heading, .banner-title, .mv-title, .team-title, .faq-title, .section-title, .traetment-title, .hospital-network-title, .title-main {
        font-size: 32px !important;
    }
    .mb-sm-30{
        margin-bottom:30px;
    }
    .first-row{
        margin-left:0 !important;
    }
    .main-header .container{
        padding-left: 0;
        padding-right: 0px;
        max-width: -webkit-fill-available;
    }
    .header-wrapper .cta-btn{
        margin-right:20px;
    }
    .hero-content{
        margin-top:0px;
    }
    .hero-section{
        padding-left:20px;
        padding-right:20px;
    }
}

@media (max-width: 767px) {
    .common {
        padding: 30px;
    }
    .hospital-card{
       min-height: auto;
    }
    
    .service-slider .slick-prev {
        left: 5px;
    }
     .service-slider .slick-next {
        right: 5px;
    }
    .mv-title{
        text-align:center;
    }
    .footer-divider {
        margin: 11px 0 25px;
        border-color: rgba(255, 255, 255, 0.3);
    }
    .footer-top .text-right{
        text-align:center !important;
    }
    .absolute-img img {
      width:100%;
      margin-top:-100px;
    }
    .sidebar {
        position: relative;
        height: auto;
        width: 100%;
    }

    .content-area {
        margin-left: 0;
        padding: 20px;
    }
    .hero-title, .section-title,.heading, .testimonial-heading, .banner-title, .mv-title, .team-title, .faq-title, .section-title, .traetment-title, .hospital-network-title, .title-main, .why-choose-us__title, .why-title, .hero-title-main {
        font-size: 20px !important;
    }
    .common h5, .why-choose-us__card h5, .why-list li, .footer-heading, .white-card .treat-title, .testimonial-user h5, .team-name, .service-card h3, .service-header, .service-header h3, .fw-bold, .contact-subtitle, .trusted-title{
        font-size:16px !important;
    }
    .tagline .badge{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .hero-subtitle {
        font-size: 20px;
    }
   
    .why-title {
        text-align: center;
    }
    .why-description {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .btn-why-cta {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
    }
  .why-choose-us__card {
    text-align: center;
  }

  .icon-box {
    margin: 0 auto 12px auto;
  }
  .subtext {
    text-align: center;
  }

  .card-img {
    height: 200px;
  }
     .footer-bottom-left {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .mtrava-footer {
        padding: 60px 0 25px;
    }

    .footer-heading {
        margin-top: 20px;
    }

    .footer-policy a {
        display: inline-block;
        margin: 5px 10px;
    }

    .social-icons {
        justify-content: center;
    }
    nav::before {
        content: "\2630"; /* Unicode Hamburger */
        font-size: 30px;
        cursor: pointer;
        display: block;
        padding: 10px;
    }

    /* Hide menu initially */
    .menu {
        display: none;
    }

    /* Toggle menu when header is clicked */
    nav.active .menu {
        display: flex;
    }
    .cta-btn{
        display:block;
        height:auto;
    }
    .btn-why-cta{
        padding: 4px 14px;
        width: max-content;
        font-size: 10px;
        border-radius: 25px;
    }
    .btn-why-cta i {
        width: 24px;
        height:24px;
    }
    .cta-global{
        padding: 4px 14px;
        width: max-content;
        font-size: 10px;
        border-radius: 25px;
    }
    .cta-global i{
        width: 24px;
        height:24px;
    }
    .companion-btn{
        padding: 8px 14px;
        width: max-content;
        font-size: 10px;
        border-radius: 25px;
    }
    .companion-btn i{
        width: 24px;
        height:24px;
    }
    .cta-btn{
        padding: 4px 14px;
        width: max-content;
        font-size: 10px;
        border-radius: 25px;
    }
    .cta-btn i{
        width: 24px;
        height:24px;
    }
    .why-choose-us__cta{
        text-align: -webkit-center;
    }
    .header-wrapper .cta-btn{
        padding: 8px 14px;
        width: max-content;
        font-size: 10px;
        border-radius: 25px;
    }
    .menu{
        gap:5px;
    }
    .menu .nav-link{
        font-size: 12px;
    }
    .accordion-button .icon{
        width: 34px;
        height: 34px;
        font-size:24px;
    }
    .slick-prev, .slick-next{
        width:30px;
        height:30px;
    }
    .slick-prev i, .slick-next i {
        font-size: 14px;
    }
    .why-choose-us__cta .cta-btn{
         padding: 8px 14px;
    }
    p, .read-more, .why-list li, .accordion-body, .tag-badge, .why-list li span, .why-badge{
        font-size:12px !important;
    }
    .hero-content p, .form-label, .learn-more a, .accordion-button, .service-card h5{
        font-size:14px !important;
    }
    .hero-section.vh-100, .hero-section.vh-110 {
        height: 50vh !important;
    }
    .service-card, .service-header, .testimonial-card{
        min-height:auto !important;
    }
    .why-badge img{
        width:18px !important; 
    }
    .testimonial-card{
        padding:20px;
    }
    .testimonial-slider .slick-prev, .testimonial-slider .slick-next{
        top:25%;
    }
    .icon-circle{
        width: 60px;
        height: 60px;
    }
    .service-divv{
        text-align:center;
        justify-content: center !important;
    }
}


/* Small mobile (very small screens) */
@media (max-width: 480px) {
  .card-img {
    height: 180px;
  }

  .chip {
    font-size: 12px;
    padding: 6px 10px;
  }

  .card-title {
    font-size: 16px;
  }
  .why-choose-us {
    padding: 50px 16px;
  }

}
