.elementor-1343 .elementor-element.elementor-element-deb506c{--display:flex;--min-height:60vh;}.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-1343 .elementor-element.elementor-element-ab5565a{margin:1rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;padding:4rem 4rem 0rem 4rem;text-align:center;}.elementor-1343 .elementor-element.elementor-element-ab5565a .elementor-heading-title{font-family:"Nunito", Sans-serif;font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);font-weight:700;color:var( --e-global-color-primary );}.elementor-1343 .elementor-element.elementor-element-0719e6e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 50px 0px 50px;}#elementor-popup-modal-1343{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1343 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1343 .dialog-close-button{display:flex;}#elementor-popup-modal-1343 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1343 .elementor-element.elementor-element-ab5565a{padding:3rem 0rem 0rem 0rem;}.elementor-1343 .elementor-element.elementor-element-ab5565a .elementor-heading-title{font-size:20px;}.elementor-1343 .elementor-element.elementor-element-0719e6e{padding:0px 10px 0px 10px;}}/* Start custom CSS for shortcode, class: .elementor-element-0719e6e */.wpcf7-form > p {display:flex; gap:2%; flex-wrap:wrap;}
.wpcf7-form > p > .wpcf7-form-control-wrap {flex:1; min-width:48%;}

/* Make the first name + last name wrappers inline */
.wpcf7-form-control-wrap.first-name,
.wpcf7-form-control-wrap.last-name {
    display: inline-block;
    width: 48%; /* roughly half */
    margin-right: 2%; /* space between */
    vertical-align: top;
}

/* Last name gets no margin on the right */
.wpcf7-form-control-wrap.last-name {
    margin-right: 0;
}

/* Same input styling as before */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 select, 
.wpcf7 textarea {
    border-radius: 50px;
    padding: 15px 30px 15px 25px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #ccc;
    width: 100%; /* ✅ ensures all fields including email are equal */
    box-sizing: border-box;
    margin: 10px 0px;
}


.wpcf7-submit {
    margin: 20px auto !important;
    display: block !important; 
    background-color: #28A745;
    color: #fff;
    border-radius: 50px; /* pill shape */
    padding: 8px 25px; /* smaller size */
    font-size: 15px;
    border: none;
    transition: transform 0.3s ease;
    max-width: fit-content; /* keeps button from stretching */
}

.wpcf7-submit:hover {
    background-color: #048b51;
    transform: scale(1.12); /* subtle hover scale */
}

/* Remove default arrow */
.wpcf7 select {
    appearance: none; /* for modern browsers */
    -webkit-appearance: none; /* for Safari/Chrome */
    -moz-appearance: none; /* for Firefox */
    
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 15px 40px 15px 20px; /* extra space on right for icon */
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center; /* position of arrow */
    background-size: 20px; /* size of arrow */
}

/* Optional: style on hover/focus */
.wpcf7 select:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
    border-color: #28A745;
    outline: none;
}

@media (max-width: 768px) {
    
.wpcf7-form > p {
    display:block; gap:2%; flex-wrap:wrap;}
.wpcf7-form > p > .wpcf7-form-control-wrap {flex:1; min-width:50%;}

.wpcf7-form-control-wrap.first-name,
.wpcf7-form-control-wrap.last-name {
    display: inline-block;
    width: 80%; /* roughly half */
    margin-right: 2%; /* space between */
    vertical-align: top;
}
    
}/* End custom CSS */