/* Thai Fruit Dubai Business - Elementor Widget Styles */
.tfdb-section,
.tfdb-section * {
    box-sizing: border-box;
}

.tfdb-section {
    --cta-dark-green: #1a3c28;
    --cta-primary-green: #5b8c38;
    --cta-light-green: #73a942;
    --cta-text-gray: #4a4a4a;
    --cta-bg-cream: #fbfaf5;
    --cta-white: #ffffff;
    --cta-font-serif: "Playfair Display", Georgia, serif;
    --cta-font-sans: "Inter", "Segoe UI", sans-serif;

    width: 100%;
    padding: 50px 20px;
    background: #ffffff;
    font-family: var(--cta-font-sans);
}

.tfdb-wrapper {
    background-color: var(--cta-bg-cream);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 50px 50px 0;
}

.tfdb-top-row {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.tfdb-content {
    flex: 1;
    padding-bottom: 20px;
    max-width: 550px;
    z-index: 2;
}

.tfdb-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--cta-primary-green);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.tfdb-badge-icon {
    font-size: 14px;
}

.tfdb-title {
    font-family: var(--cta-font-serif);
    font-size: 52px;
    line-height: 1.15;
    color: var(--cta-dark-green);
    margin: 0 0 15px;
    font-weight: 700;
}

.tfdb-title span {
    color: var(--cta-primary-green);
}

.tfdb-divider {
    color: #b0c4b1;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.tfdb-divider::before,
.tfdb-divider::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: #d8e3d5;
    display: inline-block;
}

.tfdb-divider::before {
    margin-right: 15px;
}

.tfdb-divider::after {
    margin-left: 15px;
}

.tfdb-desc {
    font-size: 16px;
    line-height: 1.6;
    color: var(--cta-text-gray);
    margin: 0 0 35px;
    max-width: 90%;
}

.tfdb-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tfdb-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1;
}

.tfdb-btn-icon {
    background-color: #ffffff;
    border-radius: 50%;
    min-width: 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tfdb-btn-arrow {
    font-size: 16px;
    margin-left: 5px;
}

.tfdb-btn-primary {
    background: linear-gradient(135deg, var(--cta-light-green) 0%, var(--cta-primary-green) 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(91, 140, 56, 0.3);
    border: none;
}

.tfdb-btn-primary .tfdb-btn-icon {
    color: var(--cta-primary-green);
}

.tfdb-btn-primary:hover,
.tfdb-btn-primary:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(91, 140, 56, 0.4);
}

.tfdb-btn-secondary {
    background-color: #ffffff;
    color: var(--cta-dark-green);
    border: 1px solid #e0e0e0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.tfdb-btn-secondary .tfdb-btn-icon {
    color: #25d366;
    background-color: #f0fdf4;
}

.tfdb-btn-secondary:hover,
.tfdb-btn-secondary:focus {
    color: var(--cta-dark-green);
    border-color: var(--cta-primary-green);
    transform: translateY(-2px);
}

.tfdb-image-col {
    flex: 1;
    position: relative;
    min-height: 400px;
    background: linear-gradient(135deg, rgba(91, 140, 56, 0.22), rgba(251, 250, 245, 0.92));
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: -50px;
    margin-top: -50px;
    border-top-right-radius: 30px;
}

.tfdb-image-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    color: rgba(26, 60, 40, 0.45);
    font-weight: 700;
    letter-spacing: 0.2px;
}

.tfdb-bottom-bar {
    background-color: var(--cta-dark-green);
    border-radius: 20px;
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tfdb-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.tfdb-feature:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
}

.tfdb-f-icon {
    font-size: 26px;
    color: var(--cta-primary-green);
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.03);
}

.tfdb-f-text h5 {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 4px;
}

.tfdb-f-text p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 1100px) {
    .tfdb-title {
        font-size: 42px;
    }

    .tfdb-bottom-bar {
        padding: 20px;
        flex-wrap: wrap;
    }

    .tfdb-feature {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 15px;
    }

    .tfdb-feature:nth-child(even) {
        border-right: none;
        padding-right: 0;
    }

    .tfdb-feature:nth-child(3),
    .tfdb-feature:nth-child(4) {
        margin-bottom: 0;
        border-bottom: none;
    }

    .tfdb-feature:nth-child(1),
    .tfdb-feature:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
    }
}

@media (max-width: 850px) {
    .tfdb-section {
        padding: 40px 14px;
    }

    .tfdb-wrapper {
        padding: 40px 20px 0;
        border-radius: 24px;
    }

    .tfdb-top-row {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .tfdb-content {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tfdb-desc {
        max-width: 100%;
    }

    .tfdb-actions {
        justify-content: center;
    }

    .tfdb-divider {
        justify-content: center;
    }

    .tfdb-image-col {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        min-height: 350px;
        border-top-right-radius: 0;
    }

    .tfdb-bottom-bar {
        margin: 0 -10px 20px;
    }
}

@media (max-width: 600px) {
    .tfdb-title {
        font-size: 36px;
    }

    .tfdb-actions {
        flex-direction: column;
        width: 100%;
    }

    .tfdb-btn {
        width: 100%;
        justify-content: center;
    }

    .tfdb-feature {
        flex: 0 0 100%;
        border-right: none !important;
        padding-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .tfdb-feature:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
