* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
}

section {
    scroll-margin-top: 140px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-top: 64px;
    font-weight: 600;
}

.swiper-counter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: auto;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.container {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
}

.custom-navbar {
    background: rgb(0, 33, 91);
    min-height: 64px;
}

.navbar-brand {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-nav .nav-item {
    margin-left: 12px;
}

.btn-link img {
    filter: contrast(0) brightness(2);
}

.btn-kamar,
.btn-link {
    background: #2f4f7f;
    color: #fff;
    border-radius: 0;
}

.btn-kamar:hover,
.btn-link:hover {
    background: rgb(0, 33, 91);
    color: #fff;
}

.navbar .nav-link.dropdown-toggle {
    background: #fff;
    color: #0d2d5c !important;
    padding: 10px 20px;
    font-weight: 600;
}

.dropdown-menu-custom {
    border: none;
    border-radius: 0;
    min-width: 260px;
}

.dropdown-menu-custom .dropdown-item {
    padding: 14px 20px;
}

.hero-left {
    height: 540px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.hero-right-top,
.hero-right-bottom {
    height: 265px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-right-top {
    margin-bottom: 5px;
}

.hero-right-bottom {
    position: relative;
    margin-top: 5px;
}

.hero-overlay-left {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: flex;
    gap: 12px;
}

.overlay-box {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 150px;
}

.overlay-box small {
    margin-top: 8px;
    font-size: 20px;
}

.overlay-social small i {
    margin: 0 8px;
    font-size: 20px;
}

.overlay-social a,
.overlay-box a {
    color: #fff;
}

.hero-gallery-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s ease;
}

.booking-modal {
    border-radius: 4px;
    overflow: hidden;
}

.booking-bar {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 25px;
    gap: 20px;
}

.booking-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.booking-item label {
    font-size: 14px;
    font-weight: 600;
    color: #00215b;
    margin-bottom: 6px;
}

.booking-item input,
.booking-item select {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 6px 0;
}

.booking-button {
    display: flex;
    align-items: flex-end;
}

.btn-book {
    background: #9c9c9c;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-weight: 600;
}

.sub-menu {
    background: #ffffff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 64px;
    z-index: 997;
    box-shadow: #d1d1d1 0px 1px 15px;
    border-bottom: 1px solid #ddd;
}


.sub-menu .nav-link {

    position: relative;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    transition: .3s;
}


.sub-menu .nav-link:hover {
    color: #00215b;
}

.sub-menu .nav-link.active {
    color: #00215b;
}

.sub-menu .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 3px;
    background: #00215b;
    border-radius: 2px;
}

.about-section {
    padding-top: 80px;
    scroll-margin-top: 80px;
}

.about-title {
    font-size: 34px;
    font-weight: 200;
    color: rgb(0, 33, 91);
    margin-bottom: 35px;
}

.about-info {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-info i {
    width: 20px;
    color: rgb(0, 33, 91);
}

.about-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    max-width: 100%;
    color: #00215b;
}

.about-link i {
    width: 20px;
    flex-shrink: 0;
}

.about-link span {
    display: block;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
}

.about-divider {
    border-top: 3px solid #a3a2a2;
    margin: 56px 0;
}

.about-description {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.about-more {
    color: rgb(0, 33, 91);
    font-weight: 500;
    text-decoration: none;
}

.divider {
    border-top: 3px solid #a3a2a2;
    margin: 20px 0;
}

.section-side-title {
    font-size: 22px;
    font-weight: 600;
    color: rgb(0, 33, 91);
}

.section-side-title small {
    font-size: 14px;
    margin-left: 15px;
    text-decoration: underline;
}

.icon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.icon-item {
    text-align: center;
    font-size: 14px;
}

.icon-item i {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    color: #333;
}

.room-title {
    font-size: 28px;
    font-weight: 200;
    color: rgb(0, 33, 91);
    margin-bottom: 40px;
}

.room-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.room-img {
    width: 100%;
    aspect-ratio: 3/2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.room-body {
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.room-name {
    font-size: 24px;
    font-weight: 600;
    color: rgb(0, 33, 91);
}

.room-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
}

.room-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

}

.room-divider {
    border-top: 1px solid #ddd;
    margin: 16px;
}

.room-price {
    font-size: 26px;
    font-weight: 500;
}

.room-price small {
    display: block;
    font-size: 13px;
    color: #777;
    margin-top: 4px;
    font-style: italic;
}

.room-size {
    display: flex;
    align-items: center;
    gap: 6px;
}

.room-size img {
    width: 25px;
    height: 25px;
}

.room-icons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.room-icons img {
    width: 30px;
    height: 30px;
}

.roomSwiper {
    padding: 10px 5px 50px 5px;
}

.roomSwiper>.swiper-wrapper>.swiper-slide {
    height: auto;
    display: flex;
}

.roomImageSwiper {
    position: relative;
    width: 100%;
}

.roomImageSwiper .swiper-wrapper {
    align-items: stretch;
}

.roomImageSwiper .swiper-slide {
    height: auto;
    display: block;
}

.roomImageSwiper .swiper-pagination {
    bottom: 10px !important;
}

.roomImageSwiper .room-overlay {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    z-index: 5;
    transition: all .25s ease;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgb(0, 33, 91);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
}

.btn-pesan {
    background: #8e8e8e;
    padding: 12px 28px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 0;
}

.btn-pesan:hover {
    background: #7f7f7f;
    color: #fff;
}

.activitySwiper {
    padding: 10px 5px 50px 5px;
}

.activitySwiper .swiper-slide {
    height: auto;
    display: flex;
}

.activity-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.activity-title {
    font-size: 28px;
    font-weight: 500;
    color: rgb(0, 33, 91);
    margin-bottom: 40px;
}

.activity-item {
    display: flex;
    flex-direction: column;
}

.activity-img {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
}

.activity-name {
    font-size: 24px;
    font-weight: 600;
    color: rgb(0, 33, 91);
    margin-top: 20px;
}

.activity-desc {
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.activity-info {
    display: flex;
    margin-top: 15px;
    font-size: 15px;
    justify-content: space-between;
}

.activity-link {
    margin-top: 20px;
    background: none;
    border: none;
    color: #888;
    font-size: 15px;
    text-align: left;
}

.event-card {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.event-img {
    width: 100%;
    aspect-ratio: 3/2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;

}

.event-body {
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.event-name {
    font-size: 24px;
    font-weight: 600;
    color: rgb(0, 33, 91);
}

.event-info {
    font-size: 14px;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.event-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.btn-event-detail {
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #777;
    height: 52px;
    padding: 0 28px;
    font-size: 14px;
    border-radius: 0;
    white-space: nowrap;
}

.btn-event-detail:hover {
    background: #f5f5f5;
}

.eventSwiper {
    padding: 10px 5px 50px 5px;
}

.eventSwiper>.swiper-wrapper>.swiper-slide {
    height: auto;
    display: flex;
}

.eventImageSwiper {
    position: relative;
    width: 100%;
}

.eventImageSwiper .swiper-wrapper {
    align-items: stretch;
}

.eventImageSwiper .swiper-slide {
    height: auto;
    display: block;
}

.offerSwiper {
    padding: 10px 5px 50px 5px;
}

.offerSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.offer-card {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.offer-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.offer-body {
    padding: 24px;
}

.offer-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 33, 91);
}

.offer-desc {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px;
}

.offerSwiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
    height: 4px;
    background: #e5e5e5;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.offerSwiper .swiper-pagination-progressbar-fill {
    background: #00215b;
}

.newsSwiper {
    padding: 10px 5px 50px 5px;
}

.newsSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.news-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.news-card {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.news-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(0, 33, 91);
    line-height: 1.4;
}

.news-date {
    font-size: 14px;
    color: #777;
}

.news-link {
    font-size: 14px;
    color: #777;
    text-decoration: none;
}

.news-more {
    font-size: 14px;
    color: #777;
    text-decoration: none;
    margin-top: auto;
}

.news-link:hover {
    color: rgb(0, 33, 91);
}

.newsSwiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
    height: 4px;
    background: #e5e5e5;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsSwiper .swiper-pagination-progressbar-fill {
    background: #00215b;
}

.location-map iframe {
    width: 100%;
    height: 350px;
    border: 0;
    margin-bottom: 15px;
}

.location-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-location-more {
    border: 1px solid #ccc;
    background: #fff;
    padding: 6px 12px;
    font-size: 13px;
}

.location-list {
    display: flex;
    flex-direction: column;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.location-img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    flex-shrink: 0;
}

.location-info {
    flex: 1;
}

.location-name {
    font-weight: 600;
    font-size: 15px;
}

.location-time {
    font-size: 13px;
    color: #777;
    margin-top: 2px;
}

.location-type {
    font-size: 13px;
    color: #777;
    white-space: nowrap;
}

.modal-content {
    border-radius: 4px;
}

.modal-title {
    color: rgb(0, 33, 91);
}

.modal-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.modal hr {
    border-color: #a1a1a1;
}

.fasilitas-modal,
.layanan-modal {
    border-radius: 0;
}

.fasilitas-grid {
    row-gap: 18px;
}

.fasilitas-item,
.layanan-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    color: #444;
    margin-bottom: 18px;
}

.fasilitas-item i,
.layanan-item i {
    font-size: 22px;
    color: #333;
    width: 28px;
}

.room-detail-modal {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-body {
    padding: 40px;
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-room-title {
    font-size: 28px;
    font-weight: 600;
    color: rgb(0, 33, 91);
}

.modal-room-price {
    font-size: 22px;
    font-weight: 500;
}

.modal-room-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.modal-detail-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.modalRoomSwiper {
    width: 100%;
    height: 500px;
    flex-shrink: 0;
}

.modalRoomSwiper .swiper-wrapper {
    height: 100%;
}

.modalRoomSwiper .swiper-slide {
    height: 100%;
    display: block;
}

.modal-room-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.activityModalSwiper {
    width: 100%;
    height: 500px;
    flex-shrink: 0;
}

.activityModalSwiper .swiper-wrapper {
    height: 100%;
}

.activityModalSwiper .swiper-slide {
    height: 100%;
}

.modal-activity-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.eventModalSwiper {
    width: 100%;
    height: 500px;
    flex-shrink: 0;
}

.eventModalSwiper .swiper-wrapper {
    height: 100%;
}

.eventModalSwiper .swiper-slide {
    height: 100%;
}

.modal-event-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-modal-info span {
    display: inline-block;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#roomDetailModal .modal-dialog,
#activityDetailModal .modal-dialog,
#eventDetailModal .modal-dialog,
#locationDetailModal .modal-dialog {
    max-width: 800px;
}

#activityDetailModal .modal-content,
#eventDetailModal .modal-content,
#locationDetailModal .modal-content {
    height: 720px;
    overflow-y: auto;
}

#offerDetailModal .modal-dialog {
    max-width: 1024px;
}

#offerDetailModal .modal-content {
    border-radius: 0;
}

#offerDetailModal .modal-body {
    overflow-y: auto;
}

.offer-modal-body {
    padding: 48px;
}

.offer-modal-title {
    font-size: 36px;
    font-weight: 500;
    color: rgb(0, 33, 91);
    margin-bottom: 20px;
}

.offer-modal-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.offer-detail-box {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.offer-detail-header {
    background: rgb(0, 33, 91);
    color: #fff;
    padding: 12px 18px;
    font-weight: 600;
}

.offer-detail-body {
    padding: 18px;
    font-size: 14px;
}

.offer-detail-body strong {
    display: block;
    margin-top: 12px;
}

.offer-book-btn {
    width: 100%;
    margin-top: 20px;
    background: #9c9c9c;
    border: none;
    color: #fff;
    padding: 12px;
}

.location-modal-title {
    font-size: 28px;
    font-weight: 600;
    color: rgb(0, 33, 91);
    margin-bottom: 20px;
}

.location-category {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.location-category button {
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px 14px;
    font-size: 14px;
}

.location-category .active {
    background: #8a8a8a;
    color: #fff;
    border: none;
}

.location-card-img {
    position: relative;
    margin-bottom: 10px;
}

.location-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.location-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgb(0, 33, 91);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
}

.location-card h5 {
    font-weight: 600;
}

.location-distance {
    font-weight: 600;
    margin-bottom: 10px;
}

.location-card p {
    font-size: 14px;
    color: #555;
}

.footer-custom {
    background: #00215b;
    color: #fff;
    padding: 32px 0;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.footer-title,
.footer-subtitle {
    text-align: left;
    font-weight: 800;
}

.footer-kunjungi {
    width: 60%;
}

.footer-app {
    width: 40%;
    text-align: right;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 16px;
}

.social-icons a {
    color: white;
    transition: color .3s;
    width: 32px;
    height: 32px;
}

.social-icons i {
    font-size: 28px;
    color: white;
}

.footer-middle {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.footer-about {
    padding: 12px 0;
    width: 60%;
}

.footer-cert {
    width: 40%;
    text-align: right;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 10px 40px;
    margin: 12px 0;
}

.footer-links a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    white-space: nowrap;
}

.footer-award {
    margin-top: 20px;
    text-align: right;
    width: 118px;
}

.award-img {
    height: 90;
}

.certifications {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.cert-item {
    color: #fff;
    text-align: center;
}

.cert-item a {
    font-style: none;
    color: #fff;
}

.cert-item img {
    height: 96px;
    margin: auto;
    margin-bottom: 10px;
}

.app-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.app-buttons img {
    height: 45px;
    filter: contrast(0) brightness(2);

}

.footer-brands {
    display: grid;
}

.footer-brands img {
    max-height: 56px;
    margin: auto;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 20px;
}

.modal-login-aston .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    max-width: 380px;
}

.modal-login-aston p {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
    color: #ffffff;
}

.modal-login-aston a {
    color: #a8a8a8;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
}

.modal-login-aston .modal-content {
    height: 100%;
    border-radius: 0;
}

.modal-login-aston.fade .modal-dialog {
    transform: translateX(100%);
    transition: 0.3s ease;
}

.modal-login-aston.show .modal-dialog {
    transform: translateX(0);
}

.modal-login-aston .modal-body {
    padding: 30px;
    background: #ffffff;
}

.btn-close-custom {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #00215b;
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
}

.modal-login-aston input {
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 10px;
}

.btn-login {
    background: #9c9c9c;
    color: #fff;
    border: none;
    border-radius: 0;
}

.btn-google {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;

}

.membership-box {
    background: #00215b;
    color: #fff;
    padding: 20px;
}

.btn-register {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 10px;
    border-radius: 0;
}

@media (min-width:992px) {

    #footerAbout,
    #footerBrands {
        display: block !important;
    }

    .footer-subtitle {
        pointer-events: none;
    }

    .footer-subtitle i {
        display: none;
    }

    .footer-brands {
        grid-template-columns: repeat(6, 1fr);
        gap: 40px;
        align-items: center;
    }

}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.show-mobile {
    display: block;
}

.floating-menu {
    display: none;
}

.book-mobile {
    display: none;
}

@media (max-width:991px) {


    #navbarResponsive {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #00215b;
        padding: 30px 20px;
    }

    #navbarResponsive .nav-link {
        color: #fff !important;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .kamar-mobile {
        background: #4c628c;
        padding: 14px 16px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom-navbar {
        height: auto;
        padding: 10px 0;
    }

    .navbar-brand {
        font-size: 16px;
    }

    .navbar-toggler {
        border: none;
        box-shadow: none;
    }

    .navbar-collapse {
        background: #00215b;
        margin-top: 10px;
        padding: 10px 0;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-nav .nav-item {
        margin-left: 0;
        width: 100%;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        padding: 12px 20px;
    }

    .btn-kamar,
    .btn-link {
        width: 100%;
        margin-top: 8px;
    }

    .book-mobile {
        display: block;
        background: #fff;
        color: #00215b;
        font-size: 13px;
        font-weight: 600;
        padding: 6px 12px;
        border-radius: 2px;
        margin-left: auto;
    }

    .mobile-menu {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #00215b;
        padding: 40px 20px;
    }

    .mobile-menu .navbar-nav {
        width: 100%;
    }

    .mobile-menu .nav-item {
        margin-bottom: 20px;
    }

    .mobile-menu .nav-link {
        color: #fff !important;
        font-size: 18px;
    }

    .kamar-link {
        background: #4a628c;
        padding: 14px 16px;
    }

    .hero-left {
        height: 320px;
    }

    .hero-right-top,
    .hero-right-bottom {
        height: 160px;
    }

    .sub-menu {
        height: 56px;
        overflow-x: auto;
        overflow-y: visible;
        justify-content: flex-start;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .sub-menu::-webkit-scrollbar {
        display: none;
    }

    .sub-menu .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 18px;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .sub-menu .nav-link {
        font-size: 13px;
        padding: 0 10px;
    }

    .sub-menu .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -18px;
        width: 100%;
        height: 3px;
        background: #00215b;
        border-radius: 2px;
    }

    .about-title {
        font-size: 24px;
        font-weight: 200;
        margin: 0 0 24px;
    }

    .icon-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .activity-grid {
        grid-template-columns: 1fr;
    }

    .location-section .row {
        flex-direction: column;
    }

    .location-map {
        margin-top: 30px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: flex;
    }

    .show-mobile {
        display: none;
    }

    .show-mobile.show {
        display: block;
    }

    .footer-top,
    .footer-middle {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .app-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px auto 0;
    }

    .app-buttons img {
        margin: auto;
    }

    .footer-kunjungi {
        order: 1;
    }

    .footer-app {
        order: 2;
    }

    .footer-cert {
        order: 3;
    }

    .footer-award {
        order: 4;
    }

    .footer-about {
        order: 5;
    }

    .footer-brands {
        order: 6;

    }

    .footer-bottom {
        order: 7;
    }

    .footer-award {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px auto 0;
    }

    .footer-award img {
        margin: auto;
    }

    .footer-subtitle {
        font-size: 14px;
    }

    .footer-title {
        font-size: 24px;
        text-align: center;
    }

    .footer-kunjungi,
    .footer-app,
    .footer-about,
    .footer-cert {
        width: 100%;
        text-align: left;
    }

    .app-buttons {
        justify-content: flex-start;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .certifications {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        justify-items: center;
    }

    .certifications .cert-item:nth-child(3) {
        grid-column: auto;
    }

    .cert-item {
        text-align: center;
        max-width: 160px;
    }

    .cert-item img {
        height: 80px;
        margin-bottom: 10px;
    }

    .cert-item p {
        font-size: 13px;
        line-height: 1.4;
    }

    .footer-subtitle {
        padding: 10px 0;
    }

    .footer-links {
        margin-top: 10px;
    }

    .footer-subtitle {
        cursor: pointer;
        padding: 12px 0;
    }

    #footerBrandsMobile {
        display: none;
    }

    #footerBrandsMobile.show {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
    }

    #footerBrandsMobile img {
        max-width: 100px;
        height: auto;
    }
}

@media (max-width:767px) {
    .container {
        padding: 24px 16px;
    }

    .hero-left {
        height: 260px;
    }

    .hero-overlay-left {
        bottom: 15px;
        left: 15px;
        flex-direction: column;
        gap: 8px;
    }

    .overlay-box {
        font-size: 13px;
        min-width: 120px;
        padding: 8px 14px;
    }

    .overlay-social small i {
        font-size: 16px;
        margin: 0 6px;
    }

    .icon-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .icon-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 13px;
        gap: 8px;
    }

    .icon-item i {
        font-size: 22px;
        margin-bottom: 0;
    }

    .room-price {
        font-size: 20px;
    }

    .room-price small {
        font-size: 12px;
    }

    .offer-img,
    .news-img {
        height: 180px;
    }

    .location-map iframe {
        height: 200px;
    }

    .location-title {
        font-size: 24px;
    }

    .floating-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        right: 15px;
        bottom: 20px;
        gap: 10px;
        z-index: 999;
    }

    .floating-btn {
        width: 48px;
        height: 48px;
        background: #00215b;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        transition: 0.3s;
    }

    .floating-btn:hover {
        transform: scale(1.05);
    }

    .floating-btn img {
        width: 20px;
        filter: contrast(0) brightness(2);
    }

    .floating-btn.small {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }

    .floating-language {
        position: relative;
    }

    .lang-circles {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .lang-circles a {
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translateY(0);
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .lang-circles.show a {
        pointer-events: auto;
    }

    .lang-circles.show a:nth-child(1) {
        transform: translateX(-55px);
        opacity: 1;
    }

    .lang-circles.show a:nth-child(2) {
        transform: translateX(-110px);
        opacity: 1;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .roomSwiper .swiper-slide,
    .eventSwiper .swiper-slide,
    .offerSwiper .swiper-slide,
    .newsSwiper .swiper-slide {
        width: 100% !important;
    }

    .room-card,
    .event-card,
    .offer-card,
    .news-card {
        width: 100%;
    }

    .room-img,
    .event-img {
        aspect-ratio: 16/10;
    }

    .room-body,
    .event-body,
    .offer-body,
    .news-body {
        padding: 18px;
    }

    .room-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .location-type {
        font-size: 13px;
    }

    .location-map iframe {
        height: 300px;
    }

    .modal {
        padding: 0 !important;
    }

    .modal-dialog {
        margin: 0 !important;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
    }

    .modal-content {
        width: 100vw;
        height: 100vh;
        border-radius: 0 !important;
        border: none;
        display: flex;
        flex-direction: column;
    }

    .modal-body {
        flex: 1;
        overflow-y: auto;
    }

    .room-detail-modal {
        max-height: 100vh;
    }

    #offerDetailModal .modal-dialog {
        margin: 0;
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
    }

    #offerDetailModal .modal-content {
        height: 100vh;
        width: 100vw;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

    #offerDetailModal .offer-modal-body {
        flex: 1;
        overflow-y: auto;
        padding: 20px;
    }

    #offerDetailModal .row {
        flex-direction: column;
        gap: 20px;
    }

    .offer-book-btn {
        width: 100%;
        margin-top: 20px;
    }

    .offer-modal-title {
        font-size: 24px;
    }

    .offer-modal-desc {
        font-size: 14px;
    }

    .modalRoomSwiper,
    .activityModalSwiper,
    .eventModalSwiper {
        height: 35vh;
    }

    .modal-room-img,
    .modal-activity-img,
    .modal-event-img {
        height: 35vh;
    }

    .modal-close-btn {
        top: 12px;
        right: 12px;
    }

    .modalRoomSwiper,
    .activityModalSwiper,
    .eventModalSwiper {
        height: 260px;
    }

    .modal-room-img {
        height: 260px;
    }

    #bookingModal .modal-dialog {
        margin: 20px;
        max-width: 100%;
    }

    .booking-bar {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
        gap: 18px;
    }

    .booking-item {
        width: 100%;
    }

    .booking-item input,
    .booking-item select {
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 3px;
    }

    .booking-button {
        width: 100%;
    }

    .btn-book {
        width: 100%;
        padding: 14px;
        background: #9c9c9c;
        font-weight: 600;
    }

    .footer-grid {
        display: flex;
        flex-direction: column;
    }


    .footer-top,
    .footer-middle {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-subtitle {
        font-size: 14px;
    }

    .footer-title {
        font-size: 21px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-links {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .certifications {
        grid-template-columns: 1fr;
    }



    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .certifications {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        justify-items: center;
    }

    .certifications .cert-item:nth-child(3) {
        grid-column: span 2;
    }

    .cert-item {
        text-align: center;
        max-width: 160px;
    }
}