body {
    background-color: #eeeeee;
}



#main_wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}






.name_location_price {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: fit-content;

}

.name_location_price .name_location {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

main {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    column-gap: 30px;
    padding: 30px;

}

#property_images {
    width: 100%;
    background-color: #04040400;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}


#property_images h2 {
    margin-bottom: 10px;
}

#property_images #property_current_img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}



#property_images #property_images_wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    gap: 15px;
    row-gap: 20px;
    overflow-x: auto;
    padding: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

#property_images ::-webkit-scrollbar {
    height: 14px;
}


#property_images ::-webkit-scrollbar-track {
    background: #28282813;
    border-radius: 10px;
}

#property_images ::-webkit-scrollbar-thumb {
    background-color: #555555;
    /* Scrollbar color */
    border-radius: 10px;
    border: 2px solid #282828;
    /* Optional border to match background */
}





#property_images #property_images_wrapper .property_image {
    height: 80px;
    aspect-ratio: 16/9;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#property_images #property_images_wrapper .property_image.selected .active {
    width: 30px;
    height: 6px;
    background-color: #2272c7;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    position: absolute;
    inset: 0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: -12px;
}

#property_images #property_images_wrapper .property_image:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


#propriety_location_svg {
    width: 32px;
    height: auto;
}



#property_cta {
    width: 100%;
    max-width: 250px;
    border-radius: 50px;
    margin-inline: auto;
    background-color: rgba(138, 58, 58, 0);
    display: flex;
    flex-direction: column;
    gap: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: 115px;

}

#property_cta #quick_info {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
}

#property_cta .info_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}


#property_cta .info_wrapper span {
    color: #1a1a1a;
    font-weight: 350px;
    font-size: 16px;
}



#property_cta  h3 {
    font-size: 32px;
    font-weight: bold;
    color: #1a1a1a;
}

#property_cta .info_wrapper h3#location {
    font-size: 16px;
    font-weight: 400;
}



#property_cta  .agent_profile {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#property_cta img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    object-fit: cover;

}

#property_cta  .agent_profile h3 {
    font-size: 20px;
    margin-top: 15px;
}

#property_cta  .agent_profile span {
    font-size: 14px;
    color: #424242;
    margin-top: 5px;
}

#property_cta  .contact_links {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#property_cta  a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #484848;
    color: #EAEAEA;
    width: 100%;
    height: fit-content;
}

#property_cta  a:nth-of-type(1) {
    margin-top: 30px;

}


#property_cta #contact_wrapper a svg {
    width: 18px;

}

#property_cta  a#contact_email {
    background-color: rgb(196, 110, 23);
    font-size: 12px;
}

#property_cta  a#contact_email:hover {
    background-color: rgb(133, 73, 13);

}

#property_cta  a#contact_phone {
    background-color: #111111;
}

#property_cta  a#contact_phone:hover {
    background-color: #414141;
}





#description {
    padding: 30px;
    margin-top: 30px;
    width: 100%;
    max-width: 700px;
    height: fit-content;
    margin-left: 30px;
}

#description h2 {
    font-size: 26px;
}

#description h3 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.6;
}

#description p {
    max-width: 700px;
    line-height: 1.7;
    font-size: 16px;
    margin-top: 15px;
}



#specifications {
    padding: 30px;
    margin-top: 0px;
    width: 100%;
    max-width: 700px;
    height: fit-content;
    padding-bottom: 120px;
    margin-left: 30px;
}

#specifications h2 {
    font-size: 26px;
    width: fit-content;

}

#wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 30px;

}

#wrapper .spec_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(171, 171, 171);
    padding-bottom: 10px;
    margin-top: 15px;
}


#contact_label h2 {
    font-size: 26px;
}

#contact {
    background-color: #ffffff00;
}

#contact_label {
    background-color: #ffffff00;
}







@media (max-width: 1200px) {
    #main_wrapper{
        padding-inline: 20px;
    }
    #main_wrapper main {
        flex-direction: column;
        padding-inline: 0px;
    }

    #main_wrapper main #property_cta{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 45px;
        width: 100%;
        max-width: 500px;
    }
    #main_wrapper main #property_cta img{
        max-width: 200px;
    }
    #main_wrapper main #property_cta .info{
        width: 100%;
        max-width: 400px;
    }
    #description{
        margin-left: 0;
        margin-inline:auto;
    }
    #specifications{
        margin-left: 0;
        margin-inline:auto;
    }

}
@media (max-width: 600px) {
    .name_location_price{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 15px;
    }

    #specifications {
   
        padding-bottom: 45px;
        
    }
    #main_wrapper #description,
    #main_wrapper #specifications{
        padding-inline: 0;
    }
}
@media (max-width: 560px) {
    #main_wrapper main #property_cta{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 60px;
        gap: 15px;
        width: 100%;
        height: fit-content;
    }
    #main_wrapper main #property_cta img{
        width: 100%;
        max-width: 150px;
    }
    #main_wrapper main #property_cta .info{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    #main_wrapper main #property_cta .info .agent_profile{
        width: fit-content;
        height: fit-content;
    }

    #main_wrapper main #property_cta .contact_links{
        width: 100%;
    }
}