/**
 * About Us 2026 — keep layout ≤ viewport at EVERY width.
 * Any horizontal overflow on this page widens the document and
 * shows as a right gap / crop on the fixed header + footer.
 */

/* Template body class from template-abous-2026.php */
body.page-template-template-abous-2026,
body.page-template-template-abous-2026 #main,
body.page-template-template-abous-2026 main {
  max-width: 100%;
}

/* clip (not hidden): prevents sideways grow without scrollbar-gutter strip */
html:has(body.page-template-template-abous-2026),
body.page-template-template-abous-2026 {
  overflow-x: clip;
  max-width: 100%;
}

body.page-template-template-abous-2026 header,
body.page-template-template-abous-2026 footer {
  max-width: 100%;
  box-sizing: border-box;
}

/* Theme .container: width 1400px; max-width 90% — do not override width */

/* Theme sets h1 to width:1150px ≤1366 and never resets — force fluid */
body.page-template-template-abous-2026 section.inner-page-banner-v1 h1 {
  width: auto !important;
  max-width: 100% !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.page-template-template-abous-2026 section.about-2026-intro,
body.page-template-template-abous-2026 section.about-2026-vision,
body.page-template-template-abous-2026 section.about-2026-industries,
body.page-template-template-abous-2026 section.about-2026-technology,
body.page-template-template-abous-2026 section.about-2026-delivery,
body.page-template-template-abous-2026 section.about-2026-leadership,
body.page-template-template-abous-2026 section.about-2026-why {
  max-width: 100%;
  box-sizing: border-box;
}

/* About Us 2026 — Intro */
.about-2026-intro {
  background: #fff;
  padding: clamp(32px, 5.5vw, 80px) 0;
}

.about-2026-intro .container {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 60px;
  min-width: 0;
}

.about-2026-intro-image {
  flex: 1 1 40%;
  width: 40%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  min-width: 0;
}

.about-2026-intro-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-2026-intro-stat {
  position: absolute;
  right: 0;
  bottom: clamp(16px, 3vw, 48px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: clamp(140px, 17.2vw, 247px);
  max-width: 55%;
  height: clamp(140px, 15.4vw, 222px);
  padding: clamp(12px, 2.2vw, 32px);
  background: #e74c2d;
  color: #fff;
  text-align: left;
  pointer-events: none;
}

.about-2026-intro-stat-number {
  display: block;
  margin: 0;
  color: #fff;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(40px, 6.25vw, 90px);
  font-weight: 600;
  line-height: 1;
}

.about-2026-intro-stat-text {
  display: block;
  color: #fff;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(12px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.35;
}

.about-2026-intro-content {
  flex: 1 1 0;
  min-width: 0;
  padding-top: 25px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.about-2026-intro-content h2 {
  font-size: clamp(22px, 2.9vw, 42px);
  font-weight: 600;
}

.about-2026-intro-text {
  color: #333;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.7;
  overflow-wrap: break-word;
}

.about-2026-intro-text p {
  margin: 0 0 clamp(12px, 1.1vw, 16px);
}

.about-2026-intro-text p:first-child {
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.4;
  margin-bottom: clamp(12px, 1.1vw, 16px);
}

.about-2026-intro-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .about-2026-intro .container {
    gap: 24px;
  }

  .about-2026-intro-content {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .about-2026-intro .container {
    display: block;
  }

  .about-2026-intro-image {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .about-2026-intro-content {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .about-2026-intro-stat {
    max-width: 42%;
  }
}

@media (max-width: 768px) {
  .about-2026-intro-image {
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
  }

  .about-2026-intro-stat {
    max-width: 46%;
    height: auto;
    min-height: clamp(120px, 36vw, 160px);
  }
}

/* About Us 2026 — Vision */
.about-2026-vision {
  background-color: #0a1630;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.about-2026-vision-row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 60px;
  min-width: 0;
  max-width: 100%;
}

.about-2026-vision-col {
  flex: 1 1 40%;
  width: 40%;
  max-width: 40%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0;
  overflow-wrap: break-word;
}

.about-2026-vision-col > h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
}

.about-2026-vision-text {
  color: #fff;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.about-2026-vision-text p {
  margin: 0;
  font-weight: 400;
}

.about-2026-vision-cards-col {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  width: auto;
}

.about-2026-vision-cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
  min-width: 0;
  max-width: 100%;
}

.about-2026-vision-card {
  position: relative;
  display: flex;
  width: 100%;
  max-width: min(420px, 100%);
  flex: 1 1 280px;
  min-width: 0;
  padding: clamp(24px, 3.1vw, 45px) clamp(16px, 2.1vw, 30px);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(16px, 2.1vw, 30px);
  align-self: stretch;
  background: #f2f2f2;
  border-radius: 12px;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.about-2026-vision-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 0.85vw, 12px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.about-2026-vision-card h3 {
  margin: 0;
  color: #1a1a1a;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25;
}

.about-2026-vision-card-text,
.about-2026-vision-card-text p {
  color: #333;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.45;
  max-width: 100%;
  overflow-wrap: break-word;
}

.about-2026-vision-card-text p {
  margin: 0 0 4px;
}

.about-2026-vision-card-text p:last-child {
  margin-bottom: 0;
}

.about-2026-vision-card-text strong {
  font-weight: 700;
}

.about-2026-vision-card-footer {
  position: absolute;
  right: 29px;
  bottom: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 0;
  pointer-events: none;
}

.about-2026-vision-card-footer svg {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* Match intro: stack columns at 991px (same container slice) */
@media (max-width: 991px) {
  .about-2026-vision-row {
    display: block;
  }

  .about-2026-vision-col,
  .about-2026-vision-cards-col {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .about-2026-vision-col {
    margin-bottom: 28px;
  }

  .about-2026-vision-cards {
    gap: 28px;
  }

  .about-2026-vision-card {
    max-width: 100%;
  }
}

/* Viewport scaling */
@media (max-width: 1600px) {
  .about-2026-vision-col > h2 {
    font-size: 38px;
  }

  .about-2026-vision-text {
    font-size: 22px;
  }

  .about-2026-vision-cards {
    gap: 40px;
  }

  .about-2026-vision-card {
    max-width: min(380px, 100%);
  }

  .about-2026-vision-card h3 {
    font-size: 38px;
  }

  .about-2026-vision-card-footer {
    right: 26px;
    bottom: 36px;
  }

  .about-2026-vision-card-footer svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 1366px) {
  .about-2026-vision {
    padding: 60px 0;
  }

  .about-2026-vision-row {
    gap: 24px;
  }

  .about-2026-vision-col {
    padding-right: 0;
  }

  .about-2026-vision-col > h2 {
    font-size: 34px;
  }

  .about-2026-vision-text {
    font-size: 20px;
  }

  .about-2026-vision-cards {
    gap: 28px;
  }

  .about-2026-vision-card {
    max-width: min(340px, 100%);
    border-radius: 10px;
  }

  .about-2026-vision-card h3 {
    font-size: 32px;
  }

  .about-2026-vision-card-footer {
    right: 20px;
    bottom: 28px;
  }

  .about-2026-vision-card-footer svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1200px) {
  .about-2026-vision-col {
    padding-right: 0;
  }

  .about-2026-vision-card {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .about-2026-vision {
    padding: 48px 0;
  }

  .about-2026-vision-col,
  .about-2026-vision-cards-col {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .about-2026-vision-col {
    margin-bottom: 24px;
  }

  .about-2026-vision-col > h2 {
    font-size: 32px;
  }

  .about-2026-vision-text {
    font-size: 18px;
  }

  .about-2026-vision-cards {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }

  .about-2026-vision-card {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    border-radius: 10px;
  }

  .about-2026-vision-card h3 {
    font-size: 30px;
  }

  .about-2026-vision-card-footer {
    right: 18px;
    bottom: 26px;
  }

  .about-2026-vision-card-footer svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 768px) {
  .about-2026-vision {
    padding: 40px 0;
  }

  .about-2026-vision-col > h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .about-2026-vision-text {
    font-size: 16px;
  }

  .about-2026-vision-cards {
    gap: 20px;
  }

  .about-2026-vision-card {
    border-radius: 10px;
  }

  .about-2026-vision-card h3 {
    font-size: 26px;
  }

  .about-2026-vision-card-footer {
    right: 16px;
    bottom: 22px;
  }

  .about-2026-vision-card-footer svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 567px) {
  .about-2026-vision-col > h2 {
    font-size: 24px;
  }

  .about-2026-vision-cards {
    gap: 16px;
  }

  .about-2026-vision-card {
    border-radius: 8px;
  }

  .about-2026-vision-card h3 {
    font-size: 22px;
  }

  .about-2026-vision-card-footer {
    right: 14px;
    bottom: 18px;
  }

  .about-2026-vision-card-footer svg {
    width: 20px;
    height: 20px;
  }
}

/* About Us 2026 — Industries (2-col shell, same split as intro) */
.about-2026-industries {
  /* container is max-width: 90% → side gutter to section edge */
  --industries-side-gutter: calc((100vw - min(1400px, 90vw)) / 2);
  --industries-pad-y: clamp(32px, 5.5vw, 80px);
  background: #F2F2F2;
  padding: var(--industries-pad-y) 0;
  overflow: visible;
}

.about-2026-industries .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 60px;
  min-width: 0;
  overflow: visible;
}

.about-2026-industries-left {
  flex: 1 1 40%;
  width: 40%;
  max-width: 40%;
  min-width: 0;
  margin-top: 70px;
  overflow-wrap: break-word;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}

.about-2026-industries-left h2 {
  margin: 0 0 50px;
  font-size: clamp(22px, 2.9vw, 42px);
  font-weight: 600;
  line-height: 1.3;
  font-family: 'Proxima Nova Rg', sans-serif;
}

.about-2026-industries-text {
  max-width: min(485px, 100%);
  color: #333;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.about-2026-industries-text p {
  margin: 0 0 clamp(12px, 1.1vw, 16px);
  font-weight: 400;
}

.about-2026-industries-text p:last-child {
  margin-bottom: 0;
}

.about-2026-industries-right {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
  align-self: stretch;
  overflow: visible;
}

.about-2026-industries-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  border-left: 1px solid #00000033;
  box-sizing: border-box;
  overflow: visible;
}

/* Extend left line up through section padding → section top */
.about-2026-industries-list::before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 100%;
  width: 1px;
  height: var(--industries-pad-y);
  background: #00000033;
  pointer-events: none;
}

/* Extend left line down through section padding → section bottom (mirror of first/top) */
.about-2026-industries-list::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 100%;
  width: 1px;
  height: var(--industries-pad-y);
  background: #00000033;
  pointer-events: none;
}

.about-2026-industry-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  column-gap: 50px;
  min-width: 0;
  padding: 0 0 50px 50px;
  box-sizing: border-box;
  border-bottom: none;
  border-left: none;
  overflow: visible;
}

/* Bottom line: card width + side gutter → section right edge */
.about-2026-industry-card::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #00000033;
  width: calc(100% + var(--industries-side-gutter));
  pointer-events: none;
}

.about-2026-industry-card:last-child {
  flex: 1 1 auto;
  padding-bottom: 0!important;
}

.about-2026-industry-card:last-child::after {
  display: none;
}

@media (max-width: 994px) {
  .about-2026-industry-card:last-child {
    padding-bottom: 20px !important;
  }

  .about-2026-industry-card:last-child::after {
    display: block;
  }
}

.about-2026-industry-card-image {
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  min-width: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #e8e8e8;
}

.about-2026-industry-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-2026-industry-card-content {
  flex: 1 1 0;
  min-width: 0;
  overflow-wrap: break-word;
}

.about-2026-industry-card-content h3 {
  margin: 0 0 12px;
  color: #1a1a1a;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 600;
  line-height: 1.3;
}

.about-2026-industry-card-text {
  color: #333;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.about-2026-industry-card-text p {
  margin: 0 0 8px;
  font-weight: 400;
}

.about-2026-industry-card-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .about-2026-industries .container {
    gap: 24px;
  }

  .about-2026-industries-left {
    top: 100px;
    margin-top: 80px;
  }

  .about-2026-industries-left h2 {
    margin-bottom: 36px;
  }

  .about-2026-industries-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-2026-industries-list {
    gap: 36px;
  }

  .about-2026-industry-card {
    gap: 36px;
    column-gap: 36px;
    padding: 0 0 36px 36px;
  }

  .about-2026-industry-card-image {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .about-2026-industries .container {
    display: block;
  }

  .about-2026-industries-list::before,
  .about-2026-industries-list::after {
    display: none;
  }

  .about-2026-industries-left {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
    position: static;
    top: auto;
  }

  .about-2026-industries-left h2 {
    margin-bottom: 28px;
  }

  .about-2026-industries-text {
    max-width: 100%;
  }

  .about-2026-industries-right {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-2026-industries-list {
    gap: 24px;
    border-right: none;
  }

  .about-2026-industry-card {
    gap: 20px;
    column-gap: 20px;
    padding: 0 0 20px 20px;
    border-right: none;
  }

  .about-2026-industry-card:first-child {
    padding-top: 20px;
    border-top: none;
  }

  /* Top line on first card → section right edge (same as bottom) */
  .about-2026-industry-card:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: #00000033;
    width: calc(100% + var(--industries-side-gutter));
    pointer-events: none;
  }

  /* Bottom line → section right edge (same approach as desktop) */
  .about-2026-industry-card::after {
    width: calc(100% + var(--industries-side-gutter));
  }

  .about-2026-industry-card-image {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 776px) {
  /* Bottom / top lines stop at container (no section bleed) */
  .about-2026-industry-card::after {
    width: 100%;
  }

  .about-2026-industry-card:first-child::before {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-2026-industries-left h2 {
    margin-bottom: 20px;
  }

  .about-2026-industries-list {
    gap: 20px;
    border-right: 1px solid #00000033;
  }

  .about-2026-industry-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    row-gap: 16px;
    padding: 0 0 16px 16px;
  }

  .about-2026-industry-card-image {
    flex: none;
    width: 100%;
    max-width: 280px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .about-2026-industry-card-content h3 {
    margin-bottom: 8px;
  }
}

@media (max-width: 567px) {
  .about-2026-industry-card-image {
    max-width: 90%;
    border-radius: 8px;
  }
}

/* About Us 2026 — Technology Expertise (50 / 50) */
.about-2026-technology {
  background: #fff;
  padding: 80px 0;
}

.about-2026-technology .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 60px;
  min-width: 0;
}

.about-2026-technology-left {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  min-width: 0;
  overflow-wrap: break-word;
}

.about-2026-technology-left h2 {
  margin: 0 0 50px;
  font-size: clamp(22px, 2.9vw, 42px);
  font-weight: 600;
  line-height: 1.3;
  font-family: 'Proxima Nova Rg', sans-serif;
}

.about-2026-technology-text {
  max-width: min(520px, 100%);
  color: #333;
  font-family: 'Proxima Nova Rg', sans-serif;
  overflow-wrap: break-word;
}

.about-2026-technology-text p {
  margin: 0 0 clamp(12px, 1.1vw, 16px);
}

.about-2026-technology-text > p:first-of-type {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.about-2026-technology-text p:last-child {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}

.about-2026-technology-right {
  /* flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  max-width: calc(50% - 30px); */
  min-width: 0;
}

.about-2026-technology-accordion {
  width: 100%;
}

.about-2026-technology-item {
  border: 1px solid #00000033;
  border-radius: 8px;
  overflow: hidden;
}

.about-2026-technology-item + .about-2026-technology-item {
  margin-top: 12px;
}

.about-2026-technology-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 28px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.about-2026-technology-item-title {
  flex: 1 1 auto;
  min-width: 0;
  color: #1a1a1a;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1.35;
}

.about-2026-technology-item-icon {
  flex: 0 0 auto;
  position: relative;
  width: 24px;
  height: 24px;
  color: #E74C2D;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.about-2026-technology-icon-plus,
.about-2026-technology-icon-minus {
  display: block;
}

.about-2026-technology-icon-minus {
  display: none;
}

.about-2026-technology-item.is-open .about-2026-technology-icon-plus {
  display: none;
}

.about-2026-technology-item.is-open .about-2026-technology-icon-minus {
  display: block;
}

.about-2026-technology-item-body {
  padding: 0 28px 28px;
}

.about-2026-technology-item-body[hidden] {
  display: none;
}

.about-2026-technology-item-text {
  color: #333;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.about-2026-technology-item-text p {
  margin: 0 0 8px;
}

.about-2026-technology-item-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .about-2026-technology {
    padding: 60px 0;
  }

  .about-2026-technology .container {
    gap: 40px;
  }

  .about-2026-technology-left h2 {
    margin-bottom: 36px;
  }
}

@media (max-width: 991px) {
  .about-2026-technology {
    padding: 48px 0;
  }

  .about-2026-technology .container {
    display: block;
  }

  .about-2026-technology-left,
  .about-2026-technology-right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .about-2026-technology-left {
    margin-bottom: 32px;
  }

  .about-2026-technology-left h2 {
    margin-bottom: 28px;
  }

  .about-2026-technology-text {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about-2026-technology {
    padding: 40px 0;
  }

  .about-2026-technology-left h2 {
    margin-bottom: 20px;
  }

  .about-2026-technology-item-title {
    font-size: 18px;
  }
}

/* About Us 2026 — Delivery Model (50 / 50) */
.about-2026-delivery {
  background-color: #0a1630;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.about-2026-delivery .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 60px;
  min-width: 0;
}

.about-2026-delivery-left,
.about-2026-delivery-right {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  max-width: calc(50% - 30px);
  min-width: 0;
}

.about-2026-delivery-left {
  overflow-wrap: break-word;
}

.about-2026-delivery-left h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(22px, 2.9vw, 42px);
  font-weight: 600;
  line-height: 1.3;
  font-family: 'Proxima Nova Rg', sans-serif;
}

.about-2026-delivery-subtitle {
  margin: 0 0 24px;
  color: #fff;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(32px, 1.5vw, 24px);
  font-weight: 400;
  line-height: 1.4;
}

.about-2026-delivery-text {
  max-width: min(500px, 100%);
  color: #fff;
  overflow-wrap: break-word;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-weight: 400;
}

.about-2026-delivery-text p {
  margin: 0 0 12px;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.about-2026-delivery-text p:last-child {
  margin-bottom: 0;
}

.about-2026-delivery-accordion {
  width: 100%;
}

.about-2026-delivery-item {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

.about-2026-delivery-item + .about-2026-delivery-item {
  margin-top: 16px;
}

.about-2026-delivery-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 28px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.about-2026-delivery-item-title {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1.35;
}

.about-2026-delivery-item-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #E74C2D;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.about-2026-delivery-icon-plus,
.about-2026-delivery-icon-minus {
  display: block;
}

.about-2026-delivery-icon-minus {
  display: none;
}

.about-2026-delivery-item.is-open .about-2026-delivery-icon-plus {
  display: none;
}

.about-2026-delivery-item.is-open .about-2026-delivery-icon-minus {
  display: block;
}

.about-2026-delivery-item-body {
  padding: 0 28px 28px;
}

.about-2026-delivery-item-body[hidden] {
  display: none;
}

.about-2026-delivery-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-2026-delivery-points li {
  position: relative;
  padding-left: 36px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 18px;
  font-weight: 400;
 
}

.about-2026-delivery-points li:last-child {
  margin-bottom: 0;
}

.about-2026-delivery-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  background: url('../images/checkmark.svg') center / contain no-repeat;
}

@media (max-width: 1366px) {
  .about-2026-delivery {
    padding: 60px 0;
  }

  .about-2026-delivery .container {
    gap: 40px;
  }

  .about-2026-delivery-left,
  .about-2026-delivery-right {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .about-2026-delivery-left h2 {
    margin-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .about-2026-delivery {
    padding: 48px 0;
  }

  .about-2026-delivery .container {
    display: block;
  }

  .about-2026-delivery-left,
  .about-2026-delivery-right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .about-2026-delivery-left {
    margin-bottom: 32px;
  }

  .about-2026-delivery-left h2 {
    margin-bottom: 18px;
  }

  .about-2026-delivery-subtitle {
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .about-2026-delivery {
    padding: 40px 0;
  }

  .about-2026-delivery-item-head {
    padding: 24px;
  }

  .about-2026-delivery-item-body {
    padding: 0 24px 24px;
  }

  .about-2026-delivery-item-title {
    font-size: 18px;
  }

  .about-2026-delivery-points li {
    font-size: 15px;
  }
}

/* About Us 2026 — Leadership Team */
.about-2026-leadership {
  background:#F7F7F9;
  ;
  padding: 80px 0;
}

.about-2026-leadership-intro h2 {
  margin: 0 0 44px;
  color: #000;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(22px, 2.9vw, 42px);
  font-weight: 600;
  line-height: 1.3;
}

.about-2026-leadership-text {
  
  font-weight: 400;
}

.about-2026-leadership-text p {
  margin: 0 0 12px;
 
}

.about-2026-leadership-text p:last-child {
  margin-bottom: 0;
}

.about-2026-leadership-tabs {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: clamp(16px, 5vw, 80px);
  margin-top: clamp(28px, 5.5vw, 80px);
  border-bottom: 1px solid #00000022;
}

.about-2026-leadership-tab {
  position: relative;
  margin: 0 0 clamp(20px, 4vw, 44px);
  padding: 0 0 clamp(12px, 2.2vw, 32px);
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #919191;
  cursor: pointer;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 600;
  line-height: 1.3;
}

.about-2026-leadership-tab.is-active {
  color: #1B1644;
  border-bottom-color: #1B1644;
}

.about-2026-leadership-panel {
  display: none;
}

.about-2026-leadership-panel.is-active {
  display: block;
}

.about-2026-leadership-panel[hidden] {
  display: none !important;
}

.about-2026-leadership .about-2026-leadership-teams {
  margin-top: 0;
}

.about-2026-leadership .management-teams-section ul.management-box-list {
  margin-top: 50px;
}

/* Bio popup typography — match template-about-us-v3 / inner-style.css */
.about-2026-leadership .management-modal .management-team-content {
  padding: 60px;
  margin-top: -100px;
  text-align: justify;
  font-family: 'Proxima Nova Rg', sans-serif;
}

.about-2026-leadership .management-modal .management-team-content h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.about-2026-leadership .management-modal .management-team-content h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #919191;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.about-2026-leadership .management-modal .management-team-content p {
  margin: 12px 0 0;
  color: #000;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/*
 * Team cards — fill container edge-to-edge.
 * Old v3 math (23.6% × 4 + 1.4% × 3 = 98.6%) left ~1.4% empty on the right.
 * Fix: flex + calc so 4 cards + 3 gaps = exactly 100%.
 */
body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list {
  --team-col-gap: 20px;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 60px var(--team-col-gap) !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 50px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list > li {
  float: none !important;
  flex: 0 0 calc((100% - (3 * var(--team-col-gap))) / 4) !important;
  width: calc((100% - (3 * var(--team-col-gap))) / 4) !important;
  max-width: calc((100% - (3 * var(--team-col-gap))) / 4) !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list > li:nth-child(4n) {
  margin-right: 0 !important;
}

/* First tab: 3 equal cards per row (full width) */
body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list.about-2026-team-cols-3 > li {
  flex: 0 0 calc((100% - (2 * var(--team-col-gap))) / 3) !important;
  width: calc((100% - (2 * var(--team-col-gap))) / 3) !important;
  max-width: calc((100% - (2 * var(--team-col-gap))) / 3) !important;
}

/*
 * Same image height on both tabs (matches 4-col visual height).
 * Without this, 3-col cards get wider and height:auto images grow taller.
 */
body.page-template-template-abous-2026 .about-2026-leadership .management-box-img-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  height: clamp(260px, 22vw, 340px) !important;
  border-radius: 12px;
}

body.page-template-template-abous-2026 .about-2026-leadership .management-box-img-wrapper img {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  margin: 0 !important;
  border-radius: 12px;
}

body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section .team-details {
  width: 100% !important;
  margin-top: 27px;
  padding: 0;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list {
    --team-col-gap: 16px;
  }

  body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list > li {
    flex-basis: calc((100% - (2 * var(--team-col-gap))) / 3) !important;
    width: calc((100% - (2 * var(--team-col-gap))) / 3) !important;
    max-width: calc((100% - (2 * var(--team-col-gap))) / 3) !important;
  }
}

@media (max-width: 900px) {
  body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list > li {
    flex-basis: calc((100% - var(--team-col-gap)) / 2) !important;
    width: calc((100% - var(--team-col-gap)) / 2) !important;
    max-width: calc((100% - var(--team-col-gap)) / 2) !important;
  }
}

@media (max-width: 767px) {
  /* Mobile slider owns layout — reset flex card widths */
  body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list {
    gap: 0 !important;
  }

  body.page-template-template-abous-2026 .about-2026-leadership .management-teams-section ul.management-box-list > li {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .about-2026-leadership .management-teams-section .team-details h4 {
    font-size: 18px;
  }

  .about-2026-leadership .management-teams-section .team-details h5 {
    font-size: 14px;
  }

  .about-2026-leadership .management-modal .management-message-details {
    width: 400px;
  }

  .about-2026-leadership .management-modal .management-team-content {
    padding: 40px;
    margin-top: -70px;
    text-align: left;
  }

  .about-2026-leadership .management-modal .management-team-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
  }

  .about-2026-leadership .management-modal .management-team-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }

  .about-2026-leadership .management-modal .management-team-content h5 {
    font-size: 15px;
    font-weight: 400;
    color: #919191;
  }
}

@media (max-width: 1366px) {
  .about-2026-leadership {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .about-2026-leadership {
    padding: 48px 0;
  }
}

/* Mobile — one team card at a time (simple slider) */
@media only screen and (max-width: 767px) {
  .about-2026-leadership {
    padding: 40px 0;
  }

  .about-2026-leadership-intro h2 {
    margin-bottom: 16px;
  }

  .about-2026-leadership-tabs {
    position: relative;
    z-index: 5;
  }

  .about-2026-leadership-tab {
    pointer-events: auto;
    cursor: pointer;
  }

  .about-2026-leadership .management-teams-section ul.management-box-list {
    display: block !important;
    margin-top: 32px;
    flex-wrap: nowrap;
  }

  .about-2026-leadership .about-2026-team-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
  }

  .about-2026-leadership .about-2026-team-slider ul.management-box-list {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0 !important;
  }

  .about-2026-leadership .about-2026-team-slider-arrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #00000033;
    border-radius: 50%;
    background: #fff;
    color: #1B1644;
    cursor: pointer;
    z-index: 4;
  }

  .about-2026-leadership .about-2026-team-slider-arrow:hover,
  .about-2026-leadership .about-2026-team-slider-arrow:focus {
    background: #1B1644;
    border-color: #1B1644;
    color: #fff;
    outline: none;
  }

  .about-2026-leadership .about-2026-team-slider-arrow svg {
    display: block;
    width: 18px;
    height: 18px;
  }

  .about-2026-leadership .management-teams-section ul.management-box-list.is-mobile-team-slider > li {
    display: none;
    float: none !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 10px !important;
  }

  .about-2026-leadership .management-teams-section ul.management-box-list.is-mobile-team-slider > li.is-slide-active {
    display: block !important;
  }

  .about-2026-leadership .management-teams-section .management-team-image,
  .about-2026-leadership .management-modal .management-team-image {
    display: none;
  }

  .about-2026-leadership .management-modal .management-team-content {
    padding: 50px;
    margin-top: 40px;
    text-align: left;
  }

  .about-2026-leadership .management-modal .management-team-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
  }

  .about-2026-leadership .management-modal .management-team-content h5 {
    font-size: 17px;
    font-weight: 400;
    color: #919191;
  }

  .about-2026-leadership .management-modal .management-team-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
  }

  .about-2026-leadership .management-box-img-wrapper {
    position: relative;
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
  }

  .about-2026-leadership .management-box-img-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .about-2026-leadership .management-teams-section .open {
    bottom: 18px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    width: 119px;
    background: #E94B2E url("../images/read-more-icon.svg") !important;
    background-position: left 15% center !important;
    background-repeat: no-repeat !important;
    padding: 5px 10px;
    padding-left: 25px !important;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    z-index: 3;
    cursor: pointer;
    pointer-events: auto;
  }

  .about-2026-leadership .management-teams-section .open:hover {
    background: #E94B2E url("../images/read-more-icon.svg") !important;
    background-position: left 15% center !important;
    background-repeat: no-repeat !important;
  }

  .about-2026-leadership .management-teams-section .team-details {
    margin-top: 20px;
    text-align: center;
  }
}

/* About Us 2026 — Why Choose intro (slider/cards use uiux-next-slider.css) */
.about-2026-why {
  background: #fff;
  padding: 80px 0 38px;
}

.about-2026-why-intro {
  text-align: center;
  max-width: min(920px, 100%);
  margin: 0 auto 44px;
}

.about-2026-why-intro h2 {
  margin: 0 0 20px;
  color: #000;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(22px, 2.9vw, 42px);
  font-weight: 600;
  line-height: 1.3;
}

.about-2026-why-text {
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  font-size: 18px;
}

.about-2026-why-text p {
  margin: 0 0 10px;
}

.about-2026-why-text p:last-child {
  margin-bottom: 0;
}

/* Card body text — regular paragraph weight */
.about-2026-why .uiux-next-slider-card .about-2026-why-card-text,
.about-2026-why .uiux-next-slider-card .about-2026-why-card-text p,
.about-2026-why .uiux-next-slider-card > p {
  margin: 0 0 16px;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.65;
}

.about-2026-why .uiux-next-slider-card .about-2026-why-card-text p:last-child {
  margin-bottom: 0;
}

/* Card title — full wrap (override uiux nowrap + ellipsis) */
.about-2026-why.uiux-next-slider-section .uiux-next-slider-card h3 {
  margin: 0 0 16px;
  padding-bottom: 16px;
  color: #000;
  font-family: 'Proxima Nova Rg', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.about-2026-why.uiux-next-slider-section .uiux-next-slider-card h3::before {
  display: none;
}

.about-2026-why.uiux-next-slider-section .uiux-next-slider-card h3::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e6e6e6;
}

@media (max-width: 991px) {
  .about-2026-why {
    padding: 48px 0 32px;
  }

  .about-2026-why-intro {
    margin-bottom: 32px;
  }

  .about-2026-why.uiux-next-slider-section .uiux-next-slider-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-2026-why {
    padding: 32px 0 24px;
  }

  .about-2026-why-intro {
    margin-bottom: 20px;
    text-align: left;
  }

  .about-2026-why.uiux-next-slider-section .uiux-next-slider-card h3 {
    font-size: 17px;
    line-height: 1.4;
  }
}

/* Fallback when :has() is unavailable */
@supports not (selector(:has(*))) {
  body.page-template-template-abous-2026 {
    overflow-x: clip;
    max-width: 100%;
  }
}
