#ojg-why-blk-x82q1f,
#ojg-why-blk-x82q1f * {
  box-sizing: border-box;
  font-family: "Poppins";
}

/* Explicit background so this section can never visually
   "inherit" a dark theme from a parent wrapper on any page. */
#ojg-why-blk-x82q1f {
  width: 100%;
  padding: 90px 40px;
  background: #ffffff !important;
}

#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* ── Reverse layout modifier — used ONLY on pages where
   you add the extra class "ojg-why-blk-x82q1f-reverse"
   on the <section> tag (e.g. About Us page). The default
   section (no extra class, e.g. Home page) is unaffected. ── */
#ojg-why-blk-x82q1f.ojg-why-blk-x82q1f-reverse .ojg-why-blk-x82q1f-img-wrap {
  order: 2;
}

#ojg-why-blk-x82q1f.ojg-why-blk-x82q1f-reverse .ojg-why-blk-x82q1f-content {
  order: 1;
}

/* ── Left : Image ── */
#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-img-wrap {
  width: 100%;
}

#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* ── Right : Content ── */
#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-content {
  max-width: 560px;
}

/* !important added on color/background so no page-level
   dark-theme rule loaded elsewhere can silently override
   this section's intended light look. Nothing else changed. */
#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-heading {
  color: #07242f !important;
  background: none !important;
  -webkit-text-fill-color: #07242f !important;
  margin: 0 0 24px 0;
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0px;
}

/* Tablet */
@media (max-width: 1024px) {
  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-heading {
    font-size: 38px;
  }
}

/* Mobile Large */
@media (max-width: 768px) {
  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-heading {
    font-size: 30px;
  }
}

/* Mobile Small */
@media (max-width: 480px) {
  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-heading {
    font-size: 26px;
  }
}

/* Mobile Extra Small */
@media (max-width: 360px) {
  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-heading {
    font-size: 22px;
  }
}

#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-text {
  color: #5b6b78 !important;
  -webkit-text-fill-color: #5b6b78 !important;
  margin: 0 0 36px 0;
}

#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-btn {
  display: inline-block;
  background: #0978ef !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

#ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-btn:hover {
  background: #014392 !important;
  color: #ffffff !important;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-content {
    max-width: 100%;
  }

  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-img-wrap img {
    height: 420px;
  }

  /* On mobile/tablet, always show image first regardless
     of the reverse modifier — stacked layout reads better
     with the image on top either way. */
  #ojg-why-blk-x82q1f.ojg-why-blk-x82q1f-reverse .ojg-why-blk-x82q1f-img-wrap,
  #ojg-why-blk-x82q1f.ojg-why-blk-x82q1f-reverse .ojg-why-blk-x82q1f-content {
    order: initial;
  }
}

@media (max-width: 600px) {
  #ojg-why-blk-x82q1f {
    padding: 60px 20px;
  }

  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-img-wrap img {
    height: 300px;
    border-radius: 18px;
  }

  #ojg-why-blk-x82q1f .ojg-why-blk-x82q1f-btn {
    width: 100%;
    text-align: center;
  }
}
