.elementor-452 .elementor-element.elementor-element-477c94d{--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;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-452 .elementor-element.elementor-element-01f5c90{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-452 .elementor-element.elementor-element-14b92af{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:var( --e-global-color-e0cec83 );}.elementor-452 .elementor-element.elementor-element-14b92af .elementor-headline{text-align:center;font-family:"Inter", Sans-serif;font-size:30px;font-weight:600;}.elementor-452 .elementor-element.elementor-element-14b92af .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-2820cc7 );}.elementor-452 .elementor-element.elementor-element-14b92af .elementor-headline-plain-text{color:var( --e-global-color-f21183c );}.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-452 .elementor-element.elementor-element-7ced143 > .elementor-widget-container{padding:0px 25px 0px 25px;}.elementor-452 .elementor-element.elementor-element-7ced143{text-align:center;}.elementor-452 .elementor-element.elementor-element-7ced143 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:17px;font-weight:400;color:#3D3D3DBD;}.elementor-452 .elementor-element.elementor-element-f423568{--display:flex;--min-height:0px;--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}#elementor-popup-modal-452{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-452 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-452 .dialog-close-button{display:flex;}#elementor-popup-modal-452 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-452 .elementor-element.elementor-element-01f5c90{--width:90%;}.elementor-452 .elementor-element.elementor-element-f423568{--width:85%;}}@media(max-width:1024px){.elementor-452 .elementor-element.elementor-element-14b92af .elementor-headline{font-size:25px;}}@media(max-width:767px){.elementor-452 .elementor-element.elementor-element-14b92af .elementor-headline{font-size:20px;}.elementor-452 .elementor-element.elementor-element-7ced143 .elementor-heading-title{font-size:13px;}}/* Start custom CSS for shortcode, class: .elementor-element-86d02f9 *//* Form Container */
.wpcf7 form {
    max-width: 620px;
    margin: auto;
    background: #f7f7f7;
    padding: 40px;
    border-radius: 12px;
    font-family: 'Urbanist', sans-serif;

    /* GRID LAYOUT */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    /* Border instead of shadow */
    border: 1px solid rgba(61,61,61,0.45);
    box-shadow: none;
}

/* Labels */
.wpcf7 label {
    display: flex;
    flex-direction: column;
    color: #F39905;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Inputs */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    color: #333;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 6px;
    transition: all 0.25s ease;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #aaa;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: #F39905;
    box-shadow: 0 0 0 3px rgba(243,153,5,0.15);
}

/* Dropdown arrow styling */
.wpcf7 select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='%23999' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}

/* Submit Button Full Width */
.wpcf7 input[type="submit"] {
    grid-column: 1 / -1; /* span both columns */
    background: #E45103;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 16px;
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
}

/* Button Hover */
.wpcf7 input[type="submit"]:hover {
    background: #c43f02;
    transform: translateY(-2px);
}

/* Mobile Optimization */
@media (max-width: 600px) {
    .wpcf7 form {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .wpcf7 input[type="submit"] {
        grid-column: auto;
    }
}/* End custom CSS */