.header-three .menu-area {
    background-color: #fff;
}

.header-three .main-menu ul li a {
    color: #104f90;
}

.logo {
    margin: 0 auto;
    padding: 10px;
}

.logo img {
    width: 200px;
    height: auto;
}

.booking-area .contact-form {
    padding: 30px;
    padding-bottom: 15px;
}

.booking-area2 .contact-form {
    padding: 24px 26px 18px;
}

.booking-area2 h2 {
    font-size: 30px;
    line-height: 1.2;
}

.booking-area2 .section-title {
    margin-bottom: 18px;
}

.booking-area2 .contact-field {
    margin-bottom: 14px !important;
}

.booking-area2 .contact-field input,
.booking-area2 .contact-field select {
    font-size: 14px;
    height: 44px;
    padding: 8px 14px;
}

.booking-area2 .contact-field textarea {
    font-size: 14px;
    height: 86px;
    padding: 10px 14px;
}

.booking-area2 .slider-btn {
    margin-bottom: 10px !important;
}
.slider-active2 {
    padding-top: 100px;
}

#home .slider-bg {
    min-height: auto !important;
    padding: 80px 0;
}

#home .slider-bg > .container > .row {
    row-gap: 32px;
}

#home .booking-area2 {
    margin-top: 0;
}

#home .booking-area .contact-form {
    margin-top: 0;
}

.process-step {
    background: #fff;
    border-bottom: 4px solid #104f90;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, 0.09);
    min-height: 100%;
    padding: 34px 26px 28px;
    position: relative;
}

.process-step-number {
    align-items: center;
    background: #104f90;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    line-height: 1;
    margin-bottom: 24px;
    width: 58px;
}

.process-step h4 {
    color: #101010;
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.process-step p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.copyright-wrap {
    background-color: #0c4e9e;
}

.ss-btn.red {
    background-color: #ca2f41;
}

.video-showcase {
    background: #104f90;
    color: #fff;
    margin-bottom: 58px;
    overflow: hidden;
    padding: 54px;
    position: relative;
}

.video-showcase::before {
    background:
        linear-gradient(120deg, rgba(16, 79, 144, 0.28), rgba(16, 79, 144, 0) 48%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 18px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.video-showcase::after {
    background: #ca2f41;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}

.video-showcase__content,
.video-showcase__device {
    position: relative;
    z-index: 1;
}

.video-showcase__eyebrow {
    color: #ca2f41;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.video-showcase h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 18px;
    max-width: 590px;
}

.video-showcase p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 600px;
}

.video-showcase__points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 26px 0 30px;
    padding: 0;
}

.video-showcase__points li {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    display: inline-flex;
    gap: 8px;
    line-height: 1.2;
    padding: 10px 14px;
}

.video-showcase__points i {
    color: #ca2f41;
}

.video-showcase .ss-btn {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
}

.video-showcase__device {
    display: flex;
    justify-content: center;
}

.vertical-video-preview {
    aspect-ratio: 9 / 16;
    background: #070707;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.42);
    cursor: pointer;
    max-width: 280px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
}

.vertical-video-preview:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

.vertical-video-preview::before {
    background: rgba(255, 255, 255, 0.28);
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 52px;
    z-index: 3;
}

.vertical-video-preview__media {
    background: #151515;
    border-radius: 4px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.vertical-video-preview__media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.72));
    content: "";
    inset: 0;
    position: absolute;
}

.vertical-video-preview img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.18);
    transition: transform 0.35s ease;
    width: 100%;
}

.vertical-video-preview:hover img {
    transform: scale(1.24);
}

.vertical-video-preview__play {
    align-items: center;
    background: #ca2f41;
    color: #fff;
    display: inline-flex;
    height: 70px;
    justify-content: center;
    left: 50%;
    padding-left: 4px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    z-index: 2;
}

.vertical-video-preview__label {
    background: rgba(16, 79, 144, 0.92);
    bottom: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 22px;
    letter-spacing: 0;
    line-height: 1;
    padding: 12px 14px;
    position: absolute;
    right: 22px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.shorts-modal .modal-dialog {
    max-width: 420px;
}

.shorts-modal .modal-content {
    background: #101010;
    border: 0;
    border-radius: 8px;
    padding: 12px;
}

.shorts-modal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 2;
}

.shorts-modal__frame {
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}

.shorts-modal__frame iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 810px) {
    .booking-area2 {
        display: block;
    }

    #home .slider-bg {
        padding: 48px 0;
    }

    .booking-area .contact-form {
        padding: 10px;
        padding-bottom: 5px;
    }

    #scrollUp {
        right: 20px;
        bottom: 70px;

    }
}

@media (max-width: 991px) {
    .video-showcase {
        padding: 44px 28px;
        text-align: center;
    }

    .video-showcase h3,
    .video-showcase p {
        margin-left: auto;
        margin-right: auto;
    }

    .video-showcase__points {
        justify-content: center;
    }

    .video-showcase__device {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .video-showcase {
        margin-bottom: 40px;
        padding: 34px 18px;
    }

    .video-showcase h3 {
        font-size: 30px;
    }

    .video-showcase p {
        font-size: 16px;
    }

    .video-showcase__points {
        display: grid;
    }

    .video-showcase .ss-btn {
        width: 100%;
    }

    .vertical-video-preview {
        max-width: 240px;
    }

    .shorts-modal .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: min(92vw, 360px);
    }
}
