/* 
    Theme Name: Hikemandu 
    Description: Travel Agency in nepal
    Author: Mountmandu Team
    Author URI: https://mountmandu.com
    Version: 1.1

*/
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: sans-serif;
    /* min-height: 100vh; */
}
.container{
    max-width: 1380px;
    justify-content: center;
    margin: auto;
    padding:1rem;
}
.container-small{
    max-width: 1060px;
    margin: auto;
}
h1, h2, h3, h4, h5, h6{
    margin-bottom: 1rem;
}
.content-area{
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #111;
    font-family: "Inter", sans-serif;
}
p{
    margin:0 0 20px;
}
img{
    width: 100% !important; 
    height: auto !important; 
}
header{
    width: 100%;
    background-color: #2C4C9C;
    padding:2rem;
}
.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* .sub-menu{
    position: absolute;
    top:100%;
    display:none;
} */


/*  */
/* ==========================================
   Hikemandu Fix: Clean Vertical Dropdown List
   ========================================== */

/* 1. Reset the main parent container positioning */
header ul li,
.header ul li,
nav ul li,
.menu-item {
    position: relative !important;
    display: inline-block !important; /* Keeps your main nav bar horizontal */
}

/* 2. Re-align the dropdown box layout */
ul.sub-menu,
li ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 230px !important; /* Perfect width for menu spacing */
    background: #ffffff !important; /* Crisp white background */
    margin: 0 !important;
    padding: 8px 0 !important;
    list-style: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; /* Smooth visible shadow */
    border-radius: 4px !important;
    
    /* Animation controls */
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.2s ease-in-out;
    z-index: 99999 !important;
}

/* Show the dropdown box on hover */
li:hover > ul.sub-menu,
li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* 3. FIX THE INLINE BUG: Force inner list items to break into separate lines */
ul.sub-menu li,
li ul li {
    display: block !important; /* Breaks the horizontal layout */
    width: 100% !important;
    position: static !important; /* Prevents them from stacking on top of each other */
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. Format the typography and left alignment */
ul.sub-menu li a,
li ul li a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 20px !important;
    color: #333333 !important; /* Visible dark text */
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-align: left !important; /* Perfectly left-aligned */
    transition: background 0.2s ease;
}

/* Elegant highlight row background on hover */
ul.sub-menu li a:hover,
li ul li a:hover {
    background-color: #f5f7fa !important; 
    color: #0056b3 !important; 
}
/*  */



.nav li:hover .sub-menu{
    display: block;
}

a{text-decoration: none;}
ul li{list-style-type: none;}
.nav li a{padding:1rem;color: #fff;}

footer{
    width: 100%;
    /* position: fixed;
    bottom: 0; */
    background-color: #0f1638;
    padding:2rem;
}
.menu-footer-menu-container{
    /* max-width: 1200px; */
    margin:auto;
}
#menu-footer-menu li a{
    color: #fff;
}
.footer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}



/* Fix the giant admin avatar layout when the admin bar scripts crash */
#wpadminbar .avatar, 
#wpadminbar img.avatar {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    display: inline-block !important;
}

/* Optional: Make the text readable in the meantime */
#wpadminbar {
    background: #1d2327 !important;
    min-height: 32px !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}


/*  */


.trip-template-premium {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #2d3748;
    background-color: #f7fafc;
    line-height: 1.7;
}

/* Hero Section */
.trip-hero-section {
    height: 55vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.trip-hero-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    margin: 12px 0;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.trip-badge-tag {
    background: #dd6b20;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.trip-hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Quick Facts sticky bar */
.trip-facts-bar {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0; 
    z-index: 98;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}
/* This protects alignment if the WP Admin Bar is active */
admin-bar .trip-facts-bar {
    top: 32px;
}
.facts-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    padding: 15px 20px;
}
.bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.bar-icon { font-size: 1.6rem; }
.bar-details small { display: block; color: #718096; text-transform: uppercase; font-size: 0.7rem; font-weight: 600; }
.bar-details strong { font-size: 1rem; color: #1a202c; }

/* Main layout columns */
.trip-grid-layout {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}
@media (max-width: 900px) {
    .trip-grid-layout { grid-template-columns: 1fr; }
}

.trip-internal-nav {
    display: flex;
    gap: 25px;
    border-bottom: 2px solid #edf2f7;
    margin-bottom: 30px;
}
.nav-link {
    text-decoration: none;
    color: #4a5568;
    font-weight: 600;
    padding-bottom: 12px;
}
.nav-link.active {
    color: #3182ce;
    border-bottom: 2px solid #3182ce;
    margin-bottom: -2px;
}

.content-card-section {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01);
    margin-bottom: 30px;
}
.content-card-section h2 { margin-top: 0; font-size: 1.8rem; margin-bottom: 20px; }

/* Sticky Booking widget card styling */
.trip-right-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}
.sticky-booking-widget {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.04);
}
.widget-pricing {
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.widget-label { display: block; color: #718096; font-size: 0.85rem; }
.widget-cost { font-size: 2.4rem; font-weight: 800; color: #2b6cb0; }
.widget-cost small { font-size: 0.95rem; color: #718096; font-weight: 400; }

.widget-selling-points { list-style: none; padding: 0; margin: 0 0 25px 0; }
.widget-selling-points li { margin-bottom: 8px; font-size: 0.9rem; color: #4a5568; }
.widget-selling-points li::before { content: "✓ "; color: #38a169; font-weight: bold; margin-right: 6px; }

.action-btn {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 12px;
    transition: background 0.2s ease;
}
.btn-primary-book { background: #3182ce; color: #fff; }
.btn-primary-book:hover { background: #2b6cb0; }
.btn-whatsapp-inquire { background: #25d366; color: #fff; }
.btn-whatsapp-inquire:hover { background: #1ebd54; }

/* Universal Fix for the Giant WordPress Avatar Profile Image */
#wpadminbar .avatar, #wpadminbar img.avatar {
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    display: inline-block !important;
}

/*  */