.elementor-257 .elementor-element.elementor-element-227c6954{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-257 .elementor-element.elementor-element-4d9868b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:5px 5px;--row-gap:5px;--column-gap:5px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-257 .elementor-element.elementor-element-1b250577{text-align:center;}.elementor-257 .elementor-element.elementor-element-1b250577 .elementor-heading-title{font-family:"Hind Siliguri", Sans-serif;font-size:12px;font-weight:300;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-257 .elementor-element.elementor-element-51fb5688{text-align:center;}.elementor-257 .elementor-element.elementor-element-51fb5688 .elementor-heading-title{font-family:"Hind Siliguri", Sans-serif;font-size:15px;font-weight:300;color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-450cb18a */@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;600;700&display=swap');

/* বেস ভ্যারিয়েবল ও স্টাইল */
.ffz-main-footer {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    font-family: 'Hind Siliguri', sans-serif;
    color: #4a5568;
    padding: 50px 0 20px 0; /* টপ প্যাডিং সামান্য অপ্টিমাইজড */
}

.ffz-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr); /* প্রফেশনাল গ্রিড রেশিও */
    gap: 30px;
}

/* লোগো ও ব্র্যান্ড এরিয়া */
.ffz-footer-logo {
    width: 100px;
    margin-bottom: 15px;
    display: block;
}

.ffz-brand-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 18px;
}

/* কন্টাক্ট ইনফো ও আইকন */
.ffz-contact-details {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.ffz-contact-details li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #334155;
}

.ffz-contact-details li a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.ffz-contact-details li a:hover {
    color: #F48721;
}

.ffz-icon-wrap {
    color: #F48721;
    font-size: 14px;
    width: 18px;
    display: flex;
    justify-content: center;
}

/* হেডিং স্টাইল */
.ffz-footer-heading {
    color: #1a2b4c;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
}

/* লিংক মেনু ও হুভার অ্যানিমেশন */
.ffz-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ffz-footer-links li {
    margin-bottom: 8px;
}

.ffz-footer-links li a {
    font-size: 14px;
    color: #526173;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* হুভার করলে লেখা সামান্য ডানে সরবে এবং কালার পরিবর্তন হবে */
.ffz-footer-links li a:hover {
    color: #F48721;
    transform: translateX(4px);
}

/* সোশ্যাল আইকন স্টাইল ও অ্যানিমেশন */
.ffz-social-links {
    display: flex;
    gap: 10px;
}

.ffz-social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f8fafc;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* সোশ্যাল হুভার ইফেক্ট */
.ffz-social-icon:hover {
    background: #F48721;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(244, 135, 33, 0.3);
}

/* কন্টাক্ট লিস্ট আইকনে হালকা পালস অ্যানিমেশন (সবসময় চলবে না, কার্ড এরিয়া লাকিলি ইন্টারেক্টিভ রাখতে) */
.ffz-brand-info:hover .ffz-icon-wrap i {
    animation: iconPulse 0.5s ease-in-out infinite alternate;
}

@keyframes iconPulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

/* কপিরাইট বটম এরিয়া */
.ffz-footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #f1f5f9;
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
}

/* =========================================
   ট্যাবলেট এবং রেসপনসিভনেস (Tablet Layout)
   ========================================= */
@media (max-width: 1024px) {
    .ffz-footer-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .ffz-brand-info {
        grid-column: span 3;
        margin-bottom: 15px;
    }
}

/* =========================================
   মোবাইল রেসপনসিভনেস (Mobile Layout) - প্যাডিং কম
   ========================================= */
@media (max-width: 600px) {
    .ffz-main-footer {
        padding: 30px 0 15px 0; /* প্যাডিং কমানো হয়েছে */
    }
    
    .ffz-footer-container {
        grid-template-columns: repeat(2, 1fr); /* মোবাইলে ২ কলাম চমৎকার দেখাবে */
        gap: 20px;
    }
    
    .ffz-brand-info {
        grid-column: span 2;
        margin-bottom: 10px;
    }
    
    .ffz-footer-heading {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .ffz-footer-links li a {
        font-size: 13px;
    }
    
    .ffz-footer-bottom {
        margin-top: 25px;
        padding-top: 15px;
    }
}/* End custom CSS */