@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*#region Master*/
:root {
    --main-colour: #6e8189;
    --text-black: #1f2937;
    --text-gray: #5c5c5c;
    --secondary-colour: #1C3D5A;
    --light-white: rgba(255, 255, 255, 0.85) !important;
    --light-blue-bg: #f2f2fc;
    --light-gold-bg: #f8f6f1;
    --muted-gray: #6C757D;
    --light-blue-colour: #ecf1fb;
    --screen-sm-padding: 45px 0;
    --screen-lg-padding: 75px 0;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    padding: 0;
    text-rendering: optimizeSpeed;
    color: var(--text-black);
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a, input {
    outline: 0;
    text-decoration: none;
}

    /* Change Autocomplete styles in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #353535;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
        transition: background-color 5000s ease-in-out 0s;
    }

a {
    color: var(--main-colour);
}

    a:hover {
        text-decoration: none;
        color: var(--main-colour);
    }

ul {
    list-style: none;
    padding: 0;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

h5 {
    color: var(--main-colour);
    font-weight: 600;
    font-size: 20px;
}

.modal-loading {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: Black;
    opacity: 0.85;
    -moz-opacity: 0.85;
}


#Progress {
    position: fixed;
    width: 64px;
    height: 64px;
    text-align: center;
    z-index: 1058;
    top: 40%;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    color: #fff;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 1rem;
    z-index: 99999;
}

    #back-top a {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        height: 40px;
        text-decoration: none;
        width: 40px;
        transition: all 200ms linear 0s;
        border-radius: 10px;
        align-items: center;
        display: grid;
    }

        #back-top a:hover, #back-top a:active {
            background-color: var(--main-colour);
            color: var(--darker-text-gray);
        }

        #back-top a i {
            color: #fff;
            display: block;
            font-size: 24px;
            margin: 0 auto;
            text-align: center;
            height: 25px;
        }

.back-top-captcha {
    bottom: 6.5rem !important;
}

.btn-main {
    display: inline-block;
    font-weight: 500;
    font-size: 14px !important;
    background-color: var(--main-colour);
    border: 1px solid var(--main-colour);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    color: #fff;
    padding: 13px 18px;
    transition: all 235ms ease-in-out;
}

    .btn-main:hover {
        box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
        transform: translate3d(0, 2px, 0);
        color: var(--secondary-colour) !important;
        border: 1px solid var(--secondary-colour);
        background-color: #fff;
    }

.cursor-pointer {
    cursor: pointer;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--main-colour);
    opacity: 1;
}

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(69, 85, 96,1)'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--main-colour) !important;
    border-color: var(--main-colour) !important;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255,1)'/%3e%3c/svg%3e");
}

.input-validation-error {
    border-color: var(--bs-form-invalid-border-color) !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .input-validation-error:focus {
        border-color: var(--bs-form-invalid-border-color) !important;
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .15) !important;
    }

/* Override any border utility classes when validation error occurs */
.form-control.border-0.input-validation-error,
.form-select.border-0.input-validation-error {
    border: 1px solid var(--bs-form-invalid-border-color) !important;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: 1 !important;
}

.section-title {
    margin-bottom: 20px;
}

    .section-title h2 {
        margin: unset;
        font-size: 28px;
        font-weight: 700;
        font-family: "Neucha", cursive;
        color: var(--main-colour);
        text-transform: uppercase;
        margin-bottom: unset;
    }

    .section-title span {
        color: var(--secondary-colour);
    }

.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.section-eyebrow-line {
    width: 28px;
    height: 1px;
    background: var(--secondary-colour);
}

.section-eyebrow-text {
    font-size: 10px;
    font-weight: 600;
    font-family: "Neucha", cursive;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--secondary-colour) !important;
}


.content-intro {
    font-size: 13px;
    color: var(--main-colour);
    font-weight: 700;
    margin-bottom: 10px;
}

.content-heading {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-black);
    margin-bottom: 8px;
}

    .content-heading span {
        color: var(--main-colour);
    }

.content-subtext {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 30px;
    font-weight: 400;
}

.block-icon {
    height: 30px;
    width: 30px;
    color: var(--main-colour);
    transition: 0.5s;
    margin-right: 20px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--main-colour);
    flex: none;
}

    .block-icon i {
        color: var(--main-colour);
    }

.gold-text {
    color: var(--secondary-colour) !important;
}

.bg-light-blue {
    background-color: var(--light-blue-bg);
}

.bg-light-gold {
    background-color: var(--light-gold-bg);
}

/*#endregion*/

/*#region Navbar*/

.navbar {
    background-color: var(--main-colour);
    padding: 15px 0;
    transition: all 0.5s;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}

    .navbar .navbar-brand img {
        width: 70px;
        filter: brightness(0) invert(1);
    }

    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #f3f3f3;
    }

        .navbar .navbar-nav .nav-item .nav-link {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            position: relative;
            padding: 10px 20px;
            transition: 0.3s;
        }

            .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active {
                color: var(--secondary-colour);
            }

    .navbar .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    .navbar .nav-link.active {
        color: var(--secondary-colour) !important;
    }

    .navbar .btn-main {
        background-color: var(--secondary-colour);
        color: #fff;
    }

        .navbar .btn-main:hover {
            background-color: #fff;
            color: var(--main-colour);
        }

/*#endregion*/

/*#region Banner*/

.banner.carousel {
    height: 320px;
}

.banner .carousel,
.banner .carousel-inner,
.banner .carousel-item {
    height: 100%;
    width: 100%;
}

    .banner .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 61%;
    }

    .banner .carousel-item::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

.banner .carousel-caption {
    left: 15%;
    text-align: left;
    z-index: 3;
    top: 15%;
}

    .banner .carousel-caption h1 {
        font-size: 35px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px;
    }

    .banner .carousel-caption p {
        font-size: 20px;
        margin-bottom: 20px;
    }

.banner .btn-main:hover {
    border-color: #fff;
    background-color: transparent;
    outline: 0;
    color: #fff !important;
}

/*#endregion*/

/*#region Welcome*/

.welcome {
    padding: var(--screen-sm-padding);
}

/*#endregion*/

/*#region Our Rooms*/

.our-rooms {
    padding: var(--screen-sm-padding);
    background-color: #eff1ee;
}

.room-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .room-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    }

    .room-card .carousel {
        height: 220px;
    }

    .room-card .carousel-inner {
        height: 100%;
    }

    .room-card .carousel-item {
        height: 100%;
    }

        .room-card .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: zoom-in;
            transition: transform 0.5s ease;
        }

    .room-card:hover .carousel-item.active img {
        transform: scale(1.05);
    }

    .room-card .carousel-control-prev,
    .room-card .carousel-control-next {
        width: 30px;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .room-card:hover .carousel-control-prev,
    .room-card:hover .carousel-control-next {
        opacity: 1;
    }

    .room-card .carousel-control-prev-icon,
    .room-card .carousel-control-next-icon {
        background-color: rgba(0,0,0,0.4);
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background-size: 60%;
    }

    .room-card .carousel-indicators {
        margin-bottom: 6px;
    }

        .room-card .carousel-indicators [data-bs-target] {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.6);
            border: none;
        }

        .room-card .carousel-indicators .active {
            background-color: #fff;
        }

.carousel-img-wrap {
    position: relative;
    height: 100%;
}

.room-card-body p {
    flex: 1;
    margin-bottom: 20px;
}

.zoom-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
    z-index: 10;
}

.room-card:hover .zoom-icon {
    opacity: 1;
}

.room-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--secondary-colour);
    color: #fff;
    font-family: "Neucha", cursive;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 5px 16px;
    text-transform: uppercase;
    z-index: 5;
}

.room-tag {
    position: absolute;
    top: 14px;
    right: 0;
    background: var(--main-colour);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    z-index: 5;
}

.room-card-body {
    padding: 22px 22px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.btn-book {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    background-color: var(--main-colour);
    border: 1px solid var(--main-colour);
    border-radius: 15px;
    box-shadow: rgba(0,0,0,.2) 15px 28px 25px -18px;
    color: #fff;
    padding: 10px 22px;
    transition: all 235ms ease-in-out;
    text-decoration: none;
    align-self: flex-start;
}

    .btn-book:hover {
        box-shadow: rgba(0,0,0,.3) 2px 8px 8px -5px;
        transform: translate3d(0, 2px, 0);
        color: var(--secondary-colour);
        border: 1px solid var(--secondary-colour);
        background-color: #fff;
    }

/* Modal */
#roomImageModal .modal-content {
    background: #111;
    border: none;
    border-radius: 18px;
    overflow: hidden;
}

#roomImageModal .modal-header {
    background: var(--secondary-colour);
    border: none;
    padding: 12px 20px;
}

#roomImageModal .modal-title {
    font-family: "Neucha", cursive;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#roomImageModal .btn-close {
    filter: invert(1);
}

#roomImageModal .carousel-item {
    background: #1a1a1a;
}

#roomImageModal .carousel-control-prev,
#roomImageModal .carousel-control-next {
    width: 50px;
}

#roomImageModal .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255,255,255,0.5);
}

#roomImageModal .carousel-indicators .active {
    background-color: #fff;
}

#roomImageModal .modal-footer {
    background: var(--secondary-colour);
    border: none;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}

#roomImageModal .img-counter {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 1px;
}


.card-info .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .card-info .text.expanded {
        -webkit-line-clamp: unset;
    }

.card-info .more {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
}

/*#endregion*/

/*#region Amenities*/

.amenities {
    padding: var(--screen-sm-padding);
    background-color: var(--light-gold-bg);
    position: relative;
    overflow: hidden;
}

    .amenities::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: rgba(110, 129, 137, 0.07);
        pointer-events: none;
    }

    .amenities::after {
        content: "";
        position: absolute;
        bottom: -60px;
        left: -60px;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background: rgba(28, 61, 90, 0.05);
        pointer-events: none;
    }

.amenity-card {
    background: #fff;
    border-radius: 6px;
    padding: 28px 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

    .amenity-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--main-colour);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .amenity-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.11);
    }

        .amenity-card:hover::before {
            transform: scaleX(1);
        }

.amenity-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--light-gold-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: background 0.28s ease;
    flex-shrink: 0;
}

.amenity-card:hover .amenity-icon-wrap {
    background: rgba(110, 129, 137, 0.12);
}

.amenity-icon-wrap img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.amenity-divider {
    width: 24px;
    height: 1px;
    background: var(--main-colour);
    margin: 10px auto;
    opacity: 0.5;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.amenity-card:hover .amenity-divider {
    width: 40px;
    opacity: 1;
}

.amenity-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-black);
    letter-spacing: 0.4px;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 992px) {
    .amenities {
        padding: var(--screen-lg-padding);
    }
}

@media (max-width: 991px) {
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .amenity-card {
        padding: 22px 12px 18px;
    }
}

/*#endregion*/

/*#region Cancellations*/

.cancellations {
    position: relative;
    padding: var(--screen-sm-padding);
    background-image: url('/media/cancellations/plant.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

    .cancellations::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(28, 61, 90, 0.88) 0%, rgba(15, 35, 55, 0.70) 50%, rgba(28, 61, 90, 0.75) 100% );
        z-index: 1;
    }

    .cancellations .container {
        position: relative;
        z-index: 2;
    }

    .cancellations .section-eyebrow-line {
        width: 40px;
        height: 1px;
        background: rgba(255, 255, 255, 0.4);
    }

    .cancellations .section-eyebrow-text {
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .cancellations h2 {
        color: #fff;
    }

.cancellations-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cancel-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    padding: 36px 28px 32px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: background 0.3s ease, transform 0.3s ease;
}

    .cancel-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--main-colour);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.35s ease;
    }

    .cancel-card:hover {
        background: rgba(255, 255, 255, 0.11);
        transform: translateY(-4px);
    }

        .cancel-card:hover::after {
            transform: scaleX(1);
        }

.cancel-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 22px;
}

.badge-green {
    background: rgba(34, 197, 94, 0.18);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, 0.3);
}

.badge-amber {
    background: rgba(234, 179, 8, 0.18);
    color: #facc15;
    border: 1px solid rgba(250, 204, 21, 0.3);
}

.badge-red {
    background: rgba(239, 68, 68, 0.18);
    color: #f87171;
    border: 1px solid rgba(248, 113, 113, 0.3);
}

.cancel-percent {
    font-family: "Neucha", cursive;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

    .cancel-percent span {
        font-size: 28px;
        vertical-align: top;
        margin-top: 10px;
        display: inline-block;
        opacity: 0.7;
    }

.cancel-fee-label {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.cancel-divider {
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto 20px;
}

.cancel-desc {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

    .cancel-desc strong {
        color: #fff;
    }

/*#endregion*/

/*#region What We Offer*/

.offer {
    padding: var(--screen-sm-padding);
    background: #fff;
}

.offer-text p {
    margin-bottom: 16px;
}

    .offer-text p:last-child {
        margin-bottom: 0;
    }

.offer-highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: var(--light-gold-bg);
    border-left: 3px solid var(--main-colour);
    border-radius: 0 6px 6px 0;
    padding: 16px 20px;
    margin: 24px 0;
}

    .offer-highlight i {
        color: var(--main-colour);
        font-size: 18px;
        margin-top: 2px;
        flex-shrink: 0;
    }

    .offer-highlight p {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        color: var(--text-black);
        line-height: 22px;
    }

.location-card {
    background: var(--secondary-colour);
    border-radius: 8px;
    overflow: hidden;
}

.location-card-header {
    padding: 24px 28px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .location-card-header h4 {
        font-family: "Neucha", cursive;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 4px;
        letter-spacing: 1px;
    }

    .location-card-header p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        margin: 0;
        font-weight: 300;
    }

.location-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 0.2s ease;
    gap: 12px;
}

    .location-item:last-child {
        border-bottom: none;
    }

    .location-item:hover {
        background: rgba(255, 255, 255, 0.05);
    }

.location-item-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.location-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .location-icon i {
        color: var(--main-colour);
        font-size: 14px;
    }

.location-name {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-dist {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    display: block;
    margin-top: 1px;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--main-colour);
    background: rgba(110, 129, 137, 0.15);
    border: 1px solid rgba(110, 129, 137, 0.3);
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

    .btn-map:hover {
        background: var(--main-colour);
        color: #fff;
        border-color: var(--main-colour);
    }

    .btn-map i {
        font-size: 9px;
    }

/*#endregion*/

/*#region Contact Us*/

.contact-form-section {
    padding: var(--screen-sm-padding);
    background-color: #eff1ee;
}

    .contact-form-section .contact-info-intro {
        margin-bottom: 20px !important;
    }

    .contact-form-section .contact-info-list .block-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background: var(--secondary-colour);
    }

        .contact-form-section .contact-info-list .block-icon i {
            color: #fff;
        }

    .contact-form-section .contact-info-list hr {
        color: var(--main-colour);
        margin: 20px 0
    }

    .contact-form-section .contact-info-list span {
        font-size: 16px;
        display: block;
    }

    .contact-form-section .contact-form-section a {
        font-size: 14px;
    }

        .contact-form-section .contact-form-section a:hover {
            color: var(--secondary-colour) !important;
        }

    .contact-form-section .contact-form-card {
        background: #fff;
        border-radius: 18px;
        overflow: hidden;
    }

    .contact-form-section .contact-form-card-header {
        background-color: var(--main-colour);
        padding: 18px 28px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .contact-form-section .contact-form-card-header i {
            color: var(--secondary-colour);
            font-size: 16px;
        }

        .contact-form-section .contact-form-card-header span {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
        }

    .contact-form-section .contact-form-card-body {
        padding: 25px;
    }

    .contact-form-section .contact-privacy-check .form-check-label {
        font-size: 13px;
        color: var(--text-gray);
    }

        .contact-form-section .contact-privacy-check .form-check-label a {
            color: var(--main-colour);
            font-weight: 600;
            text-decoration: underline;
            transition: color 0.2s;
        }

#contactAlertDiv.alert-success {
    background-color: #f0faf3;
    border-color: rgba(1, 9, 75, 0.1);
    border-left: 4px solid #28a745;
    color: var(--text-black);
    border-radius: 4px;
}

.contact-form-section .message {
    height: 200px;
}
/*#endregion*/

/*#region Footer*/

.footer {
    padding-top: 25px;
    background-color: var(--main-colour);
}

    .footer .container {
        padding-bottom: 25px;
    }

    .footer .footer-block img {
        max-width: 175px;
        filter: brightness(0) invert(1);
    }

    .footer .footer-block h2 {
        font-size: 16px;
        color: var(--secondary-colour);
        font-weight: 700;
    }

    .footer .footer-block p {
        color: #fff;
        margin: unset;
    }

    .footer .footer-block ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .footer .footer-block ul li {
            margin-bottom: 12px;
        }

            .footer .footer-block ul li:last-child {
                margin: unset;
            }

            .footer .footer-block ul li a {
                position: relative;
                color: #fff;
                transition: 0.5s;
            }

                .footer .footer-block ul li a::before {
                    content: "\f061";
                    font-weight: 600;
                    left: 0;
                    opacity: 0;
                    transition: 0.5s;
                    position: absolute;
                    font-family: "Font Awesome 7 Free";
                }

                .footer .footer-block ul li a:hover {
                    padding-left: 20px;
                    text-decoration: underline;
                    color: var(--secondary-colour);
                }

                    .footer .footer-block ul li a:hover::before {
                        opacity: 1;
                        color: var(--secondary-colour);
                    }

    .footer .copyright_area {
        background: #fff;
        color: var(--main-colour);
        text-align: center;
        padding: 20px 15px;
        font-size: 12px;
    }

        .footer .copyright_area a {
            font-weight: 700;
            text-transform: uppercase;
            color: var(--secondary-colour);
        }

            .footer .copyright_area a:hover {
                color: var(--main-colour);
            }

/*#endregion*/

/*#region Privacy Policy*/

.privacy {
    padding-top: 45px; /*80px for navbar height*/
    padding-bottom: 50px;
    position: relative;
}

    .privacy h2 {
        font-size: 30px;
        font-weight: bold;
        color: var(--main-colour);
    }

    .privacy p {
        font-size: 16px;
        line-height: 33px;
        color: var(--text-gray);
    }

/*#endregion*/

/*#region Error Page*/

.error {
    padding: 50px 0;
}

    .error img {
        margin-bottom: 25px;
    }

    .error h1 {
        font-size: 45px;
        font-weight: 800;
    }

    .error h2 {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .error p {
        font-size: 14px;
    }

/*#endregion*/





/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {
}


/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {

    /*#region Banner*/

    .banner.carousel {
        height: 400px;
    }

    .banner .carousel-caption h1 {
        font-size: 40px;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 35px;
    }

    /*#endregion*/
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    /*#region Navbar*/

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .navbar .navbar-nav .nav-item {
        border: unset;
    }

    /*#endregion*/

    /*#region Banner*/

    .banner.carousel {
        height: 545px;
    }

    /*#endregion*/

    /*#region Welcome*/

    .welcome {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Our Rooms*/

    .our-rooms {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Cancellations*/

    .cancellations {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region What We Offer*/

    .offer {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Contact Us*/

    .contact-form-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

        .footer .container {
            padding-bottom: 50px;
        }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy {
        padding: var(--screen-lg-padding);
    }

        .privacy h2 {
            font-size: 40px;
        }

    /*#endregion*/
}

/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    /*#region Master*/

    .section-title {
        margin-bottom: 40px;
    }

        .section-title h2 {
            font-size: 45px;
        }

    .section-eyebrow-text {
        font-size: 18px;
    }


    .content-intro {
        font-size: 15px;
    }

    .content-heading {
        font-size: 30px;
    }

    .content-subtext {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    h5 {
        font-size: 22px;
    }

    /*#endregion*/

    /*#region Navbar*/

    .navbar ul li a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: var(--secondary-colour);
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover::before, .navbar a.active::before {
        visibility: visible;
        width: 100%;
    }

    /*#endregion*/

    /*#region Banner*/

    .banner.carousel {
        height: 665px;
    }

    .banner .carousel-caption h1 {
        font-size: 50px;
    }

    /*#endregion*/

    /*#region What We Offer*/

    .location-card-header h4 {
        font-size: 24px;
    }

    .location-card-header p {
        font-size: 14px;
    }

    /*#endregion*/

    /*#region Contact Us*/

    .contact-info-intro {
        font-size: 15px !important;
    }

    .contact-form-section .contact-info-list span {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer .footer-block h2 {
        font-size: 18px;
    }

    .footer .copyright_area {
        font-size: 14px;
    }
    /*#endregion*/

    /*#region Error Page*/

    .error h1 {
        font-size: 85px;
    }

    .error h2 {
        font-size: 75px;
        margin-bottom: 30px;
    }

    .error p {
        font-size: 18px;
    }
    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 45px;
    }
    /*#endregion*/
}

/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {

    /*#region Banner*/

    .banner.carousel {
        height: 800px;
    }

    .banner .carousel-caption h1 {
        font-size: 80px;
    }

    /*#endregion*/

}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Banner*/

    .banner.carousel {
        height: 995px;
    }

    /*#endregion*/
}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }

    /*#region Banner*/

    .banner.carousel {
        height: 1500px;
    }

    /*#endregion*/
}

/*Extra Large Screen 32 Inch ( (Resolution 3840x2160 ) 3840px and up) */
@media (min-width: 3840px) {
}
