.elementor-326 .elementor-element.elementor-element-4f22138{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c9fe95e *//* ============================================ */
/* RESET */
/* ============================================ */
html, body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.elementor-page,
body.page,
body.home {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.site,
.site-content,
.elementor,
.elementor-location-header,
.elementor-section-wrap,
.elementor-top-section,
.e-con,
.e-parent,
.e-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.elementor-326 .elementor-element.elementor-element-c9fe95e {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.elementor-326 .elementor-element.elementor-element-c9fe95e .elementor-widget-container,
.elementor-326 .elementor-element.elementor-element-c9fe95e .elementor-container,
.elementor-326 .elementor-element.elementor-element-c9fe95e .elementor-element,
.elementor-326 .elementor-element.elementor-element-c9fe95e .e-con,
.elementor-326 .elementor-element.elementor-element-c9fe95e .e-con-inner {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}

@media (max-width: 767px) {
    .lr-hero__bottom-bar {
        display: none !important;
    }

    .lr-hero__content {
        padding-bottom: 40px !important;
    }
}

/* ============================================ */
/* HEADER */
/* ============================================ */
.lr-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(8, 37, 63, 0.34);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

.lr-header.is-scrolled {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

.lr-header__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 36px;
    height: 92px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.lr-logo {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    line-height: 1;
    flex-shrink: 0;
}

.lr-logo__main {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    transition: color 0.35s ease;
}

.lr-logo__sub {
    margin-top: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #f5b633;
    transition: color 0.35s ease;
}

.lr-logo__stars {
    color: #f5b633;
}

.lr-header.is-scrolled .lr-logo__main {
    color: #174a8b;
}

.lr-header.is-scrolled .lr-logo__sub {
    color: #d8a11f;
}

.lr-nav--desktop {
    flex: 1 1 auto;
    min-width: 0;
}

.lr-nav__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin: 0;
    padding: 0;
}

.lr-nav__link {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.3s ease;
}

.lr-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: #f5b633;
    transition: width 0.3s ease;
}

.lr-nav__link:hover,
.lr-nav__link.is-active {
    color: #f5b633;
}

.lr-nav__link:hover::after,
.lr-nav__link.is-active::after {
    width: 32px;
}

.lr-header.is-scrolled .lr-nav__link {
    color: rgba(35, 45, 60, 0.80);
}

.lr-header.is-scrolled .lr-nav__link:hover,
.lr-header.is-scrolled .lr-nav__link.is-active {
    color: #174a8b;
}

.lr-header.is-scrolled .lr-nav__link::after {
    background: #1c7df0;
}

.lr-header__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.lr-header__separator {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.35);
    display: block;
}

.lr-header.is-scrolled .lr-header__separator {
    background: rgba(23, 74, 139, 0.18);
}

.lr-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 50px;
    padding: 0 24px;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    background: #f7b622;
    box-shadow: 0 8px 20px rgba(247, 182, 34, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lr-book-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(247, 182, 34, 0.35);
}

.lr-lang {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.35s ease;
}

.lr-header.is-scrolled .lr-lang {
    color: rgba(35, 45, 60, 0.72);
}

/* ============================================ */
/* MOBILE MENU */
/* ============================================ */
.lr-mobile-nav {
    display: none;
    position: relative;
    margin-left: auto;
}

.lr-mobile-toggle {
    display: none;
}

.lr-mobile-button {
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 10001;
}

.lr-mobile-button span {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.lr-header.is-scrolled .lr-mobile-button span {
    background: #174a8b;
}

.lr-mobile-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(290px, calc(100vw - 32px));
    padding: 16px 18px;
    border-radius: 16px;
    background: rgba(10, 28, 44, 0.90);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.lr-mobile-toggle:checked + .lr-mobile-button + .lr-mobile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.lr-mobile-toggle:checked + .lr-mobile-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.lr-mobile-toggle:checked + .lr-mobile-button span:nth-child(2) {
    opacity: 0;
}

.lr-mobile-toggle:checked + .lr-mobile-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.lr-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lr-mobile-menu li {
    margin: 0;
    padding: 0;
}

.lr-mobile-menu a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.lr-mobile-menu li:last-child a {
    border-bottom: none;
}

.lr-mobile-menu__book {
    color: #f5b633 !important;
}

/* ============================================ */
/* HERO */
/* ============================================ */
.lr-hero {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e2030;
}

.lr-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lr-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1.03);
    filter: blur(2px);
}

.lr-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(7, 24, 39, 0.34) 0%, rgba(7, 24, 39, 0.42) 100%),
        linear-gradient(90deg, rgba(6, 18, 29, 0.20) 0%, rgba(6, 18, 29, 0.10) 100%);
}

.lr-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 140px 24px 170px;
    text-align: center;
}

.lr-hero__tagline {
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #f5b633;
}

.lr-hero__welcome {
    margin: 0 0 8px;
    font-family: "Playfair Display", serif;
    font-size: 64px;
    line-height: 1;
    color: #ffffff;
}

.lr-hero__title {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 0.92;
}

.lr-hero__title-line {
    font-family: "Playfair Display", serif;
    font-size: clamp(60px, 9vw, 132px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
}

.lr-hero__title-line--gold {
    color: #f5b633;
}

.lr-hero__subtitle {
    max-width: 860px;
    margin: 26px auto 0;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.lr-hero__buttons {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.lr-btn {
    min-height: 58px;
    padding: 0 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.lr-btn--primary {
    background: #f7b622;
    color: #151515;
    box-shadow: 0 10px 24px rgba(247, 182, 34, 0.25);
}

.lr-btn--primary:hover {
    transform: translateY(-2px);
}

.lr-btn--secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lr-btn--secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

.lr-hero__bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    min-height: 92px;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 20px;
    background: rgba(10, 14, 20, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.lr-hero__stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.lr-hero__icon {
    color: #f5b633;
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
}

/* ============================================ */
/* RESPONSIVE */
/* ============================================ */
@media (max-width: 1200px) {
    .lr-header__inner {
        padding: 0 24px;
        gap: 18px;
    }

    .lr-nav__list {
        gap: 22px;
    }

    .lr-nav__link {
        font-size: 13px;
    }

    .lr-hero__welcome {
        font-size: 52px;
    }

    .lr-hero__subtitle {
        font-size: 19px;
    }
}

@media (max-width: 1024px) {
    .lr-nav--desktop,
    .lr-header__actions {
        display: none;
    }

    .lr-mobile-nav {
        display: block;
    }

    .lr-header__inner {
        height: 82px;
    }

    .lr-hero__content {
        padding: 130px 20px 160px;
    }

    .lr-hero__tagline {
        font-size: 15px;
        letter-spacing: 6px;
    }

    .lr-hero__welcome {
        font-size: 42px;
    }

    .lr-hero__subtitle {
        font-size: 17px;
    }

    .lr-hero__bottom-bar {
        grid-template-columns: 1fr 1fr;
        padding: 18px 20px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .lr-header__inner {
        padding: 0 18px;
        height: 76px;
    }

    .lr-logo__main {
        font-size: 18px;
    }

    .lr-logo__sub {
        margin-top: 6px;
        font-size: 10px;
        letter-spacing: 3px;
    }

    .lr-hero {
        min-height: 100svh;
        height: 100svh;
    }

    .lr-hero__bg img {
        transform: scale(1.05);
        filter: blur(1px);
    }

    .lr-hero__content {
        padding: 120px 18px 176px;
    }

    .lr-hero__tagline {
        font-size: 13px;
        letter-spacing: 4px;
        margin-bottom: 14px;
    }

    .lr-hero__welcome {
        font-size: 34px;
    }

    .lr-hero__subtitle {
        font-size: 15px;
        line-height: 1.6;
        margin-top: 20px;
    }

    .lr-hero__buttons {
        flex-direction: column;
        gap: 14px;
    }

    .lr-btn {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .lr-hero__bottom-bar {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px 16px;
    }

    .lr-hero__stat {
        justify-content: flex-start;
        font-size: 14px;
    }
}/* End custom CSS */