:root {
    --primary-color: #426068;
    --secondary-color: #ffffff;
    --text-color: #808080;
    --accent-color: #498f80;
    --bg-color: #edeae3;
    --white-color: #ffffff;
    --divider-color: #0000001a;
    --dark-divider-color: #ffffff1a;
    --error-color: rgb(230, 87, 87);
    --default-font: "Manrope", sans-serif;
    --accent-font: "Bricolage Grotesque", sans-serif;
    --grey: #565751;
    --navy: #426068;
    --brown: #724d3d;
    --light-brown: #724d3d;
    --light-grey: #bbbaa8;
    --sidebar-w: 340px;
    --accent: #2563eb;
    --muted: #6b7280;
    --card-radius: 12px;
    --sb-track-color: #d0d0d0;
    --sb-thumb-color: #6baf8d;
    --sb-size: 8px;
}

::-webkit-scrollbar {
    width: var(--sb-size);
}

::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 35px;
}
::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 35px;
}

@supports not selector(::-webkit-scrollbar) {
    * {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}

.text-primary-accent {
    color: var(--accent-color) !important;
}

.font-playfair {
    font-family: "Playfair Display", serif;
    font-style: normal;
}

.font-playfair-italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.section-title span {
    text-shadow: rgba(0, 0, 0) 1px 1px 2px;
}

#overview,
#itinerary,
#reviews,
#tour {
    scroll-margin-top: 230px;
}

.faq-accordion .accordion-item .accordion-body p {
    /* color: black; */
}

.page-category-list ul li a.link-marketing {
    font-weight: 700;
    color: var(--primary-color);
    cursor: pointer;
}

.page-category-list ul li a.link-marketing::before {
    content: unset;
}

* {
    cursor: auto !important;
    pointer-events: auto !important;
}

.pe-auto {
    cursor: pointer !important;
    pointer-events: pointer !important;
}

.w-850px {
    width: 850px;
}

.satisfy-client-image-prime.add-more h3 {
    color: white;
}

.image-flash {
    width: 300px;
    height: 230px;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
}
.quote-image {
    width: 100%;
}

.box-content-parent-prime {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.5fr;
    grid-template-rows: 230px 200px 200px;
    gap: 12px;
}
.div1 {
    grid-column: span 3 / span 3;
}

.div2 {
    grid-column-start: 1;
    grid-row-start: 2;
}

.div3 {
    grid-column-start: 1;
    grid-row-start: 3;
}

.div4 {
    grid-column-start: 2;
    grid-row-start: 2;
}

.div5 {
    grid-column-start: 2;
    grid-row-start: 3;
}

.div6 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
}

.div7 {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 1;
}

.box-content.div6 .image-anime {
    flex: 1;
}

.div7 .feature-item-2-prime {
    background-color: var(--navy);
    color: white;
    position: relative;
}

.div7 .feature-item-2-prime::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/footer-bg-prime1.png");
    z-index: 1;
}

.div7 .feature-item-2-prime .image-anime {
    padding: 24px;
    background-color: white;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div7 .feature-item-2-prime .image-anime img {
}

.div7 .feature-item-2-prime h6,
.div7 .feature-item-2-prime h3,
.div7 .feature-item-2-prime p {
    color: white;
}

.image-box-content {
    width: 330px;
    /* height: 300px; */
    object-fit: cover;
    object-position: center;
}

.sustainable-item {
    height: 360px;
}

.sustainable-item-image img {
    height: 360px;
}

.sustainable-item-image figure::before {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 10%,
        rgba(0, 0, 0, 0.9) 80%
    );
}

.why-choose-item .why-choose-item-content ul li {
    text-align: left;
}
.why-choose-item.active .why-choose-item-content ul li {
    color: white;
    text-align: left;
}

.our-partner-teams::before {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 90%
    );
}

.our-partner-teams .partner-logo {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 28px;
}

.why-choose-item.active .pricing-body ul li::before {
    color: white;
}

/* TABLET */
@media (max-width: 1024px) {
    .box-content-parent-prime {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .div1 {
        grid-column: span 2;
    }

    .div2,
    .div3,
    .div4,
    .div5,
    .div6,
    .div7 {
        grid-column: auto;
        grid-row: auto;
    }

    .div6 {
        grid-column: span 1;
    }

    .div7 {
        grid-column: span 1;
    }
}
/* MOBILE */
@media (max-width: 767px) {
    .box-content-parent-prime {
        grid-template-columns: 1fr;
    }

    .div1,
    .div2,
    .div3,
    .div4,
    .div5,
    .div6,
    .div7 {
        grid-column: span 1;
        grid-row: auto;
    }

    .box-content.div6 {
        display: none;
    }

    .h-sm-450px {
        height: 450px;
    }
}

@media (min-width: 768px) {
    .w-md-480px {
        width: 480px;
    }
    .w-md-60 {
        width: 60% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-850px {
        width: 850px;
    }
}

.mw-850px {
    max-width: 850px;
}

.h-450px {
    height: 450px;
}
.h-500px {
    height: 500px;
}

.w-380px {
    width: 380px;
}

.p-12px {
    padding: 12px;
}

.p-18px {
    padding: 18px;
}

.fz-33px {
    font-size: 33px !important;
}

.text-wrap-style-balance {
    text-wrap-style: balance !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.slicknav_btn {
    background: white;
}

.slicknav_icon .slicknav_icon-bar {
    background: var(--primary-color);
}

header.main-header .header-sticky.active {
    /* background-color: var(--bg-color); */
    background-color: var(--accent-color);
    box-shadow: 0px 0 8px rgb(187 186 168 / 30%);
}

.main-menu ul li a {
    color: white;
}

.price-badge {
    background-color: white;
    border-radius: 12px;
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--accent-color);
    padding: 12px 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.price-badge .price-description {
    margin-top: 0;
    margin-bottom: 0;
    color: #426068;
    font-size: 16px;
}

.price-badge .price {
    color: var(--accent-color);
    font-weight: 600;
    font-size: 20px;
}

.price-badge .price span {
    color: #426068;
    font-size: 18px;
    font-weight: 600;
}

.price-badge .price-duration {
    font-size: 14px;
}

.about-us::before {
    content: none;
}

.itinerary-content img {
    width: 18px;
    height: 18px;
}

.itinerary-content p {
    font-size: 14px;
}

header.main-header .header-sticky.active .main-menu ul li a.custom-nav,
.main-menu ul li a.custom-nav {
    background-color: var(--navy);
    border-radius: 50px;
    padding: 14px 18px !important;
}

header.main-header .header-sticky.active .main-menu ul li a.custom-nav:hover,
.main-menu ul li a.custom-nav:hover,
header.main-header .header-sticky.active .main-menu ul li a.custom-nav:focus,
.main-menu ul li a.custom-nav:focus {
    background: white;
    color: var(--accent-color);
}

header.main-header .header-sticky.active .main-menu ul li a.custom-nav::before,
.main-menu ul li a.custom-nav::before {
    content: none;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    /* color: #000; */
    color: #fff;
}

header.main-header .header-sticky.active .main-menu ul li a {
    color: #fff;
}

.nav-link {
    position: relative;
}

.main-menu ul ul {
    background-color: var(--navy);
}

.main-menu ul ul li a {
    color: white;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0px;
    background-color: var(--bg-color);
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.main-menu ul ul li a:hover::before {
    content: unset;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 24px;
}

.main-menu .navbar-nav .nav-item.submenu > .nav-link::after,
.main-menu ul li.sub-menu > a::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.our-story::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.footer-links ul li {
    color: #fff;
}

.footer-links ul li::marker {
    color: black;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover::marker {
    color: white;
}

.footer-social-links ul li a:hover {
    background: var(--accent-color);
    color: white;
}

.why-choose-item.active .why-choose-item-content h3,
.why-choose-item.active .why-choose-item-content p,
.why-choose-item.active .why-choose-item-btn a,
.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content p,
.why-choose-item:hover .why-choose-item-btn a {
    color: white;
}

.why-choose-item.active .icon-box::before,
.why-choose-item:hover .icon-box::before {
    background-color: black;
}

.why-choose-item.active .icon-box i,
.why-choose-item:hover .icon-box i {
    color: white;
    z-index: 1;
}

.why-choose-item .icon-box i {
    color: white;
}

header.main-header .header-sticky.active .main-menu ul li a.active {
    color: #fff;
}

header.main-header
    .header-sticky.active
    .main-menu
    .navbar-nav
    .nav-link.active::before {
    background-color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

/* overwrite template start */
.hero-benefit-item-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px 60px;
}

.hero-benefit-item .icon-box {
    width: 40px;
    height: 40px;
}

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

.hero-benefit-item .icon-box img {
    max-width: 24px;
}

.main-footer {
    background: #384c52 !important;
    padding: 100px 0 50px;
}

.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none !important;
    /* background: linear-gradient(180deg, #EDEAE3 33.19%, rgba(247, 247, 247, 0.00) 100%); */
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footer-links h3 {
    color: black;
}

.post-entry blockquote p {
    color: white;
}

.readmore-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: var(--accent-color);
    background-image: none;
    mask: url("../../themes/wildex/images/arrow-primary.svg") no-repeat center /
        contain !important;
    -webkit-mask: url("../../themes/wildex/images/arrow-primary.svg") no-repeat
        center / contain !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    background-position: center center;
    transition: 0.4s ease-in-out;
}

.btn-default-royal.btn-highlighted-royal {
    background-color: white;
    color: var(--navy);
}

.btn-modal-choice-black {
    background-color: #000 !important;
    color: #fff !important;
}

.btn-default-royal.btn-highlighted-royal.btn-modal-choice-black::before {
    background-color: #fff;
}

.btn-default-royal.btn-highlighted-royal:hover {
    color: #000 !important;
}

.btn-default-royal {
    color: white;
}

.btn-default-royal.btn-highlighted-royal:hover {
    color: #000;
}

.btn-default-royal.btn-highlighted-royal::after {
    background-color: var(--accent-color);
}

.btn-default-royal::before {
    background-color: white;
    mask: url("../../themes/wildex/images/arrow-primary-royal.svg") no-repeat
        center / contain;
    -webkit-mask: url("../../themes/wildex/images/arrow-primary-royal.svg")
        no-repeat center / contain;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn-default-royal.btn-highlighted-royal::before {
    background-color: var(--navy);
    mask: url("../../themes/wildex/images/arrow-primary-royal.svg") no-repeat
        center / contain;
    -webkit-mask: url("../../themes/wildex/images/arrow-primary-royal.svg")
        no-repeat center / contain;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn-default-royal.btn-highlighted-royal:hover:before {
    filter: none;
    background-color: #000;
    mask: url("../../themes/wildex/images/arrow-primary-royal.svg") no-repeat
        center / contain;
    -webkit-mask: url("../../themes/wildex/images/arrow-primary-royal.svg")
        no-repeat center / contain;
}

.about-footer-content p {
    margin: 0;
    color: var(--grey);
}

.satisfy-client-image-royal.add-more {
    background: white;
}

.satisfy-client-image-royal.add-more h3 {
    font-size: 16px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.about-client-content-royal p {
    color: white;
}

.service-image-prime::after {
    background-color: black;
}

.page-header::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 34.84%, #000 88.55%);
}

.post-tags .tag-links a {
    color: white;
}

.post-social-sharing ul li a {
    color: white;
}

/* overwrite template end */
.bz-cover {
    background-size: cover !important;
}

.pb80px {
    padding-bottom: 80px;
}

.mt90px {
    margin-top: 90px;
}

#map {
    height: 500px;
    width: 100%;
    /* background-color: #edeae3; */
}

#map.leaflet-container {
    background: none;
    z-index: 10;
}

.map-svg {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}

.section-title span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 56px;
}

.bg-hero1 {
    background: url("../images/front/bg/hero1.jpg");
}

.media-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero > .container {
    position: relative;
    z-index: 1;
}

.leaflet-popup-content {
    width: 300px !important;
    margin: 0 !important;
    padding: 12px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.08333em;
    min-height: 1px;
    display: flex;
    flex-direction: column;
}

.leaflet-popup-content img {
    width: 100%;
    height: 300px;
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 10px;
    right: 9px;
    border: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font:
        16px / 24px Tahoma,
        Verdana,
        sans-serif;
    color: #000;
    text-decoration: none;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 0.5 black;
}

.leaflet-popup-content img {
    width: 100% !important;
    height: 210px;
}

.leaflet-container .leaflet-control-attribution {
    visibility: hidden;
}

.slicknav_menu {
    background: white;
}

.btn-highlighted-royal.btn-highlighted-royal-black:hover {
    background: black;
    color: white;
}

.btn-highlighted-royal.btn-black-royal {
    background: black;
    color: white;
}

.readmore-btn::before {
    color: var(--accent-color);
}

.h-560px {
    height: 560px;
}

.parent-story {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.child1,
.child2,
.child3,
.child4,
.child5,
.child6 {
    max-height: 300px;
}

.child1 {
    grid-area: 1 / 1 / 2 / 2;
}

.child2 {
    grid-area: 2 / 2 / 3 / 3;
}

.child3 {
    grid-area: 1 / 3 / 2 / 4;
}

.child4 {
    grid-area: 2 / 1 / 3 / 2;
}

.child5 {
    grid-area: 1 / 2 / 2 / 3;
}

.child6 {
    grid-area: 2 / 3 / 3 / 4;
}

:is(.child4, .child5, .child6) figure {
    height: 100%;
}

.maxh400 {
    max-height: 400px;
}

.mw-290px {
    max-width: 290px;
}

figure .child-img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    max-height: 300px;
}

.story-item {
    position: relative;
    overflow: hidden;
}

.story-item-image figure {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.story-item-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 20%,
        rgba(0, 0, 0, 0.9) 82.22%
    );
    z-index: 1;
}

.story-item-image figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.6s ease-in-out;
}

.story-item-body {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: 40px;
    transform: translateY(50px);
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.story-item-content h3 {
    color: var(--white-color);
    font-size: 20px;
    margin-bottom: 10px;
}

.story-item-content p:last-child {
    margin: 0;
}

.story-item-content p {
    color: var(--white-color);
}

.our-adventures::before {
    background: linear-gradient(0deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 40%);
}

.section-title p {
    color: var(--grey);
}

.bg-accent .section-title h2 {
    color: var(--bg-color);
}

.adventure-item-content p {
    color: #353535;
}

.bg-accent {
    background: var(--accent-color);
}

.bg-accent::before {
    content: none;
}

.partners-slider .partners-slider-img {
    height: 75px;
    object-fit: contain;
    object-position: center;
}

.marque-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.marque-content {
    display: flex;
    gap: 40px;
    animation: marquee 15s linear infinite;
}

.item-mar-img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.one-img-slider {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.one-button-next {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.one-button-prev {
    position: absolute;
    right: 60px;
    bottom: -50px;
}

.one-button-next,
.one-button-prev {
    /* position: relative; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.one-button-next::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    mask: url("../../themes/wildex/images/arrow-primary-royal.svg") no-repeat
        center / contain;
    -webkit-mask: url("../../themes/wildex/images/arrow-primary-royal.svg")
        no-repeat center / contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.one-button-prev::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: white;
    mask: url("../../themes/wildex/images/arrow-primary-royal.svg") no-repeat
        center / contain;
    -webkit-mask: url("../../themes/wildex/images/arrow-primary-royal.svg")
        no-repeat center / contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: rotate(225deg);
    transition: all 0.4s ease-in-out;
    z-index: 1;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
}

.one-button-next:hover,
.one-button-prev:hover,
.one-button-next:active,
.one-button-prev:active {
    background-color: #4a8c7a;
}

.one-button-next:hover::before,
.one-button-prev:hover::before,
.one-button-next:active::before,
.one-button-prev:active::before {
    background-color: white;
    mask: url("../../themes/wildex/images/arrow-primary-royal.svg") no-repeat
        center / contain;
    -webkit-mask: url("../../themes/wildex/images/arrow-primary-royal.svg")
        no-repeat center / contain;
}

.partners-slider {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.partners-slider .swiper-slide {
    width: 160px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-slider-img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.what-we-do-item-image {
    text-align: center;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.what-we-do-item-image img {
    width: auto;
    height: 100px;
    object-fit: contain;
}

.watch-video-play-button i {
    font-size: 24px;
    color: white;
}

.footer-newsletter-box > * {
    color: black !important;
}

.footer-newsletter-form .form-group .form-control::placeholder {
    color: black;
}

.list-partner-footer {
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    background-color: #1c292c;
    flex-wrap: wrap;
    /* border-top: 1px solid #ffffff9c; */
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
}

.footer-social-links {
    /* border-top: 1px solid #ffffff9c; */
    border-top: unset;
}

.footer-about::before {
    background-color: #ffffff9c;
}

.list-title-partner-footer h6 {
    color: white;
}

.image-partner-footer {
    max-width: 160px !important;
    display: inline-flex;
    /* align-items: center; */
    justify-content: center;
    margin: 0 5px;
}

.image-partner-footer img {
    height: 75px;
    object-fit: contain;
    object-position: center;
}

.w-200 {
    width: 200px !important;
}
.approach-image-item-1 {
    width: calc(95% - 15px);
}

.approach-image-1 figure img {
    aspect-ratio: 4.21 / 3;
}

.hero-btn .btn-default {
    color: white;
}

.btn-default.btn-highlighted:hover {
    color: #000;
}

.leaflet-container {
    overflow: unset !important;
}

.leaflet-popup-pane .custom-popup {
    position: absolute !important;
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 200px;
}

/* ARROW DEFAULT */
.custom-popup .arrow {
    position: absolute;
    width: 0;
    height: 0;
}

/* arrow bottom */
.custom-popup .arrow.bottom {
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

/* arrow top */
.custom-popup .arrow.top {
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
}

/* arrow left */
.custom-popup .arrow.left {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

/* arrow right */
.custom-popup .arrow.right {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.trip-item ul {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-left: 0px;
}

.trip-item ul li {
    background-color: var(--light-grey);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.trip-item-image {
    position: relative;
}

.trip-item-image .trip-durations {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin-bottom: 0;
    z-index: 12;
}

.trip-item-image .trip-durations p,
.trip-durations p {
    margin-bottom: 0;
}

/* .trip-durations p {
    color: white;
} */

.trip-item-image::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.9) 90%
    );
    height: 100%;
    border-radius: 20px;
    z-index: 5;
}

.trip-item.trip-item-row .trip-item-image {
    margin-bottom: 0;
}

.trip-item.trip-item-row .trip-item-image img {
    max-width: 310px;
    width: 250px;
    height: 290px;
    object-fit: cover;
}

.trip-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.trip-item-content .trip-route p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.trip-item-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.trip-item-content p.description-team {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.trip-item-content .trip-durations {
    color: var(--text-color);
}

.trip-item-btn .btn-default {
    color: white;
}

.testimonial-item-royal.destination-testi .testimonial-content-royal p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.testimonial-content-prime p {
    line-height: 1.5;
    min-height: calc(1.5em * 7);
    max-height: calc(1.5em * 7);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.testimonial-readmore {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: underline;
}

.testimonial-readmore:hover {
    opacity: 0.8;
}

.testimonial-slider-royal .testimonial-item-royal.destination-testi {
    height: 500px !important;
    max-height: 550px !important;
}

/*  */
.btn-filter {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 40px;
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1em;
    color: #fff;
    background: var(--accent-color);
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition:
        background 0.3s ease,
        transform 0.25s ease;
}

/* Hover: sedikit mengangkat */
.btn-filter:hover {
    transform: translateY(-2px);
    background: var(--navy);
}

/* Focus: ring modern */
.btn-filter:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 128, 255, 0.35);
}

/* Active click: turun sedikit */
.btn-filter:active {
    transform: translateY(0);
    opacity: 0.9;
}

/* State .active */
.btn-filter.active {
    background: var(--navy);
}

/* Efek glow ringan */
.btn-filter::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    transform: skewX(-20deg);
    transition: all 0.4s ease;
    pointer-events: none;
}

.btn-filter:hover::after {
    left: 100%;
}

.modal-custom {
    /* --bs-modal-bg: var(--navy); */
    --bs-modal-header-border-color: none;
    --bs-modal-footer-border-color: none;
}

/* layout */
.list-destination-part {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 12px;
    padding: 0;
    list-style: none;
}

/* hide checkbox */
.btn-check {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* button style */
.btn-checkbox {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;

    color: #4b5563;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.2s ease;
}

/* hover */
.btn-checkbox:hover {
    background: #f3f4f6;
    transform: translateY(-1px);
}

/* checked state */
.btn-check:checked + .btn-checkbox {
    background: linear-gradient(135deg, #68ac9d, #498f80);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(42, 124, 106, 0.4);
}

/* active press */
.btn-checkbox:active {
    transform: scale(0.97);
}

/* focus (keyboard accessible) */
.btn-check:focus-visible + .btn-checkbox {
    outline: 3px solid rgba(42, 124, 106, 0.4);
    outline-offset: 2px;
}

.approach-image-item-2.approach-image-item-custom {
}

.approach-image-item-2.approach-image-item-custom .approach-image-2 {
    bottom: -20px;
}

.parent-partner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.partner-child1 {
    grid-area: 1 / 1 / 2 / 2;
}

.partner-child2 {
    grid-area: 1 / 3 / 2 / 4;
}

.partner-child3 {
    grid-area: 2 / 2 / 3 / 3;
}

.partner-child4 {
    grid-area: 3 / 1 / 4 / 2;
}

.partner-child5 {
    grid-area: 3 / 3 / 4 / 4;
}

.partner-child6 {
    grid-area: 1 / 2 / 2 / 3;
}

.partner-child7 {
    grid-area: 2 / 1 / 3 / 2;
}

.partner-child8 {
    grid-area: 2 / 3 / 3 / 4;
}

.partner-child9 {
    grid-area: 3 / 2 / 4 / 3;
}

.partner-child10 {
    display: none;
    /* grid-area: 5 / 2 / 6 / 3; */
}

.parent-commision {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.commision-child1 {
    grid-area: 1 / 1 / 2 / 3;
}

.commision-child2 {
    grid-area: 2 / 1 / 3 / 2;
}

.commision-child3 {
    grid-area: 2 / 2 / 3 / 3;
}

.commision-card {
    background-color: white;
    border-radius: 20px;
    padding: 24px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.commision-content-img-card {
    background-image: url("../../themes/wildex/images/hero-content-bg-prime.png");
    background-color: var(--secondary-color);
    background-repeat: no-repeat;
    background-size: 210px auto;
    background-position: bottom -10px right 10px;
    align-content: center;
}

.commision-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
    height: 100%;
}

.commision-content.commision {
    width: 50%;
}

.commision-child1 .commision-card {
    position: relative;
    background-image: url("../images/front/bg-4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 60px 60px;
    overflow: hidden;
    z-index: -1;
}

.commision-child1 .commision-card::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 1%,
        rgba(0, 0, 0, 1) 60%
    );
    z-index: -1;
}

.commision-child1 .commision-card .commision-content h3,
.commision-child1 .commision-card .commision-content p,
.commision-child1 .commision-card .commision-content ul {
    color: white;
}

.commision-child2 .commision-card {
    position: relative;
    background-image: url("../images/front/destination-ubud.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 60px 60px;
    overflow: hidden;
    z-index: -1;
    filter: grayscale(50%);
}

.commision-child2 .commision-card::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 70%);
    z-index: -1;
    /* backdrop-filter: blur(1px); */
}

.commision-child2 .commision-card .commision-content h3,
.commision-child2 .commision-card .commision-content p,
.commision-child2 .commision-card .commision-content ul {
    color: white;
}

.commision-child3 .commision-card {
    position: relative;
    background-image: url("../images/front/destination-gili.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 60px 60px;
    overflow: hidden;
    z-index: -1;
    filter: grayscale(50%);
}

.commision-child3 .commision-card::before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 70%);
    z-index: -1;
    /* backdrop-filter: blur(1px); */
}

.commision-child3 .commision-card .commision-content h3,
.commision-child3 .commision-card .commision-content p,
.commision-child3 .commision-card .commision-content ul {
    color: white;
}

/* .commision-child3 .commision-card {
    position: relative;

    padding: 40px 60px 60px;
    overflow: hidden;
    z-index: -1;
    filter: grayscale(50%);
} */

.commision-content h3 {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.commision-content p {
    margin-bottom: 0;
}

.commision-content-img-card .commision-content p {
    text-wrap: balance;
}

.commision-content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin: 0;
    padding: 0;
}

.commision-content ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
}

.commision-content ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 7 Free";
    font-size: 16px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.information-card {
    background-color: var(--accent-color);
    padding: 18px 24px;
    margin: 0;
    border-radius: 14px;
}

.information-card p {
    color: white;
    margin-bottom: 0;
}

.banner {
    padding-bottom: 80px;
}

.banner-wrap-news {
    background-color: var(--navy);
    border-radius: 24px;
    padding: 40px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.banner-content {
    display: flex;
    align-items: center;
}

.banner-content .content-text {
    width: 50%;
}

.banner-content h3 {
    color: white;
}

.profile-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.profile-wrap img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.profile-info {
    text-align: center;
}

.profile-info h4 {
    font-size: 0.9rem;
    color: white;
}

.profile-info p {
    font-size: 0.7rem;
    color: gainsboro;
    margin-bottom: 0;
}

.why-choose-item {
    min-height: 310px;
}

.swiper-why-us .why-us-pagination {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.swiper-why-us .why-us-pagination .swiper-pagination-bullet {
    position: relative;
    height: 10px;
    width: 10px;
    background: var(--divider-color);
    opacity: 1;
    margin: 0 8px;
    transition: all 0.3s ease-in-out;
}

.swiper-why-us .why-us-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.swiper-why-us .why-us-pagination .swiper-pagination-bullet-active {
    background: var(--accent-color);
}

.swiper-why-us .why-us-pagination .swiper-pagination-bullet-active::before {
    border: 1px solid var(--accent-color);
    height: 20px;
    width: 20px;
}

.slider-wrapper {
    position: relative;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: unset;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    z-index: 10;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}

.swiper-button-prev svg,
.swiper-button-next svg {
    color: var(--accent-color);
    width: 40px;
    height: 40px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.trip-info-item {
    /* width: calc(50% - 15px); */
    background: var(--white-color);
    border-radius: 20px;
    padding: 40px;
}

/* company */

.timeline-row {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 5rem;
}

/* kiri & kanan seimbang */
.timeline-image,
.timeline-text {
    flex: 1;
}

.timeline-row .timeline-image {
    display: flex;
    justify-content: center;
}

/* .timeline-row.reverse .timeline-image {
    display: flex;
    justify-content: start;
} */

/* year tetap di tengah */
.timeline-year {
    flex-shrink: 0;
    background-color: var(--navy);
}

/* zig-zag */
.timeline-row.reverse {
    flex-direction: row-reverse;
}

.timeline-row.reverse .timeline-text {
    text-align: end;
}

.timeline-text .trip-info-item {
    width: unset;
}

.timeline-image img {
    width: 450px;
    height: 300px;
    object-position: center;
    object-fit: cover;
}

/* terms */
.terms-entry h4 {
    scroll-margin-top: 200px;
}

.contact-card {
    background: white;
    padding: 40px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.check-wrap-videos {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 24px;
    background-color: #42606879;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.check-wrap-videos .icon-box {
    background-color: var(--accent-color);
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 24px;
}

.check-wrap-videos .box-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.check-wrap-videos .box-content p {
    color: white;
}

.icon-box {
    font-size: 22px;
    color: #0d6efd;
}

.real-checkbox {
    display: none;
}

.check-wrap-videos {
    display: flex;
    gap: 16px;
}

.box-content {
    display: flex;
    gap: 12px;
    cursor: pointer;
}

.real-checkbox {
    display: none;
}

.box-check {
    width: 20px;
    height: 20px;
    border: 2px solid #ced4da;
    border-radius: 4px;
    position: relative;
    margin-top: 3px;
}

.box-check::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    top: 4px;
    left: 4px;
    opacity: 0;
}

/* state checked */
.real-checkbox:checked + .box-check {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.real-checkbox:checked + .box-check::after {
    opacity: 1;
}

/* from request */
.position-vertical-sticky {
    position: sticky;
    top: 150px;
}

.background-testi-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    position: sticky;
    background-position: center;
    top: 150px;
    height: 80%;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.testimonial-cta-box-prime.h-none {
    height: unset;
}

.testimonial-cta-box-prime.p-18px {
}

.testimonial-rating-star-prime.warning i {
    color: gold;
}

.page-contact-us::before,
.our-blog::before,
.page-trips::before,
.our-features::before,
.our-features::after {
    content: none;
}

.flatpickr-calendar.open {
    z-index: 3;
}

.itenary-text {
    max-width: 410px;
}

.itenary-text p {
    text-wrap-style: balance;
}

.itenary-image img {
    max-height: 300px;
    object-fit: cover;
    height: 250px;
}

.post-entry p {
    background-color: none !important;
}

/* gallery tour */
.grid-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-height: 250px;
}

.big-col-gallery {
    grid-area: 1 / 1 / 3 / 2;
    width: 300px;
}

.small-col-gallery:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.small-col-gallery:nth-child(1) {
    grid-area: 2 / 2 / 3 / 3;
}

.full-col-gallery {
    grid-area: 1 / 1 / 3 / 3;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    -ms-border-radius: 0.375rem;
    -o-border-radius: 0.375rem;
}

.item-gallery {
    position: relative;
    overflow: hidden;
}

/* Container */
.tag-multiple-select + .select2-container {
    width: 100% !important;
}

/* Kotak utama */
.tag-multiple-select + .select2-container .select2-selection--multiple {
    min-height: 52px;
    border-radius: 12px;
    border: 1px solid #d6d6d6;
    padding: 8px 12px;
    background-color: transparent;
}

/* Placeholder */
.tag-multiple-select + .select2-container .select2-selection__placeholder {
    color: #9ca3af;
    font-size: 14px;
}

/* Badge / tag */
.tag-multiple-select + .select2-container .select2-selection__choice {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    background-color: var(--accent-color);
    /* hijau */
    color: #ffffff;

    border: none;
    border-radius: 999px;
    padding: 4px 10px 4px 4px;

    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

/* Tombol X */
.tag-multiple-select + .select2-container .select2-selection__choice__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;

    font-size: 16px;
    font-weight: bold;
    line-height: 1;

    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    margin: 0;
    cursor: pointer;
    position: unset;
}

/* Hover X */
.tag-multiple-select
    + .select2-container
    .select2-selection__choice__remove:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/* Hilangkan style default Select2 */
.tag-multiple-select
    + .select2-container
    .select2-selection__choice__remove
    span {
    margin: 0;
}

/* input select */
.contact-form form select.form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--text-color);
    background-color: transparent;
    border: 1px solid var(--divider-color);
    border-radius: 12px;
    padding: 17px 20px;
    outline: none;
    box-shadow: none;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url("../images/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 24px auto;
    padding-right: 40px;
}

.empty-state-section {
    --primary-color: #426068;
    --accent-color: #498f80;
    --bg-color: #edeae3;
    --text-light: #6b7c80;

    background-color: transparent;
    padding: 2.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.empty-state-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 2.5rem 2rem;
    max-width: 420px;
    box-shadow: 0 4px 20px rgba(66, 96, 104, 0.08);
}

.empty-state-illustration {
    margin-bottom: 1.5rem;
}

.empty-state-illustration svg {
    width: 160px;
    height: 160px;
}

.empty-state-content {
    max-width: 320px;
    margin: 0 auto;
}

.empty-state-headline {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 0.75rem 0;
    line-height: 1.3;
}

.empty-state-description {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--text-light);
    margin: 0 0 1.75rem 0;
}

.empty-state-actions {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    align-items: center;
}

.empty-state-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    background-color: var(--accent-color);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(73, 143, 128, 0.25);
}

.empty-state-btn-primary:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(66, 96, 104, 0.3);
}

.empty-state-btn-primary svg {
    width: 18px;
    height: 18px;
}

.empty-state-link-secondary {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.empty-state-link-secondary:hover {
    color: var(--accent-color);
}

.navbar-tour {
    background-color: #356c61;
    color: white;
    transition:
        transform 0.35s ease,
        opacity 0.3s ease;
}

.navbar-tour.hide-tour {
    transform: translateY(-100%);
    opacity: 0;
}

.navbar-tour.fixed-tour {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10;
}

.navbar-tour .nav-link {
    position: relative;
}

.navbar-tour .nav-link::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0px;
    background-color: #212529;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease-in-out;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: unset !important;
}

.navbar-tour .nav-link:hover {
    font-weight: 500;
}

.navbar-tour .nav-link:hover::before,
.navbar-tour .nav-link.active::before {
    width: 70%;
}

.navbar-tour .nav-link.active {
    font-weight: 600;
}

.navbar-tour {
    transition: 0.3s ease;
}

.navbar-tour.navbar-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 998;
    /* di bawah header */
}

/* Modal Internal Layout */
.modal-body .img-wrap {
    flex-grow: 1;
}

/* Image */
.modal-body .img-wrap .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1 / 1.2;
    border-radius: 0.5rem;
    display: flex;
    align-items: flex-end;
    padding: 12px;
}

.modal-body .img-wrap figure {
    margin-bottom: 0;
}

.modal-body .content-wrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.content-text ul {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin-top: 18px;
}

.content-text ul li {
    counter-increment: item;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.content-text ul li::before {
    content: counter(item);
    background: var(--accent-color);
    color: white;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Typography */
.card-once .card-title.modal-card-information {
    font-size: 44px;
    margin-bottom: 0.5rem;
    text-wrap-style: balance;
}

.card-text {
    color: #6c757d;
    margin-bottom: 1rem;
}

/* Button Group */
.btn-group {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

/* Buttons */
.btn {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem;
    cursor: pointer;
}

.btn-primary {
    background: #0d6efd;
    color: #fff;
}

.btn-primary:hover {
    background: #0b5ed7;
}

.btn-light {
    background: #f8f9fa;
    color: #000;
    border: 1px solid #ddd;
}

.btn-light:hover {
    background: #e2e6ea;
}

/* Close Button */
.btn-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    border: none;
    background: none;
    cursor: pointer;
}

.badge-hight-best {
    top: 20px;
    right: 24px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    padding: 8px 16px;
    border-radius: 32px;
}

.fs-12px {
    font-size: 12px;
}

.fs-14px {
    font-size: 14px;
}

.fs-16px {
    font-size: 16px;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 12px;

    background: none;
    /* penting untuk hapus background lama */
    background-color: black;

    -webkit-mask: url("../../themes/wildex/images/arrow-accent.svg") no-repeat
        center / contain;
    mask: url("../../themes/wildex/images/arrow-accent.svg") no-repeat center /
        contain;
}

.teams-item {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}

.teams-item .teams-item-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
}

.teams-item .teams-item-body .teams-item-content h4 {
    color: var(--accent-color);
    font-size: 24px;
    font-weight: 700;
}

.teams-item .teams-item-body .teams-item-content h6 {
    font-weight: 600;
    font-size: 18px;
}

.teams-item .teams-item-body .teams-item-content p {
    font-size: 16px;
    color: #808080;
    margin-bottom: 12px;
}

.teams-item .teams-item-body .teams-item-content p.description-team {
    color: #808080;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.badge-item {
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 12px;
}

.approach-list ul li::before {
    color: var(--navy);
}

.faq-accordion .accordion-header .accordion-button {
    background-color: #bbbaa8;
}

.btn-default-royal.custom-btn-navy {
    background-color: var(--navy);
}
.btn-default-royal.custom-btn-navy:hover {
    background-color: white;
    color: var(--accent-color);
}

.btn-default-royal.custom-btn-navy::after {
    background-color: white;
}

/* mobile */
@media (max-width: 768px) {
    .form-modal-information {
        margin-bottom: 12px;
    }
    .btn-modal-information {
        width: 100%;
    }
}

@media only screen and (max-width: 1440px) {
    .story-item-body {
        right: 25px;
        bottom: 25px;
        left: 25px;
        transform: translateY(35px);
    }

    .child1,
    .child2,
    .child3,
    .child4,
    .child5,
    .child6 {
        max-height: 350px;
    }

    .hero-benefit-item-list {
        gap: 24px;
    }

    .trip-info-item {
        width: unset;
        padding: 20px;
    }

    .timeline-text .trip-info-item {
        width: unset;
        text-align: justify;
    }

    .testimonial-cta-box-prime.p-18px {
        padding: 18px;
    }
}

@media (max-width: 1024px) {
    .parent-story {
        grid-template-columns: repeat(2, 1fr);
    }

    .child1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .child2 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .child3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .child4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .child5 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .child6 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .main-footer-box {
        gap: 30px;
    }

    .footer-links-box::before,
    .footer-about::before {
        content: unset;
    }

    .image-partner-footer {
        width: 110px !important;
    }

    .section-title span {
        font-size: 42px;
    }

    /* .parent-partner>*,
    .parent-commision>* {
        grid-area: auto;
    } */

    .parent-partner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }

    .partner-child1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .partner-child2 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .partner-child3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .partner-child4 {
        grid-area: 4 / 2 / 5 / 3;
    }

    .partner-child5 {
        grid-area: 5 / 1 / 6 / 2;
    }

    .partner-child6 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .partner-child7 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .partner-child8 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .partner-child9 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .partner-child10 {
        display: block;
        grid-area: 5 / 2 / 6 / 3;
    }

    .parent-commision {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .commision-child1 {
        grid-area: 1 / 1 / 3 / 2;
    }

    .commision-child2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .commision-child3 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .banner-content .content-text {
        width: 50%;
    }

    .trip-item.trip-item-row .trip-item-image img {
        width: 230px;
    }

    .background-testi-wrap {
        height: 100%;
    }

    /* layout */
    /* .list-destination-part {
        flex-direction: column;
    } */
}

@media only screen and (max-width: 991px) {
    .partners-slider {
        display: flex;
        gap: 60px;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .child1,
    .child2,
    .child3,
    .child4,
    .child5,
    .child6 {
        max-height: 350px;
    }

    .partners-slider .swiper-slide {
        width: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .watch-video-play-button {
        width: 60px;
        height: 60px;
    }

    .footer-about {
        width: calc(45% - 15px);
        width: 100%;
        text-align: center;
    }

    .footer-links-box {
        width: calc(55% - 15px);
        width: 100%;
        justify-content: space-around;
    }

    .section-title span {
        font-size: 42px;
    }

    .background-testi-wrap {
        padding: 40px 24px 24px;
    }

    /* .list-destination-part {
        flex-direction: row;
    } */
}

@media only screen and (min-width: 768px) {
    .watch-video-play-button {
        width: 60px;
        height: 60px;
        left: unset !important;
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .card-once .card-body .img-wrap {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .btn-checkbox {
        font-size: 13px;
        padding: 9px 14px;
    }

    .card-once .card-body {
        flex-direction: column;
    }

    .card-once .card-body {
        flex-direction: column;
    }

    .card-once .card-body .content-wrap {
        width: 100%;
    }

    .card-once .card-body .img-wrap {
        display: none;
    }

    /* .list-destination-part {
        flex-direction: row;
    } */

    .section-title span {
        font-size: 28px;
    }

    .fs-14px {
        font-size: 14px;
    }

    .hero-benefit-item-list {
        flex-wrap: wrap;
    }

    .why-choose-us-royal::before {
        background: linear-gradient(
            270deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 0%
        );
    }

    .footer-links-box {
        width: 100%;
        justify-content: initial;
        flex-direction: column;
    }

    .parent-story {
        grid-template-columns: 1fr;
    }

    .child1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .child2 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .child3 {
        grid-area: 5 / 1 / 6 / 2;
    }

    .child4 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .child5 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .child6 {
        grid-area: 6 / 1 / 7 / 2;
    }

    .our-adventures::before {
        background: linear-gradient(
            0deg,
            rgba(247, 247, 247, 0) -15%,
            #f7f7f7 20%
        );
    }

    .footer-newsletter-form .form-group {
        border: 1px solid white;
    }

    .footer-newsletter-form .form-group .form-control {
        color: white;
    }

    .footer-newsletter-form .form-group .form-control::placeholder {
        color: white;
    }

    .partners-slider .swiper-slide {
        width: 150px !important;
    }

    .partners-slider {
        display: flex;
        gap: 24px;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .list-title-partner-footer h6 {
        color: white;
        text-align: center;
    }

    .parent-partner,
    .parent-commision {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .parent-partner {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(9, 1fr);
        gap: 16px;
    }

    .partner-child1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .partner-child2 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .partner-child3 {
        grid-area: 5 / 1 / 6 / 2;
    }

    .partner-child4 {
        grid-area: 7 / 1 / 8 / 2;
    }

    .partner-child5 {
        grid-area: 9 / 1 / 10 / 2;
    }

    .partner-child6 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .partner-child7 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .partner-child8 {
        grid-area: 6 / 1 / 7 / 2;
    }

    .partner-child9 {
        grid-area: 8 / 1 / 9 / 2;
    }

    .partner-child10 {
        display: none;
        /* grid-area: 5 / 2 / 6 / 3; */
    }

    .parent-commision {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .commision-child1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .commision-child2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .commision-child3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .commision-child4 {
        display: none;
    }

    .banner-content {
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    .banner-content .content-text {
        width: 100%;
    }

    /* company */
    .timeline-row,
    .timeline-row.reverse {
        flex-direction: column;
        text-align: center;
    }

    .timeline-row.reverse .timeline-text {
        text-align: center;
    }

    .trip-item.trip-item-row .trip-item-image img {
        width: 100%;
    }

    .big-col-gallery {
        grid-area: 1 / 1 / 3 / 2;
        width: 230px;
    }
}

@media (min-width: 640px) {
    .empty-state-section {
        padding: 3rem 2rem;
    }

    .empty-state-card {
        padding: 3rem 2.5rem;
    }

    .empty-state-illustration svg {
        width: 180px;
        height: 180px;
    }

    .empty-state-headline {
        font-size: 1.625rem;
    }

    .empty-state-actions {
        flex-direction: row;
        gap: 1.25rem;
    }
}

/* HP: max 576px */
@media (max-width: 576px) {
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Layout grid: sidebar + map */
.map-wrapper {
    display: grid;
    grid-template-columns: var(--sidebar-w) 1fr;
    height: 100vh;
    width: 100%;
    transition: grid-template-columns 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.map-wrapper.sidebar-collapsed {
    grid-template-columns: 0 1fr;
}

/* SIDEBAR */
aside.sidebar {
    background: #fff;
    padding: 18px;
    border-right: 1px solid #e6e6e6;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.04);
    z-index: 40;
}

.sidebar .top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.sidebar h1 {
    font-size: 16px;
    margin: 0;
}

.search {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
}

.search input {
    flex: 1;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    outline: none;
}

.filters {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-btn {
    background: #f3f4f6;
    border: none;
    padding: 6px 10px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 13px;
    color: #111827;
}

.filter-btn.active {
    background: var(--accent-color);
    color: white;
}

/* List */
.dest-list {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
}

.dest-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px;
    border-radius: 10px;
    background: #fbfdff;
    cursor: pointer;
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease;
}

.dest-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.06);
}

.dest-thumb {
    width: 78px;
    height: 62px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.dest-meta {
    flex: 1;
    min-width: 0;
}

.dest-name {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
}

.dest-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.2;
}

.popular-title {
    margin-top: 12px;
    font-weight: 700;
    color: #111827;
    font-size: 13px;
    margin-bottom: 24px;
}

/* TOGGLE BUTTON */
.toggle-btn {
    position: absolute;
    top: 16px;
    left: calc(var(--sidebar-w) - 26px);
    transform: translateX(-50%);
    z-index: 80;
    border: none;
    background: var(--accent-color);
    color: #fff;
    padding: 9px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.18);
    cursor: pointer;
    transition:
        left 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
        background 0.12s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    -webkit-transition:
        left 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
        background 0.12s;
    -moz-transition:
        left 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
        background 0.12s;
    -ms-transition:
        left 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
        background 0.12s;
    -o-transition:
        left 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
        background 0.12s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.map-wrapper.sidebar-collapsed .toggle-btn {
    left: 18px;
    transform: none;
    background: #111827;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

/* MAP */
#map {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 10;
}

/* FLOATING CARD */
.floating-card {
    position: absolute;
    right: 24px;
    bottom: 22px;
    width: 320px;
    background: #ffffff;
    border-radius: var(--card-radius);
    padding: 14px;
    box-shadow: 0 14px 40px rgba(2, 6, 23, 0.12);
    z-index: 90;
    transform: translateY(18px);
    opacity: 0;
    transition: all 0.28s cubic-bezier(0.2, 0.9, 0.2, 1);
    pointer-events: none;
}

.floating-card.show {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.card-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.card-desc {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 8px;
}

.card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    color: #111827;
}

.info-row {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: var(--muted);
}

.info-row strong {
    color: #111827;
    font-weight: 700;
    margin-left: 4px;
}

.trip-info-item ul {
    line-height: 1.6em;
}
.service-item.teams-item-wrap .service-item-body.teams-item-body,
.service-item.place-item-card .service-item-body {
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 24px;
    transition: all 0.3s ease;
    border-radius: 20px;
}
.service-item.teams-item-wrap:hover .service-item-body.teams-item-body,
.service-item.place-item-card:hover .service-item-body {
    transform: translateY(50px);
    background-color: rgba(0, 0, 0, 0.7);
}

.service-item.teams-item-wrap:hover
    .service-item-body.teams-item-body
    .teams-item-content
    p {
    /* overflow-y: auto; */
    /* height: 440px; */
    /* scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; */
}

.teams-item-wrap .service-item-content.teams-item-content p {
    color: white;
}

.description {
    transition: max-height 0.3s ease;
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.scroll-y {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}

.mah-250px {
    max-height: 250px;
}

.text-line-center {
    text-wrap: balance;
    text-align: center;
    position: relative;
}

.text-line-center::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%);
    width: 100px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

.text-line-center::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(-50%);
    width: 100px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

.btn.btn-outline-green {
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    color: var(--primary-color);
    font-weight: 700;
    cursor: pointer !important;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
    position: relative;
}

.btn.btn-outline-green::after {
    content: "";
    background-color: var(--primary-color);
    background-image: none;
    mask: url(../../themes/wildex/images/arrow-primary.svg) no-repeat center /
        contain !important;
    -webkit-mask: url(../../themes/wildex/images/arrow-primary.svg) no-repeat
        center !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50px;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.btn.btn-outline-green:hover::after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background: white;
}

.btn.btn-outline-green:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

/* small screens */
@media (max-width: 900px) {
    :root {
        --sidebar-w: 300px;
    }
}

@media (max-width: 767px) {
    .scroll-y {
        max-height: 200px;
    }
    .map-wrapper {
        grid-template-columns: 1fr;
    }

    .text-line-center::before {
        left: 0;
        transform: translate(0%);
        width: 70px;
    }

    .text-line-center::after {
        right: 0;
        transform: translate(0%);
        width: 70px;
    }

    aside.sidebar {
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        width: var(--sidebar-w);
        transform: translateX(-110%);
        transition: transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
    }

    .map-wrapper.sidebar-open-mobile aside.sidebar {
        transform: translateX(0);
    }

    .toggle-btn {
        right: 60px;
        top: 12px;
        transform: translateX(100%);
    }

    .floating-card {
        right: 12px;
        left: 12px;
        width: auto;
    }
}

@media (max-width: 1024px) {
    .scroll-y {
        max-height: 250px;
    }
}
