.agh-trek-hero-slider {
    box-sizing: border-box;
    position: relative;
    left: auto;
    width: 100vw;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    font-family: inherit;
}

.agh-aankhu-site-header {
    box-sizing: border-box;
    left: auto;
    width: 100%;
    font-family: inherit;
}

.wp-site-blocks .agh-aankhu-site-header,
.wp-site-blocks .agh-trek-hero-slider {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

body.agh-aankhu-page {
    /* overflow-x: clip; removed to fix position: sticky */
}

body.agh-aankhu-page .wp-site-blocks {
    padding-top: 32px;
}

.agh-aankhu-site-header *,
.agh-aankhu-site-header *::before,
.agh-aankhu-site-header *::after,
.agh-trek-hero-slider *,
.agh-trek-hero-slider *::before,
.agh-trek-hero-slider *::after {
    box-sizing: border-box;
}

html,
body {
    /* overflow-x: clip; removed to fix position: sticky */
}

.agh-aankhu-site-header {
    position: relative;
    z-index: 9999 !important;
    background: #e8f8fb;
    color: #121923;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

body.home .agh-aankhu-site-header,
body.front-page .agh-aankhu-site-header {
    position: sticky !important;
    top: 0 !important;
}

.agh-aankhu-site-header.is-scrolled {
    box-shadow: 0 10px 28px rgba(18, 25, 35, 0.1);
}

body.admin-bar .agh-aankhu-site-header {
    top: 32px !important;
}

@media (max-width: 782px) {
    body.admin-bar .agh-aankhu-site-header {
        top: 46px !important;
    }
}

.agh-aankhu-header__inner {
    display: flex;
    width: min(100% - 56px, 1534px);
    min-height: 96px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 0 auto;
}

.agh-aankhu-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 18px;
    color: #121923;
    text-decoration: none;
}

.agh-aankhu-brand:hover,
.agh-aankhu-brand:focus-visible {
    color: #121923;
    outline: none;
}

.agh-aankhu-logo {
    display: inline-flex;
    width: 90px;
    height: 58px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.agh-aankhu-site-header.has-logo-lockup .agh-aankhu-logo {
    width: min(364px, 32vw);
    height: 56px;
    justify-content: flex-start;
}

.agh-aankhu-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.agh-aankhu-logo__fallback {
    display: inline-flex;
    width: 82px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 4px solid #121923;
    border-radius: 999px;
    background:
        linear-gradient(135deg, transparent 35%, #f6f8f8 35% 48%, transparent 48%),
        radial-gradient(circle at 50% 50%, #f6f8f8 0 35%, #1b7f8f 36% 45%, #121923 46% 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.agh-aankhu-brand__text {
    min-width: 0;
    color: #121923;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
    overflow-wrap: normal;
    white-space: nowrap;
    text-transform: uppercase;
}

.agh-aankhu-nav {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
}

.agh-aankhu-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agh-aankhu-menu li {
    margin: 0;
    padding: 0;
}

.agh-aankhu-menu a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #000000;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
    white-space: nowrap;
}

.agh-aankhu-menu a:hover,
.agh-aankhu-menu a:focus-visible,
.agh-aankhu-menu a:active,
.agh-aankhu-menu .current-menu-item > a,
.agh-aankhu-menu .current-menu-ancestor > a,
.agh-aankhu-menu .current-menu-parent > a,
.agh-aankhu-menu .current_page_item > a,
.agh-aankhu-menu .current_page_parent > a,
.agh-aankhu-menu .current_page_ancestor > a,
.agh-aankhu-menu .current-post-type-ancestor > a,
.agh-aankhu-menu [class*="current-"] > a,
.agh-aankhu-menu li.active > a,
.agh-aankhu-menu li.is-active > a,
.agh-aankhu-menu li.current > a,
.agh-aankhu-menu a.active,
.agh-aankhu-menu a.is-active,
.agh-aankhu-menu a.current,
.agh-aankhu-menu a[aria-current="page"],
.agh-aankhu-menu a[aria-current="location"] {
    background: #121923;
    color: #ffffff;
    outline: none;
}


.agh-aankhu-actions {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.agh-aankhu-search,
.agh-aankhu-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #000000;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.agh-aankhu-search:hover,
.agh-aankhu-search:focus-visible,
.agh-aankhu-menu-toggle:hover,
.agh-aankhu-menu-toggle:focus-visible {
    background: rgba(18, 25, 35, 0.09);
    color: #000000;
    outline: none;
}

.agh-aankhu-search svg,
.agh-aankhu-menu-toggle svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.agh-aankhu-menu-toggle {
    display: none;
}

.agh-trek-hero-slider {
    min-height: 0;
    overflow: visible;
    background: #ffffff;
    color: #ffffff;
    padding: 30px 0 0;
}

.agh-ths-viewport {
    position: relative;
    width: min(100% - 56px, 1534px);
    height: var(--agh-ths-height, 600px);
    min-height: 420px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    background: #111923;
    box-shadow: 0 16px 44px rgba(18, 25, 35, 0.12);
}

.agh-ths-viewport::before,
.agh-ths-viewport::after {
    position: absolute;
    z-index: 7;
    width: 100px;
    height: 100px;
    pointer-events: none;
    content: "";
}

.agh-ths-viewport::before {
    top: 42px;
    left: 42px;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgba(255, 255, 255, 0.9);
}

.agh-ths-viewport::after {
    right: 42px;
    bottom: 42px;
    border-right: 4px solid rgba(255, 255, 255, 0.9);
    border-bottom: 4px solid rgba(255, 255, 255, 0.9);
}

.agh-ths-slide,
.agh-ths-media,
.agh-ths-overlay {
    position: absolute;
    inset: 0;
}

.agh-ths-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 700ms ease;
}

.agh-ths-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.agh-ths-picture,
.agh-ths-image,
.agh-ths-video {
    display: block;
    width: 100%;
    height: 100%;
}

.agh-ths-image,
.agh-ths-video {
    object-fit: cover;
}

.agh-ths-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    border: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.agh-ths-fallback {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, rgba(18, 25, 35, 0.4), rgba(18, 25, 35, 0.1)),
        linear-gradient(135deg, #14414a, #18202b 65%, #0b1119);
}

article.agh-ths-slide::before,
.agh-ths-slide::before,
.agh-ths-overlay {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: var(--agh-ths-overlay-opacity, 1);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.10) 100%);
    transition: opacity 180ms ease;
}

.agh-ths-content {
    position: relative;
    z-index: 6;
    display: flex;
    width: min(100% - 140px, 1220px);
    min-height: var(--agh-ths-height, 600px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 76px 0 44px;
}

.agh-ths-content-wrapper {
    position: relative;
    display: flex;
    max-width: 980px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.agh-ths-kicker {
    display: inline-flex;
    margin-bottom: 18px;
    border: 0;
    background: rgba(18, 25, 35, 0.85);
    color: #ffffff;
    padding: 7px 22px;
    font-size: clamp(14px, 1.25vw, 17px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
    border-radius: 4px;
}

.agh-ths-content h2 {
    max-width: 1060px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 3.15vw, 48px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.agh-ths-content p {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.55;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.agh-ths-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    border-radius: 4px;
    background: #ffffff;
    color: #121923;
    padding: 10px 14px 10px 24px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    transition: background-color 160ms ease, transform 160ms ease;
}

.agh-ths-button:hover,
.agh-ths-button:focus-visible {
    background: #e8f8fb;
    color: #121923;
    outline: none;
    transform: translateY(-2px);
}

.agh-ths-button-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #121923;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.agh-ths-play {
    position: absolute;
    z-index: 8;
    top: 50%;
    right: clamp(28px, 9vw, 160px);
    display: inline-flex;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(18, 25, 35, 0.38);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
    transform: translateY(-50%);
    transition: background-color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.agh-ths-play:hover,
.agh-ths-play:focus-visible {
    border-color: #ffffff;
    background: rgba(18, 25, 35, 0.78);
    color: #ffffff;
    outline: none;
    transform: translateY(-50%) scale(1.04);
}

.agh-ths-play span {
    margin-left: 4px;
    font-size: 26px;
    line-height: 1;
}

.agh-ths-controls {
    position: absolute;
    inset: 0;
    z-index: 20;
    pointer-events: none;
}

.agh-ths-arrow {
    position: absolute;
    top: 50%;
    z-index: 21;
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.72);
    cursor: pointer;
    pointer-events: auto;
    font-size: 42px;
    line-height: 1;
    transform: translateY(-50%);
    transition: background-color 160ms ease, color 160ms ease;
}

.agh-ths-arrow:hover,
.agh-ths-arrow:focus-visible {
    background: rgba(255, 255, 255, 0.26);
    color: #ffffff;
    outline: none;
}

.agh-ths-arrow-prev {
    left: 52px;
}

.agh-ths-arrow-next {
    right: 48px;
}

.agh-ths-dots {
    position: absolute;
    z-index: 9;
    right: 32px;
    bottom: 24px;
    left: 32px;
    display: none;
    justify-content: center;
    gap: 10px;
}

.agh-ths-dots button {
    display: block;
    width: 38px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    padding: 0;
}

.agh-ths-dots button.is-active {
    background: #e8f8fb;
}

@media (min-width: 1181px) and (max-width: 1450px) {
    .agh-aankhu-brand__text {
        font-size: 13px;
    }
}

@media (max-width: 1180px) {
    .agh-aankhu-brand__text {
        display: none;
    }

    .agh-aankhu-header__inner {
        gap: 20px;
    }

    .agh-aankhu-menu {
        gap: 8px;
    }

    .agh-aankhu-menu a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 15px;
    }
}

@media (max-width: 980px) {
    body.agh-aankhu-page .wp-site-blocks {
        padding-top: 20px;
    }

    .agh-aankhu-header__inner {
        min-height: 92px;
    }

    .agh-aankhu-logo {
        width: 72px;
        height: 48px;
    }

    .agh-aankhu-site-header.has-logo-lockup .agh-aankhu-logo {
        width: min(260px, 46vw);
        height: 44px;
    }


    .agh-aankhu-menu-toggle {
        display: inline-flex;
    }

    .agh-aankhu-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        border-top: 1px solid rgba(18, 25, 35, 0.08);
        background: #e8f8fb;
        box-shadow: 0 22px 42px rgba(18, 25, 35, 0.12);
    }

    .agh-aankhu-site-header.is-menu-open .agh-aankhu-nav {
        display: block;
    }

    .agh-aankhu-menu {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px;
    }

    .agh-aankhu-menu a {
        width: 100%;
        justify-content: flex-start;
        white-space: normal;
    }

    .agh-trek-hero-slider {
        padding-top: 22px;
        padding-bottom: 54px;
    }

    .agh-ths-viewport {
        height: min(var(--agh-ths-height, 600px), 560px);
    }

    .agh-ths-content {
        width: min(100% - 54px, 100%);
        min-height: min(var(--agh-ths-height, 600px), 560px);
        padding-top: 72px;
        padding-bottom: 38px;
    }

    .agh-ths-viewport::before {
        top: 28px;
        left: 28px;
        width: 72px;
        height: 72px;
    }

    .agh-ths-viewport::after {
        right: 28px;
        bottom: 28px;
        width: 72px;
        height: 72px;
    }

    .agh-ths-arrow-prev {
        left: 24px;
    }

    .agh-ths-arrow-next {
        right: 24px;
    }
}

@media (max-width: 640px) {
    body.agh-aankhu-page .wp-site-blocks {
        padding-top: 0;
    }

    .agh-aankhu-header__inner {
        width: min(100% - 24px, 1534px);
        min-height: 82px;
        gap: 12px;
    }

    .agh-aankhu-brand {
        flex: 1 1 auto;
        gap: 10px;
    }

    .agh-aankhu-logo {
        width: 54px;
        height: 38px;
    }

    .agh-aankhu-site-header.has-logo-lockup .agh-aankhu-logo {
        width: min(210px, 58vw);
        height: 36px;
    }

    .agh-aankhu-logo__fallback {
        width: 54px;
        height: 34px;
        border-width: 3px;
        font-size: 12px;
    }


    .agh-aankhu-search,
    .agh-aankhu-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .agh-aankhu-menu {
        grid-template-columns: 1fr;
    }

    .agh-trek-hero-slider {
        padding: 36px 12px 40px;
    }

    .agh-ths-viewport {
        width: 100%;
        height: min(var(--agh-ths-height, 600px), 520px);
        min-height: 430px;
        border-radius: 14px;
    }

    .agh-ths-content {
        width: min(100% - 36px, 100%);
        min-height: min(var(--agh-ths-height, 600px), 520px);
        padding-top: 84px;
        padding-bottom: 34px;
    }

    .agh-ths-kicker {
        margin-bottom: 14px;
        padding: 6px 14px;
        font-size: 13px;
    }

    .agh-ths-content h2 {
        font-size: clamp(25px, 7.8vw, 34px);
        line-height: 1.18;
    }

    .agh-ths-content p {
        font-size: 15px;
    }

    .agh-ths-button {
        min-height: 48px;
        padding: 9px 12px 9px 18px;
        font-size: 15px;
    }

    .agh-ths-button-icon {
        width: 30px;
        height: 30px;
    }

    .agh-ths-play {
        top: auto;
        right: 20px;
        bottom: 78px;
        width: 58px;
        height: 58px;
        transform: none;
    }

    .agh-ths-play:hover,
    .agh-ths-play:focus-visible {
        transform: scale(1.04);
    }

    .agh-ths-controls {
        top: auto;
        right: 0;
        bottom: 16px;
        left: 0;
        display: flex;
        height: 42px;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .agh-ths-arrow {
        position: static;
        top: auto;
        width: 42px;
        height: 42px;
        font-size: 32px;
        transform: none;
    }

    .agh-ths-arrow-prev {
        left: auto;
    }

    .agh-ths-arrow-next {
        right: auto;
    }

    .agh-ths-viewport::before,
    .agh-ths-viewport::after {
        width: 54px;
        height: 54px;
        border-width: 3px;
    }

    .agh-ths-viewport::before {
        top: 22px;
        left: 22px;
    }

    .agh-ths-viewport::after {
        right: 22px;
        bottom: 22px;
    }
}

@media (max-width: 420px) {
    .agh-ths-content {
        width: min(100% - 32px, 100%);
        padding-bottom: 30px;
    }

    .agh-ths-kicker {
        font-size: 12px;
    }

    .agh-ths-content h2 {
        font-size: clamp(23px, 7.2vw, 30px);
    }
}
