body {
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Navbar Styles */
.navbar {
    background-color: rgba(24, 164, 191, 0.9);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    height: 60px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 30px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fff;
    opacity: 1;
    border-bottom: 2px solid #e4ddc1;
}

.offcanvas-header {
    background-color: #18A4BF;
}

.offcanvas-title img {
    height: 60px;
}

.offcanvas-body {
    background-color: #f8f9fa;
}

.offcanvas-body .nav-link {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px;
}

.offcanvas-body .nav-link:hover {
    color: #18A4BF;
    background-color: #f1f1f1;
}

/* Header above Offcanvas */
.navbar-header {
    background-color: #fff;
    color: #333 !important;
    padding: 10px 30px;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

.navbar-header a {
    color: #333;
    text-decoration: none;
}

.navbar-header a:hover {
    text-decoration: underline;
}

.hero {
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-section {
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
}

.hero-content {
    color: white;
    position: relative;
}

.hero-content.bottom {
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}

.hero-content.bottom_right {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
}

.hero-content.bottom_left {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
}

.hero-content.top {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.hero-content.top_right {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
}

.hero-content.top_left {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
}

.hero-content.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    max-width: 40% !important;
}

.hero-content.center_right {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
}

.hero-content.center_left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 8px;
    max-width: 300px;
    max-height: 300px;
    overflow: auto;
}

.hero-content.left_panel {
    top: 0;
    left: 0;
    max-width: 20%;
    height: 100%;
    font-size: 18px !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    color: #fff;
}

.hero-content p {
    margin: 0px;
}

.hero-content.right_panel {
    top: 0;
    right: 0 !important;
    max-width: 20%;
    height: 100%;
    font-size: 18px !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    color: #fff;
    position: absolute;
}

.hero-content::-webkit-scrollbar {
    width: 4px;
}

.hero-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
}

.hero-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
}

.hero-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 1);
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.hero-text {
    background: rgba(0, 179, 252, 0.8);
    padding: 20px;
    max-width: 320px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    z-index: 9999 !important;
}

.hero-text h4 {
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}

.hero-arrows {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #18A4BF;
    font-size: 24px;
}

/* Existing Map Styles */
div#mapContainer {
    height: 940px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    margin-bottom: -52px;
    line-height: 1;
}

#mapster_wrap_0 {
}

#map {
    position: relative;
    background-size: contain;
    width: 100%;
    top: -59px;
    left: 84px;
}

area {
    display: none;
    position: relative;
    top: -59px;
    left: 84px;
}

#map #locations {
    position: relative;
    top: -749px;
}

#map #locations img {
    position: absolute;
    top: 0;
    display: none;
    pointer-events: none;
}

#map #locations img:nth-child(14) {
    display: inline;
}

#legend {
    position: relative;
    top: -292px;
    left: 88px;
    height: 195px;
    width: 310px;
}

#legend a {
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
    width: 147px;
    text-decoration: none;
}

#legend a:hover {
    color: #000000 !important;
}

#legend a:before {
    position: relative;
    top: -2px;
    content: "\25A0";
    color: #32b8b6;
    font-size: 24px;
}

#legend a[onmouseover*="mapselect(0)"]:before {
    color: #97c03a;
}

#legend a[onmouseover*="mapselect(1)"]:before {
    color: #dd1961;
}

#legend a[onmouseover*="mapselect(2)"]:before {
    color: #2ab4f9;
}

#legend a[onmouseover*="mapselect(3)"]:before {
    color: #b87d40;
}

#legend a[onmouseover*="mapselect(4)"]:before {
    color: #de153e;
}

#legend a[onmouseover*="mapselect(5)"]:before {
    color: #d0d23b;
}

#legend a[onmouseover*="mapselect(6)"]:before {
    color: #f28549;
}

#legend a[onmouseover*="mapselect(7)"]:before {
    color: #32b8b6;
}

#legend a[onmouseover*="mapselect(8)"]:before {
    color: #1e71bc;
}

#legend a[onmouseover*="mapselect(9)"]:before {
    color: #af93c3;
}

#legend a[onmouseover*="mapselect(10)"]:before {
    color: #2cbcc4;
}

#legend a[onmouseover*="mapselect(11)"]:before {
    color: #cb549d;
}

#legend a[onmouseover*="mapselect(12)"]:before {
    color: #f5a478;
}

#mapexplore {
    display: block;
    position: relative;
    height: 76px;
    top: -960px;
    float: right;
    right: 0;
    left: -240px;
    font-size: 65px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #18A4BF;
    width: 447px;
    display: block;
    margin-top: -12px;
    height: 90px;
    line-height: 90px;
    text-decoration: none;
}

#mapexplore:hover {
    color: #168AA0 !important;
}

#map-bustour {
    position: relative;
    float: right;
    top: -345px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    right: -22%;
    color: #18A4BF;
}

#map-bustour {
    color: #168AA0 !important;
}

#legend a:nth-child(n+8) {
    position: relative;
    display: block;
    top: -210px;
    left: 210px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #legend a:nth-child(n+8) {
        top: -193px;
    }
}

@media (max-width: 991px) {
    .hero {
        height: 400px;
        margin-top: 0;
    }

    .hero-text {
        max-width: 250px;
        font-size: 14px;
        padding: 15px;
    }

    .hero-text h3 {
        font-size: 18px;
    }

    .navbar-header {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero {
        height: 300px;
        margin-top: 0px;
    }

    .hero-text {
        max-width: 200px;
        font-size: 12px;
        padding: 10px;
    }

    .hero-text h3 {
        font-size: 16px;
    }
}

/* Scroll to Top Button */
#scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #18A4BF;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    font-size: 20px;
}

#scrollTop:hover {
    background-color: #168AA0;
}

#scrollTop.show {
    display: flex;
}

.btn-big {
    background: rgba(151, 193, 45, 0.8);
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-big:hover {
    background: rgba(151, 193, 45, 0.7);
}

.btn-big:focus, .btn-big:active {
    background: rgba(151, 193, 45, 0.7) !important;
}

.btn-primary {
    background: rgba(151, 193, 45, 0.8);
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background: rgba(151, 193, 45, 0.7);
}

.btn-primary:focus, .btn-primary:active {
    background: rgba(151, 193, 45, 0.7) !important;
}

.dropdown-menu {

}

.dropdown-menu .dropdown-item {
    color: #333;
    font-size: 14px;
    padding: 8px 10px !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f1f1f1;
    color: #333;
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
}

.social-links a {
    color: #555 !important;
    font-size: 20px !important;
    margin-right: 15px;
}

.social-links a:hover {
    color: #18A4BF !important;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
    margin: 1.5rem 0;
    gap: 0.25rem;
    display: flex;
    justify-content: center;
}

.pagination .page-item .page-link {
    border-radius: 6px;
    color: #495057;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    transition: all 0.2s ease;
}

.pagination .page-item .page-link:hover {
    background-color: #f8f9fa;
    color: #007bff;
    z-index: 1;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    font-weight: 500;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}


/* ==========================================================================
   List View Styles
   ========================================================================== */
.list-view {
    transition: all 0.3s ease;
    border: none;
    overflow: hidden;
    background: #ffffff;
}

.list-view:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.list-view img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
}

.list-view:hover img {
    transform: scale(1.05);
}

.list-view .btn {
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
}

.list-view .sub-title {
    font-weight: 500;
    margin-top: 5px;
}

/* Area List View */
.area-list-view {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 4px solid #28a745;
}

.area-list-view a {
    color: #28a745 !important;
    font-weight: 600;
}

.area-list-view .btn-primary {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff !important;
}

.area-list-view .btn-primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.area-list-view .sub-title {
    color: #5a8f69;
}

.area-list-view .text-muted {
    color: #6c757d;
}

/* Post List View */
.post-list-view {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 4px solid #007bff;
}

.post-list-view h5 {
    color: #007bff;
    font-weight: 600;
}

.post-list-view .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.post-list-view .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.post-list-view .sub-title {
    color: #5596cf;
}

.post-list-view .text-muted {
    color: #6c757d;
}

/* Hotel List View */
.hotel-list-view {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 4px solid #6f42c1;
}

.hotel-list-view a {
    color: #6f42c1 !important;
    font-weight: 600;
}

.hotel-list-view .btn-primary {
    background-color: #6f42c1;
    border-color: #6f42c1;
    color: #fff !important;
}

.hotel-list-view .btn-primary:hover {
    background-color: #5e37a6;
    border-color: #59339d;
}

.hotel-list-view .sub-title {
    color: #9370db;
}

.hotel-list-view .text-muted {
    color: #6c757d;
}

.attraction-list-view {
    background: #fff;
    border-left: 4px solid #2596be;
}

.attraction-list-view a {
    color: #2596be !important;
    font-weight: 600;
}

.attraction-list-view .btn-primary {
    background-color: #2596be;
    border-color: #2596be;
    color: #fff !important;
}

.attraction-list-view .btn-primary:hover {
    background-color: #2596be;
    border-color: #2596be;
}

.attraction-list-view .sub-title {
    color: #2596be;
}

.attraction-list-view .text-muted {
    color: #2596be;
}

.attraction-grid-view {
    background: #fff;
    border-left: 4px solid #2596be;
}

.attraction-grid-view a {
    color: #2596be !important;
    font-weight: 600;
}

.attraction-grid-view .btn-primary {
    background-color: #2596be;
    border-color: #2596be;
    color: #fff !important;
}

.attraction-grid-view .btn-primary:hover {
    background-color: #2596be;
    border-color: #2596be;
}

.attraction-grid-view .sub-title {
    color: #2596be;
}

.attraction-grid-view .text-muted {
    color: #2596be;
}

/* Restaurant List View */
.restaurant-list-view {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 4px solid #fd7e14;
}

.restaurant-list-view a {
    color: #fd7e14 !important;
    font-weight: 600;
}

.restaurant-list-view .btn-primary {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: #fff !important;
}

.restaurant-list-view .btn-primary:hover {
    background-color: #e56c05;
    border-color: #d96604;
}

.restaurant-list-view .sub-title {
    color: #e88c4f;
}

.restaurant-list-view .text-muted {
    color: #6c757d;
}

/* ==========================================================================
   Grid View Styles
   ========================================================================== */
.grid-view {
    transition: all 0.35s ease;
    border-radius: 0.75rem;
    overflow: hidden;
    height: 100%;
    margin-bottom: 1.75rem;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.grid-view::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    z-index: 1;
}

.grid-view:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.15);
}

.grid-view .card-img-container {
    overflow: hidden;
    position: relative;
    height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.grid-view .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.grid-view:hover .card-img-container img {
    transform: scale(1.1);
}

.grid-view .card-content {
    padding: 1.5rem;
    position: relative;
}

.grid-view .card-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
}

.grid-view h5 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}

.grid-view .sub-title {
    font-weight: 500;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.grid-view .sub-title i {
    margin-right: 0.35rem;
    opacity: 0.7;
}

.grid-view .text-muted {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grid-view .card-footer {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}

.grid-view .btn {
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* Area Grid View */
.area-grid-view::before {
    background: linear-gradient(to right, #28a745, #75c994);
}

.area-grid-view .card-img-overlay {
    background: linear-gradient(to top, rgba(40, 167, 69, 0.7), rgba(40, 167, 69, 0.1), transparent);
}

.area-grid-view h5 {
    color: #28a745;
}

.area-grid-view .btn {
    background-image: linear-gradient(to right, #28a745, #56c072);
    border: none;
    color: white;
}

.area-grid-view .btn:hover {
    background-image: linear-gradient(to right, #218838, #40b85c);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.area-grid-view .sub-title {
    color: #5a8f69;
}

/* Post Grid View */
.post-grid-view::before {
    background: linear-gradient(to right, #007bff, #66b0ff);
}

.post-grid-view .card-img-overlay {
    background: linear-gradient(to top, rgba(0, 123, 255, 0.7), rgba(0, 123, 255, 0.1), transparent);
}

.post-grid-view h5 {
    color: #007bff;
}

.post-grid-view .btn {
    background-image: linear-gradient(to right, #007bff, #4da3ff);
    border: none;
    color: white;
}

.post-grid-view .btn:hover {
    background-image: linear-gradient(to right, #0069d9, #3696ff);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.post-grid-view .sub-title {
    color: #5596cf;
}

/* Hotel Grid View */
.hotel-grid-view::before {
    background: linear-gradient(to right, #6f42c1, #9a75d1);
}

.hotel-grid-view .card-img-overlay {
    background: linear-gradient(to top, rgba(111, 66, 193, 0.7), rgba(111, 66, 193, 0.1), transparent);
}

.hotel-grid-view a {
    color: #6f42c1 !important;
}

.hotel-grid-view .btn {
    background-image: linear-gradient(to right, #6f42c1, #9a75d1);
    border: none;
    color: white !important;
}

.hotel-grid-view .btn:hover {
    background-image: linear-gradient(to right, #5e37a6, #8360c0);
    box-shadow: 0 5px 15px rgba(111, 66, 193, 0.3);
}

.hotel-grid-view .sub-title {
    color: #9370db;
}

/* Restaurant Grid View */
.restaurant-grid-view::before {
    background: linear-gradient(to right, #fd7e14, #ffaa61);
}

.restaurant-grid-view .card-img-overlay {
    background: linear-gradient(to top, rgba(253, 126, 20, 0.7), rgba(253, 126, 20, 0.1), transparent);
}

.restaurant-grid-view a {
    color: #fd7e14 !important;
}

.restaurant-grid-view .btn {
    background-image: linear-gradient(to right, #fd7e14, #ff9d4c);
    border: none;
    color: white !important;
}

.restaurant-grid-view .btn:hover {
    background-image: linear-gradient(to right, #e56c05, #ff8f2f);
    box-shadow: 0 5px 15px rgba(253, 126, 20, 0.3);
}

.restaurant-grid-view .sub-title {
    color: #e88c4f;
}

/* ==========================================================================
   Feature Badges
   ========================================================================== */
.grid-view .features-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    gap: 0.35rem;
}

.grid-view .feature-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-weight: 500;
}

.area-grid-view .feature-badge {
    background-color: rgba(40, 167, 69, 0.1);
    color: #218838;
    border: 1px solid rgba(40, 167, 69, 0.2);
}

.post-grid-view .feature-badge {
    background-color: rgba(0, 123, 255, 0.1);
    color: #0062cc;
    border: 1px solid rgba(0, 123, 255, 0.2);
}

.hotel-grid-view .feature-badge {
    background-color: rgba(111, 66, 193, 0.1);
    color: #5e37a6;
    border: 1px solid rgba(111, 66, 193, 0.2);
}

.restaurant-grid-view .feature-badge {
    background-color: rgba(253, 126, 20, 0.1);
    color: #e56c05;
    border: 1px solid rgba(253, 126, 20, 0.2);
}

/* ==========================================================================
   Rating Styles
   ========================================================================== */
.grid-view .rating {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.grid-view .rating i {
    color: #ffc107;
    font-size: 0.9rem;
    margin-right: 0.15rem;
}

.grid-view .rating .rating-value {
    margin-left: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.hotel-grid-view .rating .rating-value {
    color: #6f42c1;
}

.restaurant-grid-view .rating .rating-value {
    color: #fd7e14;
}

footer a:hover {
    color: #18A4BF !important;
}

.swiper {
    width: 100%;
    min-height: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.swiper-slide .caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: start;
    overflow: auto;
    padding: 10px;
}

/* lets create a tiny scrollbar for caption */
.swiper-slide .caption::-webkit-scrollbar {
    width: 5px;
}

.swiper-slide .caption::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

.swiper-slide .caption::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.swiper-slide .btn {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid #999;
}

.swiper-slide .caption.bottom {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 150px;
}

.swiper-slide .caption.top {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
}

.swiper-slide .caption.top_left {
    top: 10px;
    left: 10px;
    padding: 10px 20px;
    max-width: 300px;
    max-height: 150px;
}

.swiper-slide .caption.top_right {
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    max-width: 300px;
    max-height: 150px;
}

.swiper-slide .caption.bottom_left {
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    max-width: 300px;
    max-height: 150px;
}

.swiper-slide .caption.bottom_right {
    bottom: 10px;
    right: 10px;
    padding: 10px 20px;
    max-width: 300px;
    max-height: 150px;
}

.swiper-slide .caption.left_panel {
    top: 0;
    left: 0;
    max-width: 35%;
    height: 100%;
}

.swiper-slide .caption.right_panel {
    top: 0;
    right: 0;
    max-width: 35%;
    height: 100%;
}

.swiper-slide .caption.center_left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 35%;
    max-height: 150px;
}

.swiper-slide .caption.center_right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 35%;
    max-height: 150px;
}

.swiper-slide .title {
    font-size: 20px;
    font-weight: 300;
    color: #fff !important;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .text {
    font-size: 14px;

    color: #fff !important;
    text-align: start;
    margin-bottom: 5px !important;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.caption {
    color: #fff;
}

.caption .text-dark, .caption .text-muted {
    color: #fff !important;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
    0% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #000
    }
    33% {
        box-shadow: 20px 0 #000, -20px 0 #0002;
        background: #0002
    }
    66% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #0002
    }
    100% {
        box-shadow: 20px 0 #0002, -20px 0 #000;
        background: #000
    }
}

.imagePreviewModal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagePreviewModal .modal-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    max-width: 100%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.imagePreviewModal .modal-content img {
    max-width: 100%;
    max-height: 70vh; /* Limit image height to fit within viewport */
    object-fit: contain;
    border-radius: 4px;
}

.button-container {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.button-container button {
    padding: 6px 6px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.2s;
}

.closeBtn {
    background-color: #ccc;
    color: #333;
    font-size: 14px;

}

.closeBtn:hover {
    background-color: #bbb;
}

.downloadImageBtn {
    background-color: #ccc;
    color: #333;
}

.downloadImageBtn:hover {
    background-color: #ccc;
}

@media (max-width: 768px) {
    .imagePreviewModal .modal-content {
        max-width: 90%;
        max-height: 80vh;
    }

    .hero-section {
        height: 210px !important;
    }

    h1 {
        font-size: 1.2rem;
    }

    h2, h3, h4, h5, h6 {
        font-size: 1rem;
    }

    .header-logo {
        width: 120px !important;
    }
}

.location-filter-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
}

.locations-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.location-item {
    flex: 0 0 auto;
    padding: 10px;
    padding-bottom: 7px;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(226, 201, 168, 0.5);
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s ease;
    text-align: center;
}

.location-item:hover {
    border-color: rgba(226, 201, 168, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



/* nav tabs styles */
.nav-tabs {
    border:0 !important;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0.50rem;
    padding: 0.5rem 1rem;
    margin-right: 0.5rem;
    color: #444;
    font-weight: 500;
    background-color: rgba(37, 150, 190,0.5);
}

.nav-tabs .nav-link:hover {
    border-color: #ddd;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(37, 150, 190,0.8);
    border-color: #007bff;
    border:0 !important;
}

.content-text {

    width: 100% !important;
    /* add empty content to avoid text overflow */
    padding-top:10px !important;
    padding-bottom: 10px !important;
}
