/*
@import url('/resources/css/main.css');
*/
@import url('/resources/css/menu.css')  screen and (min-width: 1201px);
@import url('/resources/css/menu-responsive.css') screen and (max-width: 1200px);


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html, body, th, td {
    font-family: 'Roboto', sans-serif;
}

header {
    --header-bg-colour: #ffffff;
    --header-text-colour-primary: ##fff;
    --top-bar-bg-colour: #545454;
    --top-bar-text-colour: #fff;
    --info-bar-bg-colour: #f2f2f2;
}

.columns-2 {
    columns: 2 auto;
}

:root {
    --primary-colour: #044A1F;
    --primary-rgb: 4,74,31;
    --primary-contrast-colour: #fff;
    --primary-light-colour: #ecf5ef;
    --primary-border-colour: #a7bdaf;
    --main-bg-hilite: #f7f7f7;
    --main-bg-colour: #fff;
    --menu-bar-bg-colour: var(--primary-colour);
    --menuitem-active-bg-colour: #ffffff;
    --menuitem-colour: #fff;
    --menuitem-active-colour: #000;
    --submenu-bg-colour: #ffffff;
    --submenu-bg-active-colour: var(--primary-colour);
    --submenu-item-colour: #000;
    --submenu-item-active-colour: #fff;

    --bs-primary:  #044A1F;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #ecf5ef;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 4,74,31;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text: #044A1F;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #056229;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;


    
    /* Changes the primary colour for shoe lace components */
    --sl-color-primary-50: var(--primary-border-colour);
    --sl-color-primary-100: var(--primary-border-colour);
    --sl-color-primary-200: var(--primary-border-colour);
    --sl-color-primary-300: var(--primary-border-colour);
    --sl-color-primary-400: var(--primary-border-colour);
    --sl-color-primary-500: var(--primary-border-colour);
    --sl-color-primary-600: var(--primary-colour);
    --sl-color-primary-700: var(--primary-colour);
    --sl-color-primary-800: var(--primary-colour);
    --sl-color-primary-900: var(--primary-colour);
    --sl-color-primary-950: var(--primary-colour);

}

/* bootstrap icon */
.bi {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentcolor;
}

.navbar {

    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: #afafaf;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-bg-subtle);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}



.comma-list {
    display: inline;
    list-style: none;
    padding: 0px;
}

.comma-list li {
    display: inline;
}

.comma-list li::after {
    content: ", ";
}

.comma-list li:last-child::after {
    content: "";
}


.form-control:focus {
    border-color: #fff;
    box-shadow: 0 0 0 0.25rem rgb(7 122 51 / 25%);
}

.mainSection {
    --text-colour: #333;
    --main-link-colour: #333;
}

footer {
    --main-footer-colour: #044A1F;
    --main-footer-bg-colour: #fff;
    --business-footer-bg-colour: #e1e1e1;
    --business-footer-colour: #333;
    border-top: 1rem solid black;
    border-top-color: var(--main-footer-bg-colour);
}



header a {
    color: var(--primary-colour);
}

.maincontent a {
    color: var(--primary-colour);
}

.maincontent a.btn {
    color: var(--primary-contrast-colour);
    font-weight: bold;
}

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

footer ul {
    list-style-type: none;
    padding-left: 0;
}

img {
    max-width: 100%;
}

.logoHeaderBar {
    min-height: 150px;
}

h1, h2, h3 {
    color: var(--primary-colour);
}

h2 {
    margin-top: 2rem;
}


.agent-status {
    background-color: var(--bs-warning);
    text-align: center;
}
.outerSlides h1,
.outerSlides h2{
    color: var(--primary-contrast-colour);
}

.hiliteSection {
    background-color: var(--main-bg-hilite);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.rich img {
    max-width: 40%;
    margin-bottom: 1rem;
    clear: both;
}

.highlight {
    background-color: rgba(var(--primary-rgb), 0.2);
    color: var(--text-colour);
    padding: 1rem;
}

.float-right {
    float: right;
    clear: both;
    max-width: 300px;
    margin-left: 1rem;
}

/******************************************************************
 * Info box component
 ******************************************************************/
.infoBox-container {
    display: flex;
    flex-wrap: wrap;
}


.info-box {
    width: 283px;
    max-width: 283px;
    min-width: 283px;
    display: flex;
}

.info-box .fa-solid {
    color: var(--primary-colour);
    margin-bottom: 0.5rem;
}


.info-box small {
    color: red;
}

.info-box [slot='footer'] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card {
    padding: 0px;
    margin: 1rem;
}

.card a {
    text-decoration: none;
}
.card-link {
    margin-bottom: 0.5rem;
    text-align: center;
}

/*****************************************/

.largeImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem;
}

.largeImage .inner {
    padding: 1rem;

    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.mainNav {
    background-color: var(--menu-bar-bg-colour);
}


.tagline {
    text-align: center;
}

/************************************************
 * Slideshow / carousel
 ************************************************/

.slideshow-container {
    position: relative;
    max-height: 500px;
}

  /* Hide the images by default */
.slideItem {
     max-height: 500px;
}

.carousel-indicators {
    margin-bottom: 0;
}

/* Caption text */
.slideItem .text {
    color: #f2f2f2;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    position: absolute;
    top:0;
}

.slideItem .caption a {
    text-decoration: none;
}
.slideItem.visible {
    display: block !important;
}

.flexContainer {
    display: flex;
    height: 100%;
    align-items: center;
}


.carousel-inner .flexItem {
    width: 70%;
    background-color: rgba(0,0,0,0.5);
    padding: 2rem;
}

.carousel-inner .flexItem a {
    color: var(--primary-contrast-colour);
}



/************************************************
 * Availability form
 ************************************************/
.availability-form {
    background-color: var(--primary-light-colour);
    border: 2px solid var(--primary-border-colour);
}

.occupation-adjuster {
    display: block;
    background-color: #fff;
    border: 2px solid var(--primary-border-colour);
}




/*********************************************************
 * Responsive table
 *********************************************************/

/*
    Max width before this PARTICULAR table gets nasty. 
    This query will take effect for any screen smaller than 760px and also iPads specifically.
*/
@media
only screen 
and (max-width: 760px), (min-device-width: 768px) 
and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table.nm-responsive-table, .nm-responsive-table thead, 
    .nm-responsive-table tbody, .nm-responsive-table th, 
    .nm-responsive-table td, .nm-responsive-table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .nm-responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .nm-responsive-table tr {
        margin: 0 0 1rem 0;
    }

    .nm-responsive-table tr:nth-child(odd) {
        background: var(--primary-light-colour);
    }

    .nm-responsive-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .nm-responsive-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

   .nm-responsive-table td:before { content: attr(data-label); }


   .itinerary tfoot {
        display: block;
   }

   .itinerary.checkout tfoot {
        display: table-row-group;
    }

   .itinerary tfoot td::before {
        width: 0%;
   }
   .itinerary tfoot td {
        display: table-cell;
        padding: 1rem;
        width: 100%;
   }

    .itinerary tbody td,
    .itinerary th {
        border-left: 2px solid var(--primary-colour);
        border-right: 2px solid var(--primary-colour);
        border-top: none !important;
    }

    .itinerary tbody th:first-child,
    .itinerary tbody td:first-child {
        border-left: 2px solid var(--primary-colour) !important;
        border-top: 2px solid var(--primary-colour) !important;
    }

    .itinerary tbody th:last-child,
    .itinerary tbody td:last-child {
        border-right: 2px solid var(--primary-colour) !important;
        border-bottom: 2px solid var(--primary-colour) !important;
    }
}

/***************************************************************
 * Itinerary page
 ***************************************************************/

table.itinerary {
    width: 100%;
    border-collapse: collapse;
}

.minCol {
    width: 1rem;
}

.itinerary.checkout table {
    width: 100%;
}


.itinerary td,
.itinerary th {
    border-top: 1px solid var(--primary-colour);
    border-bottom: 1px solid var(--primary-colour);
}

.itinerary tr.available-0 td {
    text-decoration: line-through;
}

.itinerary tr.available-0 td.deleteRow {
    text-decoration: none;
}

.itinerary tr:nth-child(odd) td {
    background-color: var(--primary-light-colour);
}

.itinerary thead th,
.itinerary tfoot td {
    font-weight: bold;
    background-color: var(--primary-colour) !important;
    color: white;
}

.itinerary tfoot td {
    font-weight: bold;
}

.itinerary th:first-child,
.itinerary td:first-child {
    border-left: 1px solid var(--primary-colour);
}

.itinerary th:last-child,
.itinerary td:last-child {
    border-right: 1px solid var(--primary-colour);
}


@media
only screen 
and (min-width: 1025px) {
    .itinerary td,
    .itinerary th {
        padding: 0.5rem 1rem;
    }

    .itinerary .number {
        text-align: right;
    }
}


.htmlContent {
    margin-bottom: 1.5rem;
}
/***************************************************************
 * HOTEL details page
 ***************************************************************/

 .outerSlides {
    position: relative;
 }
 .hotelName {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    color: white;
    z-index: 100;
 }

@media only screen and (max-width: 767px) {
    .hotelName {
        position: static;
    }
}
 


 .hotelName .inner {
    background: rgba(0,0,0,0.5);
 }

 #hotelMap {
    width: 100%;
    height: 400px;
 }



 .info-box .richText {
    min-height: 50px;
 }


.facility-list {
    display: flex; /* Use flexbox for better alignment */
    flex-wrap: wrap; /* Allow items to wrap to the next row */
    list-style: none;
    padding: 0;
    margin: 0;
}

.facility-list li {
    flex: 0 0 50%; /* Each item takes up half of the container */
    box-sizing: border-box; /* Include padding and border in width */
    padding: 0.5rem; 
}

.facility-list li::before {
    content: "✔";
    color: var(--primary-colour);
    font-weight: normal;
    margin-right: 0.5rem; /* Add spacing between the checkmark and the text */
}

 /*****************************************************************
  * Availability
  *****************************************************************/
.room-availability {
    border: 1px solid var(--primary-colour);
}

.rate-availability:nth-child(even) {
    background-color: var(--primary-light-colour);
}
.room-head {
    background-color: var(--primary-colour);
    color: var(--primary-contrast-colour);
    font-weight: bold;
}


/***************************************************************
 * checkout page
 ***************************************************************/

.cardType {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem!important;
}
.cardTypeLabel {
    font-weight: bold;
}

.book-message {
    height: 0;
    transition: height 4s;
}

.book-message.message-open {
    height: auto;
}

.threeds {
    display: none;
}

.ph-text {
    display: inline-block;
    background-color: #444;
    height: 12px;
    border-radius: 100px;
    margin: 5px 0;
    min-width: 0.5rem;
    width: 100%;
    opacity: .1;
    animation: fading 1.5s infinite;
}

@keyframes fading {
    0% {
      opacity: .1;
    }
    
    50% {
      opacity: .2;
    }
    
    100% {
      opacity: .1;
    }
}

.payment-methods li {
    background-color: var(--primary-light-colour);
}

.payment-methods li.pm-disabled {
    background-color: #f9f9f9;
}

li.pm-disabled .payment-desription {
    color: #999999;
}

.row-item-alert {
    color: red;
    display: inline-block;
    margin-top: 1rem;
}

/************************************************************
 * map page / mapbox
 ************************************************************/
 
 .mapboxgl-popup-content a {
    color: white;
    text-decoration: none;
 }

 .mapboxgl-popup-content a:focus-visible {
    outline: none;
 }

 .mapboxgl-popup-content .strapline {
    background: rgba(0,0,0,0.5);
    color: white;
 }




/*******************************************
 * Carousel
 *******************************************/
 
.carousel-item img {
    position: relative;
}

.carousel-item .image-caption {
    display: block;
    width: 100%;
    padding: 0.5rem;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    color: var(--primary-colour);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
/*
@media (min-width: 768px) {
    

    #hotelImageCarousel .carousel-inner .carousel-item-end.active,
    #hotelImageCarousel .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    #hotelImageCarousel .carousel-inner .carousel-item-start.active, 
    #hotelImageCarousel .carousel-inner .carousel-item-prev {
     transform: translateX(-25%);
    }

}

#hotelImageCarousel .carousel-inner .carousel-item-end,
#hotelImageCarousel .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

*/

#carouselModal .carousel-item img {
    width: 100%;
}


.carousel.carousel-thumbs-top {
    padding: 0px;
}

.carousel.carousel-thumbs-top .carousel-indicators {
    top: 0;
    bottom: auto;
}

.carousel .carousel-indicators button {
    width: 100px !important;
}


#carousel-testimonials,
#carousel-feedback {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 3rem;
}

#carousel-testimonials .carousel-indicators,
#carousel-feedback .carousel-indicators {
    margin: auto;
    background-color: rgba(var(--primary-rgb, 0.5));
}

#carousel-feedback .feedback-text {
    font-style: italic;

}
#carousel-feedback .customer-name {
    font-weight: bold;
    text-align: right;

}


.modal-body {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    padding: 0; /* Remove extra padding */
    height: calc(100vh - 120px); /* Adjust height to account for header and footer */
}

.modal-body img {
    max-width: 100%; /* Image should not exceed the modal's width */
    max-height: 100%; /* Image should not exceed the modal's height */
    object-fit: contain; /* Maintain aspect ratio */
}

/*********************************************************
 * Page overlay spinner
 *********************************************************/

.spanner{
    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    top: 50%;
    left: 0;
    background: #333;
    width: 100%;
    
    text-align:center;
    height: 100%;
    color: var(--primary-colour);
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.load-message-container {
    background-color: white;
}
.load-message-container.inside {
    padding: 2rem;
    margin: 1rem;
    color: var(--primary-colour);
    border: 3px solid var(--primary-colour);
}


.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: var(--primary-colour);
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

.load-message {
    font-weight: bold;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay {
    background-color: rgba(0,0,0,0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.spanner.show, .overlay.show {
	opacity: 1;
}


@media (max-width: 960px) {

    .rich img {
        width: 50%;
        max-width: 50%;
    }

    .largeImage {
        padding: 7rem;
    }
}



@media (max-width: 767px) {

    .rich img {
        width: 50%;
        max-width: 50%;
    }

    .largeImage {
        padding: 5rem;
    }

    .outerSlides {
        font-size: 1rem;
        line-height: 1rem;
    }

    .outerSlides h2{
        font-weight: bold;
        font-size: 1.2rem;
    }
}

@media (max-width: 575px) {

    .columns-2 {
        columns: 1 auto;
    }
    
    .rich img {
        width: 100%;
        max-width: 100%;
    }

    .largeImage {
        padding: 3rem 2rem;
    }

    .float-right {
        float: none;
        width: 100%;
        clear: both;
        max-width: 100%;
        margin-left: 0;
    }
}