.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width:768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15)
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle {
    z-index: 1500
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important
}

.hero-banner {
    position: relative;
    height: 100vh;
    min-height: 500px;
    background-color: #f8f9fa;
    overflow: hidden
}

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

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 40vh
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 4rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    font-weight: 600
}

@media (max-width:768px) {
    .hero-title {
        font-size: 3rem
    }
}

.icon-container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa
}

.profile-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover
}

.gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.booking-logo-link {
    margin: 0 15px;
    transition: transform .3s ease
}

.booking-logo {
    height: 50px;
    width: auto
}

.booking-logo-link:hover {
    transform: scale(1.1)
}

.gallery-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.gallery-thumbnail.lazy {
    opacity: 0;
    transition: opacity .3s
}

.gallery-thumbnail.lazy.loaded {
    opacity: 1
}

.gallery-thumbnail[data-src] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite
}

@keyframes loading {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

.gallery-item {
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out
}

.gallery-item.gallery-hidden {
    opacity: 0;
    transform: scale(.8);
    pointer-events: none
}

.gallery-item.gallery-visible {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto
}

.filter-btn.active {
    background-color: var(--bs-primary);
    color: #fff
}

#galleryModal .btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

#galleryModal .btn:disabled {
    opacity: .3
}

#imageCounter {
    background: rgba(0, 0, 0, .7);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: .9rem
}

.gallery-thumbnail {
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer
}

.gallery-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .3) !important
}

.hero-section {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%)
}

.hero-stats .stat-item {
    margin-bottom: 1rem
}

.hover-card {
    transition: transform .3s ease, box-shadow .3s ease
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15) !important
}

.activity-highlights {
    margin-top: 1rem
}

.activity-highlights .badge {
    font-size: .75rem;
    margin-bottom: .25rem
}

.activity-filter {
    margin: .25rem
}

.activity-filter.active {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary)
}

.activity-card {
    transition: opacity .3s ease, transform .3s ease
}

.activity-card.hidden {
    opacity: 0;
    transform: scale(.9);
    pointer-events: none
}

.weather-widget {
    border: 1px solid #dee2e6
}

@media (max-width:768px) {
    .hero-section .display-4 {
        font-size: 2.5rem
    }

    .btn-group {
        flex-direction: column;
        width: 100%
    }

    .activity-filter {
        width: 100%;
        margin: .25rem 0
    }
}

.card-img-top.bg-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important
}

.card-img-top.bg-info {
    background: linear-gradient(135deg, #17a2b8 0%, #6f42c1 100%) !important
}

.card-img-top.bg-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important
}

.card-img-top.bg-warning {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%) !important
}

.card-img-top.bg-danger {
    background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%) !important
}

.card-img-top.bg-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%) !important
}

@media (max-width:576px) {
    .hero-title {
        font-size: 2rem !important
    }

    .display-4 {
        font-size: 2rem !important
    }

    .lead {
        font-size: 1rem
    }

    .btn-lg {
        padding: .5rem 1rem;
        font-size: 1rem
    }

    .card-body {
        padding: 1rem
    }

    .navbar-brand img {
        width: 24px;
        height: 24px
    }
}

@media (max-width:768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .hero-content {
        padding-top: 30vh
    }

    .hero-banner {
        min-height: 400px
    }

    .col-md-6,
    .col-lg-4,
    .col-lg-3 {
        margin-bottom: 1rem
    }

    .navbar-collapse {
        margin-top: 1rem
    }

    .navbar-nav .nav-link {
        padding: .75rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none
    }
}

img {
    max-width: 100%;
    height: auto
}

.container-fluid,
.container {
    overflow-x: hidden
}

@media (max-width:768px) {

    .btn,
    .nav-link,
    .card {
        min-height: 44px;
        display: flex;
        align-items: center
    }

    .activity-filter {
        min-height: 44px;
        padding: .75rem 1rem
    }
}

.gallery-thumbnail {
    cursor: pointer;
    transition: transform .2s ease
}

@media (max-width:576px) {
    .gallery-thumbnail {
        height: 150px
    }

    .col-6 {
        padding: .25rem
    }
}

@media (max-width:768px) {
    .modal-lg {
        max-width: 95%;
        margin: 1rem auto
    }

    #galleryModal .btn {
        width: 40px;
        height: 40px;
        font-size: .875rem
    }

    #imageCounter {
        font-size: .8rem;
        padding: 3px 10px
    }
}

.nookbook-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 129.4118%;
    background: linear-gradient(45deg, #f8f9fa 25%, transparent 25%), linear-gradient(-45deg, #f8f9fa 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f8f9fa 75%), linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    transition: opacity .3s ease
}

.iframe-controls {
    padding: 1rem;
    background: rgba(248, 249, 250, .9);
    backdrop-filter: blur(10px)
}

@media (max-width:768px) {
    .nookbook-container {
        margin: 0 -15px;
        border-radius: 0
    }

    .iframe-wrapper {
        padding-top: 140%;
        border-radius: 0
    }

    .iframe-wrapper iframe {
        border-radius: 0
    }

    .iframe-controls {
        flex-direction: column;
        gap: .5rem
    }

    .iframe-controls .btn {
        width: 100%
    }
}

@media (max-width:576px) {
    .iframe-wrapper {
        padding-top: 150%
    }

    .display-5 {
        font-size: 2rem
    }

    .lead {
        font-size: 1rem
    }
}

#nookbook-loading {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.nookbook-container.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    border-radius: 0;
    background: #fff
}

.nookbook-container.fullscreen .iframe-wrapper {
    padding-top: 0;
    height: calc(100vh - 60px)
}

.nookbook-container.fullscreen .iframe-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    z-index: 10000
}

.iframe-wrapper iframe {
    will-change: transform;
    transform: translateZ(0)
}.map-co
ntainer{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.responsive-map{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}@media (max-width:768px){.map-container{padding-bottom:75%;margin:0 -15px;border-radius:0}.responsive-map{border-radius:0}}@media (max-width:576px){.map-container{padding-bottom:100%}}.map
