/* For Horizontal scroll issue due to strech sections */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/*=======================*/
/*=====Hero Section ====*/
.contact-hero{
    position: relative;
}

.contact-hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}   


/*=======================*/
/*===== Contact Details ====*/
.vc_btn3-container.viewmap-link.vc_btn3-inline a.vc_general,
.vc_btn3-container.viewmap-link.vc_btn3-inline button.vc_general {
    padding: 0;
    background-color: transparent;
    font-family: inter;
    color: #0387D6;
    line-height: 32px;
    font-size: 16px;
    padding-right: 40px;
}

.uavc-list-icon.uavc-list-icon-wrapper.ult-adjust-bottom-margin.contact-no {
  border: 1px solid #0000001A;
  border-radius: 50px;
  
}
.uavc-list-icon.uavc-list-icon-wrapper.ult-adjust-bottom-margin.contact-no  .uavc-list-content{
   display: flex;
  align-items : center;
  padding: 0;
  margin: 0;
}

.uavc-list-icon.uavc-list-icon-wrapper.ult-adjust-bottom-margin.question-icon .uavc-list-content{
    display: flex;
    align-items: center;
}

.uavc-list-icon.uavc-list-icon-wrapper.ult-adjust-bottom-margin.contact-no .aio-icon-img{
   margin-bottom: -7px;
}
.uavc-list-icon.contact-icon + span{
    text-decoration: none !important;
}

/*=======================*/
/*===== Contact From ====*/


.contact-form span.wpcf7-form-control-wrap {
    display: block;
}

.cf7row {
    display: flex;
    column-gap: 15px;
} s


.contact-form {
    background-color: #F5F5F5; 
    border-radius: 10px;
    font-family: inter, sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #EAEAEA; 
	height: 100%;
}
.contact-form * {
    box-sizing: border-box;
}
.contact-form .wpcf7 label {
    
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #3D3D3D;  
}
.contact-form .wpcf7 label span.required,
.contact-form .wpcf7 label .asterisk {
    color: #d93025; 
    margin-left: 3px;
}
.contact-form .wpcf7 input[type="text"],
.contact-form .wpcf7 input[type="email"],
.contact-form .wpcf7 input[type="tel"],
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #858585 !important;
    border-radius: 5px;
    outline: none;
    margin: 0 !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0387D6; 
}
/* Textarea Height */
.contact-form textarea {
    min-height: 120px;
    resize: vertical; 
}
.contact-form .two-col {
    display: flex;
    gap: 15px; /* Space between City and State */
    margin-bottom: 18px;
}
.contact-form .two-col div {
    width: 50%;
    margin-bottom: 0;  
}
.contact-form input[type="submit"] {
	width: 100%;
    background: #0387D6;
    border: 2px solid #0387D6;
    border-radius: 10px !important;
    --the7-btn-m-padding: 25px 18px 25px 18px;
    --the7-btn-m-font-size: 20px;
    --the7-btn-m-font: var(--the7-btn-m-font-style, normal) normal var(--the7-btn-m-font-weight, normal) var(--the7-btn-m-font-size) / var(--the7-btn-m-line-height) var(--the7-btn-m-font-family);
}
.contact-form input[type="submit"]:hover{
	background: #ffffff;
}
.contact-form span.wpcf7-spinner {
    position: absolute;
    bottom: 58px;
    right: 30px;
}
.contact-det .elementor-icon-wrapper {
    line-height: 0;
}

.contact-form abbr {
    color: #DC2828;
}

/*=======================*/
/*==== Media Queries ====*/ 
 
@media only screen and (max-width: 991px) {
    .contact-address:nth-child(even){
        margin-top: 25px; 
    }
    

    .uavc-list-content > .uavc-list-icon.contact-icon {
       margin-right: 10px !important;
    }
    .contact-address:last-child{
        margin-bottom: 25px; 
    }
        .vc_row.wpb_row.vc_inner.vc_row-fluid.address-r2{
        padding-top: 0px !important;
    }

}
@media only screen and (max-width: 768px) {
     .vc_row{
    margin-left: 0 !important;
    margin-right: 0 !important;
    }
    section.vc_section.contact-det-form .vc_column-inner {
        padding-right: 15px !important;
    }
    
}

@media only screen and (max-width: 576px) {
    
    .wpb-content-wrapper section.vc_section.contact-hero { 
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .contact-speak-with h2{
        text-align: center;
    }
    .contact-speak-with .uvc-sub-heading{
        text-align: left;
    }
    
   

}





