:root {
  --blue: #2E2BD0;
  /* brand blue — links, key accents */
  --blue-deep: #1B1A96;
  /* top bar & footer only */
  --blue-tint: #EEF0FE;
  --red: #E1262D;
  /* brand red — primary CTA + accents */
  --red-dark: #C31C23;
  --red-tint: #FDEEEF;
  --ink: #161B2E;
  /* headings */
  --body: #4E5568;
  /* body text */
  --line: #E8EAF2;
  --bg: #F2F4FD;
  /* soft blue-tinted section bg */
  --white: #fff;
  --gold: #F6A700;
  --shadow-sm: 0 3px 12px rgba(22, 27, 46, .06);
  --shadow-md: 0 16px 44px rgba(22, 27, 46, .10);
  --radius: 18px;
}

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

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--body);
  background: var(--white);
  line-height: 1.7;
  font-size: 16px
}

h1,
h2,
h3,
h4 {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.01em
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none !important;
  color: inherit
}

.elementor-page-1869 .page-content .elementor-element-37b51de {
  padding: 0;
}

.elementor-page-1869 #content .page-header {
  display: none;
}

.elementor-page-1869 .page-content .elementor-element-37b51de .e-con-inner {
  max-width: 100%;
  padding: 0;
}

ul {
  list-style: none
}

.elementor-page-1869 .elementor-element-5c05e7ea {
  display: none;
}

.container {
  width: min(1280px, 92%);
  margin-inline: auto
}

.section {
  padding: 80px 0
}

.section.tint {
  background: #d1daff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.elementor-kit-526 #content {
  max-width: 100%;
}

/* eyebrow — brand red pill, matching live site badges */
.eyebrow {
  display: inline-block;
  background: #ffffff;
  color: #df1719;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 4px 22px;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(225, 38, 45, .22);
}

.sec-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 40px
}

.sec-head h2 {
  color: var(--blue);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  margin: 18px 0 14px
}

.sec-head p {
  color: var(--body)
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: .95rem;
  padding: 15px 32px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: .25s
}

.btn-red {
  background: var(--red);
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(225, 38, 45, .28)
}

.btn-red:hover {
  background: var(--red-dark);
  transform: translateY(-2px)
}

.btn-outline {
  border-color: #CBD0E2;
  color: var(--ink);
  background: #fff
}

.btn-outline:hover {
  border-color: var(--blue);
  color: var(--blue)
}

.btn-outline-w {
  border-color: rgba(255, 255, 255, .6);
  color: #fff !important;
}

.btn-outline-w:hover {
  background: #fff;
  color: var(--ink) !important;
}

/* ===== top bar (kept from live site) ===== */
.topbar {
  background: var(--blue-deep);
  color: #fff;
  font-size: .84rem
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0
}

.topbar a,
.topbar span {
  color: #E3E5FB
}

.topbar .left {
  display: flex;
  gap: 26px
}

.topbar i {
  margin-right: 7px;
  color: #9FA6F0
}

.topbar .right a {
  margin-left: 16px
}

.topbar .right a:hover {
  color: #fff
}

/* ===== header ===== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line)
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 24px
}

.logo img {
  height: 50px;
  width: auto
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px
}

.nav a {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: .94rem;
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
  position: relative;
  transition: .2s
}

.nav a:hover {
  color: var(--blue)
}

.nav a.active {
  color: var(--blue)
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px
}

.burger {
  display: none;
  background: none;
  border: 0;
  font-size: 1.5rem;
  color: var(--ink);
  cursor: pointer
}

/* ===== hero — original background image, premium overlay layout ===== */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://www.kliniknavis.com/wp-content/uploads/2026/07/home-banner.png') center 30%/cover no-repeat
}


.hero .container {
  position: relative;
  z-index: 2;
  padding: 70px 0 110px 0px;
}

.hero-copy {
  max-width: 660px
}

.hero-copy .eyebrow {
  margin-bottom: 24px;
  background: #ffffff54;
  color: #fff;
}

.hero-copy h1 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 22px;
  text-wrap: balance
}

.hero-copy h1 em {
  font-style: normal;
  color: #FF9BA1;
  position: relative;
  white-space: nowrap
}

.hero-copy h1 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  border-radius: 4px;
  background: var(--red)
}

.hero-copy p {
  color: #DDE0FB;
  max-width: 560px;
  font-size: 1.06rem;
  margin-bottom: 36px
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 46px
}

.hero-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.hero-meta .m {
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(8px);
  padding: 11px 18px;
  border-radius: 14px;
  font-size: .85rem;
  color: #EDEEFD
}

.hero-meta i {
  color: #FFC64B;
  font-size: 1rem
}

.hero-meta b {
  font-family: 'Manrope';
  display: block;
  line-height: 1.25;
  color: #fff
}

.hero-meta small {
  color: #C7CBF4
}

/* ===== quick strip ===== */
.strip {
  position: relative;
  z-index: 2;
  margin-top: -58px
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  overflow: hidden
}

.strip-card {
  padding: 28px 26px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transition: .25s;
  border-right: 1px solid var(--line)
}

.strip-card:last-child {
  border-right: 0
}

.strip-card:hover {
  background: var(--bg)
}

.strip-card .ic {
  flex: 0 0 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--blue-tint);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.05rem
}

.strip-card:nth-child(even) .ic {
  background: var(--red-tint);
  color: var(--red)
}

.strip-card h3 {
  font-size: .95rem;
  margin-bottom: 3px
}

.strip-card p {
  font-size: .8rem;
  color: var(--body);
  line-height: 1.5
}

/* ===== about ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 70px;
  align-items: start;
}

.about-media {
  position: relative;
  position: sticky !important;
  top: 130px !important;
}

.about-media .main {
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3.2
}

.about-media::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: radial-gradient(circle, rgba(225, 38, 45, .14) 2px, transparent 2.6px) 0 0/16px 16px;
  z-index: -1
}

.about-badge {
  position: absolute;
  right: 22px;
  bottom: -26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 24px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 14px
}

.about-badge .n {
  font-family: 'Manrope';
  font-weight: 800;
  font-size: 1.9rem;
  color: var(--red);
  line-height: 1
}

.about-badge span {
  font-size: .78rem;
  color: var(--body);
  line-height: 1.35
}

.about-copy .eyebrow {
  margin-bottom: 16px
}

.about-copy h2 {
  color: var(--blue);
  font-size: clamp(1.8rem, 3.1vw, 2.45rem);
  margin-bottom: 8px
}

.about-copy h3 {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 18px
}

.about-copy p {
  margin-bottom: 16px
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0 30px
}

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  box-shadow: var(--shadow-sm)
}

.stat b {
  font-family: 'Manrope';
  color: var(--ink);
  font-size: 1.45rem;
  display: block
}

.stat span {
  font-size: .78rem;
  color: var(--body)
}

/* ===== services with images ===== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}

.svc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .3s
}

.svc:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px)
}

.svc-img {
  position: relative;
  aspect-ratio: 16/9.5;
  overflow: hidden
}

.svc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.svc:hover .svc-img img {
  transform: scale(1.05)
}

.svc-img .ic {
  position: absolute;
  left: 24px;
  bottom: -24px;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff;
  color: var(--red);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  display:none;
}

.svc-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.svc-body h3 {
  font-size: 1.1rem;
  margin-bottom: 10px
}

.svc-body p {
  font-size: .89rem;
  flex: 1
}

.svc-link {
  margin-top: 18px;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: .85rem;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.svc-link i {
  transition: .2s
}

.svc:hover .svc-link i {
  transform: translateX(4px)
}

.svc-cta {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue) 70%, #4340E6);
  border: 0;
  justify-content: center;
  padding: 40px 32px
}

.svc-cta h3 {
  color: #fff;
  font-size: 1.25rem
}

.svc-cta p {
  color: #D5D8FA;
  margin: 12px 0 24px;
  flex: 0
}

.svc-cta .btn {
  align-self: flex-start
}

/* ===== why — full-width brand band with staggered feature cards ===== */
.why-sec {
  background: linear-gradient(115deg, #15147d, var(--blue-deep) 48%, var(--blue));
  color: #fff;
  position: relative;
  overflow: hidden
}

.why-sec::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 60px solid rgba(255, 255, 255, .05)
}

.why-sec::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 60px solid rgba(255, 255, 255, .05)
}

.why-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1
}

.why-copy .eyebrow {
  margin-bottom: 20px
}

.why-copy h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.1vw, 2.45rem);
  margin-bottom: 16px;
  text-wrap: balance
}

.why-copy>p {
  color: #D5D8FA;
  margin-bottom: 30px;
  max-width: 460px
}

.why-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap
}

.why-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .87rem;
  color: #D5D8FA
}

.why-note i {
  color: #FFC64B
}

.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 18px 44px rgba(8, 8, 50, .30);
  transition: .3s;
  position: relative;
  overflow: hidden
}

.why-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--blue);
  opacity: 0;
  transition: .3s
}

.why-card:hover {
  transform: translateY(-6px)
}

.why-card:hover::after {
  opacity: 1
}

.why-card:nth-child(even) {
  transform: translateY(24px)
}

.why-card:nth-child(even):hover {
  transform: translateY(18px)
}

.why-card:nth-child(even)::after {
  background: var(--red)
}

.why-card .ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--blue-tint);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  margin-bottom: 16px
}

.why-card:nth-child(even) .ic {
  background: var(--red-tint);
  color: var(--red)
}

.why-card h3 {
  font-size: 1rem;
  margin-bottom: 8px
}

.why-card p {
  font-size: .85rem;
  color: var(--body)
}

/* ===== doctors ===== */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.doc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  transition: .3s;
  display: flex;
  flex-direction: column
}

.doc:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px)
}

.doc-photo {
  position: relative;
  aspect-ratio: 1/.92;
  overflow: hidden;
  background: var(--bg)
}

.doc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .5s
}

.doc:hover .doc-photo img {
  transform: scale(1.04)
}

.doc-photo .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(255, 255, 255, .94);
  color: var(--red);
  font-family: 'Manrope';
  font-weight: 800;
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  display: none;
}

.doc-body {
  padding: 22px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1
}

.doc h3 {
  font-size: 1rem;
  margin-bottom: 4px
}

.doc .role {
  font-size: .8rem;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 10px
}

.doc p {
  font-size: .82rem;
  flex: 1
}

.doc .loc {
  margin-top: 0px;
  padding-top: 0;
  border-top: 1px dashed var(--line);
  font-size: .78rem;
  color: var(--ink);
  font-family: 'Manrope';
  font-weight: 700
}

.doc .loc i {
  margin-right: 6px;
  color: var(--red)
}

/* ===== branches ===== */
.branch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.branch {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3/3.7;
  display: flex;
  align-items: flex-end;
  transition: .3s
}

.branch img {
  position: absolute;
  inset: 0;
  width: 100%;
 height: 235px;
  object-fit: cover;
  transition: .5s
}
.text-card
{    line-height: 21px;
    gap: 0;
    display: flex;
    flex-direction: column;}
.branch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 19, 100, .12) 0%, rgba(16, 15, 84, .88) 78%)
}

.branch:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md)
}

.branch:hover img {
  transform: scale(1.06)
}

.branch .in {
  position: relative;
  z-index: 1;
  padding: 24px;
  color: #fff;
  width: 100%
}

.branch .st {
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #C9CDF6
}

.branch h3 {
  color: #fff;
  font-size: 1.25rem;
  margin: 4px 0 12px
}

.branch .go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: .83rem;
  color: #fff;
  border-bottom: 2px solid var(--red);
  padding-bottom: 3px;
  transition: .2s
}

.branch:hover .go {
  gap: 12px
}

/* ===== testimonials ===== */
.rating-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: -24px 0 46px;
  flex-wrap: wrap
}

.rating-bar .score {
  font-family: 'Manrope';
  font-weight: 800;
  font-size: 2rem;
  color: var(--ink)
}

.rating-bar .stars {
  color: var(--gold);
  letter-spacing: 2px
}

.rating-bar span {
  font-size: .9rem
}

.tst-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.tst {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: .25s
}

.tst:hover {
  box-shadow: var(--shadow-md)
}

.tst::before {
  content: "\201C";
  font-family: 'Manrope';
  font-size: 4rem;
  line-height: 1;
  color: var(--red-tint);
  position: absolute;
  right: 22px;
  top: 14px;
  font-weight: 800
}

.tst .stars {
  color: var(--gold);
  font-size: .82rem;
  letter-spacing: 2px
}

.tst p {
  font-size: .92rem;
  flex: 1
}

.tst .who {
  display: flex;
  align-items: center;
  gap: 12px
}

.tst .av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--red-tint);
  color: var(--red);
  display: grid;
  place-items: center;
  font-family: 'Manrope';
  font-weight: 800
}

.tst .who b {
  font-family: 'Manrope';
  color: var(--ink);
  display: block;
  font-size: .92rem
}

.tst .who span {
  font-size: .78rem
}

.tst .g {
  margin-left: auto;
  color: #4285F4;
  font-size: 1.05rem
}

/* ===== faq ===== */
.faq-wrap {
  max-width: 820px;
  margin: 0 auto
}

.faq-intro {
  text-align: center;
  font-size: .94rem;
  margin: -34px auto 46px;
  max-width: 760px
}

.faq {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: .25s
}

.faq[open] {
  box-shadow: var(--shadow-sm);
  border-color: #C5C9F2
}

.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: .97rem;
  color: var(--ink)
}

.faq summary::-webkit-details-marker {
  display: none
}

.faq summary .n {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: .8rem
}

.faq[open] summary .n {
  background: var(--blue);
  color: #fff
}

.faq summary .arr {
  margin-left: auto;
  color: var(--blue);
  transition: .25s;
  flex: 0 0 auto
}

.faq[open] summary .arr {
  transform: rotate(180deg)
}

.faq .ans {
  padding: 0 24px 22px 74px;
  font-size: .92rem
}

/* ===== contact ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 26px;
  align-items: stretch
}

.contact-info {
  background: linear-gradient(150deg, #15147d, var(--blue-deep) 50%, var(--blue));
  color: #fff;
  border-radius: var(--radius);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 50px rgba(27, 26, 150, .25)
}

.contact-info .eyebrow {
  margin-bottom: 14px;
  background: #fff;
  color: var(--blue);
  align-self: flex-start;
  box-shadow: none
}

.contact-info h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px
}

.contact-info>p {
  color: #D5D8FA;
  font-size: .94rem;
  margin-bottom: 28px
}

.ci {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  font-size: .9rem;
  color: #E4E6FC
}

.ci i {
  flex: 0 0 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .13);
  color: #FFC64B;
  display: grid;
  place-items: center
}

.ci b {
  font-family: 'Manrope';
  display: block;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #B9BEF2
}

.ci a {
  color: #E4E6FC
}

.ci a:hover {
  color: #fff;
  text-decoration: underline
}

.contact-info .soc {
  margin-top: auto;
  display: flex;
  gap: 12px;
  padding-top: 16px
}

.contact-info .soc a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  display: grid;
  place-items: center;
  transition: .2s
}

.contact-info .soc a:hover {
  background: var(--red)
}

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 44px 40px;
  border-top: 4px solid var(--blue)
}

.form-card h3 {
  font-size: 1.35rem;
  margin-bottom: 6px
}

.form-card>p {
  font-size: .92rem;
  margin-bottom: 26px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.field.full {
  grid-column: 1/-1
}

.field label {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: .82rem;
  color: var(--ink)
}

.field input,
.field select,
.field textarea {
  font-family: 'Inter';
  font-size: .93rem;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--bg);
  color: var(--ink);
  transition: .2s;
  width: 100%
}

.field textarea {
  resize: vertical;
  min-height: 110px
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(46, 43, 208, .10)
}

.form-card .btn {
  width: 100%;
  justify-content: center;
  margin-top: 22px
}

.form-note {
  text-align: center;
  font-size: .8rem;
  margin-top: 14px
}

/* ===== footer (kept close to live site) ===== */
.footer {
  background: linear-gradient(115deg, #15147d, var(--blue-deep) 45%, #2C29C4);
  color: #fff
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  gap: 48px;
  padding: 72px 0 48px
}

.footer img {
  height: 54px;
  width: auto;
  margin-bottom: 18px
}

.footer p {
  color: #C9CDF6;
  font-size: .92rem
}

.footer h4 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 20px
}

.footer-links li {
  margin-bottom: 12px
}

.footer-links a {
  color: #C9CDF6;
  font-size: .93rem;
  transition: .2s
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px
}

.footer-links i {
  color: var(--red);
  margin-right: 10px;
  font-size: .75rem
}

.f-ci {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: .9rem;
  color: #C9CDF6
}

.f-ci i {
  color: #F4B9BB;
  margin-top: 4px
}

.f-ci a:hover {
  color: #fff
}

.footer .soc {
  display: flex;
  gap: 10px;
  margin-top: 18px
}

.footer .soc a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  display: grid;
  place-items: center;
  transition: .2s
}

.footer .soc a:hover {
  background: var(--red)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding: 20px 0;
  text-align: center;
  font-size: .83rem;
  color: #B9BEEE
}

.footer-bottom a {
  color: #fff
}

/* whatsapp float */
.wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .45);
  transition: .25s
}

.wa:hover {
  transform: scale(1.08)
}



@media (prefers-reduced-motion:reduce) {
  .rv {
    opacity: 1;
    transform: none;
    transition: none
  }
}

/* ===== responsive ===== */
@media (max-width:1060px) {

  .svc-grid,
  .tst-grid {
    grid-template-columns: 1fr 1fr
  }

  .doc-grid,
  .branch-grid {
    grid-template-columns: 1fr 1fr
  }

  .strip-grid {
    grid-template-columns: 1fr 1fr
  }

  .strip-card:nth-child(2) {
    border-right: 0
  }

  .strip-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line)
  }

  .hero .container {
    padding: 50px 0 90px
  }

  .hero-copy .eyebrow {
    margin-bottom: 4px;
    background: #ffffff54;
    color: #fff;
  }

  .about-grid,
  .why-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .why-copy {
    text-align: left
  }

  .footer-main {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:760px) {
  .section {
    padding: 40px 0
  }
.hero-meta {
    display: none;
}
  .topbar .right {
    display: none
  }
.rating-bar span {
    font-size: .9rem;
    text-align: center;
}
  .nav {
    position: fixed;
    inset: 0 0 auto 0;
    top: 0;
    flex-direction: column;
    background: #fff;
    padding: 90px 8% 34px;
    box-shadow: var(--shadow-md);
    transform: translateY(-105%);
    transition: .3s;
    align-items: stretch;
    z-index: -1
  }

  .nav.open {
    transform: none
  }

  .nav a {
    padding: 14px 16px
  }

  .nav a.active::after {
    display: none
  }

  .burger {
    display: block
  }

  .header .btn {
    display: none
  }

  .strip-grid,
  .svc-grid,
  .tst-grid,
  .doc-grid,
  .branch-grid,
  .form-grid,
  .footer-main {
    grid-template-columns: 1fr
  }

  .strip-card {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .strip-card:last-child {
    border-bottom: 0
  }

  .about-badge {
    right: 12px;
    display:none;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px
  }

  .why-cards {
    grid-template-columns: 1fr
  }

  .why-card:nth-child(even) {
    transform: none
  }

  .why-card:nth-child(even):hover {
    transform: translateY(-6px)
  }

  .faq .ans {
    padding-left: 24px
  }

  .branch {
    aspect-ratio: 12/10
  }
  .hero .container {
    padding: 50px 0 50px;
   }
.hero-copy .eyebrow {
    margin-bottom: 4px;
} 
.hero-copy h1 {
    font-size: 28px;
}
.hero-bg
{    background: linear-gradient(135deg, var(--blue-deep), var(--blue) 70%, #4340E6);}
.about-media
{    position: initial !important;}
#about .about-grid
{    flex-direction: column-reverse;
    display: flex;}
}


.tst p {
  margin-bottom: 15px;
}



.show-more {
  color: #d32f2f;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
}

.show-more:hover {
  text-decoration: underline;
}