/* =========================================
   About Us Page
========================================= */


/* =========================================
   About Intro
========================================= */

.about-intro {
  position: relative;
  min-height: 720px;
  padding: 120px 0;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(6, 148, 197, 0.15),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 90%,
      rgba(24, 48, 84, 0.08),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f6fbff 50%,
      #e7f5ff 100%
    );
  overflow: hidden;
}

.about-intro-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 80px;
  align-items: center;
}


/* =========================================
   Intro Content
========================================= */

.about-intro-content {
  max-width: 670px;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  margin-bottom: 24px;
  border: 1px solid rgba(6, 148, 197, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #0694c5;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(24, 48, 84, 0.05);
}

.about-intro-content h1 {
  margin: 0 0 25px;
  color: #183054;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: 1.28;
  letter-spacing: -2px;
}

.about-intro-content h1 span {
  position: relative;
  display: inline-block;
  color: #0694c5;
}

.about-intro-content h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  z-index: -1;
  width: 100%;
  height: 13px;
  border-radius: 999px;
  background: rgba(6, 148, 197, 0.14);
}

.about-intro-content p {
  max-width: 590px;
  margin: 0;
  color: #64748b;
  font-size: 1.08rem;
  line-height: 2;
}


/* =========================================
   Tags
========================================= */

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.about-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #d8eaf6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #183054;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(24, 48, 84, 0.04);
}

.about-tags span i {
  color: #0694c5;
  font-size: 0.78rem;
}


/* =========================================
   Main Button
========================================= */

.about-main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 51px;
  padding: 12px 24px;
  margin-top: 32px;
  border-radius: 15px;
  background: #183054;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(24, 48, 84, 0.18);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.about-main-button:hover {
  transform: translateY(-4px);
  background: #0694c5;
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(6, 148, 197, 0.22);
}

.about-main-button i {
  font-size: 0.9rem;
}


/* =========================================
   Intro Visual
========================================= */

.about-intro-visual {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.about-logo-box {
  position: relative;
  z-index: 3;
  width: min(410px, 86%);
  min-height: 350px;
  padding: 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 35px 90px rgba(24, 48, 84, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: rotate(-3deg);
  transition: transform 0.4s ease;
}

.about-logo-box:hover {
  transform: rotate(0deg) translateY(-5px);
}

.about-logo-box img {
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
  object-fit: contain;
}


/* =========================================
   Shapes
========================================= */

.about-shape {
  position: absolute;
  border-radius: 50%;
}

.about-shape-one {
  width: 350px;
  height: 350px;
  top: 20px;
  left: 5px;
  background: rgba(6, 148, 197, 0.13);
}

.about-shape-two {
  width: 225px;
  height: 225px;
  right: 5px;
  bottom: 5px;
  border: 46px solid rgba(24, 48, 84, 0.07);
}


/* =========================================
   Floating Cards
========================================= */

.about-floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 175px;
  padding: 14px 17px;
  border: 1px solid rgba(24, 48, 84, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #183054;
  box-shadow: 0 16px 38px rgba(24, 48, 84, 0.13);
}

.about-floating-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #e7f5ff;
  color: #0694c5;
}

.about-floating-card small {
  display: block;
  margin-bottom: 2px;
  color: #94a3b8;
  font-size: 0.72rem;
  font-weight: 600;
}

.about-floating-card strong {
  display: block;
  color: #183054;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
}

.about-card-top {
  top: 25px;
  right: -5px;
}

.about-card-bottom {
  bottom: 22px;
  left: -15px;
}


/* =========================================
   Background Decorations
========================================= */

.about-decoration {
  position: absolute;
  pointer-events: none;
}

.about-decoration-one {
  width: 450px;
  height: 450px;
  left: -220px;
  bottom: -220px;
  border: 1px solid rgba(24, 48, 84, 0.09);
  border-radius: 50%;
}

.about-decoration-two {
  width: 220px;
  height: 220px;
  top: -90px;
  right: 28%;
  border: 40px solid rgba(6, 148, 197, 0.03);
  border-radius: 50%;
}


/* =========================================
   Vision and Mission
========================================= */

/* =========================================
   About Direction
========================================= */

.about-direction {
  padding: 95px 0;
  background: #ffffff;
}

.about-direction-box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #ffffff;
}

/* الخط الرأسي في المنتصف */

.about-direction-box::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 50%;
  width: 1px;
  background: #e2e8f0;
}

/* الخط الأفقي في المنتصف */

.about-direction-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  height: 1px;
  background: #e2e8f0;
}

.direction-item {
  position: relative;
  z-index: 1;
  min-height: 235px;
  padding: 48px 55px;
  text-align: right;
}

.direction-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #e7f5ff;
  color: #0694c5;
  font-size: 1.15rem;
}

.direction-item h2 {
  margin: 0 0 12px;
  color: #183054;
  font-size: 1.45rem;
}

.direction-item p {
  max-width: 430px;
  margin: 0;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.9;
}


/* =========================================
   CTA
========================================= */

.about-cta {
  padding: 0 0 95px;
  background: #ffffff;
}

.about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 42px 48px;
  border: 1px solid #dcecf7;
  border-radius: 30px;
  background: #e7f5ff;
}

.about-cta-box span {
  display: block;
  margin-bottom: 7px;
  color: #0694c5;
  font-size: 0.9rem;
  font-weight: 800;
}

.about-cta-box h2 {
  margin: 0;
  color: #183054;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.about-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  flex-shrink: 0;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 15px;
  background: #183054;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.about-cta-button:hover {
  transform: translateY(-4px);
  background: #0694c5;
  color: #ffffff;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 950px) {

  .about-intro {
    min-height: auto;
    padding: 90px 0;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .about-intro-content {
    max-width: 100%;
    text-align: center;
  }

  .about-intro-content p {
    margin-inline: auto;
  }

  .about-tags {
    justify-content: center;
  }

  .about-intro-visual {
    min-height: 430px;
  }

  .about-direction-box {
    gap: 35px;
    padding: 45px 35px;
  }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 700px) {

  .about-intro {
    padding: 70px 0 85px;
  }

  .about-intro-grid {
    gap: 50px;
  }

  .about-intro-content h1 {
    font-size: 2.25rem;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .about-intro-content p {
    font-size: 1rem;
    line-height: 1.9;
  }

  .about-tags {
    gap: 8px;
  }

  .about-tags span {
    padding: 9px 13px;
    font-size: 0.8rem;
  }

  .about-intro-visual {
    min-height: 355px;
  }

  .about-logo-box {
    width: 84%;
    min-height: 260px;
    padding: 32px;
    border-radius: 34px;
  }

  .about-logo-box img {
    max-width: 235px;
  }

  .about-shape-one {
    width: 245px;
    height: 245px;
  }

  .about-shape-two {
    width: 165px;
    height: 165px;
    border-width: 30px;
  }

  .about-floating-card {
    min-width: auto;
    padding: 11px 13px;
    border-radius: 15px;
  }

  .about-floating-icon {
    width: 35px;
    height: 35px;
    border-radius: 11px;
  }

  .about-floating-card small {
    font-size: 0.65rem;
  }

  .about-floating-card strong {
    font-size: 0.75rem;
  }

  .about-card-top {
    top: 3px;
    right: 0;
  }

  .about-card-bottom {
    bottom: 5px;
    left: 0;
  }

  .about-direction {
    padding: 70px 0;
  }

  .about-direction-box {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 35px 25px;
    border-radius: 26px;
  }

  .direction-line {
    width: 100%;
    height: 1px;
  }

  .direction-content {
    gap: 14px;
  }

  .direction-item h2 {
    font-size: 1.3rem;
  }

  .about-cta {
    padding-bottom: 75px;
  }

  .about-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 25px;
    border-radius: 25px;
  }

  .about-cta-button {
    width: 100%;
  }

}

/* =========================================
   Work Process Timeline
========================================= */

.about-process {
  padding: 95px 0;
  background: #ffffff;
}

.about-process-head {
  max-width: 680px;
  margin: 0 auto 65px;
  text-align: center;
}

.about-process-head > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #0694c5;
  font-size: 0.9rem;
  font-weight: 800;
}

.about-process-head h2 {
  margin: 0 0 14px;
  color: #183054;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.45;
}

.about-process-head p {
  max-width: 570px;
  margin: 0 auto;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.9;
}


/* Timeline container */

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Horizontal line */

.process-timeline::before {
  content: "";
  position: absolute;
  top: 70px;
  right: 12%;
  left: 12%;
  height: 2px;
  background: #cfe8f5;
  z-index: 0;
}


/* Individual step */

.process-step {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  text-align: center;
}

.process-number {
  margin-bottom: 15px;
  color: #0694c5;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 1px;
}

.process-icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 7px solid #f7fbfe;
  border-radius: 50%;
  background: #183054;
  color: #ffffff;
  font-size: 1.25rem;
  box-shadow: 0 12px 30px rgba(24, 48, 84, 0.16);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.process-step:hover .process-icon {
  transform: translateY(-6px);
  background: #0694c5;
}

.process-step h3 {
  margin: 0 0 10px;
  color: #183054;
  font-size: 1.15rem;
}

.process-step p {
  max-width: 230px;
  margin: 0 auto;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.8;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 950px) {

  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 30px;
  }

  .process-timeline::before {
    display: none;
  }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 600px) {

  .about-process {
    padding: 70px 0;
  }

  .about-process-head {
    margin-bottom: 45px;
  }

  .process-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-timeline::before {
    display: block;
    top: 35px;
    bottom: 35px;
    right: 32px;
    left: auto;
    width: 2px;
    height: auto;
    background: #cfe8f5;
  }

  .process-step {
    min-height: 145px;
    padding: 0 85px 35px 0;
    text-align: right;
  }

  .process-number {
    margin-bottom: 5px;
  }

  .process-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    margin: 0;
    border-width: 7px;
  }

  .process-step h3 {
    font-size: 1.1rem;
  }

  .process-step p {
    max-width: 100%;
    margin: 0;
  }

  .process-step:last-child {
    min-height: auto;
    padding-bottom: 0;
  }

}
/* =========================================
   Small Mobile
========================================= */

@media (max-width: 430px) {

  .about-intro-content h1 {
    font-size: 1.95rem;
  }

  .about-tags span {
    width: 100%;
    justify-content: center;
  }

  .about-main-button {
    width: 100%;
  }

  .about-intro-visual {
    min-height: 315px;
  }

  .about-logo-box {
    min-height: 225px;
    padding: 25px;
  }

  .about-logo-box img {
    max-width: 190px;
  }

  .about-floating-card strong {
    max-width: 115px;
    white-space: normal;
    line-height: 1.4;
  }

}
.about-shape-one,
.about-shape-two,
.about-decoration-one,
.about-decoration-two {
  display: none;
}
@media (max-width: 700px) {

  .about-direction {
    padding: 70px 0;
  }

  .about-direction-box {
    grid-template-columns: 1fr;
  }

  .about-direction-box::before {
    display: none;
  }

  .about-direction-box::after {
    display: none;
  }

  .direction-item {
    min-height: auto;
    padding: 35px 10px;
    border-bottom: 1px solid #e2e8f0;
  }

  .direction-item:last-child {
    border-bottom: 0;
  }

}