/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* AOS can keep fixed headers at opacity:0 on mobile.
   Force header visibility so navigation is always accessible. */
.site-header[data-aos],
.site-header.aos-init,
.site-header.aos-animate {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* Mobile: if AOS doesn't trigger (common with fixed headers / some devices),
   content sections can remain invisible (opacity:0). Keep content visible. */
@media (max-width: 768px) {
    [data-aos],
    .aos-init {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }
}

/* ===== FIX EMPTY CONTACT PAGE ON MOBILE ===== */
@media (max-width: 768px) {

    main.site-main {
        overflow: visible !important;
    }

    section.section {
        height: auto !important;
        overflow: visible !important;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Contact grid: stack on mobile, no clipping */
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }

    .contact-copy,
    .contact-form {
        width: 100% !important;
    }

    /* Ensure later sections under contact stay visible */
    .contact-cards-section,
    .cta-banner,
    .support-cta {
        display: block !important;
        visibility: visible !important;
    }
}

/* Extra contact-form usability tweaks on mobile */
@media (max-width: 768px) {
    .contact-form {
        padding: 20px !important;
    }

    .contact-form .form-row input,
    .contact-form .form-row select,
    .contact-form .form-row textarea {
        font-size: 16px;
    }
}

/* Header / hero spacing on small screens so fixed header doesn't cover content */
@media (max-width: 768px) {
    .page-hero {
        margin-top: 72px;
    }
}

.topbar {
    background: #2d6a2f;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.topbar-item {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.topbar-ico {
    width: 16px;
    height: 16px;
}

.topbar-text {
    font-size: 16px;
    font-weight: 600;
}

.topbar-item {
    font-size: 15.5px;
    font-weight: 500;
}

.topbar-ico svg {
    width: 18px;
    height: 18px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo img {
    height: 54px;
}

/* Site logo helper (used on header/footer) */
.site-logo-img {
    height: 74px;
    max-height: 80px;
    width: auto;
    display: block;
}

/* Larger logo only in header */
#site-logo .site-logo-img {
    height: 96px;
    max-height: 110px;
}

@media (max-width: 768px) {
    .site-logo-img {
        height: 48px;
    }

    #site-logo .site-logo-img {
        height: 60px;
        max-height: 72px;
    }
}

/* Footer specific spacing for logo */
.footer-about .site-logo-img {
    margin-bottom: 12px;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Ensure hamburger icon is visible on light header backgrounds */
.nav-toggle {
    color: #111827;
}

/* Lock body scroll when mobile menu is open */
.no-scroll {
    overflow: hidden;
}

.site-nav ul {
    display: flex;
    list-style: none;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-nav ul li a {
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 500;
    color: #2f3b2f;
    position: relative;
    text-decoration: none;
    transition: background-color 0.25s ease,
                color 0.25s ease,
                transform 0.15s ease;
}

@media (max-width: 1100px) {
    .site-nav ul {
        gap: 6px;
    }

    .site-nav ul li a {
        padding: 8px 9px;
        font-size: 15px;
    }

    .topbar-item {
        min-width: 0;
    }

    .topbar-text {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

.site-nav ul li a:hover {
    background-color: #eaf6e8;
    color: #2d6a2f;
    transform: translateY(-1px);
}

.site-nav ul li a:hover::after,
.site-nav ul li a.active::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: 6px;
    width: 60%;
    height: 3px;
    background-color: #6fbf73;
    border-radius: 6px;
}

.site-nav ul li a.active {
    background-color: #eaf6e8;
    color: #2d6a2f;
    font-weight: 600;
}

/* Main Content */
.site-main {
    margin-top: 120px;
}

/* Hero Section - Enhanced Design */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out, transform 8s ease-in-out;
    transform: scale(1.02);
    filter: brightness(1.05) contrast(1.05) saturate(1.05);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

/* Retina/High-DPI Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-slide {
        image-rendering: -webkit-optimize-contrast;
        filter: brightness(1.02) contrast(1.02) saturate(1.02);
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0,0,0,0.35) 0%, 
        rgba(0,0,0,0.15) 40%,
        rgba(0,0,0,0.25) 100%);
    z-index: 2;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.hero-particles::before,
.hero-particles::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    animation: float 6s ease-in-out infinite;
}

.hero-particles::before {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.hero-particles::after {
    width: 120px;
    height: 120px;
    bottom: 20%;
    right: 10%;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.hero-content {
    position: relative;
    z-index: 4;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 0 20px;
}

.hero-badge {
    background: rgba(45, 106, 47, 0.15);
    color: #2d6a2f;
    border: 1.5px solid #2d6a2f;
    font-weight: 600;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(15px);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.badge-icon {
    font-size: 18px;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.4);
}

.title-line {
    display: block;
    margin-bottom: 10px;
}

.title-line.highlight {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.hero-sub {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    min-width: 120px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.15);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-hero:hover::before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    box-shadow: 0 8px 25px rgba(255,107,53,0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255,107,53,0.4);
}

.btn-secondary {
    background: rgba(255,255,255,0.15);
    color: white;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.5);
}

.btn-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.btn-hero:hover .btn-icon {
    transform: translateX(3px);
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 14px;
    opacity: 0.8;
    z-index: 4;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.hero-scroll-indicator:hover {
    opacity: 1;
}

.scroll-dot {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.scroll-dot::before {
    content: '';
    width: 4px;
    height: 8px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    animation: scroll 2s ease-in-out infinite;
}

@keyframes scroll {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(20px); opacity: 0; }
}

/* Page Hero */
.page-hero {
    position: relative;
    min-height: 320px;
    background-color: #2d6a2f;
    background-image: var(--bg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    image-rendering: auto;
}

.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
    pointer-events: none;
    z-index: 1;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.breadcrumb {
    margin-bottom: 20px;
    font-size: 16px;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.page-hero h1,
.page-hero .breadcrumb {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* Section Styles */
.section {
    padding: 60px 0;
    background: #ffffff;
}

.text-center {
    text-align: center;
}

.section__eyebrow {
    color: #2d6a2f;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}

.section__title {
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #333;
    font-weight: 700;
}

/* Contact page: Contact cards section */
.contact-cards-section {
    text-align: center;
}

.contact-cards-section .contact-header-box {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 12px;
    border: 2px solid #2d6a2f; /* green border */
    background: #e8f5e9;       /* light green */
    margin: 0 auto 20px;
}

.contact-cards-section .contact-header-box .section__eyebrow {
    margin-bottom: 0;
}

.contact-cards-section .contact-section-title {
    font-size: 2rem;
    margin-bottom: 32px;
}

.contact-cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: nowrap;
}

.contact-cards .ccard {
    flex: 1 1 0;
    max-width: 320px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    color: #1f2933;
}

.contact-cards .ccard h3 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.contact-cards .ccard p {
    font-size: 0.98rem;
}

.contact-cards .ccard__icon {
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .contact-cards {
        flex-wrap: wrap;
    }
}

/* Who We Are Section */
.who-we-are {
    background: #f8f9fa;
    padding: 80px 0;
}

.who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.who-image {
    position: relative;
    text-align: center;
}

.who-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 10;
}

.who-logo img {
    height: 42px;
    display: block;
}

.who-main-img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.who-exp {
    margin: 18px auto 0;
    width: fit-content;
    background: #2d6a2f;
    color: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.who-exp strong {
    font-size: 28px;
    display: block;
    line-height: 1;
}

.who-exp span {
    font-size: 14px;
    opacity: 0.9;
}

.who-thumb {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

.who-thumb img {
    width: 100%;
    display: block;
}

.who-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.who-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.ficon {
    color: #2d6a2f;
    font-size: 1.2rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.who-item-content {
    flex: 1;
}

.who-item h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d6a2f;
    margin-bottom: 12px;
}

.who-item p {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 968px) {
    .who-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .who-image {
        order: 2;
    }
    .who-content {
        order: 1;
    }
    .who-thumb {
        width: 120px;
        height: 120px;
        bottom: -20px;
        right: -20px;
    }
    .who-exp {
        top: 20px;
        left: -15px;
        padding: 12px 16px;
        min-width: 96px;
    }
    .who-exp strong {
        font-size: 24px;
    }
    .who-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .who-we-are {
        padding: 60px 0;
    }
    .who-thumb {
        width: 100px;
        height: 100px;
        bottom: -15px;
        right: -15px;
    }
    .who-exp {
        top: 15px;
        left: -10px;
        padding: 10px 14px;
        min-width: 84px;
    }
    .who-exp strong {
        font-size: 20px;
    }
    .who-exp span {
        font-size: 11px;
    }
    .who-content h2 {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    .who-item {
        margin-bottom: 24px;
    }
}

/* Light container wrapper for About Agency */
.light-container {
    background: #ffffff;
    color: #333333;
    padding: 60px 40px;
    border-radius: 28px;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.light-container .about-agency {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.light-container .about-agency h3 {
    color: #111827;
}

.light-container .about-agency p {
    color: #4b5563;
}

.light-container .why-choose h4 {
    color: #111827;
}

.light-container .choose-list li {
    color: #4b5563;
}

.light-container .choose-list li strong {
    color: #111827;
}

.light-container .happy-customers {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    text-align: center;
}

.light-container .happy-customers h4 {
    color: #111827;
}

.light-container .happy-customers p {
    color: #2d6a2f;
    font-weight: 500;
    margin-bottom: 0;
}

.light-container .final-cta p {
    color: #111827;
}

@media (max-width: 768px) {
    .light-container {
        padding: 40px 24px;
        margin-bottom: 30px;
    }
}

.tripadvisor-bravo {
  display: block;
  margin-top: 12px;
  text-decoration: none;
}

.bravo-box {
  background: #141b2d;
  border-radius: 12px;
  padding: 14px 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: transform .25s ease, box-shadow .25s ease;
}

.bravo-box strong {
  font-size: 1rem;
  display: block;
  margin-bottom: 4px;
}

.bravo-box p {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.9;
}

.bravo-box span {
  font-weight: 600;
}

.tripadvisor-bravo:hover .bravo-box {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}
.google-reviews {
    max-width: 1100px;
    margin: 0 auto 40px auto;
    padding: 40px 20px;
}

.google-reviews h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

#reviews,
.google-review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.google-reviews h3 {
    font-size: 1.6rem;
    font-weight: 700;
}

.google-reviews .review-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.google-reviews .review-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.google-reviews .review-header img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.google-reviews .stars {
    color: #fbbc04;
    font-weight: 600;
    margin: 6px 0;
}

.google-reviews .review-card p {
    font-size: 0.95rem;
    color: #374151;
}

.google-link {
    display: inline-block;
    margin-top: 20px;
    color: #1a73e8;
    font-weight: 600;
}

@media (max-width: 640px) {
    .google-reviews {
        padding: 30px 16px;
    }
}

/* Dark container wrapper for distinct sections */
.dark-container {
    background: #020617;
    color: #ffffff;
    padding: 60px 40px;
    border-radius: 28px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.dark-container::before {
    content: '';
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at top left, rgba(16, 185, 129, 0.35), transparent 60%),
              radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.4), transparent 65%);
    opacity: 0.65;
    pointer-events: none;
}

.dark-container .discount-banner {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.dark-container .exclusive-section {
    background: transparent;
    padding: 0;
    margin-top: 0;
}

.dark-container .about-agency {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 768px) {
    .dark-container {
        padding: 40px 24px;
        margin-bottom: 30px;
    }
}

/* Activities Section */
.section--world {
    background: #f8f9fa;
}

.activities-swiper {
    padding: 20px 0;
}

.activity-slide {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.activity-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-image: var(--bg);
    transition: transform 0.5s ease;
}

.activity-slide:hover .activity-slide__img {
    transform: scale(1.05);
}

.activity-slide__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    text-align: center;
}

.activity-slide__content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.activity-slide__content p {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
}

/* Popular Activity Section */
.popular-activity {
    background: #0f172a;
    padding: 80px 0;
    color: #fff;
    border-radius: 28px;
    margin: 80px 0;
}

.popular-grid {
    display: grid;
    grid-template-columns: 260px 1fr 420px;
    gap: 40px;
    align-items: center;
}

.activity-tabs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.activity-tabs .tab {
    background: #f1f5f9;
    border: none;
    padding: 16px 20px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.activity-tabs .tab:hover {
    background: #e2e8f0;
    text-decoration: none;
}

.activity-tabs .tab.active {
    background: #f97316;
    color: #fff;
}

.tab-ico {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}

.tab-ico svg {
    width: 20px;
    height: 20px;
}

.activity-tabs .tab.active .tab-ico {
    color: #fff;
}

.activity-tabs .tab:hover .tab-ico {
    color: #475569;
}

.activity-content h2 {
    font-size: 48px;
    margin: 14px 0 24px;
}

.activity-info h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.activity-info p {
    color: #cbd5e1;
    max-width: 420px;
    font-size: 18px;
    line-height: 1.6;
}

.activity-image img {
    width: 100%;
    border-radius: 20px;
}

/* Green CTA Bar */
.activity-cta {
    background: linear-gradient(90deg, #5fb34a, #7cc957);
    padding: 50px 0;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 100px;
}

.activity-cta h2 {
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cta-inner > div {
    flex: 1;
}

.cta-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.activity-cta h2 {
    color: #fff;
    font-size: 34px;
    margin: 0;
}

.btn-white {
    background: #fff;
    color: #0f172a;
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

@media (max-width: 900px) {
    .popular-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .activity-tabs {
        order: 2;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .activity-content {
        order: 1;
    }
    .activity-image {
        order: 3;
    }
    .cta-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .activity-cta {
        padding: 40px 16px;
    }

    .activity-cta h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .activity-cta .cta-tag {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 13px;
    }
}

/* Featured Tours Section – full-width image with built-in dark gradient */
.featured-tours {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/munnar3.jpg') center / cover no-repeat !important;
}

.featured-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.featured-header .badge {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 6px 16px;
    border: 2px solid #2d6a2f;
    font-weight: 700;
}

.featured-header h2 {
    font-size: 42px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 700;
}

.featured-grid {
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Individual tour card on dark background */
.featured-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.featured-card:hover {
    transform: translateY(-6px);
    background: #2d6a2f;
    color: #fff;
}

.featured-card .ficon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #2d6a2f;
}

.featured-card .ficon svg {
    width: 28px;
    height: 28px;
}

.featured-card:hover .ficon {
    background: #fff;
    color: #2d6a2f;
}

.featured-card:hover h4 {
    color: #fff;
}

.featured-card:hover p {
    color: #e8f5e9;
}

.featured-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0f172a;
}

.featured-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
}

@media (max-width: 900px) {
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .featured-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    .featured-header h2 {
        font-size: 28px;
    }
}

/* Ready Travel Section */
.ready-travel {
    background: linear-gradient(120deg, #020b12, #071b2f);
    padding: 80px 0;
    color: #fff;
    border-radius: 30px;
    margin: 80px auto;
    max-width: 1200px;
}

.ready-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    padding: 0 60px;
    align-items: center;
}

.ready-tag {
    display: inline-block;
    background: #1e1e1e;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 700;
}

.ready-content h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
}

.ready-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ready-box {
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s ease;
}

.ready-box:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.1);
}

.ready-box img {
    width: 40px;
    margin-bottom: 12px;
    filter: brightness(0) invert(1);
}

.ready-box .ftile__icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.ready-box .ftile__icon svg {
    width: 30px;
    height: 30px;
}

.ready-box h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

@media (max-width: 900px) {
    .ready-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ready-boxes {
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    .ready-travel {
        margin: 40px 20px;
        padding: 60px 0;
    }
    .ready-container {
        padding: 0 30px;
    }
    .ready-content h2 {
        font-size: 28px;
    }
}

/* Centered section header with green border box */
.section-header-centered {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag-box {
    display: inline-block;
    background: #e8f5e9;
    color: #2d6a2f;
    padding: 6px 16px;
    border: 2px solid #2d6a2f;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
}

/* Best-Selling Tours Grid */
.best-selling {
    background: #f8f9fa;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2d6a2f;
    font-weight: 600;
}

.best-scroll-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.best-selling-slider {
    overflow: hidden;
    position: relative;
}

.best-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.best-grid {
    display: flex;
    gap: 24px;
    min-width: min-content;
    width: max-content;
    will-change: transform;
    animation: best-selling-marquee var(--marquee-duration, 30s) linear infinite;
}

.best-selling-slider:hover .best-grid {
    animation-play-state: paused;
}

@keyframes best-selling-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #2d6a2f;
    border: none;
    font-size: 22px;
    font-weight: bold;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    z-index: 10;
    cursor: pointer;
}

.slider-arrow.prev { left: 10px; }
.slider-arrow.next { right: 10px; }

@media (min-width: 768px) {
    .slider-arrow { display: none; }
}

/* Mobile: simplify best-selling section to pure horizontal scroll, no arrows */
@media (max-width: 767px) {
    .best-selling-wrapper {
        position: static;
    }

    .slider-arrow {
        display: none;
    }

    .best-selling-slider {
        overflow: hidden;
    }

    .best-grid {
        padding-bottom: 8px;
    }
}

.best-card {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 320px;
    flex-shrink: 0;
}

.best-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.best-card:hover .best-info h3 {
    font-size: 1.3rem;
    font-weight: 800;
}

.best-card:hover .best-arrow {
    transform: translateX(4px);
    color: #f97316;
    background: #f97316;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.best-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.best-info {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.best-cat {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2d6a2f;
    font-weight: 600;
    background: rgba(45, 106, 47, 0.08);
    padding: 4px 10px;
    border-radius: 4px;
}

.best-info h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    flex: 1;
    text-align: center;
}

.best-arrow {
    font-size: 18px;
    color: #2d6a2f;
    transition: all 0.3s ease;
}

/* Activities Section */
.section--world {
    background: #f8f9fa;
}

.activities-swiper {
    padding: 20px 0;
}

.activity-slide {
    position: relative;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.activity-slide__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-image: var(--bg);
    transition: transform 0.5s ease;
}

.activity-slide:hover .activity-slide__img {
    transform: scale(1.1);
}

.activity-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
}

.activity-panel__category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.activity-panel__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.activity-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    color: #2d6a2f;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s;
}

.activity-cta:hover {
    background: #2d6a2f;
    color: white;
    transform: scale(1.1);
}

/* Reviews Section */
.trust-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.trust-summary {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trust-badge {
    background: #2d6a2f;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
}

.stars {
    color: #ffc107;
    font-size: 18px;
}

.trust-text {
    color: #666;
    font-size: 14px;
}

.trust-logos {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trust-logo {
    height: 40px;
}

.trust-tripadvisor-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.trust-tripadvisor-title {
    margin: 0;
}

.trust-read-reviews {
    margin-top: 6px;
    color: #2d6a2f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.trust-read-reviews:hover {
    text-decoration: underline;
}

.reviews-swiper {
    padding: 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

 .reviews-swiper::-webkit-scrollbar {
     display: none;
 }

 .reviews-swiper .swiper-wrapper {
     display: flex;
     flex-wrap: nowrap;
     gap: 24px;
     width: max-content;
 }

 .reviews-swiper .swiper-slide {
     width: 360px;
     flex: 0 0 360px;
     scroll-snap-align: start;
 }

 @media (max-width: 480px) {
     .reviews-swiper .swiper-slide {
         width: 84vw;
         flex-basis: 84vw;
     }
 }

 .reviews-swiper .swiper-pagination,
 .reviews-swiper .swiper-button-prev,
 .reviews-swiper .swiper-button-next {
     display: none;
 }

.review-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    height: 100%;
}

.review-card__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.review-card__avatar {
    width: 50px;
    height: 50px;
    background: #2d6a2f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}

.review-card__who {
    flex: 1;
}

.review-card__name {
    font-weight: 600;
    margin-bottom: 5px;
}

.review-card__stars {
    color: #ffc107;
    font-size: 14px;
}

.review-card__time {
    color: #999;
    font-size: 12px;
}

.review-card__text {
    line-height: 1.6;
    color: #555;
}

/* About Section */
.about {
    background: #f8f9fa;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-media {
    position: relative;
}

.about-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 110px;
    height: 110px;
    background: #2d6a2f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    z-index: 2;
}

.about-badge img {
    width: 80%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .about-badge {
        width: 72px;
        height: 72px;
        top: 12px;
        left: 12px;
    }

    .about-badge img {
        width: 70%;
    }
}

.about-figure {
    position: relative;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: var(--img);
}

.about-thumb {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.stat-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.stat-card strong {
    display: block;
    font-size: 2rem;
    color: #2d6a2f;
    font-weight: 700;
}

.stat-card span {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-copy h2 {
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: start;
}

.ficon {
    width: 40px;
    height: 40px;
    background: #2d6a2f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.feature-list h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.feature-list p {
    color: #666;
    line-height: 1.6;
}

/* About page highlighted sections (Our Story, Services, Travel, Safety) */
.about-story .container,
.about-services .container,
.about-travel .container,
.about-safety .container {
    background: #e8f5e9; /* light green */
    border-radius: 16px;
    border: 2px solid #2d6a2f; /* dark green */
    padding: 32px 28px;
}

.about-services .section__eyebrow,
.about-travel .section__eyebrow,
.about-safety .section__eyebrow,
.about-story .section__eyebrow {
    color: #166534;
}

/* Service / Travel / Safety cards – hover invert colors */
.about-services .card,
.about-travel .card,
.about-safety .card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #2d6a2f;
    color: #14532d;
    transition: background 0.25s ease, color 0.25s ease,
                box-shadow 0.25s ease, transform 0.2s ease;
}

.about-services .card h3,
.about-travel .card h3,
.about-safety .card h3 {
    color: #14532d;
    margin-bottom: 10px;
}

.about-services .card p,
.about-travel .card p,
.about-safety .card p,
.about-services .card li,
.about-travel .card li,
.about-safety .card li {
    color: #14532d;
}

.about-services .card:hover,
.about-travel .card:hover,
.about-safety .card:hover {
    background: #2d6a2f; /* dark green */
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    transform: translateY(-4px);
}

.about-services .card:hover h3,
.about-travel .card:hover h3,
.about-safety .card:hover h3,
.about-services .card:hover p,
.about-travel .card:hover p,
.about-safety .card:hover p,
.about-services .card:hover li,
.about-travel .card:hover li,
.about-safety .card:hover li {
    color: #ffffff;
}

/* Tour Sections */
.tour-section {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    scroll-margin-top: 120px;
}

.tour-header {
    text-align: center;
    margin-bottom: 40px;
}

.tour-header h3 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    color: #2d6a2f;
}

.tour-header p {
    font-size: 1.5rem;
    color: #444;
    max-width: 600px;
    margin: 0 auto;
}

/* ===============================
   Other Tours – match Trekking fonts
================================ */

#sandalwood-tour .tour-header h3,
#top-station-sunrise-tour .tour-header h3,
#top-station-tour .tour-header h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#sandalwood-tour .tour-header p,
#top-station-sunrise-tour .tour-header p,
#top-station-tour .tour-header p {
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
    max-width: 820px;
}

@media (max-width: 768px) {
    #sandalwood-tour .tour-header h3,
    #top-station-sunrise-tour .tour-header h3,
    #top-station-tour .tour-header h3 {
        font-size: 24px;
    }

    #sandalwood-tour .tour-header p,
    #top-station-sunrise-tour .tour-header p,
    #top-station-tour .tour-header p {
        font-size: 15px;
    }
}

.tour-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.tour-intro {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Gallery Grid - default: horizontal row of images, no wrapping, optional scroll */
.gallery-grid {
    --h: 260px;
    display: flex;
    gap: 20px;
    overflow-x: auto;          /* horizontal scroll */
    padding-bottom: 10px;
}

.gallery-grid::-webkit-scrollbar {
    height: 6px;
}

.gallery-grid .gitem {
    flex: 0 0 320px;           /* THIS is the key */
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.gallery-grid img {
    width: 100%;
    height: var(--h);
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-grid .gcap {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(11,18,32,.72);
    color: #fff;
    padding: 10px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gallery-grid .gcap b {
    font-weight: 800;
}

.gallery-grid .gcap i {
    opacity: .85;
    font-style: normal;
}

.gallery-grid .gitem:hover img {
    transform: scale(1.05);
}

/* When gcap is used inside horizontal tour galleries (trekking etc.),
   fade the text in on hover so it behaves like an overlay. */
.tour-gallery--exclusive .gcap {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tour-gallery--exclusive .gitem:hover .gcap {
    opacity: 1;
    transform: translateY(0);
}

/* Tour Details */
.tour-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-other-tours .tour-details {
    background: #eaf6ea;
    border: 1px solid rgba(45, 106, 47, 0.18);
    border-radius: 14px;
    padding: 22px;
}

.page-trekking .tour-details,
.page-jeep-safari .tour-details,
.page-exclusive-tours .tour-details {
    background: #eaf6ea;
    border: 1px solid rgba(45, 106, 47, 0.18);
    border-radius: 14px;
    padding: 22px;
}

.tour-overview h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d6a2f;
    margin-bottom: 20px;
    line-height: 1.3;
}

.package-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.info-item {
    display: grid;
    grid-template-columns: minmax(160px, 220px) 1fr;
    column-gap: 14px;
    align-items: start;
    padding: 14px 12px;
    margin-bottom: 12px;
    background: #f8fdf8;
    border-radius: 10px;
    border-left: 4px solid #2d6a2f;
}

.info-label {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.info-value {
    font-weight: 500;
    color: #2d6a2f;
    font-size: 15px;
    text-align: right;
}

@media (max-width: 520px) {
    .info-item {
        grid-template-columns: 1fr;
        row-gap: 6px;
    }

    .info-value {
        text-align: left;
    }
}

/* Cost breakdown table-style list within package info */
.info-item--cost {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.info-item--cost .info-label {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2d6a2f;
}

.cost-breakdown {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    overflow: hidden;
}

.cost-breakdown .cost-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 14px;
    font-size: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.cost-breakdown .cost-row:last-child {
    border-bottom: none;
}

.cost-label {
    color: #111827;
}

.cost-value {
    color: #2d6a2f;
    font-weight: 600;
}

.tour-itinerary h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d6a2f;
    margin-bottom: 20px;
    line-height: 1.3;
}

.itinerary-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.itinerary-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.itinerary-item:hover {
    transform: translateX(4px);
    background: #e8f5e9;
}

.itinerary-icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.itinerary-content {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.itinerary-content strong {
    color: #2d6a2f;
    font-weight: 700;
}

.tour-includes h4,
.tour-highlights h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d6a2f;
    margin-bottom: 20px;
    line-height: 1.3;
}

.includes-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.includes-list li {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    padding: 10px 16px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #2d6a2f;
}

.trail-covers {
    margin-top: 20px;
    padding: 16px;
    background: #e8f5e9;
    border-radius: 8px;
    border-left: 4px solid #2d6a2f;
}

.trail-covers strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #2d6a2f;
    margin-bottom: 8px;
}

.trail-covers p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

.tour-booking {
    margin-top: 30px;
    text-align: center;
}

.page-other-tours .tour-booking::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    margin: 22px auto 0;
}

.tour-info h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #2d6a2f;
}

.tour-highlights-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d6a2f;
    margin-bottom: 20px;
    line-height: 1.3;
}

.tour-highlights-title svg {
    width: 22px;
    height: 22px;
}

.highlights-list {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0 0 30px 0;
}

.highlights-list li {
    padding: 8px 0;
    font-size: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.highlights-list li::marker {
    color: #2d6a2f;
}

.highlights-list li:last-child {
    border-bottom: none;
}

/* Tour gallery slider - show one image at a time with controls
   Only apply to tour-gallery elements that have data-gallery (JS-driven slider). */
.tour-gallery[data-gallery] {
    position: relative;
    overflow: hidden;
    max-width: 760px; /* wider card, similar to reference screenshot */
    width: 100%;
}

.tour-gallery[data-gallery] .gallery-grid {
    display: block;
    position: relative;
}

.tour-gallery[data-gallery] .gitem {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.tour-gallery[data-gallery] .gitem.is-active {
    display: block;
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.tour-gallery[data-gallery] .gitem.prev-slide {
    display: block;
    transform: translateX(-100%);
}

/* Ensure first image is visible only BEFORE JS initializes */
.tour-gallery[data-gallery]:not(.is-ready) .gitem:first-child {
    display: block;
    position: relative;
    opacity: 1;
    transform: translateX(0);
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #111827;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    z-index: 2;
}

.gallery-nav.prev {
    left: 18px;
}

.gallery-nav.next {
    right: 18px;
}

.gallery-nav:hover {
    background: #f97316;
    color: #ffffff;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Exclusive tours gallery card styling and hover behavior */
.tour-gallery--exclusive {
    max-width: 100%;
    margin: 0 auto;
}

/* Let exclusive galleries reuse the same single-image slider layout,
   but keep their card styling and overlays. */
.tour-gallery--exclusive .gitem img {
    width: 100%;
    max-height: 260px;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.tour-gallery--exclusive .gallery-overlay {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 12px 16px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(15, 118, 110, 0.85));
    border-radius: 8px;
    color: #ffffff;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tour-gallery--exclusive .gallery-overlay span {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.tour-gallery--exclusive .gallery-overlay small {
    display: block;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.9;
}

/* On hover, show overlay text on hovered card and nav arrows for exclusive galleries */
.tour-gallery--exclusive .gallery-nav {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.tour-gallery--exclusive:hover .gallery-nav {
    opacity: 1;
    pointer-events: auto;
}

.tour-gallery--exclusive .gitem:hover .gallery-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* When gcap is used inside horizontal/single-image tour galleries (trekking etc.),
   fade the text in on hover so it behaves like an overlay. */
.tour-gallery--exclusive .gcap {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.tour-gallery--exclusive .gitem:hover .gcap {
    opacity: 1;
    transform: translateY(0);
}

/* Why sections (Choose Tour, About Munnar, etc.) */
.tour-why-choose h4,
.tour-why-munnar h4,
.tour-about-munnar h4 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #2d6a2f;
    margin-bottom: 14px;
}

.tour-why-choose p,
.tour-why-munnar p,
.tour-about-munnar p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
}

/* Subheader under tour overview titles (used across all tour pages) */
.tour-overview h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-top: -6px;
    margin-bottom: 18px;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background: #2d6a2f;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background 0.3s;
    text-align: center;
}

.btn-primary:hover {
    background: #245a27;
}

.btn-cta-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0b1220;
    border-radius: 12px;
    padding: 14px 22px;
    text-decoration: none;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.btn-cta-light:hover {
    background: #f9fafb;
}

.btn-accent {
    display: inline-block;
    background: #ff6b35;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
    text-align: center;
    border: none;
    cursor: pointer;
}

.btn-accent:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,107,53,0.3);
}

.btn-outline {
    display: inline-block;
    background: transparent;
    color: #2d6a2f;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid #2d6a2f;
    transition: all 0.3s;
    text-align: center;
}

.btn-outline:hover {
    background: #2d6a2f;
    color: white;
}

/* Grid System */
.featured-grid {
    display: grid;
    gap: 30px;
}

.featured-grid.cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.card h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #333;
}

.card ul {
    list-style: none;
}

.card li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.card li:last-child {
    border-bottom: none;
}

/* CTA Banner */
.cta-banner {
    background: #2d6a2f;
    color: white;
    padding: 80px 0;
}

.cta-banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cta-dark .cta-eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
}

/* Support CTA */
.support-cta {
    background: #f8f9fa;
    padding: 40px 0;
}

.support-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.support-cta__item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 34px 36px;
    min-height: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.support-cta__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-cta__icon img {
    width: 100%;
    height: auto;
}

.support-cta__item h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.support-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2d6a2f;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s;
}

.support-cta__btn:hover {
    background: #245a27;
}

.support-cta__btn--accent {
    background: #ff6b35;
}

.support-cta__btn--accent:hover {
    background: #e55a2b;
}

/* Footer */
.site-footer {
    background: #2d6a2f;
    color: white;
    padding: 60px 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-about p {
    margin-bottom: 20px;
    opacity: 0.9;
    line-height: 1.8;
    font-size: 17px;
}

.socials {
    display: flex;
    gap: 15px;
}

.social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: background 0.3s;
}

.social:hover {
    background: rgba(255,255,255,0.2);
}

.social svg {
    width: 20px;
    height: 20px;
}

.footer-pages h3,
.footer-contact h3,
.footer-awards h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    font-size: 16px;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 1;
}

.contact-list {
    list-style: none;
}

.contact-list li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
}

.contact-list a {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.contact-list a:hover {
    opacity: 1;
}

.contact-ico {
    margin-right: 8px;
}

.award-img {
    display: block;
    margin-bottom: 15px;
}

.award-img img {
    max-width: 150px;
    height: auto;
}

.award-img--small img {
    max-width: 100px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0.8;
}

/* WhatsApp Float */
#whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: white;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.3);
    transition: all 0.3s;
    z-index: 1000;
}

#whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.4);
}

.whatsapp-float__label {
    font-weight: 600;
    white-space: nowrap;
}

.whatsapp-float__icon {
    width: 24px;
    height: 24px;
}

.whatsapp-float__svg {
    width: 100%;
    height: 100%;
}

/* Popular Activity Section */
.popular-activity {
    background: #2d6a2f;
    padding: 60px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.popular-activity::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.activity-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.activity-title {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.activity-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #feca57);
    border-radius: 2px;
    animation: underscore 2s ease-in-out infinite;
}

@keyframes underscore {
    0%, 100% { width: 80px; }
    50% { width: 120px; }
}

.activity-subtitle {
    font-size: 42px;
    color: #ffffff;
    font-weight: 800;
    max-width: 800px;
    margin: 30px auto 0;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.activity-subtitle::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #feca57);
    border-radius: 2px;
}

.activity-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 50px;
    min-height: 500px;
}

.activity-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activity-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.activity-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activity-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.activity-item {
    background: #ff6b35;
    border-radius: 15px;
    padding: 20px 25px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    width: 100%;
    box-sizing: border-box;
}

.activity-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.activity-item:hover::before {
    left: 100%;
}

.activity-item:hover {
    background: #ff5722;
    transform: translateX(8px);
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

.activity-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 1;
    display: block;
}

.activity-description-box {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 25px;
    padding: 45px 40px;
    text-align: center;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    border: 4px solid #ff6b35;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.activity-description-box::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: linear-gradient(45deg, #ff6b35, #f7931e, #ff6b35, #f7931e);
    border-radius: 25px;
    z-index: -1;
    animation: borderRotate 4s linear infinite;
}

@keyframes borderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.activity-description-box h3 {
    font-size: 28px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.activity-description-box h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    border-radius: 2px;
}

.activity-description-box p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.7;
    margin: 25px 0 0;
    font-weight: 500;
}

.activity-visual {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    width: 100%;
    height: auto;
}

.activity-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.activity-visual:hover img {
    transform: scale(1.08);
}

.activity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
    padding: 45px 30px 35px;
    text-align: center;
    transform: translateY(30px);
    transition: transform 0.4s ease;
}

.activity-visual:hover .activity-overlay {
    transform: translateY(0);
}

.activity-overlay h4 {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.activity-overlay p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 25px;
    font-style: italic;
    font-weight: 500;
}

.activity-overlay .btn-primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
    text-decoration: none;
    display: inline-block;
}

.activity-overlay .btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.5);
    background: linear-gradient(135deg, #ee5a24 0%, #ff6b6b 100%);
}

/* Responsive Design for Popular Activity */
@media (max-width: 768px) {
    .popular-activity {
        padding: 40px 20px;
        border-radius: 15px;
    }
    
    .activity-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .activity-subtitle {
        font-size: 32px;
        line-height: 1.4;
    }
    
    .activity-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .activity-lists {
        gap: 12px;
    }
    
    .activity-item {
        padding: 15px 18px;
    }
    
    .activity-name {
        font-size: 15px;
    }
    
    .activity-description-box {
        padding: 25px 20px;
    }
    
    .activity-description-box h3 {
        font-size: 20px;
    }
    
    .activity-description-box p {
        font-size: 15px;
    }
    
    .activity-overlay {
        padding: 25px 20px 20px;
    }
    
    .activity-overlay h4 {
        font-size: 18px;
    }
    
    .activity-overlay .btn-primary {
        padding: 10px 20px;
        font-size: 13px;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 10 !important;
    }
}

@media (max-width: 480px) {
    .activity-title {
        font-size: 24px;
    }
    
    .activity-subtitle {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .activity-description-box {
        padding: 20px 15px;
    }
    
    .activity-description-box h3 {
        font-size: 18px;
    }
    
    .activity-description-box p {
        font-size: 14px;
    }
    
    .activity-overlay h4 {
        font-size: 16px;
    }
    
    .activity-overlay .btn-primary {
        padding: 8px 16px;
        font-size: 12px;
    }
}

.featured-tours {
    background: #ffffff;
    padding: 80px 0 60px;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.featured-header {
    text-align: center;
    margin-bottom: 50px;
}

.featured-title {
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.featured-subtitle {
    font-size: 18px;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 4 tour cards per row on desktop to match best‑selling tours design */
.tours-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 60px;
}

.tour-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(15, 23, 42, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
    border-color: rgba(15, 23, 42, 0.06);
}

.tour-image {
    width: 100%;
    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 22px;
}

.tour-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.35;
}

.tour-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.55;
}

.travel-ready {
    background: #2d6a2f;
    color: #ffffff;
    padding: 40px 32px;
    border-radius: 20px;
    text-align: left;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.travel-ready h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 6px;
}

.travel-ready p {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.9;
}

.travel-ready .btn-primary {
    background: #ffffff;
    color: #166534;
    border-radius: 999px;
    padding: 12px 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

.travel-ready .btn-primary:hover {
    background: #bbf7d0;
    color: #166534;
}

.destination-lists {
    background: #ffffff;
    padding: 32px 32px 36px;
    border-radius: 24px;
    margin-bottom: 60px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.destination-lists h3 {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.destination-item {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.destination-label {
    font-size: 14px;
    color: #667eea;
    font-weight: 600;
    margin-bottom: 5px;
}

.destination-name {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 500;
}

.discount-banner {
    background: #020617;
    color: #ffffff;
    padding: 40px 32px;
    border-radius: 28px;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.discount-banner::before {
    content: '';
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at top left, rgba(16, 185, 129, 0.35), transparent 60%),
              radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.4), transparent 65%);
    opacity: 0.65;
    pointer-events: none;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.3; }
}

.discount-content h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.discount-content p {
    font-size: 16px;
    margin-bottom: 18px;
}

.exclusive-header {
    text-align: center;
    margin-bottom: 40px;
}

.exclusive-header .section-tag {
    margin-bottom: 12px;
}

.exclusive-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

@media (max-width: 768px) {
    .exclusive-header h2 {
        font-size: 2rem;
    }
}

.exclusive-section {
    margin-top: 20px;
}

.exclusive-title {
    font-size: 44px;
    font-weight: 800;
    margin: 0 0 30px;
}

/* Xtcard and Xtpromo Styles for Exclusive Tours */
.xtcard {
    position: relative;
    display: block;
    border-radius: 22px;
    overflow: hidden;
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 260px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.xtcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.xtcard.is-wide {
    grid-column: span 2;
}

.xtcard::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: var(--pos);
    transition: transform 0.35s ease;
}

.xtcard:hover::before {
    transform: scale(1.05);
}

.xtcard__copy {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 60%);
    color: #ffffff;
    z-index: 1;
}

.xt-eyebrow {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 8px;
    opacity: 0.9;
}

.xtcard h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.xtpromo {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 32px;
    color: #ffffff;
}

.xtpromo::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.xtpromo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(45, 106, 47, 0.9), rgba(34, 197, 94, 0.8));
    z-index: 1;
}

.xtpromo--in-grid {
    grid-column: span 1;
}

.xtpromo__badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #f8fafc;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
}

.xtpromo h3 {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.4;
    max-width: 200px;
}

.xtpromo .btn-cta-light {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    color: #2d6a2f;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    border: 2px solid transparent;
}

.xtpromo .btn-cta-light:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Responsive adjustments for xtcard and xtpromo */
@media (max-width: 900px) {
    .xtcard.is-wide {
        grid-column: span 1;
    }
    
    .xtpromo h3 {
        font-size: 16px;
        max-width: 160px;
    }
    
    .xtpromo__badge {
        font-size: 11px;
        padding: 5px 10px;
    }
}

@media (max-width: 600px) {
    .xtcard {
        height: 200px;
    }
    
    .xtpromo {
        height: 200px;
        padding: 20px;
    }
    
    .xtcard__copy {
        padding: 16px;
    }
    
    .xtcard h3 {
        font-size: 18px;
    }
    
    .xtpromo h3 {
        font-size: 14px;
        max-width: 140px;
    }
}

.exclusive-card__overlay--green {
    background: linear-gradient(135deg, rgba(45, 106, 47, 0.9), rgba(34, 197, 94, 0.8));
}

.exclusive-card__overlay--green .special-badge {
    background: #fff;
    color: #2d6a2f;
}

.exclusive-card__overlay--green h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.exclusive-card__overlay--green p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
}

.exclusive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.exclusive-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 260px;
}

.exclusive-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.exclusive-card:hover img {
    transform: scale(1.04);
}

.exclusive-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 22px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 62%);
    color: #ffffff;
}

.exclusive-card__overlay h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.2;
}

.exclusive-card__overlay p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
    line-height: 1.4;
}

.exclusive-card--special {
    grid-column: span 4;
    background: linear-gradient(135deg, #16a34a 0%, #84cc16 100%);
    height: 160px;
    display: flex;
    align-items: center;
    padding: 0;
}

.exclusive-card__special {
    height: 100%;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.special-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #f8fafc;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
}

@media (max-width: 900px) {
    .cta-dark {
        grid-template-columns: 1fr;
    }

    .exclusive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .exclusive-grid {
        grid-template-columns: 1fr;
    }
}

.about-agency {
    background: white;
    padding: 50px;
    /* ... existing code ... */
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.about-agency h3 {
    font-size: 24px;
    color: #2c3e50;
    line-height: 1.6;
    margin-bottom: 25px;
}

.about-agency p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 25px;
}

.why-choose {
    margin: 30px 0;
}

.why-choose h4 {
    font-size: 26px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.choose-list {
    list-style: none;
    padding: 0;
}

.choose-list li {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 18px;
    color: #6c757d;
    line-height: 1.6;
}

.choose-list li:last-child {
    border-bottom: none;
}

.choose-list li strong {
    color: #2c3e50;
}

.happy-customers {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: center;
}

.happy-customers h4 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.happy-customers p {
    font-size: 18px;
    color: #28a745;
    font-weight: 500;
    margin-bottom: 0;
}

.final-cta {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
}

.final-cta p {
    font-size: 20px;
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .featured-title {
        font-size: 32px;
    }
    
    .tours-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .travel-ready {
        padding: 30px 20px;
    }
    
    .travel-ready h3 {
        font-size: 28px;
    }
    
    .destination-lists {
        padding: 25px 20px;
    }
    
    .destination-grid {
        grid-template-columns: 1fr;
    }
    
    .discount-banner {
        padding: 30px 20px;
    }
    
    .discount-content h3 {
        font-size: 32px;
    }
    
    .about-agency {
        padding: 30px 20px;
    }
}
@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }
    
    .site-nav {
        display: none;
        position: fixed;
        inset: 0;
        background: linear-gradient(180deg, #081a14, #020c09);
        padding: 110px 24px 24px;
        z-index: 3000;
        overflow-y: auto;
    }
    
    .site-nav.open {
        display: block;
    }
    
    .site-nav ul {
        flex-direction: column;
        padding: 0;
        gap: 0;
        justify-content: flex-start;
    }

    .site-nav ul li a {
        display: block;
        padding: 14px 0;
        font-size: 18px;
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        border-radius: 0;
    }

    .site-nav ul li a.active {
        color: #6fbf73;
        border-bottom: 2px solid #6fbf73;
        background: transparent;
    }

    .site-nav ul li a:hover {
        background: transparent;
        color: #6fbf73;
        transform: none;
    }

    .site-nav ul li a:hover::after,
    .site-nav ul li a.active::after {
        content: none;
    }
    
    .topbar-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    /* Hero Section Responsive */
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-sub {
        font-size: 1.1rem;
    }
    
    .hero-stats {
        gap: 20px;
    }
    
    .stat-item {
        min-width: 100px;
        padding: 15px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn-hero {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .hero-particles::before {
        width: 60px;
        height: 60px;
    }
    
    .hero-particles::after {
        width: 80px;
        height: 80px;
    }
    
    .trust-badges {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .trust-summary {
        flex-direction: column;
        gap: 10px;
    }

    .trust-logos {
        justify-content: center;
    }

    .trust-tripadvisor-copy {
        align-items: center;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-figure {
        height: 300px;
    }
    
    .page-hero h1 {
        font-size: 2rem;
    }
    
    .tour-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cta-banner__inner {
        flex-direction: column;
        text-align: center;
    }
    
    .support-cta__inner {
        grid-template-columns: 1fr;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section__title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .featured-grid.cols-3 {
        grid-template-columns: 1fr;
    }
    
    .support-cta__item {
        flex-direction: column;
        text-align: center;
    }
}

/* Contact page layout: left copy + right form */
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: flex-start;
    margin-top: 32px;
}

.contact-copy p {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 24px;
}

.contact-copy img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.contact-form {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-form h2 {
    font-size: 34px;
    font-weight: 700;
}

.contact-form .form-row {
    margin-bottom: 16px;
}

.contact-form label {
    display: block;
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    margin-bottom: 6px;
}

.contact-form label span {
    color: #dc2626;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px;
    margin-top: 6px;
    border-radius: 12px;
    border: 1px solid #e1e5ea;
    font-size: 15px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #0f766e;
}

.contact-form .form-actions {
    margin-top: 8px;
    text-align: right;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        margin-top: 24px;
    }
}

/* What's Excludes text */
.tour-excludes li,
.tour-excludes p {
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .tour-excludes li,
    .tour-excludes p {
        font-size: 15.5px;
    }
}

/* About Munnar text */
.about-munnar p {
    font-size: 17px;
    line-height: 1.8;
    color: #374151;
}

@media (max-width: 768px) {
    .about-munnar p {
        font-size: 15.5px;
    }
}

/* Tour title color */
.tour-header h3,
.tour-title {
    color: #2e7d32;
}

.tour-header h3:hover {
    color: #1b5e20;
}

/* Person count modal (contact page) */
.persons-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.persons-box {
    background: #ffffff;
    width: 420px;
    padding: 26px 28px;
    border-radius: 12px;
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont;
    max-width: 94vw;
}

.persons-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

.persons-box label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

.persons-box input {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 8px;
}

.field {
    margin-bottom: 14px;
}

.actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 18px;
}

.btn-cancel {
    background: #f1f1f1;
    border: none;
    padding: 8px 18px;
    border-radius: 18px;
    cursor: pointer;
}

.btn-save {
    background: #4CAF50;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 18px;
    cursor: pointer;
}

/* =========================
   TOUR TITLE BELOW HERO
========================= */

.tour-section-title {
    padding: 35px 0 10px;
    background: #ffffff;
}

.tour-section-title h2 {
    text-align: center;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e7d32;
    margin: 0;
}

.tour-section-title h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #2e7d32;
    margin: 14px auto 0;
    border-radius: 2px;
}

.overview-section {
    margin: 0 0 18px;
}

.overview-section .tour-heading {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2d6a2f;
    margin: 0 0 10px;
}

.overview-section p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #333;
    margin: 0;
}

.tour-overview .tour-subheading {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2d6a2f;
    margin: 0 0 8px;
}

.tour-overview p.highlight {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
    margin: 0 0 14px;
}
