/* navbar */
@media (max-width: 767px) {
  .contact-btn {
    width: 100%;
    text-align: center;
    padding: 8px 16px;
  }
}

/* banner */
@media (max-width: 1024px) {
  .progress-bar-wrapper {
    width: 60px;
    /* height: 4px; */
  }
}

@media (max-width: 768px) {
  .progress-bar-wrapper {
    width: 50px;
    /* height: 4px; */
  }
}

@media (max-width: 480px) {
  .progress-bar-wrapper {
    width: 40px;
    /* height: 3px; */
  }
}

/* our brands */
@media (max-width: 992px) {
  .container-box {
    max-width: 90%;
    padding: 25px 30px;
    margin-right: 3%;
  }
}

@media (max-width: 768px) {
  .info-section {
    justify-content: center;
    padding: 40px 20px;
    background-size: 110% auto;
    background-position: top center;
  }

  .container-box {
    margin: 0;
    max-width: 100%;
    padding: 20px;
  }

  .bold-text {
    font-size: 15px;
  }

  h1 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .info-section {
    background-size: 120% auto;
    background-position: center top;
  }

  .container-box {
    padding: 15px;
  }

  .bold-text {
    font-size: 14px;
  }

  h1 {
    font-size: 20px;
  }
}

/* our products */
/* Tablet screens */
@media (max-width: 1024px) {
  .product-card {
    width: 200px;
  }

  .product-image {
    height: 180px;
  }

  .product-name,
  .product-size {
    font-size: 14px;
  }

  .shop-now-btn,
  .excited-btn {
    font-size: 14px;
    padding: 8px 0;
  }

  .product-list-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    overflow-x: hidden;
  }
}

/* Mobile screens */
@media (max-width: 768px) {
  .product-list-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }

  .product-card {
    width: 180px;
  }

  .product-image {
    height: 160px;
  }

  .product-name,
  .product-size {
    font-size: 13px;
  }

  .shop-now-btn,
  .excited-btn {
    font-size: 13px;
    padding: 7px 0;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .product-card {
    width: 160px;
  }

  .product-image {
    height: 140px;
  }

  .product-name,
  .product-size {
    font-size: 12px;
  }

  .shop-now-btn,
  .excited-btn {
    font-size: 12px;
    padding: 6px 0;
  }
}

/* mission and vision */
@media (max-width: 768px) {
  .image-wrapper img {
    height: 300px;
  }
  
  .info-box {
    width: 90%;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .image-wrapper img {
    height: 200px;
  }
  
  .info-box {
    width: 100%;
    padding: 0.75rem;
  }
}

/* bringing the promise */
@media (max-width: 992px) {
    .container-section {
        justify-content: center;
        gap: 30px;
    }

    .image-box {
        width: 300px;
        height: 300px;
    }

    .heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .container-section {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .image-box {
        width: 100%;
        max-width: 350px;
        height: auto;
        aspect-ratio: 1/1;
    }

    .heading {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .heading {
        font-size: 28px;
    }

    .text-overlay h3 {
        font-size: 16px;
    }

    .text-overlay p {
        font-size: 13px;
    }
}

/* upcoming launch */
@media (min-width: 992px) {
  .product-scroll-wrapper {
    justify-content: center;
  }

  .product-item {
    width: 240px;
  }
}

/* Medium screens */
@media (max-width: 1024px) {
  .product-item {
    width: 200px;
  }

  .product-scroll-wrapper {
    padding: 10px 16px;
    gap: 16px;
    justify-content: flex-start;
  }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
  .product-scroll-wrapper {
    gap: 16px;
    padding-inline: 12px;
  }

  .product-item {
    width: 160px;
  }
}

/* d2c section */
@media (min-width: 768px) {
  .top-section {
    height: 280px;
  }

  .bottom-section {
    height: 550px;
  }

  .text-section {
    width: 50%;
    padding: 60px;
  }

  .image-section {
    width: 50%;
  }

  .badge-circle {
    width: 130px;
    height: 130px;
    top: -60px;
    left: 40px;
  }

  .badge-circle h3 {
    font-size: 36px;
  }

  .badge-circle p {
    font-size: 14px;
  }
}

/* live locations */
@media (max-width: 992px) {
  .locations-wrapper {
    flex-direction: column;
  }

  .locations-list,
  .map-wrapper {
    width: 100%;
  }

  .map-wrapper {
    height: 350px;
    margin-top: 20px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .section-heading {
    font-size: 1.5rem;
  }

  .location-item {
    font-size: 1rem;
  }

  .map-wrapper {
    height: 250px;
    border-radius: 8px;
    box-shadow: none;
    margin-top: 16px;
  }

  .location-map {
    border-radius: 8px;
  }
}

/* recycle */
@media (max-width: 991.98px) {
  .responsive-section {
    flex-direction: column;
    align-items: center;
  }

  .recycle-image,
  .right-image-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }

  .recycle-image img,
  .right-image-wrapper img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    border-radius: 12px;
  }
}

/* certification */
@media (max-width: 768px) {
  .carousel-item-img {
    width: 90px;
    height: 80px;
    margin: 0 20px;
  }
}

@media (max-width: 480px) {
  .carousel-item-img {
    width: 70px;
    height: 60px;
    margin: 0 16px;
  }
}

/* partner with us */
@media (max-width: 768px) {
  .partner-box {
    padding: 1.25rem;
    font-size: 0.95rem;
  }

  .circle-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/* register with us */
@media (max-width: 991.98px) {
  .image-container {
    margin-bottom: 1rem;
  }

  .full-image {
    margin-bottom: 0;
  }
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
  .content-box {
    padding: 1.5rem;
  }

  .btn-pink {
    width: 100%;
    text-align: center;
  }

  .full-image {
    margin-bottom: 1rem;
  }
}

/* footer section */
@media (max-width: 1024px) {
  .footer-section {
    padding: 50px 30px;
    background-size: cover;
  }

  .footer-heading {
    font-size: 1.1rem;
  }

  .footer-text {
    font-size: 0.9rem;
  }

  .footer-link {
    font-size: 0.9rem;
  }

  .footer-section .row > div {
    margin-bottom: 2rem;
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .footer-section {
    padding: 40px 20px 60px;
    background-size: cover;
    background-position: top center;
    text-align: center;
  }

  .footer-heading {
    font-size: 1.05rem;
  }

  .footer-text {
    font-size: 0.88rem;
  }

  .footer-bottom {
    font-size: 0.85rem;
    padding: 1rem 0;
  }
}