#elementor-popup-modal-328{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-328 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-328 .dialog-close-button{display:flex;}#elementor-popup-modal-328 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-550f184 *//* CTA Section Styles */
.cta-section {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://www.ford.com.vn/content/dam/Ford/website-assets/ap/vn/nameplate/explorer-new/360/exterior/360-image-10.jpg.dam.full.high.jpg/1644378270885.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 80px 0;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center; /* Căn giữa nội dung */
    position: relative;
    z-index: 2;
}

.cta-content {
    width: 100%;
    max-width: 700px; /* Giới hạn chiều rộng nội dung để không quá dàn trải trên desktop */
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center; /* Căn giữa văn bản giống mobile */
}

.cta-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.cta-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* Căn giữa đường gạch */
    width: 50px;
    height: 4px;
    background-color: #777CA8;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-form {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .cta-content {
        padding: 30px 20px;
    }

    .cta-content h2 {
        font-size: 24px;
    }

    .cta-form {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-content {
        padding: 20px 15px;
    }

    .cta-content h2 {
        font-size: 20px;
    }

    .cta-content p {
        font-size: 14px;
    }
}/* End custom CSS */