@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);

:root {
    --gl-navy: #0f3456;
    --gl-navy-light: #16436d;
    --gl-navy-dark: #081e33;
    --gl-gold: #fcc419;
    --gl-gold-light: #ffd43b;
    --gl-gold-hover: #fab005;
    --gl-bg: #f8f9fa;
    --gl-card: #fff;
    --gl-card-alt: #fff;
    --gl-text: #1a1a1a;
    --gl-text-secondary: #4a5568;
    --gl-green: #2fb344;
    --gl-red: #d63939;
    --gl-whatsapp: #25d366;
    --gl-radius: 24px;
    --gl-radius-sm: 16px;
    --gl-shadow: 0 10px 30px rgba(15, 52, 86, .08);
    --gl-shadow-lg: 0 20px 50px rgba(15, 52, 86, .12);
    --gl-font: "Montserrat", sans-serif;
    --gl-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.gl-single-listing {
    color: var(--gl-text);
    padding: 0 16px 40px
}

.gl-single-listing,
.gl-skeleton {
    font-family: var(--gl-font);
    margin: 0 auto;
    max-width: 1100px
}

.gl-skeleton {
    padding: 20px 16px
}

.gl-skeleton-pulse {
    animation: gl-pulse 1.5s ease-in-out infinite;
    background: linear-gradient(90deg, #e8edf2 25%, #f0f4f8 50%, #e8edf2 75%);
    background-size: 200% 100%;
    border-radius: var(--gl-radius-sm)
}

@keyframes gl-pulse {
    0% {
        background-position: 200% 0
    }

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

.gl-skeleton-hero {
    border-radius: var(--gl-radius);
    height: 220px;
    margin-bottom: 20px
}

.gl-skeleton-title {
    height: 32px;
    margin-bottom: 12px;
    width: 60%
}

.gl-skeleton-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 20px
}

.gl-skeleton-tag {
    border-radius: 20px;
    height: 28px;
    width: 90px
}

.gl-skeleton-body {
    height: 120px;
    margin-bottom: 16px
}

.gl-skeleton-row {
    display: flex;
    gap: 16px
}

.gl-skeleton-sidebar {
    flex-shrink: 0;
    height: 300px;
    width: 280px
}

.gl-sidebar-image-container {
    margin-bottom: 8px;
    position: relative;
    width: 100%
}

.gl-featured-badge-float {
    background: var(--gl-gold);
    border: 2px solid #fff;
    border-radius: 99px;
    box-shadow: 0 4px 12px rgba(252, 196, 25, .4);
    color: var(--gl-navy);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    padding: 6px 12px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    z-index: 10
}

.gl-action-bar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 16px
}

.gl-action-btn {
    align-items: center;
    background: var(--gl-card);
    border: 1.5px solid #dde2e8;
    border-radius: 999px;
    color: var(--gl-text);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--gl-font);
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all var(--gl-transition)
}

.gl-action-btn:hover {
    background: var(--gl-navy);
    border-color: var(--gl-navy);
    color: #fff;
    transform: translateY(-1px)
}

.gl-action-btn--back {
    margin-right: auto
}

.gl-action-btn--liked {
    border-color: var(--gl-red);
    color: var(--gl-red)
}

.gl-action-btn--claim {
    border-color: rgba(220, 53, 69, .2) !important;
    color: #dc3545 !important
}

.gl-action-btn--claim:hover {
    background: rgba(220, 53, 69, .05);
    border-color: #dc3545 !important
}

.gl-action-btn--pending {
    background: #f8f9fa !important;
    border-color: #ffd60a !important;
    color: #856404 !important;
    cursor: default
}

.gl-listing-layout {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 300px;
    margin: 0 auto;
    width: 100%;
}

.gl-main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.gl-card {
    padding: 24px
}

.gl-card,
.gl-hero-content-only {
    background: var(--gl-card);
    border-radius: var(--gl-radius);
    box-shadow: var(--gl-shadow)
}

.gl-hero-content-only {
    border-top: 5px solid var(--gl-gold);
    padding: 32px 28px
}

.gl-hero-card {
    background: #fff;
    border: none;
    border-radius: var(--gl-radius);
    box-shadow: var(--gl-shadow);
    overflow: hidden;
    padding: 0;
    position: relative
}

.gl-hero-slider-container {
    background: #eee;
    border-radius: var(--gl-radius);
    overflow: hidden;
    position: relative;
    width: 100%
}

.gl-sidebar-slider-card {
    background: var(--gl-card);
    border-radius: var(--gl-radius);
    box-shadow: var(--gl-shadow);
    overflow: hidden
}

.gl-hero-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    aspect-ratio: 1/1
}

.gl-hero-slider::-webkit-scrollbar {
    display: none
}

.gl-hero-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.gl-hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(15px) brightness(0.7);
    transform: scale(1.1);
    z-index: 1;
    opacity: 0.6;
}

.gl-hero-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain !important;
    position: relative;
    z-index: 2;
}

.gl-hero-nav {
    align-items: center;
    backdrop-filter: blur(4px);
    background: hsla(0, 0%, 100%, .8);
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    color: var(--gl-navy);
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all var(--gl-transition);
    width: 36px;
    z-index: 10
}

.gl-hero-slider-container:hover .gl-hero-nav {
    opacity: 1
}

.gl-hero-prev {
    left: 15px
}

.gl-hero-next {
    right: 15px
}

.gl-hero-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1)
}

.gl-hero-nav:disabled {
    cursor: default;
    opacity: 0 !important
}

.gl-hero-dots {
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, .2);
    border-radius: 20px;
    bottom: 15px;
    display: flex;
    gap: 6px;
    left: 50%;
    padding: 6px 10px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 5
}

.gl-hero-dot {
    background: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    cursor: pointer;
    height: 7px;
    transition: all var(--gl-transition);
    width: 7px
}

.gl-hero-dot.active {
    background: #fff;
    transform: scale(1.2)
}

.gl-hero-info {
    padding: 32px 24px
}

.gl-listing-title {
    align-items: center;
    color: var(--gl-navy);
    display: flex;
    font-size: clamp(22px, 3.5vw, 32px);
    font-weight: 900;
    gap: 12px;
    line-height: 1.2;
    margin: 0 0 10px
}

.gl-claimed-icon {
    align-items: center;
    color: var(--gl-green);
    display: flex
}

.gl-rating-row {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 14px
}

.gl-stars {
    align-items: center;
    display: inline-flex;
    font-size: 20px;
    gap: 3px;
    line-height: 1
}

.gl-star {
    color: var(--gl-gold)
}

.gl-star--empty {
    opacity: .3
}

.gl-star--half {
    opacity: .3;
    position: relative
}

.gl-star--half:before {
    color: var(--gl-gold);
    content: "★";
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
}

.gl-rating-text {
    color: var(--gl-text-secondary);
    font-size: 14px;
    font-weight: 700
}

.gl-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.gl-tag {
    background: var(--gl-gold);
    border-radius: 999px;
    color: var(--gl-navy);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 5px 14px;
    text-decoration: none;
    transition: all var(--gl-transition)
}

.gl-tag:hover {
    background: var(--gl-gold-hover);
    transform: translateY(-1px)
}

.gl-description {
    color: var(--gl-text-secondary);
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.gl-description--truncated {
    height: 110px !important;
}

.gl-description--truncated:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
    z-index: 2;
}

.gl-description p {
    margin: 0 0 12px
}

.gl-description-toggle {
    background: none;
    border: none;
    color: var(--gl-navy);
    cursor: pointer;
    font-family: var(--gl-font);
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
    padding: 0
}

.gl-description-toggle:hover {
    color: var(--gl-gold-hover);
    text-decoration: underline
}

.gl-gallery {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
}

.gl-gallery-img {
    cursor: pointer;
    transition: transform var(--gl-transition);
    width: 100%
}

.gl-gallery-img:hover {
    transform: scale(1.03)
}

.gl-lightbox {
    align-items: center;
    animation: gl-fadeIn .25s ease;
    background: rgba(0, 0, 0, .9);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999
}

.gl-lightbox img {
    border-radius: var(--gl-radius-sm);
    max-height: 85vh;
    max-width: 90vw;
    -o-object-fit: contain;
    object-fit: contain
}

.gl-lightbox-close {
    background: none;
    font-size: 32px;
    right: 24px;
    top: 20px
}

.gl-lightbox-close,
.gl-lightbox-nav {
    border: none;
    color: #fff;
    cursor: pointer;
    position: absolute
}

.gl-lightbox-nav {
    backdrop-filter: blur(8px);
    background: hsla(0, 0%, 100%, .15);
    border-radius: 50%;
    font-size: 28px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: background var(--gl-transition);
    width: 50px
}

.gl-lightbox-nav:hover {
    background: hsla(0, 0%, 100%, .3)
}

.gl-lightbox-prev {
    left: 20px
}

.gl-lightbox-next {
    right: 20px
}

.gl-hours-title {
    color: var(--gl-navy);
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px
}

.gl-hours-today {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.gl-hours-today-label {
    color: var(--gl-text);
    font-size: 15px;
    font-weight: 700
}

.gl-hours-today-badge {
    background: var(--gl-gold);
    border-radius: 999px;
    color: var(--gl-navy);
    font-size: 11px;
    font-weight: 700;
    margin-left: 8px;
    padding: 3px 10px;
    text-transform: uppercase
}

.gl-status-dot {
    animation: gl-blink 1.5s ease-in-out infinite;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-right: 6px;
    width: 8px
}

.gl-status-dot--open {
    background: var(--gl-green)
}

.gl-status-dot--closed {
    animation: none;
    background: var(--gl-red)
}

@keyframes gl-blink {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .4
    }
}

.gl-hours-status {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700
}

.gl-hours-status--open {
    color: var(--gl-green)
}

.gl-hours-status--closed {
    color: var(--gl-red)
}

.gl-hours-slots {
    color: var(--gl-text-secondary);
    font-size: 14px;
    font-weight: 600
}

.gl-hours-toggle {
    background: transparent;
    border: 1.5px dashed var(--gl-gold);
    border-radius: var(--gl-radius-sm);
    color: var(--gl-navy);
    cursor: pointer;
    display: block;
    font-family: var(--gl-font);
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px;
    transition: all var(--gl-transition);
    width: 100%
}

.gl-hours-toggle:hover {
    background: var(--gl-gold);
    border-style: solid
}

.gl-hours-week {
    margin-top: 12px
}

.gl-hours-day {
    align-items: center;
    border-bottom: 1px solid #f0f2f5;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 8px 0
}

.gl-hours-day:last-child {
    border-bottom: none
}

.gl-hours-day--today {
    color: var(--gl-navy);
    font-weight: 700
}

.gl-hours-day-name {
    font-weight: 600
}

.gl-hours-day-time {
    color: var(--gl-text-secondary)
}

.gl-hours-day-closed {
    color: var(--gl-red);
    font-weight: 600
}

.gl-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 100px
}

.gl-logo-card {
    background: var(--gl-card);
    border-radius: var(--gl-radius);
    box-shadow: var(--gl-shadow);
    padding: 20px;
    text-align: center
}

.gl-logo-img {
    border-radius: var(--gl-radius-sm);
    display: block;
    margin: 0 auto;
    max-height: 180px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain
}

.gl-contact-card {
    background: linear-gradient(135deg, var(--gl-navy) 0, var(--gl-navy-dark) 100%);
    border: 1px solid hsla(0, 0%, 100%, .05);
    border-radius: var(--gl-radius);
    box-shadow: var(--gl-shadow-lg);
    color: #fff;
    padding: 32px 24px;
    text-align: center
}

.gl-open-status {
    font-size: 15px;
    font-weight: 700;
    gap: 6px;
    margin-bottom: 16px
}

.gl-open-status,
.gl-whatsapp-btn {
    align-items: center;
    display: flex;
    justify-content: center
}

.gl-whatsapp-btn {
    background: var(--gl-whatsapp);
    border: none;
    border-radius: var(--gl-radius-sm);
    box-shadow: 0 4px 15px rgba(37, 211, 102, .35);
    color: #fff;
    cursor: pointer;
    font-family: var(--gl-font);
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .5px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all var(--gl-transition);
    width: 100%
}

.gl-whatsapp-btn:after {
    animation: gl-shine 3s ease-in-out infinite;
    background: linear-gradient(45deg, transparent, hsla(0, 0%, 100%, .15), transparent);
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%
}

@keyframes gl-shine {
    0% {
        transform: translateX(-100%) rotate(45deg)
    }

    to {
        transform: translateX(100%) rotate(45deg)
    }
}

.gl-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px
}

.gl-call-btn {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border: 1.5px solid rgba(252, 196, 25, .3);
    border-radius: var(--gl-radius-sm);
    color: var(--gl-gold) !important;
    cursor: pointer;
    display: flex;
    font-family: var(--gl-font);
    font-size: 16px;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    letter-spacing: .5px;
    padding: 14px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all var(--gl-transition);
    width: 100%
}

.gl-call-btn svg {
    color: var(--gl-gold)
}

.gl-call-btn:hover {
    background: var(--gl-gold);
    border-color: var(--gl-gold);
    box-shadow: 0 4px 15px rgba(252, 196, 25, .3);
    color: var(--gl-navy) !important;
    transform: translateY(-2px)
}

.gl-call-btn:hover svg {
    color: var(--gl-navy)
}

.gl-contact-grid {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    gap: 12px;
    margin-top: 8px;
    padding-top: 16px
}

.gl-contact-grid,
.gl-contact-item {
    display: flex;
    justify-content: center
}

.gl-contact-item {
    align-items: center;
    background: hsla(0, 0%, 100%, .08);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 44px;
    text-decoration: none;
    transition: all var(--gl-transition);
    width: 44px
}

.gl-contact-item:hover {
    background: var(--gl-gold);
    color: var(--gl-navy);
    transform: scale(1.1)
}

.gl-social-links {
    gap: 12px;
    margin-top: 20px
}

.gl-social-item,
.gl-social-links {
    display: flex;
    justify-content: center
}

.gl-social-item {
    align-items: center;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    height: 36px;
    text-decoration: none;
    transition: all var(--gl-transition);
    width: 36px
}

.gl-social-item:hover {
    background: var(--gl-gold);
    border-color: var(--gl-gold);
    color: var(--gl-navy);
    transform: translateY(-3px)
}

.gl-map-card {
    background: var(--gl-navy);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--gl-radius);
    box-shadow: var(--gl-shadow-lg);
    overflow: hidden
}

.gl-map-header {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    padding: 20px 24px 16px
}

.gl-map-container {
    background: #f1f3f5;
    height: 250px;
    position: relative;
    width: 100%
}

.gl-map-content {
    background: var(--gl-navy-dark);
    padding: 20px 24px
}

.gl-map-address {
    color: hsla(0, 0%, 100%, .7);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px
}

.gl-map-container iframe,
.gl-map-container img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gl-map-footer {
    text-align: center
}

.gl-map-directions {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: var(--gl-radius-sm);
    color: var(--gl-gold);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    padding: 12px;
    text-decoration: none;
    transition: all var(--gl-transition)
}

.gl-map-directions:hover {
    background: var(--gl-gold);
    color: var(--gl-navy)
}

.gl-reviews {
    margin-top: 4px
}

.gl-reviews-head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 16px
}

.gl-reviews-title {
    color: var(--gl-navy);
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 900;
    margin: 0
}

.gl-reviews-count {
    color: var(--gl-text-secondary);
    font-size: .65em;
    font-weight: 500
}

.gl-reviews-controls {
    display: flex;
    gap: 10px
}

.gl-reviews-btn {
    background: var(--gl-gold);
    border: none;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
    color: var(--gl-navy);
    cursor: pointer;
    font-size: 22px;
    height: 44px;
    line-height: 1;
    transition: transform var(--gl-transition), filter var(--gl-transition);
    width: 44px
}

.gl-reviews-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px)
}

.gl-reviews-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.gl-reviews-track::-webkit-scrollbar {
    display: none
}

.gl-review-card {
    background: var(--gl-card-alt);
    border-radius: var(--gl-radius);
    flex: 0 0 auto;
    padding: 18px;
    scroll-snap-align: start;
    transition: transform var(--gl-transition);
    width: 300px
}

.gl-review-card:hover {
    transform: translateY(-2px)
}

@media (max-width:600px) {
    .gl-review-card {
        width: 260px
    }
}

.gl-review-top {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px
}

.gl-review-ago {
    color: var(--gl-text-secondary);
    font-size: 12px;
    font-weight: 500
}

.gl-review-text {
    color: var(--gl-navy);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 10px
}

.gl-review-author {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: auto
}

.gl-review-avatar {
    background: #dde2e8;
    border-radius: 50%;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 36px
}

.gl-review-author-name {
    color: var(--gl-text);
    font-size: 13px;
    font-weight: 700
}

.gl-review-images {
    display: flex;
    gap: 8px;
    margin-top: 10px
}

.gl-review-img {
    background: #e8edf2;
    border-radius: 10px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 64px
}

.gl-reviews-empty {
    color: var(--gl-text-secondary);
    font-size: 15px;
    padding: 30px 20px;
    text-align: center
}

.gl-offers-section {
    margin-top: 4px
}

.gl-offers-title {
    align-items: center;
    color: var(--gl-navy);
    display: flex;
    font-size: 22px;
    font-weight: 900;
    gap: 8px;
    margin: 0 0 16px
}

@keyframes gl-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gl-slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.gl-animate-in {
    animation: gl-slideUp .4s ease both
}

.gl-animate-in:nth-child(2) {
    animation-delay: .05s
}

.gl-animate-in:nth-child(3) {
    animation-delay: .1s
}

.gl-animate-in:nth-child(4) {
    animation-delay: .15s
}

.gl-animate-in:nth-child(5) {
    animation-delay: .2s
}

.gl-map-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px
}

.gl-map-header h3 {
    color: #fff;
    font-size: 16px;
    margin: 0
}

.gl-map-toggles {
    background: rgba(0, 0, 0, .2);
    border-radius: 99px;
    display: flex;
    gap: 4px;
    padding: 4px
}

.gl-map-toggle {
    background: transparent;
    border: none;
    border-radius: 99px;
    color: hsla(0, 0%, 100%, .6);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    text-transform: uppercase;
    transition: all var(--gl-transition)
}

.gl-map-toggle.active {
    background: var(--gl-gold);
    color: var(--gl-navy)
}

.gl-gallery-wrapper {
    margin-top: 4px
}

.gl-gallery-container {
    position: relative
}

.gl-gallery-item {
    border-radius: var(--gl-radius-sm);
    cursor: zoom-in;
    flex: 0 0 100%;
    overflow: hidden;
    scroll-snap-align: center
}

.gl-gallery-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 16px
}

.gl-gallery-dot {
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    height: 8px;
    transition: all var(--gl-transition);
    width: 8px
}

.gl-gallery-dot.active {
    background: var(--gl-gold);
    border-radius: 4px;
    width: 24px
}

@media (min-width:600px) {
    .gl-gallery-item {
        flex: 0 0 calc(50% - 6px)
    }
}

@media (min-width:900px) {
    .gl-gallery-item {
        flex: 0 0 100%
    }

    .gl-gallery-dots {
        display: none
    }
}

.gl-gallery {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--gl-gold) transparent;
    scrollbar-width: thin
}

.gl-gallery::-webkit-scrollbar {
    height: 4px
}

.gl-gallery::-webkit-scrollbar-thumb {
    background: var(--gl-gold);
    border-radius: 10px
}

.gl-gallery-img {
    aspect-ratio: 4/3;
    border-radius: var(--gl-radius-sm);
    flex: 0 0 calc(50% - 6px);
    -o-object-fit: cover;
    object-fit: cover;
    scroll-snap-align: start
}

@media (min-width:600px) {
    .gl-gallery-img {
        flex: 0 0 calc(33.33% - 8px)
    }
}

@media (min-width:900px) {
    .gl-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        overflow: visible
    }

    .gl-gallery-img {
        scroll-snap-align: none;
        width: 100%
    }
}

@media print {

    .gl-action-bar,
    .gl-lightbox,
    .gl-reviews-controls {
        display: none !important
    }
}

.gl-modal-overlay {
    align-items: center;
    animation: glFadeIn .3s ease;
    backdrop-filter: blur(8px);
    background: rgba(15, 59, 99, .7);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

.gl-modal-content {
    animation: glSlideUp .4s cubic-bezier(.165, .84, .44, 1);
    background: #fff;
    border-radius: 20px;
    border-top: 6px solid #ffd60a;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
    max-width: 480px;
    padding: 40px;
    position: relative;
    width: 100%
}

.gl-modal-close {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: color .2s
}

.gl-modal-close:hover {
    color: #333
}

.gl-modal-header h3 {
    color: #0f3b63;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px
}

.gl-modal-header p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 30px
}

.gl-modal-form .gl-form-group {
    margin-bottom: 20px
}

.gl-modal-form label {
    color: #0f3b63;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px
}

.gl-form-group input,
.gl-form-group textarea {
    border: 1px solid #dde2e8;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 16px;
    transition: border-color .2s;
    width: 100%
}

.gl-form-group input:focus,
.gl-form-group textarea:focus {
    border-color: #0f3b63;
    outline: none
}

.gl-form-terms {
    margin-bottom: 25px
}

.gl-form-terms label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px
}

.gl-form-terms input {
    height: 18px;
    margin-top: 3px;
    width: 18px
}

.gl-form-terms span {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4
}

.gl-modal-error {
    background: #fff5f5;
    border-left: 4px solid #c53030;
    border-radius: 8px;
    color: #c53030;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 12px
}

.gl-modal-submit {
    background: #ffd60a;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(255, 214, 10, .3);
    color: #0f3b63;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 16px;
    transition: all .3s;
    width: 100%
}

.gl-modal-submit:hover:not(:disabled) {
    box-shadow: 0 6px 20px rgba(255, 214, 10, .4);
    transform: translateY(-2px)
}

.gl-modal-submit.loading {
    cursor: wait;
    opacity: .8
}

.gl-modal-content--success {
    text-align: center
}

.gl-success-icon {
    align-items: center;
    background: #d4edda;
    border-radius: 50%;
    color: #155724;
    display: flex;
    font-size: 30px;
    height: 60px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 60px
}

@keyframes glFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes glSlideUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.gl-mobile-view {
    display: none !important;
}

@media (max-width:768px) {
    .gl-listing-layout {
        display: flex !important;
        flex-direction: column !important
    }

    .gl-listing-layout .gl-main-content,
    .gl-listing-layout .gl-sidebar {
        display: contents !important
    }

    .gl-reviews-track {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        scrollbar-width: thin !important;
        width: 100% !important
    }

    .gl-review-card {
        flex: 0 0 260px !important;
        width: 260px !important
    }

    .gl-desktop-view {
        display: none !important
    }

    .gl-mobile-view {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important
    }

    .gl-hero-slider {
        aspect-ratio: auto !important;
        height: 25vh !important
    }
}