/* ==========================================================
TEAM BUILDING BALI
GALLERY PAGE

File:
assets/css/gallery.css

Website:
teambuildingbali.co.id
========================================================== */


/* ==========================================================
1. ROOT
========================================================== */

:root {

    --gallery-primary: #00b8ff;
    --gallery-primary-dark: #008fc7;

    --gallery-warning: #ffc107;
    --gallery-warning-dark: #e4aa00;

    --gallery-dark: #07182d;
    --gallery-navy: #0b2341;
    --gallery-navy-light: #12365f;

    --gallery-text: #4b5563;
    --gallery-muted: #6b7280;

    --gallery-light: #f7f9fc;
    --gallery-white: #ffffff;

    --gallery-border: #e7edf3;

    --gallery-radius: 22px;
    --gallery-radius-small: 14px;

    --gallery-shadow:
        0 12px 35px rgba(7, 24, 45, 0.08);

    --gallery-shadow-hover:
        0 25px 60px rgba(7, 24, 45, 0.16);
}


html {
    scroll-behavior: smooth;
}


body {

    font-family: "Poppins", sans-serif;

    color: var(--gallery-text);

    background: #ffffff;

    overflow-x: hidden;
}


section {
    position: relative;
}


/* ==========================================================
2. SHARED SECTION TYPOGRAPHY
========================================================== */

.section-badge {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 8px 16px;

    background: rgba(0, 184, 255, 0.10);

    color: var(--gallery-primary-dark);

    border-radius: 50px;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


.section-title {

    color: var(--gallery-dark);

    font-size: clamp(2rem, 4vw, 3rem);

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1px;
}


.section-title span {
    color: var(--gallery-primary-dark);
}


.section-description {

    max-width: 790px;

    margin-left: auto;
    margin-right: auto;

    color: var(--gallery-muted);

    font-size: 15px;

    line-height: 1.8;
}


/* ==========================================================
3. TOP BAR
========================================================== */

.top-bar {

    padding: 9px 0;

    background: var(--gallery-dark);

    color: rgba(255, 255, 255, 0.80);

    font-size: 12px;
}


.top-contact {

    display: flex;

    align-items: center;

    gap: 22px;
}


.top-contact a {

    color: rgba(255, 255, 255, 0.82);

    text-decoration: none;

    transition: 0.25s ease;
}


.top-contact a:hover {
    color: var(--gallery-warning);
}


.top-contact i,
.top-message i {

    color: var(--gallery-warning);

    margin-right: 6px;
}


/* ==========================================================
4. NAVBAR
========================================================== */

.navbar {

    min-height: 78px;

    z-index: 1030;
}


.navbar-logo {

    width: auto;

    max-width: 210px;

    height: 52px;

    object-fit: contain;
}


.navbar .nav-link {

    margin: 0 5px;

    color: #1f2937;

    font-size: 14px;

    font-weight: 600;

    transition: 0.25s ease;
}


.navbar .nav-link:hover,
.navbar .nav-link.active {

    color: var(--gallery-primary-dark);
}


/* ==========================================================
5. GALLERY HERO
========================================================== */

.gallery-hero {

    position: relative;

    min-height: 620px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:

        linear-gradient(
            rgba(4, 18, 37, 0.50),
            rgba(4, 18, 37, 0.80)
        ),

        url("/assets/images/about/team-building-bali-experience.webp")
        center center / cover no-repeat;

    overflow: hidden;
}


.gallery-hero-overlay {

    position: absolute;

    inset: 0;

    background:

        radial-gradient(
            circle at 50% 35%,
            rgba(0, 184, 255, 0.15),
            transparent 48%
        );
}


.gallery-hero-decoration {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(2px);
}


.gallery-decoration-one {

    width: 400px;

    height: 400px;

    top: -200px;

    right: -100px;

    background: rgba(0, 184, 255, 0.10);
}


.gallery-decoration-two {

    width: 300px;

    height: 300px;

    left: -150px;

    bottom: -130px;

    background: rgba(255, 193, 7, 0.10);
}


.gallery-hero-content {

    position: relative;

    z-index: 3;

    padding: 100px 0 125px;

    color: #ffffff;
}


.gallery-eyebrow {

    display: inline-flex;

    align-items: center;

    margin-bottom: 22px;

    padding: 9px 17px;

    background: rgba(255, 255, 255, 0.12);

    border: 1px solid rgba(255, 255, 255, 0.20);

    backdrop-filter: blur(10px);

    border-radius: 50px;

    color: #ffffff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


.gallery-hero h1 {

    margin-bottom: 24px;

    color: #ffffff;

    font-size: clamp(3rem, 6vw, 5.3rem);

    font-weight: 800;

    line-height: 1.03;

    letter-spacing: -2.5px;
}


.gallery-hero h1 span {

    display: inline-block;

    color: var(--gallery-warning);
}


.gallery-hero p {

    max-width: 790px;

    margin: 0 auto 32px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 17px;

    line-height: 1.8;
}


.gallery-hero-actions {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 13px;
}


/* ==========================================================
6. HERO TRUST
========================================================== */

.gallery-hero-trust {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 35px;

    margin-top: 42px;
}


.gallery-hero-trust > div {

    display: flex;

    align-items: center;

    gap: 11px;

    text-align: left;
}


.gallery-hero-trust > div > i {

    color: var(--gallery-warning);

    font-size: 22px;
}


.gallery-hero-trust span {

    display: block;

    color: rgba(255, 255, 255, 0.60);

    font-size: 9px;

    line-height: 1.4;
}


.gallery-hero-trust strong {

    display: block;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;
}


/* ==========================================================
7. SCROLL INDICATOR
========================================================== */

.gallery-scroll-indicator {

    position: absolute;

    left: 50%;

    bottom: 25px;

    z-index: 5;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 7px;

    color: rgba(255, 255, 255, 0.72);

    text-decoration: none;

    transform: translateX(-50%);
}


.gallery-scroll-indicator span {

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.gallery-scroll-indicator i {

    animation: galleryBounce 1.8s infinite;
}


@keyframes galleryBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}


/* ==========================================================
8. BREADCRUMB
========================================================== */

.gallery-breadcrumb {

    padding: 16px 0;

    background: #ffffff;

    border-bottom: 1px solid var(--gallery-border);
}


.gallery-breadcrumb .breadcrumb {

    margin: 0;

    font-size: 12px;
}


.gallery-breadcrumb a {

    color: var(--gallery-primary-dark);

    text-decoration: none;
}


.gallery-breadcrumb-label {

    color: var(--gallery-muted);

    font-size: 11px;
}


.gallery-breadcrumb-label i {

    color: var(--gallery-warning-dark);
}


/* ==========================================================
9. INTRO
========================================================== */

.gallery-intro {

    padding-top: 85px !important;

    padding-bottom: 65px !important;

    background: #ffffff;
}


/* ==========================================================
10. MAIN GALLERY SECTION
========================================================== */

.gallery-main-section {

    padding: 95px 0 105px;

    background: var(--gallery-light);
}


/* ==========================================================
11. CONTROL PANEL
========================================================== */

.gallery-control-panel {

    max-width: 1150px;

    margin: 45px auto 25px;

    padding: 20px;

    background: #ffffff;

    border: 1px solid var(--gallery-border);

    border-radius: 22px;

    box-shadow: var(--gallery-shadow);
}


/* ==========================================================
12. SEARCH
========================================================== */

.gallery-search-wrapper {

    position: relative;

    max-width: 700px;

    margin: 0 auto 22px;
}


.gallery-search-wrapper > i {

    position: absolute;

    left: 19px;

    top: 50%;

    z-index: 2;

    color: #9ca3af;

    transform: translateY(-50%);
}


.gallery-search {

    width: 100%;

    height: 54px;

    padding: 0 52px;

    background: var(--gallery-light);

    border: 1px solid var(--gallery-border);

    border-radius: 50px;

    color: var(--gallery-dark);

    font-size: 13px;

    outline: none;

    transition: 0.25s ease;
}


.gallery-search:focus {

    background: #ffffff;

    border-color: var(--gallery-primary);

    box-shadow:
        0 0 0 4px rgba(0, 184, 255, 0.09);
}


.gallery-search::placeholder {

    color: #9ca3af;
}


.gallery-search-clear {

    position: absolute;

    right: 9px;

    top: 50%;

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: transparent;

    color: #9ca3af;

    transform: translateY(-50%);

    transition: 0.25s ease;
}


.gallery-search-clear:hover {

    background: #e9eef4;

    color: var(--gallery-dark);
}


/* ==========================================================
13. FILTER TABS
========================================================== */

.gallery-tabs {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 9px;
}


.gallery-tab {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    min-height: 43px;

    padding: 9px 15px;

    background: #ffffff;

    color: #536071;

    border: 1px solid var(--gallery-border);

    border-radius: 50px;

    font-size: 11px;

    font-weight: 700;

    cursor: pointer;

    transition: 0.25s ease;
}


.gallery-tab:hover {

    color: var(--gallery-primary-dark);

    border-color: rgba(0, 184, 255, 0.35);

    transform: translateY(-2px);
}


.gallery-tab.active {

    background: var(--gallery-dark);

    color: #ffffff;

    border-color: var(--gallery-dark);

    box-shadow:
        0 8px 20px rgba(7, 24, 45, 0.16);
}


.gallery-tab.active > i {

    color: var(--gallery-warning);
}


.gallery-tab-count {

    min-width: 22px;

    height: 22px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 0 5px;

    background: #eef2f6;

    color: #667085;

    border-radius: 50px;

    font-size: 9px;

    font-weight: 800;
}


.gallery-tab.active .gallery-tab-count {

    background: var(--gallery-warning);

    color: var(--gallery-dark);
}


/* ==========================================================
14. RESULT BAR
========================================================== */

.gallery-result-bar {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin: 28px 0 25px;

    padding: 15px 18px;

    background: #ffffff;

    border: 1px solid var(--gallery-border);

    border-radius: 16px;
}


.gallery-result-info {

    display: flex;

    align-items: center;

    gap: 12px;
}


.gallery-result-icon {

    width: 42px;

    height: 42px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 184, 255, 0.10);

    color: var(--gallery-primary-dark);

    border-radius: 12px;
}


.gallery-result-info strong,
.gallery-result-info span {

    display: block;
}


.gallery-result-info strong {

    color: var(--gallery-dark);

    font-size: 13px;
}


.gallery-result-info span {

    color: var(--gallery-muted);

    font-size: 10px;
}


.gallery-active-filter {

    display: flex;

    align-items: center;

    gap: 6px;

    color: var(--gallery-muted);

    font-size: 10px;
}


.gallery-active-filter strong {

    padding: 6px 10px;

    background: var(--gallery-light);

    color: var(--gallery-primary-dark);

    border-radius: 50px;
}


/* ==========================================================
15. GALLERY GRID
========================================================== */

.gallery-grid {

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 20px;
}


/* ==========================================================
16. DYNAMIC GALLERY CARD
gallery.js will generate these classes
========================================================== */

.gallery-card {

    position: relative;

    min-width: 0;

    background: #ffffff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(7, 24, 45, 0.07);

    cursor: pointer;

    isolation: isolate;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


.gallery-card:hover {

    transform: translateY(-7px);

    box-shadow: var(--gallery-shadow-hover);
}


.gallery-card-image {

    position: relative;

    width: 100%;

    height: 310px;

    overflow: hidden;

    background: #e9eef4;
}


.gallery-card-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}


.gallery-card:hover .gallery-card-image img {

    transform: scale(1.07);
}


/* ==========================================================
17. CARD OVERLAY
========================================================== */

.gallery-card-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    padding: 22px;

    background:

        linear-gradient(
            to top,
            rgba(4, 18, 37, 0.94) 0%,
            rgba(4, 18, 37, 0.52) 42%,
            rgba(4, 18, 37, 0.03) 75%
        );

    color: #ffffff;

    transition: 0.35s ease;
}


.gallery-card-category {

    display: inline-flex;

    align-self: flex-start;

    margin-bottom: 8px;

    padding: 5px 10px;

    background: var(--gallery-warning);

    color: var(--gallery-dark);

    border-radius: 50px;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 0.6px;

    text-transform: uppercase;
}


.gallery-card-title {

    margin: 0;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    line-height: 1.3;
}


.gallery-card-location {

    display: flex;

    align-items: center;

    gap: 6px;

    margin-top: 7px;

    color: rgba(255, 255, 255, 0.70);

    font-size: 9px;
}


.gallery-card-location i {

    color: var(--gallery-warning);
}


/* ==========================================================
18. CARD ZOOM ICON
========================================================== */

.gallery-card-zoom {

    position: absolute;

    top: 16px;

    right: 16px;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.92);

    color: var(--gallery-dark);

    border-radius: 50%;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.15);

    opacity: 0;

    transform: scale(0.8);

    transition: 0.3s ease;
}


.gallery-card:hover .gallery-card-zoom {

    opacity: 1;

    transform: scale(1);
}


/* ==========================================================
19. OPTIONAL FEATURED CARD
========================================================== */

.gallery-card.gallery-featured {

    grid-column: span 2;
}


.gallery-card.gallery-featured .gallery-card-image {

    height: 420px;
}


/* ==========================================================
20. LOADING
========================================================== */

.gallery-loading {

    min-height: 300px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    text-align: center;
}


.gallery-loading strong {

    margin-top: 10px;

    color: var(--gallery-dark);

    font-size: 14px;
}


.gallery-loading span {

    color: var(--gallery-muted);

    font-size: 10px;
}


.gallery-loader {

    width: 38px;

    height: 38px;

    border: 3px solid #e1e8ef;

    border-top-color: var(--gallery-primary);

    border-radius: 50%;

    animation: gallerySpin 0.8s linear infinite;
}


@keyframes gallerySpin {

    to {
        transform: rotate(360deg);
    }
}


/* ==========================================================
21. NO RESULT
========================================================== */

.gallery-no-result {

    max-width: 650px;

    margin: 45px auto;

    padding: 55px 30px;

    background: #ffffff;

    border: 1px solid var(--gallery-border);

    border-radius: 22px;

    text-align: center;

    box-shadow: var(--gallery-shadow);
}


.gallery-no-result-icon {

    width: 75px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 20px;

    background: rgba(255, 193, 7, 0.14);

    color: var(--gallery-warning-dark);

    border-radius: 50%;

    font-size: 26px;
}


.gallery-no-result h3 {

    color: var(--gallery-dark);

    font-size: 21px;

    font-weight: 800;
}


.gallery-no-result p {

    max-width: 450px;

    margin: 10px auto 22px;

    color: var(--gallery-muted);

    font-size: 12px;

    line-height: 1.7;
}


/* ==========================================================
22. LOAD MORE
========================================================== */

.gallery-load-more-wrapper {

    margin-top: 45px;

    text-align: center;
}


.gallery-load-more-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 50px;

    padding: 11px 25px;

    background: var(--gallery-dark);

    color: #ffffff;

    border: 0;

    border-radius: 50px;

    font-size: 11px;

    font-weight: 700;

    transition: 0.3s ease;
}


.gallery-load-more-btn:hover {

    background: var(--gallery-primary-dark);

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(7, 24, 45, 0.15);
}


.gallery-progress {

    max-width: 420px;

    margin: 18px auto 0;
}


.gallery-progress-info {

    margin-bottom: 8px;

    color: var(--gallery-muted);

    font-size: 9px;
}


.gallery-progress-track {

    width: 100%;

    height: 5px;

    background: #e1e7ed;

    border-radius: 20px;

    overflow: hidden;
}


.gallery-progress-bar {

    width: 0;

    height: 100%;

    background: var(--gallery-primary);

    border-radius: inherit;

    transition: width 0.4s ease;
}


/* ==========================================================
23. FEATURED STRIP
========================================================== */

.gallery-featured-strip {

    padding: 100px 0;

    background: var(--gallery-dark);

    color: #ffffff;

    overflow: hidden;
}


.gallery-featured-label {

    display: inline-block;

    margin-bottom: 15px;

    color: var(--gallery-warning);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.gallery-featured-strip h2 {

    color: #ffffff;

    font-size: clamp(2rem, 4vw, 3rem);

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -1px;
}


.gallery-featured-strip h2 span {

    color: var(--gallery-warning);
}


.gallery-featured-strip > .container > .row > div > p {

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;

    line-height: 1.8;
}


/* ==========================================================
24. EXPERIENCE GRID
========================================================== */

.gallery-experience-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
}


.gallery-experience-item {

    display: flex;

    gap: 14px;

    padding: 22px;

    background: rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 18px;

    transition: 0.3s ease;
}


.gallery-experience-item:hover {

    background: rgba(255, 255, 255, 0.11);

    transform: translateY(-4px);
}


.gallery-experience-icon {

    width: 48px;

    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--gallery-warning);

    color: var(--gallery-dark);

    border-radius: 13px;

    font-size: 18px;
}


.gallery-experience-item span {

    color: var(--gallery-warning);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1px;
}


.gallery-experience-item h3 {

    margin: 4px 0 6px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;
}


.gallery-experience-item p {

    margin: 0;

    color: rgba(255, 255, 255, 0.57);

    font-size: 10px;

    line-height: 1.65;
}


/* ==========================================================
25. LIGHTBOX
========================================================== */

.gallery-lightbox {

    position: fixed;

    inset: 0;

    z-index: 99999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 30px;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}


.gallery-lightbox.active {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}


.gallery-lightbox-backdrop {

    position: absolute;

    inset: 0;

    background: rgba(2, 9, 18, 0.94);

    backdrop-filter: blur(10px);
}


/* ==========================================================
26. LIGHTBOX CONTAINER
========================================================== */

.gallery-lightbox-container {

    position: relative;

    z-index: 3;

    width: min(1180px, calc(100vw - 100px));

    max-height: calc(100vh - 70px);

    display: grid;

    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.65fr);

    background: #ffffff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.45);
}


.gallery-lightbox-image-wrapper {

    position: relative;

    min-height: 550px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #030a12;

    overflow: hidden;
}


.gallery-lightbox-image-wrapper img {

    width: 100%;

    height: 100%;

    max-height: calc(100vh - 70px);

    object-fit: contain;

    display: block;
}


/* ==========================================================
27. LIGHTBOX LOADER
========================================================== */

.gallery-lightbox-loader {

    position: absolute;

    inset: 0;

    z-index: 5;

    display: none;

    align-items: center;

    justify-content: center;

    background: rgba(3, 10, 18, 0.70);
}


.gallery-lightbox-loader.active {

    display: flex;
}


/* ==========================================================
28. LIGHTBOX INFO
========================================================== */

.gallery-lightbox-info {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 40px 32px;

    background: #ffffff;
}


.gallery-lightbox-category {

    display: inline-flex;

    align-self: flex-start;

    margin-bottom: 13px;

    padding: 6px 11px;

    background: rgba(0, 184, 255, 0.10);

    color: var(--gallery-primary-dark);

    border-radius: 50px;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


.gallery-lightbox-info h3 {

    color: var(--gallery-dark);

    font-size: 24px;

    font-weight: 800;

    line-height: 1.3;
}


.gallery-lightbox-info > p {

    color: var(--gallery-muted);

    font-size: 12px;

    line-height: 1.8;
}


.gallery-lightbox-meta {

    display: flex;

    flex-direction: column;

    gap: 9px;

    margin-top: 10px;

    padding-top: 17px;

    border-top: 1px solid var(--gallery-border);
}


.gallery-lightbox-meta > span {

    display: flex;

    align-items: center;

    gap: 8px;

    color: var(--gallery-muted);

    font-size: 10px;
}


.gallery-lightbox-meta i {

    width: 18px;

    color: var(--gallery-primary-dark);
}


/* ==========================================================
29. LIGHTBOX COUNTER
========================================================== */

.gallery-lightbox-counter {

    position: absolute;

    left: 20px;

    bottom: 20px;

    display: flex;

    gap: 5px;

    padding: 7px 12px;

    background: rgba(0, 0, 0, 0.60);

    color: #ffffff;

    border-radius: 50px;

    backdrop-filter: blur(6px);

    font-size: 10px;
}


/* ==========================================================
30. LIGHTBOX CLOSE
========================================================== */

.gallery-lightbox-close {

    position: fixed;

    top: 20px;

    right: 22px;

    z-index: 100003;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.12);

    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    font-size: 18px;

    backdrop-filter: blur(8px);

    transition: 0.25s ease;
}


.gallery-lightbox-close:hover {

    background: var(--gallery-warning);

    color: var(--gallery-dark);

    transform: rotate(90deg);
}


/* ==========================================================
31. LIGHTBOX NAVIGATION
========================================================== */

.gallery-lightbox-nav {

    position: fixed;

    top: 50%;

    z-index: 100002;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.12);

    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.14);

    border-radius: 50%;

    backdrop-filter: blur(8px);

    transform: translateY(-50%);

    transition: 0.25s ease;
}


.gallery-lightbox-nav:hover {

    background: var(--gallery-warning);

    color: var(--gallery-dark);
}


.gallery-lightbox-prev {
    left: 20px;
}


.gallery-lightbox-next {
    right: 20px;
}


/* ==========================================================
32. LIGHTBOX BODY LOCK
========================================================== */

body.gallery-lightbox-open {

    overflow: hidden;
}


/* ==========================================================
33. SEO SECTION
========================================================== */

.gallery-seo-section {

    padding-top: 100px !important;

    padding-bottom: 100px !important;

    background: #ffffff;
}


.gallery-seo-section p {

    color: var(--gallery-muted);

    font-size: 13px;

    line-height: 1.85;
}


.gallery-seo-section strong {

    color: var(--gallery-dark);
}


/* ==========================================================
34. SEO INTERNAL LINKS
========================================================== */

.gallery-seo-links {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;

    margin-top: 25px;
}


.gallery-seo-links a {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--gallery-dark);

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition: 0.25s ease;
}


.gallery-seo-links a i {

    color: var(--gallery-primary);

    font-size: 10px;

    transition: 0.25s ease;
}


.gallery-seo-links a:hover {

    color: var(--gallery-primary-dark);
}


.gallery-seo-links a:hover i {

    transform: translateX(4px);
}


/* ==========================================================
35. INFO CARD
========================================================== */

.gallery-info-card {

    padding: 35px;

    background: var(--gallery-dark);

    color: #ffffff;

    border-radius: 24px;

    box-shadow: var(--gallery-shadow-hover);
}


.gallery-info-label {

    color: var(--gallery-warning);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


.gallery-info-card > h3 {

    margin: 10px 0 12px;

    color: #ffffff;

    font-size: 23px;

    font-weight: 800;

    line-height: 1.35;
}


.gallery-info-card > p {

    color: rgba(255, 255, 255, 0.62);

    font-size: 11px;

    line-height: 1.7;
}


.gallery-info-list {

    display: flex;

    flex-direction: column;

    gap: 10px;

    margin-top: 23px;
}


.gallery-info-list > div {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 13px;

    background: rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 13px;
}


.gallery-info-icon {

    width: 40px;

    height: 40px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--gallery-warning);

    color: var(--gallery-dark);

    border-radius: 11px;
}


.gallery-info-list strong,
.gallery-info-list small {

    display: block;
}


.gallery-info-list strong {

    color: #ffffff;

    font-size: 12px;
}


.gallery-info-list small {

    color: rgba(255, 255, 255, 0.55);

    font-size: 9px;
}


/* ==========================================================
36. FINAL CTA
========================================================== */

.gallery-final-cta {

    position: relative;

    padding: 105px 0;

    background:

        linear-gradient(
            rgba(4, 18, 37, 0.88),
            rgba(4, 18, 37, 0.92)
        ),

        url("/assets/images/about/team-building-bali-experience.webp")
        center / cover no-repeat;

    color: #ffffff;

    overflow: hidden;
}


.gallery-final-cta-overlay {

    position: absolute;

    inset: 0;

    background:

        radial-gradient(
            circle at 50% 40%,
            rgba(0, 184, 255, 0.14),
            transparent 55%
        );
}


.gallery-cta-label {

    color: var(--gallery-warning);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.6px;
}


.gallery-final-cta h2 {

    margin: 15px 0 20px;

    color: #ffffff;

    font-size: clamp(2rem, 4vw, 3.2rem);

    font-weight: 800;

    line-height: 1.15;
}


.gallery-final-cta h2 span {

    color: var(--gallery-warning);
}


.gallery-final-cta p {

    max-width: 780px;

    margin: 0 auto;

    color: rgba(255, 255, 255, 0.70);

    font-size: 13px;

    line-height: 1.8;
}


.gallery-cta-features {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 11px;

    margin: 30px 0;
}


.gallery-cta-features span {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 8px 13px;

    background: rgba(255, 255, 255, 0.09);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 50px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 9px;
}


.gallery-cta-features i {

    color: var(--gallery-warning);
}


.gallery-cta-buttons {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;
}


/* ==========================================================
37. FOOTER
========================================================== */

.site-footer {

    padding: 75px 0 25px;

    background: #061426;

    color: rgba(255, 255, 255, 0.65);
}


.footer-logo img {

    max-width: 210px;

    max-height: 65px;

    object-fit: contain;

    margin-bottom: 20px;
}


.footer-about p {

    font-size: 11px;

    line-height: 1.8;
}


.footer-company {

    margin: 18px 0;
}


.footer-company strong,
.footer-company span {

    display: block;
}


.footer-company strong {

    color: #ffffff;

    font-size: 12px;
}


.footer-company span {

    font-size: 9px;
}


.footer-social {

    display: flex;

    gap: 8px;
}


.footer-social a {

    width: 37px;

    height: 37px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;

    border-radius: 50%;

    text-decoration: none;

    transition: 0.25s ease;
}


.footer-social a:hover {

    background: var(--gallery-warning);

    color: var(--gallery-dark);

    transform: translateY(-3px);
}


.footer-widget h3 {

    margin-bottom: 22px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 700;
}


.footer-links,
.footer-contact {

    margin: 0;

    padding: 0;

    list-style: none;
}


.footer-links li {

    margin-bottom: 10px;
}


.footer-links a {

    color: rgba(255, 255, 255, 0.60);

    text-decoration: none;

    font-size: 10px;

    transition: 0.25s ease;
}


.footer-links a:hover {

    color: var(--gallery-warning);

    padding-left: 4px;
}


.footer-contact li {

    display: flex;

    gap: 11px;

    margin-bottom: 15px;
}


.footer-contact > li > i {

    margin-top: 4px;

    color: var(--gallery-warning);
}


.footer-contact strong,
.footer-contact span,
.footer-contact a {

    display: block;
}


.footer-contact strong {

    color: #ffffff;

    font-size: 10px;
}


.footer-contact span,
.footer-contact a {

    color: rgba(255, 255, 255, 0.58);

    text-decoration: none;

    font-size: 9px;
}


.footer-divider {

    margin: 45px 0 25px;

    border-color: rgba(255, 255, 255, 0.12);
}


.footer-bottom {

    color: rgba(255, 255, 255, 0.52);

    font-size: 9px;
}


.footer-legal {

    display: flex;

    justify-content: flex-end;

    gap: 8px;
}


.footer-legal a {

    color: rgba(255, 255, 255, 0.55);

    text-decoration: none;
}


/* ==========================================================
38. FLOATING WHATSAPP
========================================================== */

.floating-whatsapp {

    position: fixed;

    right: 22px;

    bottom: 22px;

    z-index: 1040;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 12px 17px;

    background: #25d366;

    color: #ffffff;

    border-radius: 50px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 700;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.20);

    transition: 0.3s ease;
}


.floating-whatsapp:hover {

    color: #ffffff;

    transform: translateY(-4px);
}


.floating-whatsapp i {

    font-size: 20px;
}


/* ==========================================================
39. BACK TO TOP
========================================================== */

.back-to-top {

    position: fixed;

    right: 25px;

    bottom: 84px;

    z-index: 1035;

    width: 42px;

    height: 42px;

    background: var(--gallery-dark);

    color: #ffffff;

    border: 0;

    border-radius: 50%;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: 0.3s ease;
}


.back-to-top.show {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}


/* ==========================================================
40. BUTTONS
========================================================== */

.btn-warning {

    background: var(--gallery-warning);

    border-color: var(--gallery-warning);

    color: var(--gallery-dark);

    font-weight: 700;

    transition: 0.3s ease;
}


.btn-warning:hover {

    background: var(--gallery-warning-dark);

    border-color: var(--gallery-warning-dark);

    color: var(--gallery-dark);

    transform: translateY(-2px);
}


/* ==========================================================
41. TABLET
========================================================== */

@media (max-width: 991.98px) {

    .navbar {

        min-height: 70px;
    }


    .navbar-logo {

        height: 45px;
    }


    .navbar-collapse {

        padding: 20px 0;
    }


    .gallery-hero {

        min-height: 570px;
    }


    .gallery-hero-content {

        padding: 90px 0 115px;
    }


    .gallery-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .gallery-card.gallery-featured {

        grid-column: span 2;
    }


    .gallery-experience-grid {

        margin-top: 30px;
    }


    .gallery-lightbox-container {

        width: calc(100vw - 110px);

        grid-template-columns: 1fr;
    }


    .gallery-lightbox-image-wrapper {

        min-height: 420px;

        max-height: 65vh;
    }


    .gallery-lightbox-info {

        padding: 25px;
    }


    .gallery-lightbox-info > p {

        display: none;
    }


    .gallery-info-card {

        margin-top: 10px;
    }

}


/* ==========================================================
42. MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .top-bar {

        display: none !important;
    }


    .navbar {

        min-height: 66px;
    }


    .navbar-logo {

        max-width: 170px;

        height: 42px;
    }


    .gallery-hero {

        min-height: 560px;
    }


    .gallery-hero-content {

        padding: 75px 0 110px;
    }


    .gallery-hero h1 {

        font-size: 2.65rem;

        letter-spacing: -1.3px;
    }


    .gallery-hero p {

        font-size: 14px;

        line-height: 1.7;
    }


    .gallery-hero-actions {

        max-width: 330px;

        margin-left: auto;

        margin-right: auto;

        flex-direction: column;
    }


    .gallery-hero-actions .btn {

        width: 100%;
    }


    .gallery-hero-trust {

        gap: 17px;

        margin-top: 32px;
    }


    .gallery-hero-trust > div {

        min-width: 130px;
    }


    .gallery-breadcrumb-label {

        display: none;
    }


    .gallery-intro {

        padding-top: 65px !important;

        padding-bottom: 45px !important;
    }


    .gallery-main-section {

        padding: 70px 0;
    }


    .section-title {

        font-size: 2rem;
    }


    .gallery-control-panel {

        margin-top: 30px;

        padding: 15px;
    }


    .gallery-tabs {

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
    }


    .gallery-tab {

        width: 100%;

        min-width: 0;

        padding: 9px 8px;

        font-size: 9px;
    }


    .gallery-result-bar {

        align-items: flex-start;

        flex-direction: column;
    }


    .gallery-active-filter {

        width: 100%;

        padding-top: 10px;

        border-top: 1px solid var(--gallery-border);
    }


    .gallery-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 10px;
    }


    .gallery-card.gallery-featured {

        grid-column: span 2;
    }


    .gallery-card-image {

        height: 225px;
    }


    .gallery-card.gallery-featured .gallery-card-image {

        height: 300px;
    }


    .gallery-card-overlay {

        padding: 14px;
    }


    .gallery-card-title {

        font-size: 13px;
    }


    .gallery-card-category {

        padding: 4px 7px;

        font-size: 6px;
    }


    .gallery-card-location {

        font-size: 7px;
    }


    .gallery-card-zoom {

        width: 34px;

        height: 34px;

        top: 10px;

        right: 10px;

        opacity: 1;

        transform: scale(1);

        font-size: 11px;
    }


    .gallery-featured-strip {

        padding: 70px 0;
    }


    .gallery-experience-grid {

        grid-template-columns: 1fr;
    }


    /* LIGHTBOX MOBILE */

    .gallery-lightbox {

        padding: 0;
    }


    .gallery-lightbox-container {

        width: 100%;

        height: 100%;

        max-height: 100vh;

        display: flex;

        flex-direction: column;

        border-radius: 0;

        background: #030a12;
    }


    .gallery-lightbox-image-wrapper {

        flex: 1;

        min-height: 0;

        max-height: none;

        background: #030a12;
    }


    .gallery-lightbox-image-wrapper img {

        width: 100%;

        height: 100%;

        max-height: none;

        object-fit: contain;
    }


    .gallery-lightbox-info {

        flex: 0 0 auto;

        padding: 18px 20px 22px;

        background: #ffffff;
    }


    .gallery-lightbox-info h3 {

        margin-bottom: 5px;

        font-size: 17px;
    }


    .gallery-lightbox-info > p {

        display: none;
    }


    .gallery-lightbox-meta {

        margin-top: 6px;

        padding-top: 10px;
    }


    .gallery-lightbox-info .btn {

        margin-top: 10px !important;

        font-size: 10px;
    }


    .gallery-lightbox-close {

        position: fixed;

        top: 14px;

        right: 14px;

        width: 40px;

        height: 40px;

        background: rgba(0, 0, 0, 0.55);
    }


    .gallery-lightbox-nav {

        width: 40px;

        height: 40px;

        background: rgba(0, 0, 0, 0.48);
    }


    .gallery-lightbox-prev {

        left: 10px;
    }


    .gallery-lightbox-next {

        right: 10px;
    }


    .gallery-lightbox-counter {

        left: 15px;

        bottom: 15px;
    }


    .gallery-seo-section {

        padding-top: 70px !important;

        padding-bottom: 70px !important;
    }


    .gallery-info-card {

        padding: 28px 22px;
    }


    .gallery-final-cta {

        padding: 75px 0;
    }


    .gallery-cta-buttons {

        max-width: 330px;

        margin-left: auto;

        margin-right: auto;

        flex-direction: column;
    }


    .gallery-cta-buttons .btn {

        width: 100%;
    }


    .site-footer {

        padding-top: 60px;
    }


    .footer-legal {

        justify-content: flex-start;
    }


    .floating-whatsapp {

        width: 54px;

        height: 54px;

        right: 16px;

        bottom: 16px;

        justify-content: center;

        padding: 0;
    }


    .floating-whatsapp span {

        display: none;
    }


    .floating-whatsapp i {

        font-size: 25px;
    }


    .back-to-top {

        right: 21px;

        bottom: 82px;
    }

}


/* ==========================================================
43. SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .gallery-hero {

        min-height: 530px;
    }


    .gallery-hero h1 {

        font-size: 2.25rem;
    }


    .gallery-eyebrow {

        font-size: 9px;
    }


    .gallery-hero-trust {

        display: none;
    }


    .gallery-search {

        height: 50px;

        padding-left: 44px;

        font-size: 11px;
    }


    .gallery-search-wrapper > i {

        left: 16px;
    }


    .gallery-tabs {

        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .gallery-grid {

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 8px;
    }


    .gallery-card-image {

        height: 190px;
    }


    .gallery-card.gallery-featured .gallery-card-image {

        height: 260px;
    }


    .gallery-card-overlay {

        padding: 11px;
    }


    .gallery-card-title {

        font-size: 11px;
    }


    .gallery-card-location {

        display: none;
    }


    .gallery-card-zoom {

        width: 30px;

        height: 30px;
    }


    .gallery-result-info span {

        display: none;
    }


    .gallery-info-card {

        padding: 25px 18px;
    }


    .gallery-final-cta h2 {

        font-size: 2rem;
    }

}


/* ==========================================================
44. VERY SMALL MOBILE
========================================================== */

@media (max-width: 360px) {

    .gallery-grid {

        grid-template-columns: 1fr;
    }


    .gallery-card.gallery-featured {

        grid-column: span 1;
    }


    .gallery-card-image,
    .gallery-card.gallery-featured .gallery-card-image {

        height: 260px;
    }

}


/* ==========================================================
45. ACCESSIBILITY
========================================================== */

.gallery-tab:focus-visible,
.gallery-search:focus-visible,
.gallery-load-more-btn:focus-visible,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible {

    outline: 3px solid rgba(0, 184, 255, 0.35);

    outline-offset: 3px;
}


/* ==========================================================
46. REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    html {

        scroll-behavior: auto;
    }


    *,
    *::before,
    *::after {

        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: 0.01ms !important;
    }

}


/* ==========================================================
END
TEAM BUILDING BALI GALLERY CSS
========================================================== */