/* 
  Sundarban Odyssey - Custom Premium Stylesheet
  Color Palette: Deep Forest Green, Natural Green, Warm Golden Accent, Sand Beige, Dark Charcoal
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lexend+Deca:wght@100..900&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-forest: #0B2516;
    --primary-forest-rgb: 11, 37, 22;
    --natural-green: #2E7D32;
    --natural-green-rgb: 46, 125, 50;
    --accent-gold: #C5A059;
    --accent-gold-rgb: 197, 160, 89;
    --sand-beige: #F1ECE3;
    --off-white: #F8F9F7;
    --dark-charcoal: #1E201E;
    --light-gray: #EAEAEA;
    --font-outfit: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-inter: 'Lexend Deca', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --shadow-premium: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-premium-hover: 0 20px 40px rgba(11, 37, 22, 0.12);
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Global Reset */
body {
    font-family: var(--font-inter);
    color: var(--dark-charcoal);
    background-color: var(--off-white);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .display-font {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: var(--primary-forest);
}

/* Typography & Links */
a {
    text-decoration: none;
    transition: var(--transition-smooth);
    color: var(--natural-green);
}
a:hover {
    color: var(--accent-gold);
}

/* Header & Navbar */
.navbar-premium {
    background-color: rgba(11, 37, 22, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(197, 160, 89, 0.25);
    transition: var(--transition-smooth);
    padding: 15px 0;
    z-index: 1050;
}
.navbar-premium.scrolled {
    padding: 10px 0;
    background-color: rgba(11, 37, 22, 0.98);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
.navbar-premium .navbar-brand {
    font-family: var(--font-outfit);
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--off-white);
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-premium .navbar-brand span {
    color: var(--accent-gold);
}
.navbar-premium .nav-link {
    color: rgba(248, 249, 247, 0.85);
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: 1.05rem;
    padding: 8px 16px !important;
    position: relative;
}
.navbar-premium .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background-color: var(--accent-gold);
    transform: scaleX(0);
    transition: var(--transition-smooth);
}
.navbar-premium .nav-link:hover,
.navbar-premium .nav-link.active {
    color: var(--accent-gold) !important;
}
.navbar-premium .nav-link:hover::after,
.navbar-premium .nav-link.active::after {
    transform: scaleX(1);
}

/* Premium Buttons */
.btn-gold {
    background-color: var(--accent-gold);
    color: var(--primary-forest);
    font-family: var(--font-outfit);
    font-weight: 600;
    border: 1px solid var(--accent-gold);
    border-radius: 50px;
    padding: 10px 24px;
    transition: var(--transition-smooth);
}
.btn-gold:hover {
    background-color: transparent;
    color: var(--accent-gold);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.35);
}

.btn-forest {
    background-color: var(--primary-forest);
    color: var(--off-white);
    font-family: var(--font-outfit);
    font-weight: 600;
    border: 1px solid var(--primary-forest);
    border-radius: 50px;
    padding: 12px 28px;
    transition: var(--transition-smooth);
}
.btn-forest:hover {
    background-color: transparent;
    color: var(--primary-forest);
}

.btn-outline-gold {
    background-color: transparent;
    color: var(--accent-gold);
    font-family: var(--font-outfit);
    font-weight: 600;
    border: 2px solid var(--accent-gold);
    border-radius: 50px;
    padding: 10px 24px;
    transition: var(--transition-smooth);
}
.btn-outline-gold:hover {
    background-color: var(--accent-gold);
    color: var(--primary-forest);
}

/* Hero Carousel */
.hero-slider {
    position: relative;
    height: 85vh;
    min-height: 550px;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
    display: flex;
    align-items: center;
}
.hero-slide.active {
    opacity: 1;
    z-index: 2;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(11, 37, 22, 0.6) 0%, rgba(11, 37, 22, 0.85) 100%);
    z-index: 3;
}
.hero-content-wrapper {
    position: relative;
    z-index: 4;
    color: var(--off-white);
    max-width: 900px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}
.hero-subtitle {
    font-family: var(--font-outfit);
    font-weight: 550;
    font-size: clamp(0.9rem, 1.8vw, 1.25rem);
    color: var(--accent-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.2s;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.hero-title {
    font-family: var(--font-outfit);
    font-weight: 800;
    font-size: clamp(2rem, 4.2vw, 3.8rem);
    line-height: 1.15;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.4s;
}
.hero-desc {
    font-size: clamp(0.9rem, 1.3vw, 1.15rem);
    color: rgba(248, 249, 247, 0.9);
    margin-bottom: 35px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.6s;
}
.hero-btns {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.8s;
}
.hero-slide.active .hero-subtitle,
.hero-slide.active .hero-title,
.hero-slide.active .hero-desc,
.hero-slide.active .hero-btns {
    opacity: 1;
    transform: translateY(0);
}

/* Quick Search/Booking Bar */
.booking-search-bar {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}
.search-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    padding: 30px;
}

/* Section Styling */
.section-padding {
    padding: 80px 0;
}
.section-bg-beige {
    background-color: var(--sand-beige);
}
.section-title-wrapper {
    margin-bottom: 50px;
}
.section-subtitle {
    color: var(--accent-gold);
    font-family: var(--font-outfit);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.95rem;
    margin-bottom: 10px;
}
.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    position: relative;
}

/* Package Card styles */
.package-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    transition: var(--transition-smooth);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.package-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-premium-hover);
    border-color: rgba(197, 160, 89, 0.3);
}
.package-img-wrapper {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.package-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.package-card:hover .package-img {
    transform: scale(1.1);
}
.package-badge-popular {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--accent-gold);
    color: var(--primary-forest);
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 30px;
    z-index: 5;
}
.package-badge-featured {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--primary-forest);
    color: var(--off-white);
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 30px;
    z-index: 5;
}
.package-duration {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: rgba(11, 37, 22, 0.85);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-family: var(--font-outfit);
    font-weight: 600;
}
.package-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.package-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 12px;
}
.package-info-items {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}
.package-info-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 15px;
}
.package-info-item i {
    color: var(--natural-green);
}
.package-price-box {
    margin-top: auto;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.package-price-label {
    font-size: 0.8rem;
    color: #888;
    text-transform: uppercase;
}
.package-price {
    font-family: var(--font-outfit);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--natural-green);
}
.package-price-original {
    font-size: 0.95rem;
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
}

/* Category Filters */
.filter-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.filter-btn {
    background-color: #fff;
    border: 1px solid rgba(11, 37, 22, 0.1);
    border-radius: 40px;
    padding: 10px 24px;
    font-family: var(--font-outfit);
    font-weight: 600;
    color: var(--primary-forest);
    transition: var(--transition-smooth);
}
.filter-btn:hover,
.filter-btn.active {
    background-color: var(--primary-forest);
    color: #fff;
    border-color: var(--primary-forest);
}

/* Statistics Grid */
.stat-box {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(197, 160, 89, 0.15);
    box-shadow: var(--shadow-premium);
    height: 100%;
}
.stat-number {
    font-family: var(--font-outfit);
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--accent-gold);
    margin-bottom: 5px;
}
.stat-label {
    font-weight: 600;
    color: var(--primary-forest);
}

/* Testimonials Grid */
.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px 30px;
    box-shadow: 0 10px 30px rgba(11, 37, 22, 0.03);
    border: 1px solid rgba(197, 160, 89, 0.12);
    position: relative;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 37, 22, 0.08);
    border-color: var(--accent-gold);
}
.testimonial-card::before {
    content: "“";
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-family: var(--font-outfit);
    font-size: 8rem;
    font-weight: 900;
    color: rgba(197, 160, 89, 0.05);
    line-height: 1;
    pointer-events: none;
    transition: var(--transition-smooth);
}
.testimonial-card:hover::before {
    transform: scale(1.1) rotate(-5deg);
    color: rgba(197, 160, 89, 0.08);
}
.testimonial-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--natural-green), var(--accent-gold));
    border-radius: 20px 20px 0 0;
}
.testimonial-stars {
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: var(--accent-gold);
    margin-bottom: 20px;
    display: inline-flex;
    background: rgba(197, 160, 89, 0.06);
    padding: 4px 12px;
    border-radius: 30px;
    border: 1px solid rgba(197, 160, 89, 0.1);
    align-self: flex-start;
}
.testimonial-quote {
    font-family: var(--font-outfit);
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--primary-forest);
    font-style: italic;
    font-weight: 400;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-name {
    font-family: var(--font-outfit);
    font-weight: 700;
    color: var(--primary-forest);
    margin-bottom: 2px;
}
.testimonial-location {
    font-size: 0.85rem;
    color: #666;
}


/* Gallery Hover Lightbox */
.gallery-grid-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 250px;
    box-shadow: var(--shadow-premium);
}
.gallery-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.gallery-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 37, 22, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: var(--transition-smooth);
    padding: 20px;
    color: #fff;
    text-align: center;
}
.gallery-grid-item:hover .gallery-grid-img {
    transform: scale(1.1);
}
.gallery-grid-item:hover .gallery-grid-overlay {
    opacity: 1;
}

/* FAQ Accordion */
.accordion-premium .accordion-item {
    border: 1px solid rgba(197, 160, 89, 0.12);
    background: #fff;
    border-radius: 16px !important;
    margin-bottom: 16px;
    box-shadow: 0 10px 25px rgba(11, 37, 22, 0.02);
    overflow: hidden;
    transition: var(--transition-smooth);
}
.accordion-premium .accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(11, 37, 22, 0.05);
    border-color: rgba(197, 160, 89, 0.3);
}
.accordion-premium .accordion-button {
    font-family: var(--font-outfit);
    font-weight: 600;
    color: var(--primary-forest);
    padding: 22px 25px;
    font-size: 1.1rem;
    border: none;
    box-shadow: none;
    background-color: #fff;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    border-left: 0 solid var(--accent-gold);
}
.accordion-premium .accordion-button:not(.collapsed) {
    background-color: rgba(11, 37, 22, 0.02);
    color: var(--primary-forest);
    border-left: 4px solid var(--accent-gold);
    padding-left: 21px;
}
.faq-icon-wrapper {
    color: var(--accent-gold);
    font-size: 1.15rem;
    margin-right: 12px;
    display: flex;
    align-items: center;
    transition: var(--transition-smooth);
    flex-shrink: 0;
}
.accordion-premium .accordion-button:not(.collapsed) .faq-icon-wrapper {
    color: var(--natural-green);
    transform: scale(1.15);
}
.faq-question-text {
    flex-grow: 1;
    text-align: left;
}
.accordion-premium .accordion-body {
    padding: 22px 25px 25px 58px;
    line-height: 1.7;
    color: #4a4a4a;
    background-color: #fff;
    border-top: 1px solid rgba(197, 160, 89, 0.08);
}

/* Floating Actions */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 100;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: var(--primary-forest);
    color: var(--accent-gold);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
    border: 1px solid var(--accent-gold);
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.back-to-top:hover {
    background-color: var(--accent-gold);
    color: var(--primary-forest);
}

/* Footer Section */
.footer-premium {
    background-color: var(--primary-forest);
    color: rgba(248, 249, 247, 0.75);
    border-top: 4px solid var(--accent-gold);
    padding: 80px 0 30px 0;
    font-size: 0.95rem;
}
.footer-premium h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.footer-premium h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--accent-gold);
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    color: rgba(248, 249, 247, 0.7);
}
.footer-links a:hover {
    color: var(--accent-gold);
    padding-left: 5px;
}
.footer-bottom {
    border-top: 1px solid rgba(248, 249, 247, 0.1);
    margin-top: 50px;
    padding-top: 30px;
    font-size: 0.85rem;
}

/* Package Details Itinerary Builder tabs style */
.itinerary-timeline {
    position: relative;
    border-left: 3px solid var(--accent-gold);
    padding-left: 30px;
    margin-left: 20px;
}
.itinerary-day-node {
    position: relative;
    margin-bottom: 40px;
}
.itinerary-day-badge {
    position: absolute;
    left: -53px;
    top: 0;
    width: 42px;
    height: 42px;
    background-color: var(--primary-forest);
    color: var(--accent-gold);
    border: 3px solid var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: var(--font-outfit);
}

/* Booking Date Availability Calendar Widget */
.availability-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-top: 15px;
}
.calendar-day-header {
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #666;
    padding-bottom: 5px;
}
.calendar-day-cell {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 5px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: var(--transition-smooth);
}
.calendar-day-cell:hover:not(.disabled) {
    border-color: var(--accent-gold);
    background-color: var(--sand-beige);
}
.calendar-day-cell.disabled {
    background-color: #f1f1f1;
    color: #ccc;
    cursor: not-allowed;
}
.calendar-day-cell.selected {
    border-color: var(--accent-gold);
    background-color: var(--primary-forest) !important;
    color: #fff !important;
}
.calendar-day-number {
    font-weight: 700;
    font-size: 1.05rem;
}
.calendar-occupancy-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 4px;
}
.occupancy-open { background-color: #2E7D32; }
.occupancy-almost-full { background-color: #EF6C00; }
.occupancy-full { background-color: #C62828; }
.occupancy-closed { background-color: #37474F; }

.occupancy-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    margin-right: 15px;
}

/* Page Banner */
.page-banner {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 37, 22, 0.8);
}
.page-banner-content {
    position: relative;
    z-index: 2;
}

/* ============================================================
   HOMEPAGE UI ENHANCEMENTS
   ============================================================ */

/* Scroll Reveal Utility */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
}

/* Section Title Accent */
.section-title-wrapper { position: relative; }
.section-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--accent-gold), var(--natural-green));
}
.text-center .section-title::after,
.section-title-wrapper.text-center .section-title::after {
    margin-left: auto;
    margin-right: auto;
}

/* Hero Enhancements */
.hero-slider { overflow: hidden; }
.hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 3;
    pointer-events: none;
    opacity: 0.35;
}
.hero-blob-1 {
    width: 320px;
    height: 320px;
    background: var(--accent-gold);
    top: -80px;
    right: -60px;
}
.hero-blob-2 {
    width: 260px;
    height: 260px;
    background: var(--natural-green);
    bottom: -100px;
    right: 15%;
}
.hero-trust-badge {
    position: absolute;
    z-index: 4;
    right: 40px;
    bottom: 110px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 1s;
}
.hero-slide.active .hero-trust-badge {
    opacity: 1;
    transform: translateY(0);
}
.hero-trust-badge .stars {
    color: var(--accent-gold);
    font-size: 0.9rem;
    letter-spacing: 2px;
}
.hero-trust-badge strong {
    font-family: var(--font-outfit);
    font-size: 1.1rem;
    display: block;
    line-height: 1.2;
}
.hero-trust-badge small {
    opacity: 0.75;
    font-size: 0.78rem;
}
@media (max-width: 991.98px) {
    .hero-trust-badge { display: none; }
}
.hero-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    z-index: 4;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--font-outfit);
}
.hero-scroll-indicator .mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    position: relative;
}
.hero-scroll-indicator .mouse::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    width: 4px;
    height: 8px;
    background: var(--accent-gold);
    border-radius: 2px;
    transform: translateX(-50%);
    animation: scrollWheel 1.6s ease infinite;
}
@keyframes scrollWheel {
    0% { opacity: 1; top: 6px; }
    70% { opacity: 0; top: 18px; }
    100% { opacity: 0; top: 6px; }
}

/* Trust Statistics Icons */
.stat-box {
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}
.stat-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-gold), var(--natural-green));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-smooth);
}
.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-premium-hover);
}
.stat-box:hover::before {
    transform: scaleX(1);
}
.stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(197, 160, 89, 0.15), rgba(46, 125, 50, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent-gold);
}

/* About Section Image Treatment */
.about-img-wrapper {
    position: relative;
}
.about-img-wrapper img {
    position: relative;
    z-index: 2;
}
.about-img-wrapper::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--accent-gold);
    border-radius: 20px;
    z-index: 1;
}
.about-floating-badge {
    position: absolute;
    z-index: 3;
    bottom: -25px;
    right: -15px;
    background: var(--primary-forest);
    color: #fff;
    border-radius: 18px;
    padding: 20px 26px;
    box-shadow: var(--shadow-premium-hover);
    text-align: center;
    border: 4px solid var(--off-white);
}
.about-floating-badge .num {
    font-family: var(--font-outfit);
    font-weight: 800;
    font-size: 2rem;
    color: var(--accent-gold);
    line-height: 1;
}
.about-floating-badge .lbl {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.85;
}
@media (max-width: 767.98px) {
    .about-floating-badge { right: 15px; }
}

/* Why Choose Us icon upgrade */
.why-choose-card {
    transition: var(--transition-smooth);
}
.why-choose-card:hover {
    transform: translateY(-8px);
    border-color: rgba(197, 160, 89, 0.3);
}
.why-choose-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent-gold), #e0bd7d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-forest);
    transition: var(--transition-smooth);
}
.why-choose-card:hover .why-choose-icon {
    transform: rotate(-8deg) scale(1.05);
}

/* Experience Cards */
.experience-card-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}
.experience-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.experience-card:hover .experience-card-img-wrapper img {
    transform: scale(1.1);
}
.experience-card-icon {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.95);
    color: var(--primary-forest);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

/* Comparison Tabs & Card Layout */
#comparisonTabs {
    background-color: rgba(11, 37, 22, 0.04) !important;
    padding: 6px !important;
    border-radius: 50px !important;
}
#comparisonTabs .nav-link {
    color: var(--primary-forest) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}
#comparisonTabs .nav-link:hover {
    background-color: rgba(11, 37, 22, 0.06);
}
#comparisonTabs .nav-link.active {
    background-color: var(--primary-forest) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(11, 37, 22, 0.12);
}

/* Tour Process Steps */
.process-step-card {
    position: relative;
    transition: var(--transition-smooth);
}
.process-step-card:hover {
    transform: translateY(-8px);
}
.process-step-number {
    width: 56px;
    height: 56px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: var(--primary-forest);
    color: var(--accent-gold);
    font-family: var(--font-outfit);
    font-weight: 800;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--accent-gold);
}
.process-step-connector {
    display: none;
}
@media (min-width: 768px) {
    .process-step-connector {
        display: block;
        position: absolute;
        top: 28px;
        left: 50%;
        width: 100%;
        height: 2px;
        background: repeating-linear-gradient(90deg, var(--accent-gold) 0 8px, transparent 8px 16px);
        z-index: 0;
    }
    .col-md-3:last-child .process-step-connector {
        display: none;
    }
}

/* Gallery Lightbox */
.gallery-grid-item { cursor: pointer; border: none; padding: 0; display: block; width: 100%; }
.gallery-lightbox-modal .modal-content {
    background: transparent;
    border: none;
}
.gallery-lightbox-modal .modal-body {
    padding: 0;
    position: relative;
}
.gallery-lightbox-modal img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.gallery-lightbox-modal .btn-close {
    position: absolute;
    top: -45px;
    right: 0;
    background-color: var(--accent-gold);
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
}
.gallery-lightbox-caption {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-family: var(--font-outfit);
    font-weight: 600;
}

/* Testimonials Enhancements */
.testimonial-avatar-initials {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-forest), #16482b);
    color: var(--accent-gold);
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--accent-gold);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.badge-verified {
    background: rgba(46, 125, 50, 0.08) !important;
    color: var(--natural-green) !important;
    border: 1px solid rgba(46, 125, 50, 0.15) !important;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    vertical-align: middle;
}


/* FAQ custom toggle icon & Grid Redesign */
.faq-grid-item {
    background: #ffffff !important;
    border: 1px solid rgba(197, 160, 89, 0.15) !important;
    border-radius: 16px !important;
    margin-bottom: 0 !important;
    transition: var(--transition-smooth);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 25px rgba(11, 37, 22, 0.02) !important;
}
.faq-grid-item:hover {
    background: #ffffff !important;
    border-color: rgba(197, 160, 89, 0.35) !important;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(11, 37, 22, 0.05) !important;
}
.faq-grid-item:has(.accordion-button:not(.collapsed)) {
    background: #ffffff !important;
    border-color: var(--accent-gold) !important;
    box-shadow: 0 15px 35px rgba(11, 37, 22, 0.07) !important;
}
.faq-grid-button {
    background-color: transparent !important;
    color: var(--primary-forest) !important;
    padding: 22px 20px !important;
    font-family: var(--font-outfit);
    font-weight: 600;
    font-size: 1rem;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: none !important;
    width: 100%;
    text-align: left;
}
.faq-grid-button:not(.collapsed) {
    color: var(--primary-forest) !important;
}
.faq-number-badge {
    width: 36px;
    height: 36px;
    background: rgba(197, 160, 89, 0.08);
    border: 1px solid rgba(197, 160, 89, 0.15);
    border-radius: 8px;
    color: var(--accent-gold);
    font-family: var(--font-outfit);
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition-smooth);
}
.faq-grid-button:not(.collapsed) .faq-number-badge {
    background: var(--primary-forest);
    color: var(--accent-gold);
    border-color: var(--primary-forest);
}
.faq-grid-button::after {
    background-image: none !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    content: '\f067' !important;
    color: var(--primary-forest) !important;
    background: rgba(197, 160, 89, 0.15) !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.75rem !important;
    transition: var(--transition-smooth) !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
}
.faq-grid-button:not(.collapsed)::after {
    content: '\f068' !important;
    background: var(--primary-forest) !important;
    color: var(--accent-gold) !important;
    transform: rotate(180deg) !important;
}
.faq-grid-body {
    padding: 0 20px 22px 71px !important;
    line-height: 1.7;
    color: #4a4a4a !important;
    background-color: transparent !important;
    border-top: 1px solid rgba(197, 160, 89, 0.08) !important;
    font-size: 0.95rem;
    text-align: left;
}

/* CTA Section Pattern */
.cta-pattern-section {
    position: relative;
    overflow: hidden;
}
.cta-pattern-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(197, 160, 89, 0.18) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    z-index: 0;
}
.cta-pattern-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.15), transparent 70%);
    top: -150px;
    right: -100px;
    z-index: 0;
}
.cta-pattern-section .container {
    position: relative;
    z-index: 1;
}

/* Contact Icon Boxes */
.contact-icon-box {
    transition: var(--transition-smooth);
}
.contact-icon-box:hover {
    background-color: var(--primary-forest) !important;
    color: var(--accent-gold) !important;
    transform: translateY(-4px);
}

/* Button micro-interaction */
.btn-gold, .btn-forest, .btn-outline-gold, .btn-outline-light {
    position: relative;
    overflow: hidden;
}
.btn-gold i, .btn-forest i, .btn-outline-gold i {
    transition: transform 0.3s ease;
}
.btn-gold:hover i.fa-paper-plane,
.btn-forest:hover i.fa-circle-info,
.btn-outline-gold:hover i {
    transform: translateX(3px);
}

/* Admin Dashboard layout */
.admin-sidebar {
    background-color: var(--primary-forest);
    min-height: 100vh;
    border-right: 1px solid rgba(197, 160, 89, 0.2);
}
.admin-sidebar .nav-link {
    color: rgba(255,255,255,0.75);
    padding: 12px 20px;
    border-radius: 8px;
    margin: 4px 10px;
    font-family: var(--font-outfit);
    display: flex;
    align-items: center;
    gap: 12px;
}
.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    color: var(--accent-gold);
    background-color: rgba(255,255,255,0.05);
}
.admin-header {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    padding: 15px 30px;
}

/* ============================================================
   RESPONSIVE DESIGN SYSTEM OVERRIDES (MOBILE & TABLET)
   ============================================================ */

/* Medium Devices (Tablets, less than 992px) */
@media (max-width: 991.98px) {
    .navbar-premium .navbar-collapse {
        background-color: rgba(11, 37, 22, 0.98);
        margin-top: 15px;
        padding: 15px;
        border-radius: 12px;
        border: 1px solid rgba(197, 160, 89, 0.15);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }
    .navbar-premium .nav-link::after {
        display: none !important;
    }
    .navbar-premium .nav-item {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .navbar-premium .btn-gold {
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }
    
    .booking-search-bar {
        margin-top: 0 !important;
        padding: 40px 0 !important;
    }
    .search-card {
        padding: 20px !important;
        border-radius: 16px !important;
    }
    
    .ratio-21x9 {
        --bs-aspect-ratio: 56.25% !important; /* Forces 16:9 ratio for embedded maps on tablet/mobile */
    }

    .gallery-grid-overlay {
        opacity: 1 !important;
        background: linear-gradient(180deg, transparent 50%, rgba(11, 37, 22, 0.9) 100%) !important;
        justify-content: flex-end !important;
        align-items: flex-start !important;
        padding: 15px !important;
        text-align: left !important;
    }
    .gallery-grid-overlay h5 {
        font-size: 0.95rem;
        margin-bottom: 4px !important;
    }
    .gallery-grid-overlay span {
        font-size: 0.7rem;
    }
    .gallery-grid-item {
        height: 200px !important;
    }
    
    .comparison-table-wrapper table {
        white-space: nowrap !important;
    }
}

/* Small Devices (Phones, less than 768px) */
@media (max-width: 767.98px) {
    .section-padding {
        padding: 45px 0 !important;
    }
    .section-title {
        font-size: 1.85rem !important;
    }
    .section-subtitle {
        font-size: 0.85rem !important;
        margin-bottom: 6px !important;
    }
    .section-title-wrapper {
        margin-bottom: 30px !important;
    }
    
    .hero-slider {
        height: 560px !important;
        min-height: 560px !important;
        padding: 0 !important;
        position: relative !important;
        overflow: hidden !important;
    }
    .hero-slide {
        position: absolute !important;
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        padding: 90px 0 30px 0 !important;
        display: flex !important;
        align-items: center !important;
    }
    .hero-title {
        font-size: 2.1rem !important;
        line-height: 1.25 !important;
    }
    .hero-subtitle {
        font-size: 0.95rem !important;
    }
    .hero-desc {
        font-size: 0.95rem !important;
        margin-bottom: 25px !important;
    }
    .hero-content-wrapper {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .hero-btns {
        flex-direction: row !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    .hero-btns .btn {
        width: auto !important;
        flex: 1 !important;
        max-width: 180px !important;
        padding: 12px 16px !important;
        font-size: 0.9rem !important;
        white-space: nowrap !important;
    }
    
    .filter-tabs {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        padding-bottom: 10px !important;
        margin-bottom: 25px !important;
        -webkit-overflow-scrolling: touch;
        gap: 8px !important;
    }
    .filter-btn {
        white-space: nowrap !important;
        padding: 8px 18px !important;
        font-size: 0.9rem !important;
    }
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
    .stat-box {
        padding: 15px 10px !important;
    }
    .stat-number {
        font-size: 1.8rem !important;
    }
    .stat-label {
        font-size: 0.78rem !important;
    }
    
    .about-floating-badge {
        padding: 10px 15px !important;
        right: 10px !important;
        bottom: 10px !important;
    }
    .about-floating-badge .num {
        font-size: 1.5rem !important;
    }
    .about-floating-badge .lbl {
        font-size: 0.65rem !important;
        letter-spacing: 0.5px !important;
    }
    
    .testimonial-card {
        padding: 25px 20px 20px !important;
    }
    .testimonial-card::before {
        font-size: 5rem !important;
        bottom: 10px !important;
        right: 15px !important;
    }
    
    .faq-grid-button {
        padding: 15px 12px !important;
        font-size: 0.95rem !important;
        gap: 10px !important;
    }
    .faq-number-badge {
        width: 30px !important;
        height: 30px !important;
        font-size: 0.8rem !important;
    }
    .faq-grid-body {
        padding: 0 12px 15px 52px !important;
        font-size: 0.88rem !important;
    }
    
    .whatsapp-float {
        width: 48px !important;
        height: 48px !important;
        font-size: 24px !important;
        bottom: 15px !important;
        left: 15px !important;
    }
    .back-to-top {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
}

/* Layout adjustments for tablet and desktop viewports to keep text at the bottom left on a single line */
@media (min-width: 768px) {
    .hero-slide {
        align-items: flex-end !important;
        padding-bottom: 90px !important;
    }
    .hero-content-wrapper {
        margin-left: 8% !important;
        margin-right: auto !important;
    }
    .hero-slide .col-lg-8 {
        max-width: 90% !important;
        flex: 0 0 90% !important;
    }
    .hero-title {
        white-space: nowrap !important;
    }
}

/* Custom Micro-Animations */
.hover-slide-right {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-slide-right:hover {
    transform: translateX(6px);
    background-color: #f8fafc;
}
