

/* ================= SERVICES ================= */

/* ================= SERVICES ================= */

/* ================= RESPONSIVE TYPOGRAPHY ================= */

/* Large devices (Desktops ≤1200px) */
@media (max-width: 1200px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }

  h2 {
    font-size: 32px;
    line-height: 44px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

/* Medium devices (Tablets ≤991px) */
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }
}

/* Small devices (Mobiles ≤767px) */
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
    line-height: 38px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  h5 {
    font-size: 15px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }
}

/* Extra small devices (Very small phones ≤480px) */
@media (max-width: 480px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  p {
    font-size: 13.5px;
    line-height: 22px;
  }
}
