.logo {
    height: 100px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.navbar-header {
  padding: 10px 0px;
}

.tealblue,
.bg-tealblue {
    background: #231962 !important;
}

.text-tealblue {
    color: #231962 !important;
}


.breadcrumb-main {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
}


.header_menu .navbar.navbar-default .nav.navbar-nav li a {
    font-weight: 600;
}

.beigebg {
    background: beige;
}

.nir-btn {
    background: #EA6319 !important;
    border-color: #EA6319 !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.nir-btn:hover {
    background: #c84f0b !important;
    border-color: #c84f0b !important;
    color: #fff !important;
}

a {
    text-decoration: none !important;
}

.counter .counter-content span,
.counter .counter-content h2 {
    color: #fff;
}

.swiper-hero {
    width: 100%;
}

.swiper-hero-slide {
    position: relative;
    background: #000;
}

.swiper-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.swiper-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.4));
    z-index: 1;
}

.swiper-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: var(--primary);
    opacity: 1;
}

/* Package Detail Page */
.mmt-hero-bg {
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}

.hero-inner {
    position: relative;
    color: #fff;
    padding-top: 140px;
}

.hero-inner h1 {
    font-size: 38px;
    font-weight: 700;
}

.tagline {
    opacity: 0.85;
}

/* BOOKING CARD */
.booking-card {
    margin-top: -60px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* LEFT */
.booking-card .price span {
    font-size: 13px;
    color: #777;
}

.booking-card .price h2 {
    margin: 0;
    color: #231962 !important;
    font-weight: 700;
}

.booking-card .price small {
    text-decoration: line-through;

    color: #aaa;
}

ul.list-style-1 {
    padding-left: 0 !important;
    list-style: none !important;
    display: block !important;
    margin-bottom: 15px !important;
}

ul.list-style-1 li {
    position: relative !important;
    padding-left: 25px !important;
    margin-bottom: 8px !important;
    display: block !important;
    line-height: 1.6 !important;
    color: #777;
}

ul.list-style-1 li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #231962 !important;
    /* Theme Color */
    border-radius: 50%;
}

/* CTA Buttons */
.btn-book {
    background: #EA6319 !important;
    border-color: #EA6319 !important;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-enquiry {
    margin-left: 10px;
    border: 2px solid #231962 !important;
    padding: 10px 20px;
    border-radius: 30px;
    color: #231962 !important;
    text-decoration: none;
}

/* HOVER */
.btn-book:hover {
    background: #c84f0b !important;
    border-color: #c84f0b !important;
    color: #fff !important;
}

.btn-enquiry:hover {
    background: #231962 !important;
    color: #fff !important;
}

.mmt-hero {
    padding-top: 0px;
}

footer .footer-copyright .copyright-inner {
    background: transparent;
}

.sticky-wrapper {
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Multi-line Truncation Utility */
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Premium Card Shadow System */
.box-shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease !important;
}

.box-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12) !important;
}

/* Theme System Overrides (#231962) */
:root {
    --primary: #231962;
    --primary-hover: #312382;
    --theme: #231962;
    --accent: #EA6319;
}

.theme,
.text-theme {
    color: #231962 !important;
}

.theme1 {
    color: #EA6319 !important;
}

.bg-theme1 {
    background: #EA6319 !important;
}

.bg-theme {
    background: #231962 !important;
}

.border-theme {
    border-color: #231962 !important;
}

.hover-theme {
    transition: color 0.3s;
}

.hover-theme:hover {
    color: #231962 !important;
}

.btn-outline-theme,
.enquire-now-btn.btn-outline-theme,
.trend-item .enquire-now-btn {
    border: 1px solid #231962 !important;
    color: #ffffff !important;
    background: #231962 !important;
    transition: all 0.3s ease !important;
}

.btn-outline-theme i,
.enquire-now-btn.btn-outline-theme i,
.trend-item .enquire-now-btn i {
    color: #ffffff !important;
}

.btn-outline-theme:hover,
.enquire-now-btn.btn-outline-theme:hover,
.trend-item .enquire-now-btn:hover {
    background: #EA6319 !important;
    border-color: #EA6319 !important;
    color: #ffffff !important;
}

.btn-outline-theme:hover i,
.enquire-now-btn.btn-outline-theme:hover i,
.trend-item .enquire-now-btn:hover i {
    color: #ffffff !important;
}

.btn-theme,
a.btn-theme,
.trend-content a.btn-theme {
    background: #231962 !important;
    color: #ffffff !important;
    border: 1px solid #231962 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
}

.btn-theme:hover,
a.btn-theme:hover,
.btn-theme:focus,
a.btn-theme:focus,
.btn-theme:active,
a.btn-theme:active,
.trend-content a.btn-theme:hover,
.trend-item:hover a.btn-theme,
.package-item:hover a.btn-theme,
.package-card:hover a.btn-theme {
    background: transparent !important;
    border-color: #231962 !important;
    color: #231962 !important;
    text-decoration: none !important;
}

.swiper-pagination-bullet-active {
    background: #231962 !important;
    opacity: 1;
}

#back-to-top a {
    background-color: #231962 !important;
}

footer {
    background-color: #231962 !important;
}

/* Navigation Tabs, Pagination, Search & Interactive Overrides */
.nav-tabs>li.nav-item button:hover,
.nav-tabs>li.nav-item button.active,
.nav-tabs>li.nav-item button.active:hover {
    background: #231962 !important;
    border-color: #231962 !important;
    color: #fff !important;
}

.pagination-main .pagination li a:hover,
.pagination-main .pagination li a:focus,
.pagination-main .pagination li.active a {
    background-color: #231962 !important;
    border-color: #231962 !important;
    color: #fff !important;
}

#search1 button[type="submit"],
#search1 .close {
    background-color: #231962 !important;
    border-color: #231962 !important;
}

.menu-ham a i:hover {
    background: #231962 !important;
    color: #fff !important;
}

/* Navigation Menu Links Theme Color */
.header_menu .navbar.navbar-default .nav.navbar-nav li>a {
    color: #231962 !important;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover>a,
.header_menu .navbar.navbar-default .nav.navbar-nav li a:hover,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active>a,
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover>a,
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active>a {
    color: #EA6319 !important;
    background: transparent !important;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover,
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:hover>a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.active>a {
    background: #231962 !important;
    color: #ffffff !important;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background: #231962 !important;
    color: #ffffff !important;
}

/* Package Cards & Links Hover Overrides (#231962) */
.trend-content h3 a:hover,
.trend-content h4 a:hover,
.trend-content h5 a:hover,
.trend-content h2 a:hover,
.trend-content a:hover,
.trend-item:hover .trend-content h3 a,
.trend-item:hover .trend-content h4 a,
.package-title a:hover,
.package-card:hover .package-title a,
.package-item:hover a,
.package-content h3 a:hover,
.package-content h4 a:hover,
.hover-theme:hover,
a.hover-theme:hover,
a:hover,
a:focus {
    color: #231962 !important;
}

/* Core Features Section Hover Overrides */
.why-us .why-us-item::before {
    background: #231962 !important;
}

.why-us .why-us-item:hover i,
.why-us .why-us-item:hover a,
.why-us .why-us-item:hover p,
.why-us .why-us-item:hover span,
.why-us .why-us-item:hover h4 {
    color: #ffffff !important;
}

/* Category & Trend Items Bottom Border & Overlay Hover */
.category-item::before,
.trending .trend-item::before,
.trending .trend-item1::before,
.trending .trend-item2::before {
    background: #231962 !important;
}

.color-overlay {
    background: rgba(35, 25, 98, 0.4) !important;
}

/* Video & Gallery Overlay Hover */
.play-btn-overlay,
.video-overlay,
.gallery-overlay {
    background: rgba(35, 25, 98, 0.85) !important;
    color: #ffffff !important;
}

.video-item:hover .play-btn-overlay,
.video-card:hover .play-btn-overlay,
.play-btn-overlay:hover {
    background: #EA6319 !important;
    color: #ffffff !important;
}

/* Testimonial Slider Navigation Arrows Overrides */
.testimonial .review-slider .slick-prev,
.testimonial .review-slider .slick-next {
    background: #231962 !important;
    border: 1px solid #231962 !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

.testimonial .review-slider .slick-prev::before,
.testimonial .review-slider .slick-next::before {
    color: #ffffff !important;
    opacity: 1 !important;
}

.testimonial .review-slider .slick-prev:hover,
.testimonial .review-slider .slick-prev:focus,
.testimonial .review-slider .slick-next:hover,
.testimonial .review-slider .slick-next:focus {
    background: #EA6319 !important;
    border-color: #EA6319 !important;
}

.testimonial .review-slider .slick-prev:hover::before,
.testimonial .review-slider .slick-prev:focus::before,
.testimonial .review-slider .slick-next:hover::before,
.testimonial .review-slider .slick-next:focus::before {
    color: #ffffff !important;
}

/* Best Tour Packages Slider Arrow Hover Theme Color */
.item-slider .slick-prev:hover,
.item-slider .slick-prev:focus,
.item-slider .slick-next:hover,
.item-slider .slick-next:focus {
    background: #EA6319 !important;
    border-color: #EA6319 !important;
}

.item-slider .slick-prev:hover::before,
.item-slider .slick-prev:focus::before,
.item-slider .slick-next:hover::before,
.item-slider .slick-next:focus::before {
    color: #ffffff !important;
}

/* Footer Links, Social Icons & Heading Underline Overrides */
footer h3:after {
    background: #EA6319 !important;
}

footer a:hover,
footer .footer-links ul li a:hover,
footer .footer-upper .footer-links ul li a:hover,
footer .footer-copyright a:hover {
    color: #EA6319 !important;
    transition: all 0.3s ease !important;
}

footer .social-links ul li a,
.social-links ul li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease !important;
    position: relative;
}

footer .social-links ul li a i,
.social-links ul li a i {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease !important;
}

footer .social-links ul li a:hover,
.social-links ul li a:hover,
footer.footer1 .footer-copyright .social-links ul li a:hover {
    transform: translateY(-5px) scale(1.12) !important;
    color: #ffffff !important;
    background: #EA6319 !important;
    box-shadow: 0 8px 20px rgba(234, 99, 25, 0.4) !important;
}

footer .social-links ul li a:hover i,
.social-links ul li a:hover i {
    color: #ffffff !important;
    transform: rotate(360deg) scale(1.15) !important;
}

/* Brand-specific background & glowing shadow on hover */
.social-links ul li a.facebook-btn:hover,
.social-links ul li a:hover:has(.fa-facebook) {
    background: #1877F2 !important;
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.5) !important;
}

.social-links ul li a.x-btn:hover,
.social-links ul li a:hover:has(.fa-x-twitter) {
    background: #000000 !important;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3) !important;
}

.social-links ul li a.instagram-btn:hover,
.social-links ul li a:hover:has(.fa-instagram) {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    box-shadow: 0 8px 20px rgba(225, 48, 108, 0.5) !important;
}

.social-links ul li a.youtube-btn:hover,
.social-links ul li a:hover:has(.fa-youtube) {
    background: #FF0000 !important;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.5) !important;
}

/* Remove Hover Effects on Top Header Links & Icons */
.header-content .links a,
.header-content .links i,
.header-content .links a i,
.header-content .links a:hover,
.header-content .links a:hover i,
.header-content .links ul li a:hover,
.header-content .links ul li a:hover i {
    color: #ffffff !important;
    transform: none !important;
}

/* Homepage Services Card Hover Overrides */
.our-team .team-list .team-content,
.team-list .team-content {
    transition: all 0.4s ease !important;
}

.our-team .team-list:hover .team-content,
.team-list:hover .team-content {
    background: #EA6319 !important;
    transition: all 0.4s ease !important;
}

.our-team .team-list:hover .team-content h4 a,
.team-list:hover .team-content h4 a,
.our-team .team-list:hover .team-content h4,
.team-list:hover .team-content h4 {
    color: #ffffff !important;
}

/* Day-Wise Itinerary Accordion Background Overrides */
.accrodion-grp .accrodion .accrodion-title {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
    border-radius: 10px !important;
}

.accrodion-grp .accrodion.active .accrodion-title {
    background: #231962 !important;
    border-color: #231962 !important;
    color: #ffffff !important;
}

.accrodion-grp .accrodion.active .accrodion-title h5,
.accrodion-grp .accrodion.active .accrodion-title h5 span,
.accrodion-grp .accrodion.active .accrodion-title h5:before {
    color: #ffffff !important;
}

.accrodion-grp .accrodion .accrodion-title h5 span {
    background: #EA6319 !important;
    color: #ffffff !important;
    padding: 3px 10px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-right: 6px !important;
}

.accrodion-grp .accrodion .accrodion-content {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-top: none !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.accrodion-grp .accrodion .accrodion-content .inner p {
    color: #475569 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

/* Enquire Now & Get My Quote Buttons Text (White Color) */
.enquire-now-btn,
.upcoming-enquire-btn,
.btn-submit,
.btn-submit span,
.btn-submit i,
#submitEnquiryBtn,
#submitEnquiryBtn span,
#submitEnquiryBtn i,
#submitUpcomingEnquiryBtn,
#submitUpcomingEnquiryBtn span,
#submitUpcomingEnquiryBtn i {
    color: #ffffff !important;
}

/* Button Hover Color Effect Overrides */
.btn-theme:hover,
a.btn-theme:hover,
.trend-content a.btn-theme:hover,
.trend-item:hover a.btn-theme,
.package-item:hover a.btn-theme,
.package-card:hover a.btn-theme {
    background: transparent !important;
    border-color: #231962 !important;
    color: #231962 !important;
}

/* Breadcrumb Links Overrides - White Text & No Hover Color Shift */
.breadcrumb-main a,
.breadcrumb-content a,
.breadcrumb a,
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-content .breadcrumb-item,
.breadcrumb-content .breadcrumb-item a,
.breadcrumb-content .breadcrumb-item a:hover,
.breadcrumb-content .breadcrumb-item a:focus,
.breadcrumb-content .breadcrumb-item a:active,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
    color: #ffffff !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

/* Speciality Rounded Pill Buttons */
.speciality-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px 36px;
    margin: 10px 12px;
    background: #ffffff;
    border: 2px solid #231962;
    border-radius: 50px;
    color: #231962 !important;
    font-weight: 700;
    font-size: 17px;
    box-shadow: 0 5px 18px rgba(35, 25, 98, 0.1);
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.speciality-pill-btn i {
    font-size: 32px;
    color: #EA6319;
    transition: all 0.3s ease-in-out;
}

.speciality-pill-btn:hover {
    background: #231962 !important;
    border-color: #231962 !important;
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(35, 25, 98, 0.28);
}

.speciality-pill-btn:hover i {
    color: #ffffff !important;
}

/* Circular Button Icon Style for Why Us / Our Speciality Cards */
.why-us .why-us-item .why-us-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    background: #231962 !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 6px 18px rgba(35, 25, 98, 0.2) !important;
    transition: all 0.4s ease-in-out !important;
    margin-bottom: 20px !important;
}

.why-us .why-us-item .why-us-icon i {
    font-size: 30px !important;
    color: #ffffff !important;
    transition: all 0.4s ease-in-out !important;
}

.why-us .why-us-item:hover .why-us-icon {
    background: #EA6319 !important;
    border-color: #ffffff !important;
    transform: scale(1.1) rotate(6deg) !important;
    box-shadow: 0 10px 25px rgba(234, 99, 25, 0.4) !important;
}

.why-us .why-us-item:hover .why-us-icon i {
    color: #ffffff !important;
}

/* Rounded Button Format for Our Speciality Items */
.speciality-pill-card {
    display: flex !important;
    align-items: center !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    background: #ffffff !important;
    border: 2px solid #231962 !important;
    box-shadow: 0 3px 10px rgba(35, 25, 98, 0.06) !important;
    transition: all 0.3s ease-in-out !important;
    text-decoration: none !important;
    height: 100% !important;
}

.speciality-pill-card .speciality-pill-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 50% !important;
    background: #231962 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    margin-right: 10px !important;
    transition: all 0.3s ease-in-out !important;
}

.speciality-pill-card .speciality-pill-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #231962 !important;
    line-height: 1.2 !important;
    transition: all 0.3s ease-in-out !important;
}

.speciality-pill-card:hover {
    background: #231962 !important;
    border-color: #231962 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(35, 25, 98, 0.22) !important;
}

.speciality-pill-card:hover .speciality-pill-icon {
    background: #EA6319 !important;
    color: #ffffff !important;
    transform: rotate(6deg) !important;
}

.speciality-pill-card:hover .speciality-pill-title {
    color: #ffffff !important;
}

/* Floating Moving Animation for Client Testimonial Image */
@keyframes testimonialFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-17px);
    }

    100% {
        transform: translateY(0px);
    }
}

.testimonial-image {
    animation: testimonialFloat 4.5s ease-in-out infinite !important;
    transition: all 0.4s ease-in-out !important;
}

.testimonial-image img {
    transition: transform 0.5s ease-in-out !important;
}

.testimonial-image:hover img {
    transform: scale(1.04) !important;
}

/* Packages View Details Button Hover Color Change */
.pkg-view-btn,
a.pkg-view-btn {
    background-color: #231962 !important;
    color: #ffffff !important;
    border: 1px solid #231962 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
    text-decoration: none !important;
}

.pkg-view-btn:hover,
a.pkg-view-btn:hover {
    background-color: transparent !important;
    border-color: #231962 !important;
    color: #231962 !important;
    text-decoration: none !important;
}