.heroSwiper {
    width: 100%;
    height: 100vh;
    min-height: 750px;
}

.heroSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-royal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.single-column-list ul {
    display: block !important;
    padding: 0;
    list-style: none;
}

.single-column-list ul li {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
}

.single-column-list ul li::before,
.single-column-list ul li i {
    margin-top: 5px !important;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.single-column-list p {
    margin: 0;
    line-height: 1.6;
}

/* Slider Functionality */
.page-single-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 500px;
}

.slider-slide {
    min-width: 100%;
    flex-shrink: 0;
    height: 100%;
}

.slider-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-slide figure {
    margin: 0;
    width: 100%;
    height: 100%;
}

.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.slider-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: white;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
    border-color: white;
}

.slider-dot.active {
    background: white;
    width: 32px;
    border-radius: 6px;
    border-color: white;
    animation: dotPulse 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-dot.active::before {
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: ripple 0.8s ease;
}

@keyframes dotPulse {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0.8;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* Sticky Sidebar */
.page-single-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

/* Statistics Section - Modern Design */
.statistics-section {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    padding: 0 !important;
}

.statistics-section h2.text-anime-style-3 {
    text-align: center !important;
    margin-bottom: 20px !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
}

.statistics-section>p {
    color: #666 !important;
    font-size: 17px;
    line-height: 1.7;
}

/* Trip Info Body - Modern 4-Column Grid */
.statistics-section .trip-info-body {
    display: grid !important;
    grid-template-columns: 1.1fr 1.2fr 1.2fr 1.3fr !important;
    gap: 25px !important;
    width: 100% !important;
}

.statistics-section .trip-info-item {
    padding: 40px 35px !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    min-height: 440px !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.statistics-section .trip-info-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f5c842 0%, #f8d970 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.statistics-section .trip-info-item:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-8px) !important;
}

.statistics-section .trip-info-item:hover::before {
    transform: scaleX(1);
}

.statistics-section .trip-info-item h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 32px !important;
    color: #1a202c !important;
    letter-spacing: -0.5px !important;
}

/* Map Card - Modern Design */
.statistics-section .map-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%) !important;
    padding: 25px !important;
    position: relative !important;
}

.statistics-section .map-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(245, 200, 66, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.statistics-section .map-illustration {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.statistics-section .map-illustration img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s ease;
}

.statistics-section .map-card:hover .map-illustration img {
    transform: scale(1.05);
}

.statistics-section .map-illustration:empty::after {
    content: '🗺️';
    font-size: 120px;
    opacity: 0.15;
}

/* Stats Card - Modern Centered Design */
.statistics-section .stats-card {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
}

.statistics-section .stats-card .stats-number {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #3498db !important;
    margin-bottom: 45px !important;
    letter-spacing: -2px !important;
    line-height: 1 !important;
}

.statistics-section .gender-stats {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    width: 100% !important;
}

.statistics-section .gender-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    padding: 12px !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    transition: all 0.3s ease !important;
}

.statistics-section .gender-item:hover {
    background: #edf2f7 !important;
    transform: translateX(5px) !important;
}

.statistics-section .gender-icon {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.statistics-section .gender-item:hover .gender-icon {
    transform: scale(1.1) rotate(5deg) !important;
}

.statistics-section .gender-icon.male {
    background: linear-gradient(135deg, #fef5dc 0%, #fde68a 100%) !important;
    color: #d97706 !important;
}

.statistics-section .gender-icon.female {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%) !important;
    color: #4f46e5 !important;
}

.statistics-section .gender-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.statistics-section .gender-info .label {
    font-size: 14px !important;
    color: #718096 !important;
    margin-bottom: 4px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.statistics-section .gender-info .percentage {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #1a202c !important;
    line-height: 1 !important;
}

/* Purpose Card - Modern Design */
.statistics-section .purpose-card {
    justify-content: flex-start !important;
}

.statistics-section .purpose-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    width: 100% !important;
}

.statistics-section .purpose-item {
    display: flex !important;
    gap: 18px !important;
    align-items: flex-start !important;
    padding: 18px !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    transition: all 0.3s ease !important;
}

.statistics-section .purpose-item:hover {
    background: #edf2f7 !important;
    transform: translateX(5px) !important;
}

.statistics-section .purpose-icon {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, #fef5dc 0%, #fde68a 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 26px !important;
    color: #d97706 !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(245, 200, 66, 0.3) !important;
    transition: all 0.3s ease !important;
}

.statistics-section .purpose-item:hover .purpose-icon {
    transform: scale(1.1) rotate(-5deg) !important;
}

.statistics-section .purpose-content {
    flex: 1 !important;
}

.statistics-section .purpose-content h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a202c !important;
    margin-bottom: 6px !important;
}

.statistics-section .purpose-content p {
    font-size: 14px !important;
    color: #718096 !important;
    margin-bottom: 14px !important;
    line-height: 1.6 !important;
}

.statistics-section .progress-bar {
    width: 100% !important;
    height: 10px !important;
    background: #e2e8f0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    position: relative !important;
}

.statistics-section .progress-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.statistics-section .progress-fill {
    height: 100% !important;
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 50%, #fcd34d 100%) !important;
    border-radius: 10px !important;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4) !important;
    position: relative !important;
}

/* Attractions Card - Modern Design */
.statistics-section .attractions-card {
    justify-content: flex-start !important;
}

.statistics-section .attractions-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px 25px !important;
    width: 100% !important;
}

.statistics-section .attractions-col {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.statistics-section .attractions-col li {
    font-size: 15px !important;
    color: #2d3748 !important;
    padding: 12px 0 !important;
    position: relative !important;
    padding-left: 28px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.statistics-section .attractions-col li:hover {
    color: #1a202c !important;
    padding-left: 32px !important;
}

.statistics-section .attractions-col li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 18px !important;
    width: 10px !important;
    height: 10px !important;
    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.4) !important;
    transition: all 0.3s ease !important;
}

.statistics-section .attractions-col li:hover::before {
    transform: scale(1.3) !important;
    box-shadow: 0 3px 10px rgba(245, 158, 11, 0.6) !important;
}

/* Responsive Design */
@media (max-width: 1399px) {
    .statistics-section .trip-info-body {
        grid-template-columns: 1fr 1.1fr 1.1fr 1.2fr !important;
        gap: 20px !important;
    }

    .statistics-section .trip-info-item {
        padding: 35px 28px !important;
        min-height: 420px !important;
    }

    .statistics-section .trip-info-item h3 {
        font-size: 26px !important;
        margin-bottom: 28px !important;
    }

    .statistics-section .stats-card .stats-number {
        font-size: 44px !important;
    }
}

@media (max-width: 1199px) {
    .slider-track {
        height: 450px;
    }

    .statistics-section .trip-info-body {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    .statistics-section .trip-info-item {
        min-height: 380px !important;
    }
}

@media (max-width: 991px) {
    .page-single-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }

    .slider-track {
        height: 400px;
    }

    .statistics-section {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .statistics-section .trip-info-body {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .statistics-section .trip-info-item {
        min-height: 340px !important;
    }

    .statistics-section .stats-card {
        text-align: left !important;
        align-items: flex-start !important;
    }

    .statistics-section .gender-item {
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {
    .slider-track {
        height: 300px;
    }

    .slider-dots {
        bottom: 20px;
        gap: 10px;
    }

    .slider-dot {
        width: 8px;
        height: 8px;
    }

    .slider-dot.active {
        width: 28px;
    }

    .statistics-section h2 {
        font-size: 32px;
    }

    .statistics-section .trip-info-item {
        padding: 30px 25px !important;
    }

    .statistics-section .trip-info-item h3 {
        font-size: 24px !important;
    }

    .statistics-section .stats-card .stats-number {
        font-size: 40px !important;
    }

    .statistics-section .attractions-grid {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
}

@media (max-width: 575px) {
    .slider-track {
        height: 250px;
    }

    .slider-dots {
        bottom: 15px;
        gap: 8px;
    }

    .slider-dot {
        width: 7px;
        height: 7px;
    }

    .slider-dot.active {
        width: 24px;
    }

    .statistics-section .trip-info-item {
        padding: 25px 20px !important;
    }

    .statistics-section .gender-item {
        justify-content: flex-start !important;
    }
}

@media (max-width: 400px) {
    .slider-track {
        height: 200px;
    }
}


/* Trip Adventure Section Styles */

/* Desktop Layout - Add gap between day details and image */
.trip-adventure-body {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.trip-location-list {
    flex: 1;
}

.trip-adventure-image {
    flex: 1;
    position: sticky;
    top: 120px;
}

/* Hover effect for adventure items - Desktop */
.trip-adventure-item {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
}

.trip-adventure-item:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.trip-adventure-item.active {
    background: #f0f4f8;
    border-left: 4px solid #f5c842;
    padding-left: 16px;
}

/* Image transition */
.trip-adventure-image figure {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.trip-adventure-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

/* Mobile Swiper Container (hidden by default) */
.trip-adventure-mobile-swiper {
    display: none;
}

/* Mobile Responsive - Swiper Carousel Style */
@media (max-width: 991px) {
    .trip-adventure-body {
        flex-direction: column;
        gap: 0;
    }

    /* Hide desktop layout on mobile */
    .trip-location-list,
    .trip-adventure-image {
        display: none !important;
    }

    /* Show mobile swiper */
    .trip-adventure-mobile-swiper {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    /* Swiper container */
    .trip-mobile-swiper {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
    }

    /* Swiper slide */
    .trip-mobile-swiper .swiper-slide {
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    /* Mobile card image */
    .trip-mobile-card-image {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

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

    /* Day badge overlay on image */
    .trip-mobile-day-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background: rgba(245, 200, 66, 0.95);
        color: #1a202c;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    /* Mobile card content */
    .trip-mobile-card-content {
        padding: 25px 20px;
    }

    .trip-mobile-card-content h3 {
        font-size: 22px;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* .trip-mobile-card-content h3::before {
        content: '';
        width: 8px;
        height: 8px;
        background: #f5c842;
        border-radius: 50%;
        flex-shrink: 0;
    } */

    .trip-mobile-card-content p {
        font-size: 15px;
        line-height: 1.7;
        color: #4b5563;
        margin: 0;
    }

    /* Swiper pagination */
    .trip-mobile-swiper .swiper-pagination {
        bottom: 20px !important;
    }

    .trip-mobile-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #d1d5db;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .trip-mobile-swiper .swiper-pagination-bullet-active {
        background: #f5c842;
        width: 28px;
        border-radius: 5px;
    }

    /* Swiper navigation arrows */
    /* .trip-mobile-swiper .swiper-button-next,
    .trip-mobile-swiper .swiper-button-prev {
        width: 42px;
        height: 42px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
    } */

    /* .trip-mobile-swiper .swiper-button-next::after,
    .trip-mobile-swiper .swiper-button-prev::after {
        font-size: 18px;
        color: #1a202c;
        font-weight: 700;
    } */

    /* .trip-mobile-swiper .swiper-button-next:hover,
    .trip-mobile-swiper .swiper-button-prev:hover {
        background: #f5c842;
        box-shadow: 0 4px 16px rgba(245, 200, 66, 0.4);
    } */

    /* .trip-mobile-swiper .swiper-button-next {
        right: 10px;
    }

    .trip-mobile-swiper .swiper-button-prev {
        left: 10px;
    } */
}

/* Tablet adjustments */
@media (max-width: 768px) and (min-width: 576px) {
    .trip-mobile-card-image {
        height: 280px;
    }

    .trip-mobile-card-content {
        padding: 30px 25px;
    }

    .trip-mobile-card-content h3 {
        font-size: 24px;
    }
}

/* Small mobile adjustments */
@media (max-width: 575px) {
    .trip-mobile-card-image {
        height: 220px;
    }

    .trip-mobile-day-badge {
        top: 12px;
        left: 12px;
        padding: 6px 14px;
        font-size: 12px;
    }

    .trip-mobile-card-content {
        padding: 20px 16px;
    }

    .trip-mobile-card-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .trip-mobile-card-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .trip-mobile-swiper .swiper-button-next,
    .trip-mobile-swiper .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .trip-mobile-swiper .swiper-button-next::after,
    .trip-mobile-swiper .swiper-button-prev::after {
        font-size: 16px;
    }
}

/* Extra small adjustments */
@media (max-width: 400px) {
    .trip-mobile-card-image {
        height: 200px;
    }

    .trip-mobile-card-content h3 {
        font-size: 18px;
    }

    .trip-mobile-card-content p {
        font-size: 13px;
    }
}

/* --- 1. Main Card Container Animation --- */
.sidebar-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    /* Smooth base transition */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    /* Keeps internal animations inside rounded corners */
}

/* Card Lift on Hover */
.sidebar-card:hover {
    transform: translateY(-8px);
    /* Higher lift */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    /* Deeper shadow */
    border-color: transparent;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
    position: relative;
    display: inline-block;
}

/* Title Underline Animation */
.sidebar-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #FDC744;
    /* Theme Yellow */
    transition: width 0.3s ease;
}

.sidebar-card:hover .sidebar-title::after {
    width: 50%;
    /* Underline grows on card hover */
}


/* --- 2. Info Grid (Taj Mahal, etc.) Animation --- */
.info-card {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.info-item {
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Individual Grid Item Hover */
.info-item:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: #eee;
}

.info-item h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
    transition: color 0.3s ease;
}

.info-item:hover h5 {
    color: #d19f28;
    /* Darker yellow on hover */
}

.info-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
}


/* --- 3. Tips List & Icon "Pop" Animation --- */
.tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tips-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    cursor: default;
}

/* Slide Right effect on List Item */
.tips-list li:hover {
    background-color: #fffbf0;
    /* Very subtle yellow tint */
    transform: translateX(5px);
}

/* The Icon Circle */
.tip-icon {
    min-width: 45px;
    height: 45px;
    background-color: #FDC744;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
    color: #333;
    /* Bouncy transition for the icon */
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Icon Pop and Rotate on Hover */
.tips-list li:hover .tip-icon {
    transform: scale(1.15) rotate(15deg);
    /* Pops up and tilts */
    box-shadow: 0 6px 15px rgba(253, 199, 68, 0.5);
    /* Glow gets stronger */
    color: #000;
}

.tip-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    padding-top: 2px;
    transition: color 0.3s;
}

.tips-list li:hover .tip-text {
    color: #222;
    /* Text gets slightly sharper */
}


/* --- Modern Date Input Wrapper --- */
.date-input-wrapper {
    position: relative;
    width: 100%;
}

/* Icon positioning inside the input */
.date-input-wrapper .date-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    /* Matches your #000000 variable */
    pointer-events: none;
    /* Allows clicking through the icon */
    font-size: 18px;
    transition: color 0.3s ease;
}

/* Change icon color on input focus */
.date-input-wrapper input:focus+.date-icon {
    color: var(--accent-color);
    /* Matches your #CBCA7B variable */
}

/* Prevent native calendar icon in some browsers */
.date-input-wrapper input::-webkit-calendar-picker-indicator {
    display: none !important;
    -webkit-appearance: none;
}

/* --- Flatpickr (Calendar) Theme Customization --- */
.flatpickr-calendar {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    font-family: var(--default-font) !important;
    /* Matches 'Manrope' */
    padding: 10px !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: var(--primary-color) !important;
}

/* Header Styles (Month/Year) */
.flatpickr-calendar .flatpickr-header {
    background: transparent;
    margin-bottom: 10px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-family: var(--accent-font) !important;
    /* Matches 'Bricolage Grotesque' */
    font-weight: 700;
    font-size: 18px;
}

/* Weekdays */
span.flatpickr-weekday {
    color: var(--text-color) !important;
    font-weight: 600 !important;
}

/* Days */
.flatpickr-day {
    border-radius: 8px !important;
    border: none !important;
    color: var(--primary-color) !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
    background: #f0f0f0 !important;
    color: var(--primary-color) !important;
}

/* Selected Day (Your Accent Color) */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--accent-color) !important;
    /* Gold */
    color: var(--primary-color) !important;
    /* Black text on Gold bg */
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(203, 202, 123, 0.4);
}

/* Today's Date */
.flatpickr-day.today {
    border: 2px solid var(--accent-color) !important;
    color: var(--primary-color) !important;
}

.booking-section-modern {
    padding: 60px 0 !important;
    background: #f8f9fa !important;
}

.booking-form-container {
    background: white !important;
    border-radius: 16px !important;
    padding: 40px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    height: 100%;
}

.booking-header h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 30px !important;
}

.form-section {
    margin-bottom: 32px !important;
}

.section-title-modern {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
}

.form-label-modern {
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 8px !important;
}

.input-wrapper-modern {
    position: relative !important;
}

.input-modern {
    width: 100% !important;
    height: 50px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    color: #333 !important;
    background: #fff !important;
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    appearance: none !important;
}

.input-modern:focus {
    border-color: #1a1a1a !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
}

.input-modern::placeholder {
    color: #999 !important;
}

.input-icon {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #666 !important;
    pointer-events: none !important;
}

.input-icon-select {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #666 !important;
    pointer-events: none !important;
    font-size: 12px !important;
}

select.input-modern {
    cursor: pointer !important;
    padding-right: 40px !important;
}

.btn-book-now {
    width: 100% !important;
    height: 56px !important;
    background: #000 !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

.btn-book-now:hover {
    background: #333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important;
}

.btn-book-now:active {
    transform: translateY(0) !important;
}

.destination-preview-card {
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.destination-image-wrapper {
    position: relative !important;
    height: 220px !important;
    overflow: hidden !important;
    flex-shrink: 0;
}

.destination-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.image-badge {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    background: white !important;
    color: #000 !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.destination-info {
    padding: 24px !important;
    flex: 1;
}

.destination-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 10px 0 !important;
}

.destination-description {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #666 !important;
    margin-bottom: 20px !important;
}

.section-heading {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 12px 0 !important;
}

/* Small Package Cards */
.package-wrapper-small {
    margin-bottom: 24px !important;
}

.package-grid-small {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
}

.package-card-small {
    background: #f8f9fa !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 12px 8px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.package-card-small:hover {
    background: #1a1a1a !important;
    transform: translateY(-2px) !important;
}

.package-card-small i {
    font-size: 18px !important;
    color: #1a1a1a !important;
    transition: color 0.2s ease !important;
}

.package-card-small:hover i {
    color: white !important;
}

.package-card-small span {
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-align: center !important;
    line-height: 1.2 !important;
    transition: color 0.2s ease !important;
}

.package-card-small:hover span {
    color: white !important;
}

/* Clean Pricing Table */
.pricing-wrapper-clean {
    margin-bottom: 0 !important;
}

.pricing-table {
    background: #f8f9fa !important;
    border-radius: 10px !important;
    padding: 16px !important;
}

.pricing-row-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
}

.pricing-row-item:not(:last-of-type) {
    border-bottom: 1px solid #e0e0e0 !important;
}

.pricing-left {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.pricing-type {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
}

.pricing-rate {
    font-size: 12px !important;
    color: #999 !important;
}

.pricing-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.pricing-calc {
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 500 !important;
}

.pricing-calc span {
    font-weight: 700 !important;
    color: #000 !important;
}

.pricing-subtotal {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    min-width: 80px !important;
    text-align: right !important;
}

.pricing-total-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 16px 12px 16px !important;
    margin: 12px -16px -16px -16px !important;
    background: #1a1a1a !important;
    border-radius: 0 0 10px 10px !important;
}

.total-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: white !important;
}

.total-price {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: white !important;
}

@media (max-width: 1199px) {
    .destination-preview-card {
        margin-top: 30px !important;
    }
}

@media (max-width: 768px) {
    .booking-form-container {
        padding: 24px !important;
    }

    .booking-header h2 {
        font-size: 24px !important;
    }

    .destination-info {
        padding: 20px !important;
    }

    .pricing-table {
        padding: 14px !important;
    }

    .package-grid-small {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .pricing-right {
        flex-direction: column !important;
        align-items: flex-end !important;
        gap: 4px !important;
    }

    .total-price {
        font-size: 20px !important;
    }
}

/* --- 1. GENERAL TEXT STYLING --- */
#forced-style,
#forced-style p,
#forced-style ul,
#forced-style li {
    line-height: 1.8 !important;
    color: #555 !important;
    font-size: 16px !important;
    text-align: justify !important;
}

#forced-style li {
    margin-bottom: 12px !important;
}

/* --- 2. RESPONSIVE IMAGE --- */
.responsive-about-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

/* --- 3. DESKTOP ALIGNMENT (Min-Width 992px) --- */
@media (min-width: 992px) {

    /* 1. Flex-start ensures content stacks at the TOP.
               2. We remove 'space-between' so the button doesn't float to the bottom.
            */
    .about-content-royal {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /* Stack items from the top */
        padding-left: 20px;
    }

    /* Remove margins that might push the heading down */
    .section-title {
        margin-top: -5px;
        margin-bottom: 0;
    }

    /* Add specific gap between text content and button */
    .about-body-royal {
        margin-top: 30px;
        /* Adjust this value to move button closer/further */
    }
}

/* --- 4. MOBILE ADJUSTMENTS (Max-Width 991px) --- */
@media (max-width: 991px) {
    .responsive-about-img {
        height: 350px !important;
        margin-bottom: 30px;
    }

    .about-content-royal {
        height: auto;
        display: block;
        padding-left: 0;
    }

    #forced-style,
    #forced-style p,
    #forced-style li {
        text-align: left !important;
        line-height: 1.6 !important;
    }

    .about-us-royal {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-body-royal {
        margin-top: 20px;
    }
}



.destination-preview-card-full {
    height: 100%;
    min-height: 600px;
}

.destination-image-wrapper-full {
    position: relative;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.destination-img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #B5C437;
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 991px) {
    .destination-preview-card-full {
        min-height: 400px;
        margin-top: 30px;
    }
}

.main-header,
.header-royal {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.header-sticky {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;

    background: linear-gradient(to bottom, #ffffff 40%, rgba(255, 255, 255, 0) 100%) !important;

    padding-top: 25px !important;
    padding-bottom: 20px !important;

    box-shadow: none !important;
    transition: all 0.4s ease;
}


.header-sticky.scrolled {
    position: fixed !important;
    background: #ffffff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
}


.navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    white-space: nowrap;
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 1.5;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #fd7e14 !important;
}

.navbar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.custom-logo {
    width: 180px !important;
    max-width: 100%;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.navbar-toggle .icon-bar {
    background-color: #000000 !important;
}

@media (max-width: 991px) {

    .navbar {
        padding: 5px 0px;
    }

    .custom-logo {
        width: 140px !important;
    }

    .header-sticky {
        padding-top: 10px !important;

        padding-bottom: 10px !important;

        background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%) !important;
    }


    .header-sticky.scrolled {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

/* ===== Itinerary – 3-column, large centre image ===== */
.itin-wrap {
    margin: 60px 0 40px;
}

.itin-wrap .section-title h2,
.itin-wrap .section-title p {
    text-align: center;
}

.itin-wrap .section-title p {
    max-width: 680px;
    margin-inline: auto;
}

.cmt-bt {
    padding: 15px !important;
    font-size: 15px;
    background: rgb(0, 0, 0) !important
}

/* Override the default flex layout from the theme */
.itin-wrap .trip-adventure-body {
    display: grid !important;
    grid-template-columns: 1fr 460px 1fr !important;
    gap: 0 28px !important;
    flex-wrap: unset !important;
    align-items: start !important;
    margin-top: 50px !important;
}

/* ── Side columns ── */
.itin-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ── Day cards (keep .trip-adventure-item for JS hooks) ── */
.trip-adventure-item.itin-card {
    /* reset theme defaults */
    display: flex !important;
    flex-direction: column !important;
    padding: 20px 16px !important;
    margin-bottom: 0 !important;
    min-height: 130px !important;
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid rgba(245, 197, 37, 0.15);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.055);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    position: relative;
}

/* remove theme pseudo-elements that draw divider lines */
.trip-adventure-item.itin-card::before,
.trip-adventure-item.itin-card::after {
    display: none !important;
}

.trip-adventure-item.itin-card:hover,
.trip-adventure-item.itin-card.active {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1) !important;
    border-color: var(--accent-color) !important;
}

/* connector tick toward the image */
.itin-col-left .itin-card {
    border-right: 3px solid transparent;
}

.itin-col-right .itin-card {
    border-left: 3px solid transparent;
}

.itin-col-left .itin-card:hover,
.itin-col-left .itin-card.active {
    border-right-color: var(--accent-color) !important;
}

.itin-col-right .itin-card:hover,
.itin-col-right .itin-card.active {
    border-left-color: var(--accent-color) !important;
}

/* day badge */
.itin-day-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--accent-color);
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
    width: fit-content;
}

.itin-day-badge i {
    font-size: 9px;
}

/* card title */
.itin-card-title {
    font-size: 20px !important;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px !important;
    line-height: 1.35;
}

/* card description – CKEditor HTML */
.itin-card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

.itin-card-desc p {
    margin-bottom: 6px;
}

.itin-card-desc p:last-child {
    margin-bottom: 0;
}

/* CKEditor bullets → icons */
.itin-card-desc ul,
.itin-card-desc ol {
    list-style: none !important;
    padding: 2px 0 0 !important;
    margin: 2px 0 0 !important;
}

.itin-card-desc ul li,
.itin-card-desc ol li {
    position: relative !important;
    padding-left: 20px !important;
    margin-bottom: 5px !important;
    line-height: 1.6 !important;
    color: #555 !important;
    font-size: 15.5px !important;
}

.itin-card-desc ul li::before {
    content: '\f00c' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: var(--accent-color) !important;
    font-size: 11px !important;
}

.itin-card-desc ol {
    counter-reset: itin-c !important;
}

.itin-card-desc ol li::before {
    counter-increment: itin-c !important;
    content: counter(itin-c) !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    width: 14px !important;
    height: 14px !important;
    background: var(--accent-color) !important;
    border-radius: 50% !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    color: #000 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ── Centre image panel (keep .trip-adventure-image for JS) ── */
.trip-adventure-image.itin-img-panel {
    width: auto !important;
    position: sticky;
    top: 110px;
}

.itin-img-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
}

.itin-img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 20px;
    pointer-events: none;
    z-index: 1;
}

/* the <img> – JS swaps its src on hover */
.trip-adventure-image.itin-img-panel img {
    width: 100% !important;
    height: 660px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    display: block;
    transition: opacity 0.2s ease !important;
    aspect-ratio: unset !important;
}

.itin-img-day-count {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: var(--accent-color);
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 12px 16px;
    border-radius: 30px;
    white-space: nowrap;
}

/* ── Mobile swiper (hidden on desktop, shown on mobile) ── */
.trip-adventure-mobile-swiper {
    display: none;
}

/* ===== Responsive ===== */
@media (max-width: 1199px) {
    .itin-wrap .trip-adventure-body {
        grid-template-columns: 1fr 360px 1fr !important;
        gap: 0 20px !important;
    }

    .trip-adventure-image.itin-img-panel img {
        height: 560px !important;
    }
}

@media (max-width: 991px) {
    .itin-wrap .trip-adventure-body {
        display: none !important;
    }

    .trip-adventure-mobile-swiper {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .itin-card {
        padding: 14px 14px !important;
    }
}