:root {
    --header-height: 78px;
}

html { scroll-padding-top: var(--header-height); }
/* Grid Titles */
.grid-title { font-weight: 800; text-align: center; position: relative; }
.grid-subtitle { font-weight: 300; text-align: center; position: relative; }
.grid-entry .card-body .card-text p { margin-bottom: 0; }

/* Image Hover Animation */
.image-anime { position: relative; overflow: hidden; }
.image-anime img { transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.8s ease; transform-origin: center center; filter: brightness(1); }
.image-anime:hover img { transform: scale(1.07) !important; filter: brightness(1.08); }
.image-anime::after { content: ""; position: absolute; top: 0; left: -80%; width: 55%; height: 100%; background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.22) 50%, transparent 100%); transform: skewX(-18deg); z-index: 1; transition: none; pointer-events: none; }
.image-anime:hover::after { left: 135%; transition: left 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* Reveal Animation */
.reveal { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; visibility: hidden; overflow: hidden; }
.reveal img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform-origin: left; transform-origin: left; }
.reveal-slide { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; visibility: hidden; overflow: hidden; }
.reveal-slide img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform-origin: left; transform-origin: left; }

/* Topbar Customization */
[data-bs-theme="light"] .topbar { background-color: rgb(var(--alternative-color)); }
[data-bs-theme="dark"] .topbar { background-color: var(--bs-black); }
.topbar-socials a { color: var(--bs-white); }

/* Bottombar Customization */
.bottombar-copyright { font-size: 14px; }
[data-bs-theme="light"] .bottombar { background-color: rgb(var(--alternative-color)) !important; color: var(--bs-white); }
[data-bs-theme="dark"] .bottombar { background-color: var(--bs-black); color: var(--bs-white);  }

[data-bs-theme="light"] .bottombar a { color: var(--bs-white) !important; font-size: 14px; }
[data-bs-theme="light"] .bottombar a:hover { color: var(--bs-secondary) !important; }
[data-bs-theme="dark"] .bottombar a { color: var(--bs-white) !important; } 

[data-bs-theme="light"] .header.fixed-top { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; transition: background-color 0.4s ease; }
[data-bs-theme="light"] .header.fixed-top.scrollOff { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }
[data-bs-theme="light"] .header.fixed-top.scrollOn { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }

[data-bs-theme="dark"] .header.fixed-top { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; transition: background-color 0.4s ease; }
[data-bs-theme="dark"] .header.fixed-top.scrollOff { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }
[data-bs-theme="dark"] .header.fixed-top.scrollOn { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }

[data-bs-theme="light"] .app-home .header.fixed-top { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; transition: background-color 0.4s ease; }
[data-bs-theme="light"] .app-home .header.fixed-top.scrollOff { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }
[data-bs-theme="light"] .app-home .header.fixed-top.scrollOn { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }

[data-bs-theme="dark"] .app-home .header.fixed-top { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; transition: background-color 0.4s ease; }
[data-bs-theme="dark"] .app-home .header.fixed-top.scrollOff { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }
[data-bs-theme="dark"] .app-home .header.fixed-top.scrollOn { background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: none; }

[data-bs-theme="light"] .navbar  { --bs-navbar-color: var(--bs-secondary); --bs-navbar-toggler-border-color: var(--bs-secondary); }
[data-bs-theme="light"] .navbar-toggler-icon  { --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28221, 155, 75, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

[data-bs-theme="light"] .footer  { background: radial-gradient( circle at center, rgba(92, 32, 110, 0.16) 0%, rgba(92, 32, 110, 0.10) 18%, rgba(92, 32, 110, 0.05) 35%, rgba(23, 23, 63, 0.78) 58%, rgba(19, 18, 53, 0.95) 82%, rgba(10, 10, 35, 1) 100% ), linear-gradient( 180deg, rgb(23, 23, 63) 0%, rgb(19, 18, 53) 60%, rgb(10, 10, 35) 100% ); color: #ffffff; }
[data-bs-theme="dark"] .footer  { background: radial-gradient( circle at center, rgba(92, 32, 110, 0.16) 0%, rgba(92, 32, 110, 0.10) 18%, rgba(92, 32, 110, 0.05) 35%, rgba(23, 23, 63, 0.78) 58%, rgba(19, 18, 53, 0.95) 82%, rgba(10, 10, 35, 1) 100% ), linear-gradient( 180deg, rgb(23, 23, 63) 0%, rgb(19, 18, 53) 60%, rgb(10, 10, 35) 100% ); color: #ffffff; }

/* Card Backgrounds */
[data-bs-theme="light"] .packages-bg .app-card-content, [data-bs-theme="light"] .featured-tours .app-card-content { background-color: var(--bs-white); }
[data-bs-theme="dark"] .packages-bg .app-card-content, [data-bs-theme="dark"] .featured-tours .app-card-content { background-color: var(--bs-tertiary-bg); }

[data-bs-theme="dark"] .blog-section .card { border: 1px solid var(--bs-border-color); }

[data-bs-theme="light"] .list-default-wrap .app-card-content { background-color: var(--bs-white); }
[data-bs-theme="dark"] .list-default-wrap .app-card-content { background-color: var(--bs-tertiary-bg); }

[data-bs-theme="light"] .group-grid .app-card-content { background-color: var(--bs-white); }
[data-bs-theme="dark"] .group-grid .app-card-content { background-color: var(--bs-primary); }

.app-card-image { padding: 15px; }

/* Home Page Content Headings */
.page-home .content-home h1 { font-family: var(--secondary-font); font-weight: 700; font-size: clamp(1.75rem, 2vw, 2.75rem) !important;  text-align: left; margin-bottom: 1.5rem; }
.page-home .content-home h2 { font-family: var(--primary-font); font-weight: 500; font-size: 20px; line-height: 32px; text-align: left; margin-bottom: 1.5rem; color: rgb(var(--alternative-color)) !important; }
.page-home .content-home h3 { font-family: var(--primary-font); font-weight: 800; font-size: 16px; text-align: left; margin-bottom: 1.5rem;  }
.page-home .content-home h4 { font-family: var(--primary-font); font-weight: 300; font-size: 16px; text-align: left; margin-bottom: 1.5rem;  }
.page-home .image-column { flex-basis: 40%; -webkit-box-flex: 0; flex-grow: 0; position: relative; }
.page-home .image-column .about-image { position: absolute; z-index: 2; height: 100%; width: 100%; left: 0; top: 0; right: 0; bottom: 0; color: transparent; object-fit: cover; clip-path: inset(0 round 30px 140px 140px 30px); }
.page-home .image-column .image-caption { position: absolute; z-index: 3; right: 20px; bottom: 20px; border-radius: 20px; border-bottom-right-radius: 120px; background-color: rgba(19,18,53,0.9); display: inline-block; max-width: 315px;}
.page-home .image-column .image-caption .caption-title { color: rgb(var(--secondary-color)); font-size: 20px; font-family: var(--secondary-font); }
.page-home .image-column .image-caption .caption-text { color: #fff; font-size: 14px; }
.page-home .image-column .image-caption .caption-icon { color: #fff; }
.page-home .content-column { flex-basis: 60%; -webkit-box-flex: 0; flex-grow: 0; position: relative; }
.page-home .content-column .about-feature__icon { padding: 10px; height: 44px; background-color: #F5EFE8; border-radius: 100%; }
.page-home .content-column .about-feature__icon img { height: 22px;  }
.page-home .content-column .about-feature__title { font-family: var(--secondary-font); font-size: 20px; font-weight: 700; margin-bottom: 0.5rem; }
.page-home .content-column .about-feature__text { font-size: 15px; }

.img-icon { max-width: 40px; max-height: 40px; }

/* Home Page Content Headings Color */
[data-bs-theme="light"] .page-home .content-home h2, 
[data-bs-theme="light"] .page-home .content-home h3 { color: var(--bs-primary); }
[data-bs-theme="dark"] .page-home .content-column .about-feature__title { color: rgb(var(--secondary-color)); }

/* Testimonials Section Customization */
.testimonials.default .testimonials-slideshow .swiper-slide .entry-block { width: 90%; }
.testimonials.default .testimonials-slideshow .swiper-slide .entry-block .entry-comment p { font-size: 15px; }
.testimonials.default .testimonials-slideshow .swiper-slide .entry-block .rating-icon { font-size: 13px; }
.testimonials.default .testimonials-title { font-family: var(--secondary-font); font-weight: 800; text-align: center; position: relative; }
.testimonials.default .testimonials-subtitle { font-family: var(--secondary-font); font-weight: 300; text-align: center; position: relative; }
.testimonials.default .swiper-button-next { right: 10px; }
.testimonials.default .swiper-button-prev { left: 10px; }
[data-bs-theme="dark"] .testimonials.default .card { background-color: rgb(var(--alternative-color)); }

/* Testimonials Section Color Overrides */
[data-bs-theme="light"] .testimonials.default .testimonials-slideshow .swiper-slide .entry-block .entry-comment {  background-color: var(--bs-light); color: var(--bs-dark); border: 1px solid var(--bs-border-color); position: relative; }
[data-bs-theme="light"] .testimonials.default .testimonials-slideshow .swiper-slide .entry-block .entry-comment::before { content: ""; position: absolute; bottom: -17px; left: 60px; width: 0; height: 0; border-width: 8px; border-style: solid; border-color: var(--bs-border-color) transparent transparent transparent; }
[data-bs-theme="dark"] .testimonials.default .testimonials-slideshow .swiper-slide .entry-block .entry-comment { background-color: var(--bs-tertiary-bg); position: relative; }
[data-bs-theme="dark"] .testimonials.default .testimonials-slideshow .swiper-slide .entry-block .entry-comment::before { content: ""; position: absolute; bottom: -17px; left: 60px; width: 0; height: 0; border-width: 8px; border-style: solid; border-color: var(--bs-border-color) transparent transparent transparent; }

[data-bs-theme="dark"] .testimonials.default { background-color: transparent !important; }
[data-bs-theme="light"] .testimonials.default .testimonials-title { color: var(--bs-primary); }
[data-bs-theme="light"] .testimonials.default .testimonials-content svg { color: var(--bs-primary); }

/* Grid and Group Titles Color Overrides */
[data-bs-theme="light"] .group-heading svg { color: var(--bs-primary); }
[data-bs-theme="light"] .grid-title, 
[data-bs-theme="light"] .group-title, 
[data-bs-theme="light"] .grid-content svg, 
[data-bs-theme="light"] .group-title svg { color: var(--bs-primary); }

/* Button Hover Effects */
.btn:not(.consent-link) { position: relative; transition: all 0.6s ease; will-change: transform, box-shadow; }
.btn:not(.consent-link):active { transform: translateY(0); box-shadow: none; }

.btn-animated { animation: shadow-pulse-theme 4s infinite; --btn-animated-color: var(--bs-primary); }
.btn-animated:hover { animation: shadow-pulse-theme 4s infinite; --btn-animated-color: var(--bs-secondary); }
[data-bs-theme="dark"] .btn-link:hover { color: var(--bs-primary) !important; }

/* Page Header Customization */
[data-bs-theme="light"] .pageheader-section.compact { background-color: var(--bs-light); }
.pageheader-section .pageheader-content .page-description { font-size: 15px; font-family: var(--secondary-font); }

/* Tripadvisor Logo */
[data-bs-theme="light"] .tripadvisor-logo { display: inline-block; width: 120px; height: 32px; background: url('../img/tripadvisor-text-logo.svg') no-repeat center; background-size: contain; }
[data-bs-theme="dark"] .tripadvisor-logo { display: inline-block; width: 120px; height: 32px; background: url('../img/tripadvisor-text-logo-white.svg') no-repeat center; background-size: contain; }

/* Call to Action Section */
[data-bs-theme="light"] .cta.default .cta-title { color: var(--bs-primary); }
 .cta.creative { padding-top: 75px !important; padding-bottom: 75px !important; }

/* Featured Slider */
.featured-slider { padding-top: calc(var(--header-height)); background-color: var(--bs-primary); }
.featured-slider .hero-swiper .swiper-slide::before { background-color: rgba(var(--bs-primary-rgb), 0.4); }
.featured-slider .hero-swiper .swiper-slide .slide-title { text-shadow: none;  }

.hero-swiper .slide-title,
.hero-swiper .slide-subtitle,
.hero-swiper .slide-description,
.hero-swiper .slide-buttons,
.hero-swiper .rating-area {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.hero-swiper .slide-item-show {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.slide-button .btn-secondary,
.slide-button .btn-primary,
.slide-button .btn-secondary,
.slide-button .btn-primary { padding: 0.5rem 3rem; }

.btn .view-icon { font-size: 11px;  }

.btn-primary { transition-delay: 0s !important; transition-duration: 0.2s !important; color: var(--bs-white); border: 1px solid var(--bs-primary); background: linear-gradient(180deg, #2a2a55 0%, #1a1a3f 40%, #131235 70%, #0c0c22 100%); font-family: var(--primary-font); font-weight: 500; padding: 0.6rem 2rem; border-radius: 12px; }
.btn-primary:hover { background: linear-gradient(180deg, #EABD75 0%, #EABD75 50%, #EABD75 65%, #d69847 100%); border: 1px solid #dda667; color: rgb(var(--primary-color));  }

.btn-secondary { letter-spacing: 1.2px; transition-delay: 0s !important; transition-duration: 0.2s !important; background: linear-gradient(180deg, #EABD75 0%, #EABD75 50%, #EABD75 65%, #d69847 100%); border: 1px solid #dda667; color: rgb(var(--primary-color)); font-family: var(--primary-font); font-weight: 500; padding: 0.6rem 2rem; border-radius: 12px;  }
.btn-secondary:hover { color: var(--bs-white); background: linear-gradient(180deg, #2a2a55 0%, #1a1a3f 40%, #131235 70%, #0c0c22 100%); }

.featured-slider .btn {  box-shadow: 0 10px 25px rgba(0,0,0,0.4), 0 0 18px rgba(19, 18, 53, 0.6); }

.featured-slider .slide-features li { padding: 0.25rem 2rem; font-family: var(--secondary-font); color: var(--bs-white); }
.featured-slider .slide-features li:not(:last-child) { border-right: 1px solid #e3e3e3; }

/* Footer Customization */
.fast-contact .fast-contact-item .widget-title { font-weight: 500; font-size: 18px; }
.fast-contact .fast-contact-item .c-icon { margin-right: 10px; padding-top: 3px; }
.fast-contact .fast-contact-item .text-muted { font-size: 14px; }
[data-bs-theme="light"] .fast-contact svg { color: var(--bs-secondary); }
[data-bs-theme="dark"] .fast-contact svg { color: var(--bs-secondary); }
[data-bs-theme="light"] .fast-contact .fa-fw { color: var(--bs-primary); }


[data-bs-theme="light"] .footer-socials .social-item:hover { background-color: var(--bs-secondary) !important; color: var(--bs-primary) !important;  }
[data-bs-theme="dark"] .footer-socials .social-item:hover { background-color: var(--bs-secondary) !important; color: var(--bs-primary) !important; }

.footer-navigation i { font-size: 14px !important; }

[data-bs-theme="light"] .footer-widget a { color: var(--bs-white); }
[data-bs-theme="dark"] .footer-widget a { color: var(--bs-white); }

[data-bs-theme="light"] .footer-widget a:hover { color: var(--bs-secondary); }
[data-bs-theme="dark"] .footer-widget a:hover { color: var(--bs-secondary); }

.group-title { font-size: clamp(1.75rem, 3vw, 2.75rem) !important; }

/* Featured Destinations — Split Layout */
.featured-dest-intro .group-title { font-size: clamp(1.75rem, 3vw, 2.75rem); text-align: left; }
.featured-dest-intro .group-description p { text-align: left; }


.aspect-ratio-3x4 { position: relative; width: 100%; padding-bottom: 133.33%; overflow: hidden; }
.aspect-ratio-3x4 > * { position: absolute; inset: 0; width: 100%; height: 100%; }

.featured-dest-card { display: block; }
.featured-dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.featured-dest-card:hover img { transform: scale(1.06); }

.featured-dest-overlay { background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%); min-height: 35%; pointer-events: none; z-index: 2; }
.featured-dest-overlay a { pointer-events: auto; }
.featured-dest-overlay h3 { text-shadow: 0 1px 4px rgba(0,0,0,0.5); }

.featured-dest-swiper-wrap { overflow: hidden; position: relative; }
.featured-dest-swiper-wrap::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 100px; background: linear-gradient(to right, transparent, var(--bs-body-bg) 85%); z-index: 10; pointer-events: none; }
.featured-destinations-slideshow.swiper { overflow: visible; }
.featured-destinations-slideshow .swiper-slide { height: auto; }

.featured-dest-prev:disabled,
.featured-dest-next:disabled { opacity: 0.4; pointer-events: none; }

.featured-dest-fraction { font-size: 0.85rem; letter-spacing: 0.05em; min-width: 55px; text-align: center; }

/* swiper override */
[data-bs-theme="light"] .swiper-pagination-bullet { width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; color: var(--bs-black); background: var(--bs-primary); opacity: 0.5; border-radius: 10px; }
[data-bs-theme="light"] .swiper-pagination-bullet-active { color: var(--bs-white); background: var(--bs-secondary); opacity: 1; }

[data-bs-theme="dark"] .swiper-pagination-bullet { width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; color: var(--bs-black); background: var(--bs-light); opacity: 0.5; border-radius: 10px; }
[data-bs-theme="dark"] .swiper-pagination-bullet-active { color: var(--bs-white); background: var(--bs-black); opacity: 1; }

.section-buttons .btn-icon { padding: 0.45rem 0.25rem 0.25rem 0.25rem; border: 1px dashed var(--bs-white); border-radius: 100%; width: 36px; height: 36px; overflow: hidden; position: absolute; left: 5px; top: 5px; }
.section-buttons .btn-icon-clear { padding: 0.45rem 0.25rem 0.25rem 0.25rem; border:0; border-radius: 100%; width: 36px; height: 36px; overflow: hidden; position: absolute; left: 5px; top: 5px; }

/* Topbar */
.topbar-phone a { font-weight: 500; font-size: 14px; position: relative; color: var(--bs-white); }
.topbar-phone a:hover { font-weight: 500; position: relative; color: rgb(var(--secondary-color)) !important; }
.topbar-phone .c-icon { color: var(--bs-white); }
.topbar-social-media a:hover {color: rgb(var(--secondary-color)) !important; }
.topbar .vr { background-color: var(--bs-white); }
.topbar-licence { font-size: 14px; }
.topbar-whatsapp .btn { padding-top: 2px; }


.tourGallery { border-radius: 1rem; }
.tourThumbs { margin-top: 1rem; }
.tourThumbs .swiper-slide:hover { cursor: pointer; }

.feature-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.12) !important; transform: translateY(-2px); } 
.feature-content h5 { font-size: 1rem; font-weight: 600; margin-bottom: .35rem; color: inherit; } 
.feature-content p  { font-size: .85rem; margin-bottom: 0; }


/* Tour Page Customization */
[data-bs-theme="light"] .page-destinations .widget-bg { background-color: var(--bs-light);}
[data-bs-theme="dark"] .page-destinations .widget-bg { background-color: var(--bs-primary);}

/* Booking Form Background */
[data-bs-theme="light"] .form-booking-area { background-color: var(--bs-light); }
[data-bs-theme="dark"] .form-booking-area { background-color: rgb(var(--alternative-color)); }

/* Tour Title, Content and Highlights */
.page-destinations .tour-title { font-family: var(--primary-font); font-size: 28px; font-weight: 700; }
.page-destinations .tour-highlights { font-weight: 500; }
.page-destinations .tour-content p:last-child { margin-bottom: 0; }
.page-destinations .tour-content-wrap .badge { font-size: 15px; }

/* Tour content wrap — scroll focus effect */
.tour-content-wrap {
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
.tour-content-wrap.in-view {
    box-shadow: 0 0 0 2px var(--bs-light), 0 8px 32px rgba(0,0,0,0.10);
    border-color: var(--bs-light) !important;
}
.page-destinations .highlight-stars { font-size: 14px; }

.faq-content-wrap { }

[data-bs-theme="dark"] .index-blog-subpages .card { background-color: rgb(var(--alternative-color)); }
[data-bs-theme="dark"] .page-blog-subpages .card { background-color: rgb(var(--alternative-color)); }


/* Itinerary Accordion */
[data-bs-theme="light"] .page-destinations .accordion-button:not(.collapsed) { background-color: var(--bs-primary); }
[data-bs-theme="light"] .page-destinations .accordion-button.collapsed .day-badge { background-color: var(--bs-primary); color: var(--bs-white); }
[data-bs-theme="light"] .page-destinations .accordion-button.collapsed { background-color: var(--bs-light); }
.page-destinations .itinerary .accordion-body ul li:last-child { margin-bottom: 0; }

[data-bs-theme="light"] .page-destinations .itinerary .accordion-body { background-color: var(--bs-white); }
[data-bs-theme="dark"] .page-destinations .itinerary .accordion-body { background-color: var(--bs-primary); }

[data-bs-theme="light"] .page-destinations .itinerary .day-badge { background-color: var(--bs-light); color: var(--bs-primary); }
[data-bs-theme="dark"] .page-destinations .itinerary .day-badge { background-color: var(--bs-black); }

.page-destinations .itinerary .accordion-button { font-size: 22px; }

[data-bs-theme="light"] .controller-destinations .accordion-button.collapsed  { background-color: var(--bs-light) !important; }


/* Sidebar Widgets Backgrounds */
[data-bs-theme="light"] .sidebar-about { background-color: var(--bs-light); }
[data-bs-theme="dark"] .sidebar-about { background-color: var(--bs-tertiary-bg); }

[data-bs-theme="light"] .sidebar-contact { background-color: var(--bs-light); }
[data-bs-theme="dark"] .sidebar-contact { background-color: var(--bs-tertiary-bg); }

[data-bs-theme="dark"] .sidebar-main .card { border: 1px solid var(--bs-border-color) !important; }
[data-bs-theme="dark"] .sidebar-main .card .fa-solid  { color: var(--bs-secondary) !important; }

.sidebar-links li a {border: 0; border-bottom: 1px solid var(--bs-border-color) !important; }
.sidebar-links li:last-child a { border-bottom: 0 !important; }
.sidebar-links li.active a  { font-weight: 700; }

/* Page Header Description Color */
.pageheader-section.default .page-description {  color: var(--bs-white); }
.pageheader-wrapper.default { margin-top: var(--header-height); }

/* Destinations Page Customization */
#content-preview { max-height: 280px; overflow: hidden; position: relative; }
[data-bs-theme="light"] #fade-overlay { position: absolute; left: 0; right: 0; bottom: 0; height: 40px; background: linear-gradient(to bottom, rgba(var(--bs-light-rgb), 0), var(--bs-white) 80%); display: block; }
[data-bs-theme="dark"] #fade-overlay { position: absolute; left: 0; right: 0; bottom: 0; height: 40px; background: linear-gradient(to bottom, rgba(var(--bs-dark-rgb), 0), var(--bs-dark) 80%); display: block; }

/* FAQ Section Background */
[data-bs-theme="light"] .collection-faq .accordion-body { background-color: var(--bs-light); }
[data-bs-theme="dark"] .collection-faq .accordion-body { background-color: var(--bs-tertiary-bg); }

.tour-page .terms .accordion-body *:last-child { margin-bottom: 0; }

/* Vector Map Customization */
[data-bs-theme="light"] .vectormap { padding:15px; border-radius: 15px; background-color:var(--bs-white); display:flex; justify-content:center; }
[data-bs-theme="dark"] .vectormap { padding:15px; border-radius: 15px; background-color:var(--bs-white); display:flex; justify-content:center; }
.mapael .map { position:relative; width:100%; margin:0 auto; }
.mapael .mapTooltip { position:absolute; background-color:#222; opacity:1; border-radius:10px; padding:10px; z-index:1000; max-width:200px; display:none; color:#fff; }
.mapael .zoomButton { display:none; }
.mapael .zoomReset {display:none; }
.mapael .zoomIn { display:none; }
.mapael .zoomOut { display:none; }

.app-card .fa-clock,
.app-card .fa-location-dot { min-width: 18px; }

.location-area { position: relative; height: 22px; overflow: hidden; display: flex; }
.location-area .location-list { position: absolute; left: 0; right: 0; white-space: nowrap; text-overflow: ellipsis; transform: translateX(0); transition: transform 5s; display: flex; align-items: center; justify-content: center; gap: 35px; margin: 0; padding: 0 12px 0 0; list-style: none; }
.location-area .location-list.scrollTextAni { right: auto; width: max-content; justify-content: flex-start; }
.location-area .location-list li { transition: .3s; position: relative; }
.location-area .location-list li::before { content: "\f061"; font-family: var(--fa-family-classic); color: #888; position: absolute; left: -25px; top: 50%; transform: translateY(-50%); }
.location-area .location-list li:first-child::before { display: none !important; }
.location-area:hover { cursor: default; }
.location-area:hover .scrollTextAni { transform: translateX(var(--scroll-distance, 0)); }

.text-secondary-emphasis .fa-clock { font-size: 13px; }

.form-check-input { border-color: var(--bs-primary); border-width: 3px; }

.rating-area .text-logo svg { fill: var(--bs-white); }
.rating-area .rating span { color: var(--bs-white); margin-left: 5px; }
.rating-area .rating li { padding: 0; margin: 0; }
.rating-area .rating .fa-circle { color: #00aa6c; }

.btn-book-trip {  }
.btn-view-trip {  }

.app-section.index-about h1 { font-family: var(--secondary-font) !important; font-size: clamp(1.75rem, 2vw, 2.75rem) !important; text-align: left; margin-bottom: 1.5rem; }

@media (min-width:992px) {
    /* Navbar Customization */
    .nav-link { --bs-nav-link-font-size: 18px; --bs-nav-link-font-weight: 500; --bs-navbar-nav-link-padding-x: 0.75rem; --bs-navbar-nav-link-padding-y: 1.25rem; font-family: var(--secondary-font); }
    [data-bs-theme="light"] .navbar-nav > .nav-item > .nav-link { color: var(--bs-white); }
    [data-bs-theme="dark"] .navbar-nav > .nav-item > .nav-link { color: var(--bs-light); }
    .navbar-nav > .nav-item > .nav-link { white-space: nowrap; position: relative; }
    [data-bs-theme="light"] .navbar-nav > .nav-item > .nav-link:hover, [data-bs-theme="light"] .navbar-nav > .nav-item > .nav-link:active, [data-bs-theme="light"] .navbar-nav > .nav-item > .nav-link:focus { color: var(--bs-secondary); }
    [data-bs-theme="dark"] .navbar-nav > .nav-item > .nav-link:hover, [data-bs-theme="dark"] .navbar-nav > .nav-item > .nav-link:active, [data-bs-theme="dark"] .navbar-nav > .nav-item > .nav-link:focus { color: var(--bs-secondary); }
    .navbar-nav > .nav-item > .nav-link::before, .navbar-nav > .nav-item > .nav-link::after { content: ""; position: absolute; display: block; border: 0 solid transparent; width: 0%; height: 0%; transition: all 0.5s ease; border-radius: 10px; }
    .navbar-nav > .nav-item > .nav-link::after { top: 0; left: 0; border-top: 2px solid transparent; }
    .navbar-nav > .nav-item > .nav-link::before { left: 0; bottom: 0; border-bottom: 2px solid transparent; }
    .navbar-nav > .nav-item:hover > .nav-link:before, .navbar-nav > .nav-item:hover > .nav-link:after { width: 100%; height: 100%; }
    [data-bs-theme="light"] .navbar-nav > .nav-item:hover > .nav-link:before, [data-bs-theme="light"] .navbar-nav > .nav-item:hover > .nav-link:after { border-color: var(--bs-secondary); }
    [data-bs-theme="light"] .navbar-nav > .nav-item.active > .nav-link { color: var(--bs-secondary); }
    [data-bs-theme="dark"] .navbar-nav > .nav-item:hover > .nav-link:before, [data-bs-theme="dark"] .navbar-nav > .nav-item:hover > .nav-link:after { border-color: var(--bs-secondary); }
    [data-bs-theme="dark"] .navbar-nav > .nav-item.active > .nav-link { color: var(--bs-secondary); }
    .navbar-nav > .nav-item.dropdown > .nav-link::before { border-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
    .navbar-nav > .nav-item.dropdown > .nav-link::after { border-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

    .navbar-nav > .nav-item.dropdown > .nav-link::after { top: 0; left: 0; border-top: 2px solid transparent; border-left: 2px solid transparent; }
    
    /* Dropdown menu override */
    [data-bs-theme="light"] .dropdown-menu { --bs-dropdown-font-size: 15px; --bs-dropdown-link-hover-color: var(--bs-primary); --bs-dropdown-link-hover-bg: rgb(var(--secondary-color)); --bs-dropdown-link-active-bg: rgb(var(--secondary-color)); --bs-dropdown-border-radius: 10px; --bs-dropdown-padding-x: 0.5rem; --bs-dropdown-padding-y: 0.5rem; font-family: var(--secondary-font); border: 2px solid var(--bs-secondary); border-top-left-radius: 0; border-top-right-radius: 0; border-top: none; border-right: 0; box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: blur(10px); }
    [data-bs-theme="dark"] .dropdown-menu { --bs-dropdown-font-size: 15px; --bs-dropdown-link-hover-color: var(--bs-primary); --bs-dropdown-link-hover-bg: rgb(var(--secondary-color)); --bs-dropdown-link-active-bg: rgb(var(--secondary-color)); --bs-dropdown-border-radius: 10px; --bs-dropdown-padding-x: 0.5rem; --bs-dropdown-padding-y: 0.5rem; font-family: var(--secondary-font); border: 2px solid var(--bs-secondary); border-top-left-radius: 0; border-top-right-radius: 0; border-top: none; border-right: 0; box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; background-color: rgba(var(--primary-color), 1) !important; backdrop-filter: blur(10px); }
    [data-bs-theme="dark"] .dropdown-item:focus, .dropdown-item:hover { background: linear-gradient( 120deg, #e6b45c 0%, #dd9b4b 30%, #b8742a 50%, #f0b95a 65%, #9f6122 85% ); }
    .dropdown-toggle::after { margin-left: 0; vertical-align: middle; }
    .dropdown-menu li:not(:last-child) .dropdown-item { border-bottom: 1px dashed rgb(18, 36, 53); }
    
    /* Home Page Content Padding */
    .page-home .content-home { padding: 0 0 50px 0 !important; }
    
    /* Section Padding Overrides */
    .features-bg { padding: 75px 0 !important; }
    .testimonials-bg { padding-top: 75px !important; padding-bottom: 75px !important; }
    .packages-bg { padding: 75px 0 !important; }
    .featured-tours { padding: 75px 0 !important; }
    .footer { padding: 100px 0 !important; }
    .featured-destinations-bg { padding-top: 75px !important; padding-bottom: 75px !important; }
    .blog-section-bg { padding: 75px 0 !important; }

}

@media (max-width:991px) {
    /* Navbar Customization */
    .navbar-brand img { width: 80px; }
    .navbar .fa-solid.fa-angle-down { display: none !important; }

    /* Page Header Customization */
    .pageheader-section.compact .page-title { text-align: center; }
    .pageheader-section.default .page-title { text-align: center; }
    .pageheader-section.default .page-description { text-align: center; }

    /* Breadcrumb Customization */
    .breadcrumb { display: flex; flex-wrap: nowrap; overflow: hidden; white-space: nowrap; list-style: none; padding: 0; margin: 0; }
    .breadcrumb-item { display: none; }
    .breadcrumb-item:nth-child(1), .breadcrumb-item:nth-child(2), .breadcrumb-item:last-child { display: inline-block; }
    .breadcrumb-item + .breadcrumb-item::before { content: "/"; margin: 0 0.25rem; color: #999; }
    .breadcrumb-item:nth-child(2)::after { content: "..."; margin: 0 0.5rem 0 0.5rem }

    /* Testimonials Section Customization */
    .testimonials.default { padding-left: 0 !important; padding-right: 0 !important; }
    .testimonials.default .swiper-button-next { right: 3px; }
    .testimonials.default .swiper-button-prev { left: 3px; }

    .footer-logo { text-align: center; }

    /* Section Padding Overrides */
    .featured-tours { padding: 50px 0 50px 0 !important; }
    .footer { padding: 50px 0 !important; }

    [data-bs-theme="light"] .navbar-toggler:focus { box-shadow: 0 0 0 0.15rem rgb(var(--secondary-color)); }

    [data-bs-theme="light"] .app-home .header.fixed-top { background-color: var(--bs-primary) !important; backdrop-filter: unset; }
    [data-bs-theme="light"] .app-home .header.fixed-top.scrollOn { background-color: var(--bs-primary) !important; backdrop-filter: unset; }
    [data-bs-theme="light"] .app-home .header.fixed-top.scrollOff { background-color: var(--bs-primary) !important; backdrop-filter: unset; }

    [data-bs-theme="dark"] .app-home .header.fixed-top { background-color: var(--bs-primary) !important; backdrop-filter: unset; }
    [data-bs-theme="dark"] .app-home .header.fixed-top.scrollOn { background-color: var(--bs-primary) !important; backdrop-filter: unset; }
    [data-bs-theme="dark"] .app-home .header.fixed-top.scrollOff { background-color: var(--bs-primary) !important; backdrop-filter: unset; }

    [data-bs-theme="dark"] .nav-link { color: var(--bs-white) !important; }

    .testimonials.default .testimonials-slideshow .swiper-slide .entry-block .entry-comment::before { left: 50% !important; margin-left: -8px; }

    .pageheader-section .pageheader-content .page-title { line-height: 32px !important; font-size: 28px !important; }

    .header .dropdown-item { white-space: normal !important; font-weight: 600; }
    .header .dropdown-menu li { padding-top: 5px; padding-bottom: 5px; }
    .header .dropdown-menu li:not(:last-child) { border-bottom: 1px dashed #dedede;  }
    .header .navbar-nav {  border-radius: 1rem;  }
    .header .navbar-nav .nav-item { background-color: var(--bs-primary); color: #fff; padding: 7px 15px; }
    .header .navbar-nav .nav-item:not(:last-child) { border-bottom: 1px solid #fff;  }
    .header .navbar-nav .nav-item a { color: #fff; font-size: 17px;  }
    .header .navbar-nav .nav-item .dropdown-menu  { background-color: var(--bs-primary);  }
    .header .navbar-nav .nav-item .dropdown-menu a  { color: #fff; font-size: 16px;  }

    .featured-slider .slide-features li { text-align: center; display: block; }
    .featured-slider .slide-features li:not(:last-child) { border-right: none !important; }

    .featured-slider .hero-swiper .swiper-slide .container { margin-top: -140px; }
    .featured-slider .hero-swiper .swiper-slide .button-group { margin-bottom: 40px !important; margin-right: 0 !important; margin-top: 20px !important; }

    .page-home .image-column { height: 250px !important; flex-basis: unset; }
    .page-home .about-section  { flex-direction: column !important;}
    .page-home .image-column .image-caption { position: absolute; right: auto; bottom: auto; left: 0; top: 0; background-color: rgba(19,18,53,0.6); }

    .page-home .image-column .about-image { clip-path: none !important; border-radius: 15px; }
    
}


.about-img-scene {
    position: relative;
    width: 480px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt-photo {
    width: 420px;
    height: 420px;
    object-fit: cover;
    border-radius: 62% 38% 46% 54% / 60% 44% 56% 40%;
    box-shadow: 0 24px 64px rgba(0,0,0,.18);
    transition: border-radius .8s cubic-bezier(.45,0,.55,1), transform .4s ease, box-shadow .4s ease;
    display: block;
    position: relative;
    z-index: 3;
}
.abt-float { animation: abtFloat 6s ease-in-out infinite; z-index: 3; position: relative; }
.abt-photo:hover {
    border-radius: 40% 60% 55% 45% / 45% 58% 42% 55%;
    transform: scale(1.03);
    box-shadow: 0 32px 80px rgba(0,0,0,.22);
}
.abt-ring {
    position: absolute; inset: 0; margin: auto;
    width: 460px; height: 460px;
    border-radius: 50%;
    border: 2px dashed rgba(var(--bs-primary-rgb, 13,110,253), .35);
    animation: abtSpin 40s linear infinite;
    z-index: 1;
}
.abt-dots {
    position: absolute;
    width: 130px; height: 130px;
    bottom: 10px; right: 0;
    background-image: radial-gradient(circle, rgba(var(--bs-primary-rgb, 13,110,253),.35) 1.8px, transparent 1.8px);
    background-size: 13px 13px;
    z-index: 0;
    opacity: .8;
}
.abt-blob-bg {
    position: absolute;
    width: 340px; height: 340px;
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb, 13,110,253),.12), rgba(var(--bs-primary-rgb, 13,110,253),.04));
    z-index: 0;
    transform: translate(20px, 20px);
}
@keyframes abtFloat {
    0%,100% { transform: translateY(0px); }
    50%      { transform: translateY(-14px); }
}
@keyframes abtSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}
@media (max-width: 991px) {
    .about-img-scene { width: 320px; height: 320px; margin: 2rem auto 0; }
    .abt-photo { width: 270px; height: 270px; }
    .abt-ring  { width: 305px; height: 305px; }
}


.art-img-frame {
    position: relative;
    margin: 0;
    padding: 10px;
}
.art-img-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 2px dotted #fff;
    pointer-events: none;
    z-index: 1;
}
.art-img-frame::after {
    content: '';
    position: absolute;
    inset: -3px -3px -3px -3px;
    border-radius: 20px;
    background: rgba(var(--primary-color), 0.1);
    z-index: 0;
}
.art-img-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,.12);
    line-height: 0;
}
.art-img-photo {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .55s cubic-bezier(.25,.46,.45,.94);
}
.art-img-inner:hover .art-img-photo {
    transform: scale(1.04);
}

.sidebar-contact {
    background-image: url(../img/side-bar-contact.webp);
    background-size: cover;
    background-position: center center;
    min-height: 700px;
}
.featured-slider { padding-top: 0; }
.featured-slider .hero-swiper .swiper-slide { min-height: 100vh; min-height: 100svh; }
.featured-slider .hero-swiper .swiper-slide > .container { padding-top: var(--header-height); z-index: 2; }
.featured-slider .hero-swiper .swiper-slide > .position-absolute { z-index: 2; }

.featured-slider .hero-swiper .swiper-slide .slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
}
.featured-slider .hero-swiper .swiper-slide::before { z-index: 1; }
