body {
    left: 0;
    position: relative;
    font-family: "Nunito", sans-serif;
    transition: linear all 0.2s;
}

.bg-purple-gradient {
    background: linear-gradient(135deg,
            rgba(102, 126, 234, 1) 0%,
            rgba(118, 75, 162, 1) 60%);
}

.navbar {
    height: 55px;
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.navbar-brand {
    display: flex;
    background: linear-gradient(135deg,
            rgba(102, 126, 234, 1) 0%,
            rgba(118, 75, 162, 1) 60%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    border: 0;
    font-weight: bold;
}

.navbar .nav-link {
    color: #ffffffd1;
    font-weight: 500;
    transition: linear all 0.2s;
}

.navbar .nav-link:hover {
    color: #505050;
}

.navbar .nav-link.active {
    color: #505050;
}

.offcanvas {
    width: 300px !important;
}

.offcanvas-backdrop {
    opacity: unset !important;
    backdrop-filter: blur(5px) !important;
    background: rgba(105, 82, 32, 0.2) !important;

}

.img-shopping-cart {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tmp-image {
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    width: 64px;
    height: 64px;
}

.tmp-image-nav {
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    width: 32px;
    height: 32px;
}

.product-title {
    text-transform: capitalize;
    margin-bottom: 0px;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.bg-them {
    background-color: rgb(255, 243, 206);
}

.product-card {
    height: 100%;
    width: 25rem !important;
    padding: 3rem 2rem;
    overflow: hidden;
    border: 1px solid rgb(224, 224, 224);
    transition: linear all 0.3s;
    border-radius: 12px;
}

.product-card:hover {
    border: 0px solid rgb(224, 224, 224);
    transform: translateY(-5px);
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.product-card-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ratio-21x8 {
    --bs-aspect-ratio: calc(8 / 21 * 100%);
}

.ratio-21x75 {
    --bs-aspect-ratio: calc(7.5 / 21 * 100%);
}

.ratio-21x7 {
    --bs-aspect-ratio: calc(7 / 21 * 100%);
}

.ratio-21x6 {
    --bs-aspect-ratio: calc(6 / 21 * 100%);
}

.ratio-21x5 {
    --bs-aspect-ratio: calc(5 / 21 * 100%);
}

.ratio-21x4 {
    --bs-aspect-ratio: calc(4 / 21 * 100%);
}

.object-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.carousel-content {
    display: flex;
    grid: 0;
    margin-right: 3.5%;
    margin-left: 3.5%;
}

.bg-purple {
    background-color: rgb(85, 14, 228);
}

.text-purple {
    color: rgb(85, 14, 228);
}

.btn-outline-purple {
    color: rgb(85, 14, 228);
    border: 1px solid rgb(85, 14, 228);
    background: transparent;
    transition: all 0.3s ease;
}

.btn-outline-purple:hover {
    background: #667eea;
    background: linear-gradient(135deg,
            rgba(102, 126, 234, 1) 0%,
            rgba(118, 75, 162, 1) 60%);
    color: #fff;
    transform: translateY(-2px);
}

.btn-purple {
    background: #667eea;
    background: linear-gradient(135deg,
            rgba(102, 126, 234, 1) 0%,
            rgba(118, 75, 162, 1) 60%);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(85, 14, 228);
    transition: all 0.3s ease;
}

.btn-purple:hover {
    background: rgb(255, 255, 255);
    color: rgb(85, 14, 228);
    border: 1px solid rgb(85, 14, 228);
    transform: translateY(-2px);
}

.bg-gray {
    background-color: #e8e9ff;
}

.card-partner {
    background-color: #ffffffe4;
}

.bg-purple-gradient {
    background: linear-gradient(165deg, #ed8f03 0%, #fbc83b 100%);
}

.footer-gradient {
    background: linear-gradient(165deg, #EF8D4B 0%, #FFE07D 100%);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.footer-gradient::before,
.bg-purple-gradient::before {
    content: "";
    position: absolute;
    background: radial-gradient(circle at 20% 50%,
            rgba(120, 119, 198, 0.3) 0%,
            transparent 50%),
        radial-gradient(circle at 80% 20%,
            rgba(255, 255, 255, 0.1) 0%,
            transparent 50%),
        radial-gradient(circle at 40% 80%,
            rgba(120, 119, 198, 0.2) 0%,
            transparent 50%);
    pointer-events: none;
}

.footer-section {
    height: 100%;
    border-radius: 12px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    background: rgba(32, 48, 105, 0.2);
    border: 1px solid rgba(100, 100, 100, 0.2);
}

.footer-link {
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    transition: linear all 0.2s;
}

.footer-link:hover {
    color: #a97316;
    padding-left: 0.5rem;
}

.footer-section-bottom {
    background: rgba(32, 48, 105, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1rem;
    position: relative;
}

.card-how-item {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(64, 64, 64, 0.2);
    display: flex;
    align-self: stretch;
    height: 100%;
}

.card-how {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
}


.w-40 {
    width: 40% !important;
}


.linear-gradient-theme {
    background: linear-gradient(135deg, #ff7b00, #ffd500)
}

.linear-gradient-theme-2 {
    background: linear-gradient(135deg, #EF8D4B, #FFE07D)
}

.budge-circle-theme {
    position: absolute;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.text-blue-theme {
    color: rgb(32, 48, 105);
}



.ppt-1x {
    padding-top: 1rem !important;
}

.ppt-2x {
    padding-top: 2rem !important;
}

.ppt-3x {
    padding-top: 3rem !important;
}

.ppt-4x {
    padding-top: 4rem !important;
}

.icon-canvas {
    width: 24px;
    text-align: left;
}

.arrow-icon {
    font-size: 10px;
    margin-left: auto;
    margin-right: 0.8rem;
    transition: transform 0.3s ease;
}

/* pas accordion terbuka */
#navAccordion .nav-link:not(.collapsed)>.arrow-icon {
    transform: rotate(-90deg);
}






@media (max-width: 576px) {
    .product-card {
        width: 20rem !important;
    }

    .horizontal-sm-scroll {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 20px;
        scrollbar-width: none;
    }

    .horizontal-sm-scroll::-webkit-scrollbar {
        display: none;
    }

    .horizontal-sm-scroll>* {
        flex: 0 0 auto;
    }

}
@media (min-width: 992px) {
    .offcanvas {
        visibility: visible !important;
        transform: none !important;
        display: none !important; /* Memaksa hilang saat layar lebar */
    }
    
    /* Jika Anda ingin backdrop/hitam-hitamnya juga hilang */
    .offcanvas-backdrop {
        display: none !important;
    }
}
