:root {
    --p: #3d5a6b;
    --s: #4a7c8a;
    --d: #1a1a1a;
    --g: #666;
    --l: #f8f9fa
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--d);
    line-height: 1.6
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif
}

img {
    max-width: 100%;
    display: block
}

.cont {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

/* NAV */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(61, 90, 107, 0.96);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12)
}

.nw {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px
}

.logo img {
    height: 42px
}

.nl {
    display: flex;
    align-items: center;
    gap: 28px
}

.nl a {
    color: #fff;
    font-weight: 500;
    font-size: 0.92rem;
    text-decoration: none;
    transition: .3s;
    position: relative
}

.nl a:hover {
    color: #a8d5df
}

.bn {
    padding: 10px 26px;
    background: #fff;
    color: var(--p);
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: .3s
}

.bn:hover {
    background: var(--s);
    color: #fff
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer
}

.burger span {
    width: 26px;
    height: 2px;
    background: #fff;
    transition: .3s
}

/* HERO */
.hero {
    position: relative;
    height: 580px;
    margin-top: 70px;
    overflow: hidden
}

.hs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}


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

.ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .65) 100%)
}

.hc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
    width: 90%;
    max-width: 720px
}

.hc h1 {
    font-size: 4rem;
    margin-bottom: 12px;
    text-shadow: 0 3px 12px rgba(0, 0, 0, .4);
    letter-spacing: 2px
}

.hc p {
    font-size: 1.25rem;
    margin-bottom: 28px;
    opacity: .9
}

.hi {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap
}

.hii {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(4px);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: .95rem
}

.bh {
    display: inline-block;
    padding: 16px 44px;
    background: #fff;
    color: var(--p);
    border-radius: 35px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    transition: .3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.bh:hover {
    background: var(--s);
    color: #fff;
    transform: translateY(-3px)
}

.sc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .88);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    z-index: 20;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.sc:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08)
}

.sc.prev {
    left: 18px
}

.sc.next {
    right: 18px
}

.sd {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    cursor: pointer;
    transition: .3s
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.3)
}

/* BOOKING */
.bb {
    padding: 80px 0;
    background: linear-gradient(135deg, #eef3f7, #dbe5ed)
}

.bc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 56px;
    align-items: center
}

.bl h2 {
    font-size: 2.6rem;
    color: var(--p);
    margin-bottom: 12px
}

.bl p {
    font-size: 1.15rem;
    color: var(--g);
    margin-bottom: 24px
}

.bf {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.bfi {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--d)
}

.bfi svg {
    color: var(--s);
    flex-shrink: 0
}

.bfw {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .1)
}

.fr2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.fr3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px
}

.fg label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: .88rem;
    color: var(--p)
}

.fg input,
.fg select {
    width: 100%;
    padding: 13px 15px;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
    font-size: .95rem;
    font-family: inherit;
    transition: .3s;
    background: #fff
}

.fg input:focus,
.fg select:focus {
    outline: none;
    border-color: var(--s);
    box-shadow: 0 0 0 3px rgba(74, 124, 138, .15)
}

.pd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    background: var(--l);
    border-radius: 12px;
    margin: 20px 0;
    font-size: 1.05rem
}

.pd strong {
    font-size: 2.1rem;
    color: var(--s)
}

.bs {
    width: 100%;
    padding: 16px;
    background: var(--s);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.bs:hover {
    background: var(--p);
    transform: translateY(-2px)
}

/* ROOMS GRID (index preview) */
.sect {
    padding: 80px 0
}

.st {
    text-align: center;
    font-size: 2.6rem;
    color: var(--p);
    margin-bottom: 8px
}

.ss {
    text-align: center;
    font-size: 1.15rem;
    color: var(--g);
    margin-bottom: 44px
}

.rooms {
    background: #fff
}

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

.room-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .09);
    transition: .35s;
    text-decoration: none;
    color: inherit;
    display: block
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .15)
}

.room-img {
    position: relative;
    height: 240px;
    overflow: hidden
}

.room-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s
}

.room-card:hover .room-img img {
    transform: scale(1.05)
}

.room-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 14px;
    background: var(--s);
    color: #fff;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 700;
    z-index: 2
}

.room-info {
    padding: 24px
}

.room-info h3 {
    font-size: 1.4rem;
    color: var(--p);
    margin-bottom: 6px
}

.room-info>p {
    color: var(--g);
    margin-bottom: 14px;
    font-size: .93rem
}

.room-feats {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.room-feats span {
    font-size: .82rem;
    background: #eef3f7;
    color: var(--p);
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600
}

.room-price {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--s);
    margin-bottom: 14px
}

.room-price small {
    font-size: .88rem;
    color: var(--g);
    font-weight: 400
}

.room-btn {
    background: var(--s);
    color: #fff;
    text-align: center;
    padding: 11px;
    border-radius: 10px;
    font-weight: 700;
    font-size: .92rem;
    transition: .25s
}

.room-card:hover .room-btn {
    background: var(--p)
}

/* PAGE HEADER (inner pages) */
.ph {
    padding: 100px 0 50px;
    text-align: center;
    background: linear-gradient(135deg, #eef3f7, #dbe5ed);
    margin-top: 70px
}

.ph h1 {
    font-size: 2.8rem;
    color: var(--p);
    margin-bottom: 10px
}

.ph p {
    font-size: 1.15rem;
    color: var(--g)
}

/* TABS */
.tabs-wrap {
    background: #fff;
    border-bottom: 1px solid #e8ecef;
    position: sticky;
    top: 70px;
    z-index: 100
}

.tabs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 0
}

.tab {
    flex: 1;
    max-width: 280px;
    padding: 18px 24px;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
    color: var(--g);
    cursor: pointer;
    transition: .3s;
    border-bottom: 3px solid transparent;
    font-family: inherit
}

.tab:hover {
    color: var(--p);
    background: #f4f7f9
}

.tab.active {
    color: var(--s);
    border-bottom-color: var(--s);
    background: #f0f6f8
}

/* ROOM DETAIL */
.room-detail {
    display: none;
    padding: 60px 0
}

.room-detail.active-room {
    display: block
}

.rd-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 16px
}

.rd-header h2 {
    font-size: 2.2rem;
    color: var(--p);
    margin-bottom: 4px
}

.rd-desc {
    color: var(--g);
    font-size: 1.05rem
}

.rd-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--s);
    background: #eef3f7;
    padding: 12px 28px;
    border-radius: 14px
}

.rd-price small {
    font-size: .9rem;
    color: var(--g);
    font-weight: 400
}

/* ROOM DETAIL SLIDER */
.rd-slider {
    position: relative;
    height: 480px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 36px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, .12)
}

.rd-slides {
    position: relative;
    width: 100%;
    height: 100%
}

.rd-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .5s
}

.rd-slide.active {
    opacity: 1
}

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

.rd-prev,
.rd-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .88);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.rd-prev:hover,
.rd-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08)
}

.rd-prev {
    left: 16px
}

.rd-next {
    right: 16px
}

/* ROOM FEATURES */
.rd-feats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
    margin-bottom: 36px
}

.rd-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #eef3f7;
    padding: 16px 20px;
    border-radius: 14px;
    font-weight: 500;
    font-size: .95rem
}

.rd-feat svg {
    color: var(--s);
    flex-shrink: 0
}

/* BOOK BUTTON */
.rd-book {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 17px 56px;
    background: var(--s);
    color: #fff;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: .3s;
    text-align: center
}

.rd-book:hover {
    background: var(--p);
    transform: translateY(-2px)
}

/* GALLERY */
.gal {
    background: var(--l)
}

.gg {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px
}

.gi {
    height: 230px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s
}

.gi:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
}

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

/* LIGHTBOX */
.lb {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 4000;
    align-items: center;
    justify-content: center
}

.lb.active {
    display: flex
}

.lbo {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .94)
}

.lb img {
    position: relative;
    z-index: 4001;
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 8px
}

.lbx,
.lbp,
.lbn {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    z-index: 4002;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.lbx:hover,
.lbp:hover,
.lbn:hover {
    background: #fff
}

.lbx {
    top: 20px;
    right: 20px
}

.lbp {
    left: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.lbn {
    right: 18px;
    top: 50%;
    transform: translateY(-50%)
}

/* ======== ROOM MODAL ======== */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 3000;
    background: rgba(0, 0, 0, .6);
    backdrop-filter: blur(3px);
    align-items: center;
    justify-content: center;
    padding: 24px
}

.modal-overlay.active {
    display: flex
}

.modal-box {
    background: #fff;
    border-radius: 22px;
    max-width: 780px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
    animation: modalIn .28s ease
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: scale(.94)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: rgba(255, 255, 255, .92);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12)
}

.modal-close:hover {
    background: #fff;
    transform: scale(1.08)
}

.modal-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px 32px 12px;
    flex-wrap: wrap;
    gap: 12px
}

.modal-head h2 {
    font-size: 1.9rem;
    color: var(--p);
    margin-bottom: 4px
}

.modal-desc {
    color: var(--g);
    font-size: 1rem
}

.modal-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--s);
    background: #eef3f7;
    padding: 10px 24px;
    border-radius: 14px;
    white-space: nowrap
}

.modal-price small {
    font-size: .88rem;
    color: var(--g);
    font-weight: 400
}

.modal-slider {
    position: relative;
    height: 380px;
    overflow: hidden
}

.modal-slides {
    position: relative;
    width: 100%;
    height: 100%
}

.modal-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .45s
}

.modal-slide.active {
    opacity: 1
}

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

.modal-prev,
.modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .88);
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.modal-prev:hover,
.modal-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08)
}

.modal-prev {
    left: 14px
}

.modal-next {
    right: 14px
}

.modal-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10
}

.modal-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: .3s;
    border: none
}

.modal-dot.active {
    background: #fff;
    transform: scale(1.25)
}

.modal-feats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    padding: 24px 32px
}

.modal-feat {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eef3f7;
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 500;
    font-size: .92rem
}

.modal-feat svg {
    color: var(--s);
    flex-shrink: 0
}

.modal-book {
    display: block;
    margin: 0 32px 28px;
    padding: 16px;
    background: var(--s);
    color: #fff;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    text-align: center;
    transition: .3s
}

.modal-book:hover {
    background: var(--p);
    transform: translateY(-2px)
}

/* CONTACTS */
.con {
    background: #fff
}

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

.cc {
    background: #fff;
    padding: 44px 32px;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    text-align: center;
    transition: .3s
}

.cc:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .13)
}

.cc svg {
    color: var(--s);
    margin: 0 auto 20px;
    display: block
}

.cc h3 {
    font-size: 1.3rem;
    color: var(--p);
    margin-bottom: 12px
}

.cc p {
    color: var(--d);
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 6px
}

.cc small {
    color: var(--g);
    font-size: .9rem
}


/* PAGE HEADER */
.lp-header {
    margin-top: 70px;
    padding: 52px 0 40px;
    background: linear-gradient(135deg, #eef3f7, #dbe5ed);
    text-align: center
}

.lp-header h1 {
    font-size: 2.8rem;
    color: var(--p);
    margin-bottom: 6px
}

.lp-header p {
    font-size: 1.1rem;
    color: var(--g);
    margin-bottom: 16px
}

.lp-header-price {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--s);
    background: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08)
}

.lp-header-price small {
    font-size: .9rem;
    color: var(--g);
    font-weight: 400
}

.lp-header .lp-badge {
    display: inline-block;
    background: var(--s);
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: .78rem;
    font-weight: 700;
    margin-bottom: 10px
}

/* CENTERED BOX SLIDER */
.lp-slider-section {
    padding: 44px 0 36px;
    background: #fff
}

.lp-slider-wrap {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 32px rgba(0, 0, 0, .12);
    background: #111;
    position: relative
}

.lp-slides {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3
}

.lp-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s
}

.lp-slide.active {
    opacity: 1
}

.lp-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #111
}

.lp-prev,
.lp-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .88);
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.lp-prev:hover,
.lp-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08)
}

.lp-prev {
    left: 14px
}

.lp-next {
    right: 14px
}

.lp-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10
}

.lp-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    border: none;
    cursor: pointer;
    transition: .3s
}

.lp-dot.active {
    background: #fff;
    transform: scale(1.25)
}


/* Features row */
.lp-feats-row {
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.lp-feats {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0
}

.lp-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 16px;
    border-right: 1px solid #eee
}

.lp-feat:last-child {
    border-right: none
}

.lp-feat svg {
    color: var(--s);
    flex-shrink: 0
}

.lp-feat div strong {
    display: block;
    font-size: .92rem;
    color: var(--d);
    white-space: nowrap;
}

.lp-feat div span {
    display: block;
    font-size: .8rem;
    color: var(--g)
}

/* Description + price card */
.lp-desc-section {
    padding: 64px 0;
    background: var(--l)
}

.lp-desc-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 52px;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto
}

.lp-desc-text h2 {
    font-size: 2rem;
    color: var(--p);
    margin-bottom: 16px
}

.lp-desc-text p {
    color: var(--g);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 14px
}

.lp-price-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .1);
    padding: 30px;
    position: sticky;
    top: 90px
}

.lp-pc-price {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--s);
    text-align: center;
    margin-bottom: 18px
}

.lp-pc-price small {
    font-size: .9rem;
    color: var(--g);
    font-weight: 400
}

.lp-pc-row {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid #eee;
    font-size: .93rem
}

.lp-pc-row span:first-child {
    color: var(--g)
}

.lp-pc-row span:last-child {
    font-weight: 600;
    color: var(--d)
}

.lp-pc-btn {
    display: block;
    margin-top: 22px;
    padding: 14px;
    background: var(--s);
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: .97rem;
    transition: .3s
}

.lp-pc-btn:hover {
    background: var(--p);
    transform: translateY(-2px)
}

/* Reservation form */
.lp-rez {
    padding: 64px 0;
    background: #fff
}

.lp-rez-title {
    text-align: center;
    font-size: 2.1rem;
    color: var(--p);
    margin-bottom: 32px
}

.lp-rez-wrap {
    max-width: 780px;
    margin: 0 auto;
    background: var(--l);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06)
}

.lp-submit {
    margin-top: 8px
}

.price-input {
    background: var(--l) !important;
    font-weight: 700;
    font-size: 1.1rem !important;
    color: var(--s) !important;
    text-align: center
}

/* INDEX extra blocks */
.idx-why {
    padding: 80px 0;
    background: var(--l)
}

.idx-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.idx-why-card {
    background: #fff;
    border-radius: 18px;
    padding: 36px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    text-align: center;
    transition: .3s
}

.idx-why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .12)
}

.idx-why-card svg {
    color: var(--s);
    margin: 0 auto 18px;
    display: block
}

.idx-why-card h3 {
    font-size: 1.2rem;
    color: var(--p);
    margin-bottom: 10px
}

.idx-why-card p {
    color: var(--g);
    font-size: .93rem;
    line-height: 1.6
}

.idx-loc {
    padding: 80px 0;
    background: #fff
}

.idx-loc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.idx-loc-img {
    border-radius: 20px;
    overflow: hidden;
    height: 380px
}

.idx-loc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.idx-loc-text h2 {
    font-size: 2.2rem;
    color: var(--p);
    margin-bottom: 16px
}

.idx-loc-text p {
    color: var(--g);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 14px
}

.idx-loc-text .loc-list {
    list-style: none;
    margin-top: 18px
}

.idx-loc-text .loc-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: .95rem;
    color: var(--d)
}

.idx-loc-text .loc-list li svg {
    color: var(--s);
    flex-shrink: 0
}


/* FOOTER */
.ft {
    background: var(--l);
    padding: 56px 0 22px
}

.fgr {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 32px
}

.flogo {
    height: 38px;
    margin-bottom: 14px
}

.ft h4 {
    margin-bottom: 14px;
    color: var(--p);
    font-size: 1rem
}

.ft a {
    display: block;
    color: var(--g);
    margin-bottom: 8px;
    text-decoration: none;
    font-size: .93rem;
    transition: .2s
}

.ft a:hover {
    color: var(--p)
}

.ft p {
    color: var(--g);
    margin-bottom: 6px;
    font-size: .93rem
}

.fb {
    text-align: center;
    padding-top: 22px;
    border-top: 1px solid #ddd;
    color: var(--g);
    font-size: .88rem
}

/* RESPONSIVE */
@media(max-width:1024px) {
    .bc {
        grid-template-columns: 1fr
    }

    .room-grid {
        grid-template-columns: 1fr 1fr
    }

    .rd-feats {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:768px) {
    .nl {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: var(--p);
        flex-direction: column;
        padding: 40px 20px;
        transition: left .3s
    }

    .nl.active {
        left: 0
    }

    .burger {
        display: flex
    }

    .bn {
        display: none
    }

    .hc h1 {
        font-size: 2.4rem
    }

    .fr2,
    .fr3,
    .room-grid,
    .cg,
    .fgr {
        grid-template-columns: 1fr
    }

    .tabs {
        flex-direction: column
    }

    .tab {
        max-width: 100%;
        text-align: left
    }

    .rd-feats {
        grid-template-columns: 1fr 1fr
    }

    .rd-slider {
        height: 280px
    }

    .modal-box {
        max-height: 95vh
    }

    .modal-slider {
        height: 240px
    }

    .modal-head,
    .modal-feats,
    .modal-book {
        padding-left: 20px;
        padding-right: 20px
    }

    .modal-book {
        margin-left: 20px;
        margin-right: 20px
    }

    .lp-slider-wrap {
        max-width: 900px;
        margin: 0 auto;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 6px 32px rgba(0, 0, 0, .12);
        background: #111;
        position: relative
    }

    .lp-slides {
        position: relative;
        width: 100%;
        aspect-ratio: 4/3
    }

    .lp-feats {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%
    }

    .lp-feat {
        border-bottom: 1px solid #eee
    }

    .lp-desc-grid,
    .idx-loc-grid {
        grid-template-columns: 1fr
    }

    .lp-rez-wrap {
        padding: 24px 18px
    }

    .idx-why-grid {
        grid-template-columns: 1fr
    }

}

/* LANGUAGE SWITCHER */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 20px
}

.lang-switch a {
    color: #fff;
    font-size: .88rem;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    transition: .2s;
    opacity: .7
}

.lang-switch a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, .15)
}

.lang-switch a.active {
    opacity: 1;
    background: rgba(255, 255, 255, .2)
}

.lang-sep {
    color: rgba(255, 255, 255, .4);
    font-size: .88rem
}

@media(max-width:768px) {
    .lang-switch {
        margin-left: 0;
        margin-top: 20px;
        justify-content: center
    }
}

/* ======== BOOKING PAGE ======== */
.booking-page {
    padding: 100px 0;
    background: #fff
}

.booking-wrap {
    max-width: 900px;
    margin: 0 auto
}

.booking-room-select {
    margin-bottom: 40px
}

.booking-room-select label {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--p);
    margin-bottom: 10px
}

.booking-room-select select {
    width: 100%;
    padding: 14px;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-family: inherit
}

/* Calendar */
.booking-calendars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 20px
}

.cal-month {
    background: var(--l);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #ddd
}

.cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.cal-title {
    font-weight: 700;
    font-size: 1rem;
    color: var(--p)
}

.cal-prev,
.cal-next {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--p);
    padding: 4px 10px;
    transition: .2s
}

.cal-prev:hover,
.cal-next:hover {
    background: rgba(0, 0, 0, .05);
    border-radius: 6px
}

.cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 8px
}

.cal-day-label {
    text-align: center;
    font-size: .85rem;
    font-weight: 600;
    color: var(--g);
    padding: 6px
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px
}

.cal-cell {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    border-radius: 6px;
    cursor: pointer;
    transition: .2s;
    font-weight: 500
}

.cal-cell.empty {
    visibility: hidden
}

.cal-cell.available {
    background: #a8e6cf;
    color: var(--d)
}

.cal-cell.available:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.cal-cell.booked {
    background: #ffaaa5;
    color: var(--d);
    cursor: not-allowed
}

.cal-cell.selected {
    background: var(--s);
    color: #fff;
    font-weight: 700
}

.cal-cell.in-range {
    background: #d4f1f4;
    color: var(--d)
}

.cal-legend {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    justify-content: center
}

.cal-legend>div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .9rem
}

.leg-av,
.leg-bk {
    width: 20px;
    height: 20px;
    border-radius: 4px
}

.leg-av {
    background: #a8e6cf
}

.leg-bk {
    background: #ffaaa5
}

.wpbs-main-wrapper .wpbs-form-container {
    max-width: 100% !important;
    padding: 36px !important;
}

/* Checkout Form */
.wpbs-form-container {
    background: var(--l);
    padding: 36px;
    border-radius: 14px;
    border: 1px solid #ddd;
    max-width: 100%;
}

.wpbs-form-container label {
    display: block;
    font-size: .95rem;
    font-weight: 600;
    color: var(--p);
    margin-bottom: 6px;
}

.wpbs-form-container input[type="text"],
.wpbs-form-container input[type="email"],
.wpbs-form-container input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: .95rem;
    font-family: inherit;
    transition: .2s;
}

.wpbs-form-container .wpbs-form-submit-button button {
    width: 100%;
    padding: 16px;
    background: var(--s);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    margin-top: 8px;
}

.wpbs-pricing-table thead,
.wpbs-pricing-table-events,
.wpbs-line-item-total td:first-child {
    display: none !important;
}

.wpbs-pricing-table {
    width: 100%;
}

.wpbs-pricing-table-discount {
    display: flex;
    flex-direction: column;
}

.wpbs-price {
    display: block;
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: .95rem;
    font-family: inherit;
    transition: .2s;
    background: #fff !important;
    font-weight: 700;
    color: var(--s) !important;
    font-size: 1.2rem !important;
}

.wpbs-form-container h3 {
    font-size: 1.4rem;
    color: var(--p);
    margin-bottom: 24px
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.form-group {
    margin-bottom: 16px
}

.form-group label {
    display: block;
    font-size: .95rem;
    font-weight: 600;
    color: var(--p);
    margin-bottom: 6px
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: .95rem;
    font-family: inherit;
    transition: .2s
}

.form-group input:focus {
    outline: none;
    border-color: var(--s);
    box-shadow: 0 0 0 3px rgba(74, 124, 138, .1)
}

.price-display {
    background: #fff !important;
    font-weight: 700;
    color: var(--s) !important;
    font-size: 1.2rem !important
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .9rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: .2s
}

.radio-label:hover {
    background: rgba(0, 0, 0, .03)
}

.radio-label input[type="radio"] {
    cursor: pointer
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: var(--s);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    margin-top: 8px
}

.submit-btn:hover {
    background: var(--p);
    transform: translateY(-2px)
}

@media(max-width:768px) {
    .booking-calendars {
        grid-template-columns: 1fr
    }

    .form-row {
        grid-template-columns: 1fr
    }
}

/* FIX ROOM CARDS ALIGNMENT */
.room-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

.room-card .rc {
    flex: 1
}

.room-card .rp {
    margin-top: auto
}

/* THUMBNAIL GALLERY */
.lp-thumbs-section {
    padding: 24px 0;
    background: #f9f9f9
}

.lp-thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    max-width: 900px;
    margin: 0 auto
}

.lp-thumb {
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: .2s;
    position: relative
}

.lp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lp-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.lp-thumb-more {
    background: var(--s);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.lp-thumb-more:hover {
    background: var(--p)
}

/* FULLSCREEN GALLERY MODAL */
.lp-gallery-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    z-index: 9999;
    align-items: center;
    justify-content: center
}

.lp-gallery-modal.active {
    display: flex
}

.lp-gallery-slide-wrap {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 80vh
}

.lp-gallery-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .4s;
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-gallery-slide.active {
    opacity: 1
}

.lp-gallery-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.lp-gallery-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: rgba(255, 255, 255, .9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.lp-gallery-close:hover {
    background: #fff;
    transform: scale(1.1)
}

.lp-gallery-prev,
.lp-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .9);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.lp-gallery-prev:hover,
.lp-gallery-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1)
}

.lp-gallery-prev {
    left: 30px
}

.lp-gallery-next {
    right: 30px
}

.lp-gallery-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .9);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1rem
}

@media(max-width:768px) {
    .lp-thumbs {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .lp-gallery-prev {
        left: 10px
    }

    .lp-gallery-next {
        right: 10px
    }
}

/* ROOM CARD ACTIONS - 2 BUTTONS */
.room-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px
}

.room-btn-secondary,
.room-btn-primary {
    flex: 1;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: .9rem;
    transition: .2s;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: block
}

.room-btn-secondary {
    background: #fff;
    color: var(--s);
    border: 2px solid var(--s)
}

.room-btn-secondary:hover {
    background: var(--s);
    color: #fff
}

.room-btn-primary {
    background: var(--s);
    color: #fff;
    border: 2px solid var(--s)
}

.room-btn-primary:hover {
    background: var(--p);
    border-color: var(--p);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

@media(max-width:768px) {
    .room-actions {
        flex-direction: column
    }
}

/* FIX ROOM CARD ALIGNMENT - equal heights */
.room-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.room-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

.room-info {
    display: flex;
    flex-direction: column;
    flex: 1
}

.room-feats {
    margin-bottom: auto
}

.room-price {
    margin-top: auto;
    padding-top: 12px
}

.room-actions {
    margin-top: 16px
}

@media(max-width:1024px) {
    .room-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:640px) {
    .room-grid {
        grid-template-columns: 1fr
    }
}

/* PIRTS & KUBLS SECTION */
.pirts-section {
    padding: 80px 0;
    background: #f8fafb
}

.pirts-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center
}

.pirts-gallery {}

.pirts-main {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    margin-bottom: 16px
}

.pirts-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.pirts-main:hover img {
    transform: scale(1.05)
}

.pirts-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff
}

.pirts-overlay h3 {
    font-size: 2rem;
    margin-bottom: 6px
}

.pirts-overlay p {
    font-size: 1.1rem;
    opacity: .9
}

.pirts-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.pirts-thumb {
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: .2s
}

.pirts-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pirts-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.pirts-text h2 {
    font-size: 2.3rem;
    color: var(--p);
    margin-bottom: 16px
}

.pirts-text p {
    color: var(--g);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1.05rem
}

.pirts-list {
    list-style: none;
    padding: 0
}

.pirts-list li {
    padding: 8px 0;
    color: var(--d);
    font-size: 1.05rem
}

/* Pirts Modal */
.pirts-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    z-index: 9999;
    align-items: center;
    justify-content: center
}

.pirts-modal.active {
    display: flex
}

.pirts-slide-wrap {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 80vh
}

.pirts-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .4s;
    display: flex;
    align-items: center;
    justify-content: center
}

.pirts-slide.active {
    opacity: 1
}

.pirts-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.pirts-close,
.pirts-prev,
.pirts-next {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.pirts-close {
    top: 20px;
    right: 30px
}

.pirts-close:hover,
.pirts-prev:hover,
.pirts-next:hover {
    background: #fff;
    transform: scale(1.1)
}

.pirts-prev,
.pirts-next {
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem
}

.pirts-prev:hover,
.pirts-next:hover {
    transform: translateY(-50%) scale(1.1)
}

.pirts-prev {
    left: 30px
}

.pirts-next {
    right: 30px
}

@media(max-width:968px) {
    .pirts-layout {
        grid-template-columns: 1fr
    }

    .pirts-main {
        height: 350px
    }
}

@media(max-width:968px) {
    .pirts-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .pirts-images {
        order: 2
    }
}

/* BOOKING FORM ADDITIONS */
.wpbs-form-container select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    background: #fff
}

.wpbs-form-container textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    resize: vertical;
    font-family: inherit
}

/* GALLERY IMAGE TAGS */
.gal-item {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.gal-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: .85rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: .3s
}

.gal-item:hover .gal-tag {
    opacity: 1
}

/* LIGHTBOX TITLE & DESCRIPTION */
.lb-info {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    max-width: 700px;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    padding: 16px 24px;
    border-radius: 12px;
    backdrop-filter: blur(10px)
}

.lb-info h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .8)
}

.lb-info p {
    font-size: 1.05rem;
    opacity: 1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .8);
    color: #eee
}

.lb-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .9);
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1rem
}

/* PHONE INPUT STYLING */



/* ===== GALLERY PAGE ===== */

/* GALLERY GRID */
.gal-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 60px 0
}

.gal-item-new {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s
}

.gal-item-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.gal-item-new:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.gal-item-new:hover img {
    transform: scale(1.1)
}

/* LIGHTBOX MODAL */
.lb-new {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    z-index: 99999;
    align-items: center;
    justify-content: center
}

.lb-new.active {
    display: flex
}

.lb-new-img-wrap {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.lb-new-img-wrap img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px
}

.lb-new-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: rgba(255, 255, 255, .95);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 100;
    line-height: 1;
    font-weight: 300;
    transition: .2s
}

.lb-new-close:hover {
    background: #fff;
    transform: scale(1.1)
}

.lb-new-prev,
.lb-new-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .95);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 3rem;
    cursor: pointer;
    z-index: 100;
    line-height: 1;
    font-weight: 300;
    transition: .2s
}

.lb-new-prev {
    left: 30px
}

.lb-new-next {
    right: 30px
}

.lb-new-prev:hover,
.lb-new-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1)
}

.lb-new-info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0, 0, 0, .8);
    padding: 20px 40px;
    border-radius: 16px;
    backdrop-filter: blur(15px);
    z-index: 100
}

.lb-new-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5)
}

.lb-new-desc {
    color: #eee;
    font-size: 1.2rem;
    margin-bottom: 12px
}

.lb-new-counter {
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px
}

@media(max-width:1024px) {
    .gal-grid-new {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:768px) {
    .gal-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .lb-new-prev {
        left: 10px
    }

    .lb-new-next {
        right: 10px
    }
}


/* ===== GALLERY PAGE ===== */
/* GALLERY GRID */
.gal-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 60px 0
}

.gal-item-new {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s
}

.gal-item-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.gal-item-new:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.gal-item-new:hover img {
    transform: scale(1.1)
}

/* LIGHTBOX MODAL */
.lb-new {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    z-index: 99999;
    align-items: center;
    justify-content: center
}

.lb-new.active {
    display: flex
}

.lb-new-img-wrap {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.lb-new-img-wrap img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px
}

.lb-new-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: rgba(255, 255, 255, .95);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 100;
    line-height: 1;
    font-weight: 300;
    transition: .2s
}

.lb-new-close:hover {
    background: #fff;
    transform: scale(1.1)
}

.lb-new-prev,
.lb-new-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .95);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 3rem;
    cursor: pointer;
    z-index: 100;
    line-height: 1;
    font-weight: 300;
    transition: .2s
}

.lb-new-prev {
    left: 30px
}

.lb-new-next {
    right: 30px
}

.lb-new-prev:hover,
.lb-new-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1)
}

.lb-new-info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0, 0, 0, .8);
    padding: 20px 40px;
    border-radius: 16px;
    backdrop-filter: blur(15px);
    z-index: 100
}

.lb-new-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5)
}

.lb-new-desc {
    color: #eee;
    font-size: 1.2rem;
    margin-bottom: 12px
}

.lb-new-counter {
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px
}

@media(max-width:1024px) {
    .gal-grid-new {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:768px) {
    .gal-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .lb-new-prev {
        left: 10px
    }

    .lb-new-next {
        right: 10px
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.w-100 {
    display: block;
    width: 100%;
}

#redirectBtn {
    text-decoration: none;
}