.elementor-1738 .elementor-element.elementor-element-d57817e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-d57817e *//* === ফুল প্রিমিয়াম ব্র্যান্ড উইজেট মেইন বক্স === */
ul.brand-thumbnails-description {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    list-style: none !important;
    padding: 30px 24px !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    
    /* গ্লাস ইফেক্ট ও প্রিমিয়াম ব্যাকগ্রাউন্ড */
    background: linear-gradient(135deg, #ffffff 0%, #faf5fc 100%) !important;
    border: 1px solid rgba(92, 18, 138, 0.1) !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(92, 18, 138, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    box-sizing: border-box !important;
    position: relative !important;
}

/* উইজেটের প্রিমিয়াম হেডার টাইটেল ও আন্ডারলাইন */
ul.brand-thumbnails-description::before {
    content: "Trusted & Featured Brands" !important;
    display: block !important;
    width: 100% !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #5c128a !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ff4f8b !important;
    letter-spacing: 0.3px !important;
}

/* প্রতিটি ব্র্যান্ডের জন্য ইনডিভিজুয়াল প্রিমিয়াম কার্ড */
ul.brand-thumbnails-description li.first {
    width: calc(10% - 14.4px) !important;
    flex: 0 0 calc(10% - 14.4px) !important;
    text-align: center !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 3px !important; /* রানিং বর্ডারের স্পেস */
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* চারপাশের বর্ডার দিয়ে স্মুথ রানিং লাইট অ্যানিমেশন (#5c128a এবং #ff4f8b) */
ul.brand-thumbnails-description li.first::after {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    z-index: -1 !important;
    
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 60deg,
        #5c128a 180deg,
        #ff4f8b 240deg,
        transparent 300deg,
        transparent 360deg
    ) !important;
    
    animation: outerBorderRotate 3s linear infinite !important;
    opacity: 0.85 !important;
}

/* হোভারে অ্যানিমেশন ফাস্ট হবে ও কার্ড হালকা উপরে উঠবে */
ul.brand-thumbnails-description li.first:hover::after {
    animation: outerBorderRotate 1.2s linear infinite !important;
}

ul.brand-thumbnails-description li.first:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(92, 18, 138, 0.2) !important;
}

/* কার্ডের ভেতরের সাদা ব্যাকগ্রাউন্ড লেয়ার */
ul.brand-thumbnails-description li.first a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    background: #ffffff !important;
    border-radius: 10px !important;
}

/* ডেসক্রিপশন হাইড করা */
ul.brand-thumbnails-description li.first .term-description {
    display: none !important;
}

/* ব্র্যান্ড লোগো ইমেজ সাইজ ও প্রিমিয়াম জুম ইফেক্ট */
ul.brand-thumbnails-description li.first img {
    width: 100% !important;
    height: 45px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
    padding: 6px !important;
    position: relative !important;
    z-index: 2 !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

/* মাউস আসলে লোগো বড় হবে */
ul.brand-thumbnails-description li.first:hover img {
    transform: scale(1.18) !important;
}

/* রোটেশন অ্যানিমেশন কী-ফ্রেম */
@keyframes outerBorderRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* রেসপন্সিভ ডিজাইন (ল্যাপটপ, ট্যাব ও মোবাইল ফ্রেন্ডলি) */
@media (max-width: 1400px) {
    ul.brand-thumbnails-description li.first {
        width: calc(12.5% - 14px) !important;
        flex: 0 0 calc(12.5% - 14px) !important;
    }
}

@media (max-width: 1200px) {
    ul.brand-thumbnails-description li.first {
        width: calc(16.66% - 13.5px) !important;
        flex: 0 0 calc(16.66% - 13.5px) !important;
    }
}

@media (max-width: 768px) {
    ul.brand-thumbnails-description {
        padding: 18px 14px !important;
        gap: 10px !important;
    }
    ul.brand-thumbnails-description li.first {
        width: calc(25% - 8px) !important;
        flex: 0 0 calc(25% - 8px) !important;
    }
}

@media (max-width: 480px) {
    ul.brand-thumbnails-description li.first {
        width: calc(33.33% - 7px) !important;
        flex: 0 0 calc(33.33% - 7px) !important;
    }
}/* End custom CSS */