:root {
    --kha-cyan: #00AEEE;
    --kha-cyan-dark: #0095cb;
    --kha-yellow: #FEF103;
    --kha-dark: #222222;
    --kha-muted: #5b6770;
}

body {
    font-family: "Open Sans", sans-serif;
    color: var(--kha-dark);
}

h1, h2, h3, h4, h5, h6,
.section-title h2,
.section-title .h2,
.breadcrumb-title {
    font-family: "Dosis", sans-serif;
}

.text-primary {
    color: var(--kha-cyan) !important;
}

.section-title h2,
.section-title h2.text-primary,
.section-title h2.text-danger,
.section-title h2.text-color {
    color: var(--kha-cyan) !important;
    font-weight: 700;
}

.section-title h2.text-white {
    color: #fff !important;
}

.kha-navbar.navbar {
    height: auto !important;
    min-height: 72px;
}

.navbar .navbar-brand {
    margin-left: 0;
    margin-right: 1rem;
    padding: 6px 0;
    max-width: calc(100% - 72px);
    color: var(--kha-dark);
}

.navbar-logo,
.navbar .navbar-brand img.navbar-logo {
    display: block;
    height: 56px;
    width: auto !important;
    max-width: 170px !important;
    object-fit: contain;
}

@media (min-width: 768px) {
    .navbar-logo,
    .navbar .navbar-brand img.navbar-logo {
        height: 76px;
        max-width: 210px !important;
    }

    .kha-navbar.navbar {
        min-height: 92px;
    }
}

.kha-topbar {
    height: auto !important;
    overflow: visible;
    padding: 0.45rem 0;
    background-color: var(--kha-cyan) !important;
}

.kha-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.kha-topbar-contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.85rem;
    min-width: 0;
    flex: 1;
}

.kha-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #fff;
    text-decoration: none;
    min-width: 0;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.2;
}

.kha-topbar-item:hover,
.kha-topbar-item:focus {
    color: #fff;
    text-decoration: underline;
}

.kha-topbar-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
}

.kha-topbar-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kha-topbar-hours {
    display: none;
}

.kha-topbar-social {
    align-items: center;
    gap: 0.65rem;
}

.kha-topbar-link,
.kha-topbar-link:hover,
.kha-topbar-link:focus {
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

@media (min-width: 576px) {
    .kha-topbar-item {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .kha-topbar {
        padding: 0.55rem 0;
    }

    .kha-topbar-hours {
        display: inline-flex;
    }

    .kha-topbar-item {
        font-size: 14px;
    }

    .kha-topbar-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        font-size: 11px;
    }
}

.btn-primary {
    background-color: var(--kha-cyan);
    border-color: var(--kha-cyan);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--kha-cyan-dark);
    border-color: var(--kha-cyan-dark);
    color: #fff;
}

.kha-contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #e6eef2;
    border-radius: 10px;
    background: #fff;
}

.kha-contact-form .form-group-icon i {
    color: var(--kha-cyan);
}

.kha-contact-form .form-control {
    border-color: #d7dee3;
    border-radius: 6px;
}

.footer-bg-img .pt-8 {
    background-color: var(--kha-cyan) !important;
}

.kha-intro-copy {
    padding: 0.25rem 0 0.5rem;
}

.kha-intro-kicker {
    color: var(--kha-dark);
    font-size: 0.72em;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.kha-intro-copy .section-title h2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.kha-intro-text {
    color: var(--kha-dark);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.kha-intro-media .promo-video-frame {
    max-width: none;
}

.kha-hero.rev_slider_wrapper {
    width: 100% !important;
    min-height: 520px;
}

.kha-hero .kha-hero-image,
.kha-hero img.rev-slidebg,
.kha-hero .slotholder,
.kha-hero .tp-bgimg {
    object-fit: cover !important;
    object-position: center top !important;
    background-position: center top !important;
    background-size: cover !important;
}

.promo-video-section {
    background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.promo-video-standalone {
    max-width: 960px;
    margin: 0 auto;
}

.promo-video-frame {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 76, 117, 0.18);
    background: #0b2230;
}

.promo-video-trigger {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: #0b2230;
    position: relative;
}

.promo-video-trigger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.88);
    transition: filter 0.3s ease, transform 0.4s ease;
}

.promo-video-trigger:hover img,
.promo-video-trigger:focus img {
    filter: brightness(0.55);
    transform: scale(1.03);
}

.promo-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    margin: -39px 0 0 -39px;
    border-radius: 50%;
    background: var(--kha-cyan);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 24px rgba(0, 174, 238, 0.45);
    transition: transform 0.2s ease, background 0.2s ease;
    z-index: 2;
}

.promo-video-play i {
    margin-left: 4px;
}

.promo-video-trigger:hover .promo-video-play,
.promo-video-trigger:focus .promo-video-play {
    transform: scale(1.08);
    background: var(--kha-cyan-dark);
}

.promo-video-caption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.45);
    padding: 6px 12px;
    border-radius: 999px;
}

.promo-video-modal {
    background: #0b2230;
    border: 0;
    overflow: hidden;
}

.promo-video-modal .modal-header,
.promo-video-modal .modal-footer {
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.promo-video-modal .modal-title {
    font-family: "Dosis", sans-serif;
    font-weight: 700;
}

.promo-video-modal iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .kha-hero.rev_slider_wrapper {
        min-height: 420px;
    }
}
