.showroom-locations-widget-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 30px #EEEEEE;
    border-radius: 32px;
    padding-top: 80px;

}
.showroom-locations-widget{
    padding-top: 80px;
    padding-bottom: 80px;
}
.showroom-locations-widget-wrapper .showroom-header{
    max-width: 660px;
    text-align: center;
}
.showroom-locations-widget-wrapper .showroom-header .showroom-description{
    margin-bottom: 50px;
}
.showroom-locations-widget-wrapper .showroom-cards{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom:40px
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card{
    width: 50%;
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card .elementor-custom-embed iframe{
    height: 320px;
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-contact-title-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showroom-locations-widget-wrapper .showroom-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;
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-address-button-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.showroom-locations-widget-wrapper .showroom-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;
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-address-button-wrapper .showroom-card-button .button-icon svg{
    width: 16px;
    height: 16px;
}
.showroom-locations-widget-wrapper .showroom-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;
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-address-button-wrapper .showroom-card-button:hover .button-icon{
    background-color:white;
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-contact-title-wrapper .showroom-card-phone .fa-phone{
    color : #D50032;
    margin-right: 8px;
}
.showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-contact-title-wrapper .showroom-card-email .fa-envelope{
    color : #D50032;
    margin-right: 8px;
}
.showroom-locations-widget-wrapper .other-locations{
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
    background-color: #D50032;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    overflow-y: hidden;
}
.showroom-locations-widget-wrapper .other-locations .other-locations-label{
    width: fit-content;
    text-wrap: nowrap;
}
.showroom-locations-widget-wrapper .other-locations .other-locations-list{
    width: 100%;
    display: flex;
    gap: 40px;
}
@media screen and (max-width: 1200px) {
    .showroom-locations-widget-wrapper .showroom-cards{
        flex-direction: column;
    }
    
    
}
@media screen and (max-width:1000px){
    .showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-contact-title-wrapper{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
@media screen and (max-width: 800px) {
    .showroom-locations-widget-wrapper .showroom-header .showroom-title{
        font-size: 24px !important;
    }
    .showroom-locations-widget-wrapper .showroom-header .showroom-description{
        font-size: 12px !important;
    }
    .showroom-locations-widget-wrapper .showroom-cards .showroom-card{
        width: 100%;
    }
    .showroom-locations-widget-wrapper .showroom-cards .showroom-card .showroom-card-address{
        font-size: 14px !important;
    }
    .showroom-locations-widget-wrapper .showroom-cards{
        padding-left: 16px;
        padding-right: 16px;
    }
}