

.content-wrapper {
    background: url("../../images/pc/hotel_pc/wave.svg") no-repeat center top;
}
.card-container {
    padding: 10px;
}

.card-large {
    background: white;
    margin: 10px;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
}

.section {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-top-img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    /* background-color: #f0f0f0; */
    margin: 10px 0px;
}

.section-title-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px;
}
.title-img {
    width: 40%;
}

.section-title {
    width: 60%;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    margin-right: 10px;
}

.text-content {
    display: flex;
    justify-content: center;
}

.text-div {
    background-color: #FFE3E3;
    color: #FF7576;
    font-weight: bold;
    width: 50%;
    padding: 10px 20px;
    margin: 45px 0;
}

.first-text {
    font-size: 24px;
}

.long-text-content {
    width: 70%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.long-text-content p {
    font-size: 18px;
    font-weight: bold;
}

.image-section {
    display: flex;
    gap: 20px;
    margin: 20px;
    opacity: 0;
    animation: fadeIn 3s forwards;
}

.image-section-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-section-left img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.image-section-left span,
.image-card span {
    font-size: 16px;
    text-align: left;
    width: 100%;
}

.image-section-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.section-right-gap {
    gap: 10px 20px;
}

.image-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.hotel-map {
    margin-bottom: 20px;
}

.map-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-weight: bold;
}

.map-floor {
    width: 80px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: top;
    padding: 5px 10px 5px 0;
}

.map-detail {
    font-size: 12px;
    line-height: 1.6;
    padding: 5px 0;
    word-break: break-word;
}

.section-footer-div {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 10px 0px 40px 0;
    opacity: 0;
    gap: 30px;
    animation: fadeIn 3s forwards;
}

.section-footer-img {
    width: 40% !important;
}

.final-text {
    background-color: #fff;
    border: 1px solid #FF7576;
}

.section-footer {
    background-color: #FF7576;
    width: 24%;
    height: 10%;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
    border: 1px solid #FF7576;
    box-shadow: 10px;
    text-align: center;
    padding: 7px;
}

.text-fade {
    opacity: 0;
    animation: fadeIn 3s forwards;
}

@media (max-width: 768px) {
 

    .content-wrapper {
        background: url("../../images/mobile/hotel_mobile/wave.svg") no-repeat center top;
    }

    .card,
    .card-container,
    .section-title-div,
    .section-title,
    .long-text-content,
    .image-section,
    .section-footer-div {
        display: block !important;
    }

    .first-text {
        font-size: 18px;
    }
    .section {
        max-width: 100% !important;
    }
    .card {
        display: flex;
        flex-direction: row !important;
        align-items: stretch;
        margin: 10px 0px;
    }

    .card-title {
        display: block;
        white-space: normal;
        text-align: left;
        word-break: break-word;
        margin: 0;
    }

    .card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
    }
    .section-title {
        width: 100%
    }

    .text-div {
        margin-bottom: 0px;
    }
    .final-text {
        width: 80%;
    }

    .image-section-left span,
    .image-card span {
        font-size: 12px;
    }
    .morning_set_img {
        padding-bottom: 20px;
    }

    .section-title {
        font-size: 14px;
        padding-top: 15px;
    }

    .long-text-content {
        width: 90%;
        font-size: 14px;
    }

    .long-text-content p {
        font-size: 14px;
        font-weight: bold;
    }

    .long-text-content div {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .map-desc-left {
        width: 21%;
    }

    .card-container {
        display: flex;
        flex: 1;
        padding: 0px !important;
    }

    .card-content p,
    .card-content div {
        margin-bottom: 0;
    }

    .card-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 8px;
        padding: 10px;
    }

    .card-content br {
        display: none;
    }

    .card-desc {
        display: none;
    }

    .section-footer {
        font-size: 15px;
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    .section-footer-div img {
        width: 65% !important;
    }

    .section-footer {
        font-size: 15px;
        width: 60%;
    }
    .map-table {
        margin-bottom: 15px;
    }

    .btn-link {
        width: -webkit-fill-available;
        border-radius: 50px;
        padding: 5px 30px;
    }

    .btn-link-group img {
        width: 13%;
    }

    .btn-text {
        font-size: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .card-large {
        margin: 20px auto;
    }

    .section-title {
        font-size: 20px;
    }

    .first-text {
        font-size: 20px;
    }

    .long-text-content {
        width: 80%;
        font-size: 15px;
    }

    .long-text-content p {
        font-size: 15px;
    }

    .image-section {
        gap: 25px;
    }

    .image-section-left img,
    .image-card img {
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }

    .image-card span {
        font-size: 10px;
        text-align: left;
        width: 100%;
    }

    .section-footer-div {
        flex-direction: column;
        gap: 20px;
    }

    .section-footer {
        width: 70%;
        font-size: 18px;
    }
}
