.tour-language-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tour-language-item {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #f9f9f9;
    font-size: 14px;
    cursor: default;
    color: #333;
    transition: all 0.3s ease;
}

.tour-language-item.active-lang {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}
.tour-language-list a {
    cursor: pointer;
}

.tour-language-list a:hover {color:#333333}

.tour-single {
    max-width: 800px;
    margin: auto;
    padding: 30px;
}

.tour-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.tour-sub-title {
    font-size: 18px;
    color: #a21010;
    margin-bottom: 20px;
}

.tour-main-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.tour-info p {
    margin-bottom: 8px;
}

.tour-booking-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #244f93;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 15px 0;
}

.tour-features {
    margin-top: 30px;
}

.tour-features-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tour-feature-item {
    display: flex;
    align-items: center;
}

.tour-feature-icon {
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.tour-gallery {
    margin-top: 30px;
}

.tour-gallery-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tour-gallery-image {
    max-width: 150px;
    border-radius: 8px;
}

.tour-content {
    margin-top: 40px;
}

.acf-gallery-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
.acf-gallery-img {
    width: 150px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.acf-gallery-img:hover {
    transform: scale(1.05);
}
/*----------------------------------------------------------------------------*/



.tour-page {
    /* font-family: Arial, sans-serif; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: #333;
}

.language-switcher {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.lang-item {
    display: flex;
    align-items: center;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.lang-item.active {
    background: #f0f0f0;
    border-color: #aaa;
}

.lang-item img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
}

.tour-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tour-details {
    flex: 1 1 60%;
}
	.tour-details{
		justify-content: flex-start;
	}
.tour-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.tour-title .icon-heart {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('heart.png') no-repeat center/contain;
    margin-left: 8px;
	margin-bottom: 35px;
}

.tour-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.section-heading {
    color: #00a651;
    font-size: 18px;
    margin: 20px 0 30px 0;
}

.tour-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.highlight-item {
    display: flex;
    gap: 10px;
}

.highlight-item .icon {
    width: 30px;
    height: 30px;
    //background: #ccc;
    border-radius: 50%;
    flex-shrink: 0;
}

.tour-bonus {
    color: #00a651;
    font-weight: bold;
}

.tour-sidebar {
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.recommend-badge {
    font-weight: bold;
    color: #d90000;
    margin-bottom: 15px;
}

.info-item {
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.info-item .icon {
    width: 16px;
    height: 16px;
    background: #ccc;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
}

.info-badges .badge {
    background: #e9e9e9;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px 5px 0 0;
    font-size: 12px;
}

.calendar-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.calendar-placeholder {
    height:173px;
    background: #f0f0f0;
    border: 1px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    color: #aaa;
    font-size: 14px;
}

.calendar-legend {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

.calendar-legend li {
    margin: 5px 0;
}

.legend-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 8px;
}

.green { background: #00a651; }
.yellow { background: #ffc107; }
.red { background: #dc3545; }
.purple { background: #6f42c1; }

.book-box {
    background: #f9f9f9;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.book-now-button {
    display: inline-block;
    background: #930A9B;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
    transition: background 0.3s;
}

.book-now-button:hover {
    background: #75107b;
}


.why-choose {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #4d0066;
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 15px;
    padding: 15px 20px;
    text-align: left;
}

.feature-icon {
    min-width: 40px;
    min-height: 40px;
    border-radius: 10px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.feature-icon img{
	width: 30px;
    height: 30px;
}

/* Optional: Example to insert SVG icons inside */
.feature-icon::before {

    font-size: 18px;
}

.feature-item p {
    font-size: 14px;
    color: #333;
    margin: 0;
}
	
.photo-gallery {
    background: #f7f7f7;
    padding: 40px 20px;
    text-align: center;
}

.gallery-title {
    font-size: 24px;
    font-weight: bold;
    color: #4d0066;
    margin-bottom: 30px;
    display: inline-block;
/*     border-bottom: 3px solid #4d0066; */
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    justify-items: center;
max-width: 1200px;
    margin: 0 auto;	
}

.gallery-item {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    transform: rotate(-2deg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-item:nth-child(even) {
    transform: rotate(2deg);
}

.gallery-item:hover {
    transform: rotate(0deg) scale(1.02);
}

.gallery-item img {
    max-width: 100% !important;
    border-radius: 5px !important;
    display: block;
    margin: 0 auto 10px;
    height: 226px !important;
    object-fit: cover;
}

.gallery-meta {
    font-size: 12px;
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 5px;
}

.social-icons img {
    width: 16px;
    height: 16px !important;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.social-icons img:hover {
    opacity: 1;
}
	
	

	.suggestions-section {
    width: 100%;
    max-width: 1200px; /* Adjust as needed */
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 40px auto; /* Center the section and add vertical spacing */
}

.suggestions-section .section-title {
    color: #4b0082; /* Purple color from the design */
    font-size: 2em;
    margin-bottom: 10px;
}

.suggestions-section .section-description {
    color: #555;
    font-size: 1.1em;
    margin-bottom: 40px;
}

/* Swiper custom styling */
.suggestions-section .tour-swiper {
    width: 100%;
    height: auto; /* Adjust height as content grows */
    padding: 20px 0; /* Add some padding for the cards */
}

.suggestions-section .tour-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%; /* Ensure cards take full height of swiper-slide */
}

.suggestions-section .tour-card:hover {
    transform: translateY(-5px);
}

.suggestions-section .tour-image-wrapper {
    width: 100%;
    height: 200px; /* Fixed height for images */
    overflow: hidden;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.suggestions-section .tour-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the area, cropping if necessary */
}

.suggestions-section .tour-title {
    font-size: 1.2em;
    color: #333;
    margin: 15px 10px 10px 10px; /* Adjust margin for title */
}

.tour-subtitle {
    font-size: 1em; /* Adjust as needed */
    color: #444;
    margin-bottom: 5px;
}

/* Styling for the "Popular" card */
.suggestions-section .tour-card.popular {
    border: 2px solid #ffd700; /* Gold border for popular */
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.suggestions-section .popular-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffd700; /* Gold background */
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9em;
    z-index: 10; /* Ensure it's above the image */
}

.suggestions-section .tour-details {
    padding: 0 15px 15px 15px; /* Padding for details section */
    text-align: left;
    width: calc(100% - 30px); /* Adjust width considering padding */
}

.suggestions-section .recommendation {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.suggestions-section .star-icon {
    margin-right: 5px;
    color: gold; /* Or an actual star image */
}

.suggestions-section .tripadvisor-icon {
    /* You'd typically use an icon font or SVG for TripAdvisor logos */
    width: 16px; /* Placeholder size */
    height: 16px;
    background-color: green; /* Placeholder color */
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.suggestions-section .starting-times {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

.fees {
    font-size: 1.1em;
    color: #e67e22; /* Orange color for fees */
    font-weight: bold;
}

.fees .price {
    color: #e67e22; /* Ensure price also has the orange color */
}

.no-tours-message {
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
    color: #888;
}

/* Swiper Navigation (if you decide to keep them) */
.suggestions-section .swiper-button-prev,
.suggestions-section .swiper-button-next {
    color: #4b0082; /* Match the title color */
    transform: scale(0.8); /* Make them slightly smaller */
}

.suggestions-section .swiper-pagination-bullet-active {
    background-color: #4b0082; /* Active pagination dot color */
}

/* Responsive adjustments for Swiper */
@media (max-width: 768px) {
    .suggestions-section .swiper-slide {
/*         width: 80% !important;  */
    }
}

@media (max-width: 480px) {
    .suggestions-section .swiper-slide {
/*         width: 90% !important; / */
    }
    .suggestions-section .section-title {
        font-size: 1.5em;
    }
    .suggestions-section .section-description {
        font-size: 1em;
    }
}
	
	
/* nav pills	 */
	/* Container for the buttons */
.tour-nav-buttons {
    display: flex;
    justify-content: center; /* Center the buttons */
    align-items: center;
    padding: 20px 0;
    background-color: #f8f8f8; /* Light background as seen in the image */
    border-radius: 10px; /* Slightly rounded container */
    margin: 20px auto; /* Center the container and add some spacing */
    max-width: 800px; /* Adjust max-width as needed */
    box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* Subtle shadow */
}

.nav-button {
    display: inline-block;
    padding: 12px 25px; /* Adjust padding for button size */
    margin: 0 10px; /* Space between buttons */
    border-radius: 30px; /* Highly rounded corners for pill shape */
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    transition: all 0.3s ease; /* Smooth transitions for hover/active states */
    cursor: pointer;
    text-align: center;
    white-space: nowrap; /* Prevent text from wrapping */

    /* Default (Reviews, Gallery) style */
    background-color: #fff;
    color: #888; /* Grey text */
    border: 1px solid #eee; /* Light border */
}

/* Hover state for default buttons */
.nav-button:hover {
    background-color: #f5f5f5;
    color: #666;
    transform: translateY(-2px); /* Slight lift on hover */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Active state for 'Details' */
.nav-button.active {
    background-color: #fff; /* White background */
    color: #930A9B; 
    border: 1px solid #8a2be2; /* Purple border */
    box-shadow: 0 2px 5px rgba(138, 43, 226, 0.2); /* Subtle purple shadow */
}

/* Specific style for 'Book a tour' button */
.nav-button.book-tour {
    background-color: #930A9B; /* Purple background */
    color: #fff; /* White text */
    border: 1px solid #930A9B; /* Purple border */
    box-shadow: 0 4px 8px rgba(147, 10, 155, 0.4); /* More prominent shadow */
}

/* Hover state for 'Book a tour' button */
.nav-button.book-tour:hover {
    background-color: #6f2274; /* Darker purple on hover */
    box-shadow: 0 6px 12px rgba(111, 34, 166, 0.6);
    transform: translateY(-2px);
}

/* Basic styling for the content sections (for visual reference) */
.tour-content-section {
    padding: 60px 20px; /* Padding to ensure content starts below buttons */
    margin-top: -60px; /* Negative margin to account for fixed header/nav if applicable */
    /* If you have a fixed header, adjust this margin-top to scroll accurately */
    scroll-margin-top: 80px; /* For smooth scrolling to stop slightly below the top of the section */
    /* Adjust this value based on the height of your fixed header/nav */
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.tour-content-section:last-of-type {
    border-bottom: none;
}
	
	
/*-------------- 	breadcrumb ----*/
	
/* Breadcrumb Container (to overlay on hero image) */
.breadcrumb-container {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}

.breadcrumb-inner {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
}

.breadcrumb-inner a,
.breadcrumb-inner span {
    color: #fff; /* White text for links and current page */
    text-decoration: none;
    font-size: 0.9em; /* Adjust font size */
    transition: color 0.3s ease;
}

.breadcrumb-inner a:hover {
    color: #ffd700; /* Gold or light yellow on hover for links */
}

.breadcrumb-inner span {
    font-weight: normal; /* Current item usually not bold */
}

/* Separator styling */
.breadcrumb-inner .separator {
    color: #ccc; /* Lighter color for the '/' separator */
    margin: 0 5px;
}

/* --- Hero Section Styling (Basic, for context) --- */
.hero-section {
    position: relative; /* Needed for absolute positioning of breadcrumb */
    width: 100%;
    height: 400px; /* Example height, adjust as needed */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff; /* Text color for hero content */
}

.hero-content {
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
    padding: 30px 50px;
    border-radius: 10px;
    max-width: 800px;
}

.hero-content h1 {
font-size: 1.5em;
    margin-bottom: 10px;
    color: #fff;
}

.hero-content p {
    font-size: 1em;
    line-height: 1.6;
    color: #EED1F0;
}	
	
	
/* ------------- full width page---------------	 */
	


#content .ast-container {
    width: 100%;
    display: block !important;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

div#primary {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.main-header-bar.ast-header-breadcrumb {
    display: none;
}



.elementor-2354 .elementor-element.elementor-element-33da7f50 {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.elementor-2354 .elementor-element.elementor-element-33da7f50 .e-con-inner{
    width: 100%;
    max-width: 100%;
    /* padding-bottom: 0; */
    /* padding: 0; */
}

.elementor-location-single {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-element-33da7f50 {
    display: block;
    width: 100%;
    max-width: 100%;
}

.single-tour-wrapper {
    padding: 0;
}

.hero-section {
    margin-top: -15px;
}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget{max-width:100%;width:100%}

.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
    margin: 0;
    /* padding: 0; */
    border: 0;
} 
	


.lang-item{border:none !important; align-items:flex-start !important}

/* Scoped Swiper Navigation Styles */
.tour-swiper2 .swiper-button-next,
.tour-swiper2 .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.tour-swiper2 .swiper-button-next::after,
.tour-swiper2 .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.tour-swiper2 .swiper-button-next:hover,
.tour-swiper2 .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
  color: #333;
}

/* Adjust button positions */
.tour-swiper2 .swiper-button-next {
  right: 15px;
}

.tour-swiper2 .swiper-button-prev {
  left: 15px;
}

/* Mobile styling */
@media(max-width: 768px) {
  .tour-swiper2 .swiper-button-next,
  .tour-swiper2 .swiper-button-prev {
    width: 38px;
    height: 38px;
    font-size: 16px;
    border-radius: 10px;
  }

  .tour-swiper2 .swiper-button-next::after,
  .tour-swiper2 .swiper-button-prev::after {
    font-size: 16px;
  }
}

/* Popup Modal Styles */
.popup-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup-modal.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    width: 90%;
    max-width: 900px;
    text-align: center;
    position: relative;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.popup-modal.active .popup-content {
    transform: scale(1);
    opacity: 1;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
    transition: color 0.3s ease;
}

.popup-close:hover {
    color: #000;
}

/* Optional overlay click animation */
.popup-modal:active {
    cursor: pointer;
}


/* ------------------------------------------------------------ */

@media (max-width:560px){
    nav.tour-nav-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap:15px;
}
}


