.elementor-32 .elementor-element.elementor-element-dd5862b{--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;}.elementor-32 .elementor-element.elementor-element-3840db2{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-218bec7 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.custom-connect-contact-block {
    background-color: #005EFF; /* Màu nền chủ đạo */
    color: #ffffff;
    padding: 60px 40px;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-wrap: wrap; /* Cho phép các cột xuống dòng trên màn hình nhỏ */
    gap: 40px; /* Khoảng cách giữa 2 cột */
}

.custom-connect-contact-block .column {
    flex: 1; /* Mỗi cột chiếm không gian bằng nhau */
    min-width: 320px; /* Chiều rộng tối thiểu trước khi wrap */
    display: flex;
    flex-direction: column; /* Để căn chỉnh nội dung bên trong cột */
}

.custom-connect-contact-block h2 {
    font-size: clamp(28px, 4vw, 38px); /* Kích thước chữ linh hoạt */
    font-weight: 700; /* Montserrat Bold */
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.3;
}

.custom-connect-contact-block p {
    font-size: clamp(15px, 2vw, 16px); /* Kích thước chữ linh hoạt */
    line-height: 1.7;
    margin-bottom: 25px;
    color: #ffffff;
    /* flex-grow: 1; */ /* Đẩy nội dung phía dưới (icon/form) xuống nếu text ngắn, nhưng margin-top: auto tốt hơn */
}

.custom-connect-contact-block .left-column p {
    margin-bottom: 35px; 
}

/* Cột trái: Icon Mạng Xã Hội */
.custom-connect-contact-block .social-icons {
    margin-top: auto; /* Đẩy icon xuống dưới cùng của cột */
}

.custom-connect-contact-block .social-icons a {
    color: #ffffff;
    font-size: 28px;
    margin-right: 25px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.custom-connect-contact-block .social-icons a:last-child {
    margin-right: 0;
}

.custom-connect-contact-block .social-icons a:hover {
    opacity: 0.7;
}

/* Cột phải: Form Đăng Ký */
.custom-connect-contact-block .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: auto; /* Đẩy form xuống dưới cùng của cột */
}

.custom-connect-contact-block .newsletter-form input[type="email"] {
    padding: 18px 20px;
    border: none; 
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    width: 100%; 
    box-sizing: border-box;
    color: #333; /* Màu chữ trong input */
    background-color: #ffffff; /* Nền input màu trắng */
}

.custom-connect-contact-block .newsletter-form input[type="email"]::placeholder {
    color: #777; /* Màu placeholder */
    font-family: 'Montserrat', sans-serif;
}

/* Nút đăng ký tùy chỉnh */
.custom-connect-contact-block .newsletter-form .custom-styled-button {
    background-color: #7AFDEE; /* Màu xanh ngọc như trong hình ảnh mẫu */
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Bold */
    font-size: 16px; 
    border-radius: 8px;
    cursor: pointer;
    display: flex; 
    align-items: stretch; /* Đảm bảo các phần tử con cao bằng nhau */
    padding: 0; /* Bỏ padding mặc định của button */
    overflow: hidden; /* Để border-radius áp dụng cho các phần tử con */
    width: auto; 
    max-width: 350px; /* Giới hạn chiều rộng tối đa cho button */
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Thêm chút bóng đổ */
}

.custom-connect-contact-block .newsletter-form .custom-styled-button .button-text-content {
    color: #003DA5; /* Màu chữ xanh đậm hơn #005EFF một chút để nổi bật trên nền xanh ngọc */
    padding: 18px 25px;
    flex-grow: 1; /* Cho phần text chiếm không gian */
    text-align: center; /* Căn giữa chữ */
    transition: color 0.3s ease;
}

.custom-connect-contact-block .newsletter-form .custom-styled-button .button-arrow-container {
    background-color: #7AFDEE; /* Cùng màu với button */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px; /* Padding ngang cho phần mũi tên */
    border-left: 2px solid #003DA5; /* Đường kẻ dọc */
    transition: background-color 0.3s ease;
}

.custom-connect-contact-block .newsletter-form .custom-styled-button .button-arrow {
    color: #6A0DAD; /* Màu tím cho mũi tên như trong ảnh */
    font-size: 16px; 
}

.custom-connect-contact-block .newsletter-form .custom-styled-button:hover {
    background-color: #68e0d1; /* Màu hover nhạt hơn */
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.custom-connect-contact-block .newsletter-form .custom-styled-button:hover .button-text-content {
     color: #002A8C; /* Màu chữ sậm hơn khi hover */
}
.custom-connect-contact-block .newsletter-form .custom-styled-button:hover .button-arrow-container {
    background-color: #68e0d1; /* Đồng bộ màu hover */
}

/* Responsive cho màn hình nhỏ hơn */
@media (max-width: 768px) {
    .custom-connect-contact-block {
        padding: 40px 20px;
        gap: 30px; /* Giảm khoảng cách khi xếp chồng */
    }
    .custom-connect-contact-block .column {
        min-width: 100%; /* Các cột chiếm toàn bộ chiều rộng và xếp chồng */
        align-items: center; /* Căn giữa nội dung trong cột */
        text-align: center; /* Căn giữa text trong cột */
    }
    .custom-connect-contact-block p {
        text-align: center;
    }
    .custom-connect-contact-block .social-icons {
        justify-content: center; /* Căn giữa các icon */
        margin-top: 20px;
    }
     .custom-connect-contact-block .social-icons a {
        margin-left: 12px; /* Điều chỉnh khoảng cách icon trên mobile */
        margin-right: 12px;
    }
    .custom-connect-contact-block .newsletter-form {
        align-items: center; /* Căn giữa form */
        width: 100%;
        max-width: 400px; /* Giới hạn chiều rộng form */
        margin-top: 20px;
    }
    .custom-connect-contact-block .newsletter-form .custom-styled-button {
         width: 100%; /* Button chiếm toàn bộ chiều rộng của form trên mobile */
         max-width: 100%;
    }
    .custom-connect-contact-block h2 {
        text-align: center;
    }
}/* End custom CSS */