:root {
    --header-height: 143px;
}

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.7s ease; transform-origin: center center; }
.image-anime:hover img { transform: scale(1.1) !important; }
.image-anime:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, .3); transform: translate(-50%, -50%) rotate(0); z-index: 1; }
.image-anime:hover::after { height: 250%; transition: all 600ms linear; background-color: transparent; }

/* 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; }

[data-bs-theme="light"] .topbar { background-color: rgb(var(--bs-tertiary-bg-rgb)); }

/* Featured Tours Section Background */
[data-bs-theme="light"] .featured-tours { background-image: url('../img/balloon.webp'); background-repeat: no-repeat; background-position: top 100px right 0; background-attachment: fixed; background-size: auto; }
[data-bs-theme="dark"] .featured-tours { background-image: url('../img/balloon-night.webp'); background-repeat: no-repeat; background-position: top 100px right 0; background-attachment: fixed; background-size: auto; }

/* Packages Section Background */
[data-bs-theme="light"] .packages-bg { background-image: url('../img/galata-tower.webp'); background-repeat: no-repeat; background-position: bottom right; background-attachment: inherit; background-size: auto; }
[data-bs-theme="dark"] .packages-bg { background-image: url('../img/galata-tower-night.webp'); background-repeat: no-repeat; background-position: bottom right; background-attachment: inherit; background-size: auto; }

/* 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="light"] .blog-section-bg .app-card-content { background-color: var(--bs-white); }
[data-bs-theme="dark"] .blog-section-bg .app-card-content { background-color: var(--bs-tertiary-bg); }

[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-tertiary-bg); }

/* Features Section Background */
[data-bs-theme="light"] .features-bg { background-image: url('../img/confused-man.webp'); background-repeat: no-repeat; background-position: bottom 0 right 0; background-attachment: inherit; background-size: auto; }
[data-bs-theme="dark"] .features-bg { background-image: url('../img/confused-man-night.webp'); background-repeat: no-repeat; background-position: bottom 0 right 0; background-attachment: inherit; background-size: auto; }

/* Features Section Vector */
[data-bs-theme="light"] .features-bg .vector-1 { position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
[data-bs-theme="dark"] .features-bg .vector-1 { content: url('../img/view-travel-destinations-night.webp'); position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }

/* Home Page Background */
[data-bs-theme="light"] .page-home { background-image: url('../img/plane-mountain.webp'); background-repeat: no-repeat; background-position: bottom right; background-attachment: inherit; background-size: auto; }
[data-bs-theme="dark"] .page-home { background-image: url('../img/plane-mountain-night.webp'); background-repeat: no-repeat; background-position: bottom right; background-attachment: inherit; background-size: auto; }

/* Testimonials Section Background */
[data-bs-theme="light"] .testimonials-bg { background-image: url('../img/mountain-road.webp'); background-repeat: no-repeat; background-position: bottom right; background-attachment: inherit; background-size: auto; }
[data-bs-theme="dark"] .testimonials-bg { background-image: url('../img/mountain-road-night.webp'); background-repeat: no-repeat; background-position: bottom right; background-attachment: inherit; background-size: auto; }

/* Footer Backgrounds */
[data-bs-theme="light"] .footer{ background-image: url('../img/istanbul-bridge.webp'); background-repeat: no-repeat; background-position: bottom left; background-attachment: inherit; background-size: auto; }
[data-bs-theme="dark"] .footer { background-image: url('../img/istanbul-bridge-night.webp'); background-repeat: no-repeat; background-position: bottom left; background-attachment: inherit; background-size: auto; }

/* Featured Destinations Background */
[data-bs-theme="light"] .featured-destinations-bg { background-image: url('../img/turkeymap.webp'); background-repeat: no-repeat; background-position: top 200px center; background-attachment: fixed; background-size: contain; }
[data-bs-theme="dark"] .featured-destinations-bg { background-image: url('../img/turkeymap-night.webp'); background-repeat: no-repeat; background-position: top 200px center; background-attachment: fixed; background-size: contain; }

/* Home Page Content Headings */
.page-home .content-home h2 { font-family: var(--secondary-font); font-weight: 800; font-size: 36px; text-align: left; margin-bottom: 0.75rem; }
.page-home .content-home h3 { font-family: var(--secondary-font); font-weight: 800; font-size: 30px; text-align: left; }
.page-home .content-home h4 { font-family: var(--secondary-font); font-weight: 300; font-size: 22px; text-align: left; }

/* 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); }

/* 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: 0; }
.testimonials.default .swiper-button-prev { left: 0; }

/* 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; }
[data-bs-theme="light"] .btn:not(.consent-link):hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45), 0 2px 4px rgba(0, 0, 0, 0.25); }
[data-bs-theme="dark"] .btn:not(.consent-link):hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(255, 255, 255, 0.45), 0 2px 4px rgba(255, 255, 255, 0.25); }
.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); }

/* Featured Slider */
.featured-slider { margin-top: calc(var(--header-height) + 20px); }
.featured-slider .hero-swiper .swiper-slide::before { background-color: rgba(0, 0, 0, 0.35); }

/* Footer Customization */
[data-bs-theme="light"] .fast-contact svg { color: var(--bs-primary); }
.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 .fa-fw { color: var(--bs-primary); }
[data-bs-theme="light"] .fast-contact a:hover { color: var(--bs-dark); }
[data-bs-theme="dark"] .fast-contact a:hover { color: var(--bs-primary); }
[data-bs-theme="light"] .footer-widget a:hover { color: var(--bs-dark); }
[data-bs-theme="dark"] .footer-widget a:hover { color: var(--bs-primary); }
[data-bs-theme="light"] .footer-socials .social-item:hover { background-color: var(--bs-primary) !important; }
[data-bs-theme="dark"] .footer-socials .social-item:hover { background-color: var(--bs-primary) !important; color: var(--bs-white) !important; }
.footer-navigation i { font-size: 14px !important; }

.featured-destinations-slideshow .app-card-content { position: absolute; left: 0; right: 0; z-index: 4; padding: 0 !important; }
.featured-destinations-slideshow .app-card { border-radius: 0; border: 0 !important; }

.featured-destinations-slideshow .app-card-image { position: relative; }
.featured-destinations-slideshow .app-card-image::before { content: ''; background: rgba(0,0,0,0.40); position: absolute; inset: 0; z-index: 3; border-radius: inherit; pointer-events: none; transition: background 0.4s; }
.featured-destinations-slideshow .app-card:hover .app-card-image::before { background: rgba(0,0,0,0.20); }
.featured-destinations-slideshow .swiper-slide-active .app-card-image::before { background: rgba(0,0,0,0.10); }
.featured-destinations-slideshow .app-card-image img { position: relative; z-index: 2; display: block; width: 100%; height: auto; border-radius: inherit; }

.featured-destinations-slideshow .app-card-title h3 a { color: var(--bs-white) !important; font-size: 24px !important; padding: 0.5rem 2rem; background-color: rgba(0, 0, 0, .4); border-radius: 15px; display: inline-block !important; transition: 0.5s ease all; }
.featured-destinations-slideshow .app-card-title h3 a:hover { text-decoration: none !important; background-color: var(--bs-primary); color: var(--bs-white) !important; }
.featured-destinations-slideshow .swiper-slide-active .app-card-title h3 a { background-color: var(--bs-primary); }
.featured-destinations-slideshow .swiper-slide-active .app-card-title h3 a:hover { background-color: var(--bs-secondary); }

.featured-destinations-slideshow .app-card-description { color: var(--bs-white) !important; font-size: 16px; font-weight: 300; transition: 0.5s ease all; opacity: 0; background-color: rgba(0, 0, 0, 0.7); border-radius: 0; overflow: hidden !important; display: block; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.featured-destinations-slideshow .app-card:hover .app-card-description { opacity: 1; }
.featured-destinations-slideshow .swiper-slide-active .app-card-description { opacity: 1; }

.featured-destinations-slideshow .app-card-buttons  { opacity: 0; transition: 0.5s ease all; }
.featured-destinations-slideshow .app-card:hover .app-card-buttons  { opacity: 1;}
.featured-destinations-slideshow .swiper-slide-active .app-card-buttons  { opacity: 1; }

/* 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 { padding-left: 50px !important; }
.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; }

[data-bs-theme="dark"] .topbar-phone a:hover {color: var(--bs-primary) !important; }
[data-bs-theme="dark"] .topbar-social-media a:hover {color: var(--bs-primary) !important; }

/* Topbar phone */
.topbar-phone { font-weight: 500; font-size: 15px; position: relative; }
[data-bs-theme="light"] .topbar-phone .c-icon { color: var(--bs-primary); }

.tourGallery { border-radius: 1rem; }

.tourThumbs { margin-top: 1rem; }
.tourThumbs .swiper-slide:hover { cursor: pointer; }


/* Tour Page Customization */
[data-bs-theme="light"] .page-tours .widget-bg { background-color: var(--bs-light);}
[data-bs-theme="dark"] .page-tours .widget-bg { background-color: var(--bs-tertiary-bg);}

/* Booking Form Background */
[data-bs-theme="light"] .form-booking-area { background-color: var(--bs-light); }
[data-bs-theme="dark"] .form-booking-area { background-color: var(--bs-tertiary-bg); }

/* Tour Title, Content and Highlights */
.page-tours .tour-title { font-family: var(--secondary-font); font-size: 28px; font-weight: 500; }
.page-tours .tour-highlights { font-weight: 500; }
.page-tours .tour-content p:last-child { margin-bottom: 0; }
.page-tours .tour-content-wrap .badge { font-size: 15px; }
.page-tours .highlight-stars { font-size: 14px; }

[data-bs-theme="light"] .page-tours .tour-content { background-color: var(--bs-light); padding-top: 30px !important; }
[data-bs-theme="dark"] .page-tours .tour-content { background-color: var(--bs-tertiary-bg); padding-top: 30px !important; }

/* Itinerary Accordion */
[data-bs-theme="light"] .page-tours .accordion-button:not(.collapsed) { background-color: var(--bs-dark); }
.page-tours .itinerary .accordion-body ul li:last-child { margin-bottom: 0; }

[data-bs-theme="light"] .page-tours .itinerary .accordion-body { background-color: var(--bs-white); }
[data-bs-theme="dark"] .page-tours .itinerary .accordion-body { background-color: var(--bs-tertiary-bg); }

[data-bs-theme="light"] .page-tours .itinerary .day-badge { background-color: var(--bs-primary); }
[data-bs-theme="dark"] .page-tours .itinerary .day-badge { background-color: var(--bs-tertiary-bg); }

/* Tour Section Titles */
.page-tours .tour-section-title { font-weight: 500; }

/* Included/Excluded Lists Backgrounds */
[data-bs-theme="light"] .page-tours .included-list .included-item { background-color: var(--bs-light); }
[data-bs-theme="dark"] .page-tours .included-list .included-item { background-color: var(--bs-tertiary-bg); }
[data-bs-theme="light"] .page-tours .excluded-list .excluded-item { background-color: var(--bs-light); }
[data-bs-theme="dark"] .page-tours .excluded-list .excluded-item { background-color: var(--bs-tertiary-bg); }

/* 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="light"] .sidebar-blog-categories { background-color: var(--bs-light); }
[data-bs-theme="dark"] .sidebar-blog-categories { background-color: var(--bs-tertiary-bg); }

[data-bs-theme="light"] .sidebar-destination-widget { background-color: var(--bs-light); }
[data-bs-theme="dark"] .sidebar-destination-widget { background-color: var(--bs-tertiary-bg); }

.sidebar-blog-categories ul li { border-bottom: 1px dashed var(--bs-border-color); }

/* Page Header Description Color */
.pageheader-section.default .page-description {  color: var(--bs-white); }
.pageheader-wrapper.default { margin-top: var(--header-height); }

/* Destinations Page Customization */
[data-bs-theme="light"] .page-destinations .directions .app-card { background-color: var(--bs-light); }
[data-bs-theme="dark"] .page-destinations .directions .app-card { background-color: var(--bs-tertiary-bg); }
[data-bs-theme="light"] .page-destinations .tips .app-card { background-color: var(--bs-light); }
[data-bs-theme="dark"] .page-destinations .tips .app-card { background-color: var(--bs-tertiary-bg); }
[data-bs-theme="light"] .page-destinations #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"] .page-destinations #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; }
[data-bs-theme="light"] .page-destinations .tips .app-card .app-card-title { color: var(--bs-primary); }

.page-destinations #content-preview { max-height: 480px; overflow: hidden; position: relative; }

/* 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; }

/* Index Tours Subpages Card Image Padding and Border Radius */
/* .index-tours-subpages .app-card .app-card-image  { padding: 15px; }
.index-tours-subpages .app-card .app-card-image img { border-radius: 10px; } */

.sidebar-contact { background-image: url('../img/side-bar-contact.webp'); background-size: cover; background-position: center center; min-height: 470px; }

.app-card .fa-clock,
.app-card .fa-location-dot { min-width: 18px; }

.location-area { position: relative; height: 18px; overflow: hidden; }
.location-area .location-list { position: absolute; white-space: nowrap; text-overflow: ellipsis; transform: translateX(0); transition: 5s; display: flex; align-items: center; gap: 35px; margin: 0; padding: 0; list-style: none; }
.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:hover { cursor: default; }
.location-area:hover .scrollTextAni{transform:translateX(calc(300px - 100%))}

.text-secondary-emphasis .fa-clock { font-size: 13px; }

.form-check-input { border-color: var(--bs-primary); border-width: 3px; }

@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-black); }
    [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-primary); }
    .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; border-left: 2px solid transparent; }
    .navbar-nav > .nav-item > .nav-link::before { right: 0; bottom: 0; border-bottom: 2px solid transparent; border-right: 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-primary); }
    [data-bs-theme="light"] .navbar-nav > .nav-item.active > .nav-link { color: var(--bs-primary); }
    [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-light); }
    [data-bs-theme="dark"] .navbar-nav > .nav-item.active > .nav-link { color: var(--bs-tertiary-color); }
    .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; }
    
    /* Dropdown menu override */
    [data-bs-theme="light"] .dropdown-menu { --bs-dropdown-font-size: 15px; --bs-dropdown-link-hover-color: var(--bs-white); --bs-dropdown-link-hover-bg: rgb(var(--primary-color)); --bs-dropdown-link-active-bg: rgb(var(--primary-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-primary); 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(255, 255, 255, .7) !important; backdrop-filter: blur(10px); }
    [data-bs-theme="dark"] .dropdown-menu { --bs-dropdown-font-size: 15px; --bs-dropdown-link-hover-color: var(--bs-white); --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-white); 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(0, 0, 0, .7) !important; backdrop-filter: blur(10px); }
    [data-bs-theme="dark"] .dropdown-item:focus, .dropdown-item:hover { background-color: var(--bs-primary); }
    .dropdown-toggle::after { margin-left: 0; vertical-align: middle; }
    .dropdown-menu li:not(:last-child) .dropdown-item { border-bottom: 1px dashed var(--bs-border-color); }
    
    /* 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: 200px; }
    .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: 1rem !important; padding-right: 1rem !important; }
    .testimonials.default .swiper-button-next,
    .testimonials.default .swiper-button-prev { top: auto; bottom: 10%; }

    .footer-logo { text-align: center; }

    /* Section Padding Overrides */
    .features-bg { padding: 75px 0 125px 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: 50px 0 !important; }
    .featured-destinations-bg { padding-top: 75px !important; padding-bottom: 75px !important; }

    [data-bs-theme="light"] .navbar-toggler:focus { box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) rgb(190,13,6); }

    [data-bs-theme="light"] .app-home .header.fixed-top { background-color: var(--bs-white) !important; backdrop-filter: unset; }
    [data-bs-theme="light"] .app-home .header.fixed-top.scrollOn { background-color: var(--bs-white) !important; backdrop-filter: unset; }
    [data-bs-theme="light"] .app-home .header.fixed-top.scrollOff { background-color: var(--bs-white) !important; backdrop-filter: unset; }

    [data-bs-theme="dark"] .app-home .header.fixed-top { background-color: var(--bs-black) !important; backdrop-filter: unset; }
    [data-bs-theme="dark"] .app-home .header.fixed-top.scrollOn { background-color: var(--bs-black) !important; backdrop-filter: unset; }
    [data-bs-theme="dark"] .app-home .header.fixed-top.scrollOff { background-color: var(--bs-black) !important; backdrop-filter: unset; }

    [data-bs-theme="dark"] .nav-link { color: var(--bs-white) !important; }

    .group-title { max-width: 200px;}

    .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;  }

}
