﻿
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: white; /* Adjust color as needed */
    z-index: 1030; /* Ensures header stays above content */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.body-content {
    padding-top: 3%; /* Adjust based on your header height */
}


.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.header-padding-fix {
    padding-left: 0%;
    position: static !important;
}
.toast-margin-top {
    margin-top: 70px;
}

#toastProgressBarContainer {
    height: 3px;
}

#toastProgress {
    width: 100%;
}
.card-custom {
    padding: 4px 10px 0px; 
}
.table-no-spacing {
    border-collapse: collapse;
    border-spacing: 0;
}
.filter-modal-hidden {
    visibility: hidden;
}
.image-preview {
    display: none;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
}
.image-label {
    margin-top: 16px;
}

.image-preview-hidden {
    width: 150px;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
    display: block; /* default display */
}

.hidden {
    display: none;
}

.btn-remove-image {
    display: inline-block; 
}

    .btn-remove-image.hidden {
        display: none;
    }
.style1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.style2 {
    margin-top: 70px;
}
.style3 {
    height: 3px;
}
.style4 {
    width: 100%;
}
.hidden-style-tem {
    display: none
}
.filterwidth{
    width:368px;
}
.productDetail-top-margin {
    margin-top: 113px !important;
}
.logo.logo-lg {
    width: 100px;
    height: 50px;
}
@media (min-width:992px) {
    .promotion-slider {
        margin-top: 60px !important;
        width: 100%;
        /*max-width: 600px;*/ /* Adjust as needed */
        height: 335px; /* Adjust height */
        overflow: hidden;
        position: relative;
        margin: auto;
        border-radius: 10px;
    }
    .logo.logo-lg {
        width: 200px;
        height: 100px;
    }
    .style2 {
        margin-top: 100px;
    }
}
    .btn-primary-desktop {
        background-color: black !important;
        border-color: black !important;
        color: white !important;
    }

    @media (min-width: 1200px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 96%;
        }
    }


.footer-card {
    background: #260031;
    margin-top:100px;
    color: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    font-family: 'Segoe UI', sans-serif;
    position: relative; /* important */
    z-index: 1;
}

.footer-title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    padding-bottom: 10px;
}

.contact-info p,
.outlet-item {
    margin-bottom: 10px;
    font-size: 15px;
}

.outlet-item {
    padding: 12px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    transition: 0.3s ease;
}

    .outlet-item:hover {
        background: rgba(255,255,255,0.15);
        transform: translateY(-2px);
    }

.footer-logo {
    font-size: 3rem;
    font-weight: 800;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    opacity: 0.15;
    letter-spacing: 5px;
    position: absolute;
    right: 10px;
    top: 20px;
}

.icon-circle {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
    opacity: 0.85;
}

@media(max-width:768px) {
    .footer-logo {
        display: none;
    }

    .footer-title {
        font-size: 1.3rem;
    }
}
.social-icons {
    display: flex;
    gap: 12px;
    z-index: 100;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

    /* Facebook Original Color */
    .social-icon:nth-child(1) {
        background: #1877F2;
    }

    /* Instagram Original Gradient */
    .social-icon:nth-child(2) {
        background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100% );
    }

    /* TikTok Original Color */
    .social-icon:nth-child(3) {
        background: #000000;
    }

    /* Hover Effect */
    .social-icon:hover {
        transform: translateY(-4px) scale(1.08);
        color: #fff;
    }
    .social-icon:nth-child(3) {
        background: #000;
        box-shadow: -2px 0 #25F4EE, 2px 0 #FE2C55;
    }
@media(max-width:768px) {
    .social-icons {
        position: static !important;
        justify-content: center;
        margin-bottom: 20px;
    }
}