body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #f8fafc;
    color: #374151;
    overflow-x: hidden
}

.section-label {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #fff7e0;
    color: #f4b400;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2
}

.section-text {
    color: #6b7280;
    line-height: 1.9;
    font-size: 1.05rem
}

.image-large {
    width: 100%;
    border-radius: 34px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

#tips .image-large,
.travel-card+.col-lg-6 .image-large {
    min-height: 520px
}

/* ==========================================
   PREMIUM SECTION BOX
========================================== */
.ua-section-box {
    margin-top: 34px;
    background: #fff;
    border-radius: 34px;
    padding: 34px;
    box-shadow:
        0 15px 50px rgba(15, 23, 42, .05);
    border: 1px solid rgba(15, 23, 42, .04);
    overflow: hidden;
}

@media(max-width:991px) {
    .ua-section-box {
        padding: 21px 15px;
        border-radius: 25px;
    }
}

.custom-navbar {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1320px;
    padding: 16px 28px;
    border-radius: 24px;
    background: rgba(17, 24, 39, .92);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .18);
    z-index: 1030;
    transition: transform .35s ease, opacity .35s ease
}

.custom-navbar.nav-hide {
    transform: translateX(-50%) translateY(-120%);
    opacity: 0
}

@media (max-width:991px) {
    .custom-navbar {
        position: fixed;
        top: 12px;
        left: 12px;
        right: 12px;
        width: auto;
        transform: none;
        padding: 12px 18px;
        border-radius: 22px;
        background: rgba(17, 24, 39, .96);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, .08);
        box-shadow: 0 12px 35px rgba(0, 0, 0, .25)
    }

    .custom-navbar.nav-hide {
        transform: translateY(-120%)
    }

    .custom-navbar .container {
        max-width: none;
        width: 100%;
        padding: 3px 21px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .logo-main,
    .logo-accent {
        font-size: 1.35rem
    }

    .navbar-toggler {
        padding: 0;
        margin: 0
    }
}

.offcanvas {
    z-index: 1080 !important
}

.offcanvas-backdrop {
    z-index: 1075 !important
}

.custom-navbar {
    z-index: 1030
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 800;
    font-size: 1.7rem
}

.logo-wrap::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f4b400;
    box-shadow: 0 0 12px rgba(244, 180, 0, .45);
    flex-shrink: 0
}

@media (max-width:991px) {
    .logo-wrap {
        gap: 10px
    }

    .logo-wrap::before {
        width: 8px;
        height: 8px
    }
}

.logo-main {
    color: #fff
}

.logo-accent {
    color: #f4b400
}

.custom-navbar .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: .95rem;
    padding: .7rem 1rem !important;
    transition: .3s
}

.custom-navbar .nav-link:hover {
    color: #f4b400 !important
}

.custom-navbar .nav-link.active {
    color: #f4b400 !important
}

.mobile-dropdown {
    margin-top: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06)
}

.mobile-dropdown a {
    position: relative;
    padding-left: 18px
}

.mobile-dropdown a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #f4b400;
    border-radius: 20px;
    transition: .3s
}

.mobile-dropdown a:hover::before {
    height: 22px
}

.mobile-dropdown a:hover {
    background: rgba(244, 180, 0, .12);
    color: #f4b400
}

.explore-bali-link {
    display: block;
    text-align: center;
    padding: 14px 20px;
    margin-top: 15px;
    border-radius: 50px;
    background: #111827;
    color: #f4b400 !important;
    border: 1px solid rgba(244, 180, 0, .25);
    font-weight: 700;
    transition: .3s
}

.explore-bali-link:hover {
    background: #f4b400;
    color: #111827 !important
}

.menu-count {
    background: #f4b400;
    color: #111827;
    font-size: .75rem;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 700
}

.offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.btn-book {
    background: #f4b400;
    color: #111827 !important;
    border: none;
    padding: 12px 24px;
    font-weight: 700;
    transition: .3s
}

.btn-book:hover {
    background: #fff;
    transform: translateY(-2px)
}

.navbar-toggler {
    color: #fff
}

.navbar-toggler i {
    color: #fff
}

.custom-dropdown {
    border: none;
    border-radius: 22px;
    padding: 15px;
    min-width: 320px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    background: #fff
}

.custom-dropdown .dropdown-item {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: .92rem;
    color: #374151;
    transition: .3s
}

.custom-dropdown .dropdown-item:hover {
    background: #fff7e0;
    color: #f4b400
}

.explore-bali-link:hover {
    background: #f4b400 !important;
    color: #111827 !important
}

.mobile-top {
    margin-bottom: 30px
}

.mobile-logo {
    margin-bottom: 25px
}

.mobile-accordion .accordion-button {
    background: none;
    color: #fff;
    font-weight: 700;
    padding: 16px 0;
    box-shadow: none
}

.offcanvas .explore-bali-link {
    background: #f4b400;
    color: #111827 !important;
    box-shadow: 0 10px 25px rgba(244, 180, 0, .25)
}

.custom-navbar.scrolled {
    position: fixed;
    background: rgba(17, 24, 39, .92);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
}

@media(max-width:991px) {
    .custom-navbar {
        padding: 14px 0
    }

    .logo-wrap {
        font-size: 1.4rem
    }

    .btn-book {
        width: 100%
    }
}

.hero {
    min-height: 75vh;
    padding-top: 140px;
    overflow: hidden;
    display: flex;
    align-items: end;
    padding-bottom: 70px;
    position: relative;
    color: #fff;
    border-radius: 0 0 45px 45px;
    z-index: 1
}

.hero-content-section {
    position: relative;
    margin-top: -45px;
    background: #f8fafc;
    border-radius: 45px 45px 0 0;
    z-index: 5;
    padding-top: 80px
}

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

.hero-content {
    max-width: 760px
}

.hero-label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: .9rem;
    font-weight: 700
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff !important;
    margin-top: 20px;
    line-height: 1.1
}

.hero-title .text-warning {
    color: #f4b400 !important
}

.hero-text {
    color: rgba(255, 255, 255, .92) !important;
    font-size: 1.1rem;
    max-width: 650px;
    margin-top: 20px
}

@media (max-width:991px) {
    .hero {
        min-height: 65vh;
        margin-bottom: 21px;
        padding: 89px 13px 34px
    }

    .hero-content {
        max-width: 100%
    }

    .hero-label {
        margin-bottom: 18px
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 20px
    }

    .hero-text {
        font-size: 1rem;
        margin-bottom: 21px
    }
}

.hero-breadcrumb {
    margin-top: 30px
}

.hero-breadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background: none
}

.hero-breadcrumb a {
    color: #fff;
    text-decoration: none
}

.hero-breadcrumb .breadcrumb-item {
    color: rgba(255, 255, 255, .85)
}

.hero-breadcrumb .breadcrumb-item.active {
    color: #f4b400
}

.hero-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(244, 180, 0, .8)
}

.offcanvas {
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
    backdrop-filter: blur(20px)
}

.offcanvas-body {
    padding: 40px 24px 50px
}

.mobile-top {
    margin-bottom: 28px
}

.mobile-logo {
    margin-bottom: 28px
}

.mobile-link {
    display: block;
    padding: 18px 20px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    color: #fff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 700;
    transition: .3s
}

.mobile-link:hover {
    background: rgba(244, 180, 0, .08);
    color: #f4b400
}

.mobile-accordion {
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    margin-bottom: 18px;
    overflow: hidden;
    backdrop-filter: blur(12px)
}

.mobile-accordion .accordion-button {
    padding: 20px;
    background: transparent;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    box-shadow: none
}

.mobile-accordion .accordion-button:not(.collapsed) {
    color: #f4b400;
    background: transparent
}

.mobile-accordion .accordion-button::after {
    filter: brightness(3)
}

.mobile-accordion .accordion-body {
    padding: 0 20px 20px
}

.mobile-accordion .accordion-body a {
    display: block;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 14px;
    color: #d1d5db;
    text-decoration: none;
    transition: .3s
}

.mobile-accordion .accordion-body a:hover {
    background: rgba(244, 180, 0, .12);
    color: #f4b400;
    transform: translateX(4px)
}

.mobile-contact {
    padding: 20px 0;
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700
}

.offcanvas .btn-book {
    width: 100%;
    margin-top: 36px;
    height: 64px;
    border: none;
    border-radius: 50px;
    background: #f4b400;
    color: #111827;
    font-size: 1.1rem;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(244, 180, 0, .35);
    transition: .3s
}

.offcanvas .btn-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(244, 180, 0, .45)
}

.btn-close-custom {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f4b400;
    color: #111827;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 8px 25px rgba(244, 180, 0, .35)
}

.section-padding:first-of-type .image-large {
    min-height: 450px;
    border-radius: 30px;
    object-fit: cover
}

@media(max-width:991px) {
    .section-padding:first-of-type .row.align-items-center {
        padding: 21px;
        border-radius: 30px
    }

    .travel-card {
        padding: 30px;
        border-radius: 30px
    }
}

.section-label {
    background: #fff7e0;
    color: #f4b400;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin-bottom: 25px
}

.section-text {
    font-size: 1.08rem;
    line-height: 2;
    color: #6b7280
}

.destination-experience {
    background: #f8fafc
}

.destination-experience .container {
    margin-top: 34px;
    background: #ffffff;
    border-radius: 40px;
    padding: 34px;
    border: 1px solid rgba(15, 23, 42, .04);
    box-shadow: 0 20px 60px rgba(15, 23, 42, .05)
}

@media(max-width:991px) {
    .destination-experience .container {
        padding: 13px;
        border-radius: 21px
    }
}

.experience-link {
    text-decoration: none !important;
    color: inherit
}

.experience-section .section-label {
    margin-bottom: 15px
}

.experience-section .section-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.experience-card {
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    border: none;
    box-shadow: 0 15px 40px rgba(15, 23, 42, .06);
    transition: .4s ease
}

.experience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, .12)
}

.experience-image {
    height: 280px;
    overflow: hidden;
    position: relative
}

.experience-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.experience-card:hover img {
    transform: scale(1.08)
}

.experience-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .25), transparent 50%)
}

.experience-content {
    padding: 30px
}

.experience-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff7e0;
    color: #f4b400;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em
}

.experience-content h4 {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 18px 0 12px
}

.experience-content p {
    color: #6b7280;
    line-height: 1.8;
    min-height: 90px
}

.experience-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-weight: 700
}

.experience-card:hover .experience-action {
    color: #f4b400;
    gap: 16px
}

@media(max-width:991px) {
    .experience-wrapper {
        padding: 21px;
        border-radius: 21px
    }

    .experience-image {
        height: 220px
    }

    .experience-content {
        padding: 24px
    }

    .experience-content h4 {
        font-size: 1.2rem
    }
}

.travel-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 36px;
    border: 1px solid rgba(15, 23, 42, .05);
    box-shadow: 0 15px 50px rgba(15, 23, 42, .05);
    height: 100%
}

.tips-list {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.travel-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    background: #f8fafc;
    border-radius: 22px;
    border: 1px solid #eef2f7;
    transition: .3s ease
}

.travel-item:hover {
    transform: translateX(6px);
    background: #ffffff;
    border-color: rgba(244, 180, 0, .25);
    box-shadow: 0 15px 35px rgba(15, 23, 42, .06)
}

.tip-icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #fff7e0;
    color: #f4b400;
    font-size: 1.35rem
}

.travel-item h5 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827
}

.travel-item p {
    margin: 0;
    color: #6b7280;
    line-height: 1.8;
    font-size: .95rem
}

#tips .image-large {
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .08)
}

@media(max-width:991px) {
    .travel-card {
        padding: 30px
    }

    .travel-item {
        padding: 18px
    }

    #tips .image-large {
        min-height: 300px;
        margin-top: 20px
    }
}

.season-card {
    height: 100%;
    background: #ffffff;
    padding: 40px 32px;
    border-radius: 32px;
    border: 1px solid #edf2f7;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
    transition: all .35s ease;
    text-align: center
}

.season-card:hover {
    transform: translateY(-8px);
    border-color: rgba(244, 180, 0, .25);
    box-shadow: 0 25px 60px rgba(15, 23, 42, .10)
}

.season-card i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border-radius: 24px;
    background: #fff7e0;
    color: #f4b400;
    font-size: 2rem;
    box-shadow: 0 10px 25px rgba(244, 180, 0, .12)
}

.season-card h5 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px
}

.season-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.9;
    font-size: .97rem
}

@media(max-width:991px) {
    .season-card {
        padding: 30px 24px
    }

    .season-card i {
        width: 70px;
        height: 70px;
        font-size: 1.7rem
    }

    .season-card h5 {
        font-size: 1.2rem
    }
}

.transport-card {
    height: 100%;
    background: #ffffff;
    padding: 42px 32px;
    border-radius: 32px;
    text-align: center;
    border: 1px solid #edf2f7;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
    transition: all .35s ease;
    position: relative;
    overflow: hidden
}

.transport-card:hover {
    transform: translateY(-8px);
    border-color: rgba(244, 180, 0, .25);
    box-shadow: 0 25px 60px rgba(15, 23, 42, .10)
}

.transport-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f4b400
}

.transport-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff7e0, #fff3c4);
    box-shadow: 0 12px 30px rgba(244, 180, 0, .18)
}

.transport-icon i {
    font-size: 2.2rem;
    color: #f4b400
}

.transport-card h5 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 14px
}

.transport-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.9;
    font-size: .97rem
}

@media(max-width:991px) {
    .transport-card {
        padding: 32px 24px
    }

    .transport-icon {
        width: 75px;
        height: 75px
    }

    .transport-icon i {
        font-size: 1.8rem
    }

    .transport-card h5 {
        font-size: 1.2rem
    }
}

.accordion-item {
    border: none;
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    margin-bottom: 18px
}

.accordion-button {
    padding: 22px 25px;
    font-size: 1.05rem;
    font-weight: 700
}

.accordion-body {
    padding: 25px;
    color: #6b7280;
    line-height: 1.9
}

.cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    padding: 100px 60px;
    text-align: center;
    background: linear-gradient(rgba(15, 23, 42, .70), rgba(15, 23, 42, .70)), url(../../img/destination/cta-bali.webp);
    background-size: cover;
    background-position: center;
    box-shadow: 0 25px 70px rgba(15, 23, 42, .18)
}

.cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(244, 180, 0, .20), transparent 35%);
    pointer-events: none
}

.cta-box>* {
    position: relative;
    z-index: 2
}

.cta-box h2 {
    color: #fff;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px
}

.cta-box p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .92);
    font-size: 1.1rem;
    line-height: 1.9
}

.cta-buttons {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s
}

.cta-btn-primary {
    background: #f4b400;
    color: #111827
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    background: #ffd44d
}

.cta-btn-outline {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}

.cta-btn-outline:hover {
    background: #fff;
    color: #111827
}

@media(max-width:991px) {
    .cta-box {
        padding: 70px 30px;
        border-radius: 30px
    }

    .cta-box h2 {
        font-size: 2rem
    }

    .cta-box p {
        font-size: 1rem
    }

    .cta-buttons {
        flex-direction: column
    }

    .cta-btn {
        width: 100%
    }

    .section-padding .row.align-items-center {
        padding: 13px
    }

    .travel-card {
        padding: 21px
    }

    .section-title {
        font-size: 1.5rem
    }

    .section-padding {
        min-height: 280px
    }
}

#faq .accordion {
    max-width: 1000px;
    margin: 0 auto
}

#faq .accordion-item {
    border: none;
    border-radius: 24px !important;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .05);
    transition: .3s ease
}

#faq .accordion-item:hover {
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08)
}

#faq .accordion-button {
    background: #fff;
    padding: 26px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    box-shadow: none
}

#faq .accordion-button:not(.collapsed) {
    background: #fff;
    color: #f4b400;
    box-shadow: none
}

#faq .accordion-button::after {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f8fafc;
    background-position: center;
    background-size: 16px;
    flex-shrink: 0
}

#faq .accordion-button:not(.collapsed)::after {
    background-color: #fff7e0
}

#faq .accordion-body {
    padding: 0 30px 30px;
    color: #6b7280;
    line-height: 1.9;
    font-size: 1rem
}

#faq .section-title {
    margin-bottom: 15px
}

#faq .section-text {
    max-width: 700px;
    margin: 0 auto
}

@media(max-width:991px) {
    #faq .accordion-button {
        padding: 22px 20px;
        font-size: 1rem
    }

    #faq .accordion-body {
        padding: 0 20px 22px
    }

    #faq .accordion-button::after {
        width: 36px;
        height: 36px
    }
}

.ua-card-header {
    margin-bottom: 50px
}

.ua-related-label {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: #fff7e0;
    color: #f4b400;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ua-section-title {
    margin-top: 18px;
    font-size: 3rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.1
}

.ua-section-subtitle {
    max-width: 650px;
    margin: 15px auto 0;
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.9
}

.ua-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.ua-related-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid #edf2f7;
    box-shadow: 0 12px 35px rgba(15, 23, 42, .05);
    transition: all .35s ease;
    height: 100%
}

.ua-related-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(15, 23, 42, .10)
}

.ua-related-image {
    position: relative;
    height: 260px;
    overflow: hidden
}

.ua-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease
}

.ua-related-card:hover .ua-related-image img {
    transform: scale(1.08)
}

.ua-related-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-size: .75rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10)
}

.ua-related-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px
}

.ua-related-meta {
    margin-bottom: 15px;
    color: #f4b400;
    font-size: .9rem;
    font-weight: 700
}

.ua-related-meta i {
    margin-right: 4px
}

.ua-related-content h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.35;
    margin-bottom: 12px
}

.ua-related-content p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 25px;
    flex-grow: 1
}

.ua-related-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #edf2f7;
    padding-top: 20px
}

.ua-related-footer small {
    display: block;
    color: #9ca3af;
    margin-bottom: 4px
}

.ua-related-price {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827
}

.ua-related-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 999px;
    background: #f4b400;
    color: #111827;
    font-size: .9rem;
    font-weight: 700;
    transition: .3s
}

.ua-related-card:hover .ua-related-btn {
    background: #ffd54d
}

@media(max-width:991px) {
    .ua-related-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .ua-section-title {
        font-size: 2.2rem
    }

    .ua-related-image {
        height: 220px
    }

    .ua-related-content {
        padding: 22px
    }

    .ua-related-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .ua-related-btn {
        width: 100%
    }
}

/* ==========================================
   VISITOR INFO
========================================== */

.visitor-card {
    height: 100%;

    background: #fff;

    border: 1px solid rgba(15, 23, 42, .05);

    border-radius: 24px;

    padding: 24px 18px;

    text-align: center;

    transition: .3s ease;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.visitor-card:hover {

    transform: translateY(-5px);

    border-color: rgba(244, 180, 0, .25);

    box-shadow:
        0 15px 35px rgba(15, 23, 42, .08);
}

.visitor-card i {

    width: 60px;
    height: 60px;

    margin: 0 auto 15px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: #fff7e0;

    color: #f4b400;

    font-size: 1.5rem;
}

.visitor-card h6 {

    margin-bottom: 8px;

    font-size: 1rem;

    font-weight: 700;

    color: #111827;
}

.visitor-card p {

    margin: 0;

    color: #6b7280;

    font-size: .9rem;

    line-height: 1.6;
}

/* MOBILE */

@media(max-width:991px) {

    .visitor-card {

        padding: 20px 12px;

        border-radius: 20px;
    }

    .visitor-card i {

        width: 50px;
        height: 50px;

        font-size: 1.25rem;

        margin-bottom: 12px;
    }

    .visitor-card h6 {

        font-size: .9rem;
    }

    .visitor-card p {

        font-size: .8rem;
    }
}