/* ═══════════════════════════════════════════════
   OUR INSIGHTS PAGE — SPECIFIC STYLES ONLY
   (Shared styles are in global.css)
═══════════════════════════════════════════════ */

/* Hero override — hide btn on mobile */

/* ─── Our Clients Section ─── */
.our-clients-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 16px;
}
.our-clients-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.our-clients-pop {
  width: 107px;
  height: 32px;
  border-radius: 16px;
  padding: 4px 8px;
  border: 1px solid #e3e8ef;
}
.our-clients-pop h1 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.paragraph1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}
.paragraph2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #e3e8ef;
}

/* ─── Our Partners Section ─── */
.our-partners-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
}
.our-partners-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.container1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sec1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our-partners-pop {
  width: 146px;
  height: 32px;
  border-radius: 16px;
  padding: 4px 8px;
  border: 1px solid #e3e8ef;
}
.our-partners-pop h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.partners-paragraph1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}
.partners-paragraph2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #e3e8ef;
}
.partner-img {
  width: 100%;
  border-radius: 20px;
}
.partner-img-desk img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* ─── Insights Section ─── */
.insights-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 32px 16px;
}
.insights-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.insights-container1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.our-insights-pop-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 200px;
  color: #fff;
  text-align: center;
  padding: 6px 12px 6px 6px;
  gap: 12px;
  border-radius: 16px;
  margin: 60px auto 0 auto;
  background: #00000033;
}
.sub-heading-our {
  font-size: 12px;
}
.insights-pop {
  width: 85px;
  height: 32px;
  border-radius: 16px;
  padding: 4px 8px;
  border: 1px solid #e3e8ef;
}
.lang-ar .insights-pop {
  width: 180px;
}

.insights-pop h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.insights-pop-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.insights-paragraph1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}
.insights-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #e3e8ef;
}
.insights-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
}
.insights-list li {
  color: #e3e8ef;
  font-weight: 500;
  list-style: disc;
  font-size: 16px;
  line-height: 24px;
}
.insights-paragraph2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #e3e8ef;
}
.insights-button {
  width: 223px;
  height: 54px;
  padding: 12px;
  background-color: #50f995;
  color: #0e1109;
  border-radius: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  border: none;
  cursor: pointer;
}
.insights-img {
  width: 100%;
}
.hero {
  min-height: 400px;
  width: 100%;
}

.insights-img-desk img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* ─── Success Section ─── */
.success-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
}
.success-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.success-pop {
  width: 140px;
  height: 32px;
  padding: 4px 8px;
  border-radius: 16px;
  border: 1px solid #e3e8ef;
}
.lang-ar .success-pop {
  width: 120px;
}
.success-pop h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.sub-heading-ins {
  font-weight: 300;
  color: #e3e8ef;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.logos {
  padding: 24px 0;
}
.logos-our {
  padding: 24px 0;
}

.success-container1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.success-paragraph {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}
.success-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.success-card {
  width: 100%;
  height: auto;
  gap: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #f0fef633;
}
.success-card h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #ffffff;
}
.success-card h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #e3e8ef;
}
.success-paragraph2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #e3e8ef;
}

/* ─── CTA Section ─── */
.cta-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  gap: 10px;
}
.cta-container {
  width: 100%;
  min-height: 354px;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  background-image: url("https://res.cloudinary.com/dbrr1jmwx/image/upload/f_auto,q_auto/cta-ibs-bg-ourinsights_dpc2hq.svg");
  background-size: cover;
  border-radius: 20px;
}
.cta-paragraph {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.cta-paragraph2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #e3e8ef;
}
.cta-button {
  width: 223px;
  height: 54px;
  padding: 12px;
  border-radius: 16px;
  background-color: #50f995;
  color: #0e1109;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
}

/* ═══════════════════════════════════════════════
   TABLET (376px → 1023px)
═══════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1024px) {
  .btn {
    display: block;
    width: 220px;
    min-height: 50px;
    font-size: 16px;
    margin: 0 auto;
  }

  .our-clients-section {
    padding: 48px 40px;
  }
  .our-clients-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    gap: 16px;
  }
  .paragraph1 {
    font-size: 24px;
    line-height: 32px;
  }
  .paragraph2 {
    font-size: 18px;
    line-height: 28px;
  }

  .our-partners-section {
    padding: 48px 40px;
  }
  .our-partners-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    gap: 32px;
  }
  .container1 {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .sec1 {
    width: 100%;
    gap: 16px;
  }
  .partners-paragraph1 {
    font-size: 22px;
    line-height: 30px;
  }
  .partners-paragraph2 {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    padding-top: 0;
  }

  .insights-section {
    padding: 48px 40px;
    gap: 32px;
  }
  .insights-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    gap: 32px;
  }
  .insights-container1 {
    width: 100%;
    gap: 24px;
  }
  .insights-paragraph1 {
    font-size: 22px;
    line-height: 30px;
  }
  .insights-heading {
    font-size: 18px;
  }
  .insights-paragraph2 {
    font-size: 16px;
  }
  .insights-button {
    width: 100%;
    max-width: 280px;
  }

  .success-section {
    padding: 48px 40px;
  }
  .success-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    gap: 32px;
  }
  .success-paragraph {
    font-size: 22px;
    line-height: 30px;
  }
  .success-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .success-card {
    width: 100%;
    height: auto;
    padding: 24px 20px;
    gap: 12px;
  }
  .success-card h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .success-card h2 {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
  }
  .success-paragraph2 {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: center;
  }

  .cta-section {
    padding: 48px 40px;
  }
  .cta-container {
    background-image: url("https://res.cloudinary.com/dbrr1jmwx/image/upload/f_auto,q_auto/cta-ibs-bg-ourinsights_dpc2hq.svg");
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: auto;
    padding: 40px 32px;
    gap: 24px;
  }
  .cta-paragraph {
    font-size: 24px;
    line-height: 32px;
  }
  .cta-paragraph2 {
    font-size: 16px;
    line-height: 26px;
  }
  .cta-button {
    width: 100%;
    max-width: 280px;
  }
}

/* ═══════════════════════════════════════════════
   DESKTOP (1024px+)
═══════════════════════════════════════════════ */
@media (min-width: 1025px) {
  .btn {
    display: block;
  }

  .our-clients-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 120px 64px;
    gap: 20px;
    margin-top: -329px;
  }
  .our-clients-container {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .paragraph1 {
    font-weight: 600;
    width: 956px;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
  }
  .paragraph2 {
    font-size: 20px;
    width: 842px;
    line-height: 140%;
    text-align: center;
  }

  .our-partners-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 120px;
  }
  .our-partners-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .sec1 {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 16px;
  }
  .partners-paragraph1 {
    font-size: 24px;
  }
  .partners-paragraph2 {
    width: 419px;
    font-size: 20px;
    padding-top: 42px;
    line-height: 140%;
  }
  .partner-img {
    display: none;
  }
  .partner-img-desk {
    display: block;
    width: 1200px;
    border-radius: 20px;
  }
  .partner-img-desk img {
    width: 100%;
  }

  .insights-section {
    display: flex;
    align-items: center;
    padding: 0 120px 120px;
    gap: 60px;
  }
  .insights-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 1200px;
    gap: 60px;
  }
  .insights-img-desk {
    display: block;
    width: 570px;
    height: 515px;
  }
  .insights-img-desk img {
    width: 100%;
    height: 540px;
  }
  .insights-container1 {
    width: 570px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
  }
  .insights-img {
    display: none;
  }
  .insights-pop-container {
    width: 100%;
  }

  .success-section {
    display: flex;
    align-items: center;
    padding: 64px 120px 120px;
  }
  .success-container {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .success-container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .success-container1 .success-pop {
    width: 208px;
    height: 36px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: capitalize;
  }
  .success-paragraph {
    width: 842px;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
  }
  .logos-our {
    max-width: 1200px;
    overflow: hidden;
    padding: 42px 0;
    margin-top: 32px;
  }
  .success-cards {
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 32px;
  }
  .our-insights-pop-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 230px;
    color: #fff;
    text-align: center;
    padding: 6px 12px 6px 6px;
    gap: 12px;
    border-radius: 16px;
    margin: 160px auto 0 auto;
    background: #00000033;
  }
  .sub-heading-our {
    font-size: 14px;
  }
  .sub-heading-ins {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 62%;
    margin: 0 auto;
  }
  .sub-heading-ins {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 62%;
    margin: 0 auto;
  }

  .success-card {
    width: 100%;
    height: 152px;
    padding: 40px 32px;
    gap: 16px;
  }
  .success-card h2 {
    font-size: 18px;
    width: 100%;
    line-height: 30px;
  }
  .success-paragraph2 {
    width: 642px;
    text-align: center;
  }

  .cta-section {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 62px;
  }
  .cta-container {
    width: 1200px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 62px;
    background-image: url("https://res.cloudinary.com/dbrr1jmwx/image/upload/f_auto,q_auto/cta-ibs-bg-ourinsights_dpc2hq.svg");
  }
  .cta-paragraph {
    font-weight: 600;
    width: 762px;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center;
  }
  .lang-ar .cta-paragraph {
    width: 100%;
    max-width: 880px;
  }
  .cta-paragraph2 {
    max-width: 682px;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #e3e8ef;
  }
  .cta-button {
    width: 223px;
    height: 54px;
  }

  .lang-ar .insights-pop {
    width: 185px;
    height: 32px;
  }
}

/* ═══════════════════════════════════════════════
   DESKTOP MEDIUM (1024px → 1440px)
═══════════════════════════════════════════════ */
@media (min-width: 1025px) and (max-width: 1440px) {
  .our-clients-section {
    padding-right: 80px;
    padding-bottom: 48px;
    padding-left: 80px;
    margin-top: -260px;
  }
  .our-clients-container {
    width: 100%;
    max-width: 1100px;
  }
  .lang-ar .paragraph1 {
    font-size: 36px;
    line-height: 38px;
    width: 100%;
    max-width: 745px;
  }
  .paragraph1 {
    font-size: 36px;
    line-height: 38px;
    width: 100%;
    max-width: 885px;
  }
  .lang-ar .paragraph2 {
    font-weight: 400;
    max-width: 100%;
    font-size: 20px;
    line-height: 140%;
  }
  .paragraph2 {
    font-size: 18px;
    width: 100%;
    max-width: 760px;
  }

  .our-partners-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding: 120px;
  }
  .our-partners-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .sec1 {
    display: flex;
    flex-direction: column;
    width: 700px;
    gap: 16px;
  }
  .partners-paragraph1 {
    font-size: 24px;
  }
  .partners-paragraph2 {
    width: 419px;
    font-size: 20px;
    padding-top: 42px;
    line-height: 140%;
  }
  .partner-img {
    display: none;
  }
  .partner-img-desk {
    display: block;
    width: 1200px;
    border-radius: 20px;
  }
  .partner-img-desk img {
    width: 100%;
  }
  .lang-ar .partner-img-desk img {
    height: 100%;
  }
  .insights-section {
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    gap: 48px;
  }
  .insights-container {
    width: 100%;
    max-width: 1200px;
    gap: 48px;
  }
  .insights-container1 {
    width: 480px;
    gap: 24px;
  }
  .lang-ar .insights-img-desk {
    width: 570px;
    height: 384px;
  }
  .lang-ar .insights-img-desk img {
    height: 100%;
    width: 100%;
  }
  .insights-img-desk {
    width: 570px;
    height: 514px;
  }
  .insights-img-desk img {
    width: 100%;
    height: 100%;
  }
  .insights-paragraph1 {
    font-size: 20px;
    line-height: 30px;
    width: 98%;
  }
  .lang-ar .insights-button {
    width: 161px;
  }
  .insights-button {
    width: 220px;
  }

  .success-section {
    padding: 64px 80px 80px;
  }
  .lang-ar .logos {
    margin: 40px auto;
  }
  .logos {
    margin-top: 32px;
  }
  .success-container {
    width: 100%;
    max-width: 1100px;
    gap: 48px;
  }
  .sub-heading-ins {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .our-insights-pop-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 230px;
    color: #fff;
    text-align: center;
    padding: 6px 12px 6px 6px;
    gap: 12px;
    border-radius: 16px;
    margin: 160px auto 0 auto;
    background: #00000033;
  }
  .sub-heading-our {
    font-size: 14px;
  }
  .success-paragraph {
    font-size: 20px;
    width: 90%;
    max-width: 760px;
    font-weight: 700;
    line-height: 30px;
  }
  .success-cards {
    width: 100%;
    max-width: 1100px;
    gap: 24px;
  }
  .success-card {
    height: auto;
    min-height: 130px;
    padding: 32px 24px;
  }
  .success-card h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .success-card h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .success-paragraph2 {
    font-size: 17px;
    width: 100%;
    max-width: 580px;
  }

  .cta-section {
    padding: 48px 80px;
  }
  .cta-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 360px;
    padding: 48px;
    gap: 28px;
  }
  .lang-ar .cta-paragraph {
    width: 100%;
    max-width: 880px;
  }
  .cta-paragraph {
    font-size: 30px;
    line-height: 38px;
    width: 100%;
    max-width: 680px;
  }
  .cta-paragraph2 {
    font-size: 18px;
    width: 90%;
    font-size: normal;
    line-height: 140%;
  }
  .cta-button {
    width: 220px;
  }
}

/* ═══════════════════════════════════════════════
   SMALL MOBILE (max-width: 375px)
═══════════════════════════════════════════════ */
@media (min-width: 320px) and (max-width: 375px) {
  .btn {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 14px;
    padding: 10px 16px;
    margin: 0 auto;
  }
  .lang-ar .hero {
    max-height: 300px;
  }
  .lang-ar .our-clients-section {
    padding: 24px 12px;
  }
  .our-clients-section {
    padding: 0px 12px;
    gap: 12px;
  }
  .our-clients-container {
    width: 100%;
    gap: 12px;
  }
  .paragraph1 {
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph2 {
    font-size: 13px;
    line-height: 20px;
  }
  .our-partners-section {
    padding: 24px 12px;
  }
  .our-partners-container {
    gap: 20px;
  }
  .container1 {
    gap: 20px;
  }
  .sec1 {
    gap: 12px;
  }
  .partners-paragraph1 {
    font-size: 16px;
    line-height: 24px;
  }
  .partners-paragraph2 {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }
  .partner-img img {
    border-radius: 16px;
  }
  .insights-section {
    padding: 24px 12px;
    gap: 24px;
  }
  .insights-container {
    gap: 24px;
  }
  .insights-container1 {
    width: 100%;
    gap: 20px;
  }
  .insights-pop-container {
    width: 100%;
    gap: 12px;
  }
  .sub-heading-ins {
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .insights-paragraph1 {
    font-size: 16px;
    line-height: 24px;
  }
  .insights-heading {
    font-size: 15px;
    line-height: 22px;
  }
  .insights-list li {
    font-size: 13px;
    line-height: 20px;
  }
  .insights-paragraph2 {
    font-size: 13px;
    line-height: 20px;
  }
  .insights-button {
    width: 100%;
    max-width: 200px;
    height: 48px;
    font-size: 16px;
  }
  .btn {
    display: none;
  }
  .insights-img img {
    border-radius: 16px;
  }
  .lang-ar .sub-heading-our {
    font-size: 12px;
  }
  .sub-heading-our {
    font-size: 9px;
  }
  .success-section {
    padding: 24px 12px;
  }
  .success-container {
    width: 100%;
    gap: 20px;
  }
  .success-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .success-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .success-card {
    padding: 16px 12px;
    gap: 8px;
  }
  .success-card h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .success-card h2 {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }
  .our-insights-pop-container {
    margin: 32px auto 0 auto;
    width: 183px;
    padding: 6px 8px;
  }
  .about-pop-container h1 {
    font-size: 10px;
  }
  .success-paragraph2 {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
  }
  .cta-section {
    padding: 24px 12px;
    gap: 8px;
  }
  .cta-container {
    width: 100%;
    height: auto;
    min-height: 280px;
    padding: 24px 16px;
    gap: 20px;
    border-radius: 16px;
  }
  .cta-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .cta-paragraph2 {
    font-size: 13px;
    line-height: 20px;
  }
  .cta-button {
    width: 100%;
    max-width: 200px;
    height: 48px;
    font-size: 16px;
  }
}
/* ═══════════════════════════════════════════════
   MOBILE MEDIUM (376px → 767px)
═══════════════════════════════════════════════ */
@media (min-width: 376px) and (max-width: 767px) {
  .btn {
    display: block;
    width: 200px;
    min-height: 44px;
    font-size: 15px;
    margin: 0 auto;
  }
  .our-clients-section {
    width: 100%;
    padding: 32px 20px;
    gap: 14px;
  }
  .our-clients-container {
    width: 100%;
    gap: 14px;
  }
  .paragraph1 {
    font-size: 20px;
    line-height: 28px;
  }
  .paragraph2 {
    font-size: 15px;
    line-height: 23px;
  }
  .our-partners-section {
    width: 100%;
    padding: 32px 20px;
  }
  .our-partners-container {
    width: 100%;
    gap: 24px;
  }
  .container1 {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .sec1 {
    width: 100%;
    gap: 14px;
  }
  .partners-paragraph1 {
    font-size: 18px;
    line-height: 26px;
  }
  .partners-paragraph2 {
    font-size: 15px;
    line-height: 23px;
    width: 100%;
    padding-top: 0;
  }
  .insights-section {
    width: 100%;
    padding: 32px 20px;
    gap: 24px;
  }
  .insights-container {
    width: 100%;
    gap: 24px;
  }
  .insights-container1 {
    width: 100%;
    gap: 20px;
  }
  .insights-paragraph1 {
    font-size: 18px;
    line-height: 26px;
  }
  .insights-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .insights-list li {
    font-size: 15px;
    line-height: 23px;
  }
  .insights-paragraph2 {
    font-size: 15px;
    line-height: 23px;
  }
  .insights-button {
    width: 100%;
    max-width: 230px;
    height: 50px;
    font-size: 16px;
  }
  .success-section {
    width: 100%;
    padding: 32px 20px;
  }
  .success-container {
    width: 100%;
    gap: 24px;
  }
  .success-paragraph {
    font-size: 18px;
    line-height: 26px;
  }
  .success-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .success-card {
    width: 100%;
    padding: 20px 16px;
    gap: 10px;
  }
  .success-card h1 {
    font-size: 17px;
    line-height: 25px;
  }
  .success-card h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .success-paragraph2 {
    font-size: 15px;
    line-height: 23px;
  }
  .cta-section {
    width: 100%;
    padding: 32px 20px;
  }
  .cta-container {
    width: 100%;
    height: auto;
    padding: 32px 20px;
    gap: 22px;
    border-radius: 18px;
  }
  .cta-paragraph {
    font-size: 20px;
    line-height: 28px;
  }
  .cta-paragraph2 {
    font-size: 15px;
    line-height: 23px;
  }
  .cta-button {
    width: 100%;
    max-width: 220px;
    height: 50px;
    font-size: 16px;
  }
}
