.elementor-kit-5{--e-global-color-primary:#00184C;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Hanken Grotesk";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Hanken Grotesk";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Hanken Grotesk";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;background-color:var( --e-global-color-secondary );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Hanken Grotesk", Sans-serif;font-size:18px;font-weight:500;text-transform:capitalize;line-height:1.4em;color:var( --e-global-color-secondary );border-radius:35px 35px 35px 35px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1210px;}.e-con{--container-max-width:1210px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* FORM STYLE */
.custom-form-card {
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
}

.custom-input {
    width: 100%;
    height: 45px;
    padding: 12px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box; 
}

.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
select.custom-input {
    padding: 14px 12px 14px 12px !important;
    line-height: 1.4;
    height: 45px;
}
.submit-btn {
    width: 100%;
    padding: 11px;
    background: #00184C;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #00133b;
}

/* POPUP */
.popup-overlay {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.7);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup-card {
    background:#fff;
    padding:25px;
    border-radius:15px;
    width:90%;
    max-width:400px;
}

.close-btn {
    float:right;
    font-size:20px;
    cursor:pointer;
}

/* POPUP TEXT */
.popup-title {
    font-family: 'Hanken Grotesk', serif;
    color: #00184C;
    font-size: 22px;
    margin-bottom: 14px;
}

.popup-para {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

/* WHATSAPP */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
    z-index:9999;
}/* End custom CSS */