body {
    --primary: #2A67AE;
    --primary-dark: #000000;
    --primary-light: #498ECB;
    --primary-white: #DCEFFF;
    --primary-black-50: #6E6E6E;
    --primary-gradient: linear-gradient(95.48deg, #2A67AE 0.16%, #498ECB 100%);
    --reverse-primary-gradient: linear-gradient(225deg, #2A67AE 0.16%, #498ECB 100%);
    --blue-gradient: linear-gradient(90deg, #2A67AE 0%, #498ECB 100%);
}

.image-replacement, #header-custom {
    background: var(--blue-gradient) !important;
}

#header-custom .title-header {
    padding-top: 300px;
}

nav#header {
    height: 100px;

    &.scrolled {
        height: 90px !important;

        #nav-links {
            top: 90px !important;
        }
    }

    /* Temporarily hide the header menu items */
    #nav-links li:not(:has(.info-banner-container-button)) {
        display: none !important;
    }

    .logo img {
        width: 37% !important;
        content: url("/newexperience/images/logos/Final_Logo_White_SAM.png") !important;
    }

    .call-to-actions {
        height: 64px;
    }

    .phone .time {
        font-size: 13px;
    }

    @media (max-width:  1460px) {
        .phone .time {
            font-size: 12px;
        }
    }

    @media screen and (max-width: 1200px) and (min-width: 601px) {
        /* Temporarily hide burger menu - Remove this when enabling header menu items */
        #burger-menu {
            display: none !important;
        }
    }

    @media screen and (max-width: 600px) {
        height: 90px;

        .call-to-actions {
            height: 40px;
        }

        .phone .time {
            display: none;
        }
    }
}

footer {
    .contact img {
        width: 30% !important;
    }

    /* Temporarily hide newsletter subscribe section */
    #newsletter-subscribe .content:has(.subscribe-text),
    #newsletter-subscribe .content:has(#newsletter-form) {
        display: none !important;
    }

    #newsletter-subscribe .right {
        justify-content: center !important;
        gap: 10px !important;
        align-items: center !important;
    }

    #newsletter-subscribe .social-media-container {
        margin-top: 0;
    }

    @media (max-width: 768px) {
        .contact img {
            width: 50% !important;
            margin-left: 0 !important;
        }
    }
}

.contact-details {
    .contacts .card:last-child .card-description > div {
        flex-direction: column;
    }

    .contacts .card:last-child .card-description > div p {
        padding: 0;
        border: none;
    }
}

/* Temporarily hide newsletter subscribe checkbox */
#contact-us-form .field:has(input[type="checkbox"]#FormData_WantsToSubscribe),
#enquiry-forms .subscribe-checkbox,
#enquiryPopup .field:has(input[type="checkbox"]#PopupFormData_WantsToSubscribe) {
    display: none;
}

/* Temporarily hide the certificates section, about us partials, trending destinations section and the <section> that contains a child with id="explore-swiper" */
#certificates, #icon-header-list, #financial-security, #awards,
#trending-destinations, section:has(#explore-swiper) {
    display: none !important;
}

.terms-page.hero-box {
    padding-top: 40px;
}