.elementor-6480 .elementor-element.elementor-element-f500b35{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:60px 60px;--row-gap:60px;--column-gap:60px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6480 .elementor-element.elementor-element-98be942{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6480 .elementor-element.elementor-element-aa675ed{color:#000000;}.elementor-6480 .elementor-element.elementor-element-ee8ef09{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-6480 .elementor-element.elementor-element-133d0f2 .elementor-heading-title{color:#000000;}@media(min-width:768px){.elementor-6480 .elementor-element.elementor-element-98be942{--width:50%;}.elementor-6480 .elementor-element.elementor-element-ee8ef09{--width:50%;}}/* Start custom CSS *//* Contact Form Styling */

.wpcf7 form {
    max-width: 100%;
}

.wpcf7 .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 15px;
}

.wpcf7 .col-md-6 {
    width: 50%;
    padding: 0 10px;
}

.wpcf7 .col-md-12 {
    width: 100%;
    padding: 0 10px;
}

.wpcf7 label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="file"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.wpcf7 textarea {
    height: 140px;
    resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #0056b3;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,86,179,0.08);
}

.wpcf7 .text-center {
    text-align: center;
}

.wpcf7 .btn-primary,
.wpcf7 input[type="submit"] {
    background: #0056b3;
    color: #fff;
    border: none;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 .btn-primary:hover,
.wpcf7 input[type="submit"]:hover {
    background: #003f86;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #d93025;
    margin-top: 5px;
}

.wpcf7-response-output {
    margin-top: 15px;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
}

/* Mobile Responsive */

@media (max-width: 767px) {
    .wpcf7 .col-md-6,
    .wpcf7 .col-md-12 {
        width: 100%;
    }

    .wpcf7 .row {
        margin-bottom: 10px;
    }
}/* End custom CSS */