.contact-us-widget{
    padding-bottom: 50px;
}
.contact-us-widget .contact-us-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 20px   ;
}
.contact-us-widget .contact-us-wrapper .contact-us-form{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.contact-us-widget .contact-us-wrapper .contact-us-title, .contact-us-widget .contact-us-wrapper .contact-us-cards .contact-us-title .contact-us-heading{
    font-family: "archivo", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0;

}


.contact-us-widget .contact-us-wrapper .contact-us-form   .form-group label{
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
}
.contact-us-widget .contact-us-wrapper .contact-us-form  .form-group input,.contact-us-widget .contact-us-wrapper .contact-us-form  .form-group textarea{
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    padding: 8px 12px;
    font-family: "Archivo", sans-serif;
    width: 100%;
}
.contact-us-widget .contact-us-wrapper .contact-us-form  .form-group textarea{
    max-height: 60px;
}
.contact-us-widget .contact-us-wrapper .contact-us-form  .wpcf7-form > .form-group label{
    display: flex;
    flex-direction: column;
    gap: 10px;

}
.contact-us-widget .contact-us-wrapper .contact-us-form  .wpcf7-form-control.wpcf7-submit.has-spinner{
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-color: #D50032;
    border-radius: 8px;
}
.contact-us-widget .contact-us-wrapper .contact-us-form, .contact-us-widget .contact-us-wrapper .contact-us-cards{
    padding: 24px 32px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    height: fit-content;

}


.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .elementor-custom-embed iframe{
    height: 320px;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-contact-title-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-contact-title-wrapper .showroom-card-contact{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 340px;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-address-button-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-address-button-wrapper .showroom-card-button{
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-address-button-wrapper .showroom-card-button .button-icon svg{
    width: 16px;
    height: 16px;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-address-button-wrapper .showroom-card-button .button-icon{
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    background-color: #D50032;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-address-button-wrapper .showroom-card-button:hover .button-icon{
    background-color:white;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-contact-title-wrapper .showroom-card-title{
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-contact-title-wrapper .showroom-card-contact a{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-self:center;
    gap: 8px;
}
.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-contact-title-wrapper .showroom-card-contact a span{
    display: flex;
}

.contact-us-widget .contact-us-wrapper .contact-us-cards .showroom-card .showroom-card-address-button-wrapper .showroom-card-address{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
  
}
@media screen and (max-width: 1000px) {
    .contact-us-widget .contact-us-wrapper {
        flex-direction: column;
    }
    .contact-us-widget .contact-us-wrapper .contact-us-form,
    .contact-us-widget .contact-us-wrapper .contact-us-cards {
        width: 100%;
    }
    
}