/* ===================================
Header Mega Menu style - Start
=================================== */
.new-mega-style {
    position: absolute;
    left: 0;
    width: 100%;
    background: #072640 !important; /* Dark Navy */
    padding: 25px 0;
    display: none;
    z-index: 999;
    border-top: 3px solid #1781fe; /* Top Border Accent */
}

.menu-item-has-children:hover .new-mega-style {
    display: block;
}

.mega-menu-row {
    display: flex;
    justify-content: space-between;
}

.mega-box {
    width: 33%;
    list-style: none;
    padding: 0 20px;
    border-right: 1px solid #1781fe; /* Right Border */
}

.mega-box:last-child {
    border-right: none; /* Last column without border */
}

.mega-box li {
    margin-bottom: 6px; /* Line height reduced */
    line-height: 18px;
}

.mega-box a {
    color:#1781fe; 
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}

.mega-box a:hover {
    color: #FFDD00; /* Yellow Hover */
    padding-left: 6px;
}

/* Top Menu Item Style */
.drop-down {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.mega-menu-row {
    display: flex;
    justify-content: center;
    gap: 80px; /* Space between two sections */
}

.mega-box {
    width: auto;
    min-width: 240px; /* Column width fixed */
}

.new-mega-style .container {
    max-width: 900px; /* Center layout width */
    margin: auto;
}

.mega-box a {
    white-space: nowrap; /* prevent text break */
}

.mega-box {
    min-width: 280px; /* increase column width */
     border-right: 1px solid #1781fe; /* Right Border */
}

.mega-box li {
    margin-bottom: 8px; /* better spacing */
}



/* ===================================
Header Menu increase width - Start
=================================== */
.topbar-area .topbar-wrap .header-logo img {
    max-width:200px !important;
}

/* ==========================================
 Top Distination package in Home Page - Start
========================================== */

.section-title-wrapper {
    width: 100%;
    padding-bottom: 5px; 
}

.section-heading {
    font-size: 18px;
    font-weight: 600;
    color: #072640;
    margin: 0;
    
    display: inline-block;
}

.view-all-btn {
    font-size: 16px;
    font-weight: 600;
    color: #072640;
    text-decoration: none;
   
    transition: 0.3s;
    display: inline-block;
}

.view-all-btn:hover {
    color: #FFDD00;
    border-bottom: 2px solid #FFDD00;
}

.view-all-btn i {
    margin-left: 5px;
    transition: 0.3s;
}

.view-all-btn:hover i {
    transform: translateX(4px);
}

/* ==========================================
 Search bar section - Start
========================================== */

h6 a {
    color:#444 !important;
}



/* ==============================================
 Page Breadcrum -  Start
================================================ */
.package-breadcrumb {
    background: #f1f3f5; /* light secondary tone */
    border-bottom: 1px solid #e2e6ea;
    height: 100px;
    display: flex;
    align-items: center;
}

.package-breadcrumb .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 15px; /* bigger */
    font-weight: 600; /* bold */
}

.package-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #6c757d;
    font-weight: 700;
    padding: 0 8px;
}

.package-breadcrumb a {
    color: #0b5ed7; /* strong travel blue */
    text-decoration: none;
}

.package-breadcrumb a:hover {
    color: #084298;
    text-decoration: underline;
}

.package-breadcrumb .breadcrumb-item.active {
    color: #212529;
    font-weight: 700;
}





/* ===========================================
Footer Start
============================================= */
.travel-footer {
    background:#0b1f33;
    color:#cfd8e3;
    font-size:13px;
}

.footer-top-strip {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
    padding:30px 0;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.strip-item {
    display:flex;
    gap:12px;
    align-items:flex-start;
}
.strip-item i {
    font-size:20px;
    color:#ffc107;
}
.strip-item span {
    font-size:12px;
    color:#a9b6c7;
}
.strip-item a {
    color:#fff;
    font-weight:600;
    text-decoration:none;
}

.footer-main {
    padding:40px 0;
}

.footer-logo {
    max-width:160px;
    margin-bottom:12px;
}

.footer-about {
    font-size:12px;
    color:#b9c6d6;
}

.footer-title {
    font-size:14px;
    color:#fff;
    margin-bottom:12px;
    font-weight:600;
}

.footer-links {
    list-style:none;
    padding:0;
    margin:0;
}
.footer-links li {
    margin-bottom:8px;
}
.footer-links a {
    color:#cfd8e3;
    text-decoration:none;
    font-size:12px;
}
.footer-links a:hover {
    color:#ffc107;
}

.footer-bottom {
    background:#081727;
    padding:15px 0;
    font-size:12px;
}

.payment-icons img {
    height:22px;
    margin-left:10px;
}


.contact-area .icon i {
    font-size:20px;
    color:#0d6efd; /* primary blue */
}

.contact-list .icon i {
    color:#198754; /* green accent */
}

.single-contact {
    display:flex;
    align-items:center;
    gap:12px;
}
.single-contact span {
    font-size:12px;
    color:#6c757d;
}
.single-contact a {
    font-weight:600;
    color:#212529;
    text-decoration:none;
}




/* ==================================================

ToP Destination - Home Page
=================================================== */
.destination-card2 {
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s ease;
}

.destination-card2:hover {
    transform:translateY(-4px);
}

.destination-img img {
    height:220px;
    width:100%;
    object-fit:cover;
}

.destination-content {
    padding:12px;
    text-align:center;
}

.destination-content h6 {
    font-size:15px;
    font-weight:600;
    margin:0;
}

.destination-content a {
    color:#111;
    text-decoration:none;
}

.destination-content a:hover {
    color:#0d6efd;
}



/*================================================
 Domastic 
 ============================================== */
 .package-card-clean {
    border: 1px solid #eef1f5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.package-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.package-body {
    padding: 12px;
}

.package-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.package-title a {
    color: #111;
    text-decoration: none;
}

.package-meta {
    font-size: 12px;
    color: #666;
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.package-meta i {
    color: #0d6efd;
    margin-right: 4px;
}

.package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-footer .price {
    font-weight: 700;
    color: #0d6efd;
}


/* ==========================================
International Package
========================================= */
.package-card-clean {
    border: 1px solid #eef1f5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.package-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.package-body {
    padding: 12px;
}

.package-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.package-title a {
    color: #111;
    text-decoration: none;
}

.package-meta {
    font-size: 12px;
    color: #666;
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
}

.package-meta i {
    color: #0d6efd;
    margin-right: 4px;
}

.package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-footer .price {
    font-weight: 700;
    color: #0d6efd;
}









