.elementor-196 .elementor-element.elementor-element-f016cb4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-196 .elementor-element.elementor-element-58f116c{--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-196 .elementor-element.elementor-element-ea49bf0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-196 .elementor-element.elementor-element-dc53909{padding:0px 15px 20px 15px;}.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-section-title{color:var( --e-global-color-fea38e1 );margin:0px 0px 20px 0px;font-family:"Outfit", Sans-serif;font-weight:600;}.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-border-divider{width:40px;}.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-border-divider.elementskit-style-long{width:40px;height:4px;}.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-border-star{width:40px;height:4px;}.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-border-divider, .elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-border-divider::before{height:4px;}.elementor-196 .elementor-element.elementor-element-29f2a1c{padding:0px 0px 0px 0px;}.elementor-196 .elementor-element.elementor-element-4050d06{--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-196 .elementor-element.elementor-element-b8edffb{text-align:center;}.elementor-196 .elementor-element.elementor-element-b8edffb .elementor-heading-title{font-size:25px;}@media(max-width:767px){.elementor-196 .elementor-element.elementor-element-dc53909 .elementskit-section-title-wraper .elementskit-section-title{font-size:25px;}.elementor-196 .elementor-element.elementor-element-29f2a1c{text-align:center;}}@media(min-width:768px){.elementor-196 .elementor-element.elementor-element-58f116c{--width:50%;}.elementor-196 .elementor-element.elementor-element-4050d06{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-092151d *//* Container Styling */
.wpcf7 {
    background-color: #FFFFFF;
    max-width: 450px;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(27, 74, 44, 0.1);
    border-top: 5px solid #1B4A2C;
    margin-left: auto; 
    margin-right: 0; /* Aligns the form to the right for your hero section */
    box-sizing: border-box;
}

/* Label Styling */
.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}

/* Input Fields and Dropdown */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 select {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 6px !important;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    color: #333333;
}

/* Focus State (When a user clicks an input) */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus {
    outline: none !important;
    border-color: #BA9E6A !important;
    box-shadow: 0 0 0 3px rgba(186, 158, 106, 0.2) !important;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background-color: #1B4A2C !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 14px 20px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
    text-transform: uppercase;
    margin-top: 15px;
}

/* Submit Button Hover State */
.wpcf7 input[type="submit"]:hover {
    background-color: #BA9E6A !important;
}

/* Form Validation Error Messages */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #d9534f;
    margin-bottom: 15px;
}

div.wpcf7-response-output {
    border-radius: 6px;
    font-size: 14px;
    margin-top: 20px;
}

/* Responsive alignment for mobile devices */
@media (max-width: 768px) {
    .wpcf7 {
        margin: 0 auto; /* Centers the form automatically on smaller screens */
        padding: 30px 20px;
    }
}/* End custom CSS */