html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


@media (min-width: 1920px) {
    .container {
        max-width: 1880px !important;
    }
}

@media (max-width: 992px) {
    .carousel-container {
        width: 90%;
    }

    .main-testimoni-box {
        flex-direction: column;
        height: auto;
    }

    .testimoni-image, .testimoni-content {
        width: 100%;
    }

    .testimoni-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .side-mosque {
        display: none;
    }
}
@media (max-width: 768px) {
    .main-container {
        padding: 0 15px;
    }

    .header-section .d-flex {
        flex-direction: column;
        gap: 15px;
    }

    .search-container {
        max-width: 100%;
    }

    .kategori-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .kategori-title {
        font-size: 24px;
    }

    .section-title {
        font-size: 22px;
    }

    .banner-section {
        flex-direction: column;
        height: auto;
    }

    .banner-left,
    .banner-right {
        height: 200px;
    }

    .scroll-container {
        padding: 20px 15px;
    }

    .nav-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    .product-card {
        min-width: 160px;
        width: 160px;
    }

    .bestseller-card {
        min-width: 180px;
        width: 180px;
    }

    .scroll-container {
        gap: 15px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}