/*
Theme Name: My Custom Theme
Theme URI: https://example.com
Author: Tumhara Naam
Description: Lightweight custom theme
Version: 1.0
License: MIT
Text Domain: mycustomtheme
*/
/* Default link style */
.homepage .news-list a {
    text-decoration: none;
    color: #7a7a7a;
    padding-left: 10px; /* space for the left line */
    display: block;      /* ensures padding and border work */
    border-left: 3px solid transparent; /* invisible line by default */
    transition: border-color 0.3s, color 0.3s; /* smooth transition */
}
.dropdown-menu .nav-link
 { padding: 0px!important;}
/* Active link and its parent li */
.homepage .news-list li a.active {
    color: #007BFF;              /* text color when active */
    border-left: 3px solid #007BFF; /* blue vertical line */
    font-weight: bold;            /* optional for emphasis */
}
.pagination .page-numbers .page-link {
    border-radius: 40px;
}


.latest-news-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 5px;
}
.card-title {
    min-height: 80px;
}
.news-container {
    display: flex;
    gap: 20px;
}
.card .btn{border-radius:40px;margin-top:20px;}
.tour-packages-grid .card {
    border-radius: 77px;
}
.card-img-top
 {
    height: 200px !important;
  
}
.homepage .news-list
 {
    flex: 1;
    max-width: 300px;
    -webkit-box-shadow: 5px 3px 20px 5px #E1E1E1;
    box-shadow: 5px 3px 20px 5px #E1E1E1;
    padding: 5px;
}

.homepage .news-list ul {
    list-style: none;
    padding: 0;
}

.homepage .news-list li {
    margin-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
    padding: 10px;
}

.homepage .news-list a {
    text-decoration: none;
    color: #7a7a7a;
}

.news-list a:hover {
    color: #007BFF;
}

.news-featured {
    flex: 2;
}

.news-featured img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.news-featured h3 {
    font-size: 20px;
    margin-top: 10px;
}

.news-featured p {
    font-size: 14px;
    color: #555;
}

//
#custom-tabs .e-n-tabs-heading {
    background-color: #ff6868;
    padding: 13px 10px;
}
.hslider .carousel-indicators.hero-indicators-right {
    display: none;
}
.tour-booking a.btn {
    margin-top: 20px !important;
    width: 100%;
}
.custom-slider.tour-price {
    font-weight: 400;
    background-color: #eeb461;
    padding: 9px 10px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

        /* Pagination Styles */
        .pagination {
            margin: 2rem 0;
        }
        
        .pagination .page-numbers {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .pagination .page-numbers li {
            margin: 0 4px;
        }
        
        .pagination .page-numbers .page-link {
            color: #333;
            background-color: #fff;
            border: 1px solid #dee2e6;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .pagination .page-numbers .page-link:hover {
            background-color: #f8f9fa;
            border-color: #dee2e6;
            color: #0056b3;
        }
        
        .pagination .page-numbers .current .page-link {
            background-color: #007bff;
            border-color: #007bff;
            color: white;
            font-weight: 500;
        }
        
        .pagination .page-numbers .prev .page-link,
        .pagination .page-numbers .next .page-link {
            font-weight: 600;
        }
        
        .pagination .page-numbers .dots .page-link {
            border: none;
            pointer-events: none;
            padding: 0.5rem 0.75rem;
        }

.contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contact-form textarea.wpcf7-form-control.wpcf7-textarea
 {
       padding: 0.6rem .75rem;
    width: 100%;
    box-shadow: 0 0.55rem 1rem rgba(0, 0, 0, 0.175);
    border: 1px solid gainsboro;
    border-radius: 7px;
}

/* Hotel Icons 2 Font */
@font-face {
    font-family: 'Hotel Icons 2';
    src: url('assets/css/fonts/hotel-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Blog Single Post Styles */
.treking-section p{display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;}

#trekking .entry-summary {
  margin-bottom: 0px!important;
    
}
#treking p{margin-bottom: 0rem;}
.blog-single .entry-header {
    margin-bottom: 2rem;
}
.tour-packages .tour-img img
 {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.tour-packages i.hicon.hicon-plus-thin.image-hover-icon {
    display: none;
}

.blog-single .entry-meta {
    font-size: 0.9rem;
}

.blog-single .entry-meta i {
    width: 16px;
    text-align: center;
}

.blog-single .post-thumbnail {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.blog-single .entry-content {
    line-height: 1.8;
    font-size: 1.1rem;
}

.blog-single .entry-content p {
    margin-bottom: 1.5rem;
}

.blog-single .entry-content h2,
.blog-single .entry-content h3,
.blog-single .entry-content h4 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.blog-single .entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

/* Author Box */
.author-box {
    background-color: #f8f9fa;
    border: 1px solid #eee;
}

/* Post Navigation */
.post-navigation a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    background-color: #e9ecef;
    color: #0d6efd;
}

/* Comments */
.comments-area {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-single .entry-content {
        font-size: 1rem;
    }
    
    .post-navigation {
        flex-direction: column;
        gap: 1rem;
    }
    
    .post-navigation .nav-next {
        text-align: left;
    }
}
/* Icons Base */
.hicon {
    font-family: 'Hotel Icons 2' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Specific Icons */
.hicon-telephone:before { content: "\e900"; }
.hicon-email-envelope:before { content: "\e901"; }
.hicon-hamburger-menu:before { content: "\e902"; }
.hicon-shopping-markets:before { content: "\e903"; }
.hicon-menu-favorite:before { content: "\e904"; }
.hicon-mmb-account:before { content: "\e905"; }
.hicon-aps-lock:before { content: "\e906"; }
.hicon-logout:before { content: "\e907"; }
.hicon-edit:before { content: "\e908"; }
.hicon-flights-one-ways:before { content: "\e909"; }

/* Header Top Bar */
.header-topbar {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 8px 0;
    font-size: 14px;
}

.header-topbar a {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.header-topbar a:hover {
    color: #f8c01d;
}

.header-topbar .vr {
    opacity: 0.3;
    height: 20px;
}

/* Social Icons */
.social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.social-item {
    margin: 0;
    padding: 0;
}

.social-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
}

.social-item a:hover {
    background-color: #f8c01d;
    color: #1a1a1a;
    transform: translateY(-2px);
}

/* Icons */
.hicon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* Book Now Button - Always Visible */
.btn-book-now {
    background-color: #f8c01d !important;
    color: #1a1a1a !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
}

/* Button container for desktop */
.ms-auto.me-3.d-none.d-xl-block {
    margin-left: auto !important;
    margin-right: 1rem !important;
}

/* Button container for mobile */
.d-xl-none.ms-3 {
    margin-left: 1rem !important;
}

/* Hover effect */
.btn-book-now:hover {
    background-color: #e6b000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Ensure proper alignment in the navbar */
.navbar {
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 1399.98px) {
    .btn-book-now {
        padding: 8px 20px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 1199.98px) {
    .btn-book-now {
        padding: 7px 18px !important;
        font-size: 12px !important;
    }
}

/* Make sure the button is visible on mobile */
@media (max-width: 991.98px) {
    .d-xl-none .btn-book-now {
        padding: 8px 15px !important;
        font-size: 13px !important;
    }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .header-topbar .d-md-inline {
        display: none !important;
    }
    
    .header-topbar .vr {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .header-topbar .d-md-inline {
        display: none !important;
    }
    
    .header-topbar .vr {
        display: none !important;
    }
}

/* Duration Custom Styles */
.durations-custom {
    display: inline-flex;
    position:absolute;
    align-items: center;
    gap: 5px;
    background-color: #0071dc;
    border: 1px solid #e9ecef;
   top:-18px;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 8px;
}

.durations-custom i {
    color: #6c757d;
    font-size: 14px;
}

/* For the tour duration in the grid */
.tour-duration .durations-custom {
    margin-bottom: 0;
}

/* For the tour duration in the single view */
.tour-content .durations-custom {
    display: inline-block;
    margin-bottom: 10px;
}

/* Hover effect */
.durations-custom:hover {
    background-color: #e9ecef;
    transition: background-color 0.2s ease;
}

/* Price Range Slider */
.price-range-slider {
    padding: 0 10px;
    margin: 20px 0 30px;
}

.ui-slider {
    position: relative;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    height: 100%;
    background: #0d6efd;
    border-radius: 3px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #0d6efd;
    border-radius: 50%;
    top: -8px;
    cursor: pointer;
    outline: none;
    z-index: 2;
    transform: translateX(-50%);
}

.price-range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 0.9em;
    color: #6c757d;
}

/* Make sure slider handles are visible */
.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
}

/* Loading state */
#tours-container.loading {
    position: relative;
    min-height: 300px;
}

#tours-container.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0d6efd;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
