.section-1 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-1 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

.responsive-cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 59.8% 53.3%;
  opacity: 1;
  border-radius: 1rem;
}

.avatar-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
}
.section-1 .avatar-stack > .avatar-img:not(:first-child) {
  margin-left: -15px;
}
.star-filled {
  color: #facc15;
}

.section-2 .responsive-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.section-2 .icon-container {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .section-2 .responsive-img-container {
    min-height: 400px !important;
  }

  .section-2 .responsive-img-container img {
    height: 400px !important;
    width: 100% !important;
    position: relative !important;
    object-position: center !important;
    border-radius: 1rem !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .section-2 .responsive-img {
    height: 400px;
  }
}

.section-3 .responsive-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .section-3 .responsive-img-container {
    min-height: 400px !important;
  }

  .section-3 .responsive-img-container img {
    height: 400px !important;
    width: 100% !important;
    position: relative !important;
    object-position: center !important;
    border-radius: 1rem !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .section-3 .responsive-img {
    height: 400px;
  }
}

.section-4 .responsive-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .section-4 .responsive-img-container {
    min-height: 400px !important;
  }

  .section-4 .responsive-img-container img {
    height: 400px !important;
    width: 100% !important;
    position: relative !important;
    object-position: center !important;
    border-radius: 1rem !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .section-4 .responsive-img {
    height: 400px;
  }
}

.section-5 .aspect-ratio-5-6 {
  position: relative;
  width: 100%;
  padding-bottom: 83.3333%; /* 5:6 aspect ratio */
}
.section-5 .aspect-ratio-5-6 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.75rem; /* rounded-xl */
}
@media (max-width: 575.98px) {
  /* Remove border-radius on small screens */
  .section-5 .aspect-ratio-5-6 img {
    border-radius: 0;
  }
}

.section-6 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-6 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

@media (max-width: 768px) {
  .section-6 .btn-Hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}

.section-6 .smaller-text {
  font-size: 0.85rem;
}

/*Trust Section 1 */
.section-6 .logo-slide-loop {
  display: flex;
  animation: slide-loop 20s linear infinite;
  opacity: 0.75;
  width: 1920px;
}
.section-6 .logo-item {
  flex: 0 0 160px;
  padding: 0 1.5rem;
  height: 1.8rem;
}
.section-6 .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}

.section-6 .loogo_width {
  max-width: 900px;
  overflow: hidden;
  margin: auto;
}
@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-960px);
  }
}

.section-6 .bg-gradient-custom {
  background: linear-gradient(
    325deg,
    rgb(214, 234, 255) 0%,
    rgb(250, 253, 255) 100%
  );
  border-radius: 1rem;
}

.section-8 .section-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
}

.section-8 .custom_container {
  max-width: 1536px;
  padding-left: 48px;
  padding-right: 48px;
}

.section-8 .Heading_Font {
  font-size: 45px;
}
.section-8 input.form-control {
  border-width: 1px;
  height: 60px;
  font-size: 0.9rem;
  font-weight: 200;
}

.section-8 .responsive-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .section-8 .responsive-img-container {
    min-height: 400px !important;
  }

  .section-8 .responsive-img-container img {
    height: 400px !important;
    width: 100% !important;
    position: relative !important;
    object-position: center !important;
    border-radius: 1rem !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  .section-8 .responsive-img {
    height: 400px;
  }
}

/* Section 9 */
.section-9 {
  overflow-x: hidden !important; /* --- Horizontal Scroll FIX --- */
}

.section-9 .card_image {
  width: 100%;
  height: 250px;
  border-radius: 1rem;
  object-fit: cover;
}

.section-9 .font {
  font-size: 15px;
}

/* Mobile (< 768px) */
@media (max-width: 768.98px) {
  /* Fix images */
  .section-9 .card_image {
    height: 200px;
    border-radius: 0.8rem;
  }

  /* Remove padding overflow */
  .section-9 .col-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Fix internal padding */
  .section-9 .col-md-4 > div.mt-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-9 .row.g-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .section-9 .col-md-4 {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
  }

  .section-9 .col-md-4 > div.mt-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.section-10 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-10 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

@media (max-width: 768px) {
  .section-10 .btn-Hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}

.section-10 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-10 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

@media (max-width: 768px) {
  .section-10 .btn-Hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}

.section-11 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-11 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

@media (max-width: 768px) {
  .section-11 .btn-Hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}

.section-12 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

.section-12 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}

@media (max-width: 768px) {
  .section-12 .btn-Hero {
    padding: 14px 40px;
    font-size: 16px;
    width: 95%;
    max-width: none;
  }
}
