.elementor-1601 .elementor-element.elementor-element-0aca32f{--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-1601 .elementor-element.elementor-element-1986cc4 > .elementor-widget-container{padding:16px 0px 27px 0px;}.elementor-1601 .elementor-element.elementor-element-1986cc4{text-align:center;}.elementor-1601 .elementor-element.elementor-element-1986cc4 .elementor-heading-title{font-family:"Arbutus Slab", Sans-serif;font-size:68px;}.elementor-1601 .elementor-element.elementor-element-2e2e004 > .elementor-widget-container{background-color:#FFFFFF;margin:6px 6px 6px 6px;padding:17px 17px 17px 17px;border-radius:23px 23px 23px 23px;}#elementor-popup-modal-1601 .dialog-widget-content{background-color:#EEFFEF;background-image:url("https://toqri.stira.in/wp-content/uploads/2025/01/indian-rupee-symbol-pattern-seamless-vector-44160464.jpg");box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1601{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1601 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1601 .dialog-close-button{display:flex;}/* Start custom CSS for wpforms, class: .elementor-element-2e2e004 *//* ---- WPForms Overall Styling ---- */
.wpforms-form {
    background: linear-gradient(135deg, #ff7eb3, #ff758c);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", sans-serif;
    color: #fff;
}

/* ---- Form Title ---- */
.wpforms-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* ---- Input Fields ---- */
.wpforms-field {
    margin-bottom: 15px;
}

.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    outline: none;
    transition: 0.3s ease-in-out;
}

.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* ---- Focus Effect ---- */
.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}

/* ---- Submit Button ---- */
.wpforms-submit-container {
    text-align: center;
}

.wpforms-submit {
    background: #ffea00;
    color: #333;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    box-shadow: 0px 4px 10px rgba(255, 255, 0, 0.4);
}

.wpforms-submit:hover {
    background: #ffcc00;
    box-shadow: 0px 6px 15px rgba(255, 255, 0, 0.6);
    transform: scale(1.05);
}

/* ---- Multi-Page Navigation ---- */
.wpforms-page-button {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.wpforms-page-button:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* ---- Success Message ---- */
.wpforms-confirmation-container {
    background: #47d147;
    color: white;
    font-size: 18px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

/* ---- Mobile Responsive ---- */
@media (max-width: 768px) {
    .wpforms-form {
        padding: 20px;
    }

    .wpforms-title {
        font-size: 24px;
    }

    .wpforms-submit {
        font-size: 16px;
    }
}/* End custom CSS */