.elementor-kit-12{--e-global-color-primary:#B71A34;--e-global-color-secondary:#960C23;--e-global-color-text:#000000;--e-global-color-accent:#E4AF1F;--e-global-color-d14a6e7:#FFFFFF;--e-global-color-3b86069:#F9F6EE;--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:uppercase;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Hanken Grotesk";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F9F6EE;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-family:"Hanken Grotesk", Sans-serif;font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-12{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:27px;--e-global-typography-text-font-size:18px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:23px;--e-global-typography-text-font-size:17px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:15px;}.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;
       color: #000000;
}

.custom-input {
    width: 100%;
    height: 45px;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    color: #000000 !important;
    
}
.custom-input::placeholder {
    color: #000000 !important;
    opacity: 1;
}

.custom-input::-webkit-input-placeholder {
    color: #000000;
}

.custom-input:-ms-input-placeholder {
    color: #000000;
}

.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;
    color: #000000;
}
.submit-btn {
    width: 100%;
    padding: 10px;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #A1090E;
}

/* 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: #D2090F;
    font-size: 22px;
    margin-bottom: 10px;
}

.popup-para {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    color: #000000;
}

/* 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 */