.elementor-6096 .elementor-element.elementor-element-377778d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-6096 .elementor-element.elementor-element-f618693.elementor-element{--align-self:center;}.elementor-6096 .elementor-element.elementor-element-f618693 .elementor-heading-title{color:#000000;}.elementor-6096 .elementor-element.elementor-element-02d6ac2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6096 .elementor-element.elementor-element-02d6ac2.elementor-element{--align-self:center;}#elementor-popup-modal-6096 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-6096{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6096 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-6096 .dialog-close-button{display:flex;}#elementor-popup-modal-6096 .tf-topbar{display:block;}#elementor-popup-modal-6096 #header{display:block;}#elementor-popup-modal-6096 #mobileMenu{display:block;}#elementor-popup-modal-6096 #footer{display:block;}#elementor-popup-modal-6096 .info-footer{display:block;}#elementor-popup-modal-6096 #bottom{display:block;}#elementor-popup-modal-6096 .tf-page-title{display:block;}/* Start custom CSS for heading, class: .elementor-element-f618693 *//* Popup Title */
.popup-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 20px;
    color: #111;
    position: relative;
}

/* Accent underline */
.popup-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #1f4d44, #2d6a5f);
    margin: 14px auto 0;
    border-radius: 2px;
}

.popup-title {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.popup-title {
    color: #ffffff;
}

.popup-title::after {
    background: linear-gradient(90deg, #00c2ff, #1f4d44);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-02d6ac2 *//* Modal container polish */
.wpcf7 {
    background: rgba(255,255,255,0.95);
    padding: 30px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
}


/* Field wrapper */
.form-field {
    position: relative;
    margin-bottom: 20px;
}

/* Icon */
.form-field .icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #777;
    z-index: 2;
}

/* Inputs & Select */
.form-field input,
.form-field select {
    width: 100%;
    background: #f9fafb;
    border: 1px solid #e2e8f0;
    color: #111;
    padding: 14px 16px 14px 42px;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Placeholder */
.form-field input::placeholder {
    color: #9aa0a6;
}

/* Hover */
.form-field input:hover,
.form-field select:hover {
    border-color: #cbd5e1;
}

/* Focus */
.form-field input:focus,
.form-field select:focus {
    background: #ffffff;
    border-color: #1f4d44;
    box-shadow: 0 0 0 3px rgba(31,77,68,0.15);
    outline: none;
}

/* Checkbox */
/* ===== RCS OPT-IN BOX ===== */
/* RCS BOX */
.rcs-optin-box {
    background: #f3f4f6;
    padding: 18px;
    border-radius: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Title */
.rcs-title {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

/* FORCE INLINE */
.rcs-inline label {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
    margin: 0 !important;
}

/* Remove CF7 extra spacing */
.rcs-inline .wpcf7-list-item {
    margin: 0 !important;
}

.rcs-inline input[type="checkbox"] {
    margin: 0;
    margin-bottom: 17px;
}

/* Submit Button */
.wpcf7-submit {
    width: 100%;
    background: linear-gradient(135deg, #1f4d44, #163d36);
    color: #ffffff;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button Hover */
.wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}/* End custom CSS */