@font-face {
    font-family: 'glastoneregular';
    src: url('../fonts/glastone-regular-webfont.woff2') format('woff2'),
         url('../fonts/glastone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'niveau_grotesklight';
    src: url('../fonts/hvd_fonts_-_niveaugrotesklight-webfont.woff2') format('woff2'),
         url('../fonts/hvd_fonts_-_niveaugrotesklight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:root{
    --grey-bg: #fff2e1;
    --grey-dark:#191512;
    --grey-mid:#7b7b7b;
    --dark-green:#21403b;
    
    --theme-dark:#020202;

    --hero-text:#cac77a;

    --text-brown:#95775a;
    --text-brown-lite:#bba48f;
    --bg-green:#24413d;
}

/* Global Section */

section{
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color:var(--grey-bg);
}

@media (max-width: 768px) {

    section{
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-color:var(--grey-bg);
    }


}

h1, h2, h3{
    font-family: 'glastoneregular', sans-serif;
}

p{
    font-family: 'niveau_grotesklight', sans-serif;
}

.page-wrapper{
    background-color: var(--grey-bg);
}

.btn-success{
    background-color: var(--dark-green);
    border: 1px solid var(--grey-mid);
}


.entry-content h3{
    margin-top: 2.4rem !important;
}

/*.btn-outline-success{*/
/*    color: var(--hero-text);*/
/*}*/

.btn-hero{
    /* border: 2px solid var(--hero-text); */
    border: 2px solid white;
    /*background-color: var(--theme-dark);*/
    /* color: var(--hero-text); */
    color: white;
}

.btn-hero:hover{
    border: 2px solid white;
    background-color: var(--grey-bg);
    /* color: var(--hero-text); */
    color: rgb(0, 0, 0);
}



.btn-outline-success:hover{
    background-color: var(--dark-green) !important;
    /*border: 1px solid var(--grey-mid);*/
    /*border: 2px solid var(--hero-text);*/
}

.hero-text-color{
    color: var(--hero-text);
}


.section-header{
    margin-bottom: 2rem;
    /* margin-top: 4rem;  */
}


.page-header{
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem; 
}


.page-header p{
    padding: 0 8rem 0 8rem;
    text-align: center;
    font-size: 1.2rem;
}


@media (max-width: 768px) {
    .section-header{
        margin-bottom: 1.6rem;
        margin-top: 1rem;
        font-size: 2.2rem;
    }

    .page-header p{
        padding: 0 1rem 0 1rem !important;
        text-align: center;
        font-size: 1.2rem;
    }

  }


.entry-header{
    font-family: 'glastoneregular', sans-serif;
    text-align: center;
}

.entry-content p{
    text-align: center;
    font-family: 'niveau_grotesklight', sans-serif;
    font-size: 1.2rem;
}


.container{
    width: 76vw !important;
}

@media (max-width: 768px) {
    .container{
        width: 94vw !important;
    }

  }

/* .btn{
    border-radius: 12%;
} */

/* navbar section */



#wrapper-navbar {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#wrapper-navbar-normal {
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background-color: var(--grey-bg);
    margin-bottom: 20px Im !important;
    /* background-color:white; */
}

/* Make sure the navbar stays on top */
.navbar {
    position: absolute;
    width: 100%;
    z-index: 3;
}





@media (min-width: 768px) {
    /* For medium and larger devices */
    .nav-container {
      padding: 0;
    }


  }



  @media (max-width: 768px) {
    .navbar-brand img{
        width: 160px !important;
    }

    /* .nav-phone{
        display: none !important;
    } */

  }







.navbar-brand{
    width: 220px !important;
}

.phone-nav{
    font-weight: 600;
    font-size: 1rem;
    padding-right: 1rem;
}


.navbar-toggler {
border: none !important;
padding: 0 !important;
}

.navbar-toggler:focus {
border-color: none !important;
box-shadow: none !important;
}

.navbar-toggler-icon {
width: 32px !important;
height: 32px !important;
background-image: url("../images/toggler.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}


.navbar-toggler-icon-black {
width: 32px !important;
height: 32px !important;
background-image: url("../images/toggler-black.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

/* Off-canvas */

.offcanvas.offcanvas-end {
    width: 40% !important;
}

.offcanvas-body{
    text-align: center;
}

.offcanvas-body .nav-link{
    font-size: 1.8rem;
    color: rgb(147, 155, 162) !important;
}

/* hero section */
.video-hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


.hero-background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
}


.unmute-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.unmute-button:hover {
    background: rgba(0, 0, 0, 0.8);
}


#youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#youtube-player iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200vw !important; /* Increased to ensure full coverage */
    height: 200vh !important; /* Increased to ensure full coverage */
    pointer-events: none;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-content {
    /* color:var(--hero-text); */
    color: white;
    text-align: center;
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 0 20px;
    /* background-color: rgba(208, 195, 180, 0.034); */
    width: 40%;
}

.hero-content h1 {
    font-size: 3.6rem;
    margin-bottom: 1rem;
}


@media (max-width: 768px) {


    .hero-content {
        color:var(--hero-text);
        width: 70%;

    }



    .hero-content h1 {
        font-size: 2.5rem;
        color: white;
    }
    
    .hero-text p {
        font-size: 1rem;
    }
}



.hero-section-two{
    position: relative;
    background-image: url('../images/flower-left.png'), url('../images/flower-right.png');
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 240px; /* or adjust as needed: cover, auto, etc. */
    padding: 100px 0; /* Adjust padding for spacing */



    .hero-text p {
        font-size: 1.46rem;
        font-family: 'niveau_grotesklight', sans-serif;
        
    }
}


/* Contact section */
.contact-section {
    background-color: var(--grey-bg);
}


.page .wpcf7{
    max-width: 100%;
}

/* Reset default styles for all form elements */
.contact-section .wpcf7 input[type="text"],
.contact-section .wpcf7 input[type="email"],
.contact-section .wpcf7 input[type="tel"],
.contact-section .wpcf7 textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 8px 0;
    margin: 8px 0;
    border: none;
    border-bottom: 2px solid rgb(108, 108, 108);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease;
}

/* Focus, hover, and active states */
.contact-section .wpcf7 input[type="text"]:focus,
.contact-section .wpcf7 input[type="email"]:focus,
.contact-section .wpcf7 input[type="tel"]:focus,
.contact-section .wpcf7 textarea:focus,
.contact-section .wpcf7 input[type="text"]:hover,
.contact-section .wpcf7 input[type="email"]:hover,
.contact-section .wpcf7 input[type="tel"]:hover,
.contact-section .wpcf7 textarea:hover,
.contact-section .wpcf7 input[type="text"]:active,
.contact-section .wpcf7 input[type="email"]:active,
.contact-section .wpcf7 input[type="tel"]:active,
.contact-section .wpcf7 textarea:active {
    border: none;
    border-bottom: 2px solid var(--grey-mid);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

/* Updated textarea styles with shorter height */
.contact-section .custom-textarea,
.contact-section .wpcf7 textarea {
    min-height: 50px; /* Reduced from 120px */
    max-height: 90px;
    resize: vertical;
}

/* Submit button styles */
.contact-section .wpcf7 input[type="submit"],
.contact-section .btn-outline-primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: black;
    border: 1px solid black;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Submit button hover, focus, and active states */
.contact-section .wpcf7 input[type="submit"]:hover,
.contact-section .wpcf7 input[type="submit"]:focus,
.contact-section .wpcf7 input[type="submit"]:active,
.contact-section .btn-outline-primary:hover,
.contact-section .btn-outline-primary:focus,
.contact-section .btn-outline-primary:active {
    background-color: var(--grey-dark);
    outline: none;
}

/* Remove autofill background color in WebKit browsers */
.contact-section .wpcf7 input:-webkit-autofill,
.contact-section .wpcf7 input:-webkit-autofill:hover,
.contact-section .wpcf7 input:-webkit-autofill:focus,
.contact-section .wpcf7 textarea:-webkit-autofill,
.contact-section .wpcf7 textarea:-webkit-autofill:hover,
.contact-section .wpcf7 textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--grey-bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* Firefox specific styles */
.contact-section .wpcf7 input[type="text"],
.contact-section .wpcf7 input[type="email"],
.contact-section .wpcf7 input[type="tel"],
.contact-section .wpcf7 textarea {
    background-color: transparent !important;
}

@-moz-document url-prefix() {
    .contact-section .wpcf7 input[type="text"],
    .contact-section .wpcf7 input[type="email"],
    .contact-section .wpcf7 input[type="tel"],
    .contact-section .wpcf7 textarea {
        background-image: none;
        background-color: transparent;
    }
}

.contact-typo{
    margin-top: 7rem !important;
}

.contact-typo p {
    margin-bottom: 0.5rem;
    color:var(--grey-dark);
    font-weight: 600;
}

.contact-typo a {
    color:var(--theme-dark);
    text-decoration: none;
}










/* Amenities */

.amenities-section {
    background-color: var(--bg-green);
}

.amenity-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #a5b5a6;
    border-radius: 50%;
    padding: 15px;
}

.amenity-text {
    color: #a5b5a6;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.section-title {
    color: #a5b5a6;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.amenity-item {
    text-align: center;
    margin-bottom: 2rem;
    /* border: 1px solid white; */
}

.amenity-item-img{
    height: 90px;
    width:90px;
    border: 3px solid rgb(96, 147, 129);
    border-radius: 50% !important;
    padding: 10px;
}

.image-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bonfire-image {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
   
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }
    
    .amenity-icon {
        width: 60px;
        height: 60px;
    }
    
    .image-container {
        height: 400px; /* Fixed height for mobile */
        position: relative;
        margin-top: 2rem;
    }
}


/* experiences *//* experiences *//* experiences */
/* experiences */

.experience-section{
    background-image:  url('../images/flower-right.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 240px; 
    padding: 100px 0; 
}


.carousel.carousel-fade .carousel-item {
    transition: opacity 0.8s ease-in-out;
}

#experienceCarousel .carousel-item {
    height: 560px; 
}

#experienceCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.experience-list {
    list-style: none;
    padding: 0;
}

.experience-item {
    padding: 1rem 0;
    border-bottom: 1px solid #1A352A;
    transition: opacity 0.3s ease;
    font-size: 1.4rem;
}

.experience-item button {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.experience-item button:active,.experience-item button:focus {
    font-weight: bold !important;
}

.read-more-btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: 1px solid #1A352A;
    border-radius: 30px;
    color: #1A352A;
    text-decoration: none;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    background-color: #1A352A;
    color: #FFF5EB;
}

/* Hide carousel controls */
#experienceCarousel .carousel-indicators,
#experienceCarousel .carousel-control-prev,
#experienceCarousel .carousel-control-next {
    display: none;
}

/* Remove button focus outline */
.experience-item button:focus {
    outline: none;
    box-shadow: none;
}


/* Gallery  *//* Gallery  *//* Gallery  */
/* Gallery  *//* Gallery  *//* Gallery  */


.gallery-item {
    /* aspect-ratio: 16/9; */
    overflow: hidden;
    /* border-radius: 8px; */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* New Navigation Styles */




/* Updated Navigation Styles */
.carousel-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* New Oval Container Styles */
.indicator-container {
    background: rgba(139, 69, 19, 0.1); /* Light brown background */
    border-radius: 25px; /* Makes it oval */
    padding: 0px 20px;
    border: 1px solid rgba(139, 69, 19, 0.2); /* Subtle border */
}

.carousel-indicators {
    position: static;
    margin: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background-color: #8B4513 !important;
    opacity: 0.3;
    margin: 0 !important;
    flex: none;
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.2);
    background-color: #8B4513 !important;
}

.carousel-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #8B4513;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-nav-btn:hover {
    background-color: #6B3410;
    transform: scale(1.1);
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .gallery-item {
        aspect-ratio: 4/3;
    }
    
    .carousel-navigation {
        flex-wrap: wrap;
        gap: 15px;
    }

    .indicator-container {
        padding: 6px 16px;
    }

    .carousel-indicators {
        gap: 6px;
    }
}










/* Responsive adjustments */
@media (max-width: 768px) {
    .gallery-item {
        aspect-ratio: 4/3;
    }
    
    .carousel-navigation {
        flex-wrap: wrap;
        gap: 15px;
    }
}


/* ABOUT STYLES *//* ABOUT STYLES *//* ABOUT STYLES */
/* ABOUT STYLES *//* ABOUT STYLES *//* ABOUT STYLES */


#about{
    background-color:var(--grey-bg);
    position: relative;
    background-image: url('../images/flower-left.png'), url('../images/flower-right.png');
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 300px; /* or adjust as needed: cover, auto, etc. */



   
    .entry-content {
        padding-top: 3rem;
    }



}




/* ACCOMODATION STYLES *//* ACCOMODATION STYLES */
/* ACCOMODATION STYLES */

.accomodation-wrapper{
    background-color: var(--grey-bg);

}

.accomodation-wrapper .item{
    background-color: white;
}


.room-content {
    padding: 2rem 0;
}

.room-number {
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.room-title {
    font-size: 1.46rem;
    color: #333;
}

.room-occupancy {
    color: #666;
    font-style: italic;
    display: inline-block;
    min-width: 100px;
    width: auto; 
    border-bottom: 2px solid #3f3f3f;
}




#accomodation-wrapper .carousel {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#accomodation-wrapper .carousel-item {
    height: 600px;
}

#accomodation-wrapper .carousel-item img {
    height: 600px !important;
    object-fit: cover;
    border-radius: 0px !important;
}

#accomodation-wrapper .carousel-control-prev,
#accomodation-wrapper .carousel-control-next {
    width: 10%;
    background: rgba(0, 0, 0, 0.2);
}

.btn-outline-primary {
    border-color: #333;
    color: #333;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.btn-outline-primary:hover, .btn-outline-primary:focus,.btn-outline-primary:active {
    background-color: #333 !important;
    border-color: #333;
    color: white;
}

@media (max-width: 768px) {
    .room-content {
        padding: 1rem 0;
    }
    
    .carousel-item img {
        height: 300px;
    }
}


#full-width-page-wrapper{
    background-color:var(--grey-bg);
    position: relative;
    background-image: url('../images/flower-left.png'), url('../images/flower-right.png');
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 300px; 
    padding: 4rem 0;


    /* .entry-content h3{
        margin-top: 5rem !important;
    } */

    article img{
        width: 100% !important;
        margin-top: 5rem;
    }

}




/* GALLERY *//* GALLERY *//* GALLERY */
/* GALLERY *//* GALLERY *//* GALLERY */

.card {
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
}
.card:hover {
    transform: scale(.96);
}

.gallery-container  {
    padding: 0 15px 3rem;
}

.gallery-container .card img {
    height: 600px;
    object-fit: cover;
    width: 100%;
    border-radius: 0px !important;
}


/* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER */

#wrapper-footer {
    background-color: var(--grey-dark);
    color:var(--text-brown-lite);
    padding: 3rem 0;
}

.footer-logo {
    max-width: 200px;
    height: auto;
}

.footer-contact {
    font-style: normal;
}

.footer-contact p {
    margin-bottom: 0.5rem;
    color:var(--text-brown-lite);
}

.footer-contact a {
    color:var(--text-brown-lite);
    text-decoration: none;
}

.footer-nav .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav .footer-menu li {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #4f4c4c;
}

.footer-nav .footer-menu a {
    color:var(--text-brown-lite);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav .footer-menu a:hover {
    color: var(--hero-text);
}

.awards-social {
    text-align: right;
}

.tripadvisor-awards {
    margin-bottom: 1rem;
}

.award-img {
    max-width: 100px;
    height: auto;
    margin-left: 0.5rem;
}

.social-icons {
    margin-bottom: 1rem;
}

.social-icon {
    color:var(--text-brown-lite);
    font-size: 1.5rem;
    margin-left: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: var(--hero-text);
}

.whatsapp-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.whatsapp-link {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
    color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.whatsapp-link:hover {
    transform: scale(1.1);
    color: #ffffff;
}

.copyright-row {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright, .credits {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
    .awards-social {
        text-align: center;
        margin-top: 2rem;
    }
    
    .social-icons {
        margin-top: 1rem;
    }
    
    .copyright-row {
        text-align: center;
    }
    
    .credits {
        text-align: center;
        margin-top: 0.5rem;
    }
}





/* new off-canvas */

.menu {
    position: fixed;
    top: 0;
    right: -100%; /* Changed from -300px */
    width: auto;  /* Changed from 300px */
    padding-left:2rem;
    padding-right:2rem;
    height: 100%;
    background-color: #1a1a1a;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .menu.active {
    right: 0;
  }

  .menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
  }

  .close-button {
    background: none;
    border: none;
    color: white;
    font-size: 2rem; /* Increased size */
    cursor: pointer;
    padding: 0.5rem 1rem;
  }

  .menu-content {
    padding-top: 4rem; /* Increased padding */
    height: 100%;
    display: flex;
    align-items: top; /* Centers content vertically */
  }

  .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; /* Takes full width */
    text-align: center; /* Centers list items */
  }

  .menu-list li {
    margin-bottom: 1rem;
  }

  .menu-list a {
    color: var(--text-brown);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    /* padding: 1rem; */
    transition: color 0.3s ease;
    text-align: center; 
  }

  .menu-list a:hover {
    color: var(--hero-text);
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
  }

  .overlay.active {
    display: block;
  }

  /* #OpenMenu {
    padding: 0.75rem 1.5rem; 
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1rem; 
  }

  #OpenMenu:hover {
    background-color: #2563eb;
  } */


/* HOME ACCOMODATION SECTION */  /* HOME ACCOMODATION SECTION */
/* HOME ACCOMODATION SECTION */  /* HOME ACCOMODATION SECTION */
/* HOME ACCOMODATION SECTION */  /* HOME ACCOMODATION SECTION */

.accommodation-section{
    background-image:  url('../images/flower-left.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 160px; 
    padding: 100px 0; 

}


  .accommodation-section .glide__slide {
    display: flex;
    justify-content: center;
}

.accommodation-section .accommodation-slide {
    width: 100%;
}



.accommodation-section .accommodation-slide img {
    height: 460px;                     /* Set the fixed height */
    width: 100%;                        /* Ensure the image spans the full width of its container */
    object-fit: cover;                  /* Preserve aspect ratio, cropping excess part of the image */
    object-position: center center;     /* Center the image both horizontally and vertically */
  }
  


/* .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    pointer-events: none;
    z-index: 10000000999999999;
} */

.accommodation-section .accommodation-caption {
    font-family:'glastoneregular', serif;
    text-transform:capitalize;
    /* background-color: rgba(0, 0, 0, 0.5); */

    background: linear-gradient(
        to bottom,
        rgba(209, 231, 182, 0.1) 0%,
        rgba(5, 22, 0, 0.9) 100%
    );
    left: 0;
    bottom:0;
    top: 0;
}

.accommodation-section h5 {
    font-size: 1.2rem;
    text-align: center;
    font-family: 'glastoneregular';
    text-transform: capitalize;
    background: #3f3f3f14;
    color: #e2ede2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 1.2rem;

}









