@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*{
    font-family: "Roboto";
}

body {
    min-width: 320px;
    overflow-x: hidden; /* Hide vertical scrollbar */
}

/* .container {
    padding-left: 2rem;
    padding-right: 2rem;
} */

.container-max-width{
    max-width: 1920px;
}

.swiper-container{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    position: relative;
}

.swiper-button-prev,
.swiper-button-next{
    color: white;
    padding: 2rem;
    opacity: 0.5;
    transition: opacity 0.1s ease-in-out
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
    opacity: 1;
}

.sales-detail-sales-image{
    /* width: 350px; */
}

.sales-detail-sales-image img{
    width: 350px;
    height: 350px;
    border-radius: 20px;
    -webkit-box-shadow: -4px 4px 20px 2px rgba(0,0,0,0.5); 
    box-shadow: -4px 4px 20px 2px rgba(0,0,0,0.5);
    object-fit: cover;
}

.sales-detail-sales-text-container{
    padding-left: 1rem;
    padding-right: 1rem;
}

.sales-detail-sales-position{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0;
}

.sales-detail-sales-name{
    font-weight: bold;
    font-size: 1.2rem;
}

.sales-detail-sales-description{
    color: gray;
}

.sales-detail-sales-contact-text{
    font-weight: bold;
    font-size: 1.5rem;
}

.sales-detail-sales-contact{
    background-color: black;
    color: white;
    border-radius: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    border: black 1px solid;
}

.sales-detail-sales-contact:hover,
.sales-detail-sales-contact:active,
.sales-detail-sales-contact:focus{
    color: white;
    /* color: black; */
    /* background-color: white; */
}

.sales-detail-sales-contact img{
    width: 1rem;
}

.sales-detail-sales-information-section{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.sales-detail-model{
    background-color: #f2f2f2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sales-detail-model-header{
    display: flex;
    gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sales-detail-model-header-text{
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
}

.sales-detail-model-header-img{
    width: 50px;
    color: black;
}

.sales-detail-model-header-button-group svg{
    width: 50px;
}

.sales-detail-model-header-button-group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    padding: 0.2rem 0.8rem;
    border: black 1px solid;
    border-radius: 100px;
    color: black
}

.sales-detail-model-header-button-group.active{    
    background-color: #f2dadb;
    color: #fd7071;
    border: #fc7676 1px solid;
}

.sales-detail-model-header-button-group:hover,
.sales-detail-model-header-button-group:active,
.sales-detail-model-header-button-group:focus{
    background-color: #f2dadb;
    color: #fd7071;
    border: #fc7676 1px solid;
}



.sales-detail-model-box{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sales-detail-model-box-header-image{
    padding-left: 4rem;
    padding-right: 4rem;
}

.sales-detail-model-box-header-image img{
    /* width: 140px; */
}

.sales-detail-model-box-content-image img{
    width: 150px;
}

.sales-detail-model-box-content-image{
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1rem 2rem 1rem;
    background-color: #fafbfb;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.3); 
    box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.3);
    border-radius: 0px 0px 5px 5px;
    position: relative;
}

.sales-detail-model-box-content-text-container{
    text-align: center;
}

.sales-detail-model-box-content-text-1{
    font-size: 1.2rem;
    margin: 0;
}

.sales-detail-model-box-content-text-2{
    margin: 0;
}

.sales-detail-model-box-content-text-3{
    margin: 0;
    font-size: 0.6rem;
}

.sales-detail-model-box-content-text-2-1{
    font-size: 1rem;
    vertical-align: top;
}

.sales-detail-model-box-content-text-2-2{
    font-size: 2.5rem;
    font-weight: bold;   
}

.sales-detail-model-box-content-text-2-3{
    font-size: 1rem;
}
/* .sales-detail-model-box-corner-label{
    position: absolute;
    bottom: 0;
    right: 0;
} */

.sales-detail-model-box-content-button-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 0.3rem;
    margin-top: 1rem;
    
}

.sales-detail-model-box-content-button-1,
.sales-detail-model-box-content-button-2{
    background-color: black;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    border: black 1px solid;
}

.sales-detail-model-box-content-button-1:hover,
.sales-detail-model-box-content-button-1:active,
.sales-detail-model-box-content-button-1:focus,
.sales-detail-model-box-content-button-2:hover,
.sales-detail-model-box-content-button-2:active,
.sales-detail-model-box-content-button-2:focus{
    color: black;
    background-color: white;
}

.sales-detail-map{
    background-color: black;
}

.sales-detail-map-address-container{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.sales-detail-map-text{
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.sales-detail-map-address{
    color: white;
    font-size: 1rem;
}

.sales-detail-rating{
    /* padding-top: 2rem;    */
    position: relative;
}

.sales-detail-rating-container{
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sales-detail-rating-background{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67%;
    background-color: #dddddd;
    z-index: 1;
}

.sales-detail-rating-content{
    position: relative;
    z-index: 2;
}

.sales-detail-rating-left-header{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.sales-detail-rating-left-text{
    font-size: 1rem;
    margin-bottom: 2rem;
}

.sales-detail-rating-left-button-container{
    display: flex;
    justify-content: space-between;
}


.sales-detail-rating-left-button-pagination{
    display: flex;
    gap: 1rem;
}

.sales-detail-rating-left-button-pagination-mb{
    display: none;
}

.sales-detail-rating-left-button-pagination-group-mb{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.sales-detail-rating-left-button,
.sales-detail-rating-left-button-mb{
    border-color: black;
    border-radius: 50px;
    padding: 0.1rem 0.7rem;
}

.sales-detail-rating-left-button:hover,
.sales-detail-rating-left-button:active,
.sales-detail-rating-left-button:focus,
.sales-detail-rating-left-button-mb:hover,
.sales-detail-rating-left-button-mb:active,
.sales-detail-rating-left-button-mb:focus{
    background-color: #f40000;
    border-color: #f40000;
    color: white;
}

.sales-detail-rating-left-button-see-more{
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #f40000;
    color: white;
    border-radius: 20px;
    padding: 0.1rem 1rem;
}

.sales-detail-rating-left-button-see-more-mb{
    font-size: 1rem;
    width: 100%;
    font-weight: bold;
    background-color: #f40000;
    color: white;
    border-radius: 20px;
    padding: 0.4rem 1rem;
}

.sales-detail-rating-left-button-see-more:hover,
.sales-detail-rating-left-button-see-more:active,
.sales-detail-rating-left-button-see-more:focus{
    background-color: #bf0000;
    color: white;
}

.sales-detail-rating-left-button-see-more-mb:hover,
.sales-detail-rating-left-button-see-more-mb:active,
.sales-detail-rating-left-button-see-more-mb:focus{
    background-color: #bf0000;
    color: white;
}

.sales-detail-rating-right-box-container{
    /* display: flex;
    justify-content: center; */
    /* gap: 2rem; */
    overflow: hidden;
    padding: 1.5rem;
}

.sales-detail-rating-right-box{
    background-color: white;
    -webkit-box-shadow: -4px 4px 20px 2px rgba(0,0,0,0.5); 
    box-shadow: -4px 4px 20px 2px rgba(0,0,0,0.5);
    padding: 0.5rem;
    border-radius: 20px;
    width: fit-content;
}

.sales-detail-rating-right-box-image{
    display: flex;
    justify-content: center;
}

.sales-detail-rating-right-box-image img{
    width: 200px;
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
}

.sales-detail-rating-right-star-container{
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.sales-detail-rating-right-star{
    width: 20px;
}

.sales-detail-rating-right-text{
    text-align: center;
}

.sales-detail-rating-right-text-1{
    font-size: 1rem;
    margin: 0;
}

.sales-detail-rating-right-text-2{
    font-size: 0.8rem;
    color: gray;
}

#map {
    width: 100%;
    height: 100%;
}

@media (max-width: 1320px){

}

@media (max-width: 575.98px) {
    .sales-detail-model-header-img{
        width: 50px;
        color: black;
    }

    .sales-detail-rating-left-button-pagination-mb{
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-direction: column;
    }

    .sales-detail-rating-left-button-container{
        flex-direction: column;
    }
 
    .sales-detail-rating-left-button-pagination-mb{
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-direction: column;
    }

    .sales-detail-rating-right-box-container .swiper-wrapper .swiper-slide{
        display: flex;
        justify-content: center;
    }

    .sales-detail-rating-left-button-container{
        display: none;
    }

    .sales-detail-rating-right-box{
        background-color: white;
        -webkit-box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.5);; 
        box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0.5);;
        padding: 0.5rem;
        border-radius: 20px;
        width: fit-content;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sales-detail-rating-left-button-container{
        flex-direction: column;
    }

    .sales-detail-rating-left-button-pagination-mb{
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-direction: column;
    }

    .sales-detail-rating-right-box-container .swiper-wrapper .swiper-slide{
        display: flex;
        justify-content: center;
    }

    .sales-detail-rating-left-button-container{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sales-detail-rating-left-button-container{
        flex-direction: column;
        gap: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .sales-detail-sales-position{
        text-align: center;
    }

    .sales-detail-sales-name{
        text-align: center;
    }

    .sales-detail-sales-position{
        margin-top: 1rem
    }

    .sales-detail-rating-background{
        display: none;
    }

    .sales-detail-map-text{
        text-align: center;
    }

    .sales-detail-rating-left-header{
        text-align: center;
    }

    .sales-detail-rating-left-text{
        text-align: center;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {

}

@media (min-width: 1920px) {

}