.elementor-149 .elementor-element.elementor-element-ba9725f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-495fb47 *//* Unique wrapper class to prevent conflicts */
.custom-tac-footer {
    position: relative;
    background-color: #000; /* সেফটি ব্ল্যাক ব্যাকগ্রাউন্ড */
    /* আপনার দেওয়া টপোগ্রাফিক ইমেজ লিংক */
    background-image: url('https://tachub16.opareklama.lt/wp-content/uploads/2026/03/img-18.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; /* অল টেক্সট পিওর হোয়াইট */
    padding: 60px 40px 30px 40px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}

/* টপোগ্রাফিক ম্যাপটি হালকা হোয়াইট শেপ হিসেবে দেখানোর জন্য একটি হালকা ওভারলে */
.custom-tac-footer::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4); /* ইমেজকে একটু ডার্ক করে টেক্সট ক্লিয়ার করার জন্য */
    z-index: -1;
}

/* Service Items Styling */
.tac-footer-top-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.tac-service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 250px;
}

.tac-service-icon img {
    width: 35px;
    height: auto;
    filter: invert(1); /* আইকনগুলোকে হোয়াইট করার জন্য */
}

.tac-service-text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}

.tac-service-text span {
    font-size: 11px;
    color: #f1f1f1;
    font-weight: 400;
}

/* Dividers */
.tac-footer-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 40px 0;
}

/* Main Grid Styling */
.tac-footer-main-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

.tac-brand-manifesto h3 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
}

.tac-brand-manifesto p {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
    color: #ffffff;
}

.tac-links-column h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.tac-sub-heading {
    margin-top: 30px !important;
}

.tac-links-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tac-links-column ul li {
    margin-bottom: 10px;
}

.tac-links-column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.3s;
}

.tac-links-column ul li a:hover {
    color: #aaaaaa; /* হোভার করলে হালকা গ্রে হবে */
}

/* Contact Section Styling */
.tac-contact-section {
    margin-top: 50px;
}

.tac-contact-section h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}

.tac-contact-section p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.tac-contact-methods {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
}

.tac-contact-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tac-contact-link:hover {
    color: #aaaaaa;
}

/* Bottom Copyright Section */
.tac-footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 30px;
}

/* --- Mobile Responsive (must have) --- */
@media (max-width: 1024px) {
    .tac-footer-main-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .custom-tac-footer {
        padding: 40px 20px;
    }

    .tac-footer-top-services {
        flex-direction: column;
        gap: 20px;
    }

    .tac-service-item {
        min-width: 100%;
    }

    .tac-footer-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tac-brand-manifesto h3 {
        font-size: 22px;
    }

    .tac-contact-methods {
        flex-direction: column;
        gap: 15px;
    }

    .tac-footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }
}/* End custom CSS */