@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700&display=swap');

body {
    font-family: "Bricolage Grotesque", sans-serif;

    display: flex;
    gap: 20px;
    background: #FFF7E7;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 20px;
}
.map-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    max-width: 320px;
    aspect-ratio: 311.73 / 421.74;
    margin: 0 auto;
}
.map-wrapper button{
    height: 47px;
    background: #348055;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: unset;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}
.map-wrapper button:hover{
    opacity: 0.8;
}

.map-wrapper svg path{
    fill: #348055;
    transition: fill .2s ease;
}
.map-wrapper svg path.active{
    fill: #FBBA41;
    stroke: #D6AF30;
}
.map-wrapper svg path:hover{
    opacity: 0.8;
}
.hotel-wrapper{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    width: 100%;
    position: relative;
    gap:0;
}
.hotel-wrapper h2{
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    position: relative;
}
.img-hotel{
    width: 215px;
    flex-shrink: 0;
}
.img-hotel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    aspect-ratio: 3 / 2;
}
#hotelList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    overflow: auto;
    padding:50px 0;
}

.hotel {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.info-hotel{
    border-radius: 24px;
    background: #fff;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info-hotel h3{
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}
.info-hotel h3 img{
    display: none;

    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 24px;
}
.info-hotel h3 span.table{
    display: none;

    color: #348055;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.info-hotel .subtitle{
    color: #348055;
    text-transform: uppercase;
}
.bottom-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.bottom-icons .icons{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
}
.icons .icon-item{
    display: flex;
    align-items: center;
    gap: 5px;
}
.icons .icon-item .icon-text{
    font-size: 12px;
    font-weight: 500;
}
.icons .icon-item .icon-svg svg{
    width: 24px;
    height: 24px;
}
.more-info{
    padding: 14px 25px;
    background: #FFCD2A;
    border-radius: 6px;
    text-decoration: unset;
    color: #534000;
    font-size: 14px;
}
.more-info:hover{
    opacity: 0.8;
}
#mobileAccordion .loading,
#mobileAccordion .error {
    text-align: center;
    padding: 40px 20px;
    color: #348055;
    font-size: 18px;
}

#mobileAccordion .error {
    color: #d32f2f;
}

#mobileAccordion{
    height: 100%;
    overflow: auto;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}
#mobileAccordion .accordion-title{
    padding: 15px 20px;
    border-radius: 15px;
    border-bottom: unset;
    display: flex;
    justify-content: space-between;
}
#mobileAccordion .accordion-title svg{
    width: 24px;
    height: 24px;
}
#mobileAccordion .accordion-title .badge{
    background: #348055;
    width: 24px;
    height: 24px;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
}
#mobileAccordion .accordion-item.open .badge{
    background-color: #fff;
    color: #348055;
}
.accordion-title {
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #348055;
    cursor: pointer;
    font-weight: 500;
}

.accordion-content {
    padding: 20px 0;
}
.accordion-content .hotelList{
    display: flex;
    flex-direction: column;
}
#mobileAccordion .hotelList .hotel{
    margin-bottom: 20px;
}
#mobileAccordion .hotelList .hotel:last-child{
    margin-bottom: 0;
}
.accordion-item.open .accordion-title {
    background: #348055;
    border-bottom: 1px solid #74C798;
    color: #fff;
}
.hotel-wrapper h2:after {
    content: '';
    background: #FFF7E7;
    background: linear-gradient(360deg, rgba(255, 247, 231, 0) 0%, rgba(255, 247, 231, 1) 61%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 50px;
}
.hotel-wrapper:after {
    content: '';
    background: #FFF7E7;
    background: linear-gradient(180deg, rgba(255, 247, 231, 0) 0%, rgba(255, 247, 231, 1) 100%);
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    height: 50px;
}
.hotel-wrapper__mobile-contact:before{
    content: '';
    background: #FFF7E7;
    background: linear-gradient(180deg, rgba(255, 247, 231, 0) 0%, rgba(255, 247, 231, 1) 61%);
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 50px;
}
.hotel-wrapper__mobile-contact{
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 10;
}
.hotel-wrapper__mobile-contact button{
    height: 47px;
    background: #348055;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: unset;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}
@media (min-width: 1200px) {
    body{
        gap: 70px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .info-hotel h3{
        display: flex;
        gap: 20px;
    }
    .info-hotel h3 img{
        display: inline-block;
    }
    .info-hotel h3 .table-style{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .info-hotel h3 span.table{
        display: inline-block;
    }
    .img-hotel{
        display: none;
    }

    .info-hotel .subtitle{
        display: none;
    }
}
@media (max-width: 991px) {
    .map-wrapper { 
      display: none;
    }
    #hotelList{
        display: none;
    }
    .hotel-wrapper h2{
        font-size: 26px;
    }
    .info-hotel h3{
        font-size: 22px;
    }

    .hotel-wrapper:before {
        top: 30px;
    }
    .hotel-wrapper__mobile-contact{
        display: flex;
    }
}
@media (max-width: 768px) {
    body{
        background-color: #fff;
    }
    .hotel{
        flex-direction: column;
        gap: 0;
    }
    .hotel .img-hotel{
        width: 100%;
    }
    .hotel .img-hotel img{
        border-radius: 24px 24px 0 0;
        aspect-ratio: 4/2;
    }
    .info-hotel{
        border-radius: 0 0 24px 24px;
        background-color: #FFF7E7;
    }
    .info-hotel h3{
        font-size: 18px;
    }
    .bottom-icons{
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-icons .icons .icon-item .icon-text{
        display: none;
    }
    .hotel-wrapper h2{
        font-size: 22px;
    }
    .hotel-wrapper h2:after{
        background: linear-gradient(360deg, rgb(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 70%);
    }
    .hotel-wrapper__mobile-contact:before{
        background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 61%);
    }
    .hotel-wrapper:after{
        background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 61%);
    }
}


