.elementor-50 .elementor-element.elementor-element-ce2ed52{--display:flex;}/* Start custom CSS for html, class: .elementor-element-65d7080 *//* =========================================================
   SHRÔTRAM ENT CLINIC
   Mobile-first responsive stylesheet
   ========================================================= */

:root {
  --navy: #0d3042;
  --navy-2: #082534;
  --teal: #1599a6;
  --teal-dark: #0d777f;
  --teal-soft: #eaf7f7;
  --cream: #f7f9f8;
  --white: #fff;
  --text: #19353e;
  --muted: #68797e;
  --line: #dce7e7;
  --gold: #c59a5a;
  --shadow: 0 18px 50px rgba(13,48,66,.10);
  --radius: 20px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(13,48,66,.08);
  backdrop-filter: blur(12px);
}

.nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--navy);
  flex-shrink: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border: 1px solid #b7c9ca;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Playfair Display", serif;
  font-size: 21px;
}

.brand b {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  letter-spacing: 1.8px;
  line-height: 1.1;
}

.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 3px;
  color: var(--teal);
  line-height: 1.2;
}

.menu-btn {
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 12px;
  color: var(--navy);
  font-size: 24px;
  cursor: pointer;
}

.nav-menu {
  position: absolute;
  top: 70px;
  left: 14px;
  right: 14px;
  display: none;
  flex-direction: column;
  padding: 10px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.nav-menu.open { display: flex; }

.nav-menu a {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-menu a:hover { background: var(--teal-soft); color: var(--teal-dark); }

.header-cta { display: none; }

/* HERO */
.hero {
  background:
    radial-gradient(circle at 15% 15%, rgba(21,153,166,.10), transparent 32%),
    linear-gradient(180deg, #f0f9f9 0%, #fff 100%);
  padding: 55px 0 45px;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.eyebrow {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  margin-bottom: 11px;
}

h1, h2, h3 {
  color: var(--navy);
}

h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
}

h1 {
  font-size: clamp(42px, 11vw, 68px);
  line-height: 1.02;
  letter-spacing: -1.7px;
}

h1 span, h2 span { color: var(--teal-dark); }

.lead {
  color: var(--muted);
  font-size: 15px;
  margin: 18px 0 22px;
}

.credentials {
  display: grid;
  gap: 11px;
  margin-bottom: 24px;
}

.credentials > div {
  padding: 9px 0 9px 13px;
  border-left: 2px solid var(--gold);
}

.credentials b, .credentials span { display: block; }
.credentials b { color: var(--navy); font-size: 12px; }
.credentials span { color: var(--muted); font-size: 11px; line-height: 1.4; }

.actions {
  display: grid;
  gap: 10px;
}

.btn {
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  transition: .25s ease;
}

.btn:active { transform: scale(.98); }

.primary { background: var(--navy); color: white; }
.primary:hover { background: var(--teal-dark); }
.secondary { border: 1px solid var(--navy); color: var(--navy); background: white; }
.secondary:hover { background: var(--navy); color: white; }

.doctor-panel {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.doctor-image-wrap {
  position: relative;
  background: #efd9ce;
  border-radius: 110px 110px 20px 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.doctor-image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1.13;
  object-fit: cover;
  object-position: center top;
}

.doctor-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  background: rgba(255,255,255,.94);
  padding: 12px 15px;
  border-radius: 13px;
  backdrop-filter: blur(8px);
}

.doctor-label b, .doctor-label span { display: block; }
.doctor-label b { font-family: "Playfair Display", serif; font-size: 19px; }
.doctor-label span { color: var(--teal-dark); font-size: 11px; font-weight: 700; }

.trust-pill {
  position: absolute;
  top: 14px;
  right: 10px;
  background: var(--navy);
  color: white;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(13,48,66,.18);
}

.trust-pill span {
  color: #a9ddd9;
  margin-right: 4px;
}

/* COMMON SECTIONS */
.section { padding: 70px 0; }

.two-col {
  display: grid;
  gap: 45px;
}

h2 {
  font-size: clamp(34px, 9vw, 52px);
  line-height: 1.1;
  margin-bottom: 18px;
}

.muted { color: var(--muted); font-size: 14px; }
.light { color: #c3d2d4; }

.image-card {
  position: relative;
  max-width: 520px;
  margin: auto;
}

.image-card > img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
}

.mini-card {
  position: absolute;
  right: 10px;
  bottom: -18px;
  padding: 15px 19px;
  border-radius: 15px;
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow);
}

.mini-card b, .mini-card span { display: block; }
.mini-card b { color: #d2ae72; font-family: "Playfair Display", serif; font-size: 23px; }
.mini-card span { font-size: 10px; }

.qualification-list {
  margin-top: 25px;
  border-top: 1px solid var(--line);
}

.qualification-list > div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.qualification-list b, .qualification-list span { display: block; }
.qualification-list b { color: var(--navy); font-size: 13px; }
.qualification-list span { color: var(--muted); font-size: 11px; }

/* SERVICES */
.services { background: var(--cream); }

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}

.service-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 21px;
  min-height: 150px;
  transition: .25s ease;
}

.service-grid article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #b7dddd;
}

.icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 21px;
  margin-bottom: 13px;
}

.service-grid h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.service-grid p {
  color: var(--muted);
  font-size: 12px;
}

.service-note {
  margin-top: 18px;
  color: #7c8a8d;
  font-size: 10px;
}

/* WHY */
.why {
  background: var(--navy);
  color: white;
}

.why h2 { color: white; }
.why h2 span, .why .eyebrow { color: #9ed7d1; }

.why-list {
  border-top: 1px solid rgba(255,255,255,.13);
}

.why-list > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.why-list > div > span {
  color: #d0aa6c;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.why-list b { font-size: 15px; }
.why-list p { color: #b5c7ca; font-size: 12px; margin-top: 3px; }

/* TESTIMONIALS */
.testimonials { background: #fbfcfc; }

.center-head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 32px;
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.review-grid article {
  padding: 27px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 19px;
}

.review-grid .featured {
  background: var(--teal);
  border-color: var(--teal);
  color: white;
}

.stars { color: #d09f4f; letter-spacing: 3px; margin-bottom: 15px; }
.quote { color: #b9e2de; font-family: "Playfair Display", serif; font-size: 62px; line-height: .65; margin-bottom: 22px; }

.review-grid p { color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.review-grid .featured p { color: #e2f1ef; }
.review-grid b, .review-grid small { display: block; }
.review-grid b { color: var(--navy); font-size: 13px; }
.review-grid .featured b { color: white; }
.review-grid small { color: var(--muted); font-size: 10px; }
.review-grid .featured small { color: #d3e8e5; }

/* CONTACT */
.contact {
  padding: 70px 0;
  color: white;
  background: linear-gradient(135deg, var(--navy-2), #1a6971);
}

.contact h2 { color: white; }
.contact .eyebrow { color: #a8d9d5; }
.contact h2 span { color: #9ed7d1; }

.contact-lead { color: #c4d3d5; font-size: 14px; margin-bottom: 25px; }

.contact-item {
  display: flex;
  gap: 13px;
  margin: 20px 0;
}

.contact-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
}

.contact-item small, .contact-item b, .contact-item a { display: block; }
.contact-item small { color: #a9c2c5; font-size: 9px; text-transform: uppercase; letter-spacing: 1.2px; }
.contact-item b { font-size: 13px; }
.contact-item a { color: #b8e0db; font-size: 11px; margin-top: 2px; }

.light-btn {
  background: white;
  color: var(--navy);
  margin-top: 10px;
}

.appointment-box {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 27px;
  backdrop-filter: blur(10px);
}

.box-brand {
  color: #a9d9d5;
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 800;
}

.appointment-box h3 {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 29px;
  margin: 45px 0 8px;
}

.appointment-box p { color: #c4d3d5; font-size: 12px; margin-bottom: 24px; }

.appointment-box > a {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.18);
  padding-top: 15px;
  font-size: 12px;
  font-weight: 800;
}

/* FOOTER */
footer {
  background: #061e2b;
  color: #91a9ad;
  padding: 24px 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 13px;
}

.footer-brand { color: white; }
.footer-inner p, .footer-inner > a { font-size: 10px; }
.footer-inner > a:hover { color: white; }

/* TABLET */
@media (min-width: 600px) {
  .container { width: min(1160px, calc(100% - 44px)); }

  .hero { padding: 70px 0; }
  .actions { grid-template-columns: auto auto; justify-content: start; }
  .btn { padding-left: 22px; padding-right: 22px; }

  .credentials {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid .featured { grid-column: span 2; }
}

/* DESKTOP */
@media (min-width: 900px) {
  .container { width: min(1160px, calc(100% - 60px)); }

  .site-header { position: absolute; width: 100%; background: rgba(255,255,255,.92); }

  .menu-btn { display: none; }

  .nav-menu {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-menu a { padding: 8px 10px; font-size: 12px; }

  .header-cta {
    display: inline-flex;
    background: var(--navy);
    color: white;
    padding: 11px 17px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
  }

  .hero {
    padding: 150px 0 85px;
    min-height: 720px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
    gap: 70px;
  }

  .doctor-panel { max-width: 450px; }

  .two-col {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
  }

  .service-grid { grid-template-columns: repeat(4, 1fr); }

  .section-head {
    grid-template-columns: 1fr 400px;
    align-items: end;
    gap: 40px;
  }

  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .review-grid .featured { grid-column: auto; }

  .contact-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px;
    align-items: center;
  }

  .footer-inner {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }
}/* End custom CSS */