.elementor-2153 .elementor-element.elementor-element-21d8a88{--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 20px;--background-transition:0.3s;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-2153 .elementor-element.elementor-element-1cc034b img{border-radius:32px 32px 32px 32px;}.elementor-2153 .elementor-element.elementor-element-388abd9{--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;--background-transition:0.3s;}.elementor-2153 .elementor-element.elementor-element-4297608 .elementor-heading-title{color:#1B1B1B;font-family:"Poppins", Sans-serif;font-size:32px;font-weight:700;}.elementor-2153 .elementor-element.elementor-element-05d4746{color:#475467;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}@media(max-width:1024px){.elementor-2153 .elementor-element.elementor-element-21d8a88{--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;--gap:20px 20px;}.elementor-2153 .elementor-element.elementor-element-1cc034b img{width:100vw;height:300px;object-fit:cover;}}@media(max-width:767px){.elementor-2153 .elementor-element.elementor-element-21d8a88{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-2153 .elementor-element.elementor-element-4297608 .elementor-heading-title{font-size:28px;}}@media(min-width:768px){.elementor-2153 .elementor-element.elementor-element-21d8a88{--width:90%;}.elementor-2153 .elementor-element.elementor-element-388abd9{--width:60%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2153 .elementor-element.elementor-element-388abd9{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-6c6f04a *//* Container Layout */
.cf7-custom-form {
    width: 100%;
    font-family: sans-serif;
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Labels & Required Asterisk */
.cf7-custom-form label {
    font-weight: 600;
    font-size: 15px;
    color: #2D3748;
    margin-bottom: 8px;
}

.cf7-custom-form .required {
    color: #E53E3E;
    margin-left: 2px;
}

/* Input Fields & Textarea Styling */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form textarea {
    width: 100% !important;
    padding: 12px 16px;
    border: 1px solid #D2D6DC !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #1A202C !important;
    background-color: #FFFFFF !important;
    box-sizing: border-box;
}

/* Placeholder text color */
.cf7-custom-form ::placeholder {
    color: #A0AEC0 !important;
    opacity: 1;
}

/* Textarea height adjustment */
.cf7-custom-form textarea {
    height: 140px !important;
    resize: vertical;
}

/* Blue Submit Button Styling */
.cf7-submit-row input[type="submit"] {
    background-color: #2B3494 !important; /* Deep Blue color from image */
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 14px 32px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background 0.2s ease-in-out;
}

.cf7-submit-row input[type="submit"]:hover {
    background-color: #1F256B !important;
}

.cf7-submit-btn p {
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
}

.cf7-submit-row input[type="submit"] {
    min-width: 200px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    border-radius: 4px;
    padding: 0.2em .6em;
}

/* Mobile Responsive Stacking */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
}

.cf7-country-flag p{
    margin-bottom: 0px !important;
}

.cf7-country-flag .country-select {
    width: 100%
}

.cf7-country-flag .country_select_class {
    padding-left: 50px !important;
     display: block !important;
}


@media (min-width: 1025px) and (max-width: 1500px) {
.cf7-country-flag .country-select .country-list .country.highlight {
    width: 330px !important;
}
}/* End custom CSS */