    /* ===== RESET ===== */
    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
      font-family: "Segoe UI", system-ui, sans-serif;
    }

    

/* 
    .hero-banner{
      width: 100%;
      height: 50vh;
      background-image: url("../images/banner.png");
      background-size:cover;
      margin-top: -70px;
      background-position: center;
      background-repeat: no-repeat;
    } */

    
    .hero-banner{
      width: 100%;
      height: 50vh;
      background-image: url("../images/banner.png") ;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;


      position: relative;
      min-height: 50vh;
    }

    /* ================= HERO BANNER – 100% RESPONSIVE ONLY ================= */

/* Ultra large screens */
@media (min-width: 1400px) {
  .hero-banner {
    min-height: 60vh;
    height: auto;
    background-size: contain;
  }
}

/* Large desktops */
@media (max-width: 1399px) {
  .hero-banner {
    min-height: 55vh;
    height: auto;
  }
}

/* Laptops */
@media (max-width: 1200px) {
  .hero-banner {
    min-height: 50vh;
    height: auto;
  }
}

/* Tablets (landscape) */
@media (max-width: 992px) {
  .hero-banner {
    min-height: 42vh;
    background-size: contain;
  }
}

/* Tablets & large mobiles */
@media (max-width: 768px) {
  .hero-banner {
    min-height: 36vh;
    background-size: contain;
  }
}

/* Mobile devices */
@media (max-width: 576px) {
  .hero-banner {
    min-height: 30vh;
    background-size: contain;
  }
}

/* Small & extra small mobiles */
@media (max-width: 400px) {
  .hero-banner {
    min-height: 26vh;
  }
}

/* Very small screens */
@media (max-width: 320px) {
  .hero-banner {
    min-height: 22vh;
  }
}























    /* ================= HERO SECTION ================= */
/* .medical-hero {
  width: 100%;
  min-height: 70vh;
  background: url("https://images.unsplash.com/photo-1521791136064-7986c2920216")
    center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  text-align: center;
  color: #ffffff;
}

.hero-content h1 {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.hero-content p {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
  max-width: 850px;
  margin: 0 auto 40px;
  color: #f1f1f1;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.btn-outline {
  padding: 14px 36px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #ffffff;
  color: #000000;
}



@media (min-width: 1400px){
  .medical-hero{
    min-height:80vh;
  }

  .hero-content{
    max-width:1100px;
  }
}

@media (max-width: 1200px){
  .hero-content h1{
    font-size:clamp(30px, 4.5vw, 56px);
  }

  .hero-content p{
    font-size:18px;
  }
}

@media (max-width: 992px){
  .medical-hero{
    min-height:65vh;
    padding:0 6%;
  }

  .hero-content h1{
    font-size:42px;
  }

  .hero-content p{
    font-size:17px;
    margin-bottom:32px;
  }
}

@media (max-width: 768px){
  .medical-hero{
    min-height:auto;
    padding:80px 6%;
  }

  .hero-content h1{
    font-size:36px;
  }

  .hero-content p{
    font-size:16px;
  }

  .hero-buttons{
    gap:16px;
  }

  .btn-outline{
    width:100%;
    text-align:center;
  }
}

@media (max-width: 480px){
  .hero-content h1{
    font-size:28px;
    letter-spacing:0.5px;
  }

  .hero-content p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:28px;
  }

  .btn-outline{
    padding:13px 28px;
    font-size:13px;
  }
}

@media (max-width: 360px){
  .hero-content h1{
    font-size:24px;
  }

  .hero-content p{
    font-size:14px;
  }
}



 */

















/* Medical Collab Wrap */
/* 
.medical-collab-wrap {
  width: 100%;
  height: 450px;
  background: #ffffff;
  margin-top: 30px;
}

.medical-collab-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.medical-collab-left {
  width: 50%;
  padding-left: 80px; 
  padding-right: 40px;
}

.medical-collab-text {
  font-size: 18px;
  line-height: 1.6;
  color: #111827;
  margin-bottom: 20px;
}

.medical-collab-points {
  padding-left: 20px;
  margin-bottom: 30px;
}

.medical-collab-points li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #374151;
}

.medical-collab-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #4f7cff;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.medical-collab-right {
  width: 40%;
  padding: 0;
}

.medical-collab-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px 0 0 22px; 
}



@media (max-width: 992px) {

  .medical-collab-wrap {
    height: auto;
  }

  .medical-collab-inner {
    flex-direction: column;
  }

  .medical-collab-right {
    order: 1;
    width: 100%;
    padding: 0;
  }

  .medical-collab-left {
    order: 2;
    width: 100%;
    padding: 24px;
  }

  .medical-collab-right img {
    border-radius: 18px;
  }
} */












































/* ================= LEFT RIGHT CARD SECTION ================= */
.lr-card-section{
  width:100%;
  padding:80px 6%;
  background:#f3f7ff;
}


/* ===== WRAPPER ===== */
.lr-card-wrapper{
  max-width:1200px;
  margin:auto;
  display:flex;
  gap:24px; /* gap between cards */
  align-items:stretch;
}

/* ===== COMMON CARD STYLE ===== */
.lr-card{
  background:#ffffff;
  border-radius:16px;
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

/* ===== LEFT CARD (40%) ===== */
.left-card{
  flex:0 0 40%;
}

/* IMAGE */
.left-card-img{
  width:100%;
  height:240px;
  object-fit:contain;
}

/* CONTENT */
.left-card-content{
  padding:20px;
}

.left-card-content p{
  font-size:16px;
  line-height:1.6;
  color:#374151;
}

/* ===== RIGHT CARD (60%) ===== */
.right-card{
  flex:0 0 60%;
  padding:32px;
  justify-content:center;
}

.right-card h3{
  font-size:26px;
  margin-bottom:18px;
  color:#0d58c1;
}

/* BULLET POINTS */
.right-card ul{
  padding-left:20px;
  margin-top:19px;
}

.right-card ul li{
  font-size:16px;
  color:#374151;
  margin-bottom:12px;
  line-height:1.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px){
  .lr-card-wrapper{
    flex-direction:column;
  }

  .left-card,
  .right-card{
    flex:100%;
  }

  .left-card-img{
    height:220px;
  }
}

























/* ===== ABOUT SECTION ===== */
/* .about-section{
  background:#ffffff;
  padding:90px 6%;
}

.about-container{
  max-width:1300px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  align-items:center;
}

.about-tag{
  color:#868686;
  font-weight:400;
  letter-spacing:1px;
  font-size:40px;
}

.about-content h2{
  margin:18px 0 24px;
  font-size:30px;
  line-height:1.2;
  color:#4f7cff;
}

.about-content p{
  font-size:17px;
  line-height:1.7;
  color:#4b5563;
  max-width:520px;
}

.about-btn{
  display:inline-block;
  margin-top:30px;
  padding:14px 36px;
  background:#4f7cff;
  color:#fff;
  border-radius:50px;
  font-weight:600;
  text-decoration:none;
}

.about-card{
  position:relative;
  min-height:400px;
  border-radius:26px;
  overflow:hidden;
  background-image:url("https://images.unsplash.com/photo-1550831107-1553da8c8464?auto=format&fit=crop&w=1200&q=80");
  background-size:cover;
  background-position:right center;
}

.about-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to right,
    rgba(6,75,109,0.95) 0%,
    rgba(6,75,109,0.85) 45%,
    rgba(6,75,109,0.4) 70%,
    rgba(6,75,109,0.15) 100%
  );
  z-index:1;
}

.about-card-content{
  position:relative;
  z-index:2;
  padding:40px;
  max-width:60%;
  color:#ffffff;
}

.about-card-content h3{
  font-size:34px;
  font-weight:700;
}

.about-card-content h4{
  font-size:34px;
  font-weight:300;
  margin-bottom:18px;
}

.about-card-content p{
  font-size:15px;
  line-height:1.6;
  margin-bottom:30px;
}

.about-stats{
  display:flex;
  gap:28px;
}

.about-stats strong{
  display:block;
  font-size:20px;
}

.about-stats span{
  font-size:13px;
  opacity:.85;
}

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

  .about-card{
    min-height:340px;
  }

  .about-card-content{
    max-width:100%;
  }

  .about-overlay{
    background:rgba(6,75,109,0.85);
  }
}
 */
















/* 
    .about-section {
  width: 100%;
  background: #ffffff;
  padding: 60px 20px;
}

.about-container {
  max-width: 1500px;
  margin-left: 10px;
}

.about-text {
  font-size: 18px;
  line-height: 1.8;
  color: #111;
  margin-bottom: 30px;
}

.about-points {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}

.point-box {
  display: flex;
  gap: 18px;
  flex: 1;
}

.point-box .line {
  width: 4px;
  background: #1e73be;
  flex-shrink: 0;
}

.point-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #111;
}

@media (max-width: 900px) {
  .about-points {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .about-text,
  .point-box p {
    font-size: 16px;
  }

  .about-section {
    padding: 40px 15px;
  }
}

 */









































/* ================= Stats Section ================= */
/* 
.stats-section{
  position:relative;
  width:100%;
  padding:90px 20px;
  background:url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  color:#fff;
  overflow:hidden;
  margin-top: 200px;
}

.stats-overlay{
  position:absolute;
  inset:0;
  background:rgba(17,55,94,0.88);
}

.stats-container{
  position:relative;
  max-width:1200px;
  margin:auto;
}

.stats-title{
  font-size:40px;
  font-weight:500;
  margin-bottom:70px;
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:70px 50px;
}

.stat-box h3{
  font-size:44px;
  font-weight:600;
  margin-bottom:12px;
}

.stat-box span{
  display:block;
  width:60px;
  height:2px;
  background:#ffffff;
  margin-bottom:14px;
}

.stat-box p{
  font-size:17px;
  opacity:.95;
  line-height:1.4;
}
@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}

@media (max-width: 600px) {
  .stats-title {
    font-size: 28px;
    text-align: center;
  }

  .stat-box h3 {
    font-size: 34px;
  }
}
 */
































/* MV Section */
/* 
.mv-section {
  width: 100%;
  background: #ffffff;
  padding: 60px 100px;
}

.mv-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.mv-image {
  flex: 1;
  margin-left: -150px;
}

.mv-image img {
  width: 100%;
  height: 440px;
  max-height: 440px;
  object-fit: cover;
}

.mv-content {
  flex: 1.2;
}

.mv-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.mv-icon {
  width: 60px;
  height: 60px;
  background: #0d47a1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.mv-text h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.mv-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

@media (max-width: 900px) {

  .mv-section {
    padding: 50px 20px;
  }

  .mv-container {
    flex-direction: column;
    gap: 40px;
  }

  .mv-image {
    margin-left: 0; 
    width: 100%;
  }

  .mv-image img {
    height: auto;
    max-height: 360px;
  }
}
 */






















 /* ================= VISION & MISSION ================= */
.vision-mission-section{
  width:100%;
  padding:80px 6%;
  background:#ffffff;
}

.vision-mission-wrapper{
  max-width:1400px;
  margin:auto;
  display:flex;
  gap:30px; /* 👈 gap added between cards */
}



/* ===== CARD ===== */
.vm-card{
  flex:1;
  border:1.5px solid #2f6fb3;
  border-radius:40px;
  padding:48px 50px;
  text-align:center;
  background:#fff;
}

.vm-card-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;

}


.vm-card-header i.fa{
  font-size:60px ;
  color:#4f7cff;
}








/* ===== HEADING ===== */
.vm-card h2{
  font-size:36px;
  font-weight:600;
  color:#4f7cff;
  margin-bottom:26px;
}

/* ===== TEXT ===== */
.vm-card p{
  font-size:20px;
  line-height:1.8;
  color:#111;
  text-align: justify;
}

/* ================= RESPONSIVE ================= */
@media(max-width:992px){
  .vision-mission-wrapper{
    flex-direction:column;
  }

  .vm-card{
    padding:42px 34px;
  }

  .vm-card h2{
    font-size:36px;
  }

  .vm-card p{
    font-size:18px;
  }
}

@media(max-width:576px){
  .vm-card{
    border-radius:26px;
    padding:34px 24px;
  }

  .vm-card h2{
    font-size:30px;
  }

  .vm-card p{
    font-size:16px;
  }
}

































/* ================= MEDICAL PROFIT CTA ================= */
.medical-profit-cta{
  padding:80px 6%;
  background:#f3f7ff;
}


.profit-box{
  background:#ffffff;
  border-radius:28px;
  padding:35px 8%;
  text-align:center;
  position:relative;
  overflow:hidden;
}

/* ===== Headline ===== */
.profit-box h2{
  /* font-size:clamp(28px, 4vw, 46px); */
  font-size: 28px;
  font-weight:700;
  color:#4f7cff;
  margin-bottom:30px;
  
}

/* ===== Text ===== */
.profit-box p{
  max-width:1900px;
  margin:0 auto 20px;
  text-align:justify;
  font-size:18px;
  line-height:1.7;
  color:#111;
}

/* ===== Decorative Icons ===== */
.icon{
  position:absolute;
  font-size:34px;
  font-weight:700;
  color:#000;
  opacity:0.85;
}

.left-icon{
  top:60px;
  left:60px;
  transform:rotate(-15deg);
}

.spark-icon{
  top:40px;
  left:50%;
  transform:translateX(-50%);
}

.right-icon{
  top:60px;
  right:60px;
  transform:rotate(20deg);
}

/* ===== Responsive ===== */
@media(max-width:768px){
  .profit-box{
    padding:60px 6%;
  }

  .left-icon,
  .right-icon{
    display:none;
  }
}









































































