.each-affilite-company-logo-container img {
  width: auto;
  height: 100px;
}

html .scroll-to-top.visible {
  bottom: 20px;
}

.logo-circle {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #f0f0f0 0%, #dcdcdc 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden; /* ensures nothing sticks out */
  transition: transform 0.3s ease;
}

.logo-circle img {
  width: 95% !important;
  height: 95%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.site-footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 20px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}
p {
  color: #000;
}
.footer-contact{
  color: #ccc;
}
strong {
  color: var(--primary) !important;
}
.footer-logo {
  width: 140px;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  margin: 30px 0 20px;
  border-bottom: 2px solid #f47621;
  display: inline-block;
}

.footer-links {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #f47621;
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.social-icon {
  color: #ccc;
  font-size: 22px;
  transition: color 0.3s;
}

.social-icon:hover {
  color: #f47621;
}

.icon {
  color: #f47621;
  margin-right: 6px;
}

.email-link {
  color: #ccc;
  text-decoration: none;
}

.email-link:hover {
  color: #f47621;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-section {
    min-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2.custom-5-col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Responsive fallback: stack on mobile */
@media (max-width: 1199.98px) {
  .custom-5-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.service-box {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  height: 100%;
}

.service-box img {
  width: 150px;
  margin-bottom: 15px;
}

.service-box h5 {
  font-weight: bold;
  font-size: 18px;
  min-height: 50px;
}

.service-box p {
  font-size: 14px;
  min-height: 70px;
  margin: 0;
}

.triangle {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 300px;
  height: 150px;
  object-fit: cover;
}

.tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.arrow-home {
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 50px;
}

.tabs {
  display: flex;
  gap: 10px;
}

.tab {
  padding: 8px 15px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: black;
}

.tab.active {
  border-bottom: 2px solid var(--primary);
  font-weight: bold;
  color: black;
}

.tab:hover {
  background: #bbb;
}

.slider-container-two {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 200%;
  transition: transform 0.8s ease-in-out;
}

.slide {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
  padding: 20px 0;
}

.slide img {
  max-width: 50%;
}
.slide ul {
  font-size: 1.1em;
  line-height: 1.6;
  list-style: disc inside;
  margin: 0;
  padding: 0;
  max-width: 55%;
  color: black;
}

@media (max-width: 768px) {
  .slide {
    flex-direction: column;
    align-items: flex-start;
  }

  .slide img {
    max-width: 100%;
  }

  .slide ul {
    max-width: 100%;
    font-size: 11px;
  }
}
.owl-nav.custom-owl-nav button.owl-prev,
.owl-nav.custom-owl-nav button.owl-next {
  background-color: #000 !important;
  color: #fff !important;
  padding: 0px 30px 0px 10px !important;
  font-size: 20px;
  border: none;
  margin: 0 10px !important;
  cursor: pointer;
}

  .savings-section {
      background-color: #222831; /* Dark charcoal */
      color: #fff;
      padding: 50px 20px;
    }
    .savings-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }
    .savings-text {
      max-width: 400px;
    }
    .savings-text h2 {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.2;
      color: #FFFFFF;
    }
    .savings-text p {
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.5;
      color: #CCCCCC;
    }
    .savings-text a.btn {
      margin-top: 20px;
      display: inline-block;
      background-color: var(--primary); /* Cyan Blue */
      color: #000;
      padding: 12px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
    }
    .chart-wrapper {
      width: 600px;
      max-width: 90vw;
    }