/* Start custom CSS for html, class: .elementor-element-ea9cd4b *//* =====================================================
   PREMIUM HEADER
   COLOR PALETTE ONLY

   #F6D8BD
   #F39399
   #CF4173
   #5D3140
===================================================== */


/* RESET */

.premium-header,
.premium-header * {
    box-sizing: border-box;
}

.premium-header a {
    text-decoration: none;
}


/* =====================================================
   HEADER
===================================================== */

.premium-header {

    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 9999;

    background: #5D3140;

    border-bottom:
        1px solid #CF4173;

    transition:
        .45s ease;

}


.premium-header.header-scrolled {

    background: #5D3140;

    box-shadow:
        0 18px 45px #5D3140;

    border-bottom:
        1px solid #F39399;

}


/* =====================================================
   HEADER CONTAINER
===================================================== */

.header-container {

    width: 92%;

    max-width: 1450px;

    min-height: 94px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

}


/* =====================================================
   LOGO
===================================================== */

.premium-logo {

    min-width: 190px;

    display: flex;

    flex-direction: column;

    line-height: 1;

    transition:
        .35s ease;

}


.logo-mini {

    color: #F39399;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 5px;

    margin-bottom: 6px;

}


.logo-title {

    color: #F6D8BD;

    font-family: Georgia, serif;

    font-size: 25px;

    font-weight: 400;

    letter-spacing: 2px;

}


.logo-subtitle {

    color: #F39399;

    font-family: Arial, sans-serif;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 4px;

    margin-top: 7px;

}


.premium-logo:hover {

    transform:
        translateY(-2px);

}


/* =====================================================
   NAVIGATION
===================================================== */

.premium-nav {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 4px;

    height: 94px;

}


.nav-link {

    position: relative;

    display: flex;

    align-items: center;

    gap: 7px;

    height: 94px;

    padding:
        0 13px;

    color: #F6D8BD;

    font-family: Arial, sans-serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    white-space: nowrap;

    transition:
        .3s ease;

}


/* NAV UNDERLINE */

.nav-link::after {

    content: "";

    position: absolute;

    bottom: 22px;

    left: 13px;

    right: 13px;

    height: 2px;

    background: #F39399;

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        .35s ease;

}


.nav-link:hover {

    color: #F39399;

}


.nav-link:hover::after {

    transform:
        scaleX(1);

}


/* =====================================================
   DROPDOWN ARROW
===================================================== */

.dropdown-arrow {

    color: #F39399;

    font-size: 12px;

    transition:
        .4s ease;

}


.mega-menu-wrapper:hover
.dropdown-arrow {

    transform:
        rotate(180deg);

}


/* =====================================================
   MEGA MENU
===================================================== */

.mega-menu {

    position: absolute;

    top: 94px;

    left: 0;

    width: 100%;

    background: #F6D8BD;

    border-top:
        2px solid #CF4173;

    border-bottom:
        1px solid #CF4173;

    box-shadow:
        0 30px 60px #5D3140;

    opacity: 0;

    visibility: hidden;

    transform:
        translateY(20px);

    transition:
        opacity .35s ease,
        transform .35s ease,
        visibility .35s ease;

}


/* OPEN MEGA MENU */

.mega-menu-wrapper:hover
.mega-menu {

    opacity: 1;

    visibility: visible;

    transform:
        translateY(0);

}


/* =====================================================
   MEGA INNER
===================================================== */

.mega-inner {

    width: 92%;

    max-width: 1450px;

    margin: auto;

    padding:
        45px 0 48px;

    display: grid;

    grid-template-columns:
        1.35fr
        .75fr
        1fr
        1fr
        .95fr;

    gap: 35px;

}


/* =====================================================
   MEGA INTRO
===================================================== */

.mega-intro {

    padding-right: 30px;

    border-right:
        1px solid #CF4173;

}


.mega-label {

    color: #CF4173;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 4px;

}


.mega-intro h3 {

    color: #5D3140;

    font-family: Georgia, serif;

    font-size: 38px;

    font-weight: 400;

    line-height: 1;

    margin:
        12px 0 18px;

}


.mega-intro h3 em {

    color: #CF4173;

    font-style: italic;

}


.mega-intro p {

    color: #5D3140;

    font-size: 12px;

    line-height: 1.7;

    max-width: 280px;

    margin-bottom: 22px;

}


/* VIEW ALL */

.mega-view-all {

    display: inline-flex;

    align-items: center;

    gap: 13px;

    color: #CF4173;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

    border-bottom:
        1px solid #CF4173;

    padding-bottom: 7px;

    transition:
        .3s ease;

}


.mega-view-all span {

    font-size: 17px;

    transition:
        .3s ease;

}


.mega-view-all:hover {

    color: #5D3140;

}


.mega-view-all:hover span {

    transform:
        translate(4px, -4px);

}


/* =====================================================
   LOCATION COLUMNS
===================================================== */

.location-column {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}


.location-heading {

    color: #CF4173;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;

    margin-bottom: 14px;

}


.location-column a {

    position: relative;

    display: inline-block;

    color: #5D3140;

    font-size: 12px;

    padding:
        5px 0;

    transition:
        .3s ease;

}


.location-column a::before {

    content: "";

    position: absolute;

    left: 0;

    bottom: 2px;

    width: 0;

    height: 1px;

    background: #CF4173;

    transition:
        .3s ease;

}


.location-column a:hover {

    color: #CF4173;

    transform:
        translateX(5px);

}


.location-column a:hover::before {

    width: 100%;

}


/* =====================================================
   FEATURE CARD
===================================================== */

.mega-feature {

    min-height: 210px;

    padding: 25px;

    background: #F39399;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    position: relative;

    overflow: hidden;

    transition:
        .4s ease;

}


.mega-feature::before {

    content: "";

    position: absolute;

    width: 130px;

    height: 130px;

    border-radius: 50%;

    border:
        1px solid #CF4173;

    right: -45px;

    top: -45px;

    transition:
        .6s ease;

}


.mega-feature:hover::before {

    transform:
        scale(1.5);

}


.mega-feature > span {

    color: #5D3140;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 3px;

}


.mega-feature strong {

    position: relative;

    z-index: 2;

    color: #5D3140;

    font-family: Georgia, serif;

    font-size: 28px;

    font-weight: 400;

    line-height: 1.05;

    max-width: 180px;

}


.mega-feature a {

    position: relative;

    z-index: 2;

    color: #5D3140;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-top:
        1px solid #CF4173;

    padding-top: 13px;

}


.mega-feature a b {

    font-size: 17px;

    transition:
        .3s ease;

}


.mega-feature:hover {

    transform:
        translateY(-5px);

}


.mega-feature:hover a b {

    transform:
        translate(4px, -4px);

}


/* =====================================================
   HEADER ENQUIRY BUTTON
===================================================== */

.header-enquiry {

    min-width: 115px;

    height: 48px;

    padding:
        0 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    border:
        1px solid #F39399;

    color: #F6D8BD;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    transition:
        .4s ease;

}


.header-enquiry strong {

    color: #F39399;

    font-size: 17px;

    transition:
        .3s ease;

}


.header-enquiry:hover {

    background: #F39399;

    color: #5D3140;

    transform:
        translateY(-3px);

    box-shadow:
        0 12px 25px #5D3140;

}


.header-enquiry:hover strong {

    color: #5D3140;

    transform:
        translate(4px, -4px);

}


/* =====================================================
   MOBILE BUTTON
===================================================== */

.mobile-menu-button {

    display: none;

    width: 46px;

    height: 46px;

    padding: 10px;

    border:
        1px solid #F39399;

    background: #5D3140;

    cursor: pointer;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 5px;

}


.mobile-menu-button span {

    width: 21px;

    height: 1px;

    background: #F6D8BD;

    transition:
        .3s ease;

}


.mobile-menu-button.active span:nth-child(1) {

    transform:
        translateY(6px)
        rotate(45deg);

}


.mobile-menu-button.active span:nth-child(2) {

    opacity: 0;

}


.mobile-menu-button.active span:nth-child(3) {

    transform:
        translateY(-6px)
        rotate(-45deg);

}


/* =====================================================
   MOBILE NAVIGATION
===================================================== */

.mobile-navigation {

    display: none;

}


/* =====================================================
   BODY LOCK
===================================================== */

body.menu-open {

    overflow: hidden;

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1200px) {

    .premium-nav {

        gap: 0;

    }


    .nav-link {

        padding:
            0 8px;

        font-size: 10px;

    }


    .nav-link::after {

        left: 8px;
        right: 8px;

    }


    .header-enquiry {

        min-width: 95px;

    }


    .mega-inner {

        grid-template-columns:
            1.2fr
            .8fr
            1fr
            1fr;

    }


    .mega-feature {

        display: none;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 900px) {

    .header-container {

        min-height: 78px;

    }


    .premium-nav,
    .header-enquiry {

        display: none;

    }


    .mobile-menu-button {

        display: flex;

    }


    .premium-logo {

        min-width: auto;

    }


    .logo-title {

        font-size: 21px;

    }


    /* MOBILE NAV */

    .mobile-navigation {

        display: flex;

        position: fixed;

        top: 78px;

        left: 0;

        width: 100%;

        height:
            calc(100vh - 78px);

        background: #5D3140;

        flex-direction: column;

        padding:
            25px 6% 50px;

        overflow-y: auto;

        opacity: 0;

        visibility: hidden;

        transform:
            translateY(-20px);

        transition:
            .4s ease;

    }


    .mobile-navigation.active {

        opacity: 1;

        visibility: visible;

        transform:
            translateY(0);

    }


    .mobile-navigation > a {

        color: #F6D8BD;

        font-size: 18px;

        font-family: Georgia, serif;

        padding:
            18px 0;

        border-bottom:
            1px solid #CF4173;

        transition:
            .3s ease;

    }


    .mobile-navigation > a:hover {

        color: #F39399;

        padding-left: 10px;

    }


    /* MOBILE LOCATION */

    .mobile-location {

        border-bottom:
            1px solid #CF4173;

    }


    .mobile-location-title {

        color: #F6D8BD;

        font-family: Georgia, serif;

        font-size: 18px;

        padding:
            18px 0;

        display: flex;

        justify-content: space-between;

        cursor: pointer;

    }


    .mobile-location-title span {

        color: #F39399;

        font-family: Arial, sans-serif;

        font-size: 24px;

        transition:
            .3s ease;

    }


    .location-open
    .mobile-location-title span {

        transform:
            rotate(45deg);

    }


    .mobile-location-list {

        display: grid;

        grid-template-columns:
            1fr 1fr;

        gap: 4px 20px;

        max-height: 0;

        overflow: hidden;

        opacity: 0;

        transition:
            .4s ease;

    }


    .location-open
    .mobile-location-list {

        max-height: 600px;

        opacity: 1;

        padding:
            0 0 20px;

    }


    .mobile-location-list a {

        color: #F39399;

        font-size: 11px;

        padding:
            7px 0;

        transition:
            .3s ease;

    }


    .mobile-location-list a:hover {

        color: #F6D8BD;

        padding-left: 5px;

    }


    /* MOBILE ENQUIRY */

    .mobile-enquiry {

        margin-top: 25px;

        background: #F39399;

        color: #5D3140 !important;

        border: 0 !important;

        padding:
            17px 20px !important;

        display: flex;

        align-items: center;

        justify-content: space-between;

        font-family: Arial, sans-serif !important;

        font-size: 11px !important;

        font-weight: 800;

        letter-spacing: 1px;

    }


    .mobile-enquiry span {

        font-size: 20px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .header-container {

        width: 90%;

    }


    .logo-mini {

        font-size: 7px;

        letter-spacing: 4px;

    }


    .logo-title {

        font-size: 18px;

        letter-spacing: 1px;

    }


    .logo-subtitle {

        font-size: 7px;

        letter-spacing: 3px;

    }


    .mobile-menu-button {

        width: 42px;

        height: 42px;

    }


    .mobile-navigation {

        padding-left: 5%;

        padding-right: 5%;

    }


    .mobile-location-list {

        grid-template-columns:
            1fr;

    }

}/* End custom CSS */