   /* Fancybox Custom Styling */
    .custom-fancybox img {
        border-radius: 5%;
    }

    .custom-fancybox .fancybox-slide--image {
        background-color: rgba(255, 255, 255, 0.995);
    }

    .custom-fancybox .fancybox-toolbar {
        position: absolute;
        top: 60px;
        left: 69%;
        transform: translateX(-50%);
    }

    .custom-fancybox .fancybox-toolbar .fancybox_shop_now {
        position: absolute;
        background-color: #D93669 !important;
        border-radius: 50px !important;
        color: #ffffff;
        height: 50px;
        padding: 10px;
        margin-top: 430px;
        transform: translateX(-50%);
    }

    /* Product Grid & Zoom Effect */
    .single-grid-product {
        border: 1px solid black;
        padding: 10px;
    }

    .hover-zoom {
        transition: transform 0.3s;
    }

    .hover-zoom:hover {
        transform: scale(1.1);
    }

    a.fancybox_shop_now {
        display: inline !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Swiper & Story Section */
    #story {
        height: 300px;
    }

    .swiper-container {
        max-width: 100%;
        overflow: hidden;
        position: relative;
    }

    .swiper-slide {
        width: 20%;
        padding: 5px;
        margin-right: -50px;
    }

    .swiper-container .swiper-slide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 5%;
    }

    .swiper-container .swiper-slide video {
        object-fit: cover;
        width: 100%;
        height: 280px;
        border-radius: 5%;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }

    .image-text {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
        font-size: 12px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px;
    }

    .image-button {
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 10px;
        background-color: #333;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        transform: translate(6%, 31%);
        width: 40px;
        height: 40px;
        background-color: #333;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
    }

    .swiper-button-next {
        right: 10px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next-icon,
    .swiper-button-prev-icon {
        font-size: 10px;
    }

    /* Modal Styling */
    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.9);
    }

    .modal-content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .close {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        top: 20px;
        right: 30px;
        cursor: pointer;
    }

    .menu-items {
        position: relative;
    }

    /* Floating Contact Menu (Trendy Style) */
    .contact-menu-container {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 9999;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .main-contact-btn {
        width: 60px;
        height: 60px;
        background: #ff6600;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0 4px 15px rgba(255, 102, 0, 0.4);
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .main-contact-btn.active {
        transform: rotate(45deg);
        background: #007bff;
    }

    .contact-options {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

    .contact-options.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .option-btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        transition: transform 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .option-btn:hover {
        transform: scale(1.1);
        color: #fff;
    }

    .whatsapp-btn { background: #25d366; }
    .phone-btn { background: #FF0000; }

    /* Ghuranor border bad deya hoyeche */
    .main-contact-btn::after {
        display: none !important;
    }

    /* Category List Styling */
    .category-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .category-item {
        width: calc(33.33% - 10px);
        padding: 10px;
        background-color: #f5f5f5;
        border-radius: 5px;
    }

    .category-name {
        font-weight: bold;
        color: black;
        font-size: 15px;
    }

    .sub-category-item {
        margin-left: 20px;
        font-size: 16px;
        color: black !important;
    }

    /* Legacy Floating Buttons (Optional if using new container) */
    .phone {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 30%;
        right: 25px;
        background-color: rgb(255, 0, 0);
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 999 !important;
        transition: transform 0.3s;
        margin-bottom: 8px;
    }

    .whatsapp {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 18%;
        right: 25px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 999 !important;
        transition: transform 0.3s;
        margin-bottom: 2px;
    }

    .phone-zoom:hover, .whatsapp-zoom:hover { color: #FFF; transform: scale(1.1); }
    .my-phone, .my-whatsapp, .my-messenger { margin-top: 8px; }
    .messenger { height: 45px !important; width: 45px !important; }
    
    .btn-tooltip {
    position: absolute;
    bottom: 75px; /* Eita batton-er 75px upore thakbe */
    right: 0px;   /* Button-er shathe align thakbe */
    background: #ff6600;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px 20px 20px 5px; /* Upore thakar jonno premium shape */
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    
    opacity: 0;
    transform: translateY(10px); /* Upore-niche animationer jonno */
    transition: all 0.5s ease;
    pointer-events: none;
}

/* Tooltip upore nora-chora korar animation */
.btn-tooltip.show-auto {
    opacity: 1;
    transform: translateY(0);
    animation: bounce-vertical 2s infinite; 
}

@keyframes bounce-vertical {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* মেইন বাটন পালসিং ইফেক্ট (আগের মতোই থাকবে) */
.main-contact-btn {
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(255, 102, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0); }
}

    /* Media Queries for Responsiveness */
    @media only screen and (max-width: 742px) {
        .custom-fancybox .fancybox-toolbar .fancybox_shop_now {
            width: 100px;
            margin-top: 430px;
        }
    }

    @media (max-width: 768px) {
        .swiper-container .swiper-slide video {
            height: 200px;
        }
    }

    @media (max-width: 480px) {
        .swiper-container .swiper-slide video {
            height: 210px;
        }
    }

    @media (min-width: 624px) {
        .phone { display: none !important; }
    }