/* section-1*/

.section-product-1 .btn-responsive {
  width: auto; /* default width */
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

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

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

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

.section-product-1 .feature-image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
}

.section-product-1 .divider {
  border-top: 1px solid #e5e7eb;
  margin: 1.5rem 0;
}

@media (max-width: 768.98px) {
  .section-product-1 .feature-image {
    width: 100%;
    height: 200px;
    border-radius: 1rem;
    object-fit: cover;
  }
}

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

.section-product-1 .smaller-text {
  font-size: 0.9rem;
  color: #555;
}

/* section-2*/

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

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

.section-product-2 .smaller-text {
  font-size: 0.9rem;
  color: #555;
}

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

  .section-product-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-product-2 .responsive-img {
    height: 400px;
  }
}

/* section-3 */

.section-product-3 .icon-container {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: cover !important;
}

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

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

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

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

  .section-product-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-product-3 .responsive-img {
    height: 400px;
  }
}
/* section-4 */
.section-product-4 {
  overflow-x: hidden !important; /* --- SCROLL FIX --- */
}

.section-product-4 .card_image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
}

.section-product-4 .font {
  font-size: 15px;
}

/* Mobile (<768px) */
@media (max-width: 768.98px) {
  .section-product-4 .card_image {
    width: 100%;
    height: 200px;
    border-radius: 0.8rem;
    object-fit: cover;
  }

  /* Fix spacing to avoid horizontal scroll */
  .section-product-4 .col-md-4 {
    padding: 0 1rem !important;
  }

  .section-product-4 .mt-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

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

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

  .section-product-4 .card_image {
    height: 220px;
    width: 100%;
    border-radius: 1.2rem !important;
    object-fit: cover;
  }

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

/* section-5 */
.section-product-5 {
  overflow-x: hidden !important; /* --- SCROLL FIX --- */
}

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

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

.section-product-5 .feature-image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
}

.section-product-5 .font {
  font-size: 15px;
}

.section-product-5 .icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* Tablet (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .section-product-5 .col-md-4 {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
  }
}

/* Mobile (<768px) */
@media (max-width: 768.98px) {
  .section-product-5 .feature-image {
    width: 100%;
    height: 200px;
    border-radius: 0.8rem;
    object-fit: cover;
  }

  .section-product-5 .btn-responsive {
    width: 95% !important;
  }

  .section-product-5 .row.g-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  /* Scroll fix — remove large padding in mobile */
  .section-product-5 .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .section-product-5 .col-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* section-6 */
.section-product-6 .custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.section-product-6 .custom-col {
  flex: 0 0 45%;
  max-width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-product-6 .custom-col h5 {
  font-size: 1rem;
  font-weight: 700;
}

.section-product-6 .custom-col p {
  font-size: 1rem;
  color: #6c757d;
}

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

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

/* Mobile devices (chhote screens) ke liye */
@media (max-width: 767.98px) {
  .section-product-6 .custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-product-6 .btn-responsive {
    width: 95% !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section-product-6 .btn-responsive {
    width: 95% !important;
  }
}

/* section-7 */
.section-product-7 .hover-opacity-100:hover {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}

.section-product-7 .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem; /* .rounded-lg */
  height: 100%;
  min-height: 375px;
}

.section-product-7 .image-container img {
  object-fit: cover;
  width: 100%;
  height: 600px;
  display: block;
  border-radius: 0.5rem;
}

.section-product-7 .overlay-button {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.section-product-7 .image-container:hover .overlay-button {
  opacity: 1;
}

/* section-8 */
.section-product-8 .logo-slide-loop {
  display: flex;
  animation: slide-loop 20s linear infinite;
  opacity: 0.75;
  width: 1920px;
}
.section-product-8 .logo-item {
  flex: 0 0 160px;
  padding: 0 1.5rem;
  height: 1.6rem;
}
.section-product-8 .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-product-8 .loogo_width {
  max-width: 1000px;
  overflow: hidden;
  margin: auto;
}

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

.section-product-8 .btn-Hero:hover {
  background-color: #1086fc;
  color: rgb(22, 83, 206);
}
@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-960px);
  }
}

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

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

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

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

@media (max-width: 768.98px) {
  .responsive-img {
    height: 400px;
  }

  .section-product-8 .Heading_Font {
    font-size: 42px;
  }
}

/* section-9 */
.section-product-9 .card-title {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.section-product-9 .btn-Hero {
  background-color: #0080ff;
  color: #f5f5f5;
  padding: 14px 30px;
}

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

@media (max-width: 767.98px) {
  .section-product-9 .btn-responsive {
    width: 95% !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .section-product-9 .btn-responsive {
    width: 95% !important;
  }
}
