@font-face {
  font-family: "Alexandria";
  src: url("fonts/alexandria-arabic-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("fonts/ibm-plex-arabic-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("fonts/ibm-plex-arabic-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("fonts/ibm-plex-arabic-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("fonts/ibm-plex-arabic-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --navy: #071a2e;
  --navy-2: #0b2947;
  --blue: #1268b3;
  --blue-bright: #258bd5;
  --orange: #f59a23;
  --orange-soft: #fff0dc;
  --ink: #0b1d2e;
  --muted: #64748b;
  --line: #dce6ef;
  --soft: #f4f7fa;
  --white: #fff;
  --green: #159b63;
  --shadow: 0 24px 70px rgba(7, 26, 46, .12);
  --radius: 28px;
  --shell: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Alexandria", "Manrope", Tahoma, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-synthesis: none;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
html.lang-en body { font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
strong, b { font-weight: 700; }
h1, h2, h3, h4, p { text-wrap: pretty; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; inset-block-start: -60px; inset-inline-start: 16px; z-index: 1000; background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 0 0 10px 10px; font-weight: 800; }
.skip-link:focus { inset-block-start: 0; }

[data-lang="en"] { display: none !important; }
html.lang-en [data-lang="ar"] { display: none !important; }
html.lang-en [data-lang="en"] { display: revert !important; }

.topline { background: var(--navy); color: #dbeafe; font-size: 13px; }
.topline-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline p { margin: 0; font-weight: 700; letter-spacing: .02em; }
.topline-links { display: flex; align-items: center; gap: 22px; color: #fff; }
.topline-links a { opacity: .86; transition: opacity .2s ease; }
.topline-links a:hover { opacity: 1; }

.site-header { position: sticky; top: 0; z-index: 200; border-bottom: 1px solid rgba(220,230,239,.8); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(7,26,46,.08); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 16px; font-weight: 700; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 11px; font-weight: 500; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-inline-start: auto; }
.main-nav a { position: relative; padding-block: 31px; color: #33475b; font-size: 14px; font-weight: 600; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: 19px; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.lang-switch, .menu-toggle { border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; }
.lang-switch { width: 44px; height: 42px; border-radius: 12px; font-size: 12px; font-weight: 900; }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 17px; border-radius: 12px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 900; }
.menu-toggle { display: none; width: 44px; height: 42px; border-radius: 12px; padding: 11px; }
.menu-toggle i { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; opacity: .46; }
.hero-shade { background: linear-gradient(90deg, rgba(7,26,46,.28) 0%, rgba(7,26,46,.92) 48%, rgba(7,26,46,.99) 100%); }
html.lang-en .hero-shade { background: linear-gradient(270deg, rgba(7,26,46,.24) 0%, rgba(7,26,46,.9) 52%, rgba(7,26,46,.99) 100%); }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; inset-inline-end: -160px; bottom: -240px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: center; gap: 72px; padding-block: 78px 92px; }
.hero-copy { max-width: 740px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); color: #d9ecff; font-size: 12px; font-weight: 800; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,154,35,.14); }
.hero h1 { max-width: 820px; margin: 24px 0 18px; font-size: clamp(46px, 5.25vw, 72px); line-height: 1.4; letter-spacing: 0; font-weight: 700; }
html.lang-en .hero h1 { line-height: 1.12; letter-spacing: -.035em; font-weight: 800; }
.hero-copy > p { max-width: 720px; margin: 0; color: #d7e4ef; font-size: clamp(17px, 1.45vw, 21px); line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 14px; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #101b27; box-shadow: 0 14px 35px rgba(245,154,35,.24); }
.button-ghost { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: #fff; }
.hero-proof { display: flex; gap: 26px; margin-top: 44px; }
.hero-proof div { min-width: 135px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 9px; }
.hero-proof strong { grid-row: 1 / 3; color: var(--orange); font-size: 22px; font-weight: 500; }
.hero-proof span { color: #dbe7f0; font-size: 12px; font-weight: 600; }
.hero-card { align-self: end; margin-bottom: 30px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.1); backdrop-filter: blur(14px); box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.hero-card img { width: 160px; max-height: 150px; margin: -6px auto 20px; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0,0,0,.2)); }
.hero-card div { border-top: 1px solid rgba(255,255,255,.15); padding-top: 17px; }
.hero-card span, .hero-card strong { display: block; }
.hero-card span { color: #bcd7ea; font-size: 11px; font-weight: 800; }
.hero-card strong { margin-top: 5px; font-size: 15px; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 4px; height: 4px; border-radius: 50%; background: #fff; transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,17px); opacity: 0; } }

.trust-strip { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.trust-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 22px 26px; border-inline-end: 1px solid var(--line); }
.trust-grid > div:first-child { border-inline-start: 1px solid var(--line); }
.trust-grid small { color: var(--muted); font-size: 11px; font-weight: 600; }
.trust-grid strong { margin-top: 6px; color: var(--navy); font-size: 15px; }

.partnership { padding-block: 56px; background: #fff; }
.partnership-panel { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 64px; padding: 38px 50px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, #fff, #f7fafc); box-shadow: 0 22px 70px rgba(7,26,46,.07); }
.partner-logos { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; gap: 10px; }
.partner-logo { min-height: 175px; display: grid; place-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.dte-partner-logo img { max-width: 125px; max-height: 138px; object-fit: contain; }
.harshad-partner-logo img { width: 150px; max-height: 150px; object-fit: contain; }
.partner-link { display: flex; align-items: center; gap: 7px; color: var(--orange); }
.partner-link i { flex: 1; height: 1px; background: var(--line); }
.partner-link b { font-size: 20px; }
.partnership-copy h2 { margin: 10px 0 12px; color: var(--navy); font-size: clamp(29px, 3.2vw, 42px); line-height: 1.45; font-weight: 700; }
html.lang-en .partnership-copy h2 { line-height: 1.28; }
.partnership-copy p { margin: 0; color: var(--muted); }

.section { padding-block: 88px; }
.section-heading { margin-bottom: 40px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.section-heading h2, .sectors h2, .about h2, .request h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(38px, 4vw, 52px); line-height: 1.48; letter-spacing: 0; font-weight: 700; }
html.lang-en .section-heading h2, html.lang-en .sectors h2, html.lang-en .about h2, html.lang-en .request h2 { line-height: 1.24; letter-spacing: -.02em; font-weight: 700; }
.section-heading > p, .split-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 2; }
.kicker { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; vertical-align: middle; width: 28px; height: 2px; margin-inline-end: 10px; background: var(--orange); }
.centered { max-width: 740px; margin-inline: auto; text-align: center; }
.centered .kicker::before { display: none; }

.services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; top: 0; inset-inline-start: 0; width: 4px; height: 0; background: var(--orange); transition: height .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #c7d8e7; box-shadow: var(--shadow); }
.service-card:hover::before { height: 100%; }
.card-number { position: absolute; top: 25px; inset-inline-end: 26px; color: #a8b6c3; font-size: 11px; font-weight: 900; }
.service-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 21px; }
.service-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.feature-card { background: var(--navy); border-color: var(--navy); color: #fff; }
.feature-card h3 { color: #fff; }
.feature-card p { color: #c4d4e2; }
.feature-card .card-number { color: #6e8295; }
.card-mark { position: absolute; top: 27px; inset-inline-start: 29px; color: var(--orange); font-size: 24px; font-weight: 900; letter-spacing: -.05em; }

.contracting { position: relative; overflow: hidden; background: linear-gradient(135deg, #071a2e 0%, #0b3154 64%, #104b78 100%); color: #fff; }
.contracting::before { content: ""; position: absolute; width: 520px; height: 520px; inset-inline-end: -300px; top: -250px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.018), 0 0 0 170px rgba(255,255,255,.012); }
.contracting-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.contracting-intro h2 { max-width: 720px; margin: 14px 0 18px; color: #fff; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.5; }
html.lang-en .contracting-intro h2 { line-height: 1.2; letter-spacing: -.025em; }
.contracting-intro > p { max-width: 700px; margin: 0 0 28px; color: #c4d6e5; font-size: 17px; line-height: 2; }
.contracting-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.contracting-phone { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); color: #fff; }
.contracting-phone:hover { border-color: #fff; background: rgba(255,255,255,.14); }
.phone-number { direction: ltr; unicode-bidi: isolate; white-space: nowrap; font-family: "Manrope", sans-serif; }
.contracting-whatsapp { color: #74e5ac; font-size: 13px; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(116,229,172,.38); text-underline-offset: 5px; }
.contracting-whatsapp:hover { color: #fff; }
.contracting-blueprint { position: relative; min-height: 430px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: rgba(255,255,255,.065); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.blueprint-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 28px 28px; }
.lab-plan { position: absolute; inset: 58px 48px 86px; border: 2px solid rgba(255,255,255,.72); }
.plan-room { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.58); color: var(--orange); font-family: "Manrope", sans-serif; font-size: 32px; font-weight: 800; }
.room-main { inset: 0 42% 38% 0; }
.room-prep { inset: 0 0 0 58%; }
.room-support { inset: 68% 42% 0 0; }
.plan-line { position: absolute; background: rgba(255,255,255,.72); }
.line-a { width: 42%; height: 1px; inset-inline-start: 0; top: 62%; }
.line-b { width: 1px; height: 38%; inset-inline-start: 42%; bottom: 0; }
.blueprint-caption { position: absolute; inset-inline: 34px; bottom: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; }
.blueprint-caption strong { color: var(--orange); font-family: "Manrope", sans-serif; font-size: 13px; letter-spacing: .08em; }
.blueprint-caption small { color: #a9c0d2; font-family: "Manrope", sans-serif; font-size: 9px; letter-spacing: .08em; }
.contracting-capabilities { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.14); }
.contracting-capabilities article { min-height: 220px; padding: 28px; background: rgba(7,26,46,.92); }
.contracting-capabilities article > span { color: var(--orange); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 800; }
.contracting-capabilities h3 { margin: 34px 0 9px; color: #fff; font-size: 19px; }
.contracting-capabilities p { margin: 0; color: #aec1d0; font-size: 14px; line-height: 1.9; }
.contracting-photo { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: #0b2947; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.contracting-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.contracting-photo:hover img { transform: scale(1.018); }
.contracting-photo figcaption { position: absolute; inset-inline: 20px; bottom: 18px; width: fit-content; max-width: calc(100% - 40px); padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(7,26,46,.82); color: #fff; font-size: 11px; font-weight: 600; backdrop-filter: blur(10px); }
.contracting-photo-main { min-height: 430px; }
.contracting-media-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 16px; margin-top: 18px; }
.contracting-media-grid .contracting-photo { height: 380px; }
.real-device-photo img { object-position: 28% 58%; }

.sectors { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.sectors::before { content: ""; position: absolute; width: 520px; height: 520px; inset-inline-start: -300px; top: -220px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.sectors-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.sectors h2 { color: #fff; }
.sectors-copy > p { color: #b9cada; }
.text-link { display: inline-block; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid var(--orange); color: #fff; font-size: 13px; font-weight: 900; }
.sector-list { border-top: 1px solid rgba(255,255,255,.14); }
.sector-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.sector-list article > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.sector-list strong { display: block; font-size: 17px; }
.sector-list p { margin: 5px 0 0; color: #b2c2d0; font-size: 14px; }

.method { background: #fff; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.method-grid::before { content: ""; position: absolute; top: 25px; inset-inline: 10%; height: 1px; background: var(--line); }
.method-grid article { position: relative; padding: 0 24px; text-align: center; }
.method-grid article > span { position: relative; z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--blue); font-size: 11px; font-weight: 900; }
.method-grid h3 { margin: 0 0 7px; color: var(--navy); font-size: 18px; }
.method-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }

.training { background: var(--soft); }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 230px 230px; gap: 14px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 22px; background: #dbe4eb; }
.gallery-main { grid-row: 1 / 3; }
.gallery figure:last-child { grid-column: 2 / 4; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset-inline: 20px; bottom: 18px; padding: 9px 13px; border-radius: 10px; background: rgba(7,26,46,.82); color: #fff; font-size: 12px; font-weight: 800; backdrop-filter: blur(8px); }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 85px; align-items: center; }
.about-visual { position: relative; min-height: 500px; display: grid; place-items: center; border-radius: 34px; background: linear-gradient(145deg, #071a2e, #0d3459); overflow: hidden; }
.about-visual::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); }
.about-logo { position: relative; z-index: 2; width: 57%; }
.about-logo img { filter: drop-shadow(0 24px 30px rgba(0,0,0,.25)); }
.about-note { position: absolute; z-index: 3; inset-inline: 26px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(12px); }
.about-note strong { color: var(--orange); font-size: 13px; }
.about-note span { font-size: 11px; font-weight: 700; }
.about-copy > p { color: var(--muted); font-size: 17px; line-height: 2; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.about-points div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.about-points strong, .about-points span { display: block; }
.about-points strong { color: var(--navy); }
.about-points span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.request { background: linear-gradient(135deg, #071a2e, #0b3154); color: #fff; }
.request-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.request h2 { color: #fff; }
.request-copy > p { color: #bfd0df; }
.kicker.light { color: #b6d8f2; }
.request-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.request-contact a { padding: 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); }
.request-contact small, .request-contact strong { display: block; }
.request-contact small { color: #9fb7ca; font-size: 10px; font-weight: 800; }
.request-contact strong { margin-top: 4px; font-size: 13px; }
.service-form { padding: 34px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.form-heading strong { color: var(--navy); font-size: 21px; }
.form-heading > span { color: var(--muted); font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: block; color: #405469; font-size: 12px; font-weight: 600; }
.form-grid label > span { display: block; margin-bottom: 7px; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: none; background: #f9fbfd; color: var(--ink); padding: 12px 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid input, .form-grid select { height: 46px; }
.form-grid textarea { resize: vertical; min-height: 106px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px rgba(37,139,213,.12); }
.form-grid [aria-invalid="true"] { border-color: #dc3e3e; }
.form-footer { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 17px; }
.form-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.form-footer p.success { color: var(--green); font-weight: 800; }
.form-footer p.error { color: #b42318; font-weight: 800; }
.button-submit { min-width: 150px; background: var(--orange); color: #17202b; }
.button-submit[disabled] { opacity: .55; cursor: wait; transform: none; }

.contact { padding-block: 72px 64px; background: #fff; }
.contact .section-heading { margin-bottom: 30px; }
.contact-grid { max-width: 1120px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-inline: auto; }
.contact-grid a { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fcfdff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; overflow-wrap: anywhere; }
.contact-grid a:hover { transform: translateY(-3px); border-color: #b9cee0; box-shadow: 0 12px 28px rgba(10,40,68,.07); }
.contact-grid small { color: var(--muted); font-size: 10px; font-weight: 700; }
.contact-grid strong { margin-top: 5px; color: var(--navy); font-size: 13px; }
.address { max-width: 1120px; margin: 12px auto 0; padding: 15px 20px; border-radius: 14px; background: var(--soft); color: #405469; text-align: center; font-size: 12px; font-weight: 700; }

.site-footer { padding-block: 27px; background: var(--navy); color: #aebfcd; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 44px; height: 44px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: #fff; font-size: 12px; }
.footer-brand span { margin-top: 2px; font-size: 9px; }
.site-footer p { margin: 0; font-size: 10px; text-align: center; }
.site-footer > .footer-grid > a { justify-self: end; color: #fff; font-size: 10px; font-weight: 800; }
.whatsapp-float { position: fixed; z-index: 150; inset-inline-end: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #19a866; color: #fff; box-shadow: 0 15px 35px rgba(22,163,74,.3); }
.whatsapp-float span { font-size: 12px; font-weight: 900; letter-spacing: -.03em; }

@media (max-width: 1080px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 12px; }
  .brand-copy small { display: none !important; }
  .hero-grid { grid-template-columns: 1fr 260px; gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .contracting-layout { gap: 48px; }
  .contracting-capabilities { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .topline { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 13px; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 72px; inset-inline: 0; height: calc(100dvh - 72px); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 20px 24px 40px; background: #fff; transform: translateY(-115%); opacity: 0; visibility: hidden; transition: transform .3s ease, opacity .2s ease, visibility .3s; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .main-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 84px 90px; }
  .hero-card { display: none; }
  .hero-copy { max-width: 650px; }
  .hero h1 { font-size: clamp(40px, 8.7vw, 62px); }
  .hero-shade { background: rgba(7,26,46,.87); }
  html.lang-en .hero-shade { background: rgba(7,26,46,.87); }
  .hero-proof { gap: 14px; }
  .hero-proof div { min-width: 0; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding-block: 84px; }
  .split-heading, .sectors-grid, .about-grid, .request-grid, .partnership-panel, .contracting-layout { grid-template-columns: 1fr; gap: 42px; }
  .partnership-panel { padding: 38px; }
  .partner-logos { max-width: 540px; width: 100%; margin-inline: auto; }
  .method-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 10px; }
  .method-grid::before { display: none; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 210px 210px; }
  .gallery-main { grid-row: auto; grid-column: 1 / 3; }
  .gallery figure:last-child { grid-column: auto; }
  .about-visual { min-height: 430px; }
  .about-copy { order: -1; }
  .request-grid { gap: 48px; }
  .contracting-blueprint { min-height: 390px; }
  .contracting-photo-main { min-height: 390px; }
  .contracting-media-grid { grid-template-columns: 1fr; }
  .contracting-media-grid .contracting-photo { height: 360px; }
}

@media (max-width: 590px) {
  .shell { width: min(calc(100% - 22px), var(--shell)); }
  .brand-copy strong { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-grid { padding-block: 66px 82px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { margin-top: 20px; font-size: 41px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr; margin-top: 34px; }
  .hero-proof div { grid-template-columns: 38px 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 90px; padding: 16px 12px; }
  .trust-grid strong { font-size: 11px; overflow-wrap: anywhere; }
  .partnership { padding-block: 48px; }
  .partnership-panel { gap: 30px; padding: 24px 16px; border-radius: 22px; }
  .partner-logos { grid-template-columns: 1fr 44px 1fr; }
  .partner-logo { min-height: 130px; padding: 10px; }
  .dte-partner-logo img { max-width: 90px; max-height: 105px; }
  .harshad-partner-logo img { width: 105px; max-height: 105px; }
  .partnership-copy h2 { font-size: 29px; }
  .section { padding-block: 68px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .sectors h2, .about h2, .request h2 { font-size: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .contracting-intro h2 { font-size: 36px; }
  .contracting-intro > p { font-size: 15px; }
  .contracting-blueprint { min-height: 330px; border-radius: 22px; }
  .contracting-photo { border-radius: 22px; }
  .contracting-photo-main { min-height: 330px; }
  .contracting-media-grid .contracting-photo { height: 270px; }
  .contracting-photo figcaption { inset-inline: 12px; bottom: 12px; max-width: calc(100% - 24px); font-size: 10px; }
  .lab-plan { inset: 42px 24px 76px; }
  .plan-room { font-size: 24px; }
  .blueprint-caption { inset-inline: 22px; bottom: 22px; align-items: flex-start; flex-direction: column; gap: 2px; }
  .contracting-capabilities { grid-template-columns: 1fr; margin-top: 34px; }
  .contracting-capabilities article { min-height: 190px; }
  .contracting-capabilities h3 { margin-top: 26px; }
  .method-grid { grid-template-columns: 1fr; gap: 30px; }
  .method-grid article { padding: 0 10px; }
  .method-grid article > span { margin-bottom: 14px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 320px repeat(3, 210px); }
  .gallery-main, .gallery figure:last-child { grid-column: auto; }
  .about-visual { min-height: 370px; }
  .about-points { grid-template-columns: 1fr; }
  .request-contact { grid-template-columns: 1fr; }
  .service-form { padding: 22px 17px; border-radius: 22px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .button-submit { width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
  .footer-brand img { width: 38px; height: 38px; }
  .whatsapp-float { width: 50px; height: 50px; inset-inline-end: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
