.averia-serif-libre-light {
    font-family: "Averia Serif Libre", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .averia-serif-libre-regular {
    font-family: "Averia Serif Libre", serif; 
    font-weight: 400;
    font-style: normal;
  }
  
  .averia-serif-libre-bold {
    font-family: "Averia Serif Libre", serif; 
    font-weight: 700;
    font-style: normal;
  }
  
  .averia-serif-libre-light-italic {
    font-family: "Averia Serif Libre", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .averia-serif-libre-regular-italic {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .averia-serif-libre-bold-italic {
    font-family: "Averia Serif Libre", serif;
    font-weight: 700;
    font-style: italic;
  }
   
/* Loader styling */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:#4A6151; /* Background color of the loader */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensures it's above all content */
  }
  
  .loader-logo {
    width: 120px; /* Adjust size of the logo */
    animation: spin 2s infinite linear; /* Spinning animation */
  }
  
  /* Keyframes for spinning effect */
  @keyframes spin {
    0%, 100% {
        transform: scale(1); /* Normal size */
      }
      50% {
        transform: scale(1.2); /* Zoomed in */
      }
  }
  

   body {
        font-family: "Public Sans", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    }
    nav.navbar.navbar-expand-lg.customTopbar {
        position: fixed;
        top: 0;
        z-index: 99;
    }
    nav.navbar.navbar-expand-lg.customTopbar img {
        width: 140px;
        margin-left: 15px;
        margin-top: 10px;
    }
    .hero-section2{
    .banner-bottom{background-color: #333D29;
        height: 173px;
        width: 100%;
        position: relative;
        bottom: 0;}

    }

    .hero-section {
        position: relative;
       /* height: 100vh; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

      
    .hero-text-top {
       
        max-width: 580px;
        color: #E6E4D8;
        text-align: center;
        font-family: "Averia Serif Libre";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 130% */
        letter-spacing: 7px;
        padding-bottom: 130px;
        text-shadow: 0 4px 4px rgb(0 0 0 / 18%);
    }
    .hero-title {
        color: #E6E4D8;
        font-family: "Averia Serif Libre";
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;text-shadow: 0 4px 4px rgb(0 0 0 / 18%);
    }
    .hero-title span {
        color: #E6E4D8;
        font-family: "Averia Serif Libre";
        font-size: 90px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;text-shadow: 0 4px 4px rgb(0 0 0 / 18%);
    }
    .hero-text-bottom {
        font-size: 19px;
        margin-top: 90px;
        line-height: 1.5;
        width: 340px;
        color: #fff;
        margin-left: 80px;
        font-family: "Averia Serif Libre", serif;
        letter-spacing: 7px;
        text-shadow: 0 4px 4px rgb(0 0 0 / 18%);
    }
    .hero-subtitle {
        font-size: 3rem;
        margin-top: 30px;
        font-weight: lighter;
        padding-right: 140px;
    }
    .button-section {
        position: absolute;
        bottom: 30px;
        left: 30px;
    }
    .button-section .btn {
        margin-right: 15px;
        padding: 10px 20px;
    }
    .dropdown-section {
        position: fixed;
        bottom: 20px;
        right: 30px;        z-index: 9;
    }
    .book-now-btn {
        left: 30px;
    }
    select.form-select {
        font-size: 12px;
        border-radius: 11px;
        padding: 5px 38px 5px 10px;background-color: #cdc4a6;
        color: #333;
    }

}


    .hero {
       
        height: 100vh;
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section {
            padding: 60px 20px;
        }
        .section-dark {
            background-color: #2b2b2b;
            color: white;
        }
    .offcanvas-header {
        /* border-bottom: 1px solid #ddd; */
    }
    div#sideMenu {
    background:#4A6151!important;
    --bs-offcanvas-width: 450px;
}
    .offcanvas-body {
        font-size: 18px;
        padding: 0 20px 0;
    }
    .offcanvas-body ul {
        list-style: none;
        padding: 0;    margin: 0;
    }
    .offcanvas-body ul li {
        padding: 12px 0;
        border-bottom: 1px solid #F4EBDA;
    }
    .offcanvas-body ul li:last-child{border-bottom: none; padding-bottom: 0;}
    .offcanvas-body ul li a {
        text-decoration: none;
        color: #F4EBDA;
        font-weight: 300;
        font-size: 20px;
}
    .offcanvas-body ul li span {
        font-size: 10px;font-weight: bold;
        display: block;
        color: #F4EBDA;margin-top: 4px;    margin-bottom: 4px;
    }
    .footer-menu {
        background-color: #333;
        color: #fff;
        padding: 20px 0;
    }
    .footer-menu ul {
        list-style: none;
        padding: 0;
    }
    .footer-menu ul li {
        display: inline-block;
        margin-right: 15px;
    }
    .footer-menu ul li a {
        color: #fff;
        text-decoration: none;
    }

    button.btn.btnSide {
    background: transparent;
    padding: 0;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 2;
    outline: none;
    border: none;
}
div#sideMenu:before {
    content: "";
    position: fixed;
    width: calc(100% - 450px);
    bottom: 0;
    height: 50px;
    background-color: #243E2C;
    left: 0;
    z-index: -1;
}
.offcanvas-backdrop {
    background-color:rgb(0 0 0 / 31%);
   
}
.offcanvas-backdrop.show {
    opacity: 1;
}
a.logoMenu {
    position: fixed;
    left: 20px;
    top: 20px;
    pointer-events: none;display: none;
}
.offcanvas-body ul li span.subMenu>a {
    margin-top: 7px;
    font-size: 10px;
    text-transform: uppercase;
    padding-right: 0;
    color:#F4EBDA;
    width: 24%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}
.offcanvas-body ul li span.subMenu>a:first-child{text-align: left;}
.offcanvas-body ul li span.subMenu>a:last-child{text-align: right;width: 26%;}
.offcanvas-body ul li span.subMenu>a:nth-child(3){text-align: right;}
button.btn-close.text-reset {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/cross-btn.png) left top no-repeat; 
    width: 28px;
    height: 28px;
    outline: none;
    border: none;
    opacity: 1;
    box-shadow: none;
}

.section.shelterSection {
            padding: 60px 20px;
            background-color: #4d624c;
            color: white;background-size: cover;
        }
        .carousel-item img {
            border-radius: 10px;
        }
        .carousel-text {
            text-align: left;
        }
        .owl-carousel .item {
            position: relative;
            text-align: left;
            color: white;
        }
        .item img {
            max-width: 100%;
            border-radius: 10px;
        }
        .carousel-text h2 {
            font-size: 2rem;
            margin-top: 15px;
        }
        .carousel-text p {
            margin-top: 10px;
            font-size: 1rem;
        }
        .dots-container {
            text-align: center;
            margin-top: 20px;
        }

        .hero {
            position: relative;
            height: 100vh;
           
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }
        .hero-text {
            text-align: left;
            z-index: 2;
        }
        .hero-text h1 {
            font-size: 58px;
           text-align: left;
        }
        .hero-text p {
            font-size: 16px;
    margin-top: 10px;
    width: 169px;
    text-align: left;
        }

        @media(min-width:1200px){
            .shelterBXX .hero-text p {
                padding-left: 40px;
                width: 209px;
            }
            .marginTop{margin-top: -58px;}
        }
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }
        .book-now-btn {
            margin-top: 20px;
            padding: 3px 8px;
            background-color: #f8f9fa;
            color: #000;
            border: none;
            border-radius: 25px;
            font-size: 13px;
            cursor: pointer;
            text-decoration: none;
            position: fixed;
            border: 20px;
            bottom: 30px;
            height: 27px;z-index: 9;
        }
        .book-now-btn:before {
            background-color: #f8f9fa;
            width: 27px;
            height: 27px;
            content: "";
            position: absolute;
            border-radius: 50%;
            left: 84px;
            top: 0;
        }
        .book-now-btn:after {
            background-color: #f8f9fa;
            width: 27px;
            height: 27px;
            content: "";
            position: absolute;
            border-radius: 50%;
            left: 120px;
            top: 0;
        }
        .book-now-btn:hover {
            background-color: #e2e6ea;
        }
        section.shelter-section h1 {
            color: #FBF7EC;
            font-size: 64px;font-family: "Averia Serif Libre";
        }
        .shelter-section {
            padding: 60px 20px;
            text-align: center;

            .carousel-title h2 {
                margin-right: 0;
                position: relative;
                z-index: 2;
                font-size: 55px;
                font-family: "Averia Serif Libre";
            }

            .carousel-title h2 sup {
                font-size: 13px;
                vertical-align: top;
                position: absolute;
                top: 0;
            }
            
            li.nav-item {
                border: none;
                outline: none;
                box-shadow: none;
            }
            button.nav-link {
                font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        box-shadow: none;
        margin: 0;
        padding: 0;
        letter-spacing: 4px;
        border-bottom: 2px solid transparent;
        font-family: "Public Sans";
            }
            button.nav-link.active {
                font-size: 15px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 300;
                background-color: transparent;
                border: none;
                box-shadow: none;
                margin: 0;
                border-bottom: 2px solid #fff;
            }

            button.nav-link:hover, button.nav-link:focus {
                font-size: 15px;
                color: #fff;
                text-transform: uppercase;
                font-weight: 300;
                background-color: transparent;
                border: none;
                box-shadow: none;
                margin: 0;border-bottom: 2px solid #fff;
            }
        }
        .shelter-title {
            font-size: 3rem;
            margin-bottom: 20px;
        }
        .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }
       
        .shelter-tabs {
            display: flex;
    justify-content: center;
    gap: 122px;
    margin: 50px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: none;
        }
        .shelter-tabs span {
            cursor: pointer;font-size: 15px;color: #fff;text-transform: uppercase;    font-weight: 300;
        }
        .owl-carousel .item {
            display: flex;
            justify-content: space-between;
            align-items: center;
           
        }
        
        .carousel-title {
            font-size: 2rem;
            font-weight: bold;
            color: white;
        }
        
        .carousel-image img {
            border-radius: 0;
            max-height: 410px;
            object-fit: cover;
            width: 100%;
            max-width: 480px;
        }
        
        .carousel-description {
            color: white;
        }
        
        .carousel-description p {
            margin-left: 30px;
            margin-top: 50px;
            min-height: 280px;
        }
        
        .view-gallery a {
            font-weight: normal;
    cursor: pointer;
    color: #F6E7D2;
    margin-left: 30px;
    letter-spacing: normal;
    text-transform: capitalize;
    /* text-decoration: underline; */
    cursor: pointer;
    background-color: #243E2C;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 15px;
    border: #000 1px solid;
    text-decoration: none;
    letter-spacing: 1px;
        }
        .view-gallery a:hover{color: #4A6151;border: #41321d 1px solid;background-color: #fff;}
        .view-gallery a:active {
            background-color:#243E2C;
            color: #F6E7D2;
            border-color:#243E2C;
          }
        .shelter-section .owl-dots {
            position: absolute;
            right: -98px;
            bottom: 140px;
        }
        .owl-nav button {
            color: white !important;
        }

        .owl-carousel.owl-drag .owl-item{overflow: hidden;}

        .carousel-title h2 {
            margin-right:-54px;
            position: relative;z-index: 2;
        }



        .main-section {
            
            padding: 100px 20px;
       

        .nested-section {
            margin-bottom: 50px;position: relative;
        }

          .section-title {
            color: #FFF;
            font-family: "Averia Serif Libre";
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            margin-bottom: 80px;
        }
        p{color: #FFF;
        font-family: "Public Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 137.5% */
        margin-left: 65px;
       }

        .owl-carousel .item {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .carousel-left img {
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
            max-height: 497px;
        }

        .carousel-right {
            color: white;
            max-width: 50%;
            position: relative;
        z-index: 1;
        padding-top: 16%;
        }

        .carousel-right h2 {
            color: #F8F8F8;
            font-family: "Averia Serif Libre";
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            margin-left: -93px;
            margin-bottom: 30px;
        }

        .carousel-right h2:before {
            position: absolute;
        content: "1";
        font-size: 16px;
        margin-top: -42px;
        margin-left: 5px;
        }

       .sliderContent {
            color: #FFF;
            font-family: "Public Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px; 
            margin-left: -88px;

        }
        .slidesmallcontent{
                    color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
       font-family: "Roboto", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 137.5% */
        letter-spacing: 6px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end; 
        position: absolute;
        bottom: 50px;
        width: 220px;
        margin-left: -87px;
        }
        .owl-dots {
            position: absolute;
            bottom: 120px;
            right: -4px;
        }

      

    }


    .jungleSlider2{
        margin-top: 0;

        .carousel-right {
            max-width: 100%;
        }
        .carousel-left h2 {
            color: #F8F8F8;
            font-family: "Averia Serif Libre";
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px;
            margin-left: 0;
            margin-bottom: 30px;
            text-align: left;
            margin-left: 10px;
            margin-top: 200px;
            margin-left: 105px;
        }

        .carousel-left h2:before {
            position: absolute;
        content: "2";
        font-size: 16px;
        margin-top: -42px;
        margin-left: 5px;
        }
        .carousel-left.col-md-4 {
            position: relative;
            z-index: 9;
            padding-top: 17%;height: 200px;
        }
        .carousel-right img {
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
            max-height: 497px;
        }
        .carousel-left p.sliderContent {
            margin: 0;
            text-align: left;
            
            position: relative;
            width: 100%;
            margin-left: 110px;
        }
        .owl-dots {
            position: absolute;
        bottom: 30px;
        left: -268px;
        right: inherit;
        }
    }
    section#events .owl-dots{display: none;}
.nature{
    padding-top: 78px; padding-bottom: 78px;    position: relative;
    h2 {
        color: #2E2E2E;
        font-family: "Averia Serif Libre";
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        padding-bottom: 40px;
       
    }
    h2:before {
        position: absolute;
        content: "3";
        font-size: 16px;
        margin-top: -42px;
        margin-left: 5px;
    }
   
    .card {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: transparent;
        box-shadow: none;
        position: relative;
    }
   
    .card img {
        border-radius: 0;
        width: 100%;
    }
    h5.card-title {
        position: absolute;
        left: 0;
        bottom: 0;
        color: #FFF;
        font-family: "Roboto", serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 9px;
        margin: 0;
        width: 100%;
        padding: 20px;z-index: 1;text-transform: uppercase;

       
    }
  .card:after{content: "";position: absolute;width: 100%;height: 100px; bottom: -1px;left: 0;background: url('../img/sliderShadow.png');}
    h5.card-title.colr{color: #383838;}
    p.lead {
        color: #000;
        text-align: center;
        font-family: "Public Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 25px;
        width: 465px;
        text-align: center;
        margin: 0 auto 40px;
    }

    /* button.owl-next {
        background-image: url(../img/next-arrow.png) !important;
        width: 38px;
        height: 32px;
        position: absolute;
        right: -36px;
        top: 43%;
        background-position: top right !important;
        background-repeat: no-repeat !important;
        transition: transform 0.3s ease-in-out; 
        transform-origin: left center;
    }
    
    button.owl-next:hover {
        background-image: url(../img/next-arow-hover.png) !important;
        width: 60px;
        height: 33px;
        right: -61px;
       
    } */


    
    button.owl-next:hover {
        /* background-image: url('../img/next-arow-hover.png') !important;
        transform: scale(1.05); */
         /* slight zoom */
    }
    
    
    
    

    /* button.owl-prev {
        background-image: url(../img/back.png) !important;
    width: 35px;
    height: 36px;
    position: absolute;
    left: -36px;
    top: 43%;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    transition: transform 0.3s ease-in-out;
    transform-origin: right center;
  
    }
    button.owl-prev:hover {
        transform: scaleX(1.4);
    } */

    button.owl-next {
        width: 30px; /* Use largest image width */
        height: 30px;
        position: absolute;
        right: -13px;
        top: 43%;
        background-image: url('../img/next-N.png') !important;
        background-repeat: no-repeat !important;
        background-size: contain;
        background-position: center;
        transition: background-image 0.2s ease-in-out, transform 0.2s ease-in-out;
        transform: scale(1);
        transform-origin: center;
        cursor: pointer;
        border: none;
        background-color: transparent; /* Remove default button styles */
    }

    button.owl-prev {
        background-image: url('../img/prev-N.png') !important; /* Same image as next */
        width: 30px; /* Match next-arrow size */
        height: 30px;
        position: absolute;
        left: -13px;
        top: 43%;
        background-position: center left !important;
        background-repeat: no-repeat !important;
        background-size: contain;
        
        transform-origin: right center;
        transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    
    button.owl-prev:hover {
        
        /* transform: scaleX(-1.15); */
         /* Zoom with flip intact */
    }
    
    button.owl-prev:hover, button.owl-next:hover{background-color: transparent!important;}
    button.owl-prev span,button.owl-next span{display: none;}

}

.shelter{
    min-height: 774px;
    .left-image {
      
        min-height: 774px;
      }
  
      .right-content {
        padding:50px 150px;
        text-align: center;
        background: #F4EBDA;
        min-height: 774px;
      }
  
      .section-title {
        color: #000;
        text-align: center;
        font-family: "Public Sans";
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px; /* 250% */
        letter-spacing: 3px;
        text-transform: uppercase;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 50px;
        
      }
      .section-title:after {
        content: "";
        position: absolute;
        bottom: 17px;
        background: #bbb7b7;
        height: 2px;
        width:230px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
  
      .main-heading {
        color: #2E2E2E;
        text-align: center;
        font-family: "Averia Serif Libre";
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 57px; 
      }

      .main-heading:before {
        position: absolute;
        content: "4";
        font-size: 16px;
        margin-top: -42px;
        margin-left: 5px;
    }
  
      .description {
        color: #000;
        text-align: center;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
      }
  
      .know-more {
        border-radius: 14px;
        border: 0.5px solid #000;
        background: #F4EBDA;
        color: #000;
        text-align: center;
        font-family: "Public Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 1px;
        padding: 0;
        text-decoration: none;
        display: block;
        width: 128px;
        height: 27px;
        margin: 0 auto;
        margin-top: 40px;
      }
  
      .know-more:hover {
        color: #F6E7D2;
        border: 0.5px solid #000;
        background: #243E2C;
      }
}



.footer-section {
    position: relative;
    color: #fff;
    padding-top: 10%;
    min-height: 768px;


  /* .footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    z-index: 1;
  } */

  .footer-content {
    position: relative;
    z-index: 2;
    text-align: left;
  }

  .footer-title {
    color: #343434;
    font-family: "Averia Serif Libre";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    width: 287px;
  }

  .footer-buttons {
    margin-top: 20px;
  }
  button.btn.btn-primary, a.btn.btn-primary{border-radius: 18px;
    border: 0.5px solid #000;
    background: #665446;width: 131px;
    height: 36px;font-size: 15px;}

  .footer-buttons .btn {
    background-color:#665446;
    border: none;
    color: #fff;
    padding:0;
    margin: 0 1px;
    font-size: 18px;
    width: 41.333px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
border: 0.5px solid #000;
  }

  .footer-logo {
    position: absolute;
    bottom: 44px;
}
.footer-logo img {
    width: 157px;
}

  img.img-fluid.footerSlogan {
    margin-bottom: -10px;
    margin-left: -13px;
}
}  


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
    .footer-section {
        min-height: 820px;

        
            .footer-logo {
                position: absolute;
                bottom: 65px;
            }
      
    }
}


.jungle-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f5e1;
    overflow: hidden; 
   
}
div#jungleImage {
    padding: 50px 0;
}

/* Tiger Image Box */
.jungle-image-container {
    text-align: center;
    max-width: 100%;
    transition: transform 0.5s ease-in-out, opacity 0.5s;
}

.jungle-image-container.hidden {
    transform: translateX(-100%);
    opacity: 0;
}

/* Secret Slider */
.secret-slider-container {
    position: absolute;
    top: 0;
    left: 0; /* Initially off-screen */
    width: 100%;
    height: 100%;
    background-color: #eae7d9;
    padding: 0;
    text-align: center;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;
    display: flex;
    /* align-items: flex-start; */
    justify-content: flex-start;
}

.secret-slider-container.active {
    transform: translateX(-100%);
}

.close-slider {
    position: absolute;
    bottom: 10px;
    left: 289px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 11;
    color: #fff;
    height: 70px;
    width: 60px;
    text-indent: -9999px;
}

/* Swiper Styles */
.swiper-container {
    width: 100%;
    max-width: 100%;
}

.swiper-slide img {
    max-width: 100%;
    border-radius: 0;
}
/* Button Styling */
.secret-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    border: none;
    color: #3F6D41;

    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 156.25% */
    letter-spacing: 5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 80px;
    bottom: 80px;
}
.jungle-description{
    color: #3F6D41;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    width: 335px;
    position: absolute;
    left: 99px;
    bottom: 78px;
    text-align: left;
}
h1.jungle-title img {
    width: 171px;
    position: absolute;
    left: 99px;
    top: 100px;
}
p.jungle-tagline img {
    position: absolute;
    left: 99px;
    top: 36%;
}

.secreateBtn {
    position: absolute;
    top: 20px;
    right: 80px;
    color: #fff;
    cursor: pointer;
    width: 50px;
}
.secreateBtn.crossIcon
 {
    left: auto;
    right: 70px;
    width: auto;
    top: 30px;
    z-index: 1;
}
.secreateBtn img.secretIcon {
    margin-right: 10px;
}
.semalPar {
    position: relative;
    left: 90px;
    width: 100%;
    color: #fff;
    text-align: left;
    top: 0;
    padding-right: 204px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.semalPar p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;margin-bottom: 35px!important;
}

.secret-slider-container h2 {
    position: relative;
    left: 0;
    color: #fff;
    width: 100%;
    font-family: "Averia Serif Libre";
    font-size: 50px;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 50px;
    font-weight: 300;letter-spacing: -3px;
}
/* Arrow Image */
.arrow img {
    width: 50px; /* Default Arrow Size */
    transition: transform 0.3s ease-in-out;    opacity: 0.6;
}
.secret-button:hover {
    color: #233e25;
   
}
/* Hover Effect - Arrow Bigger */
.secret-button:hover .arrow img {
   
    transform: scale(1.3);     opacity: 1;
}
span.button-text {
    text-align: left;
}
/* Hover Effect - Move Arrow Right */
.secret-button:hover .arrow img {
    transform: scale(1.3) translateX(10px); opacity: 1;
}
.secretBG{width: 100%;
    max-width: 100%;
    height: 100%; }
    .jungleMob{display: none;}
/* Responsive */
@media (max-width: 768px) {
    .secret-button {
        font-size: 18px;
    }
    .arrow img {
        width: 40px;
    }
}


.jungle-image-container, .secret-slider-container {
    width: 100%;
    flex-shrink: 0;
    transition: transform 0.6s ease-in-out, opacity 0.6s;
}

.secretBoxDesktop {
    width: 100%;
}
.hidden {
    transform: translateX(-100%);
    opacity: 0;
}
 

  /* Corridor Section */
  .corridor-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3b4c3b;
    padding: 0;
    border-radius: 0;
  
    max-width: 100%;
    margin: auto;
    overflow: hidden;

    .corridor-section img {
        width: 100%;
    }
    .corridorTxt {
        position: absolute;
        left: 42px;
        top: 70px;
    }
    p.corridorTxtIn {
        position: absolute;
        top: 80px;
        width: 37%;
        right: 0;
        color: #fff;
    }
    .know-more.readMBtn {
        border-radius: 14px;
        
        text-align: center;
        font-family: "Public Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 1px;
        padding: 0;
        text-decoration: none;
        display: block;
        width: 128px;
        height: 27px;
        margin: 0;
        margin-top: 20px;
        color: #F6E7D2;
        border: 0.5px solid #000;
        background: #243E2C;
    }
    .know-more.readMBtn:hover{
        border: 0.5px solid #000;
        background: #F4EBDA;
        color: #000;
    }
    .clickBox {
        width: 39%;
        height: 200px;
        position: absolute;
        left: 35px;
        bottom: 75px;
        cursor: pointer;
        z-index: 9;
    }
    div#swipeRight img {
        width: 100%;
    }
.text-content {
    max-width: 50%;
    text-align: left;
    z-index: 2;
}

.image-container {
    max-width: 50%;
    position: relative;
    transition: transform 0.6s ease-in-out, opacity 0.6s;
}

.image-container img {
    max-width: 100%;
    border-radius: 10px;
}

/* Hide Image when slider opens */
.image-container.hidden {
    transform: translateX(-100%);
    opacity: 0;
}

/* Button Style */
.info-button {
    background: none;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.info-button:hover {
    background: white;
    color: #3b4c3b;
}

.info-button img {
    width: 20px;
    transition: transform 0.3s ease-in-out;
}

.info-button:hover img {
    transform: translateX(10px);
}

/* Owl Carousel Container */
.slider-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #3b4c3b;
    display: none;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease-in-out;
}

/* Active Class to Show Slider */
.slider-container.active {
    display: flex;
}

.owl-carousel {
    max-width: 100%;
    max-height: 100%;
}

.owl-carousel img {
    width: 100%;
    border-radius: 10px;
}

/* Close Button */
.close-slider {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    color: black;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.close-slider:hover {
    background: red;
    color: white;
}
  }
  section.eventBox {
    position: relative;
    min-height: 623px;
    padding: 100px 0;
    background: #F6E7D2;


    /* Left Side Content */
    .event-content {
        width: 204px;
        padding: 20px 0 20px 20px;
        position: absolute;
        left: 210px;
        bottom: 80px;
    }
    

    .event-content .content-box {
        display: none; /* Hide all content initially */
    }

    .event-content .content-box.active {
        display: block; /* Show only active content */
    }

    .event-content img {
        width: 100%;
        border-radius: 5px;
    }

    .event-content h2 {
        color: #464646;
        font-family: "Public Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
            h3{
            color: #2E2E2E;

        font-family: "Averia Serif Libre";
        font-size: 115px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 20.313% */
        margin-left: 120px;
        }
    .event-content p {
        color: #000;
font-family: "Public Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 17px;
    }

    /* Right Side - Rotating Cards */
    .card-container {
        width: 100%;
        display: flex;
        position: relative;
        gap: 10px;
        /* align-items: center;
        justify-content: center; */
    }

    .card {
        /* width: 25%;
        height: 414px; */
        width: 22%;
        height: 344px;
        cursor: pointer;
        transform-origin: bottom center;
        transition: transform 0.4s ease, opacity 0.4s ease;
        position: absolute;
        border-radius: 0;
        background-size: cover;
        background-position: center;
        box-shadow: none;
    }

    /* Rotation Effect */
    .card:nth-child(1) { transform: rotate(0deg); left: 29%;
        top: 40px; }
    .card:nth-child(2) { transform:rotate(0deg); left: 44%;
        z-index: 1; top:-58px    }
    .card:nth-child(3) { transform: rotate(0deg); left: 60%;
        top: 55px;}
    .card:nth-child(4) { transform: rotate(0deg); left: 74%; top:-58px}
   

    /* Active Card Highlight */
    .card.active {
        transform: rotate(-5deg);
        z-index: 10;
    }

    /* Hide other images when one is selected */
    .card:not(.active) {
        /* opacity: 0.6; */
    }
}

section.savor img {
    width: 100%;
}


.take-deep-section {
   
    background-size: cover!important;
    color: white;
    position: relative;
    padding:135px 0;
 
  .overlay-box {
    position: absolute;
    top: 50%;
    left:50%;

    transform: translate(-51%, -50%);
    max-width: 350px;
    z-index: 2;
  }
  p.tkeTxt{          padding-right: 180px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;}

  .text-right-box {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px;
    max-width: 400px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    right: 60px;
  }

  .text-right-box.bx1 {
    background-color: transparent;
    bottom: inherit;
    top: -179px;
    text-align: justify;
}
.text-right-box.bx2 {
    background-color: transparent;
    bottom:-16px; top: inherit;
    text-align: left;
    padding-left: 87px;padding-right: 0;
}
  .text-right-box h6 {
    letter-spacing: 7px;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  h2.display-4.takeTest {
    font-size: 64px;
    font-family: "Averia Serif Libre";
    position: relative;
    z-index: 9;
    line-height: 102%;
}
}

section.savor.shopBox {
    padding: 0;
    section.savor.shopBox .container-fluid.position-relative {
        padding: 0;
        section.savor.shopBox .container-fluid.position-relative row{margin: 0;}
    }
    .svourTxt {
        padding:0 50px 150px;
    }
    .Shop_illustration {
        position: absolute;
        bottom: 0;
        img{width: 80%;}
    }
}
.shelterBXX{
.dropdown-section {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 9;
}
select.form-select {
    font-size: 12px;
    border-radius: 11px;
    padding: 5px 38px 5px 10px;
    background-color: #4a6151;
    color: #d1c5c5;
}
}
  @media (max-width: 767px) {
    .take-deep-section {
    .overlay-box,
    .text-right-box {
      position: static;
      transform: none;
      margin: 30px auto;
    }
}
  }

  a.book-now-btn.innerPage {
    position: absolute;
}


.associate-section {
    background-color: #2b382f; /* Green background */
    padding: 60px 0;
    color: white;
 

  .brand-logo {
    width: 100%;
    height: 80px;
    background-color: transparent;
    border-radius: 0;
    vertical-align: middle;

    display: flex;
    align-items: center;
    justify-content: center;

  }

  .vertical-text {
  
    text-orientation: upright;
   
    font-size: 14px;
    letter-spacing: 6px;
  }
}

section.shelter-section {
    padding-top: 70px; padding-bottom: 127px;

    .owl-theme .owl-dots .owl-dot span{background:#fff!important;}
    }

  @media (max-width: 768px) {
    .associate-section {
    .vertical-text {
     
      transform: none;
      text-align: center;
      margin-bottom: 30px;
    }
}
  }


  .blogButtons {
    position: fixed;
    bottom: 0;
    left: 60px;font-family:"Public Sans", serif;


    a.booknow {
        margin-top: 0;
        padding: 0 8px;
        background-color: #4a6151;
        color: #fff;
        border: 1px solid #3a3a3a !important;
        border-radius: 25px;
        font-size: 13px;
        cursor: pointer;
        text-decoration: none;
        border: 20px;
        line-height: 26px;
        display: inline-block;
        vertical-align: top;
    }
}

.blogBox{
    .dropdown-section {
        position: fixed;
        bottom:10px;
        right: 30px;
        z-index: 9;
    }
    select.form-select {
        font-size: 12px;
        border-radius: 11px;
        padding: 5px 38px 5px 10px;
        background-color: #4a6151;
        color: #d1c5c5;
    }
}



.trail-section {
  background-color: #f3f0e5;
  padding: 0 20px;
  font-family:"Public Sans", serif;
  color: #0A0A0A;

  h2.fw-bold.mb-4 {
    font-size: 56px;
    color: #121212;font-family: "Averia Serif Libre";
}

p {
    font-size: 16px;
}

p.mb-4.customTText {
    margin-top: 20px;
    padding-left: 0;
    position: relative;
    right: 0;
    float: right;
    font-weight: 400;
    font-family: "Public Sans", serif;
    text-align: left;
    width: 360px;        line-height: 22px;
}
.customList {
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 50px !important;
    margin-top: 0 !important; 
    color: #404040;
} 

}

section.blogbigPic {
    width: 100%;    margin-top: -10px;

   img{
        width: 100%;
    }
}

.customBlogSlider:after {
    position: absolute;
    content: "";
    background-color: #4A6151;
    width: 100%;
    height: 150px;
    bottom: 0;
}

.jungleJournerys {

.caption-section {
           background-color: #434531;
        color: #fff;
        padding: 17px 20px 10px;
        width: 390px;
        position: absolute;
        bottom: 0;
        left: 20%;
        transform: translateX(-20%);
        height: 355px;
  }

  .caption-section.nyy {
       
        height: 335px;
  }

  .caption-section h1 {
    font-family: "Averia Serif Libre";
    font-weight: normal;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
  }

  .caption-section .subtext {
        letter-spacing: 4px;
        font-size: 10px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 0px;
        font-weight: 100;
        margin-bottom: 0 !important;
  }

  .caption-section h5 {
          font-weight: 500;
        letter-spacing: 4px;
        font-size: 11px;
        /* float: left; */
        width: 100%;
        padding-top: 10px;
        display: block;
        padding-bottom: 10px !important;
        margin: 0 !important;
        text-transform: uppercase;
  }

  .flower-icon {
    width: 60px;
    margin: 0;
  }
  .downloadPdf {
    position: absolute;
    right: 31px;
    bottom: 60px;
}
  a.downloadPdfBtn {
    font-size: 11px;
    background-color: #4a6151;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #827474;
}

}

section.blogBox.jungleJournerys {
    position: relative;
}
.allButton {
    position: fixed;
    left: 30px;
    bottom: 20px;z-index: 9;

    a.bookingBtn {
        margin-top: 0;
        padding: 0 14px;
        background-color: rgb(74 97 81 / 50%);
        color: #F6E7D2;
        border: 1px solid #000000 !important;
        border-radius: 25px;
        font-size: 13px;
        cursor: pointer;
        text-decoration: none;
        border: 20px;
        line-height: 25px;
        display: inline-block;
        vertical-align: top;
    }
    a.whatsBtn{
        margin-top: 0;
        padding: 0 8px;
        background-color: rgb(74 97 81 / 50%);
        color: #F6E7D2;
        border: 1px solid #000000 !important;
        border-radius: 25px;
        font-size: 12px;
        cursor: pointer;
        text-decoration: none;
        border: 20px;
        line-height: 25px;
        display: inline-block;
        vertical-align: top;
    }
    a.emailBtn{
        margin-top: 0;
        padding: 0 8px;
        background-color: rgb(74 97 81 / 50%);
        color: #F6E7D2;
        border: 1px solid #000000 !important;
        border-radius: 25px;
        font-size: 12px;
        cursor: pointer;
        text-decoration: none;
        border: 20px;
        line-height: 25px;
        display: inline-block;
        vertical-align: top;
    }
    a.whatsBtn img, a.emailBtn img {
        width: 15px;
    }
    a:hover{background-color: #4A6151;}
    a.active{background-color: #243E2C;}
}


.nature.customJournerys{
    background-color: #FBF7EC!important;

    .tagImg {
        position: absolute;
        right: 30px;
        top: 78px;
    }

    .tagImg img{ background-color: #FBF7EC!important;}

  .owl-carousel .item{display: block;}
  h5.fw-bold.text-uppercase {
    font-size: 24px;
    font-weight: 500 !important;
    font-family: "Public Sans", serif;
    color: #414141;
    margin-bottom: 15px;
}
p.text-uppercase.small.text-muted {
    font-size: 15px;
    font-weight: 300 !important;
    color: #414141 !important;
    font-family: "Averia Serif Libre";
    text-decoration: none;        letter-spacing: 2px;
}
p{color: #000;font-family: "Public Sans", serif; font-size: 13px;font-weight: 300 !important;}


    button.owl-prev {
        bottom: -8px;
        top: inherit;
        left: -130px;
    }

    button.owl-next {
        bottom: -8px;
        top: inherit;
    }

    .owl-theme .owl-dots {
        text-align: left;
        margin-left: 10px;
       
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #414141;
    }

    .customJournerysHead{
    font-size: 24px;
    font-weight: 300 !important;
    line-height:32px;
    color: #414141 !important;
    font-family: "Averia Serif Libre";
    text-decoration: none;
    margin-left: 15px;
    }

    .customJournerysSubHead{
     font-size: 16px;
    font-weight: 300 !important;
    line-height:34px;
    color: #414141 !important;
    font-family: "Averia Serif Libre";
    text-decoration: none;letter-spacing: 7px;        text-transform: uppercase;
    }
    h2.customJournerysHead::before{display: none;}
  
}

section#customJournerysSlider:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    top: 170px;
}

.inclusions-section{
    padding: 50px 0;    background: #FBF7EC;
    position: relative;
    .container {
        position: relative;
    }
    .bordIn1{
        position: absolute;
        top: -30px;
        left: 10px;
        width: 1px;
        height: 112%;
        background: #333;
      }
      .bordIn2 {
        position: absolute;
        top: -30px;
        left: 52%;
        width: 1px;
        height: 112%;
        background: #333;
    }
    .bordIn3 {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000;
        top: 49%;
    }

    .bordIn3.fgty {
    
        top: 44%;
    }
    h6 {
        padding-left: 61px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }
.inclusion-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    position: absolute;
    left: -49px;
    top: 40%;
    transform: rotate(180deg);
  }
  .inclusion-content {
    color: #000;
    font-family: "Public Sans", serif;
    font-size: 14px;
    font-weight: 300 !important;
}
  .inclusion-box {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }

  .inclusion-content span {
    display: block;
        margin-bottom: 0;
        line-height: 22px;
        font-size: 15px;
        letter-spacing: 2px;position: relative;        padding-left: 10px;
  }

  .inclusion-content span:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 2px;
    height: 2px;
    background: #000;
    top: 10px;
    border-radius: 50%;
}
  .inclusions-section {
    background-color: #fdfbee;
    padding: 40px 15px;
  }
  .customSPIN {
    position: relative;
    padding-left: 60px;
}
.customSP {
    padding-left: 50px;
    position: relative;
}
}
section.blogbigPic.corridorImg{
    position: relative;    padding-top: 100px;

 span.positionAb {
    position: absolute;
    top:21%;
    left: 0;
    right: 0;
}
span.positionAb img {
    width: auto;
    display: block;
    margin: 0 auto;
}
}

section.corridor-sectionMain { 
    padding: 60px 0;

    h2{ color: #fff !important;
        font-family: "Averia Serif Libre";font-size: 36px; margin-bottom: 20px;}

        h5{ color: #fff !important;
           font-size: 15px;}
        .lead,p{ color: #fff;
            font-family: "Public Sans", serif;
            font-size: 14px;line-height: 22px;
            font-weight: 300 !important;}
            .corridor-box p{font-size: 12px;}
}

main.minCorridorBox{background-size: cover!important;margin-bottom: -10px;
}
main#bookingPage{background-size: contain !important;margin-bottom: -10px;
}
.about-sectionMain{
    padding-top: 80px;
        background-color: #FBF7EC;
        img.years {
            margin-bottom: 25px;
           
        }
        h6 {
            font-size: 15px;
            font-weight: 400 !important;
            letter-spacing: 5px;
            margin-top: 0;line-height: 22px;
            font-family: "Public Sans", serif;
        }
.timeline-wrapper {
  
    position: relative;  
  }

  .timeline-entry {
    margin-bottom: 40px;
    position: relative;
  }


  .timeline-year {
    font-weight: 400;
    margin-bottom:8px;
  }

  .timeline-description {
    color: #0A0A0A;
    font-size: 15px;
  }
}

.storySection{
    background-color: #4A6151;

    img.img-fluid.storyImg {
        margin-top: -45px;
        margin-bottom: 30px;
    }
}

.post-card{padding: 80px 0;font-family: "Averia Serif Libre";font-size: 36px; text-align: center;}

section.savor {
    width: 100%;
    background-size: cover!important;
    padding: 100px 0;
    .svourTxt {
        padding: 0 110px;    padding-top: 80px;
    }
    h3{
        font-family: "Averia Serif Libre";font-size: 63px; text-align: left;
    }
    p{font-weight: normal;}
}

@media (min-width: 1366px) {
main.minCorridorBox {
    background-size: cover !important;
        min-height: 840px!important;
    }
  }

  .corridor-section-mobile, .timeLinImgMobile{display: none;}
  ul.customIconsList {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 30px 0;
    
}
ul.customIconsList:first-child{padding-top: 100px;}
ul.customIconsList p {
    min-height: 70px;
}
ul.customIconsList li {
    display: inline-block;
    width: 16.333%;
    text-align: center;
}
.inclusion-box.iconJJR {
    display: block;
}

section.coHabitate {
    padding-top: 100px;

    .bookingTop {
        position: relative;
    }
    .bookingTop h1 {
        font-size: 45px;
        position: absolute;
        top: 20px;
        width: 330px;
        left: 20px; font-family: "Averia Serif Libre";
        color: #fff;
    }
    .bookingMessage {
        width: 324px;
        height: 228px;
        position: absolute;
        right: 140px;
        padding: 20px;
        top: 38px;
        z-index: 1;
    }
    
     h3 {
        font-size: 14px; font-family: "Public Sans", serif;letter-spacing: 1px;
    }
     h4 {
        font-size: 13px;
        font-family: "Averia Serif Libre";
        vertical-align: bottom;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 83px;
    }
    .addTxt {
        margin-top: 10px;
    }
}

.bookingEngine{
    background-color: #FBF7EC;
    padding: 100px 0;
    margin-top: -67px;

 form {
    max-width: 65%;
    margin: 80px auto;
    }
    label {
        
        font-size: 14px;
        font-family: "Averia Serif Libre";
        font-weight: 300;letter-spacing: 3px;text-transform: uppercase;
    }
    input.form-control.rounded-pill.bg-light.border-0 {
        background-color: #EDE1D8 !important; width: 91%;
    }
    button.btn {
        background-color: #5c584d;
        border-color: #000;
        margin-right: 49px;
    }
    .mapbox{
    position: relative;margin-top: 40px;
}
    a.btn.viewMaps {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: rgb(74 97 81 / 94%);
        color: #E6E5D9;
        width: 156px;
        border: 1px solid #000;
        border-radius: 20px;
        height: 38px !important;
        padding: 0;
        line-height: 38px;
        font-size: 15px;
    }
}


.roadMap{background-color: #313b30; padding: 70px 0;}






.custom-dropdown-wrapper {
    position: absolute;
    display: inline-block;
    text-align: center;
    top: 60px;
    right: 30px;
    z-index: 0;
  }
  
  .season-trigger {
    margin-top: 0;
    padding: 0 8px;
    /* background-color: rgb(74 97 81 / 50%); */
    background-color: #3C3322;
    color: #F6E7D2;
    border: 1px solid #000000 !important;
    border-radius: 25px 0 0 25px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
  }
  
  .selected-season {
    margin-top: 0;
    padding: 0 8px;
    font-size: 13px;
    color: #F6E7D2;
    /* background-color: rgb(74 97 81 / 50%); */
    background-color: #3C3322;
    border-radius: 0 25px 25px 0;
    display: inline-block;
    min-width: 90px;
    font-weight: 300;
    line-height: 25px;
    border: 1px solid #000000 !important;
    margin-left: -5px;
    text-align: left;
  }
  .selected-season:after{background: url(../img/arrow-bottom.png) right top no-repeat; content: ""; width: 9px; height: 6px; position: absolute;right: 7px;
    top: 12px;}
  
  .season-dropdown {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    transform: translateX(0%);
    background-color: rgb(74 97 81 / 50%);
    border-radius:8px 8px 0 0;
    border: 1px solid #000000 !important;
    list-style: none;
    padding: 0;
    margin-top: 0;
    min-width: 90px;
    z-index: 1000;
    padding-top: 30px;
  }
  
  .season-dropdown li {
    padding: 5px 8px;
    font-size: 13px;
    color: #F6E7D2;
    cursor: pointer;
    text-align: left;
  }
  .season-dropdown li:first-child:hover{border-radius:8px 8px 0 0; background-color: #4A6151;}
  .season-dropdown li:hover
  {
    background-color: #4A6151;
  }

  .season-dropdown li.active {
    background-color: #243E2C;
  }

  .fancybox__backdrop {
    background: rgb(24 24 27 / 66%)!important;
}
  
.fancybox__content>.f-button.is-close-btn {
    position: fixed!important;
    top: -18px!important;
    right: -100%!important;
}
  

.container.jungleSlider1 {
    margin-left: 60px;
}
.container.jungleSlider2 {
    margin-left: -41px;
}

@media(min-width:1400px){
    section.eventBox {
        min-height: 660px;
        h3 {
         
            margin-left: 0;
        }
    .card {
        /* width: 25%;
        height: 414px; */
        width: 25%;
        height: 384px;
      
    }

    /* Rotation Effect */
    .card:nth-child(1) { left: 19%;
        top: 40px; }
    .card:nth-child(2) {  left:37%;
        z-index: 1; top:-58px    }
    .card:nth-child(3) {  left: 55%;
        top: 55px;}
    .card:nth-child(4) {  left:73% }
   

    /* Active Card Highlight */
    .card.active {
        transform: rotate(-5deg);
        z-index: 10;
    }

   
        .event-content {
          
            left: 12%;
            bottom: 120px;
            
        }
    }
}

@media(min-width:1600px){
    section.eventBox {
        h3 {
         
            margin-left: 0;
        }
    .card {
        /* width: 25%;
        height: 414px; */
        width: 25%;
        height: 384px;
      
    }

    /* Rotation Effect */
    .card:nth-child(1) { left: 19%;
        top: 40px; }
    .card:nth-child(2) {  left:37%;
        z-index: 1; top:-58px    }
    .card:nth-child(3) {  left: 55%;
        top: 55px;}
    .card:nth-child(4) {  left:73% }
   

    /* Active Card Highlight */
    .card.active {
        transform: rotate(-5deg);
        z-index: 10;
    }

   
        .event-content {
          
            left: 16%;
            bottom: 120px;
            
        }
    }

    .footer-section {
        min-height: 920px;}
}

@media(min-width:1700px){
    section.eventBox {
        .event-content {
          
            left: 18%;
            
        }
    }
}

@media(min-width:1800px){
    .footer-section {
        min-height: 1079px;}
    section.eventBox {
        .event-content {
          
            left: 21%;
            
        }
    }
}

section.main-section.experienceRole {
    padding-top: 50px;
}
.ExperienceJungle2 {
    margin-top: 40px;
}
.card.cardbg {
    background-color: #66371B;
    border-radius: 0; 
}
.card.carbg2 {
    background-color: #E3D8C2;
}
.card.carbg3{background-color:#4A6151}
.card.carbg4{background-color:#81754B}
.card.carbg5{background-color:#B4833E}


.topHead {
    padding: 15px;
    position: relative;
    min-height: 90px;
}
.topHead h3{
    font-family: "Averia Serif Libre";
    color: #000;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 30px;margin: 0;
}

.numPostion {
    position: absolute;
    right: 10px;
    top: 10px;
}
.numPostion p {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 15px; font-family: "Public Sans", serif;letter-spacing: 3px;
}
.numPostion span {
    margin-top: 10px;
    display: block;
}

.contentDetail {
    padding: 15px;
    margin: 0;
    color: #000;
    font-size: 16px; font-family: "Public Sans", serif;letter-spacing: 0;font-weight: 500;
}

.card.cardbg img.card-img-top {
    display: block;
    width: 100%;
    border-radius: 0;
}



.event-slider-section {
    background-color: #f4ecdf; 
    padding: 60px 0;
  
  .event-carousel .card {
    border: none;
    border-radius: 0;
    transition: all 0.4s ease;
    opacity: 1;
    transform: scale(0.9);background-color: transparent;border-radius: 0;
  }

  .owl-carousel .item {
    display: block;
    width: 100%;
}

  .card-img-top{border-radius: 0;}
  
  .event-carousel .active-slide .card {
    transform: scale(1.05);
    opacity: 1;
  }
  h2 {
    color: #2E2E2E;
    font-family: "Averia Serif Libre";
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
}
  .event-card .card-body {
    opacity: 0;
    transition: all 0.4s ease;padding: 3px 7px 10px;
  }
  
  .event-carousel .active-slide .card-body {
    opacity: 1;
  }
  
  .event-btn {
    display: inline-block;
    margin-top: 8px;
  }
  
  .card-title {
    font-weight: bold;
    text-transform: capitalize;
  }
  p.event-date.mt-2 {
    font-size: 16px;
    color: #464646;
    margin: 0;
}
p.event-date.mt-2>span {
    padding-left: 12px;
}
  p.event-desc {
    font-size: 14px;
    color: #000;
    line-height: 17px;
    margin: 0;        margin-top: 4px;
}
  
.event-card .card-body a.btn.btn-outline-dark.event-btn {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    width: 136px;
    margin: 0 auto;
    border: none;
    background: none;
}

.card.event-card a.event-btn img {
    width: auto;
    position: relative;        filter: saturate(0.5);
}

button.owl-next {
    width: 30px; /* Use largest image width */
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 3px;
    background-image: url('../img/next-E.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: center;
    transition: background-image 0.2s ease-in-out, transform 0.2s ease-in-out;
    transform: scale(1);
    transform-origin: center;
    cursor: pointer;
    border: none;
    background-color: transparent; /* Remove default button styles */
}
button.owl-next:hover{background-color:transparent!important;}
button.owl-prev {
    background-image: url('../img/prev-E.png') !important; /* Same image as next */
    width: 30px; /* Match next-arrow size */
    height: 30px;
    position: absolute;
    right: 60px;
    bottom: 3px;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    
    transform-origin: right center;
    transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
button.owl-prev:hover{background-color:transparent!important;}
button.owl-next span,button.owl-prev span{display: none;}
p.pHead.text-center {
    letter-spacing: 5px;
    font-size: 15px;
}

span.badge.bg-dark.text-light.mx-2 {
    background: transparent !important;
    color: #000 !important;
    font-family: "Public Sans", serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 3px;
}
span.badge.bg-secondary.text-light.mx-2{
    background: transparent !important;
    color: #000 !important;
    font-family: "Public Sans", serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 3px;
    border-bottom: 1px solid #000;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

}

section.hero-section2.mobile{display: none;}

.nature.customBlogSlider h5.card-title {
    bottom: 0;
   
}


.nature.customBlogSlider {
    padding-bottom: 48px;
    button.owl-next {
        top: inherit;
        bottom: 34px;
        width: 28px;
        height: 28px;
      
                background-size: contain !important;
        right: -17px;
        background-repeat: no-repeat !important;
    }
    button.owl-prev{
        top: inherit;
        bottom: 34px;
        width: 28px;
        height: 28px;
       background-size: contain !important;   
        left: -17px;
         background-repeat: no-repeat !important;
    }
}

section.hero.shelterBXX {
    display: block;
    width: 100%;
    height: auto;

    img.img-fluid.shelterlBg {
        width: 100%;
    }
    .hero-text {
        position: absolute;
        top: 30%;
    }
}


.shelter-section.newShelter .owl-dots {
    position: absolute;
    right: -98px;
    bottom: 110px;
}
.shelter-section.newShelter button.owl-dot span{border:1px solid #fff!important;}
.shelter-section.newShelter button.owl-dot.active span{background-color: #002B19!important;border:1px solid #fff!important;}

.carousel-description p.CustomN {
    min-height: 330px;
    margin-top: 0;
}

.postionRight{position: relative;
    right: -80px;}
    .carousel-description p.CustomNN {
        min-height: 350px;
        margin-top: -40px;
    }

    a.galleryEle {
        position: relative;
        top: -100px;
        right: -12px;
    }

    section.corridor-sectionMain.corridor-section2 {
        margin-top: 10px;
        width: 100%;
        background-size: cover !important;
        min-height: 730px;
    }

    section.corridor-sectionMain.corridor-section2 h2 {
        color: #000 !important;    font-size: 45px;
    }

    section.corridor-sectionMain.corridor-section2 p {
        color: #000 !important;margin-bottom: 50px;
    }

    section.corridor-sectionMain.corridor-section2 .headBox {
        font-size: 20px;
        text-transform: uppercase;
        position: relative;
    }

    a.downloadCoridor {
        font-size: 15px;
        text-decoration: none;
        background-color: #4A6151;
        text-transform: capitalize;
        padding: 4px 18px;
        border-radius: 14px;
        background-blend-mode: luminosity;
        color: #E6E5D9;
        border: 1px solid #000;
        left: 30px;
        position: relative;
    }

    section.corridor-sectionMain.corridor-section3 {
        width: 100%;
        background-size: cover !important;
        min-height: 730px;
    }
    ul.customIconsList span {
 
        padding: 0 !important;
        font-size: 12px !important;
        text-transform: uppercase;
    }
    section.conversationBox {
        background: #343F2E;
        padding: 100px 0;
        color: #EDE1D8;
        h4{
            font-size: 15px; letter-spacing: 12px;
            font-family: "Averia Serif Libre", serif;
             font-weight: 400;
            font-style: normal;        margin-bottom: 30px;

        }
        p{
            font-size: 15px;
        }
    }

    .nature.customJournerys{
        .owl-theme .owl-dots {
            text-align: left;
            margin-left: 50px;
        }
        button.owl-prev{
           
            background: url(../img/prevArrow.png) left top no-repeat!important; 
            width: 18px;
            height: 15px;
            outline: none;
            border: none;
            opacity: 1;
            box-shadow: none;
           
        left: 18px !important;
        padding: 0 !important;
        bottom: 8px;
        margin: 0 !important;
        }

        button.owl-next{
           
            background: url(../img/nextArrow.png) left top no-repeat!important; 
            width: 18px;
            height: 15px;
            outline: none;
            border: none;
            opacity: 1;
            box-shadow: none;
           
        left: 110px !important;
        padding: 0 !important;
        bottom: 8px;
        margin: 0 !important;
        }

    }

    h4.customJournerysSubHead span {
        color: #414141;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .customJUN {
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .customJUNbdr {
        position: absolute;
        width: 100%;
       top: 620px;
        /* height: 1px; */
        background-color: #000;
        height: 1px;
        left: 0;
    }

    .customJUNbdr.nw {
  
    top: 590px;
  
}
    .customJUN p {
        font-size: 15px !important;
        line-height: 23px;
    }
    .customJUNbdr2 {
       width: 1px;
    height: 42%;
    background: #000;
    position: absolute;
    top: 572px;
    left: -12px;
    }

    .customJUNbdr2.nw {
  
    top: 543px;
   
}

.customJUNbdr2.nww {
   
    height: 45.5%;
  
}

.customJUNbdr.nwww {
   
    top: 730px;
    
}
.customJUNbdr2.nww44 {
    top: 682px;height: 31.8%;
}

    .customJUN h5 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 5px;
        text-transform: uppercase;
        line-height: 32px; font-family: "Averia Serif Libre", serif;
    }
    .customJUN p.ads {
        font-size:12px!important;
    
        letter-spacing: 3px;
        text-transform: uppercase;
      
    }

    section.corridor-sectionMain.corridor-section3 h4 {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;line-height: 22px; font-weight: 400;
        min-height: 66px;        
  display: flex;
  align-items: flex-end; 
  margin: 0 0 15px 0;
    }

    .addBorderPrefix:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        background: #fff;
        margin-top: 78px;
        z-index: 0;
    }

    .addBorderPrefix p.lead {
        margin-top: 25px;
    }

    .coridorNewBg5 {
        position: relative;
        z-index: 1;
    }

    section.corridor-sectionMain.corridor-section3 {
        padding-bottom: 20px;padding-top: 100px;
    }
    section.corridor-sectionMain.corridor-section3{margin-bottom: 0;}
    /* .imageBoxsecret {
        position: relative;
        left: 0;
        width: 80%;
        color: #fff;
        text-align: left;
        top: 0;
        width:60%;
        margin: 0 auto;
        height: 430px;
        overflow: hidden;
        vertical-align: top;
    } */
    /* .imageBoxsecret{
        width: 60%;
        margin: 0 auto;
        text-align: left;
      } */

      .imageBoxsecret{
        width: 60%;
        margin: 0 auto;
        height: 430px;            
        display: flex;            
        align-items: center;      
        justify-content: center;   
        overflow: hidden;
      }
      
      .imageBoxsecret img.imgfixed{
        width: auto;       
        height: auto;      
        max-width: 100%;      
        max-height: 100%;      
        display: block;border-radius: 0;
      }
    .secretBoxDesktop:before {
        content: "";
        position: absolute;
        left: 50%;
        height: 100%;
        width: 2px;
        background-color: #F6F5E1;
    }
    .secretBoxDesktop h6 {
        position: absolute;
        bottom: 0;
        left: 40%;
        font-size: 7px;
        width: 110px;
    }
    .secretBoxDesktop .container {
        max-width: 1230px;
    }
    .secretBoxDesktop h6 span {
        border-bottom: 1px solid #ccc;
    }
    .secretBoxDesktop:after {
        content: "";
        position: absolute;
        right: 70px;
        height: 100%;
        width: 2px;
        background-color: #F6F5E1;
    }
    /* .imageBoxsecret img.imgfixed {
        max-width: 100%;
        border-radius: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        object-position: center;
    } */



    .owl-carousel.owl-theme.secretSliderDesktop {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        .owl-stage-outer{height: 100%;}
        .owl-stage{height: 100%;}
       .owl-item{height: 100%;}
        .item {
        align-items: flex-start;
        height: 100%;
        .row{ height:93%;}
    }
   .owl-nav {
        margin-top: 10px;
        position: absolute;
        left: 1%;
        top: 46%;

        button.owl-prev {
            background-image: url(../img/prev-N.png) !important;
            width: 30px;
            height: 30px;
            position: absolute;
            left: 0px;
            /* top: 43%; */
            background-position: center left !important;
            background-repeat: no-repeat !important;
            background-size: contain;
            transform-origin: right center;
            transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
            background-color: transparent;
            border: none;
            cursor: pointer;
        }
        button.owl-next {
            width: 30px;
            height: 30px;
            position: absolute;
            left: 45px;
            /* top: 43%; */
            background-image: url(../img/next-N.png) !important;
            background-repeat: no-repeat !important;
            background-size: contain;
            background-position: center;
            transition: background-image 0.2s ease-in-out, transform 0.2s ease-in-out;
            transform: scale(1);
            transform-origin: center;
            cursor: pointer;
            border: none;
            background-color: transparent;
        }
        button.owl-next span{display: none;}
    }

    .owl-dots {
        position: absolute;
        bottom: 30px;
        right: 0;
        text-align: center;
        width: 56%;
    }

     .owl-dot span {
        background: #fff;
        border: 2px solid #fff;
    }

 .owl-dot.active span, .owl-dot:hover span {
        background: #002B19;
    }

    }

    .borderLinesecret {
        position: absolute;
        left: 0;
        height: 2px;
        width: 50%;
        background-color: #F6F5E1;
        top: 150px;
    }

    .secret-slider-container h4 {
        font-weight: 400;
        font-style: italic;
        margin-bottom: 40px;
        text-align: center;
        margin-top: 20px;
        font-family: "Public Sans", serif;
        letter-spacing: 6px;
    }

     .secret-counter{
        position: absolute;
        left: 32px;
        top: 10%;
        transform: translateY(-50%) rotate(-90deg);
        z-index: 50;
        color: #fff;
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: 500;
      }
      .secret-counter.secret-counter2

 {
    left: 52%;
}


.jungleExperienceWrap{
    position: relative;
  }
  
  /* Both views will animate */
  .experience-default,
  .experience-cards{
    transition: opacity .45s ease, transform .45s ease;
  }
  
  /* Default view visible state */
  .experience-default{
    opacity: 1;
    transform: translateX(0);
  }
  
  /* Cards view starts hidden (off to right) */
  .experience-cards{
    opacity: 0;
    transform: translateX(40px);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  /* When active show cards */
  .jungleExperienceWrap.show-cards .experience-default{
    opacity: 0;
    transform: translateX(-40px);
    pointer-events: none;
  }
  
  .jungleExperienceWrap.show-cards .experience-cards{
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  

  button.expArrowBtn.js-open-cards
   {
      background-image: url(../img/next-N.png) !important;
      background-color: transparent;
      width: 30px;
      height: 30px;
      border: none;
      margin-left: 0;
      position: relative;
      left: -87px;
  }

  .expArrowBtn.js-back-default
   {
      background-image: url(../img//prev-N.png) !important;
      background-color: transparent;
      width: 30px;
      height: 30px;
      border: none;
      margin-left: 0;
      position: relative;
      left: -19px;
      top: 230px;
  }

  #exp-trails button.expArrowBtn.js-open-cards {
    background-image: url(../img/next-N.png) !important;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border: none;
    margin-left: 0;
    position: relative;
    left: 110px;
    margin-top: 20px;
}

  .jungleCardV2{
    width: 100%;
    max-width: 340px;              /* screenshot proportion */
    border-radius: 0;              /* screenshot looks sharp edges */
    overflow: hidden;
    box-shadow: none;
    border: 0;
    font-family: "Public Sans", sans-serif;
  }
  
  /* cream background blocks */
  .theme-cream .jungleCardV2__top,
  .theme-cream .jungleCardV2__bottom{
    background: #66371B;           /* cream/beige */
    color: #111;
  }

  .theme-cream.bg2 .jungleCardV2__top,
  .theme-cream.bg2 .jungleCardV2__bottom{
    background: #E3D8C2;           /* cream/beige */
    color: #111;
  }

  .theme-cream.bg3 .jungleCardV2__top,
  .theme-cream.bg3 .jungleCardV2__bottom{
    background: #808065;           /* cream/beige */
    color: #111;
  }

  .theme-cream.bg4 .jungleCardV2__top,
  .theme-cream.bg4 .jungleCardV2__bottom{
    background: #4A6151;           /* cream/beige */
    color: #111;
  }

  .theme-cream.bg5 .jungleCardV2__top,
  .theme-cream.bg5 .jungleCardV2__bottom{
    background: #81754B;           /* cream/beige */
    color: #111;
  }


  .theme-cream.bg6 .jungleCardV2__top,
  .theme-cream.bg6 .jungleCardV2__bottom{
    background: #B4833E;           /* cream/beige */
    color: #111;
  }
  #exp-sanctuary .container.jungleCardsView.experience-cards {
    padding-top: 0px;margin-top: -40px !important;
}
   
  #exp-trails .container.jungleCardsView.experience-cards {
    padding-top: 80px;
}
  
  /* TOP BAR */
  .jungleCardV2__top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 18px 18px 12px;
  }
  
  /* LEFT TITLE (two-line with spacing) */
  .jungleCardV2__title{
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-family: "Averia Serif Libre", serif;
    letter-spacing: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
  }
  
  /* RIGHT META */
  .jungleCardV2__meta{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  
  .jungleCardV2__count{
    font-size: 14px;
    letter-spacing: 1px;
    color: #111;
  }
  
  /* paw icon */
  .jungleCardV2__paw{
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
  
  /* IMAGE SECTION */
  .jungleCardV2__img{
    background: #000;              /* screenshot black background */
    height: 215px;                 /* control image block height */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .jungleCardV2__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;             /* full cover like screenshot */
    display: block;
  }
  
  /* BOTTOM TEXT */
  .jungleCardV2__bottom{

    padding: 16px 18px 18px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
  }
  
  p.brNoneMob.d-none-mb.paddingDetail {
    padding-right: 130px;
}

span.extraHead {
    font-size: 32px;
    position: relative;
    top: -20px;
    font-weight: 400;
}

.trail-section {
    p.mb-4.customTText.extraPostion {
        margin-top: 0;
        top: -50px;
        line-height: 22px;
    }
}


/* Dropdown arrow for submenu */
/* Dropdown menu for Corridor Journeys */
.offcanvas-body ul li.hasDropdown > a {
    position: relative;
    display: block;
}

.offcanvas-body ul li.hasDropdown > a:after {
    font-family: 'bootstrap-icons';
    content: "\F285";
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
    font-size: 14px;
    top: 7px;
}

.offcanvas-body ul li.hasDropdown.open > a:after {
    content: "\F282";
}

.offcanvas-body ul li.hasDropdown .dropdownMenu {
    display: none !important;
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}

.offcanvas-body ul li.hasDropdown.open .dropdownMenu {
    display: block !important;
}

.offcanvas-body ul li.hasDropdown .dropdownMenu li {
    padding:9px 0;
    border-bottom: none;
}

.offcanvas-body ul li.hasDropdown .dropdownMenu li a {
        font-size: 10px;
    padding-left: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

span.jourenyNum {
    padding-left: 10px;
}
p.journyPargraph {
    padding-right: 100px;
}
p.journyPargraph:last-child {
    padding-bottom: 60px !important;
}
p.dayTxt {
    min-height: 45px;
}

.nature.customJournerys.newMM {
    button.owl-next {
       
        left: 159px !important;
       
    }
}
h1.hero-title.mobilesH {
    display: none;
}


.owl-carousel.owl-theme.secretSliderMobile{
.owl-nav {
                
       

        button.owl-prev {
            background-image: url(../img/prev-N.png) !important;
            width: 30px;
            height: 30px;
                       position: absolute;
            left: 4px;
            top: 55%;
            background-position: center left !important; 
            background-repeat: no-repeat !important;
            background-size: contain;
            transform-origin: right center;
            transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
            background-color: transparent;
            border: none;
            cursor: pointer;            opacity: 1;
        }
        button.owl-next {
            width: 30px;
            height: 30px;
                       position: absolute;
            right: 4px;
             top: 55%;
            background-image: url(../img/next-N.png) !important;
            background-repeat: no-repeat !important;
            background-size: contain;
            background-position: center;
            transition: background-image 0.2s ease-in-out, transform 0.2s ease-in-out;
            transform: scale(1);
            transform-origin: center;
            cursor: pointer;
            border: none;
            background-color: transparent;            opacity: 1;
        }
        button.owl-next span, button.owl-prev span{display: none;}
        button.owl-next.disabled {
    opacity: 0.5 !important;
}
button.owl-prev.disabled {
    opacity: 0.5 !important;
}
    }
}

.post-card-carousel{
button.owl-next span, button.owl-prev span{display: none;}
button.owl-next {
    width: 28px; /* Use largest image width */
    height: 28px;
    position: absolute;
    right: -40px;
    top: 54%;
    background-image: url('../img/next-E.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: center;
    transition: background-image 0.2s ease-in-out, transform 0.2s ease-in-out;
    transform: scale(1);
    transform-origin: center;
    cursor: pointer;
    border: none;
    background-color: transparent; /* Remove default button styles */
     background-size: contain !important;
}
button.owl-next:hover{background-color:transparent!important;}
button.owl-prev {
    background-image: url(../img/prev-E.png) !important;
        width: 28px;
        height: 28px;
        position: absolute;
        left: -40px;
        top: 54%;
        background-position: center left !important;
        background-repeat: no-repeat !important;
        background-size: contain;
        transform-origin: right center;
        transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
        background-color: transparent;
        border: none;
        cursor: pointer;
        background-size: contain !important;
}
button.owl-prev:hover{background-color:transparent!important;}
}