/*<------------------------------------------------------------------------------- HOME PAGE STYLES ------------------------------------------------------------------------------->*/

/* Destination category styles - Trending Tours */
#destination-category-wrapper {
    position: relative; 
    padding: 0;
    margin: 15px;
    border-radius: 7px;
    transition: 0.5s ease;
}

#destination-category-wrapper:hover { 
    -webkit-box-shadow: 0 0 15px rgba(24,24,24,.35);
    box-shadow: 0 0 15px rgba(24,24,24,.35);
}


.category-post-results .container {
    max-width: 100%;
}

#destination-category-wrapper .article-wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}


#destination-category-wrapper .article-wrapper {
    padding: 20px;
    height: 350px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    z-index: 99; 
    overflow: hidden;
}

#destination-category-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s ease; 
}

#destination-category-wrapper:hover img {
    transform: scale(1.1); 
}

#destination-category-wrapper .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 2;
}

.excerpt-container {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease; 
}

.excerpt-container p {
    font-weight: 500;
}

#destination-category-wrapper:hover .excerpt-container {
    max-height: 200px;
    opacity: 1; 
}

.article-content {
    color: #fff;
    z-index: 2;
}

.article-content h3 {
    color: #fff;
    margin: 0;
}

.article-content .date-range {
    font-size: 20px;
}

.article-content .btn-explore {
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.article-content .btn-explore:hover {
    color: #5495D1;
}

#category-filter {
    padding-bottom: 40px;
}

button.category-button {
    padding: 0 !important;
    background: none !important;
    text-shadow: none !important;
    color: #181818 !important;
    font-weight: 600 !important;
    padding: 7px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    transition: .3s !important;
}

button.category-button:last-child {
    color: #5495D1 !important;
    margin-left: 40px !important;
}

button.category-button:last-child.active { 
    border-bottom: none;
}

button.category-button:last-child.active:hover { 
    border-bottom: 5px solid #5495D1;
} 

button.category-button:hover,  button.category-button.active {
    border-bottom: 5px solid #5495D1;
}


@media (max-width: 1199px) {

    #category-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .category-button:first-child {
        display: none !important;
    }

    button.category-button {
        display: none; 
    }
    
  
    button.category-button[data-category-id="all"] {
        display: block;
    }

   
}


@media (max-width: 998px) {
    #category-filter h2 {
        font-size: 28px;
    }

    .category-title,
    #category-buttons {
        flex-basis: 50%;
    }

    #destination-category-wrapper .article-wrapper {
        padding: 10px;
    }

    .article-content h3 {
        font-size: 20px !important;
    }
    

    #destination-category-wrapper .article-wrapper {
        height: 280px;
    }

    #destination-category-wrapper:hover .excerpt-container {
        max-height: 0;
        opacity: 0; 
    }
    
}

@media (max-width: 768px) {

    #destination-category-wrapper {
        flex-basis: auto !important;
    }

    #destination-category-wrapper:hover .excerpt-container {
        max-height: 0;
        opacity: 0; 
    }

    #destination-category-wrapper .article-wrapper {
        height: 200px;
    }
}

/* End of Destination category styles */


/* Tour posts styles */
#upcoming-category-filter {
    padding-bottom: 40px;
}


#upcoming-category-filter h2 span{
    color: #90B23E;
}

#time-to-explore-wrapper .article-content {
    border-radius: 7px;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.5s ease;
}

#time-to-explore-wrapper .article-content:hover {
    -webkit-box-shadow: 0 0 15px rgba(24,24,24,.15);
    box-shadow: 0 0 15px rgba(24,24,24,.15);
}

#time-to-explore-wrapper .article-content .featured-image {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}

#time-to-explore-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; 
}

#time-to-explore-wrapper:hover img {
    transform: scale(1.1); 
}

#time-to-explore-wrapper .total-tour-days {
    position: absolute;
    top: 0;
    right: 30px;
    color: #fff;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#time-to-explore-wrapper .nearest-start-date {
    background: #3C4156;
    text-align: center;
    width: 100%;
    padding: 10px 20px 20px;
}

#time-to-explore-wrapper .nearest-start-date-day {
    font-size: 25px;
    font-weight: 600;
}
#time-to-explore-wrapper .nearest-start-date-month {
    font-size: 14px;
    line-height: 0.5;
    text-transform: uppercase
}

#time-to-explore-wrapper .date-difference {
    color: #1C339E;
    font-size: 12px;
    padding: 5px 0;
    font-weight: 600;
}

#time-to-explore-wrapper .category-status {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}
#time-to-explore-wrapper .category-status .tour-category-status {
    padding: 10px 20px;
    color: #fff;
} 

#time-to-explore-wrapper .category-status .tour-status {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

#time-to-explore-wrapper .article-text-content {
    padding: 30px;
}

#time-to-explore-wrapper .article-text-content .tour-destination-category {
    color: #5495D1;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    transition: 0.3s ease;
}

#time-to-explore-wrapper .article-text-content .tour-destination-category .nav-button {
    transition: 0.3s ease;
}

#time-to-explore-wrapper .article-text-content .tour-destination-category .nav-button:hover {
    color: #DB0B1B;
}

#time-to-explore-wrapper .article-text-content .tour-title {
    font-size: 25px;
    color: #181818 !important;
    font-weight: 600;
    padding-bottom: 30px;
    height: 80px;
}
#time-to-explore-wrapper .article-text-content hr {
    color: #9498A8;
}

#time-to-explore-wrapper .current-price-wrapper {
    padding-top: 20px;
}

#time-to-explore-wrapper .current-price-wrapper .current-price a {
    color: #90B23E;
    font-size: 18px;
    font-weight: 600;
}

#time-to-explore-wrapper .discover-btn-wrapper a {
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
    background: #3C4156;
    color: #fff;
    border-radius: 7px;
    transition: 0.3s ease;
}

#time-to-explore-wrapper .discover-btn-wrapper a:hover {
    background: #DB0B1B;
}

#time-to-explore-wrapper .all-dates-btn-wrapper a {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #5495D1;
    text-decoration: underline;
}


#time-to-explore-wrapper .all-dates-btn-wrapper a:hover {
    color: #90B23E;
}

@media (max-width: 1199px) {

    #upcoming-category-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-end; 
    }
    
    
    button.category-button[data-upcoming-category-id="all"] {
        display: block;
    }

    #time-to-explore-wrapper .article-text-content .tour-title {
        height: 100px;
    }
}



@media (max-width: 998px) {
    #upcoming-category-filter h2 {
        font-size: 28px;
    }

    .category-title,
    #upcoming-category-buttons {
        flex-basis: 50%;
    }

    #time-to-explore-wrapper .article-text-content .tour-title {
        height: auto;
    }
}

/* Custom CSS for Owl Carousel Container */
.owl-carousel-container {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically center the stage within the container */
    overflow: hidden; /* Hide any overflow from the center item when zoomed in */
    position: relative; /* Create a stacking context for z-index */
}

/* Custom CSS for Owl Carousel */
.home-flyer .owl-carousel {
    width: 100%; /* Set the width to 100% to fill the container */
    position: relative; /* Create a stacking context for z-index */
}

/* Custom CSS for Owl Carousel stage */
.home-flyer .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically center the items within the stage */
    position: relative; /* Create a stacking context for z-index */
    z-index: 1; /* Set the z-index for the stage */
    height: 380px;
}

/* Custom CSS for Owl Carousel items */
.home-flyer .owl-item {
    transition: transform 0.3s ease;
    position: relative; /* Create a stacking context for z-index */
    z-index: 1; /* Set the z-index for non-center items */
    opacity: 0.5;
}

.home-flyer .owl-item .item {
    box-shadow: 0 3px 6px #00000029, 0 -3px 6px #00000029;
}

/* Center item styles */
.home-flyer .owl-item.center {
    transform: scale(1.1); /* Increase the size of the center item */
    transform-origin: center center; /* Vertically center the item */
    z-index: 2; /* Set a higher z-index for the center item to make it overlap */
    opacity: 1;
}

/* Active item styles (Zoom-in effect) */
.home-flyer .owl-item.active.center {
    transform: scale(1.1); /* Adjust the scale for the active center item */
    z-index: 3; /* Set an even higher z-index for the zoomed-in center item */
}

/* Custom CSS for Owl Carousel dots */
.home-flyer .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: block !important;
}

.home-flyer .owl-carousel .owl-dots .owl-dot {
    background-color: none;
    border: 1px solid #5495D1;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    transition: background-color 0.2s ease;
}

.home-flyer .owl-carousel .owl-dots .owl-dot.active {

    background-color: #5495D1;
}

.home-flyer .owl-carousel .owl-nav {
    display: block !important;
}

.home-flyer .owl-carousel .owl-prev, .home-flyer .owl-carousel .owl-next {
    position: absolute;
    top: 0;
    font-size: 100px !important;
    opacity: 0.8;
    font-weight: 700 !important;
    color: #fff !important;
    height: 100%;
    transition: 0.3s ease;
}

.home-flyer .owl-carousel .owl-prev span, .home-flyer .owl-carousel .owl-next span {
    position: relative;
    top: -30px;
    padding: 0 10px;
}

.home-flyer .owl-carousel .owl-next {
    right: 0;
}

.home-flyer .owl-carousel .owl-prev:hover, .home-flyer .owl-carousel .owl-next:hover {
    color: #5495D1 !important;
    opacity: 1;
}

.home-flyer .hp-flyer {
    cursor: pointer;
}

@media (max-width: 767px) {
    /* Adjust styles for mobile devices here */
    .home-flyer .owl-item {
        margin: 0; /* Remove margin between items on mobile */
    }

    .home-flyer .owl-carousel {
        height: auto; /* Let the height adjust based on content for mobile */
    }
    
    .home-flyer .owl-carousel .owl-dots {
        margin-top: 10px; /* Reduce margin for dots on mobile */
    }
}

@media (max-width: 520px) {
    /* Adjust styles for mobile devices here */
    .home-flyer .owl-item {
        margin: 0; /* Remove margin between items on mobile */
    }

    .home-flyer .owl-stage {
        height: 260px;
    }

    .home-flyer .owl-carousel {
        height: auto; /* Let the height adjust based on content for mobile */
    }
    
    .home-flyer .owl-carousel .owl-dots {
        margin-top: 10px; /* Reduce margin for dots on mobile */
    }
}



/* <------------------------------------------------------------------------- TOURS PAGE STYLE -------------------------------------------------------------------------> */ 

/* Filter Form */
.container {
    padding: 0;
}

.tour-filter-form {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    background: #fff;
    margin-bottom: 30px;
    transition: min-height 0.3s ease;
    min-height: auto; 
}

.filters-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.selected-filters {
    flex: 1;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    margin-bottom: 10px;
    vertical-align: top; 
    max-height: auto; 
    color: #999;
}

/* .filter-summary-container {
    display: flex;
}

.your-filter {
    flex: 0 0 auto; 
    margin-right: 10px;
}

.displayed-filters {
    flex: 1 1 auto;
} */

.tour-filter-form .dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; 
    height: 50px;
    flex: 1;
    background: #f4f4f4;
    padding: 15px;
    border: 5px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0;
    border-radius: 7px;
}

#tour-results-container  {
    margin-top: 30px;
}

.tour-filter-form .filter-options .dropdown:nth-child(4) {
    flex: inherit;
    width: 140px;
}

.tour-filter-form .dropdown-content {
    display: none;
    position: absolute; 
    top: 100%; 
    left: 0;
    background-color: #f9f9f9;
    width: 100%;
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease; 
    pointer-events: none;
    max-height: 350px; /* Adjust to your preferred maximum height */
    overflow-y: auto; /* Add vertical scrollbar if content overflows */
}

.tour-filter-form .dropdown-content label {
    display: block;
    padding: 8px 12px;
}

.tour-filter-form .dropdown.open .dropdown-content {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.3s ease;
    
}

.tour-filter-form .arrow-down::before {
    content: "\25be";
    color: #181818;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    transition: all 0.3s ease, opacity 0.3s ease;
}

.tour-filter-form .arrow-down {
    padding: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.tour-filter-form .dropdown.open .arrow-down::before {
    transform: rotate(180deg);
}

.tour-filter-form .filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.tour-filter-form .filter-options .holiday-length {
    display: none;
}

.tour-filter-form .submit-filter {
    height: 51px; 
    transition: 0.3s ease;
}

.tour-filter-form .dropdown.open input[type="date"] {
    position: relative;
    top: 0;
    z-index: 3;
    width: 100%;
    background: none !important;
    border: none;
    background: #f4f4f4;
    background-color: rgb(244, 244, 244);
    padding: 10px 15px;
}

#count-sort-filter {
    display: none;
    /* display: flex;
    justify-content: flex-end; */
}

#count-sort-filter .dropdown {
    margin-left: 10px; 

}

#count-sort-filter .dropdown label {
    font-size: 20px;
    font-weight: 600;
    color: #3C4156;
    padding-right: 20px;
}

#count-sort-filter .dropdown select {
    position: relative;
    height: 45px;
    width: 230px;
    border: 1px solid #3C4156;
    border-radius: 7px;
    font-size: 14px;
    color: #3C4156;
    cursor: pointer;
    padding: 0 20px;
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E"); /* Set custom arrow as background image */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40px 16px;
}

#count-sort-filter .dropdown select:focus, #count-sort-filter .dropdown select:focus {  
    border: 1px solid #3C4156;
}

#reset-filter.reset-button {
    padding: 0 20px;
    margin-left: 15px;
    transition: 0.5s ease;
}

.no-results img {
    padding: 0 0 30px;
}

.no-results h2, .no-results p {
    padding: 0 0 20px;
}

#load-more-container {
    text-align: center;
    margin-top: 
    20px;
}

#load-more-button {
    transition: 0.5s;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .tour-filter-form {
        display: block;
    }

    .tour-filter-form .filter-options {
        display: block;
    }

    .tour-filter-form .dropdown {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px;
    }

    .tour-filter-form .open{
        margin-bottom: 10px;
    }

    .tour-filter-form .arrow-down::before {
        right: 15px;
    }

    .tour-filter-form .submit-filter {
        width: 100% !important; 
    }
    .tour-filter-form .filter-options .dropdown:nth-child(4) {
        flex: 1;
        width: 100%;
    }
    
    .filters-container {
        display: block;
    }
    
    .selected-filters{
        margin: 0 0 20px 10px;
    }

    #count-sort-filter {
        display: none;
        /* display: block; */
    }

    #count-sort-filter .dropdown {
        display: inline-block;
        margin-bottom: 20px;
    }
    
    #count-sort-filter #reset-filter.reset-button {
        width: 230px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 768px) { 

    #count-sort-filter {
        display: none;
        /* display: block; */
    }

    #count-sort-filter .dropdown {
        display: inline-block;
    }

    #count-sort-filter button {
        display: block;
    }

    #count-sort-filter .dropdown:nth-child(2) select {
        width: 100%;
    }

    #count-sort-filter .dropdown:first-child select {
        display: none;
    }
}

/* <------------------------------------------------------------------------- SINGLE POST TOUR PAGE STYLE -------------------------------------------------------------------------> */ 
.departure-container {
    display: block;
    font-family: Montserrat, sans-serif;
}

.departure-container .departure-title, .departure-container .departure-date, .departure-container .departure-date .start-date, .departure-date .date-separator-icon, .departure-container .departure-date .end-date, .departure-container .total-days, .departure-container .total-days-icon, .departure-container .total-days-content, .departure-container .destination, .departure-container .destination-icon, .departure-container .destination-content, .departure-container .current-price, .departure-container .price-icon, .departure-container .price-content {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.departure-container .departure-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-right: 30px;
    margin: 0;
    margin-bottom: 10px;
}

.departure-container .departure-date .start-date, .departure-container .departure-date .end-date {
    padding: 10px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.departure-container .departure-date .start-date.month-year-box {
    padding: 10px;
    margin-right: 20px;
}


.departure-container .departure-date .start-date .month, .departure-container .departure-date .start-date .year  {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}


.departure-container .departure-date .start-date .day, .departure-container .departure-date .end-date .day  {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}
.departure-container .departure-date .start-date .month-year, .departure-container .departure-date .end-date .month-year {
    font-weight: 600;
    font-size: 12px;
}

.departure-container .departure-date .date-separator-icon i {
    font-size: 40px;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
}

.departure-container .departure-date .end-date, .departure-container .total-days, .departure-container .destination, .departure-container .departure-container .total-days, .departure-container .destination, .departure-container .current-price {
    margin-right: 15px;
    color: #fff;
}

.departure-container .total-days-icon, .departure-container .destination-icon, .departure-container .price-icon {
    font-size: 20px;
    padding-right: 5px;
}

.departure-container .total-days-content, .departure-container .destination-content, .departure-container .price-content span {
    font-size: 18px;
    font-weight: 600;
}

.departure-container .price-content {
    font-weight: 14px;
    font-weight: 600;
}


/* TourOverview */
#tourLeaderCarousel {
    padding: 40px 30px 70px;
    min-height: 500px;
    background: #fff;
    border-radius: 7px;
    text-align: center;
    /* cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; */
}

.carousel-inner .carousel-item .tour-leader-box img.tour-leader-image {
    border-radius: 50%;
    max-width: 130px;
    height: auto;
}

.carousel-inner .carousel-item .tour-leader-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #90B23E;
    padding: 30px 0 0 0;
}

.carousel-inner .carousel-item .tour-leader-name h2 {
    font-size: 25px;
    font-weight: 600;
    color: #181818;
    padding: 0 0 20px;
}

.carousel-inner .carousel-item .tour-leader-description p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

#tourLeaderCol .carousel-indicators {
    bottom: 20px !important;
}

#tourLeaderCol .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235495D1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
}

#tourLeaderCol .carousel-control-prev-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235495D1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
}


.carousel-indicators li {
    border: 2px solid #9498A8;
    border-radius: 500px !important;
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px;
}

.carousel-indicators li:last-child {
    margin-right: 0;
}

.carousel-indicators li:hover, .carousel-indicators li.active {
    background-color: #9498A8; 
}

/* Tour Overview Right */
table {
    border-collapse: collapse;
    width: 100%;
    padding: 30px 0 0;
    border: 0;
}

table td {
    padding: 12px 0;
    border: 0;
    vertical-align: top;
}

table td:first-child {
    font-weight: bold;
}

table td::before {
    content: none;
}

/* Tour Upcoming Dates */

#tourCarousel .carousel-item p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

#tourCarousel .container {
    padding: 0;
}

#tourCarousel .carousel-control-prev {
    left: -25px;
}

#tourCarousel .carousel-control-next {
    right: -25px;
}

#tourCarousel .carousel-item {
    margin-bottom: 0;
}

/* Tour Inclusions */
.trip-inclusions h2 {
    padding: 0 0 40px;
}

.trip-inclusions hr {
    border: none;
    border-top: 1px solid #3C4156;
    height: 0;
    margin: 30px 0 40px;
}

.icon-list {
    list-style-type: none; 
    padding: 0;
}

.icon-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; 
    margin-bottom: 20px;
}


.check-icon {
    width: 30px;
    height: 30px !important;
    margin-right: 10px;
}

.icon-list-item p {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .trip-inclusions h2 {
        font-size: 28px;
    }
    
    .carousel-indicators li{
        border-radius: 50% !important;
        width: 10px !important;
        height: 10px !important;
    }
    
}


/* Tour Review */
.review {
    padding-left: 0;
}

.review-wrapper {
    border-radius: 7px;
    background: #fff;
    margin-bottom: 15px;
}

.review-image img {
    height: 270px !important;
    width: 100%;
    border-radius: 7px 7px 0 0 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Review Videos */
.review-video {
    max-width: 100%;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
    position: relative;
    height: 270px !important;
}

.review-video .video-wrapper:hover .overlay {
    opacity: 1;
}

.review-video .video-wrapper {
    border-radius: 7px 7px 0 0;
    margin-bottom: 30px;
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    position: relative;
    overflow: hidden;
}

.review-video img {
    width: 100%;
    height: 270px;
    border-radius: 7px;
    object-fit: cover;
    border-top: 30px solid #000;
    border-bottom: 30px solid #000;
}

.review-video .play-button {
    display: inline;
    position: absolute;
    left: calc(50% - 50px);;
    top: calc(50% - 50px);;
    text-align: center;
    color: #fff;
    opacity: .7;
}

.review-video .play-button i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: red;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
}
/* End of Review Videos */

.text-content {
    padding: 30px;
}

.text-content .review-content p{
    font-weight: 600;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    line-height: 27px;
    padding-bottom: 30px;
}

.text-content h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: Barlow, sans-serif !important;
    margin: 0;
}

.review-icon {
    position: relative;
}

.review-icon::after {
    content: '';
    background-image: url('../assets/images/review-quote-img.png'); /* Replace with the path to your PNG icon */
    background-size: contain; /* Adjust to 'cover' or 'contain' as needed */
    background-repeat: no-repeat;
    background-position: center center;
    width: 70px; /* Adjust the icon width as needed */
    height: 70px; /* Adjust the icon height as needed */
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.text-content .primary-term {
    color: #9498A8;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .masonry-wrapper {
        display: none;
    }

    .review-mobile .review-image {
        display: none;
    }

    .review-mobile .review {
        padding: 0;
    }

    .review-mobile .review-wrapper {
        min-height: 400px;
        margin-bottom: 40px;
    }

    .review-mobile .carousel-indicators {
        bottom: -10px;
    }

    .review-mobile .carousel-indicators li {
        border: 1px solid #5495D1;
    }

    .review-mobile .carousel-indicators li.active {
        border: 1px solid #5495D1;
        background-color: #5495D1;
    }
    
}

/* FAQ */
/* Styling for the FAQ icon */
#faqAccordion .card {
    border: none;
    border-bottom: 1px solid #0000;
    border-radius: 0;
}

#faqAccordion .card-header {
    background: #fff;
    padding: 0;
}

#faqAccordion .accordion-toggle {
    padding: 20px;
}

#faqAccordion .card-header h3 {
    padding: 0;
    display: inline;
    font-weight: 600;
    font-size: 20px;
}

#faqAccordion .card-body {
    background: #f4f4f4;
    padding: 30px 45px;
    font-size: 16px;
}

.faq-icon {
    font-size: 18px; /* Adjust the size as needed */
    margin-right: 10px; /* Spacing between icon and title */
    transition: transform 0.3s ease-in-out; /* Add a smooth transition */
}

/* Styling for the FAQ title (you can customize this) */
.accordion-toggle {
    cursor: pointer; /* Make the card clickable */
}

/* Tour Ways */
.tour-ways .carousel-indicators {
    bottom: -60px;
}

.way-wrapper {
    background: #fff;
    border-radius: 7px;
}

.way-wrapper .way-image img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px 7px 0 0;
}

.way-wrapper .way-content {
    padding: 30px;
}

.way-wrapper .way-content span{
    font-size: 15px; 
    font-weight: 600;
    color: #5495D1;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
}

.cursor-wrapper {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

@media (max-width: 768px) {
    .way-wrapper .way-image img {
        border-radius: 7px 7px 0 0;
    }

    .way-wrapper .way-content {
        padding: 30px;
    }
}


/* Tour Places */
.tour-places .carousel-indicators {
    bottom: -60px;
}

.place-wrapper {
    background: #fff;
    border-radius: 7px;
}

.place-wrapper .place-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px 7px 0 0;
}

.place-wrapper .place-content {
    padding: 30px;
}

.place-wrapper .place-content span{
    font-size: 15px; 
    font-weight: 600;
    color: #5495D1;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
}

/* Tour Highlights */
/* Image */
#gallery-images-container {
    max-width: 100%;
}

#gallery-images-container .gallery-images-col {
    position: relative; 
}

.gallery-images-wrapper {
    background-size: cover;
    background-position: center center;
    object-fit: cover;
    border-radius: 7px;
    margin-bottom: 30px;
    padding: 20px; 
    height: 350px; 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    position: relative;
    overflow: hidden; /* Hide overflowing caption text */
    transition: transform 0.2s ease-in-out; /* Add smooth hover effect */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black overlay color with transparency */
    opacity: 0; /* Initially hide the overlay */
    transition: opacity 0.3s ease; /* Smooth transition for the overlay */
}

.gallery-images-wrapper:hover .overlay {
    opacity: 1; /* Show the overlay on hover */
}

.caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff; /* Text color for the caption */
    font-size: 25px; /* Adjust the font size as needed */
    font-weight: 700;
    opacity: 0; /* Initially hide the caption */
    transition: opacity 0.3s ease; /* Smooth transition for the caption */
}

.gallery-images-wrapper:hover .caption {
    opacity: 1; /* Show the caption on hover */
}

@media (max-width: 768px) {
    #gallery-images-container .row {
        display: block;
        margin-top: -25px;
    }

    #gallery-images-container .col {
        display: inline;
        width: 100%;
        margin: 0;
    }

    #gallery-images-container .gallery-images-wrapper {
        height: 250px; 
        margin-bottom: 0;
    }
}
/* Videos */
#video-container {
    max-width: 100%;
    overflow: hidden;
    border-radius: 7px;
}

#video-container .video-wrapper:hover .overlay {
    opacity: 1;
}

#video-container .video-col {
    position: relative; 
}

#video-container .video-wrapper {
    border-radius: 7px;
    margin-bottom: 30px;
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end; 
    position: relative;
    overflow: hidden;
}

#video-container img {
    width: 100%;
    height: 350px;
    border-radius: 7px;
    object-fit: cover;
    border-top: 30px solid #000;
    border-bottom: 30px solid #000;
}

#video-container .play-button {
    display: inline;
    position: absolute;
    left: calc(50% - 50px);;
    top: calc(50% - 50px);;
    text-align: center;
    color: #fff;
    opacity: .7;
}

#video-container .play-button i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: red;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
}

@media (max-width: 768px) {
    #video-container .row {
        display: block;
        margin-top: -25px;
    }

    #video-container .col {
        display: inline;
        width: 100%;
        margin: 0;
    }

    #video-container .video-wrapper{
        height: 250px; 
        margin-bottom: 0;
    }
}

/* Tour Itinerary */
#itinerary-carousel {
    transition: height 0.5s ease;
}

#tour-map-itinerary .row {
    margin: 0;
}

#tour-map-itinerary .tour-map-image img {
    max-height: 100%;
}


#tour-map-itinerary .tour-itinerary {
    margin-bottom: 40px;
}

#tour-map-itinerary .tour-itinerary-days {
    background: #fff;
    border-radius: 7px;
    margin-bottom: 50px;
    width: 100%;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#tour-map-itinerary .tour-map-content, #tour-map-itinerary .tour-itinerary-content {
    text-align: center;
    width: 100%;
}

#tour-map-itinerary .tour-map-content h2, #tour-map-itinerary .tour-itinerary-content h2 {
    padding-bottom: 30px;
}

#tour-map-itinerary .tour-map-content p{
    width: 95%;
    padding-bottom: 30px;
    margin: 0 auto;
}

#tour-map-itinerary .tour-map-image {
    margin: 0 auto 80px;
    max-width: 900px;
    max-height: 500px;
    overflow: hidden;
    text-align: center;
}

#tour-map-itinerary .tour-itinerary-content {
    width: 100%;
}

#tour-map-itinerary .tour-itinerary-content p {
    width: 95%;
    padding-bottom: 50px;
    margin: 0 auto;
}

#tour-map-itinerary .col {
    padding: 0;
}

#tour-map-itinerary .col:first-child {
    background-color: #fff;
    border-radius: 7px;
    padding: 0;
}

#tour-map-itinerary .itinerary-day-content {
    padding: 50px;
}

#tour-map-itinerary .itinerary-header {
    background-color: #5495D1;
    border-radius: 5px;
    color: #fff;
    padding: 30px 45px;
    position: relative;
    display: flex; 
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 40px;
}

#tour-map-itinerary .day-wrapper {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 5px;
}

#tour-map-itinerary .day-wrapper h4 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

#tour-map-itinerary .day-content {
    flex: 1;
    padding-left: 20px; 
}

#tour-map-itinerary .day-content p {
    margin: 0;
    font-size: 15px;
}

#tour-map-itinerary .day-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

#tour-map-itinerary .col:last-child img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

#tour-map-itinerary .itinerary-image {
    height: 100%;
}
#tour-map-itinerary .carousel-indicators {
    bottom: -90px;
}

#tour-map-itinerary .carousel-indicators li {
    background: none;
    height: 35px !important;
    width: 35px !important;
    text-indent: 0;
}

#tour-map-itinerary .carousel-indicators li:hover {
    background:#DB0B1B;
    opacity: 1;
}

#tour-map-itinerary .carousel-indicators li:hover p {
    color: #fff !important;
    border: 2px solid #DB0B1B;
}

#tour-map-itinerary .carousel-indicators li p {
    border: 2px solid #181818;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 31px;
    font-size: 16px;
    font-weight: 700;
    color: #181818 !important;
}

#tour-map-itinerary .carousel-indicators li.active {
    background:#5495D1;
}

#tour-map-itinerary .carousel-indicators li.active p {
    color: #fff !important;
    border: 2px solid #5495D1;
}

#tour-map-itinerary .carousel-control-prev,
#tour-map-itinerary .carousel-control-next {
    width: 30px; /* Adjust the width as needed */
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    margin: auto 0;
}

#tour-map-itinerary .carousel-control-prev {
    left: 10px;
}

#tour-map-itinerary .carousel-control-next {
    right: 10px;
}



@media (max-width: 1024px) {
    #tour-map-itinerary .itinerary-main-row {
        display: block;
    }

    #tour-map-itinerary .itinerary-image {
        height: 300px;
    }

    #tour-map-itinerary .col:last-child img {
        border-radius: 0 0 7px 7px;
        width: 100%;
    }

    #tour-map-itinerary .carousel-control-prev,
    #tour-map-itinerary .carousel-control-next {
        top: 50px;
        margin: 0;
    }

}

@media (max-width: 768px) {
    #tour-map-itinerary {
        max-width: 100%;
    }

    #tour-map-itinerary .itinerary-header {
        display: block;
        text-align: center;
    }

    #tour-map-itinerary .day-wrapper {
        margin-bottom: 20px;
    }

    #tour-map-itinerary .day-content {
        padding: 0;
    }

    #tour-map-itinerary .carousel-indicators li {
        display: none;
    }
}

@media (max-width: 520px) {
    #tour-map-itinerary .itinerary-day-content {
        padding: 30px;
    }
}


/* Tour Banner Style */
#tourBannerCarousel {
    height: 700px;
    overflow: hidden;
    position: relative;
}

#tourBannerCarousel .tour-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px; 
}

#tourBannerCarousel .owl-stage-outer,  #tourBannerCarousel .owl-stage {
    height: 700px;
    position: relative;
}


#tourBannerCarousel  .slide {
    height: 100%;
    position: relative;
    overflow: hidden;
}

#tourBannerCarousel .owl-item {
    opacity: 1;
    position: relative;
    height: 100%;
}

#tourBannerCarousel  .slide iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 130%;
    height: 140vh;
    max-width: none;
    max-height: none;
}

#tourBannerCarousel .video-wrapper {
    position: relative;
    height: 100%;
}



#tourBannerCarousel  .slide .featured-images-wrapper {
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center center; 
}

#tourBannerCarousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: -140px !important;
    z-index: 999 !important;
    position: relative;
}

#tourBannerCarousel.owl-carousel .owl-dots .owl-dot {
    background-color: none;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    transition: background-color 0.2s ease;
}

#tourBannerCarousel.owl-carousel .owl-dots .owl-dot:hover {
    background-color: #fff;
}

#tourBannerCarousel.owl-carousel .owl-dots .owl-dot.active {
    background-color: #fff;
}

#tourBannerCarousel .owl-nav {
    display: block !important;
}


#tourBannerCarousel .owl-nav button.owl-prev, #tourBannerCarousel .owl-nav button.owl-next {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    opacity: 0;
}

#tourBannerCarousel .owl-nav button.owl-prev {
    left: 0;
    padding-left: 20px !important;
    padding-right: 50px !important;
    text-align: left;
}

#tourBannerCarousel .owl-nav button.owl-next {
    right: 0;
    padding-right: 20px !important;
    padding-left: 50px !important;
    text-align: right;
}


#tourBannerCarousel .owl-nav button.owl-prev:hover {
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), transparent);
    transition: background 0.3s ease;
    opacity: 1 !important;
}

#tourBannerCarousel .owl-nav button.owl-next:hover {
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.7), transparent);
    transition: background 0.3s ease;
    opacity: 1 !important;
}

#tourBannerCarousel .image-overlay {
    position: relative;
}

#tourBannerCarousel .image-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}

#tourBannerCarousel .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9;
}


.tour-title-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 99;
}

.tour-title-container .tour-title, .tour-title-container .tour-location {
    text-align: center;
}

.tour-title-container .tour-title h1 {
    color: #fff;
    padding: 0 0 15px;
}

.tour-title-container .tour-location h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

#tourTitleContainer {
    display: none;
}

@media (max-width: 768px) {
    .tour-title-container {
         width: 80%;
    }

    .tour-title-container .tour-title h1 {
        font-size: 36px;
    }

    .tour-title-container .tour-location h4 {
        font-size: 18px;
    }

    #tourBannerCarousel  .slide iframe {
        width: 200%;
    }    
}

@media (max-width: 768px) {
    #tourBannerCarousel  .slide iframe {
        width: 400%;
    }  
}

/* highlight lightbox style */
.lightbox {
    top: 0 !important;
    position: fixed !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lb-dataContainer {
    order: -1;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: #5495D1;
}


/* magnific popup */
.mfp-iframe-holder .mfp-close {
    background: none !important;
    top: -60px !important;
    font-size: 40px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    background: none !important;
    top: -20px !important;
    font-size: 40px;
}

.mfp-container {
    position: fixed !important;
}

.dialog-lightbox-widget {
    display: none !important;
}

.mfp-arrow {
    display: none !important; 
}

.mfp-img {
    max-height: 650px !important;
}


/* end of magnific popup */

/* 10-02-2025 Tab Style start */
#tour-map-itinerary .tour-itinerary-content { text-align: left; }
#tour-map-itinerary .tour-itinerary-days { background: transparent; }
#tour-map-itinerary .tour-itinerary-days .accordion { position: relative; }
#tour-map-itinerary .tour-itinerary-days .accordion:before { height: 99%; width: 2px; content:""; position: absolute; top: 0px; left: 19px; background-color: #A7C6E2; }
#tour-map-itinerary .tour-itinerary-content h2 { font-size: 26px; padding-bottom: 40px; }
#tour-map-itinerary .tour-itinerary-days .card { background-color: transparent; border: none; margin-bottom: 30px; }
#tour-map-itinerary .tour-itinerary-days .card-header { background-color: transparent; border: none; padding: 0px; }
#tour-map-itinerary .tour-itinerary-days .card-header h5 button { display: flex; align-items: start; text-align: left; background-color: transparent; color: #000000; border: none; padding: 0px; }
#tour-map-itinerary .tour-itinerary-days .card-header h5 button:hover, #tour-map-itinerary .tour-itinerary-days .card-header h5 button:focus { box-shadow: none; border: none; text-decoration: none; }
#tour-map-itinerary .tour-itinerary-days .card-header h5 button .day-count { height: 40px; width: 40px;  display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 600; background-color: #F4F4F4; color: #66a1d5; border-radius: 100%; border: 1px solid #66a1d5; }
#tour-map-itinerary .tour-itinerary-days .card-header h5 button .itinerary-meta { width: calc(100% - 40px); display: flex; flex-direction: column; padding-left: 20px; }
#tour-map-itinerary .tour-itinerary-days .card-header h5 span { font-weight: 400; color: #9aa4b2; }
#tour-map-itinerary .tour-itinerary-days .card-header h5 span.itinerary-title { font-size: 20px; font-weight: 600; color: #1e293b; }
#tour-map-itinerary .tour-itinerary-days .card-body { padding: 0px 0px 0px 60px; }
#tour-map-itinerary .tour-itinerary-days .card-body p { font-size: 14px; line-height: 20px; color: #6e7580; }
#tour-map-itinerary .tour-map-image { max-width: 540px; max-height: 478px;  border-radius: 10px;}
#tour-map-itinerary .tour-map.sticky-map .tour-map-image { position: fixed; top: 130px; }
#map-itinerary-tab #tour-map-itinerary .tour-map-image img { width: 100% !important; }

@media only screen and (max-width: 991px) { 
	#tour-map-itinerary .tour-map.sticky-map .tour-map-image { position: initial; top: initial; }
	#tour-map-itinerary .row { flex-direction: column-reverse; }
	#tour-map-itinerary .tour-map.sticky-map .tour-map-image { margin-bottom: 30px;  border-radius: 10px; }
	#tour-map-itinerary .tour-itinerary-days .card-header h5 span.itinerary-title { font-size: 16px; }
	#tour-map-itinerary .tour-itinerary-days .card-header h5 span { font-size: 14px; }
	#tour-map-itinerary .tour-itinerary-days .card-header h5 button .itinerary-meta { padding-left: 10px; }
	#tour-map-itinerary .tour-itinerary-days .card-body { padding-left: 50px; }
    #tour-map-itinerary .tour-map-image { margin: 0 auto 40px; }
}

/* 10-02-2025 Tab Style End */