/* =========================================================
   ABOUT US PAGE
   Desktop + Tablet + Mobile Responsive
========================================================= */


/* =========================================================
   ABOUT PAGE MAIN
========================================================= */

.about-page {
  width: 100%;
  overflow: hidden;
  background: #f8fafc;
  color: #1e293b;
}


/* =========================================================
   COMMON ABOUT CONTAINER
========================================================= */

.about-page .about-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* =========================================================
   ABOUT HERO
========================================================= */

.about-page .about-hero {
  position: relative;
  padding: 100px 0 95px;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(59, 130, 246, 0.16),
      transparent 35%
    ),
    radial-gradient(
      circle at 85% 75%,
      rgba(142, 68, 173, 0.14),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #eff6ff 0%,
      #f8fafc 50%,
      #f5f3ff 100%
    );
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}


/* Decorative background */

.about-page .about-hero::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -100px;
  right: -80px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.08);
  filter: blur(5px);
  pointer-events: none;
}


.about-page .about-hero .about-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  text-align: center;
}


/* =========================================================
   ABOUT HERO BADGE
========================================================= */

.about-page .about-hero .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 9px 18px;

  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.72);

  color: #2563eb;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;

  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);

  backdrop-filter: blur(10px);
}


/* =========================================================
   ABOUT HERO TITLE
========================================================= */

.about-page .about-hero h1 {
  margin: 24px auto 0;

  max-width: 850px;

  font-family: "Hind Siliguri", sans-serif;

  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.15;
  font-weight: 700;

  letter-spacing: -1px;

  color: #0f172a;
}


.about-page .about-hero h1 span {
  display: block;

  margin-top: 8px;

  background: linear-gradient(
    90deg,
    #2563eb,
    #7c3aed
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;
}


/* =========================================================
   ABOUT HERO DESCRIPTION
========================================================= */

.about-page .about-hero p {
  max-width: 760px;

  margin: 25px auto 0;

  font-family: "Hind Siliguri", sans-serif;

  font-size: 19px;
  line-height: 1.9;

  color: #64748b;
}


/* =========================================================
   COMMON ABOUT SECTION
========================================================= */

.about-page .about-section {
  position: relative;

  padding: 90px 0;

  background: #ffffff;
}


/* Alternating section background */

.about-page .about-section.about-vision,
.about-page .about-section.about-dedicated,
.about-page .about-section.about-promise {
  background: #f8fafc;
}


/* =========================================================
   ABOUT CONTENT
========================================================= */

.about-page .about-content {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}


/* =========================================================
   SECTION LABEL
========================================================= */

.about-page .about-label {
  display: inline-flex;
  align-items: center;

  position: relative;

  margin-bottom: 14px;
  padding-left: 18px;

  color: #2563eb;

  font-family: "Inter", sans-serif;

  font-size: 13px;
  font-weight: 800;

  letter-spacing: 1.5px;
}


/* Small line */

.about-page .about-label::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #2563eb;

  transform: translateY(-50%);
}


/* =========================================================
   SECTION HEADING
========================================================= */

.about-page .about-content h2 {
  margin: 0 0 24px;

  font-family: "Hind Siliguri", sans-serif;

  font-size: clamp(30px, 4vw, 46px);

  line-height: 1.25;

  font-weight: 700;

  color: #0f172a;

  letter-spacing: -0.5px;
}


/* =========================================================
   SECTION PARAGRAPH
========================================================= */

.about-page .about-content p {
  margin: 0 0 18px;

  font-family: "Hind Siliguri", sans-serif;

  font-size: 17px;

  line-height: 1.9;

  color: #64748b;
}


.about-page .about-content p:last-child {
  margin-bottom: 0;
}


.about-page .about-content strong {
  color: #334155;
  font-weight: 700;
}


/* =========================================================
   VISION SECTION
========================================================= */

.about-page .about-vision {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}


/* =========================================================
   DEDICATED MINDS
========================================================= */

.about-page .about-dedicated {
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(124, 58, 237, 0.08),
      transparent 32%
    ),
    #f8fafc;
}


/* =========================================================
   WHAT WE DO
========================================================= */

.about-page .about-points {
  display: flex;
  flex-direction: column;

  gap: 14px;

  margin-top: 30px;
}


.about-page .about-point {
  display: flex;
  align-items: flex-start;

  gap: 16px;

  padding: 18px 20px;

  background: #ffffff;

  border: 1px solid rgba(148, 163, 184, 0.16);

  border-radius: 14px;

  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


.about-page .about-point:hover {
  transform: translateY(-3px);

  box-shadow:
    0 14px 35px rgba(15, 23, 42, 0.08);

  border-color: rgba(59, 130, 246, 0.22);
}


/* Check icon */

.about-page .about-point > span {
  flex: 0 0 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  margin-top: 1px;

  border-radius: 50%;

  background: rgba(37, 99, 235, 0.10);

  color: #2563eb;

  font-size: 16px;
  font-weight: 800;
}


/* Point text */

.about-page .about-point p {
  margin: 0;

  color: #475569;

  font-size: 16px;

  line-height: 1.7;
}


/* =========================================================
   OUR PROMISE
========================================================= */

.about-page .about-promise {
  position: relative;
}


.about-page .about-promise .about-content {
  text-align: center;
  max-width: 850px;
}


.about-page .about-promise .about-label {
  justify-content: center;
}


.about-page .about-promise h2 {
  margin-bottom: 25px;
}


.about-page .about-promise p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}


.about-page .about-promise h3 {
  margin: 35px auto 0;

  max-width: 700px;

  font-family: "Hind Siliguri", sans-serif;

  font-size: clamp(24px, 3vw, 34px);

  line-height: 1.5;

  font-weight: 700;

  background: linear-gradient(
    90deg,
    #2563eb,
    #7c3aed
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;
}


/* =========================================================
   FINAL CTA
========================================================= */

.about-page .about-cta {
  position: relative;

  padding: 90px 0;

  text-align: center;

  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(59, 130, 246, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(124, 58, 237, 0.18),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #eff6ff,
      #f5f3ff
    );

  border-top: 1px solid rgba(148, 163, 184, 0.15);
}


.about-page .about-cta .about-container {
  max-width: 850px;
}


.about-page .about-cta h2 {
  margin: 0;

  font-family: "Inter", sans-serif;

  font-size: clamp(30px, 4vw, 46px);

  line-height: 1.2;

  font-weight: 800;

  color: #0f172a;
}


.about-page .about-cta p {
  margin: 18px auto 30px;

  font-family: "Hind Siliguri", sans-serif;

  font-size: 18px;

  line-height: 1.8;

  color: #64748b;
}


/* CTA button */

.about-page .about-cta .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;

  padding: 12px 28px;

  border-radius: 12px;

  text-decoration: none;

  font-weight: 700;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.about-page .about-cta .hero-btn:hover {
  transform: translateY(-3px);
}


/* =========================================================
   TABLET
   768px - 1024px
========================================================= */

@media (max-width: 1024px) {

  .about-page .about-container {
    width: min(900px, calc(100% - 40px));
  }


  .about-page .about-hero {
    padding: 85px 0 80px;
  }


  .about-page .about-section {
    padding: 75px 0;
  }


  .about-page .about-content {
    max-width: 820px;
  }


  .about-page .about-hero p {
    font-size: 18px;
  }


  .about-page .about-content p {
    font-size: 16.5px;
  }


  .about-page .about-cta {
    padding: 75px 0;
  }

}


/* =========================================================
   MOBILE
   Below 767px
========================================================= */

@media (max-width: 767px) {

  /* Main */

  .about-page {
    width: 100%;
  }


  /* Container */

  .about-page .about-container {
    width: calc(100% - 30px);
  }


  /* =====================================================
     ABOUT HERO
  ===================================================== */

  .about-page .about-hero {
    padding: 65px 0 60px;
  }


  .about-page .about-hero::before {
    width: 180px;
    height: 180px;

    top: -70px;
    right: -70px;
  }


  /* Badge */

  .about-page .about-hero .section-badge {
    padding: 8px 14px;

    font-size: 12px;

    letter-spacing: 0.2px;
  }


  /* Hero heading */

  .about-page .about-hero h1 {
    margin-top: 20px;

    font-size: clamp(31px, 9vw, 42px);

    line-height: 1.2;

    letter-spacing: -0.5px;
  }


  .about-page .about-hero h1 span {
    margin-top: 7px;
  }


  /* Hero paragraph */

  .about-page .about-hero p {
    margin-top: 20px;

    font-size: 15.5px;

    line-height: 1.8;
  }


  /* =====================================================
     ABOUT SECTION
  ===================================================== */

  .about-page .about-section {
    padding: 60px 0;
  }


  /* Label */

  .about-page .about-label {
    margin-bottom: 10px;

    padding-left: 15px;

    font-size: 11px;

    letter-spacing: 1.2px;
  }


  .about-page .about-label::before {
    width: 6px;
    height: 6px;
  }


  /* Heading */

  .about-page .about-content h2 {
    margin-bottom: 18px;

    font-size: clamp(28px, 8vw, 36px);

    line-height: 1.3;
  }


  /* Paragraph */

  .about-page .about-content p {
    margin-bottom: 15px;

    font-size: 15px;

    line-height: 1.85;
  }


  /* =====================================================
     WHAT WE DO
  ===================================================== */

  .about-page .about-points {
    gap: 11px;

    margin-top: 24px;
  }


  .about-page .about-point {
    gap: 12px;

    padding: 15px;

    border-radius: 12px;
  }


  .about-page .about-point > span {
    flex: 0 0 27px;

    width: 27px;
    height: 27px;

    font-size: 14px;
  }


  .about-page .about-point p {
    font-size: 14px;

    line-height: 1.7;
  }


  /* =====================================================
     OUR PROMISE
  ===================================================== */

  .about-page .about-promise {
    padding: 65px 0;
  }


  .about-page .about-promise h3 {
    margin-top: 28px;

    font-size: 24px;

    line-height: 1.5;
  }


  /* =====================================================
     CTA
  ===================================================== */

  .about-page .about-cta {
    padding: 65px 0;
  }


  .about-page .about-cta h2 {
    font-size: clamp(27px, 8vw, 36px);

    line-height: 1.3;
  }


  .about-page .about-cta p {
    margin: 15px auto 25px;

    font-size: 15px;

    line-height: 1.8;
  }


  .about-page .about-cta .hero-btn {
    width: 100%;

    min-height: 50px;

    padding: 11px 20px;

    font-size: 14px;
  }

}


/* =========================================================
   SMALL MOBILE
   Below 480px
========================================================= */

@media (max-width: 480px) {

  .about-page .about-container {
    width: calc(100% - 24px);
  }


  .about-page .about-hero {
    padding: 55px 0 50px;
  }


  .about-page .about-hero .section-badge {
    font-size: 11px;

    padding: 7px 12px;
  }


  .about-page .about-hero h1 {
    font-size: 30px;

    line-height: 1.25;
  }


  .about-page .about-hero p {
    font-size: 14px;

    line-height: 1.8;
  }


  .about-page .about-section {
    padding: 50px 0;
  }


  .about-page .about-content h2 {
    font-size: 27px;
  }


  .about-page .about-content p {
    font-size: 14px;

    line-height: 1.8;
  }


  .about-page .about-point {
    padding: 13px;
  }


  .about-page .about-point p {
    font-size: 13.5px;
  }


  .about-page .about-promise h3 {
    font-size: 22px;
  }


  .about-page .about-cta {
    padding: 55px 0;
  }


  .about-page .about-cta h2 {
    font-size: 27px;
  }


  .about-page .about-cta p {
    font-size: 14px;
  }

}