.elementor-1893 .elementor-element.elementor-element-5bdae55{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6fd0880 */.cookie-wrapper { max-width: 900px; margin: 50px auto; padding: 20px; font-family: 'Lexend Deca', sans-serif; }
.cookie-header { text-align: center; margin-bottom: 50px; }

.cookie-card {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 8px solid #4CAF50; /* গ্রিন সিগনেচার বর্ডার */
    transition: transform 0.3s ease;
}

.cookie-card:hover { transform: translateY(-5px); }
.cookie-card h3 { color: #333; margin-bottom: 10px; }
.cookie-card p, .cookie-card ul { color: #666; line-height: 1.7; }
.cookie-card ul { padding-left: 20px; }

/* অ্যানিমেশন */
.animate-card { animation: fadeInUp 0.8s ease forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }/* End custom CSS */