.elementor-15725 .elementor-element.elementor-element-172ebc0c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-15725 .elementor-element.elementor-element-172ebc0c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-15725 .elementor-element.elementor-element-56eda2e8 > .elementor-element-populated{margin:50px 0px 50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-15725 .elementor-element.elementor-element-15e32075{margin:20px 20px calc(var(--kit-widget-spacing, 0px) + 20px) 20px;padding:0px 0100px 0px 0100px;text-align:center;}.elementor-15725 .elementor-element.elementor-element-15e32075 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:36px;font-weight:600;color:var( --e-global-color-9a0a36d );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-15725 .elementor-element.elementor-element-6f0a303c{margin:20px 20px calc(var(--kit-widget-spacing, 0px) + 20px) 20px;font-family:"Inter", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-9a0a36d );}.elementor-15725 .elementor-element.elementor-element-6f0a303c a{color:var( --e-global-color-9a0a36d );}@media(max-width:1024px){.elementor-15725 .elementor-element.elementor-element-56eda2e8 > .elementor-element-populated{margin:20px 20px 20px 20px;--e-column-margin-right:20px;--e-column-margin-left:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-15725 .elementor-element.elementor-element-15e32075 .elementor-heading-title{font-size:32px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-15725 .elementor-element.elementor-element-6f0a303c{font-size:14px;}}@media(max-width:767px){.elementor-15725 .elementor-element.elementor-element-56eda2e8 > .elementor-element-populated{margin:40px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-15725 .elementor-element.elementor-element-15e32075{padding:0px 0px 0px 0px;}.elementor-15725 .elementor-element.elementor-element-15e32075 .elementor-heading-title{font-size:28px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-15725 .elementor-element.elementor-element-6f0a303c{font-size:14px;}}/* Start custom CSS for shortcode, class: .elementor-element-2c74edc0 *//* =========================================
   NICETRIPS SUBSCRIBER FORM
========================================= */

.nicetrips-subscribe-form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* =========================================
   HÀNG CHỨA INPUT VÀ BUTTON
========================================= */

.nicetrips-subscribe-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 18px;
    margin: 0 auto;
}


/* Xóa khoảng cách mặc định của CF7 */
.nicetrips-subscribe-form p {
    margin: 0;
}


/* Mỗi ô chiếm toàn bộ cột */
.nicetrips-subscribe-field,
.nicetrips-subscribe-button {
    width: 100%;
    min-width: 0;
}


/* Wrapper mặc định của CF7 */
.nicetrips-subscribe-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


/* =========================================
   INPUT
========================================= */

.nicetrips-subscribe-field input {
    display: block;
    width: 100%;
    height: 54px;

    margin: 0;
    padding: 0 18px;

    border: 1px solid transparent;
    border-radius: 7px;

    background-color: #f3f3f3;
    color: #555555;

    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 54px;

    outline: none;
    box-shadow: none;

    box-sizing: border-box;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}


/* Placeholder */
.nicetrips-subscribe-field input::placeholder {
    color: #999999;
    opacity: 1;
}


/* Khi người dùng bấm vào ô */
.nicetrips-subscribe-field input:focus {
    background-color: #ffffff;
    border-color: #42cde7;
    outline: none;
    box-shadow: none;
}


/* =========================================
   BUTTON
========================================= */

.nicetrips-subscribe-button {
    position: relative;
}


.nicetrips-subscribe-button input[type="submit"] {
    display: block;
    width: 100%;
    height: 54px;

    margin: 0;
    padding: 0 18px;

    border: none;
    border-radius: 7px;

    background-color: #42cde7;
    color: #ffffff;

    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;

    cursor: pointer;
    box-sizing: border-box;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}


.nicetrips-subscribe-button input[type="submit"]:hover {
    opacity: 0.9;
}


.nicetrips-subscribe-button input[type="submit"]:active {
    transform: translateY(1px);
}


/* Spinner khi form đang gửi */
.nicetrips-subscribe-button .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 10px;

    margin: 0;
    transform: translateY(-50%);
}


/* =========================================
   DÒNG CHÚ THÍCH PHÍA DƯỚI
========================================= */

.nicetrips-subscribe-note {
    display: block;
    width: 100%;
    max-width: none;

    margin: 28px auto 0;
    padding: 0;

    text-align: center;
    color: #ffffff;
}


.nicetrips-subscribe-note p {
    display: block;
    width: 100%;
    max-width: none;

    margin: 3px 0;

    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}


/* Buộc link nằm cùng dòng với nội dung */
.nicetrips-subscribe-note a {
    display: inline !important;
    width: auto !important;

    margin: 0;
    padding: 0;

    color: #ffffff;
    text-decoration: underline;
    white-space: normal;
}


.nicetrips-subscribe-note a:hover {
    color: #ffffff;
    opacity: 0.8;
}


/* =========================================
   XÓA KHUNG TRẮNG RỖNG CỦA CF7
========================================= */

/* Không hiển thị vùng thông báo khi chưa có nội dung */
.nicetrips-subscribe-form .wpcf7-response-output:empty {
    display: none !important;
}


/* Không hiển thị vùng thông báo ở trạng thái ban đầu */
.nicetrips-subscribe-form form.init .wpcf7-response-output {
    display: none !important;
}


/* Chỉ hiện thông báo sau khi gửi form */
.nicetrips-subscribe-form form.sent .wpcf7-response-output,
.nicetrips-subscribe-form form.invalid .wpcf7-response-output,
.nicetrips-subscribe-form form.failed .wpcf7-response-output,
.nicetrips-subscribe-form form.spam .wpcf7-response-output,
.nicetrips-subscribe-form form.aborted .wpcf7-response-output,
.nicetrips-subscribe-form form.unaccepted .wpcf7-response-output {
    display: block !important;

    width: 100%;
    max-width: 700px;

    margin: 22px auto 0 !important;
    padding: 10px 15px !important;

    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 5px;

    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;

    box-sizing: border-box;
}


/* =========================================
   THÔNG BÁO LỖI DƯỚI INPUT
========================================= */

.nicetrips-subscribe-form .wpcf7-not-valid-tip {
    display: block;

    margin-top: 6px;

    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}


/* Viền đỏ nhẹ khi nhập sai */
.nicetrips-subscribe-form input.wpcf7-not-valid {
    border-color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media screen and (max-width: 1024px) {

    .nicetrips-subscribe-form {
        max-width: 760px;
    }

    .nicetrips-subscribe-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media screen and (max-width: 767px) {

    .nicetrips-subscribe-form {
        width: 100%;
        max-width: 380px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .nicetrips-subscribe-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nicetrips-subscribe-field input,
    .nicetrips-subscribe-button input[type="submit"] {
        height: 52px;
        font-size: 14px;
        line-height: 52px;
    }

    .nicetrips-subscribe-note {
        margin-top: 20px;
    }

    .nicetrips-subscribe-note p {
        font-size: 12px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS */main{
    overflow-x: hidden;
}/* End custom CSS */