.btf-d6370efd-wrapper {
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btf-d6370efd-main {
    padding: 60px 0 40px;
    background-color: #f0f0f0;
}

.btf-d6370efd-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    gap: 40px;
}

.btf-d6370efd-col {
    flex: 1;
    min-width: 250px;
}

.btf-d6370efd-col-info {
    flex: 1.3;
}

.btf-d6370efd-logo img {
    max-width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.btf-d6370efd-logo-text {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.btf-d6370efd-info-items p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.btf-d6370efd-heading {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 20px;
    color: #1a1a1a;
}

.btf-d6370efd-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btf-d6370efd-links-list li {
    margin-bottom: 10px;
}

.btf-d6370efd-link {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
}

.btf-d6370efd-link:hover {
    color: #2abfab;
}

.btf-d6370efd-newsletter-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
}

.btf-d6370efd-subscribe-form {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 35px;
    overflow: hidden;
    max-width: 320px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.btf-d6370efd-email-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 20px;
    font-size: 14px;
    background: transparent;
    color: #333;
}

.btf-d6370efd-email-input::placeholder {
    color: #999;
}

.btf-d6370efd-subscribe-btn {
    background-color: #2abfab;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.btf-d6370efd-subscribe-btn:hover {
    background-color: #239e8e;
}

.btf-d6370efd-arrow {
    font-size: 16px;
}

.btf-d6370efd-social-icons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    align-items: center;
}

.btf-d6370efd-social-link {
    color: #333;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btf-d6370efd-social-link:hover {
    color: #2abfab;
}

.btf-d6370efd-social-link svg {
    fill: currentColor;
    transition: fill 0.3s ease;
}

.btf-d6370efd-copyright {
    background-color: #e8e8e8;
    padding: 18px 30px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.btf-d6370efd-copyright-text {
    margin: 0;
    font-size: 14px;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .btf-d6370efd-container {
        flex-direction: column;
        gap: 30px;
    }

    .btf-d6370efd-col {
        min-width: 100%;
    }

    .btf-d6370efd-subscribe-form {
        max-width: 100%;
    }
}
