﻿body {
    margin: 0px;
    padding: 0px;
}

.container {
    margin-top: 0px;
}

.site-content,
.content-area {
    padding: 0 0 0px !important;
    margin: 0 0 0px !important;
}

#primary {
    padding: 0 0 0px !important;
    margin: 0 0 0px !important;
}

#crumbs a {
    display: none;
}
h1.text-muted {
    font-size: 20px;
}
header.hero {
    height: 300px;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
.trip-layout {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Left Side (80%) */
.left-column {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 80%;
}

.right-column {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* max-width: 25%; */
    max-width: 100%;
}

.page-header {
    display: none;
}

.image-card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    background: #fff;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    height: 500px;
}

.poster {
    width: 50%;
    height: 100%;
}

.poster-wrapper {
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    position: relative;
}

.poster-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
    display: block;
}

/* Zoom only inside the frame */
.poster-wrapper:hover img {
    transform: scale(1.1);
}

.thumbnails {
    width: 50%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.thumbnail-wrapper {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
    display: block;
}

/* Only zoom the hovered image inside its frame */
.thumbnail-wrapper:hover img {
    transform: scale(1.1);
}

.description-card {
    background: #ffffff;
    padding: 20px;
    font-size: 16px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.description-card h2 {
    margin-top: 0;
    font-size: 22px;
}

.description-card .tagline {
    color: #555;
    margin-bottom: 10px;
    font-size: 15px;
}

.description-card p {
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}

/* Price Card (20%) */
.price-card {
    flex: 1;
    min-width: 200px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: fit-content;
}

.rating-card {
    flex: 1;
    min-width: 200px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: fit-content;
}

.price-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.price-card h2 {
    margin: 8px 0;
    font-size: 24px;
    color: #000;
}

.price-card span {
    font-size: 13px;
    color: #888;
}

.price-card button {
    margin-top: 12px;
    background: #0d6efd;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width: 768px) {
    .trip-layout {
        flex-direction: column;
        align-items: stretch;
    }

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

    .image-card {
        flex-direction: column;
        height: auto;
    }

    .poster,
    .thumbnails {
        width: 100%;
        height: auto;
    }

    .thumbnails {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .price-card {
        width: 100%;
    }
}

/* 25-08-25 */

.box {
    width: 300px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.box h5 {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

html {
    scroll-behavior: smooth;
}

.tabs-container {
    position: sticky;
    top: 0;
    z-index: 1000 !important;
    background: #f5f9ff !important;
    white-space: nowrap;
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.tabs-container.sticky {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.tabs-container::-webkit-scrollbar {
    height: 6px;
}

.tabs-container::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border-radius: 10px;
}

.tabs-container::-webkit-scrollbar-track {
    background: transparent;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-item {
    margin-right: 8px;
}

.nav-tabs .nav-link {
    border: none;
    color: #333 !important;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px 18px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-tabs .nav-link:hover {
    background-color: #e6f0ff !important;
    color: #007bff !important;
}

.nav-tabs .nav-link.active {
    background-color: #2196f3 !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.tab-section {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    scroll-margin-top: 70px;
}

.contact-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}

.contact-icons .call {
    background: #ebf5ff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icons .whatsapp {
    background: #f0fff4;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icons .email {
    background: #f0f9ff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.includes {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
}

/* Outer container of lightbox */
.lb-outerContainer {
    width: 80vw !important;
    height: 80vh !important;
    max-width: 80vw !important;
    max-height: 80vh !important;
    border-radius: 20px !important;
}

.lb-container,
.lb-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    background: #000;
    border-radius: 20px !important;
}

.tabs-container .nav-tabs {
    flex-wrap: nowrap;
    display: flex;
    white-space: nowrap;
}

.tabs-container .nav-link {
    flex: 0 0 auto;
}

.share-icons i {
    font-size: 30px;
}

@media (max-width: 768px) and (min-width: 481px) {
    .price-card-section {
        display: flex;
        gap: 20px;
    }
}

@media (max-width: 1030px) and (min-width: 769px) {
    .left-column {
        max-width: 67% !important;
    }
}

@media (max-width: 480px) {
    .hero-text {
        display: none;
    }

    header.hero {
        height: 60px !important;
        background: none !important;
    }

    .nav-tabs .nav-item .nav-link {
        font-size: 14px !important;
    }

    .nav-tabs .nav-item {
        margin-right: 0 !important;
    }

    .description-card {
        background: transparent !important;
        padding: 0 !important;
        border-radius: none !important;
        box-shadow: none !important;
    }

    .image-card {
        background: transparent !important;
        padding: 0 !important;
        border-radius: none !important;
        box-shadow: none !important;
    }

    .price-card {
        width: 100% !important;
    }

    .trip-layout {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

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

    .mobile-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Hide original right column content */
    .right-column .price-card-section {
        display: none;
    }
    .tab-section {
        padding: 0px;
        border-radius: 0%;
        box-shadow: none;
    }
    .tabs-container {
        padding: 4px;
        border-radius: 0%;
        box-shadow: none;
    }
    .tabs-container::-webkit-scrollbar {
        display: none;
    }
    .timeline {
        margin-left: 0px !important;
    }
    .trip-layout {
        padding: 0px;
        margin: 20px;
    }
}

.timeline {
    position: relative;
    margin-left: 10px;
    padding-left: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        white 25%,
        transparent 25%,
        transparent 50%,
        #555 50%,
        black 95%,
        transparent 75%,
        transparent
    );
    background-size: 6px 40px;
    border-radius: 3px;
    z-index: 0;
}

.timeline-item {
    position: relative;
    min-height: 70px;
}

.dot {
    position: absolute;
    left: -31px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #1da1f2;
    border-radius: 50%;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    /* Avoid interference */
}

.dot.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.5);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.floating-car {
    position: absolute;
    left: -7px;
    width: 32px;
    height: 32px;
    z-index: 10;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 28px;
    color: #1976d2;
    pointer-events: none;
    top: -12px;
}

.partner-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rating span {
    font-size: 16px;
    margin-bottom: 2px;
}

.partner-details .rating {
    margin: 0 !important;
    padding: 0 !important;
}
.partner-name a{
    font-weight: 500;
    font-size: 1rem;
}