/* Start custom CSS for html, class: .elementor-element-2701fae *//* ===============================
   CORPORATE AFFILIATIONS SECTION
   =============================== */

#main-content {
  background-color: #ffffff;
  font-family: "Inter", "Poppins", sans-serif;
  color: #1e293b;
  line-height: 1.6;
}

/* Container */
.body-container {
  padding: 80px 20px;
  max-width: 1300px;
  margin: 0 auto;
}

/* Headings */
.body-container h1,
.body-container h2 {
  text-align: center;
  color: #0f172a;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.body-container h1 {
  font-size: 2.5rem;
  color: #1565C0; /* Blue Qubit primary color */
}

.body-container h2 {
  font-size: 2rem;
  color: #07693F; /* Accent green */
}

.body-container p {
  text-align: center;
  color: #475569;
  font-size: 16px;
  max-width: 950px;
  margin: 0 auto 50px;
}

/* ===============================
   LOGO SLIDER SECTION
   =============================== */

.jake-logo-slider {
  position: relative;
  padding: 40px 0;
}

.jake-logo-slider__swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Logo Images */
.jake-logo-slider__swiper img {
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  max-height: 100px;
  object-fit: contain;
}

.jake-logo-slider__swiper img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Swiper Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  color: #1565C0;
  transition: 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #0d47a1;
}

/* Swiper Pagination Bullets */
.swiper-pagination-bullet {
  background-color: #cbd5e1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #1565C0;
}

/* ===============================
   "WHAT SETS US APART" SECTION
   =============================== */

#hs_cos_wrapper_widget_1718139079675 {
  background-color: #f8fafc;
  padding: 80px 20px;
  border-radius: 12px;
  margin-top: 60px;
}

#hs_cos_wrapper_widget_1718139079675 h2 {
  color: #1565C0;
}

#hs_cos_wrapper_widget_1718139079675 p {
  color: #334155;
  max-width: 900px;
  margin: 20px auto 0;
  font-size: 17px;
}

/* ===============================
   DUNS & BADGE SECTION
   =============================== */

.relations-grid,
#hs_cos_wrapper_widget_1725389229443 {
  text-align: center;
  margin: 60px 0;
}

#Iframe1 {
  border: none;
  width: 180px;
  height: 180px;
  margin-top: 20px;
}

/* ===============================
   RESPONSIVE DESIGN
   =============================== */

@media (max-width: 1024px) {
  .body-container {
    padding: 60px 20px;
  }

  .body-container h1 {
    font-size: 2rem;
  }

  .body-container h2 {
    font-size: 1.5rem;
  }

  .body-container p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .jake-logo-slider__swiper img {
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .body-container {
    padding: 40px 16px;
  }

  .body-container h1 {
    font-size: 1.8rem;
  }

  .body-container h2 {
    font-size: 1.4rem;
  }

  #Iframe1 {
    width: 140px;
    height: 140px;
  }
}/* End custom CSS */