* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

/* trusted section  */

.trusted-section {
  background: url("../images/About-us/aboutsection/about-bg-hero.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
  overflow: hidden;
  position: relative;
}

.trusted-section .container {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
}

.trusted-badge {
  max-width: 265px;
  max-height: 38px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  color: #45556c;
  backdrop-filter: blur(10px);
  margin-bottom: 20px;

  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

.dot {
  width: 8px;
  height: 8px;
  background: #00c950;
  border-radius: 50%;
}

.trusted-para {
  max-width: 850px;
  margin: auto;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 126%;
  letter-spacing: 1.5%;
  text-align: center;
  margin-bottom: 40px;
  color: #364052;
}

.trusted-title {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

.trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 40px;
}

.trusted-logo {
  width: 64px;
}

.logo-box {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 1px solid #c7d2fe;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s ease;
  position: relative;
}

.plus-sign {
  font-size: 48px;
  font-weight: 700;
  color: #111827;
}

.trusted-btn {
  border: none;
  font-family: Space Grotesk;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  background: #0659F5 !important;
  color: #fff;
  border-radius: 6px;
  transition: 0.35s ease;
  width: 160px;
  height: 47px;
}

.trusted-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(31, 99, 255, 0.28);
}

/* LEFT LOGO */

.left-box .trusted-logo {
  width: 64px;
}

/* RIGHT BOX */

.right-box {
  position: relative;
  overflow: hidden;
}

/* SLIDER */

.logo-slider {
  position: relative;
  width: 120px;
  height: 70px;
  overflow: hidden;
}

/* ALL LOGOS */

.logo-slider .trusted-logo {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 70px;

  object-fit: contain;

  opacity: 0;

  transform: translate(-50%, 80px);

  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
}

/* ACTIVE LOGO */

.logo-slider .trusted-logo.active {
  opacity: 1;

  transform: translate(-50%, -50%);
}

/* PREVIOUS LOGO GOES UP */

.logo-slider .trusted-logo.exit {
  opacity: 0;

  transform: translate(-50%, -120px);
}

/* why client section  */

.why-clients-section {
  padding: 120px 0;
  background-color: #f9f9fb !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 90px;
}

.section-heading h2 {
  background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: center;
}

.section-heading p {
  color: #45556c;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.whyc-card img {
  width: 64px;
}
.whyca-card img {
  width: 64px;
}

.whyca-card {
  width: 65px;
  transition: 0.35s ease;
  padding: 20px;
  border-radius: 10px;
  width: 280px;
  height: fit-content;
}

.whyc-card {
  transition: 0.35s ease;
  padding: 20px;
  border-radius: 10px;
  max-width: 280px;
  height: fit-content;
}

/* .whyc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(31, 99, 255, 0.3);
} */

.why-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  margin-bottom: 34px;
  /* background-color: #0659f533; */
  /* box-shadow: 0 10px 30px rgba(31, 99, 25, 0.2); */
  /* opacity: 50%; */
}

.whyc-card h3 {
  color: #0f172b;
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: start;
  margin-bottom: 20px;
}
.whyc-card p {
  color: #45556c;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  padding-right: 20px;
}

.whyca-card {
  transition: 0.35s ease;
  padding: 20px;
  border-radius: 10px;
  max-width: 280px;
}
/* .whyca-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(31, 99, 255, 0.3);
} */

.whyca-card h3 {
  color: #0f172b;
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: start;
  margin-bottom: 0 !important;
}
.whyca-card p {
  color: #45556c;
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  padding-right: 20px;
}

/* partner section  */

.partners-section {
  display: grid;
  grid-template-columns: repeat(3.1fr);
  gap: 40px;
  background-color: #f9f9fb;
  padding: 0px 60px 250px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.partners-content {
  padding-top: 20px;
}

.partners-content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
  color: #222222;
}

.partners-content p {
  font-family: Space Grotesk;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #45556c;
}

.partner-box {
  position: relative;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  transition: all 0.45s ease;
  border-radius: 10px;
}

.partner-box:hover {
  transform: translateY(-8px);
  background-color: #1f63ff;
}

.partner-box img {
  width: 230px;
  object-fit: contain;
  transition: 0.45s ease;
}

.partner-overlay {
  position: absolute;
  inset: 0;
  background: #1657f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.35s ease;
}
.partner-box:hover .partner-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.partner-box:hover img {
  opacity: 0;
  transform: scale(0.1);
}

.partner-overlay p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
  max-width: 320px;
  margin-bottom: 28px;
  letter-spacing: normal;
  font-family: "Space Grotesk", sans-serif;
}

.partner-btn {
  background: #ffffff;
  color: #1657f0;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 500;
  transition: 0.35s ease;
  font-family: "Space Grotesk", sans-serif;
}

.partner-btn:hover {
  background: #0f43bc;
  color: #ffffff;
}

.partner-box:last-child img {
  width: 100px;
}

.cta-white {
  background-color: #f9f9fb;
}

.footer-section {
  margin-top: 0;
}

.footer-cta {
  top: 165px;
}

/* ==========================================
   TABLET RESPONSIVE
========================================== */

@media (max-width: 991px) {
  .trusted-section {
    padding: 120px 0 80px;
  }

  .trusted-title {
    font-size: 32px;
    line-height: 42px;
  }

  .trusted-para {
    font-size: 16px;
    line-height: 28px;
  }

  .trusted-logos {
    flex-direction: column;
    gap: 20px;
  }

  .plus-sign {
    font-size: 32px;
  }

  /* Why Clients */

  .why-clients-section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .section-heading h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
  }

  .whyc-card,
  .whyca-card {
    max-width: 100%;
    width: 100%;
  }

  /* Partners */

  .partners-section {
    padding: 0 20px 180px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .partners-content {
    grid-column: 1 / -1;
    text-align: center;
  }

  .partners-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .partners-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .partner-box {
    height: 220px;
  }

  .partner-box img {
    width: 180px;
  }

  .partner-overlay p {
    font-size: 16px;
    line-height: 1.6;
  }

  .partner-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width: 767px) {
  .container {
    width: 92%;
  }

  .trusted-section {
    padding: 100px 0 60px;
  }

  .trusted-badge {
    max-width: 100%;
    font-size: 13px;
    padding: 10px 16px;
  }

  .trusted-title {
    font-size: 28px;
    line-height: 36px;
  }

  .trusted-para {
    font-size: 15px;
    line-height: 26px;
  }

  .trusted-logos {
    flex-direction: column;
    gap: 16px;
  }

  .logo-box {
    width: 90px;
    height: 90px;
  }

  .trusted-logo {
    width: 55px;
  }

  .plus-sign {
    font-size: 28px;
  }

  .trusted-btn {
    width: 150px;
    height: 45px;
  }

  /* Why Clients */

  .why-clients-section {
    padding: 60px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .whyc-card,
  .whyca-card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .whyc-card h3,
  .whyca-card h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .whyc-card p,
  .whyca-card p {
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .why-icon {
    margin-bottom: 20px;
  }

  /* Partners */

  .partners-section {
    padding: 0 15px 150px;
  }

  .partners-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .partners-content {
    text-align: center;
    padding-top: 0;
  }

  .partners-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .partners-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .partner-box {
    height: 220px;
  }

  .partner-box img {
    width: 160px;
  }

  .partner-box:last-child img {
    width: 90px;
  }

  .partner-overlay {
    padding: 20px;
  }

  .partner-overlay p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .partner-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* CTA */

  .footer-cta {
    top: 100px;
    padding: 40px 20px;
    text-align: center;
  }
}

/* ==========================================
   SMALL MOBILE DEVICES
========================================== */

@media (max-width: 480px) {
  .trusted-title,
  .section-heading h2,
  .partners-content h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .trusted-para,
  .partners-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .partner-box {
    height: 200px;
  }

  .partner-box img {
    width: 140px;
  }

  .partner-overlay p {
    font-size: 14px;
  }

  .partner-btn {
    font-size: 13px;
    padding: 10px 18px;
  }
}
