.treks-filter-container { position: relative; margin-bottom: 16px; }
.open-filters-btn { display:none; padding:10px 14px; border:1px solid #e5e7eb; background:#fff; border-radius:4px; }
.treks-filters-overlay { position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:99990; opacity:0; visibility:hidden; transition:all .2s ease; }
.treks-filters-panel { position:fixed; top:0; right:-340px; width:320px; height:100vh; background:#fff; z-index:99991; box-shadow:-2px 0 12px rgba(0,0,0,.1); transition:right .25s ease; display:flex; flex-direction:column; }
.treks-filters-panel .filters-header{ display:flex; align-items:center; justify-content:space-between; padding:12px 14px; border-bottom:1px solid #e5e7eb; }
.treks-filters-panel .close-filters-btn{ background:none; border:none; font-size:22px; cursor:pointer; }
.treks-filters-panel .treks-filters{ padding:12px; }
.treks-filters-panel .filters-actions { padding:12px; border-top:1px solid #e5e7eb; }
.apply-filters-btn { padding:10px 14px; background:#0249aa; color:#fff; border:none; border-radius:4px; width:100%; }

@media (max-width: 1024px){
  .open-filters-btn{ display:inline-block; }
  /* Hide only the inline grid version, keep panel content visible */
  .treks-filter-container > .treks-filters{ display:none !important; }
  .treks-filters-panel .treks-filters{ display:grid !important; grid-template-columns:1fr; }
  /* Hide keyword search on mobile/tablet */
  .treks-filters-panel .filter-search{ display:none !important; }
}
/* Ensure container remains visible on small phones; only keyword is hidden */
@media (max-width: 640px){
  .treks-filter-container{ display:none !important; }
}
/* Hard hide any inline filter controls on small screens */
@media (max-width: 768px){
  .treks-filters,
  #filter-keyword,
  #filter-destination,
  #filter-difficulty,
  #filter-price-min,
  #filter-price-max,
  #sort-by { display:none !important; }
}
.filters-open .treks-filters-overlay{ opacity:1; visibility:visible; }
.filters-open .treks-filters-panel{ right:0; }
.treks-filters { display:grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap:12px; margin-bottom:16px; }
.treks-filters .filter-search { padding:10px; border:1px solid #e5e7eb; border-radius:4px; grid-column: span 2; min-width: 260px; }
.treks-filters .filter-select, .treks-filters .filter-number { padding:10px; border:1px solid #e5e7eb; border-radius:4px; }
@media (max-width: 1024px) {
  .treks-filters { grid-template-columns: repeat(3, 1fr); }
  .treks-filters .filter-search { grid-column: span 3; min-width: 0; }
}
@media (max-width: 640px) {
  .treks-filters { grid-template-columns: 1fr; }
  .treks-filters > * { width: 100%; }
}
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/**
 * Simple & Elegant Blog Styles for Altitude Thrill Adventure Travel
 */

/* Remove fixed header - no longer sticky */
body {
    padding-top: 0 !important; /* Remove fixed header padding */
}

/* Force remove sticky header behavior */
.responsive-header,
.site-header,
#masthead,
header[class*="header"],
.header-wrapper,
.main-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 1000 !important;
}

/* Remove any sticky positioning from parent theme */
.travel-monster-header,
.travel-monster-mobile-header,
.wte-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
}

/* WordPress Font Size Preset Override */
:root {
    --wp--preset--font-size--large: 26px;
}

@media (min-width: 768px) {
    :root {
        --wp--preset--font-size--large: 36px;
    }
}

/* Elementor Page Heading Font Sizes */
.elementor-page .site-content h2,
.elementor-page h2 {
    font-size: 26px !important;
    line-height: 1.2em;
    letter-spacing: 0;
}

.elementor-page .site-content h3,
.elementor-page h3 {
    font-size: 26px !important;
    line-height: 1.3;
}

.elementor-page .site-content h4,
.elementor-page h4 {
    font-size: 24px !important;
    line-height: 1.4;
}

.elementor-page .site-content h5,
.elementor-page h5 {
    font-size: 22px !important;
    line-height: 1.4;
}

/* WP Travel Engine - Trip Fixed Starting Dates Modern Design */
.wte-fixed-departure-dates-tab-content {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1) !important;
    overflow: hidden;
    margin: 25px 0;
    border: 1px solid #e9ecef;
}

.wte-fsd-list-container {
    padding: 0;
}

.wte-fsd-frontend-holder-dd {
    background: transparent;
}

/* Modern Table Design */
.dd-list.outer {
    border: none;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1);
}

.dd-list.outer table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

/* Table Header */
.dd-list.outer thead {
    background: #0249aa !important;
}

.dd-list.outer th {
    color: black;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 18px 16px;
    text-align: left;
    border: none;
    position: relative;
}

.dd-list.outer th:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, 0.15);
}

/* Table Body */
.dd-list.outer tbody tr {
    border-bottom: 1px solid #f5f5f5;
}

.dd-list.outer tbody tr:last-child {
    border-bottom: none;
}

.dd-list.outer tbody tr:nth-child(even) {
    background: #fafbfc;
}

.dd-list.outer td {
    padding: 16px;
    font-size: 14px;
    color: #333;
    border: none;
    vertical-align: middle;
    line-height: 1.4;
}

/* Trip Dates Column */
.dd-list.outer td:nth-child(1) {
    font-weight: 600;
    color: #0249aa;
    min-width: 220px;
}

.dd-list.outer td:nth-child(1) i {
    margin-right: 8px;
    color: #666;
}

/* Availability Column */
.dd-list.outer td:nth-child(2) {
    text-align: center;
}

.dd-list.outer td:nth-child(2) span {
    background: #d4edda;
    color: #155724;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #c3e6cb;
}

/* Price Column */
.dd-list.outer td:nth-child(3) {
    font-weight: 700;
    color: #0249aa;
    font-size: 15px;
    text-align: center;
}

.dd-list.outer td:nth-child(3) i {
    margin-right: 6px;
    color: #666;
}

/* Space Left Column */
.dd-list.outer td:nth-child(4) {
    text-align: center;
    color: #666;
}

.dd-list.outer td:nth-child(4) span {
    background: #fff3cd;
    color: #856404;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #ffeaa7;
}

.dd-list.outer td:nth-child(4) i {
    margin-right: 6px;
    color: #666;
}

/* Book Now Button */
.dd-list.outer .wte-booking-btn {
    background: #0249aa;
    color: #ffffff !important;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-width: 110px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(2, 73, 170, 0.2);
}

.dd-list.outer .wte-booking-btn:hover {
    background: #033a5c;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(2, 73, 170, 0.3);
}

.dd-list.outer .wte-booking-btn:active {
    background: #033a5c;
    color: #ffffff !important;
    text-decoration: none;
}

/* Alternative Book Button Style */
.dd-list table tbody td .book-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 12px;
    text-align: center;
    color: wheat;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    transition: linear .2s;
    text-decoration: none;
}

/* Price Info Section */
.wte-fsd-price-info {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.wte-fsd-price-info .wte-fsd-price {
    font-size: 22px;
    font-weight: 700;
    color: #0249aa;
    margin-bottom: 8px;
}

.wte-fsd-price-info .wte-fsd-price-label {
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Checkboxes */
.wte-fsd-price-info .wte-fsd-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 6px 0;
    font-size: 12px;
    color: #555;
}

.wte-fsd-price-info .wte-fsd-checkbox input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #0249aa;
}

/* Main Book Now Button in Price Info */
.wte-fsd-price-info .wte-booking-btn {
    background: #0249aa;
    color: #ffffff !important;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 3px 6px rgba(2, 73, 170, 0.2);
}

.wte-fsd-price-info .wte-booking-btn:hover {
    background: #033a5c;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(2, 73, 170, 0.3);
}

.wte-fsd-price-info .wte-booking-btn:active {
    background: #033a5c;
    color: #ffffff !important;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dd-list.outer table {
        font-size: 12px;
    }
    
    .dd-list.outer th,
    .dd-list.outer td {
        padding: 12px 10px;
    }
    
    .dd-list.outer td:nth-child(1) {
        min-width: 160px;
    }
    
    .dd-list.outer .wte-booking-btn {
        padding: 8px 16px;
        font-size: 11px;
        min-width: 90px;
    }
    
    .wte-fsd-price-info .wte-fsd-price {
        font-size: 20px;
    }
    
    .wte-fsd-price-info .wte-booking-btn {
        padding: 10px 24px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .dd-list.outer {
        overflow-x: auto;
    }
    
    .dd-list.outer table {
        min-width: 580px;
    }
    
    .wte-fsd-price-info {
        padding: 15px;
    }
}

/* WP Travel Engine Map Section - Hide when no image/iframe available */
.trip-map-wrapper {
    position: relative;
}

.trip-map.image img[src=""],
.trip-map.image img:not([src]),
.trip-map.image img[src*="img-fallback.png"] {
    display: none;
}

.trip-map.image:empty,
.trip-map.image:has(img[src=""]),
.trip-map.image:has(img:not([src])),
.trip-map.image:has(img[src*="img-fallback.png"]) {
    display: none;
}

/* Hide entire map section when no content */
.trip-map-wrapper:has(.trip-map.image:empty),
.trip-map-wrapper:has(.trip-map.image:has(img[src=""])),
.trip-map-wrapper:has(.trip-map.image:has(img:not([src]))),
.trip-map-wrapper:has(.trip-map.image:has(img[src*="img-fallback.png"])) {
    display: none;
}

/* Alternative: Show placeholder when no map */
.trip-map.image:empty::before,
.trip-map.image:has(img[src=""])::before,
.trip-map.image:has(img:not([src]))::before,
.trip-map.image:has(img[src*="img-fallback.png"])::before {
    content: "Map not available";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    color: #6c757d;
    font-style: italic;
    border-radius: 4px;
}

/* Footer Alignment and Hover Effects Fix */
.custom-footer .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

.custom-footer .footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.custom-footer .footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
}

.custom-footer .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
}

.custom-footer .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

.custom-footer .footer-menu li {
    margin-bottom: 12px;
}

.custom-footer .footer-menu a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 2px 0;
}

/* Simple hover effect - just color change */
.custom-footer .footer-menu a:hover {
    color: #fff;
}

/* Remove complex hover effects */
.custom-footer .footer-menu a::before {
    display: none;
}

.custom-footer .footer-menu a:hover {
    padding-left: 0;
}

/* Contact details alignment */
.custom-footer .contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.custom-footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.custom-footer .contact-item i {
    width: 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.custom-footer .contact-item span {
    line-height: 1.4;
    flex: 1;
}

/* Responsive footer alignment */
@media (max-width: 1024px) {
    .custom-footer .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .custom-footer .footer-about {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .custom-footer .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: left;
    }

    .custom-footer .footer-title::after {
        left: 0;
        transform: none;
    }

    .custom-footer .footer-menu {
        text-align: left;
    }

    .custom-footer .contact-details {
        align-items: flex-start;
    }

    .custom-footer .contact-item {
        justify-content: flex-start;
        text-align: left;
    }
}

/* Fix for Mega Menu Width */
.primary-navigation ul .mega-dropdown,
.secondary-navigation ul .mega-dropdown {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute !important;
    box-sizing: border-box !important;
}

.primary-navigation ul .mega-dropdown .menu-single-wrap,
.secondary-navigation ul .mega-dropdown .menu-single-wrap {
    width: auto !important;
    max-width: none !important;
    flex: 1 !important;
    min-width: 250px !important;
}

/* Ensure mega menu takes full width */
.primary-navigation ul > li:hover > ul.mega-dropdown,
.primary-navigation ul > li:focus > ul.mega-dropdown,
.primary-navigation ul > li.focus > ul.mega-dropdown,
.secondary-navigation ul > li:hover > ul.mega-dropdown,
.secondary-navigation ul > li:focus > ul.mega-dropdown,
.secondary-navigation ul > li.focus > ul.mega-dropdown {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}



/* Specific heading sizes and colors */
h1, .h1 {
    font-size: 48px;
    color: #333;
}

h2, .h2 {
    font-size: 26px;
    line-height: 1.2em;
    color: #333;
}

h3, .h3 {
    font-size: 28px;
    color: #333;
}

h4, .h4 {
    font-size: 24px;
    color: #333;
}

h5, .h5 {
    font-size: 20px;
    color: #333;
}

h6, .h6 {
    font-size: 18px;
    color: #333;
}



/* Blog Container Layout - Full Width */
.travel-monster-container-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
}

/* Site Main Container - Full Width */
.site-main {
    max-width: none;
    width: 100%;
    padding: 0;
}

/* Page Content Container - Full Width */
.page-content,
.content-area {
    max-width: none;
    width: 100%;
}

/* Override any theme constraints */
.container,
.container-full {
    max-width: 1380px !important;
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
}

/* Ensure all pages use full width */
body .site-main,
body .content-area,
body .page-content {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Trip Search Results and Archive Pages */
.archive .travel-monster-container-wrap,
.search .travel-monster-container-wrap,
.tax-wte_trip_types .travel-monster-container-wrap,
.tax-wte_trip_tags .travel-monster-container-wrap {
    max-width: 1380px !important;
    width: 100% !important;
    grid-template-columns: 1fr 300px !important;
    gap: 50px !important;
}

/* Single Trip Pages */
.single-wte_trip .travel-monster-container-wrap {
    max-width: 1380px !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .travel-monster-container-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .container,
    .container-full {
        padding: 0 15px !important;
    }
}

@media (max-width: 768px) {
    .travel-monster-container-wrap {
        gap: 30px;
    }
    
    .container,
    .container-full {
        padding: 0 10px !important;
    }
}

/* Blog Post Styles - Simple & Clean */
.blog-post {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
}

.blog-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.blog-post-image {
    margin-bottom: 20px;
}

.blog-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.blog-post-content {
    /* No padding needed - clean layout */
}

.blog-post-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #333;
}

.blog-post-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-post-title a:hover {
    color: var(--primary-color);
}

/* Blog Post Meta - Simple & Clean */
.blog-post-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.blog-post-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-post-meta i {
    color: #999;
    font-size: 0.8rem;
}

.blog-post-meta a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-post-meta a:hover {
    color: var(--primary-color);
}

.blog-post-excerpt {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1rem;
}

/* Read More Link - Simple */
.read-more-btn {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.read-more-btn:hover {
    color: var(--secondary-color);
}

.read-more-btn i {
    margin-left: 5px;
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.read-more-btn:hover i {
    transform: translateX(3px);
}

/* Blog Sidebar - Clean & Simple */
.blog-sidebar {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 25px;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary-color);
}

/* Categories Widget */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.categories-list li:last-child {
    border-bottom: none;
}

.categories-list a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
    line-height: 1.4;
    font-size: 0.9rem;
}

.categories-list a:hover {
    color: var(--primary-color);
}

/* Blog Pagination - Simple */
.blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.blog-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 3px;
    background: white;
    color: #555;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px!important;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Treks numeric pagination */
#treks-pagination { margin-top: 16px; display:flex; gap:8px; flex-wrap:wrap; justify-content:center; }
.treks-filters { display:grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap:12px; }
@media (max-width: 1024px) {
  .treks-filters { grid-template-columns: repeat(3, 1fr); }
  .treks-filters input[type="text"] { grid-column: span 3 !important; }
}
@media (max-width: 640px) {
  .treks-filters { grid-template-columns: 1fr; }
  .treks-filters > * { width: 100%; }
}
.treks-page-btn {
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px!important;
    background: #fff;
    color: #111827;
    min-width: 38px;
    text-align: center;
    cursor: pointer;
}
.treks-page-btn:hover { 
    border-color: #0249aa; 
    border-radius: 4px!important;
    color: #0249aa; 
    background: #e8f0ff; /* shaded variant of active color */
}
.treks-page-btn.active { 
    background:#0249aa; 
    color:#fff; 
    border-color:#0249aa; 
    border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-sidebar {
        position: static;
        margin-top: 30px;
    }
    
    .travel-monster-container-wrap {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .blog-post-title {
        font-size: 1.5rem;
    }
    
    .blog-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .blog-sidebar {
        padding: 20px;
    }
    
    .widget-title {
        font-size: 1.1rem;
    }
    
    .blog-pagination .page-numbers {
        padding: 8px 12px;
        margin: 0 2px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .blog-post-title {
        font-size: 1.3rem;
    }
    
    .blog-sidebar {
        padding: 15px;
    }
    
    .travel-monster-container-wrap {
        padding: 0 10px;
    }
}

/* Remove animations for cleaner look */
.blog-post {
    animation: none;
}

.blog-thumbnail {
    background: none;
    animation: none;
}

/* Focus states for accessibility */
.blog-post-title a:focus,
.read-more-btn:focus,
.categories-list a:focus,
.blog-pagination .page-numbers:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .blog-sidebar,
    .read-more-btn,
    .blog-pagination {
        display: none;
    }
    
    .travel-monster-container-wrap {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .blog-post {
        break-inside: avoid;
        border-bottom: 1px solid #ccc;
    }
}

/* Single Blog Post Styles - Boxed Layout */
.single-blog-post {
    margin-bottom: 60px;
}

.single-blog-boxed-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 12px 16px; /* further reduced top spacing */
}

.single-blog-content-wrapper {
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

.single-blog-boxed-layout {
    display: block;
    width: 100%;
}

.single-blog-main {
    padding: 16px; /* reduce inner padding */
    width: 100%;
}

.single-blog-featured-image {
    margin: -16px -16px 16px -16px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.single-blog-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.single-blog-header {
    margin-bottom: 40px;
}

.single-blog-title {
    font-family: "Anton", sans-serif!important;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    z-index: auto;
}

.single-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.single-blog-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-blog-meta i {
    color: #999;
    font-size: 0.8rem;
}

.single-blog-meta a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-blog-meta a:hover {
    color: var(--primary-color);
}

.single-blog-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 40px;
}

/* --- New Two-Column Layout --- */
.single-layout { display:grid; grid-template-columns: minmax(0,1fr) 320px; gap: 32px; }
.single-primary { min-width: 0; }
.single-aside { position: relative; }
.single-aside .toc-card { position: sticky; top: 100px; }

/* Ensure sticky works by letting parent scroll and not be clipped */
.single-blog-content-wrapper { overflow: visible; }

/* TOC Card */
.toc-card { background:#ffffff; border:1px solid #e5e7eb; border-radius:4px; padding:16px; box-shadow:0 6px 8.73px .27px rgba(2, 73, 170, .1); }
.toc-title { font-size:1rem; font-weight:700; color:#0f172a; margin-bottom:12px; display:flex; align-items:center; gap:8px; border-bottom:1px dashed #e5e7eb; padding-bottom:10px; }
.toc-content { font-size:.95rem; line-height:1.55; }
.toc-list { list-style:none; padding:0; margin:0; }
.toc-item { margin:8px 0; }
.toc-link { color:#374151; text-decoration:none; display:block; padding:6px 10px; border-radius:6px; transition:background .15s ease, color .15s ease; }
.toc-link:hover { background:#f3f4f6; color:#0249aa; }
.toc-link.active { background:#e8f0ff; color:#0249aa; }

/* Aside CTA */
.aside-cta { margin-top:20px; border-radius:4px; background: linear-gradient(145deg, #0249aa 0%, #0b76f0 100%); color:#fff; box-shadow:0 6px 8.73px .27px rgba(2, 73, 170, .1); overflow:hidden; }
.aside-cta-body { padding:20px; }
.aside-cta-title { font-size:1.25rem; font-weight:800; margin-bottom:6px; }
.aside-cta-text { color:#e5efff; margin-bottom:14px; }
.aside-cta .btn-primary { display:inline-block; background:#ffffff; color:#0249aa; font-weight:800; padding:10px 14px; border-radius:4px; text-decoration:none; }
.aside-cta .btn-primary:hover { filter:brightness(.95); }

/* Breadcrumbs */
.single-breadcrumbs {
    font-size: .95rem;
    color: #6b7280;
    margin-bottom: 8px; /* tighter */
}
.single-breadcrumbs a { color: #374151; text-decoration: none; }
.single-breadcrumbs a:hover { color: #0249aa; }
.single-breadcrumbs .sep { margin: 0 8px; color: #9ca3af; }
.single-breadcrumbs .current { color: #111827; font-weight: 600; }

/* Read time */
.post-read-time { display: inline-flex; align-items: center; gap: 8px; }

/* Share */
.single-share { margin: 30px 0 10px; padding: 16px; background:#ffffff; border:1px solid #e5e7eb; border-radius: 4px; box-shadow:0 6px 8.73px .27px rgba(2, 73, 170, .1); }
.single-share-title { font-weight: 600; color:#111827; margin-bottom: 10px; }
.single-share-list { list-style:none; display:flex; gap:12px; padding:0; margin:0; }
.single-share-list a { width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:white; border:1px solid #e5e7eb; color:#111827; text-decoration:none; transition:all .2s ease; }
.single-share-list a:hover { transform: translateY(-2px); box-shadow:0 6px 8.73px .27px rgba(2, 73, 170, .1); border-color:#cbd5e1; color:#0249aa; }
.share-facebook { color:#1877f2; }
.share-x { color:#111; }
.share-linkedin { color:#0a66c2; }
.share-pinterest { color:#e60023; }
.share-whatsapp { color:#25d366; }

/* Travel CTA */
.travel-cta { display:grid; grid-template-columns: 1.2fr 1fr; gap:24px; padding:24px; background:#ffffff; border:1px solid #e5e7eb; border-radius:4px; margin:32px 0; align-items:center; box-shadow:0 6px 8.73px .27px rgba(2, 73, 170, .1); }
.travel-cta-media img { width:100%; height:auto; display:block; border-radius:10px; }
.travel-cta-title { font-family: "Anton", sans-serif!important; font-weight:400; font-size:1.8rem; margin:0 0 6px; color:#0f172a; }
.travel-cta-text { margin:0 0 16px; color:#334155; }
.travel-cta-actions { display:flex; gap:12px; }
.travel-cta .btn-primary { background:#0249aa; color:#fff; padding:12px 18px; border-radius:4px; text-decoration:none; font-weight:600; }
.travel-cta .btn-primary:hover { background:#003d8a; }
.travel-cta .btn-secondary { background:#e2e8f0; color:#0f172a; padding:12px 18px; border-radius:4px; text-decoration:none; font-weight:600; }
.travel-cta .btn-secondary:hover { background:#cbd5e1; }

/* Related posts */
.related-posts { margin-top: 50px; }
.related-title { font-size:1.6rem; font-weight:700; margin:0 0 18px; color:#111827; }
.related-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:20px; }
.related-card { background:#fff; border:1px solid #e5e7eb; border-radius:4px; overflow:hidden; transition: box-shadow .2s ease, transform .2s ease; }
.related-card:hover { box-shadow:0 6px 8.73px .27px rgba(2, 73, 170, .1); transform: translateY(-3px); }
.related-thumb img, .related-thumb .thumb-placeholder { width:100%; height:200px; object-fit:cover; display:block; background:#f3f4f6; border-radius:4px 4px 0 0; }
.related-name { font-size:1.05rem; margin:12px 14px 6px; line-height:1.35; }
.related-name a { color:#0f172a; text-decoration:none; }
.related-name a:hover { color:#0249aa; }
.related-meta { color:#6b7280; font-size:.9rem; margin:0 14px 14px; }

/* Inline Table of Contents */
.single-blog-toc-inline {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 16px;
    border: 1px solid #e9ecef;
    margin-bottom: 24px;
}

.toc-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.toc-title i {
    color: var(--primary-color);
}

.toc-content {
    font-size: 0.9rem;
}

.toc-empty {
    color: #666;
    font-style: italic;
    margin: 0;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-item {
    margin-bottom: 8px;
}

.toc-item.toc-h3 {
    margin-left: 20px;
}

.toc-item.toc-h4 {
    margin-left: 40px;
}

.toc-link {
    color: #555;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
    line-height: 1.4;
}

.toc-link:hover {
    background: #e9ecef;
    color: var(--primary-color);
}

.toc-link.active {
    background: var(--primary-color);
    color: white;
    font-weight: 500;
}

.single-blog-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.single-blog-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 30px 0 15px 0;
}

.single-blog-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin: 25px 0 12px 0;
}

.single-blog-content p {
    margin-bottom: 20px;
}

.single-blog-content ul,
.single-blog-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.single-blog-content li {
    margin-bottom: 8px;
}

.single-blog-content blockquote {
    border-left: 4px solid var(--primary-color);
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 0 8px 8px 0;
}

.single-blog-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
}

.post-tags {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.post-tags i {
    color: #999;
}

.post-tags a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-tags a:hover {
    color: var(--primary-color);
}

/* Post Navigation Styles */
.post-navigation {
    margin-bottom: 40px;
}

.nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.nav-previous,
.nav-next {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.nav-previous:hover,
.nav-next:hover {
    background: #e9ecef;
    border-color: var(--primary-color);
}

.nav-previous a,
.nav-next a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.4;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: var(--primary-color);
}

.nav-previous i,
.nav-next i {
    color: var(--primary-color);
    margin: 0 8px;
}

/* Responsive Design for Boxed Layout */
@media (max-width: 768px) {
    .single-blog-boxed-container {
        padding: 20px 15px;
    }
    
    .single-blog-main {
        padding: 30px 20px;
    }
    
    .single-blog-featured-image {
        margin: -30px -20px 20px -20px;
    }
    
    .single-blog-title {
        font-size: 2rem;
    }
    
    .single-blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .single-blog-content {
        font-size: 1rem;
    }
    .single-layout { grid-template-columns: 1fr; }
    .single-aside { order: -1; }
    .single-aside .toc-card { position: sticky; top: 10px; z-index: 2; }
    .travel-cta { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    
    .nav-links {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .nav-previous,
    .nav-next {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .single-blog-boxed-container {
        padding: 15px 10px;
    }
    
    .single-blog-main {
        padding: 20px 15px;
    }
    
    .single-blog-featured-image {
        margin: -20px -15px 15px -15px;
    }
    
    .single-blog-title {
        font-size: 1.8rem;
    }
    
    .single-blog-content {
        font-size: 0.95rem;
    }
    .single-aside .toc-card { position: static; }
    .related-grid { grid-template-columns: 1fr; }
}

/* Boxed Layout - No Sidebar */

/* Page background for boxed layout */
.single-blog-post .site-main {
    background: #f8f9fa;
    min-height: auto; /* remove forced height to avoid big gap */
    padding: 8px 0; /* tighter top/bottom spacing */
}

/* Ensure single blog posts override any conflicting styles */
.single-blog-post .travel-monster-container-wrap {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: none;
    padding: 0;
}

/* Reduce outer wrapper spacing on single posts */
.single-blog-post .main-content-wrapper {
    margin: 10px 0 !important; /* top and bottom 10px, override theme defaults */
}
.single-blog-post .main-content-wrapper::before,
.single-blog-post .main-content-wrapper::after {
    margin: 0 !important;
}

/* Custom single blog container */
.single-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
}

/* Hide any sidebar widgets that might appear */
.single-blog-post ~ aside,
.single-blog-post ~ .sidebar,
.single-blog-post ~ .widget-area {
    display: none !important;
}

/* Hide comments outside our template */
.single-blog-post ~ .comments-area,
.single-blog-post ~ .comment-respond,
.single-blog-post ~ .comment-list {
    display: none !important;
}

/* Ensure our comments section is the only one visible */
.single-blog-comments {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e9ecef;
    display: block !important;
}

/* Comments Section Styles */
.single-blog-comments .comments-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.single-blog-comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-blog-comments .comment {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.single-blog-comments .comment-author {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.single-blog-comments .comment-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.single-blog-comments .comment-content {
    line-height: 1.6;
    color: #444;
}

.single-blog-comments .reply {
    margin-top: 15px;
}

.single-blog-comments .reply a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.single-blog-comments .reply a:hover {
    text-decoration: underline;
}

/* Comment Form Styles */
.single-blog-comments .comment-respond {
    margin-top: 40px;
    padding: 30px!important;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e9ecef;
}

.single-blog-comments .comment-reply-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.single-blog-comments .comment-form {
    display: grid;
    gap: 20px;
}

.single-blog-comments .comment-form-author,
.single-blog-comments .comment-form-email,
.single-blog-comments .comment-form-url {
    display: grid;
    gap: 5px;
}

.single-blog-comments .comment-form-author label,
.single-blog-comments .comment-form-email label,
.single-blog-comments .comment-form-url label,
.single-blog-comments .comment-form-comment label {
    font-weight: 500;
    color: #333;
}

.single-blog-comments .comment-form-author input,
.single-blog-comments .comment-form-email input,
.single-blog-comments .comment-form-url input,
.single-blog-comments .comment-form-comment textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    transition: border-color 0.2s ease;
    background: white;
}

.single-blog-comments .comment-form-author input:focus,
.single-blog-comments .comment-form-email input:focus,
.single-blog-comments .comment-form-url input:focus,
.single-blog-comments .comment-form-comment textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.single-blog-comments .comment-form-comment textarea {
    min-height: 120px;
    resize: vertical;
}

.single-blog-comments .form-submit {
    margin-top: 10px;
}

.single-blog-comments .submit {
    background: var(--primary-color);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.single-blog-comments .submit:hover {
    background: #003d8a;
}

/* Responsive comments */
@media (max-width: 768px) {
    .single-blog-comments .comment-form {
        grid-template-columns: 1fr;
    }
    
    .single-blog-comments .comment-respond {
        padding: 20px;
    }
    
    .single-blog-comments .comment {
        padding: 15px;
    }
}

/* Blog Grid Layout - Updated Design */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    background: transparent;
    padding: 0;
}

.blog-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog-post-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-post-image img {
    transform: scale(1.05);
}

/* Date Tag - Bottom Right */
.blog-post-date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    z-index: 2;
    backdrop-filter: blur(5px);
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 50px;
}

.blog-post-date .date-month {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    line-height: 1;
}

.blog-post-date .date-day {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-top: 2px;
}

.blog-post-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Meta Information - Above Title */
.blog-post-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.blog-post-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-post-meta-item i {
    color: #999;
    font-size: 12px;
}

.blog-post-categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-post-categories a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-post-categories a:hover {
    color: #0249aa;
}

.blog-post-author {
    color: #666;
}

.blog-post-author::before {
    content: "By ";
    font-weight: 500;
}

.blog-post-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.blog-post-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.blog-post-readmore {
    margin-top: auto;
    text-align: right;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0249aa;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.read-more-btn:hover {
    color: #013a8a;
    transform: translateX(5px);
}

.read-more-btn::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-left: 5px;
}

.read-more-btn:hover::after {
    transform: translateX(3px);
}

/* Ensure arrow shows up for blog cards */
.blog-card .read-more-btn::after {
    content: "→" !important;
    display: inline-block !important;
    margin-left: 5px !important;
    font-size: 16px !important;
}

/* Blog Page Layout */
.site-main {
    max-width: 1380px;
    margin: 0 auto;
    padding: 40px 20px;    
}

.blog-grid {
    background: transparent;
    padding: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .blog-post-content {
        padding: 20px;
    }
    
    .blog-post-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blog-post-image {
        height: 200px;
    }
    
    .blog-post-content {
        padding: 18px;
    }
    
    .blog-post-title {
        font-size: 16px;
    }
    
    .blog-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Checkout Page Layout Fix */
.wpte-checkout {
    max-width: none !important;
    width: 100% !important;
}

.wpte-checkout__container {
    max-width: 1380px !important;
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
}

.wpte-checkout__page-layout {
    display: grid !important;
    grid-template-columns: 1fr 400px !important;
    gap: 40px !important;
    align-items: start !important;
}

.wpte-checkout__sidebar {
    position: sticky !important;
    top: 30px !important;
}

.wpte-checkout__content {
    width: 100% !important;
    max-width: none !important;
}

/* Override theme container constraints for checkout */
.wpte-checkout .travel-monster-container-wrap,
.wpte-checkout ~ .travel-monster-container-wrap {
    max-width: none !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding: 0 !important;
}

/* Ensure checkout page uses full width */
body.page-template-template-checkout .site-main,
body.single-wte_trip .site-main {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Responsive checkout layout */
@media (max-width: 1024px) {
    .wpte-checkout__page-layout {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .wpte-checkout__sidebar {
        position: static !important;
        order: -1 !important;
    }
}

@media (max-width: 768px) {
    .wpte-checkout__container {
        padding: 0 15px !important;
    }
    
    .wpte-checkout__page-layout {
        gap: 20px !important;
    }
}

/* Full Width Page Template Override */
body.page-template-default .travel-monster-container-wrap,
body.page-template-full-width .travel-monster-container-wrap,
body.page-template-full-width-centered .travel-monster-container-wrap,
body.page .travel-monster-container-wrap {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

/* Full Width Pages - No Sidebar */
body.page .travel-monster-container-wrap {
    max-width: 1380px !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

/* Specific Page Templates */
.page-template-default .travel-monster-container-wrap,
.page-template-full-width .travel-monster-container-wrap,
.page-template-full-width-centered .travel-monster-container-wrap {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

/* Override any sidebar layout for pages */
body.page .travel-monster-container-wrap .sidebar,
body.page .travel-monster-container-wrap .widget-area,
body.page .travel-monster-container-wrap aside {
    display: none !important;
}

/* Ensure page content takes full width */
body.page .travel-monster-container-wrap .main-content,
body.page .travel-monster-container-wrap .content-area,
body.page .travel-monster-container-wrap .entry-content {
    width: 100% !important;
    max-width: none !important;
}

/* Full Width Centered Template */
.page-template-full-width-centered .travel-monster-container-wrap {
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* Override theme sidebar settings for pages */
body.page .travel-monster-container-wrap {
    display: block !important;
}

body.page .travel-monster-container-wrap > * {
    width: 100% !important;
    max-width: none !important;
}

/* Activities Section */
.activities-section {
    padding: 20px 0;
    background: #fff;
}

.activities-section .section-header {
    text-align: center;
    margin-bottom: 20px;
}

.activities-section .section-title {
    font-family: "Anton", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.activities-section .section-subtitle {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.activities-carousel-wrapper {
    position: relative;
    margin-top: 40px;
}

/* Activities Carousel Controls */
.activities-carousel-wrapper .carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.activities-carousel-wrapper .carousel-control {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

.activities-carousel-wrapper .carousel-control:hover {
    background: #f8f9fa;
    border-color: #e9ecef;
    transform: scale(1.05);
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    border-radius: 4px !important;
}

.activities-carousel-wrapper .carousel-control.prev {
    left: -25px;
}

.activities-carousel-wrapper .carousel-control.next {
    right: -25px;
}

.activities-carousel-wrapper .carousel-control.next:hover {
    border-radius: 4px !important;
}

.activities-carousel {
    display: flex;
    gap: 30px;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.activity-card {
    min-width: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.activity-card:hover {
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .2);
}

.activity-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.activity-count-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(2, 73, 170, 0.9);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.activity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 4px 4px 0 0;
}

.activity-card:hover .activity-image img {
    transform: scale(1.15);
}

.activity-content {
    padding: 25px;
    text-align: center;
}

.activity-title {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}





/* Responsive Design for Activities */
@media (max-width: 768px) {
    .activities-carousel {
        gap: 20px;
        padding: 15px 0;
    }
    
    .activity-card {
        min-width: 280px;
    }
    
    .activity-content {
        padding: 20px;
    }
    
    .activity-title {
        font-size: 16px;
    }
    
    .activity-count-badge {
        font-size: 11px;
        padding: 3px 6px;
        top: 8px;
        right: 8px;
    }
    

}

@media (max-width: 480px) {
    .activities-section {
        padding: 20px 0;
    }
    
    .activities-carousel {
        gap: 15px;
    }
    
    .activity-card {
        min-width: 260px;
    }
    

}

/* Customer Reviews Section */
.customer-reviews-section {
    padding: 20px 0;
    background: #fff;
}

.customer-reviews-section .section-header {
    text-align: center;
    margin-bottom: 20px;
}

.customer-reviews-section .section-title {
    font-family: "Anton", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.customer-reviews-section .section-subtitle {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.reviews-carousel-wrapper {
    position: relative;
    margin-bottom: 40px;
}

/* Reviews Carousel Controls */
.reviews-carousel-wrapper .carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.reviews-carousel-wrapper .carousel-control {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 4px !important;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

.reviews-carousel-wrapper .carousel-control:hover {
    background: #f8f9fa;
    border-color: #e9ecef;
    transform: scale(1.05);
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    border-radius: 4px !important;
}

.reviews-carousel-wrapper .carousel-control.prev {
    left: -25px;
}

.reviews-carousel-wrapper .carousel-control.next {
    right: -25px;
}

.reviews-carousel-wrapper .carousel-control.next:hover {
    border-radius: 4px !important;
}

.reviews-carousel {
    display: flex;
    gap: 30px;
    overflow: hidden;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.review-card {
    min-width: 350px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1);
    padding: 25px;
    transition: all 0.3s ease;
}

.review-card:hover {
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .2);
}

.review-title {
    font-family: "Anton", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    min-height: 47px; /* 2 lines × 18px × 1.3 line-height */
}

.review-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 90px; /* 4 lines × 14px × 1.6 line-height */
}

.read-more-link {
    color: #0249aa;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.read-more-link:hover {
    text-decoration: underline;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #666;
    font-size: 16px;
}

.author-info {
    flex: 1;
}

.author-name {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 2px;
}

.review-date {
    font-size: 12px;
    color: #999;
}

.review-rating {
    display: flex;
    gap: 2px;
}

.star {
    color: #FFD700;
    font-size: 14px;
}

/* Carousel Controls - Rounded White Design */
.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.carousel-control {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 4px !important;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}


.carousel-control.prev {
    left: -25px;
}

.carousel-control.next {
    right: -25px;
}

.carousel-control.next:hover {
    border-radius: 4px !important;
}

.review-platforms {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.platform-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    padding: 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent;
}

.platform-item:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.platform-logo {
    width: 50px;
    height: 50px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.platform-stars {
    display: flex;
    gap: 2px;
}

.platform-count {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Add external link indicator */
.platform-item::after {
    content: '↗';
    font-size: 12px;
    color: #999;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.platform-item:hover::after {
    opacity: 1;
}

/* Upcoming Treks Section */
.upcoming-treks-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.upcoming-treks-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.upcoming-treks-section .section-title {
    font-family: "Anton", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.upcoming-treks-section .section-subtitle {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.upcoming-treks-table-wrapper {
    overflow-x: auto;
    background: white;
    border-radius: 4px;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

.upcoming-treks-table-content {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.upcoming-treks-table-content th {
    background: #0249aa;
    color: white;
    padding: 20px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.upcoming-treks-table-content th:first-child {
    border-top-left-radius: 4px;
}

.upcoming-treks-table-content th:last-child {
    border-top-right-radius: 4px;
}

.upcoming-treks-table-content td {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.upcoming-treks-table-content tr:hover {
    background: #f8f9fa;
}

.trip-name-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trip-image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.trip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trip-details h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.trip-duration {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.price-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
}

.current-price {
    font-size: 18px;
    font-weight: 700;
    color: #0249aa;
}

.savings-badge {
    background: #e74c3c;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.date-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.date-content .duration {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.date-content .date-range {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.status-badge {
    background: #27ae60;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.book-now-btn {
    background: #0249aa;
    color: white;
    padding: 10px 20px;
    border-radius: 4px!important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
    display: inline-block;
}

.book-now-btn:hover {
    background: #013a8a;
    color: white;
}

.no-upcoming-treks {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-upcoming-treks p {
    font-size: 18px;
    margin: 0;
}

/* Responsive Design for Upcoming Treks */
@media (max-width: 768px) {
    .upcoming-treks-section {
        padding: 20px 0;
    }
    
    .upcoming-treks-section .section-title {
        font-size: 28px;
    }
    
    .upcoming-treks-section .section-subtitle {
        font-size: 16px;
    }
    
    .upcoming-treks-table-content th,
    .upcoming-treks-table-content td {
        padding: 15px 10px;
    }
    
    .trip-image {
        width: 50px;
        height: 50px;
    }
    
    .trip-details h4 {
        font-size: 14px;
    }
    
    .current-price {
        font-size: 16px;
    }
    
    .book-now-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* Home Page Blog Section */
.home-blog-section {
    padding: 40px 0;
}

.home-blog-section .container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: auto;
}

.section-title {
    font-family: "Anton", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

/* Home page blog grid uses same styles as main blog */
.home-blog-section .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    background: transparent;
    padding: 0;
}

/* Responsive for home page */
@media (max-width: 1024px) {
    .home-blog-section .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .section-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .home-blog-section {
        padding: 40px 0;
    }
    
    .home-blog-section .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
}

/* ===== COMPREHENSIVE HOME PAGE SECTIONS ===== */

/* Associates Section */

.associates-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.associates-section .section-title {
    font-family: "Anton", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #333;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    width: 100%;
}

.associates-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.associate-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.associate-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    max-width: 150px;
}

/* Responsive Design for Associates Section */
@media (max-width: 768px) {
    .associates-section {
        padding: 40px 0;
    }
    
    .associates-section .section-title {
        font-size: 24px;
    }
    
    .associates-grid {
        gap: 30px;
    }
    
    .associate-logo {
        height: 50px;
    }
}

@media (max-width: 480px) {
    .associates-section .section-title {
        font-size: 20px;
    }
    
    .associates-grid {
        gap: 20px;
    }
    
    .associate-logo {
        height: 40px;
    }
}

/* Hero Section - Updated */
.hero-section {
    background: linear-gradient(135deg, #0249aa 0%, #013a8a 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100"><path d="M0 100 L300 60 L600 80 L900 40 L1200 70 L1200 100 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover;
}

.hero-content {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-left {
    max-width: 500px;
}

.hero-title {
    font-family: "Anton", sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.2;
}

.hero-search {
    display: flex;
    gap: 10px;
    max-width: 400px;
}

.search-input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.9);
}

.search-btn {
    padding: 15px 25px;
    background: #0249aa;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}





.hero-right {
    display: flex;
    justify-content: center;
}

.hero-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
}

.hero-image {
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Alpine Section */
.alpine-section {
    padding: 80px 0;
    background: #0249aa;
    color: white;
}

.alpine-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.alpine-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.alpine-left p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.alpine-right h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.feature-item i {
    font-size: 20px;
    color: #ffd700;
}

.feature-item span {
    font-weight: 500;
}

/* Partners Section */
.partners-section {
    padding: 60px 0;
    background: #f8f9fa;
    text-align: center;
}

.partners-section h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #333;
}

.partners-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.partner-logo {
    padding: 15px 25px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    font-weight: 600;
    color: #666;
}

/* Best Sellers Section */
.bestsellers-section {
    padding: 80px 0;
    background: white;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: "Anton", sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.view-all {
    color: #0249aa;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.view-all:hover {
    color: #013a8a;
}

.bestsellers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.tour-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    transition: all 0.3s ease;
}

.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

.tour-image {
    height: 200px;
    overflow: hidden;
}

.tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tour-card:hover .tour-image img {
    transform: scale(1.05);
}

.tour-content {
    padding: 20px;
}

.tour-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
}

.tour-rating {
    margin-bottom: 10px;
}

.stars {
    color: #ffd700;
    font-size: 14px;
}

.tour-price {
    font-size: 18px;
    font-weight: 700;
    color: #0249aa;
    margin-bottom: 15px;
}

.tour-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.tour-actions i {
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tour-actions i:hover {
    color: #0249aa;
}

/* Deals Section */
.deals-section {
    padding: 80px 0;
    background: #0249aa;
    color: white;
}

.deals-section .section-header h2 {
    color: white;
}

.deals-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.deal-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    transition: all 0.3s ease;
}

.deal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

.deal-image {
    height: 180px;
    overflow: hidden;
}

.deal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.deal-card:hover .deal-image img {
    transform: scale(1.05);
}

.deal-content {
    padding: 20px;
    color: #333;
}

.deal-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.deal-rating {
    margin-bottom: 10px;
}

.deal-price {
    font-size: 18px;
    font-weight: 700;
    color: #0249aa;
    margin-bottom: 15px;
}

.deal-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.deal-actions i {
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
}

.deal-actions i:hover {
    color: #0249aa;
}

/* Journey Section */
.journey-section {
    padding: 80px 0;
    background: white;
}

.journey-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.journey-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.journey-items {
    margin-bottom: 30px;
}

.journey-item {
    margin-bottom: 25px;
}

.journey-item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.journey-item p {
    color: #666;
    line-height: 1.6;
}

.journey-right h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.styles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.style-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.style-item:hover {
    background: #0249aa;
    color: white;
    transform: translateY(-3px);
}

.style-item i {
    font-size: 24px;
    margin-bottom: 10px;
    color: #0249aa;
}

.style-item:hover i {
    color: white;
}

.style-item span {
    font-weight: 500;
    font-size: 14px;
}

/* Testimonials Section - Updated */
.testimonials-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.testimonials-section .section-header h2 {
    font-family: "Anton", sans-serif;
    color: #333;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    position: relative;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-rating {
    color: #ffd700;
    font-size: 16px;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.author-info span {
    font-size: 14px;
    color: #666;
}

.review-platforms {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.platform-logo {
    padding: 10px 20px;
    background: white;
    border-radius: 6px;
    font-weight: 600;
    color: #666;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

/* Video Reviews Section */
.video-reviews-section {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
}

.video-reviews-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.video-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    transition: all 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

.video-thumbnail {
    position: relative;
    height: 150px;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(2, 73, 170, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    background: #0249aa;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-card h3 {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Awards Section */
.awards-section {
    padding: 80px 0;
    background: #0249aa;
    color: white;
}

.awards-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.awards-left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.awards-left p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
}

.awards-right {
    text-align: center;
}

.main-award {
    margin-bottom: 30px;
}

.main-award img {
    max-width: 200px;
    margin-bottom: 15px;
}

.main-award h3 {
    font-size: 18px;
    font-weight: 600;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.award-item img {
    max-width: 80px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

/* FAQ & Advisor Section */
.faq-advisor-section {
    padding: 80px 0;
    background: white;
}

.faq-advisor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.faq-left h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.faq-items {
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.faq-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.faq-item p {
    color: #666;
    line-height: 1.6;
}

.advisor-right h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.advisor-card {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
}

.advisor-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.advisor-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.advisor-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Stories Section */
.stories-section {
    padding: 80px 0;
    background: white;
}

.stories-section .section-header h2 {
    font-family: "Anton", sans-serif;
    color: #333;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.story-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    transition: all 0.3s ease;
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
}

.story-image {
    height: 200px;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-card:hover .story-image img {
    transform: scale(1.05);
}

.story-card h3 {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Associates Section */
.associates-section {
    text-align: center;
}

.associates-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
}

.associates-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.associate-logo img {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.associate-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive Design for All Sections */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .alpine-content,
    .journey-content,
    .awards-content,
    .faq-advisor-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .bestsellers-grid,
    .deals-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .styles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-search {
        flex-direction: column;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .bestsellers-grid,
    .deals-grid,
    .testimonials-grid,
    .video-grid,
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    .styles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .partners-grid,
    .associates-grid {
        gap: 20px;
    }
    
    .section-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* ===== CRITICAL CSS OVERRIDES ===== */

/* Ensure home page sections are visible */
.home-blog-section,
.hero-section,
.alpine-section,
.partners-section,
.bestsellers-section,
.deals-section,
.journey-section,
.testimonials-section,
.video-reviews-section,
.awards-section,
.faq-advisor-section,
.stories-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Override any parent theme hiding */
.site-main .hero-section,
.site-main .alpine-section,
.site-main .partners-section,
.site-main .bestsellers-section,
.site-main .deals-section,
.site-main .journey-section,
.site-main .testimonials-section,
.site-main .video-reviews-section,
.site-main .awards-section,
.site-main .faq-advisor-section,
.site-main .stories-section {
    display: block !important;
}

/* Ensure proper spacing and layout */
.site-main {
    padding: 0 !important;
    margin: 0 !important;
}

/* Override any theme container constraints */
.hero-section .container,
.custom-hero-section .container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.alpine-section .container,
.partners-section .container,
.bestsellers-section .container,
.deals-section .container,
.journey-section .container,
.testimonials-section .container,
.video-reviews-section .container,
.awards-section .container,
.faq-advisor-section .container,
.stories-section .container {
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Button styles override */
.btn {
    display: inline-block !important;
    padding: 15px 30px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    cursor: pointer !important;
}

.btn-primary {
    background: #0249aa !important;
    color: white !important;
    border-color: #0249aa !important;
}

.btn-primary:hover {
    background: #013a8a !important;
    border-color: #013a8a !important;
    transform: translateY(-2px) !important;
}

.btn-secondary {
    background: transparent !important;
    color: white !important;
    border-color: white !important;
}

.btn-secondary:hover {
    background: white !important;
    color: #0249aa !important;
    transform: translateY(-2px) !important;
}

/* Font Awesome Icons (v5 compatibility) */
.fas, .fa, .far, .fab {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.far {
    font-weight: 400 !important;
}

.fab {
    font-weight: 400 !important;
    font-family: "Font Awesome 5 Brands" !important;
}

/* ===== CUSTOM HERO SECTION STYLES ===== */

/* Ensure header appears above hero section */
.site-header,
#masthead {
    position: relative;
    z-index: 999;
}

/* Hero Section */
.custom-hero-section {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
    color: #333;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: -120px; /* Match body padding-top */
    padding: 120px 0 20px 0;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
    z-index: 1;
    width: 100vw;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 2;
    width: 100vw;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding: 0;
}

.hero-content-inner {
    max-width: none !important;
    margin: 0 !important;
    padding:  60px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.hero-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
    position: relative;
    min-height: 400px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-left {
    max-width: 100%;
    width: 100%;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #0249aa;
    font-size: 14px;
    font-weight: 600;
}

.hero-badge i {
    font-size: 16px;
}

.hero-title {
    font-family: "Anton", sans-serif!important;
    font-size: 56px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.05;
    color: #333;
    max-width: 100%;
    text-align: left;
}

.hero-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
}

.hero-image-cards {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
}

.hero-image-card {
    position: relative;
    width: 240px;
    height: 425px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    flex-shrink: 0;
}

.hero-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    padding: 30px 20px 20px;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.hero-card-title {
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    line-height: 1.2;
    word-wrap: break-word;
}

/* Responsive Design for Hero Section */
@media (max-width: 1024px) {
    .custom-hero-section {
        padding: 100px 0 60px 0;
        margin-top: -110px; /* Match body padding-top */
    }
    
    .hero-content-inner {
        padding: 0 40px !important;
        max-width: none !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
    
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
        min-height: auto;
    }
    
    .hero-left {
        max-width: 100%;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .hero-search-container {
        max-width: 100%;
    }
    
    .hero-search-wrapper {
        max-width: 400px;
        margin: 0;
    }
    
    .hero-search-container {
        margin: 0;
    }
    
    .hero-search-input {
        padding: 16px 20px;
        font-size: 15px;
        border: 0px !important;
    }
    
    .hero-search-button {
        padding: 16px 20px;
        min-width: 60px;
        border-radius: 4px;
    }
    
    .hero-right {
        justify-content: center;
    }
    
    .hero-image-cards {
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
    
    .hero-image-card {
        width: 200px;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .custom-hero-section {
        min-height: auto;
        padding: 20px 0 20px 0;
        margin-top: -100px; /* Match body padding-top */
    }
    
    .hero-content-inner {
        padding: 0 20px !important;
        max-width: none !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
    
    .hero-layout {
        gap: 40px;
        min-height: auto;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-badge {
        font-size: 12px;
        padding-top: 40px;
    }
    
    .hero-search-wrapper {
        max-width: 350px;
        margin: 0;
    }
    
    .hero-search-container {
        margin: 0;
    }
    
    .hero-search-input {
        padding: 14px 18px;
        font-size: 14px;
        border: 0px !important;
    }
    
    .hero-search-button {
        padding: 14px 18px;
        min-width: 55px;
        border-radius: 4px;
    }
    
    .hero-search-results {
        max-height: 300px;
    }
    
    .hero-image-cards {
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: center;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .hero-image-card {
        width: 120px;
        height: 200px;
        flex-shrink: 0;
    }
    

    
    .hero-card-overlay {
        padding: 20px 15px 15px;
    }
    
    .hero-card-title {
        font-size: 12px;
        line-height: 1.1;
        word-wrap: break-word;
    }
}

@media (max-width: 480px) {
    .custom-hero-section {
        padding: 20px 0 20px 0;
        margin-top: -90px; /* Match body padding-top */
    }
    
    .hero-title {
        font-size: 24px;
    }
    
    .hero-image-cards {
        flex-direction: row;
        gap: 6px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }
    
    .hero-image-card {
        width: 100px;
        height: 180px;
        flex-shrink: 0;
    }
    

    
    .hero-card-overlay {
        padding: 15px 10px 10px;
    }
    
    .hero-card-title {
        font-size: 11px;
        line-height: 1.0;
        word-wrap: break-word;
    }
    
    .hero-search-wrapper {
        max-width: 300px;
        margin: 0;
    }
    
    .hero-search-container {
        margin: 0;
    }
    
    .hero-search-input {
        padding: 12px 16px;
        font-size: 13px;
        border: 0px !important;
    }
    
    .hero-search-button {
        padding: 12px 16px;
        min-width: 50px;
        border-radius: 4px;
    }
    
    .hero-search-results {
        max-height: 250px;
    }
    
    .hero-search-result-item {
        padding: 12px 16px;
    }
    
    .hero-search-result-image {
        width: 50px;
        height: 50px;
    }
    
    .hero-search-result-title {
        font-size: 14px;
    }
}

/* Search Container */
.hero-search-container {
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 10;
}

/* Hero Search Bar Styles */
.hero-search-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0;
}

.hero-search-input-group {
    display: flex;
    background: white;
    border-radius: 8px;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1);
    overflow: hidden;
    position: relative;
    align-items: center;
}

.hero-search-input {
    flex: 1;
    border: 0px !important;
    padding: 18px 24px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    outline: none;
    background: transparent;
    color: #333;
}

.hero-search-input::placeholder {
    color: #999;
    font-weight: 400;
    font-size: 16px;
}

.hero-search-button {
    background: #4A90E2;
    border: none;
    padding: 18px 24px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    border-radius: 4px!important;
    font-size: 18px;
}

.hero-search-button:hover {
    background: #4A90E2;
    border-radius: 4px!important;
}

.hero-search-button i {
    font-size: 20px;
    font-weight: 400;
}

/* Search Results Dropdown */
.hero-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 4px;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1);
    margin-top: 8px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.hero-search-results.active {
    display: block;
}

.hero-search-result-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.hero-search-result-item:last-child {
    border-bottom: none;
}

.hero-search-result-item:hover {
    background-color: #f8f9fa;
}

.hero-search-result-item:first-child:hover {
    border-radius: 8px 8px 0 0;
}

.hero-search-result-item:last-child:hover {
    border-radius: 0 0 8px 8px;
}

.hero-search-result-image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
}

.hero-search-result-content {
    flex: 1;
    min-width: 0;
}

.hero-search-result-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.hero-search-result-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #666;
}

.hero-search-result-price {
    color: var(--primary-color);
    font-weight: 600;
}

.hero-search-result-duration {
    color: #666;
}

/* No Results State */
.hero-search-no-results {
    padding: 20px;
    text-align: center;
    color: #666;
    font-style: italic;
}

/* Loading State */
.hero-search-loading {
    padding: 20px;
    text-align: center;
    color: #666;
}

.hero-search-loading::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

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



















/* Featured Treks Section */
.featured-treks-section {
    padding: 20px 0;
    background: white;
}

.featured-treks-section .btn-primary {
    background:#0249aa;
    color:#fff;
    padding:12px 18px;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
}
.featured-treks-section .btn-primary:hover { background:#003d8a; }

.treks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

/* Trek Card Styles */
.trek-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1);
    transition: none;
    cursor: pointer;
    position: relative;
}

.trek-card:hover {
    transform: none;
    box-shadow: 0 6px 8.73px .27px rgba(39, 105, 157, .1);
}

.trek-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.trek-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.trek-card:hover .trek-card-image img {
    transform: scale(1.1);
}



.trek-card-content {
    padding: 20px 20px 15px 20px;
}

.trek-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

/* Team Page */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
}

.team-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 8.73px .27px rgba(2, 73, 170, .1);
    width: auto;
    max-width: 360px;
}

.team-photo { height: 220px; overflow: hidden; }
.team-photo img { width: 100%; height: 220px; object-fit: cover; display: block; }

.team-content { padding: 16px 16px 12px 16px; }
.team-name { font-size: 17px; font-weight: 700; margin: 0 0 6px; color: #0f172a; }
.team-position { color: #0249aa; font-weight: 600; margin-bottom: 8px; font-size: 14px; }
.team-bio { color:#475569; line-height:1.6; margin-bottom: 12px; }

.team-socials { list-style:none; display:flex; gap:10px; padding:0; margin: 0; align-items:center; flex-wrap:wrap; }
.team-socials a { width:32px; height:32px; display:flex; align-items:center; justify-content:center; border:1px solid #e5e7eb; border-radius:4px; color:#0249aa; text-decoration:none; font-size:13px; }
.team-socials a:hover { background:#e8f0ff; }

.team-contacts { display:flex; gap:14px; flex-wrap:wrap; }
/* removed contact buttons - using socials only */

@media (max-width: 1024px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .team-grid { grid-template-columns: 1fr; } }

/* Limit overall section width for better alignment */
.team-section .container { max-width: 1200px; margin: 0 auto; }
@media (max-width: 640px) {
    .team-grid { grid-template-columns: 1fr; }
}

.trek-card-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.trek-card-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trek-card-meta i {
    font-size: 14px;
    color: #0249aa;
}

.trek-card-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.trek-card-price .price-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.trek-card-price .price {
    font-size: 20px;
    font-weight: 700;
    color: #0249aa;
}

.trek-card-price .price-original {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
    margin-top: 2px;
}



/* Action Icons */
.trek-card-actions {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.trek-card-action-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #0249aa;
    font-size: 14px;
}

.trek-card-action-icon:hover {
    background: #0249aa;
    color: white;
    transform: scale(1.1);
}

/* Loading States */
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0249aa;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 40px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    

    

    
    .results-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .results-grid,
    .treks-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 36px;
    }
    
    .hero-content {
        padding: 0 15px;
    }
    

}

/* Card Grid Layout */
.results-grid,
.treks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

/* Responsive adjustments for cards */
@media (max-width: 768px) {
    .results-grid,
    .treks-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .trek-card-content {
        padding: 15px;
    }
    
    .trek-card-title {
        font-size: 16px;
    }
    
    .trek-card-meta {
        gap: 15px;
        font-size: 13px;
    }
    
    .trek-card-price .price {
        font-size: 18px;
    }
}

/* Responsive Design for Customer Reviews */
@media (max-width: 768px) {
    .customer-reviews-section {
        padding: 20px 0;
    }
    
    .reviews-carousel {
        gap: 20px;
        padding: 15px 0;
    }
    
    .review-card {
        min-width: 300px;
        padding: 20px;
    }
    
    .review-title {
        font-size: 16px;
        min-height: 42px; /* 2 lines × 16px × 1.3 line-height */
    }
    
    .review-text {
        font-size: 13px;
        min-height: 83px; /* 4 lines × 13px × 1.6 line-height */
    }
    
    .review-platforms {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .platform-item {
        padding: 12px;
    }
    
    .platform-item:hover {
        transform: translateY(-1px);
    }
    
    .carousel-control {
        width: 45px;
        height: 45px;
        font-size: 16px;
        border-radius: 50%;
    }
    
    .carousel-control.prev {
        left: -22px;
    }
    
    .carousel-control.next {
        right: -22px;
    }
}

@media (max-width: 480px) {
    .customer-reviews-section {
        padding: 20px 0;
    }
    
    .reviews-carousel {
        gap: 15px;
    }
    
    .review-card {
        min-width: 280px;
        padding: 18px;
    }
    
    .carousel-control {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 50%;
    }
    
    .carousel-control.prev {
        left: -20px;
    }
    
    .carousel-control.next {
        right: -20px;
    }
}
.single-trip .entry-header .entry-title {
    margin: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Anton' !important;
}