.elementor-670 .elementor-element.elementor-element-5a5be01{--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-670 .elementor-element.elementor-element-c12b04c{--spacer-size:50px;}.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 );}.elementor-670 .elementor-element.elementor-element-706af39 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-670 .elementor-element.elementor-element-f243ad4{--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-670 .elementor-element.elementor-element-66b8794{--display:flex;--border-radius:20px 20px 20px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-670 .elementor-element.elementor-element-66b8794:not(.elementor-motion-effects-element-type-background), .elementor-670 .elementor-element.elementor-element-66b8794 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-670 .elementor-element.elementor-element-66b8794.e-con{--align-self:center;}.elementor-670 .elementor-element.elementor-element-c9dc468{padding:10px 10px 10px 10px;}.elementor-670 .elementor-element.elementor-element-10cd99b{--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-670 .elementor-element.elementor-element-cda79c9{--spacer-size:50px;}@media(min-width:768px){.elementor-670 .elementor-element.elementor-element-66b8794{--width:100%;}}@media(max-width:767px){.elementor-670 .elementor-element.elementor-element-706af39 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for shortcode, class: .elementor-element-c9dc468 *//* =========================================
   FLUENT FORM #4 GLOBAL STYLES
   ========================================= */

#fluentform_4 {
    font-family: 'Hind Siliguri', sans-serif !important;
    max-width: 100%; /* Prevents overflow */
}

/* --- Global Box Sizing Fix --- */
#fluentform_4 * {
    box-sizing: border-box !important;
}

/* --- Label styling --- */
#fluentform_4 .ff-el-input--label label,
#fluentform_4 .ff-el-form-check-label {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    display: block; /* Ensures labels sit correctly on mobile */
    margin-bottom: 5px !important;
}

/* --- Input, Textarea AND Dropdown (Select) fields --- */
#fluentform_4 input[type="text"],
#fluentform_4 input[type="email"],
#fluentform_4 input[type="tel"],
#fluentform_4 input[type="number"],
#fluentform_4 input[type="url"],
#fluentform_4 input[type="password"],
#fluentform_4 textarea,
#fluentform_4 select {
    background-color: #ffffff !important;
    color: #062a78 !important;
    border: 1px solid #ccc !important;
    border-radius: 50px !important; /* 50px creates the pill shape safely on all sizes */
    padding: 12px 20px !important;
    width: 100% !important; /* Forces full width on mobile/tablet containers */
    max-width: 100% !important;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Hind Siliguri', sans-serif !important; 
    
    /* Reset default browser styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important; 
}

/* --- Field focus effect --- */
#fluentform_4 input:focus,
#fluentform_4 textarea:focus,
#fluentform_4 select:focus {
    outline: none !important;
    border-color: #ffcc00 !important;
    box-shadow: 0 0 8px rgba(255, 204, 0, 0.5) !important;
}

/* --- Submit button --- */
#fluentform_4 .ff-btn-submit {
    background-color: #ffcc00 !important;
    color: #062a78 !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block !important;
    margin: 0 auto !important;
    width: auto; /* Default for desktop */
    min-width: 150px;
}

#fluentform_4 .ff-btn-submit:hover {
    background-color: #e6b800 !important;
    transform: scale(1.03);
}

/* --- Field spacing --- */
#fluentform_4 .ff-el-group {
    margin-bottom: 18px !important;
}

/* --- Placeholder Styling --- */
#fluentform_4 input::placeholder,
#fluentform_4 textarea::placeholder {
    font-family: 'Hind Siliguri', sans-serif !important;
    color: #a0a0a0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

/* --- Custom Arrow Fix for Select --- */
#fluentform_4 select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23062a78%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 12px !important;
    padding-right: 45px !important; /* Extra padding so text doesn't overlap arrow */
}

#fluentform_4 select option {
    font-family: 'Hind Siliguri', sans-serif !important;
    color: #062a78 !important;
    background-color: #ffffff !important;
}

/* =========================================
   TABLET AND MOBILE OPTIMIZATION
   ========================================= */

/* Covers Tablets (iPad Portrait) and Mobiles */
@media only screen and (max-width: 991px) {

    /* Increase font size to 16px to prevent iOS auto-zoom */
    #fluentform_4 input,
    #fluentform_4 textarea,
    #fluentform_4 select,
    #fluentform_4 input::placeholder {
        font-size: 16px !important; 
    }

    /* Ensure button is full width on smaller screens for easier tapping */
    #fluentform_4 .ff-btn-submit {
        width: 100% !important;
        margin-top: 10px !important;
    }

    #fluentform_4 .ff-el-input--label label {
        font-size: 16px !important;
    }
    
    /* Ensure padding is comfortable for touch */
    #fluentform_4 input[type="text"],
    #fluentform_4 input[type="email"],
    #fluentform_4 input[type="tel"],
    #fluentform_4 input[type="number"],
    #fluentform_4 select {
        padding: 14px 20px !important;
    }
}/* End custom CSS */