/* ===================================================
   SUHANA CLINIC — HERO SECTION STYLES (CARD LIFTED HIGHER)
   =================================================== */

:root {
  --suhana-ink: #133525;
  --suhana-copy: #557064;
  --suhana-green: #198a4b;
  --suhana-green-deep: #0d6535;
  --suhana-mint: #eff9f3;
  --suhana-line: #dbeee2;
  --suhana-gold: #f4a62a;
  --suhana-shadow: 0 22px 55px rgba(15, 91, 48, .18);
}

.suhana-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding:140px 0 90px;
  background: 
    radial-gradient(circle at 77% 34%, rgba(202, 240, 215, .76) 0 12%, transparent 35%),
    radial-gradient(circle at 3% 96%, rgba(223, 247, 230, .72) 0 14%, transparent 38%),
    linear-gradient(116deg, #fbfffc 0%, #f3fbf6 49%, #edf8f0 100%);
}

.suhana-hero::before, 
.suhana-hero::after {
  position: absolute;
  z-index: -1;
  display: block;
  width: 320px;
  height: 320px;
  content: "";
  border: 1px solid rgba(25, 138, 75, .10);
  border-radius: 50%;
}

.suhana-hero::before { top: -198px; left: -118px; box-shadow: 0 0 0 54px rgba(25, 138, 75, .035), 0 0 0 108px rgba(25, 138, 75, .022); }
.suhana-hero::after { right: -172px; bottom: -206px; box-shadow: 0 0 0 48px rgba(25, 138, 75, .035), 0 0 0 98px rgba(25, 138, 75, .02); }

.suhana-hero-container {
  width: 100%;
  max-width: 1300px;
 
  margin: 0 auto;
  padding: 0 20px;
}

/* Base Mobile Layout (Stacked) */
.suhana-hero-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.suhana-hero-left {
  position: relative;
  z-index: 3;
  width: 100%;
}

.suhana-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 8px 14px;
  color: var(--suhana-green-deep);
  font: 700 12px/1.1 'Poppins', sans-serif;
  letter-spacing: .02em;
  background: #e3f5e9;
  border: 1px solid #c9e9d3;
  border-radius: 999px;
}

.suhana-hero-badge i { color: var(--suhana-green); font-size: 13px; }

.suhana-hero h1 {
  margin: 0 0 12px 0;
  color: var(--suhana-ink);
  font: 800 clamp(34px, 7vw, 56px)/1.1 'Poppins', sans-serif;
  letter-spacing: -.03em;
}

.suhana-hero-left > h3 {
  margin: 0 0 14px 0;
  color: #267c4d;
  font: 600 clamp(15px, 2.2vw, 18px)/1.5 'Poppins', sans-serif;
}

.suhana-hero-left > p {
  margin: 0 0 24px 0;
  color: var(--suhana-copy);
  font: 400 14px/1.75 'Poppins', sans-serif;
}

.suhana-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.suhana-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  font: 700 13px/1.2 'Poppins', sans-serif;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.suhana-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #259c59, #0e713b);
  box-shadow: 0 13px 27px rgba(18, 123, 63, .24);
}

.suhana-btn-secondary {
  color: var(--suhana-green-deep);
  background: rgba(255, 255, 255, .9);
  border-color: #b8ddc4;
  box-shadow: 0 8px 20px rgba(27, 92, 52, .07);
}

.suhana-btn:hover {
  transform: translateY(-2px);
}

/* ===================================================
   RIGHT SIDE VISUALS (Mobile View)
   =================================================== */
.suhana-hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
}

.suhana-visual-group {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suhana-hero-circle {
  position: relative;
  width: min(85vw, 360px);
  height: min(85vw, 360px);
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 27%, #e4f8e9 0%, #c1ebcf 49%, #a5e0b8 100%);
  box-shadow: inset 0 0 0 14px rgba(255,255,255,.24), 0 18px 35px rgba(42, 137, 76, .12);
}

.suhana-hero-circle::before {
  position: absolute;
  inset: 8%;
  content: "";
  border: 1px dashed rgba(19, 122, 59, .28);
  border-radius: inherit;
}

.suhana-doctor-image {
  display: block;
  width: min(85vw, 380px);
  max-height: 400px;
  margin: -320px auto 0 auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(10px 15px 15px rgba(19, 74, 40, .18));
  position: relative;
  z-index: 2;
}

/* Lifted higher on mobile */
.suhana-doctor-card {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 360px;
  margin: -75px auto 0 auto; 
  padding: 16px 20px;
  background: linear-gradient(130deg, rgba(255,255,255,.98), rgba(244,255,247,.96));
  border: 1px solid rgba(255,255,255,.93);
  border-top: 3px solid #149044;
  border-radius: 15px;
  box-shadow: var(--suhana-shadow);
  text-align: left;
}

.suhana-doctor-card h3 {
  margin: 0 0 2px;
  color: #155c32;
  font: 700 18px/1.3 'Poppins', sans-serif;
}

.suhana-doctor-card p {
  margin: 0 0 4px;
  color: #5d796a;
  font: 500 11px/1.4 'Poppins', sans-serif;
}

.suhana-doctor-card > span {
  display: block;
  margin-bottom: 10px;
  color: #789184;
  font: 500 10px/1.3 'Poppins', sans-serif;
}

.suhana-doctor-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  padding: 10px 14px;
  color: #fff;
  font: 700 12px/1.2 'Poppins', sans-serif;
  text-decoration: none;
  background: linear-gradient(135deg, #1baa55, #149443);
  border-radius: 12px;
}

.suhana-doctor-call i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #16763e;
  font-size: 10px;
  background: #fff;
  border-radius: 50%;
}


/* ===================================================
   DESKTOP / LAPTOP / SMALL LAPTOP VIEW (>= 992px)
   =================================================== */
@media (min-width: 992px) {
  .suhana-hero {
    min-height: 720px;
    padding: 60px 0;
  }

  .suhana-hero-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 50px;
  }

  .suhana-hero-right {
    position: relative;
    min-height: 520px;
    padding-bottom: 0;
  }

  .suhana-visual-group {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
  }

  .suhana-hero-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
    height: 380px;
    margin: 0;
    box-shadow: inset 0 0 0 16px rgba(255,255,255,.24), 0 22px 45px rgba(42, 137, 76, .12);
  }

  .suhana-doctor-image {
    position: absolute;
    right: 20px;
    bottom: -70px;
    z-index: 2;
    width: 410px;
    max-height: 450px;
    margin: 0;
    object-fit: contain;
  }

  /* Lifted higher up on small laptops / desktop */
  .suhana-doctor-card {
    position: absolute;
    right: 15px;
    bottom: -65px; /* Increased from -40px to lift it higher over hands */
    z-index: 5;
    width: 360px;
    max-width: none;
    margin: 0;
    padding: 18px 22px;
    border-top: 3px solid #149044;
  }
}
/* ===================================================
   MEDIUM SCREENS / SMALL LAPTOPS (1000px to 1220px)
   =================================================== */
@media (min-width: 1000px) and (max-width: 1220px) {
  .suhana-hero {
    min-height: 740px;
    padding:140px 0 60px;
  }

  .suhana-hero-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .suhana-hero-right {
    position: relative;
    min-height: 480px;
  }

  .suhana-visual-group {
    position: absolute;
    top: 0;
    right: 10px;
    width: 360px;
    height: 360px;
  }

  .suhana-hero-circle {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 350px;
  }

  .suhana-doctor-image {
    position: absolute;
    right: 15px;
    bottom: -100px;
    width: 380px;
    max-height: 420px;
  }

  .suhana-doctor-card {
    position: absolute;
    right: 10px;
    bottom: -65px; /* Lifted high up to cover the hands and lower coat */
    width: 340px;
    padding: 16px 20px;
  }
}
/* ===================================================
   LARGE DESKTOP / WIDESCREEN (>= 1200px)
   =================================================== */
@media (min-width: 1200px) {
  .suhana-hero {
    min-height: 780px;
   padding:140px 0 60px;
  }

  .suhana-hero-wrapper {
    grid-template-columns: 620px minmax(480px, 1fr);
    gap: 60px;
  }

  .suhana-hero h1 {
    font-size: 64px;
  }

  .suhana-visual-group {
    width: 460px;
    height: 460px;
  }

  .suhana-hero-circle {
    width: 450px;
    height: 450px;
  }

  .suhana-doctor-image {
    right: 25px;
    bottom: -80px;
    width: 470px;
    max-height: 500px;
  }

  .suhana-doctor-card {
    right: 30px;
    bottom: -75px; /* Lifted higher on large screens as well */
    width: 390px;
    padding: 20px 24px;
  }

  .suhana-doctor-card h3 {
    font-size: 22px;
  }
}