
::-webkit-scrollbar {
    width: 10px;  
    height: 10px; 
  }
  
  ::-webkit-scrollbar-track {
    background: #e0f2f1;    /* track color (light teal) */
    border-radius: 9999px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #007C91, #00BFA5);
    border-radius: 9999px;
    border: 2px solid #e0f2f1;  
    min-height: 30px;         
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #00BFA5, #008f9a);
  }
  ::-webkit-scrollbar-button {
    display: none;
  }
  
  :root,
  * {
    scrollbar-width: auto;                     
    scrollbar-color: #045757 #0000000a;    
  }
  .sidebar-panel {
    scrollbar-width: thin;
    scrollbar-color: #045757 #e0f2f1;
  }
  html, body {
    height: 100%;
  }
  
  
  

.sidebar-backdrop {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.sidebar-backdrop.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.sidebar-panel {
    transform: translateX(-100%);
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sidebar-panel {
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #FFD447 #00808033; /* Firefox */
}

/* Chrome, Edge, Safari */
 
.sidebar-panel::-webkit-scrollbar {
  width: 6px; 
}
 
.sidebar-panel::-webkit-scrollbar-track {
  background: #00808033;
}

.sidebar-panel::-webkit-scrollbar-thumb {
  background-color: #FFD447;
  border-radius: 9999px;
}

.sidebar-panel::-webkit-scrollbar-thumb:hover {
  background-color: #FFC107; /* thoda dark yellow */
}

/* Arrows (Chrome me by default nahi dikhenge) */

.sidebar-panel::-webkit-scrollbar-button {
  display: none;
}

.sidebar-panel.show {
    display: block !important;
    transform: translateX(0);
    visibility: visible;
}
.dropdown-shape li:hover {
    background: #0080801c;
}
.dropdown-shape li {
    transition: 0.3s ease all;
    border-radius: 2px;
}
@keyframes slideInRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 50;
    height: 0;
    opacity: 0;
    transition: height 3s, opacity 0.3s, transform 0.3s;
}
.sidebar-panel a:hover svg path {
    fill: #008080;
}
.dropdown-menu.show {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-button {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.dropdown-button:active {
    transform: scale(0.98);
}
#language.dropdown-menu {
    right: 33%;
    top: 44px;
}
.dropdown-shape:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.dropdown-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}
.dropdown-button.clicked::before {
    width: 300px;
    height: 300px;
}
.dropdown-arrow {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center;
}
.dropdown-arrow.rotated {
    transform: rotate(180deg) scale(1.1);
}
.dropdown-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-10px);
    opacity: 0;
}
.dropdown-menu.show .dropdown-item {
    transform: translateX(0);
    opacity: 1;
}

.slider-dot {
    transition: all 0.3s ease;
    cursor: pointer;
}
.slider-dot.active {
    background-color: #fbbf24 !important;
}
.slider-dot:hover {
    background-color: #fbbf24 !important;
    opacity: 0.7;
}
.sidebar-backdrop {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.sidebar-backdrop.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.sidebar-panel {
    display: none;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sidebar-panel.show {
    display: block !important;
    transform: translateX(0);
    visibility: visible;
    animation: slideInRight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@keyframes slideInRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.dropdown-menu.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.slider-dot {
    transition: all 0.3s ease;
    cursor: pointer;
}
.slider-dot.active {
    background-color: #fbbf24 !important;
}
.slider-dot:hover {
    background-color: #fbbf24 !important;
    opacity: 0.7;
}
.sidebar-backdrop {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.sidebar-backdrop.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.sidebar-panel.show {
    display: block !important;
    transform: translateX(0);
    visibility: visible;
    animation: slideInRight 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header nav .active {
    font-weight: 700;
}

/* Location Icon Styling */
.location-fltr .relative img {
    pointer-events: none;
    z-index: 10;
}

.location-fltr input:focus + img {
    opacity: 0.7;
}

/* Tour Icon Styling */
.font-openSans .relative img {
    pointer-events: none;
    z-index: 10;
}

.font-openSans input:focus + img {
    opacity: 0.7;
}

/* Calendar Icon Styling */
.font-openSans .relative img[alt="Calendar Icon"] {
    pointer-events: none;
    z-index: 10;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.font-openSans input:focus + img[alt="Calendar Icon"] {
    opacity: 0.7;
}

/* Date Dropdown Styling */
#dateDropdown {
    cursor: pointer;
    transition: all 0.2s ease;
}

#dateDropdown:hover {
    background-color: #f8f9fa;
}

#dateDropdownMenu {
    max-height: 200px;
    overflow-y: auto;
}

#dateDropdownMenu button {
    transition: background-color 0.2s ease;
}

#dateDropdownMenu button:hover {
    background-color: #f1f5f9;
}

/* Arrow Rotation */
.dropdown-arrow.rotated {
    transform: rotate(180deg);
}

/* Tour Dropdown Styling */
#tourDropdown {
    cursor: pointer;
    transition: all 0.2s ease;
}

#tourDropdown:hover {
    background-color: #f8f9fa;
}

#tourDropdownMenu {
    max-height: auto;
    overflow-y: auto;
}

#tourDropdownMenu button {
    transition: background-color 0.2s ease;
}

#tourDropdownMenu button:hover {
    background-color: #f1f5f9;
}
.testimonial-next,
.testimonial-prev {
    top: 57%;
}
@keyframes slideInRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
/* Extra styles that can’t use @apply (pseudo-elements, images, etc.) */
.social-media li a {
    transition: 0.5s ease all;
}
.testimonials-slider .slick-list {
    overflow: hidden;
}
.social-media li a:hover {
    background: #ffd447;
}
.social-media li a:hover img {
    filter: invert(1) brightness(0) saturate(10000%);
}
.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
    height: 12px;
    background: url("../images/btn-arrow.svg") no-repeat center/contain;
}
.btn:hover::before {
    background: url("../images/svg/btn-arrow-v2.svg") no-repeat center/contain;
}

@media (min-width: 1024px) {
    .btn::before {
        right: 30px;
        width: 16px;
        height: 16px;
    }

}

.slider-dot {
    transition: all 0.3s ease;
    cursor: pointer;
}
.slider-dot.active {
    background-color: #fbbf24 !important;
}
.slider-dot:hover {
    background-color: #fbbf24 !important;
    opacity: 0.7;
}

.testimonials-slider {
    position: relative;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.slick-prev {
    left: -58;
}

.slick-next {
    right: -58;
}

.slick-prev img,
.slick-next img {
    width: 25px;
    height: 24px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
    content: none !important;
}

/* Slick Slider Spacing */

.testimonials-slider .slick-track {
    display: flex;
    gap: 15px;
    margin-top: 50px;
}
.testimonials-slider .slick-list .slick-track > div {
    height: auto;
}
.testimonials-slider .slick-list {
    margin: 0 -30px; /* Half of gap value (adjust as needed) */
}

.testimonials-slider .slick-slide {
    box-sizing: border-box; /* Ensure padding doesn’t mess width */
}

.hero-slides .slick-track,
.hero-slides .slick-list {
    height: 100%;
}
.close-sidebar-btn:hover svg path {
    fill: #fff;
}
.testimonials-slider .slick-list .slick-track > div {
    height: auto;
}
.testimonial-card {
    padding-bottom: 50px;
}
.national_parks > :nth-child(2) {
    position: relative;
    top: -30px;
}

.winter_wonders > :nth-child(2) {
    margin-top: 30px;
}

.meun-btn::before {
    right: 15px;
    width: 14px;
    top:50%;
}
.meun-btn {
    padding-inline: 5px;
    padding-right: 20px;
}
.meun-btn:before {
   background-image: url("../images/svg/btn-arrow.svg");
   transition: all 0.3s ease;
}
.dropdown-shape li:hover .meun-btn::before {
   background-image: url("../images/svg/menu-arrow-white.svg");
}
.dropdown-shape li:hover .meun-btn{
    transform: unset;
    box-shadow: none;
    color: #ffff;
    border-color: #008080;
    background-color: #008080;
}
#moreAdventures ul li:hover {
    background: transparent;
}
#moreAdventures .dropdown-shape:after {
    left: 53%;
    top: -9px;
}
.dropdown-shape li:hover .meun-btn{
    transform: unset;
    box-shadow: none;
    border-color: #008080;
}
.dropdown-shape li:hover a{
    color: #008080;
}
#language .dropdown-shape:after {
    top: -15px;
    right: 44px;
}
.clam-lines p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}
.row-col-sec h3 span {
    color: #008080;
}
.tesimonial-section .btn-secondary {
    min-width: 229px;
    height: 48px;
}

/* ===== Legend ===== */
.legend-bar {
    display: flex;
    justify-content: space-around;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    align-items: stretch;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.legend-box {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}
.flatpickr-month {
  display: none;
}

/* custom header (month + year selects) */
.fp-custom-header {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    margin-bottom: 20px;
}
.fp-custom-header select { 
padding:6px 8px; 
border-radius:6px; 
border:1px solid #ddd; 
background:#fff; 
font-weight:600; 
}

/* ===== Flatpickr Date Colors ===== */
.flatpickr-day.available {
    background-color: #28a745 !important;
    color: #fff !important;
    border-radius: 6px;
}
.flatpickr-day.limited {
    background-color: #ffc107 !important;
    color: #000 !important;
    border-radius: 6px;
}
.flatpickr-day.soldout {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-radius: 6px;
}
.flatpickr-day.past {
    background-color: #d3d3d3 !important;
    color: #666 !important;
    border-radius: 6px;
}

/* ===== Footer Buttons ===== */
.calendar-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.calendar-footer button {
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    border-radius: 100px;
}
.calendar-apply {
    background: #28a745;
    color: #fff;
}
.calendar-apply, .calendar-cancel {
    min-width: 150px;
}
.calendar-cancel {
    background: #dc3545;
    color: #fff;
}


.flatpickr-calendar.animate.inline {
    border: none !important;
    box-shadow: inherit;
}

.dayContainer {
    display: flex;
    gap: 6px;
}

.flatpickr-calendar {
    border: none!important;
}
.swal2-popup.swal2-modal.swal2-show {
    width: 450px!important;
    border-radius: 12px;
    overflow: hidden;
}
.fp-custom-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    width: fit-content;
    margin: 20px auto;
  }
  
  .fp-custom-header select {
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .fp-custom-header select:hover {
    border-color: #888;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  
  .fp-custom-header select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
  }
  
.flatpickr-calendar.animate.inline {
    width: 100%;
}


.flatpickr-rContainer {
    width: 100%;
    margin: auto;
    display: flex!important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.dayContainer span {
    font-size: 18px;
    display: flex;
    align-items: center!important;
    min-width: 52px!important;
    min-height: 52px !important;
    font-family: 'Roboto' !important;
    border-radius: 50%!important;
}
span.flatpickr-next-month, span.flatpickr-prev-month {
    padding: 0!important;
    display: flex;
    align-items: center;
    padding-inline: 10px!important;
    border: 1px solid #D8DAE5;
    padding-block: 10px!important;
    height: 38px!important;
    border-radius: 10px;
    margin-inline: 14px;
}
.flatpickr-innerContainer {
    margin-top: 16px;
    width: 424px;
    margin: auto;
}
.flatpickr-days .dayContainer {
    min-width: 424px;
    overflow: visible!important;
    align-items: start!important;
    justify-content: start!important;
    gap: 10px;
    margin-block: 15px;
    margin-inline: auto;
}
.flatpickr-days {
    overflow: visible;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer span {
    font-size: 18px;
    text-align: center;
}
#swal2-html-container {
    padding: 0;
}
.flatpickr-days {
    display: flex!important;
    justify-content: center!important;
    overflow: visible!important;
}
.mega-menu-conatiner .dropdown-shape:after {
    left: 45%;
    top: -9px;
}

.mega-menu-conatiner .mega-menu-conatiner-inner {
    width: 773px;
    position: absolute;
    left: -20.688rem;
    padding: 20px;
    top: 30px;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #0000005C;
    opacity: 0;
    visibility: hidden;
}
.menu-wrapper:hover .mega-menu-conatiner .mega-menu-conatiner-inner {
    opacity: 1;
    transition: 0.3s ease all;
    transform: translateY(0%);
    visibility: visible;
    display: block;
}
.mega-menu-conatiner .tour-mega-menu {
    max-height: 350px;
    overflow: auto;
    scrollbar-width: thin;                
    scrollbar-color: #FFD447 rgba(0,128,128,0.2); 
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

.tour-mega-menu li{
    background: #F5F7FA;
    border: 1px solid #E6E6E6
}
.tour-mega-btn-wrapper .btn{
    box-shadow: 0px 1px 9.4px 0px #0000000D;
}
.tour-mega-btn-wrapper .btn:hover {
    box-shadow: unset;
    transform: unset;
}
.tour-mega-btn-wrapper .btn:hover::before{
    background-image: url("../images/svg/menu-bold-arrow.svg");
}
.tour-mega-menu .title-mega-menu {
    color: #000;
    white-space: normal;
}
.tour-mega-menu a {
    background: #F5F7FA;
}
.tour-mega-menu .tour-btn::before {
    right: 14px;
    width: 14px;
    height: 16px;
    top: 52%;
}
.tour-mega-menu .tour-btn:before{
    background-image: url("../images/svg/mega-menu-arrow.svg");
}
.tour-mega-menu .tour-btn:hover::before{
    background-image: url("../images/svg/mega-menu-arrow-white.svg");
}
.tour-mega-menu .tour-btn{
    box-shadow: 0px 1px 9.4px 0px #0000000D;
}
span.tour-btn.sidebar-btn::before {
    right: 10px;
}
.tour-mega-menu .tour-btn:hover {
    transform: unset;
    background: #0E7C66;
    border-color: #0E7C66;
    color: #fff;
    box-shadow: 0px 1px 9.4px 0px #0000000D;
}
.tour-mega-btn-wrapper .side-bar-all-btn::before {
    right: 25px!important;
}
.sidebar-item.active .mega-menu-conatiner-inner,
.sidebar-item.active .sidebar-arrow-active {
    display: block;
}
.sidebar-item.active .sidebar-arrow,
.sidebar-item .mega-menu-conatiner-inner,
.sidebar-arrow-active{
    display: none;
}

.tour-link:hover .tour-bg-img {
    filter: grayscale(1);
}

/* admin page css starts here */


/* admin page css ends here */


#lhnHelpOutCenter div.lhnWindow-header {
    background-color: #008080;
}   
#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton {
     background-color: #008080;
}
#lhnHelpOutCenter button.form_submit, #lhnHelpOutCenter button.lhnFormButton:hover {
     background-color: #ffd447;
    color: #000000;
}
div#lhnHocButton div.lhnHocChatBtn {
    background-color: #0F5858;
}
div#lhnHocButton div.lhnHocBackBubble {
    background-color: #008080;
}
div#lhnHocButton div.lhnHocBackBubble:after {
    border-color: #008080 #008080 transparent transparent;
}
body.sidebar-active{
    overflow: hidden;
}
div#lhnHocButton.lhnround div.lhnHocChatBtn {
    height: 64px;
    width: 64px;
}
div#lhnHocButton.lhnround div.lhnHocFrontBubble:before {
    top: 23px;
}
div#lhnHocButton div.lhnHocBackBubble:after {
    left: 6px;
    top: 15px;
}
div#lhnHocButton.lhnround div.lhnHocFrontBubble:after {
    border: 10px solid #fff;
}
div#lhnHocInvite div.lhnHocInviteCont {
    background-color: #008080;
    color: #fff;
}
div#lhnHocInvite div.lhnHocInviteButton {
    background: #dc2626;
    border: #dc2626;
}
div#lhnHocInvite div.lhnHocInviteButton.lhnstart {
    background: #facc15;
    color: #0B2830;
}
@media (min-width: 1600px) {
    .mega-menu-conatiner .mega-menu-conatiner-inner {
    left: -330px;
    }
}
@media (min-width: 1280px) {
    .testimonials-slider .slick-list {
        margin-inline: 0px;
    }  
}
@media (max-width:1366px) {
.mega-menu-conatiner .mega-menu-conatiner-inner {
    width: 700px;
    left: -300px;
}
}
@media (max-width: 1279.9px) {
    .mega-menu-conatiner .mega-menu-conatiner-inner {
        left: -18.813rem;
         top: 10px;
    }
    #moreAdventures .dropdown-shape:after {
        left: 65%;

}
}
@media (max-width: 1180px) {
    .header-cldr-icon {
        display: none;
    }
    .title-btn-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 1120.5px) {
.mega-menu-conatiner .mega-menu-conatiner-inner {
    width: 600px;
    left: -15.75rem
}
}
@media (max-width: 1024px) {
    .header-nav {
        position: fixed;
        left: 0;
        flex-direction: column;
        background: rgb(255, 255, 255);
        height: auto;
        display: flex;
        top: 0;
        align-items: start;
        bottom: 0;
        z-index: 999;
        padding: 20px;
        width: 365px;
        gap: 16px;
        transform: translateX(-100%);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
    }
    body.menu-active {
        overflow: hidden;
    }
    body.menu-active .header-nav {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    body.menu-active:after {
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        position: absolute;
        background: #00000061;
        z-index: 2;
        width: 100%;
        overflow-y: hidden;
    }

    .header-nav a {
        color: #111827;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
    }

    #moreAdventures > a {
        color: #111827;
    }

    nav .dropdown-button ul * a {
        color: #111827;
    }
    .header-nav .dropdown-button {
        color: #111827;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        width: 100%;
        justify-content: space-between;
    }
    .header-nav{
        overflow-y: auto;
    }
    .header-nav .dropdown-button {
        color: #111827;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
    }
    #moreAdventures {
        width: 100%;
        position: static;
        background: unset;
        box-shadow: unset;
        margin-top: 15px;
    }

    .dropdown-menu.show .dropdown-item {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
    }

    #moreAdventures div {
        padding: 0px;
    }
    .header-nav .dropdown-shape {
        background: #fffefe00;
    }

    #moreAdventures .dropdown-shape:after {
        display: none;
    }
    .header-nav a:after {
        display: none;
    }
    .header-nav > a {
        /* background: red; */
        padding-left: 12px;
        position: relative;
    }
    .header-nav > a:before {
        background-image: url("../images/svg/menu-arrow.svg");
        content: "";
        width: 6.421885013580322px;
        height: 9.95947265625px;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 999;
        background-size: contain;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
    }
    .test-thumnail {
        margin-top: -42px;
    }
    .btn::before {
        right: 15px;
    }
    body.menu-active .header-nav .menu-wrapper {
        color: #111827;
        width: 100%;
    }
    .mega-menu-conatiner .mega-menu-conatiner-inner {
        width: 100%;
        position: relative;
        box-shadow: unset;
        left: inherit;
        top: inherit;
        max-width: 325px;
        padding: 0;
        display: none;
    }
    .mega-menu-conatiner {
        display: none;
    }
    .tour-mega-menu .tour-btn::before {
        width: 12px;
    }
    .tour-mega-btn-wrapper .btn::before {
        right: 45px;
    }
    .tour-mega-menu .tour-btn {
        padding-block: 5px;
    }
    .dropdown-arrow-mobile {
        position: absolute;
        right: 0;
        top: 8px;
        transform: translateY(-50%);
    }
    .menu-wrapper.open .dropdown-arrow-mobile {
        transform: scaleY(-1);
        top:0;
    }
    .menu-wrapper.open .mega-menu-conatiner {
    display: block;
    opacity: 1;
    }
    .menu-wrapper.open .mega-menu-conatiner-inner{
    display: block;
    visibility: visible;
    opacity: 1;
    }
.header-nav{
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #FFD447 #00808033; /* Firefox */
  }
  .header-nav {
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #FFD447 #00808033; /* Firefox */
}

/* Chrome, Edge, Safari */
 
.header-nav::-webkit-scrollbar {
  width: 6px; 
}
 
.header-nav::-webkit-scrollbar-track {
  background: #00808033;
}

.header-nav::-webkit-scrollbar-thumb {
  background-color: #FFD447;
  border-radius: 9999px;
}

.header-nav::-webkit-scrollbar-thumb:hover {
  background-color: #FFC107; /* thoda dark yellow */
}

/* Arrows (Chrome me by default nahi dikhenge) */

.header-nav::-webkit-scrollbar-button {
  display: none;
}
}
@media (max-width: 991px) {
    .clam-lines p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
    .container {
        padding-inline: 30px !important;
    }
    .national_parks .btn-secondary {
        padding-inline: 10px;
        padding-block: 6px;
        font-size: 12px;
        min-width: 101px;
        height: 29px;
    }
    .call-btn {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-inline: 20px !important;
    }
    .national_parks > :nth-child(2) {
        top: 0;
    }
    .winter_wonders > :nth-child(2) {
        margin-top: 0px;
    }
    .test-thumnail {
        margin-top: -32px !important;
    }
    .call-btn {
        font-size: 12px;
    }
    .flatpickr-innerContainer {
    width: 358px;
    overflow: hidden;
}
.flatpickr-days .dayContainer {
    min-width: 355px;
    margin-block: 15px;
}
.dayContainer span {
    font-size: 18px;
    min-width: 40px!important;
    min-height: 40px !important;
}
.flatpickr-days .dayContainer {
    min-width: 343px;
    margin-block: 10px;
}
.legend-bar.flex.justify-center.items-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}


@media (min-width:1024px) {
    body.menu-active .header-nav .menu-wrapper:hover .mega-menu-conatiner{
        display: block;
        position: relative;
    }
        body.menu-active .header-nav .menu-wrapper:hover #moreAdventures-arrow {
        rotate: 180deg;
        top: -3px;
    }
    .mega-menu-conatiner .mega-menu-conatiner-inner {
       transform: translateY(10%);
    }
}

@media (max-width: 575px) {
    .social-footer {
        width: 100% !important;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }

    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }

    .slick-prev img,
    .slick-next img {
        width: 20px;
        height: 19px;
    }
    .search-button {
        padding-right: 10px;
        position: relative;
    }
    .search-button:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 1px;
        background: #bcbaba;
        bottom: 10px;
        right: -8px;
        rotate: 90deg;
        opacity: 0.3;
        border-radius: 2px;
        top: 10px;
    }
    #language.dropdown-menu {
        right: -19px;
    }
    .tesimonial-section .btn-secondary {
        min-width: 211px;
        font-size: 16px;
    }
    .row-col-sec .btn {
        height: 32px;
        min-width: 119px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 25px;
    }
    div#lhnHocButton.lhnround div.lhnHocChatBtn {
    width: 48px;
    height: 48px;
    }
    div#lhnHocButton.lhnround.lhnleft div.lhnHocChatBtnCont {
    height: 48px;
    width: 48px;
    }
    div#lhnHocButton.lhnround div.lhnHocFrontBubble:after {
    border: 7px solid #fff;
    }
    div#lhnHocButton.lhnround div.lhnHocFrontBubble:before {
    top: 16px;
    }
    div#lhnHocButton div.lhnHocBackBubble:after {
    left: 6px;
    top: 16px;
    }
}