.elementor-31795 .elementor-element.elementor-element-caf4270{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31795 .elementor-element.elementor-element-caf4270.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-31795 .elementor-element.elementor-element-caf4270{--width:106.122%;}}/* Start custom CSS for html, class: .elementor-element-6bedef7 */:root {
    --bg: #08193f;
    --panel: #0e2352;
    --panel2: #14306b;
    --line: rgba(130, 168, 240, .2);
    --blue: #2f6bff;
    --blue-300: #8fb6ff;
    --gold: #cda85f;
    --gold-lt: #ecd699;
    --gold-dk: #b0893f;
    --gold-glow: rgba(205, 168, 95, .30);
    --ink: #eef3ff;
    --muted: #a6b8da;
    --muted2: #7186ab;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}


html {
    scroll-behavior: smooth
}

body {
    font-family: 'Manrope', system-ui, sans-serif;
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}



input[type=checkbox]:checked:before {
  position: relative!important;  
      width: 5px!important;
    height: 5px!important;
}
.wpcf7-list-item-label {
    color: #d1d1d1;
    font-size: 12px!important;
}
.wpcf7-response-output {
    text-align: center;
}

.iti-flag {
    display: none !important;
}

.serif {
    color: white !important;
}

.country-name {
    color: black;
}

.wpcf7-form-control-wrap input {
    background: rgba(5, 12, 28, .7) !important;
    border: 1px solid var(--line) !important;
}

.wpcf7-form input[type=submit] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #20160a;
    cursor: pointer;
    border: 0;
    padding: 15px 30px !important;
    border-radius: 100px !important;
    background: linear-gradient(180deg, #f4e3ba 0%, #e0c079 42%, #c9a352 100%);
    box-shadow: 0 10px 26px var(--gold-glow), inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -1px 0 rgba(120, 85, 20, .35);
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.top .row {
    display: grid !important;
    justify-content: space-between !important;
    align-items: center !important;
    grid-auto-flow: column !important;
}

/*.wpcf7-submit.my-custom-btn {*/
/*    position: relative;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 10px!important;*/
/*    font-family: inherit;*/
/*    font-weight: 700;*/
/*    font-size: 12.5px;*/
/*    letter-spacing: .14em;*/
/*    text-transform: uppercase;*/
/*    color: #20160a;*/
/*    cursor: pointer;*/
/*    border: 0;*/
/*    padding: 30px 30px;*/
/*    border-radius: 50px;*/
/*    background: linear-gradient(180deg, #f4e3ba 0%, #e0c079 42%, #c9a352 100%);*/
/*    box-shadow: 0 10px 26px var(--gold-glow), inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -1px 0 rgba(120, 85, 20, .35);*/
/*    overflow: hidden;*/
/*    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;*/
/*}*/

/*.wpcf7-submit.my-custom-btn::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -60%;*/
/*    width: 45%;*/
/*    height: 100%;*/
/*    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);*/
/*    transform: skewX(-18deg);*/
/*    transition: left .6s ease*/
/*}*/

/*.wpcf7-submit.my-custom-btn:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 16px 40px rgba(205, 168, 95, .42), inset 0 1px 0 rgba(255, 255, 255, .6);*/
/*    filter: saturate(1.05)*/
/*}*/

/*.wpcf7-submit.my-custom-btn:hover::before {*/
/*    left: 120%*/
/*}*/

.it {
    margin-left: 10px;
    margin-right: 10px
}

.sep {
    margin-left: 10px;
    margin-right: 10px
}

.serif {
    font-family: 'Playfair Display', Georgia, serif
}

.topbar {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 26px
}

a {
    text-decoration: none;
    color: inherit
}

img {
    display: block
}

/* ===== refined gold button ===== */
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #20160a;
    cursor: pointer;
    border: 0;
    padding: 15px 30px;
    border-radius: 100px;
    background: linear-gradient(180deg, #f4e3ba 0%, #e0c079 42%, #c9a352 100%);
    box-shadow: 0 10px 26px var(--gold-glow), inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -1px 0 rgba(120, 85, 20, .35);
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 45%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
    transform: skewX(-18deg);
    transition: left .6s ease
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(205, 168, 95, .42), inset 0 1px 0 rgba(255, 255, 255, .6);
    filter: saturate(1.05)
}

.btn:hover::before {
    left: 120%
}

.btn .arw {
    transition: transform .22s ease
}

.btn:hover .arw {
    transform: translateX(4px)
}

.btn.lg {
    font-size: 13.5px;
    padding: 17px 36px
}

.btn.ghost {
    background: transparent;
    color: var(--gold-lt);
    border: 1px solid rgba(205, 168, 95, .55);
    box-shadow: none
}

.btn.ghost:hover {
    background: rgba(205, 168, 95, .1);
    box-shadow: none
}

.btn.ghost::before {
    display: none
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--gold)
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 1.5px;
    background: linear-gradient(90deg, var(--gold), transparent)
}

.loc {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold-lt);
    border: 1px solid rgba(205, 168, 95, .4);
    background: rgba(205, 168, 95, .08);
    padding: 8px 15px;
    border-radius: 100px
}

.loc .pin {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold-lt);
    box-shadow: 0 0 0 3px rgba(205, 168, 95, .22)
}

/* ===== logo ===== */
.logo {
    display: flex;
    align-items: center
}

.logo img {
    height: 64px;
    width: auto;
    display: block
}

.top .row {
    height: 94px
}

.foot .logo img {
    height: 76px
}

.navlink {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--muted);
    transition: .2s
}

.navlink:hover {
    color: var(--gold-lt)
}

@media(max-width:680px) {
    .navlink {
        display: none
    }

    .register-popup__close {
        margin-right: 20px;
    }

    .booking-form {
        max-width: 270px;
    }
}


/* social icons */
.socials {
    display: flex;
    gap: 10px
}

.socials a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s
}

.socials a svg {
    width: 18px;
    height: 18px;
    fill: var(--muted)
}

.socials a:hover {
    border-color: var(--gold);
    background: rgba(205, 168, 95, .1)
}

.socials a:hover svg {
    fill: var(--gold-lt)
}

.err {
    display: none;
    color: #ff9b9b;
    font-size: 12px;
    margin-top: -4px
}

.formcard input.bad {
    border-color: #e2506a;
    box-shadow: 0 0 0 3px rgba(226, 80, 106, .18)
}

/* self-contained phone field */
.phone-row {
    display: flex;
    gap: 8px
}

.calendar {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.trash-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.phone-row select {
    flex: 0 0 118px;
    background: rgba(5, 12, 28, .7);
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--ink);
    font-size: 14px;
    font-family: inherit;
    padding: 0 8px;
    cursor: pointer;
    transition: .2s
}

.phone-row select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(205, 168, 95, .16)
}

.phone-row input {
    flex: 1
}

/* trast bar */
.trast {
    border-bottom: 1px solid var(--line);
    background: rgba(10, 23, 49, .35);
}

.trast .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 30px;
    padding: 20px 0
}

.trast .it {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted)
}

.trast .it b {
    color: var(--gold-lt);
    font-weight: 800
}

.trast .it .st {
    color: var(--gold);
    font-size: 15px
}

.trast .sep {
    width: 1px;
    height: 20px;
    background: var(--line)
}

@media(max-width:680px) {
    .trast .sep {
        display: none
    }

    .calendar {
        display: block;
        padding: 10px 26px;
    }

    .trash-list {
        display: block;
        padding: 25px 10px;
    }

    .showcase {
        padding: 52px 26px;
    }

    .loc .pin {
        width: 9px;
    }

    .loc {
        gap: 22px;
    }

    .wa {
        display: none !important;
    }

    .top {
        padding: 0px 0;
    }
}

.wa {
    display: none !important;

}

/* ===== top bar ===== */
.top {
    padding: 10px 0;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    backdrop-filter: blur(12px);
    background: rgba(9, 23, 58, .5);
    border-bottom: 1px solid transparent;
    transition: .3s
}

.top.solid {
    background: rgba(9, 23, 58, .92);
    border-bottom: 1px solid var(--line)
}

.top .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px
}

.top .right {
    display: flex;
    align-items: center;
    gap: 15px
}

.top .btn {
    padding: 11px 22px;
    font-size: 11px;
    letter-spacing: .12em
}

.top .loc {
    font-size: 11px;
    padding: 7px 13px
}

@media(max-width:680px) {
    .top .loc {
        display: none
    }

    .formcard {
        max-width: 325px;
    }

    .who {
        display: none !important;
    }

    .elementor iframe {
        max-width: 230px !important;
    }

    .top .row {
        height: 85px;
    }
}

/* ===== hero ===== */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 112px 0 60px;
    overflow: hidden
}

.hero .bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero .veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 17, 45, .94) 0%, rgba(6, 17, 45, .7) 34%, rgba(6, 17, 45, .3) 70%, rgba(6, 17, 45, .15) 100%),
        linear-gradient(180deg, rgba(6, 17, 45, .45) 0%, transparent 22%, transparent 55%, rgba(8, 25, 63, .94)),
        radial-gradient(55% 60% at 12% 30%, rgba(47, 107, 255, .1), transparent 60%)
}

.hero .grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 56px;
    align-items: center
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(40px, 5.6vw, 66px);
    line-height: 1.04;
    letter-spacing: -.015em;
    margin: 20px 0 18px;
    max-width: 13ch;
    color: white !important
}

.hero h1 em {
    font-style: italic;
    color: var(--gold-lt)
}

.hero .sub {
    font-size: clamp(16px, 1.7vw, 19px);
    color: #cfdcf6;
    max-width: 520px
}

.dualine {
    margin-top: 20px;
    font-size: 15.5px;
    font-weight: 600
}

.dualine u {
    text-decoration: none;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 1px
}

.dualine .c {
    color: var(--gold-lt)
}

.ticks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 24px
}

.ticks span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600
}

.ticks span::before {
    content: "✦";
    color: var(--gold);
    font-weight: 800
}

.formcard {
    background: linear-gradient(180deg, rgba(13, 31, 66, .94), rgba(8, 18, 40, .96));
    border: 1px solid var(--line);
    border-top: 2px solid var(--gold);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, .55)
}

.formcard h3 {
    font-size: 21px;
    font-weight: 800;
    color: white !important;
}

.formcard .cap {
    color: var(--gold-lt);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    margin-top: 6px;
    text-transform: uppercase
}

.formcard form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.formcard label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--muted2);
    margin-bottom: -6px
}

.formcard input {
    width: 100%;
    background: rgba(5, 12, 28, .7);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 15px;
    color: var(--ink);
    font-size: 15px;
    font-family: inherit;
    transition: .2s
}

.formcard input::placeholder {
    color: var(--muted2)
}

.formcard input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(205, 168, 95, .16)
}

.formcard .btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px
}

.formcard .fine {
    margin-top: 12px;
    font-size: 12px;
    color: var(--muted2);
    text-align: center
}

.ok {
    display: none;
    text-align: center;
    padding: 26px 6px
}

.ok .ico {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-lt), var(--gold-dk));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 26px;
    color: #20160a
}

.ok h4 {
    font-size: 19px;
    font-weight: 800
}

.ok p {
    color: var(--muted);
    font-size: 14px;
    margin-top: 6px
}

@media(max-width:880px) {
    .hero .grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .hero {
        min-height: auto
    }
}

/* ===== full-width photo band ===== */
.showcase {
    position: relative;
    height: 520px;
    display: flex;
    align-items: flex-end;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden
}

.showcase img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.18) contrast(1.03)
}

.showcase .veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 22, 58, .82) 22%, rgba(8, 22, 58, .28) 66%, transparent), linear-gradient(0deg, rgba(8, 22, 58, .72), transparent 52%)
}

.showcase .in {
    position: relative;
    z-index: 2;
    padding: 52px 0
}

.showcase h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
    margin: 16px 0 12px;
    max-width: 16ch;
    color: white !important;
}

.showcase p {
    color: #cfdcf6;
    font-size: 16px;
    max-width: 440px
}

@media(max-width:640px) {
    .showcase {
        height: 460px
    }
}

/* ===== stats ===== */
.strip {
    border-bottom: 1px solid var(--line);
    background: rgba(10, 23, 49, .4)
}

.strip .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.strip .cell {
    padding: 34px 22px;
    text-align: center;
    border-right: 1px solid var(--line)
}

.strip .cell:last-child {
    border-right: 0
}

.strip .big {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--gold-lt);
    line-height: 1
}

.strip .cell p {
    margin-top: 8px;
    font-size: 12.5px;
    color: var(--muted)
}

@media(max-width:680px) {
    .strip .row {
        grid-template-columns: 1fr 1fr
    }

    .strip .cell:nth-child(2) {
        border-right: 0
    }

    .strip .cell:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }
}

.band {
    padding: 92px 0
}

.head {
    max-width: 680px;
    margin: 0 auto 46px;
    text-align: center
}

.head h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.12;
    margin: 14px 0 12px;
    color: white !important;
}

.head p {
    color: var(--muted);
    font-size: 16px
}

/* event gallery */
.egal {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 230px;
    gap: 14px
}

.egal figure {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--line)
}

.egal figure.tall {
    grid-row: span 2
}

.egal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.egal figure:hover img {
    transform: scale(1.04)
}

.egal figcaption {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    font-size: 12px;
    font-weight: 700;
    color: var(--gold-lt);
    background: rgba(9, 23, 58, .6);
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid rgba(205, 168, 95, .3)
}

@media(max-width:820px) {
    .egal {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 200px
    }

    .egal figure.tall {
        grid-row: auto
    }
}

@media(max-width:520px) {
    .egal {
        grid-template-columns: 1fr
    }
}

/* founder */
.founder {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 48px;
    align-items: center
}

.founder .pic {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-bottom: 2px solid var(--gold);
    aspect-ratio: 1/1
}

.founder .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.founder blockquote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(21px, 2.5vw, 30px);
    line-height: 1.3;
    font-weight: 500
}

.founder .who {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 14px
}

.founder .who .d {
    width: 36px;
    height: 1.5px;
    background: var(--gold)
}

.founder .who b {
    font-weight: 700
}

.founder .who span {
    color: var(--gold-lt);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    display: block;
    margin-top: 2px
}

@media(max-width:820px) {
    .founder {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .founder .pic {
        max-width: 320px
    }
}

/* partner */
.partner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 44px;
    align-items: center
}

.partner .pic {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line)
}

.partner .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.partner h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.14;
    margin-bottom: 14px;
    color: white !important;
}

.partner p {
    color: var(--muted);
    font-size: 15.5px;
    margin-bottom: 14px
}

.partner .rank {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--gold-lt);
    font-weight: 700;
    border: 1px solid rgba(205, 168, 95, .35);
    padding: 9px 15px;
    border-radius: 100px
}

@media(max-width:820px) {
    .partner {
        grid-template-columns: 1fr;
        gap: 24px
    }
}

/* award */
.award .awimg {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto
}

.award figure {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-bottom: 2px solid var(--gold);
    height: 360px
}

.award figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media(max-width:640px) {
    .award .awimg {
        grid-template-columns: 1fr
    }

    .award figure {
        height: 300px
    }
}

/* dubai gallery */
.gal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 270px;
    gap: 14px
}

.gal .ph {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: radial-gradient(130% 130% at 15% 0%, #123a80, #0a1b3e)
}

.gal .ph.wide {
    grid-column: span 2
}

.gal .ph img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gal .cap {
    position: absolute;
    z-index: 2;
    left: 14px;
    bottom: 13px;
    font-size: 12px;
    font-weight: 700;
    color: var(--gold-lt);
    background: rgba(9, 23, 58, .6);
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid rgba(205, 168, 95, .3)
}

@media(max-width:820px) {
    .gal {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 190px
    }
}

@media(max-width:520px) {
    .gal {
        grid-template-columns: 1fr
    }

    .gal .ph.wide {
        grid-column: auto
    }
}

/* location */
.loc2 .lg2 {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 16px
}

.loc2 .photo {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--line);
    min-height: 420px;
    display: flex;
    align-items: flex-end
}

.loc2 .photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.loc2 .photo .veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9, 23, 58, .9), transparent 55%)
}

.loc2 .photo .in {
    position: relative;
    z-index: 2;
    padding: 32px
}

.loc2 .photo h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px
}

.loc2 .photo p {
    color: #cfdcf6;
    font-size: 14px
}

.loc2 .side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.loc2 .venue {
    border: 1px solid var(--line);
    border-top: 2px solid var(--gold);
    border-radius: 20px;
    padding: 24px;
    background: linear-gradient(180deg, var(--panel), rgba(10, 23, 49, .4))
}

.loc2 .venue .k {
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 800
}

.loc2 .venue b {
    display: block;
    font-size: 18px;
    margin: 6px 0 4px
}

.loc2 .venue p {
    color: var(--muted);
    font-size: 13.5px
}

.loc2 .venue .btn {
    margin-top: 16px
}

.loc2 .map {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    flex: 1;
    min-height: 220px
}

.loc2 .map iframe {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border: 0;
    filter: grayscale(.2) brightness(.9) contrast(1.05)
}

@media(max-width:820px) {
    .loc2 .lg2 {
        grid-template-columns: 1fr
    }
}

/* final */
.final {
    padding: 104px 0;
    text-align: center;
    background: radial-gradient(80% 130% at 50% 0%, rgba(205, 168, 95, .13), transparent 62%)
}

.final h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.1
}

.final p {
    color: var(--muted);
    margin: 18px auto 32px;
    max-width: 500px;
    font-size: 17px
}

.foot {
    border-top: 1px solid var(--line);
    padding: 44px 0 60px
}

.foot .g {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center
}

.foot .contact {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.foot .contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--line);
    padding: 10px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    transition: .2s;
    color: white !important;
}

.foot .contact a:hover {
    border-color: var(--gold);
    color: var(--gold-lt)
}

.foot .fine {
    margin-top: 26px;
    color: var(--muted2);
    font-size: 12px;
    text-align: center
}

/* ===== tech touches ===== */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s cubic-bezier(.2, .6, .2, 1), transform .7s cubic-bezier(.2, .6, .2, 1)
}

.reveal.in {
    color: white !important;
    opacity: 1;
    transform: none
}

@media(prefers-reduced-motion:reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }
}

/* countdown bar */
.count {
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(20, 48, 107, .5), rgba(14, 35, 82, .3))
}

.count .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px 26px;
    padding: 22px 0;
    flex-wrap: wrap
}

.count .lab {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold)
}

.count .clock {
    display: flex;
    gap: 12px
}

.count .u {
    min-width: 64px;
    text-align: center
}

.count .u b {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1
}

.count .u span {
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 6px;
    display: block
}

/* whatsapp fab */
.wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(37, 211, 102, .4);
    transition: transform .2s
}

.wa:hover {
    transform: translateY(-3px) scale(1.05)
}

.wa svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.wa .ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    opacity: .5;
    animation: ping 2.4s cubic-bezier(0, 0, .2, 1) infinite;
    z-index: -1
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: .5
    }

    70%,
    100% {
        transform: scale(1.9);
        opacity: 0
    }
}

@media(max-width:560px) {
    .wa {
        width: 52px;
        height: 52px;
        right: 16px;
        bottom: 16px
    }

    .wa svg {
        width: 27px;
        height: 27px
    }
}

/* sticky mobile CTA */
.mbar {
    display: none
}

@media(max-width:760px) {
    .mbar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 55;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 14px;
        padding-right: 80px;
        background: rgba(8, 22, 54, .96);
        backdrop-filter: blur(10px);
        border-top: 1px solid var(--line)
    }

    .mbar .t {
        font-size: 12px;
        font-weight: 700;
        color: var(--ink)
    }

    .mbar .t span {
        display: block;
        font-size: 10.5px;
        color: var(--gold-lt);
        letter-spacing: .1em;
        text-transform: uppercase
    }

    .mbar .btn {
        padding: 12px 20px;
        font-size: 12px
    }

    .wa {
        bottom: 74px
    }
}

/* modal (exit-intent) */
.modal {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(4, 10, 23, .75);
    backdrop-filter: blur(6px)
}

.modal.on {
    display: flex;
    animation: fade .3s ease
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modal .box {
    max-width: 460px;
    width: 100%;
    background: linear-gradient(180deg, var(--panel2), var(--panel));
    border: 1px solid var(--line);
    border-top: 2px solid var(--gold);
    border-radius: 22px;
    padding: 34px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .6)
}

.modal .x {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 22px;
    color: var(--muted2);
    cursor: pointer;
    line-height: 1;
    background: none;
    border: 0
}

.modal .box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.modal .box p {
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 22px
}

.modal .box .btn {
    width: 100%;
    justify-content: center
}

/* lightbox */
.lb {
    position: fixed;
    inset: 0;
    z-index: 75;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: rgba(4, 10, 23, .92);
    cursor: zoom-out
}

.lb.on {
    display: flex;
    animation: fade .25s ease
}

.lb img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 14px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .7)
}

.gal .ph img {
    cursor: zoom-in
}

/* ===== Register now popup ===== */

.register-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(5, 12, 28, .78);
    backdrop-filter: blur(8px);
}

.register-popup.is-open {
    display: flex;
}

.register-popup__box {
    position: relative;
    width: auto;
    max-width: 560px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
}

.register-popup__box .formcard {
    margin: 0;
}

.register-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    color: var(--ink);
    background: rgba(5, 12, 28, .75);
}

@media(max-width: 680px) {
    .register-popup {
        padding: 14px;
    }

    .register-popup__box {
        max-height: calc(100vh - 28px);
        overflow-y: initial;
    }
    
}

.floating-buttons {
    position: fixed;
    right: 15px;
    bottom: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;

    z-index: 99999;
}

/* WhatsApp */
.whatsapp-button {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25D366;
    border-radius: 11px;

    text-decoration: none;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.whatsapp-button svg {
    width: 31px;
    height: 31px;
}

.whatsapp-button:hover {
    transform: scale(1.08);

    box-shadow:
        0 5px 16px rgba(0, 0, 0, 0.3),
        0 0 0 3px rgba(37, 211, 102, 0.15);
}

/* Кнопка наверх */
.top-button {
    width: 48px;
    height: 48px;

    border: none;
    border-radius: 11px;

    background: #f0f1f5;
    color: #111827;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.top-button span {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;

    transform: translateY(2px);
}

.top-button:hover {
    background: #ffffff;
    transform: translateY(-2px);
}

/* Мобильная версия */
@media (max-width: 600px) {

    .floating-buttons {
        right: 10px;
        bottom: 10px;
        gap: 5px;
    }

    .whatsapp-button,
    .top-button {
        width: 46px;
        height: 46px;
    }

    .whatsapp-button svg {
        width: 29px;
        height: 29px;
    }
}

.ht-ctc {
    display: none !important;
}

.backtop {
    display: none !important;
}/* End custom CSS */