.elementor-932 .elementor-element.elementor-element-effdf82{--display:flex;}/* Start custom CSS for html, class: .elementor-element-30652b2 *//* ===================================================================
   HAMRAB — About Us page styles
   Paste this whole block into Elementor's Custom CSS (page/section)
   =================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;800;900&display=swap');

.hamrab-about {
  --ha-navy-900: #1F3547;
  --ha-navy-700: #2C4457;
  --ha-navy-600: #3D5A73;
  --ha-teal-500: #5B9457;
  --ha-teal-300: #8FC4D0;
  --ha-cream-50: #F7FAF7;
  --ha-white: #FFFFFF;

  font-family: 'Vazirmatn', Tahoma, sans-serif;
  color: var(--ha-navy-700);
  background: var(--ha-white);
  overflow-x: hidden;

  /* Full-bleed width: handled by Elementor's native "Stretch Section"
     option on the parent Section (Advanced tab → Layout → Content
     Width: Full Width, Stretch Section: Yes). That's the reliable,
     theme-aware way to break out of a boxed container — a CSS/JS-only
     trick from inside this widget can't see past a parent's
     `overflow: hidden`, which is what was clipping the page. */
  width: 100%;
}

.hamrab-about * { box-sizing: border-box; }

.ha-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.ha-section { padding: 80px 0; }

.ha-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ha-teal-500);
  background: rgba(91, 148, 87, 0.1);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.ha-eyebrow--dark { color: var(--ha-teal-500); background: rgba(91,148,87,0.08); }
.ha-eyebrow--light { color: var(--ha-teal-300); background: rgba(143,196,208,0.12); }

.ha-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ha-teal-300);
  display: inline-block;
}

.ha-h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 16px;
  color: var(--ha-navy-900);
}
.ha-h2--center { text-align: center; margin: 0 auto 8px; max-width: 640px; }

.ha-p {
  font-size: 17px;
  line-height: 2;
  color: var(--ha-navy-600);
  font-weight: 400;
  margin: 0;
}

.ha-section__head { text-align: center; max-width: 620px; margin: 0 auto 48px; }
.ha-section__head .ha-h2 { text-align: center; }

/* ---------- Hero ---------- */
.ha-hero {
  position: relative;
  background: linear-gradient(160deg, var(--ha-navy-900) 0%, var(--ha-navy-700) 100%);
  padding: 110px 0 80px;
  overflow: hidden;
}
.ha-hero__bg {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(143,196,208,0.16), transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(91,148,87,0.18), transparent 45%);
  pointer-events: none;
}
.ha-hero__inner { position: relative; text-align: center; }
.ha-hero .ha-eyebrow { background: rgba(143,196,208,0.15); color: var(--ha-teal-300); }

.ha-hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.35;
  color: var(--ha-white);
  margin: 0 0 20px;
}
.ha-hero__title-line {
  display: block;
  font-size: 0.62em;
  font-weight: 500;
  color: var(--ha-teal-300);
  margin-top: 8px;
}

.ha-hero__sub {
  font-size: 18px;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
  margin: 0 auto 44px;
  line-height: 1.9;
}

.ha-hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.ha-stat { text-align: center; }
.ha-stat__num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--ha-white);
}
.ha-stat__label {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}
.ha-stat__divider {
  width: 1px; height: 34px;
  background: rgba(255,255,255,0.18);
}

/* ---------- Story ---------- */
.ha-story__inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 56px;
  align-items: center;
}
.ha-story__badge { display: flex; justify-content: center; }
.ha-story__badge-svg { width: 220px; height: 220px; }

/* ---------- Domains / journey ---------- */
.ha-journey { margin-bottom: -10px; }
.ha-journey__line { width: 100%; height: 40px; display: block; }
.ha-journey__caption {
  text-align: center;
  color: var(--ha-navy-600);
  font-size: 15px;
  margin-top: 36px;
}

.ha-domain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.ha-domain-card {
  background: var(--ha-cream-50);
  border-radius: 20px;
  padding: 36px 32px;
  border: 1px solid rgba(44,68,87,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ha-domain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(31,53,71,0.08);
}
.ha-domain-card__icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 16px;
  background: rgba(91,148,87,0.12);
  color: var(--ha-teal-500);
  margin-bottom: 20px;
}
.ha-domain-card__icon svg { width: 28px; height: 28px; }
.ha-domain-card__title {
  font-size: 20px; font-weight: 700;
  color: var(--ha-navy-900);
  margin: 0 0 10px;
}
.ha-domain-card__desc {
  font-size: 15px; line-height: 1.9;
  color: var(--ha-navy-600);
  margin: 0;
}

/* ---------- Why Hamrab ---------- */
.ha-why { background: var(--ha-cream-50); }
.ha-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ha-why-card {
  background: var(--ha-white);
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  border: 1px solid rgba(44,68,87,0.06);
}
.ha-why-card__num {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  margin: 0 auto 18px;
  border-radius: 14px;
  background: rgba(143,196,208,0.16);
  color: var(--ha-teal-500);
  font-weight: 800; font-size: 17px;
}
.ha-why-card__num svg { width: 26px; height: 26px; }
.ha-why-card__title { font-size: 16px; font-weight: 700; color: var(--ha-navy-900); margin: 0 0 8px; }
.ha-why-card__desc { font-size: 14px; line-height: 1.8; color: var(--ha-navy-600); margin: 0; }

/* ---------- Contact ---------- */
.ha-contact__card {
  display: flex;
  background: linear-gradient(160deg, var(--ha-navy-900), var(--ha-navy-700));
  border-radius: 24px;
  padding: 40px 48px;
  gap: 40px;
}
.ha-contact__col { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.ha-contact__sep { width: 1px; background: rgba(255,255,255,0.14); }
.ha-contact__row {
  display: flex; align-items: center; gap: 12px;
  color: var(--ha-white); font-size: 15px;
}
.ha-contact__icon { width: 18px; height: 18px; color: var(--ha-teal-300); flex-shrink: 0; }

/* ---------- CTA ---------- */
.ha-cta { padding-top: 30px; padding-bottom: 100px; }
.ha-cta__inner { text-align: center; }
.ha-cta__buttons {
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;
  margin-top: 28px;
}
.ha-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 15px; font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ha-btn--solid {
  background: var(--ha-teal-500);
  color: var(--ha-white);
  box-shadow: 0 10px 24px rgba(91,148,87,0.28);
}
.ha-btn--solid:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(91,148,87,0.36); }
.ha-btn--outline {
  background: transparent;
  color: var(--ha-navy-700);
  border: 1.5px solid rgba(44,68,87,0.25);
}
.ha-btn--outline:hover { border-color: var(--ha-navy-700); transform: translateY(-2px); }

/* ---------- Scroll reveal (paired with JS) ---------- */
.hamrab-about [data-ha-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.hamrab-about [data-ha-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hamrab-about [data-ha-reveal] { transition: none; opacity: 1; transform: none; }
  .ha-domain-card, .ha-btn { transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .ha-story__inner { grid-template-columns: 1fr; text-align: center; }
  .ha-why-grid { grid-template-columns: repeat(2, 1fr); }
  .ha-contact__card { flex-direction: column; }
  .ha-contact__sep { display: none; }
}

@media (max-width: 640px) {
  .ha-section { padding: 56px 0; }
  .ha-domain-grid { grid-template-columns: 1fr; }
  .ha-why-grid { grid-template-columns: 1fr; }
  .ha-hero { padding: 90px 0 60px; }
  .ha-hero__stats { gap: 18px; }
  .ha-contact__card { padding: 32px 24px; }
}/* End custom CSS */