:root {
    --beesite-ink: #17202a;
    --beesite-muted: #64748b;
    --beesite-honey: #f5b82e;
    --beesite-green: #17896d;
    --beesite-sky: #2374ab;
    --beesite-surface: #f7f9fb;
}

body {
    color: var(--beesite-ink);
}

.beesite-header .main-navigation {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(17, 24, 39, .08);
    position: relative;
    z-index: 999;
}

.beesite-header .navbar {
    background: #ffffff;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
}

.beesite-header .navbar.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.beesite-main {
    margin-top: 0;
}

.beesite-brand,
.beesite-footer-brand {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    text-decoration: none;
}

.brand-mark {
    align-items: center;
    background: var(--beesite-honey);
    border-radius: 8px;
    color: #111827;
    display: inline-flex;
    font-size: 28px;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    line-height: 1;
    width: 48px;
}

.brand-name {
    color: #051c55;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
}

.beesite-header .navbar.fixed-top .brand-name,
.beesite-header .navbar .brand-name {
    color: #051c55;
}

.beesite-header.home-3 .navbar .nav-item .nav-link {
    color: #051c55;
    font-weight: 700;
}

.beesite-header.home-3 .navbar .nav-item .nav-link:hover {
    color: var(--beesite-honey);
}

.tour-area .tour-submeta {
    color: #051242;
    font-size: 14px;
    line-height: 1.3;
    margin: -2px 0 12px;
}

.tour-area .tour-submeta i {
    color: #fca702;
    margin-right: 6px;
}

.tour-area .tour-info {
    align-items: center;
    column-gap: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 45px;
    padding-bottom: 12px;
    position: relative;
}

.tour-area .tour-info > a:not(.tour-info-action),
.tour-area .tour-submeta {
    grid-column: 1;
}

.tour-area .tour-img {
    border-radius: 15px;
    display: block;
    overflow: hidden;
}

.tour-area .tour-img-link {
    display: block;
}

.tour-area .tour-img img {
    transition: transform .35s ease;
    width: 100%;
}

.tour-area .tour-item:hover .tour-img img {
    transform: scale(1.06);
}

.tour-area .tour-info-action {
    align-items: center;
    background: #fca702;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 45px;
    justify-content: center;
    justify-self: end;
    text-decoration: none;
    transition: all .35s ease;
    width: 45px;
}

.tour-area .tour-info-action:hover {
    background: #051242;
    color: #ffffff;
}

.beesite-header .top-header-right .account + .account {
    margin-left: 18px;
}

.beesite-header .navbar .header-btn .theme-btn {
    color: #ffffff;
}

.beesite-hero .hero-single::before {
    background: linear-gradient(90deg, rgba(13, 25, 38, .82), rgba(13, 25, 38, .34));
}

.beesite-hero .hero-title {
    max-width: 760px;
}

.beesite-hero .hero-content p {
    max-width: 620px;
}

.beesite-search {
    margin-top: -78px;
    position: relative;
    z-index: 2;
}

.beesite-search .search-form-wrapper {
    border: 1px solid rgba(23, 32, 42, .08);
    box-shadow: 0 22px 55px rgba(23, 32, 42, .13);
}

.beesite-search .search-btn {
    height: 58px;
    width: 100%;
}

.service-card {
    background: #ffffff;
    border: 1px solid rgba(23, 32, 42, .08);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(23, 32, 42, .08);
    display: block;
    height: 100%;
    padding: 32px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover {
    border-color: rgba(245, 184, 46, .75);
    box-shadow: 0 20px 48px rgba(23, 32, 42, .14);
    transform: translateY(-4px);
}

.service-card span {
    align-items: center;
    background: rgba(35, 116, 171, .1);
    border-radius: 8px;
    color: var(--beesite-sky);
    display: inline-flex;
    font-size: 30px;
    height: 64px;
    justify-content: center;
    margin-bottom: 24px;
    width: 64px;
}

.service-card h3,
.process-card h3 {
    color: var(--beesite-ink);
    font-size: 22px;
    margin-bottom: 10px;
}

.service-card p,
.process-card p {
    color: var(--beesite-muted);
    margin-bottom: 0;
}

.process-card {
    background: var(--beesite-surface);
    border-left: 4px solid var(--beesite-green);
    border-radius: 8px;
    height: 100%;
    padding: 28px;
}

.process-card span {
    color: var(--beesite-honey);
    display: block;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
}

.footer-area .brand-name {
    color: #ffffff;
}

.footer-area {
    background: #071c55;
}

.footer-area::after {
    display: none;
}

.quick-contact-area {
    background-color: #071c55;
    padding: 70px 0 0;
    position: relative;
}

.quick-contact-area::before {
    background: #071c55;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.quick-contact-area .container {
    position: relative;
    z-index: 1;
}

.quick-contact-area + .footer-area {
    padding-top: 70px;
}

.quick-contact-item {
    align-items: center;
    background: #fca702;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 176px;
    padding: 28px 22px 24px;
    text-align: center;
}

.quick-contact-icon {
    align-items: center;
    border: 6px solid #071c55;
    border-radius: 50%;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    margin-bottom: 22px;
    width: 60px;
}

.quick-contact-icon i {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
}

.quick-contact-body h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.quick-contact-body p,
.quick-contact-body a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 0;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.quick-contact-body a:hover {
    color: #071c55;
}

.event-pageview-area {
    background: #e9edf2;
    padding: 26px 0 70px;
}

.event-pageview-layout {
    align-items: start;
    display: grid;
    gap: 16px 30px;
    grid-template-areas:
        "main sidebar"
        "details sidebar";
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
}

.event-pageview-main {
    grid-area: main;
}

.event-pageview-details {
    grid-area: details;
}

.event-pageview-sidebar {
    grid-area: sidebar;
    position: sticky;
    top: 104px;
}

.event-pageview-main > :last-child,
.event-pageview-sidebar > :last-child,
.event-pageview-details > :last-child {
    margin-bottom: 0;
}

.event-pageview-banner,
.event-pageview-card {
    background: #ffffff;
    border: 1px solid rgba(5, 18, 66, .08);
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(5, 18, 66, .18);
    overflow: hidden;
}

.event-pageview-banner {
    margin-bottom: 16px;
}

.event-pageview-banner img {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.event-pageview-card {
    margin-bottom: 16px;
    padding: 30px 32px;
}

.event-pageview-summary {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.event-pageview-eyebrow {
    color: #fca702;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.event-pageview-summary h1 {
    color: #051242;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.event-pageview-summary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.event-pageview-summary li {
    align-items: center;
    border-bottom: 1px solid rgba(5, 18, 66, .1);
    color: #374151;
    display: flex;
    font-size: 15px;
    gap: 16px;
    line-height: 1.35;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.event-pageview-summary li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.event-pageview-summary li span {
    display: block;
}

.event-pageview-summary li strong {
    color: #051242;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.event-pageview-summary li i {
    align-items: center;
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    margin-top: 0;
    position: relative;
    width: 32px;
}

.event-pageview-summary li i:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.event-pageview-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    padding-top: 10px;
}

.event-pageview-actions a {
    align-items: center;
    color: #6b7280;
    display: inline-flex;
    font-size: 20px;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    width: 34px;
}

.event-pageview-actions a:hover {
    color: #fca702;
}

.event-ticket-card,
.event-video-card {
    padding: 28px;
}

.event-ticket-item + .event-ticket-item {
    border-top: 1px solid rgba(5, 18, 66, .1);
    margin-top: 22px;
    padding-top: 22px;
}

.event-ticket-summary {
    border-top: 1px solid rgba(5, 18, 66, .1);
    margin-top: 24px;
    padding-top: 24px;
}

.event-ticket-head {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.event-ticket-head h2,
.event-video-card h2,
.event-description-card h2,
.event-map-card h2 {
    color: #111827;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 8px;
}

.event-ticket-head p {
    color: #374151;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.event-ticket-head span {
    color: #ff4b1f;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-ticket-qty {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin-top: 4px;
}

.event-ticket-qty button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #f05a24;
    display: inline-flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 28px;
}

.event-ticket-qty button:first-child {
    color: #6b7280;
}

.event-ticket-qty input {
    background: transparent;
    border: 0;
    color: #111827;
    font-size: 16px;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.event-ticket-total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 28px 0 12px;
}

.event-ticket-total span,
.event-ticket-total strong {
    color: #111827;
    font-size: 22px;
    font-weight: 500;
}

.event-cart-button {
    background: #2f8637;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    height: 38px;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 100%;
}

.event-cart-button:hover {
    background: #256f2d;
}

.event-cart-button:disabled,
.event-cart-button:disabled:hover {
    background: #8cae91;
    cursor: not-allowed;
    opacity: .75;
}

.event-ticket-fee {
    color: #374151;
    display: table;
    font-size: 13px;
    margin: 28px auto 0;
    text-decoration: none;
}

.event-ticket-fee i {
    margin-right: 6px;
}

.event-ticket-fee:hover {
    color: #fca702;
}

.event-video-frame,
.event-map-frame {
    border-radius: 8px;
    overflow: hidden;
}

.event-video-card h2 {
    margin-bottom: 12px;
}

.event-video-frame {
    aspect-ratio: 16 / 9;
    background: #111827;
}

.event-video-frame iframe,
.event-map-frame iframe {
    display: block;
    height: 100%;
    width: 100%;
}

.event-description-card h3 {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.event-rich-text p,
.event-map-card p {
    color: #111827;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.event-rich-text p:last-child,
.event-map-card p:last-child {
    margin-bottom: 0;
}

.event-map-frame {
    height: 360px;
    margin-top: 22px;
}

@media (max-width: 991px) {
    .beesite-header .navbar {
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }

    .beesite-header .navbar.fixed-top {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }

    .beesite-header .navbar-collapse {
        margin-top: 12px;
    }

    .beesite-search {
        margin-top: 40px;
    }

    .beesite-header .brand-name {
        color: var(--beesite-ink);
    }

    .quick-contact-area {
        padding-top: 50px;
    }

    .event-pageview-area {
        padding-top: 18px;
    }

    .event-pageview-layout {
        grid-template-areas:
            "main"
            "sidebar"
            "details";
        grid-template-columns: 1fr;
    }

    .event-pageview-sidebar {
        position: static;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 42px;
    }

    .service-card,
    .process-card {
        padding: 24px;
    }

    .quick-contact-item {
        min-height: 154px;
    }

    .event-pageview-card,
    .event-ticket-card,
    .event-video-card {
        padding: 22px;
    }

    .event-pageview-summary {
        display: block;
    }

    .event-pageview-actions {
        padding-top: 16px;
    }

    .event-ticket-head {
        display: block;
    }

    .event-ticket-qty {
        margin-top: 18px;
    }

    .event-ticket-total {
        margin-top: 30px;
    }
}
