.elementor-1276 .elementor-element.elementor-element-73ea56a{--display:flex;}.elementor-1276 .elementor-element.elementor-element-6663741 > .elementor-widget-container{margin:100px 100px 100px 100px;}@media(max-width:1024px){.elementor-1276 .elementor-element.elementor-element-6663741 > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-1276 .elementor-element.elementor-element-6663741 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6663741 */.cta-section {
    background: #ffffff;
    border-radius: 20px;
    padding: 52px 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-sizing: border-box;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
}
.cta-text {
    flex: 1;
    min-width: 0;
}
.cta-heading {
    font-size: 40px;
    font-weight: 700;
    color: #0e1629;
    margin: 0 0 16px;
    line-height: 1.2;
}
.cta-subtext {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}
.cta-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.btn-primary {
    background: #ff6a13;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 30px;
    border-radius: 100px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    white-space: nowrap;
}
.btn-primary:hover {
    background: #e55c0a;
    color: #000000;
}
.btn-secondary {
    background: transparent;
    color: #0e1629;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 28px;
    border-radius: 100px;
    border: 1.5px solid #d1d5db;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}
.btn-secondary:hover {
    background: #0e1629;
    color: #ffffff;
    border-color: #0e1629;
}
/* ── Tablet (768px - 1024px) ── */
@media (max-width: 1024px) {
    .cta-section {
        padding: 40px 36px;
        gap: 28px;
    }
    .cta-heading {
        font-size: 32px;
    }
}
/* ── Mobile (max 768px) ── */
@media (max-width: 768px) {
    .cta-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
        gap: 24px;
        border-radius: 16px;
    }
    .cta-heading {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .cta-subtext {
        font-size: 14px;
    }
    .cta-buttons {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }
    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
    }
}
/* ── Small Mobile (max 480px) ── */
@media (max-width: 480px) {
    .cta-section {
        padding: 24px 18px;
        border-radius: 12px;
    }
    .cta-heading {
        font-size: 22px;
    }
    .cta-subtext {
        font-size: 13px;
    }
}/* End custom CSS */