/* Tour detail presentation layer only. No backend/data behaviour lives here. */
:root {
    --td-ink: #0f172a;
    --td-muted: #64748b;
    --td-line: #e2e8f0;
    --td-surface: #ffffff;
    --td-soft: #f8fafc;
    --td-blue: #2563eb;
    --td-blue-dark: #1e3a8a;
    --td-blue-soft: #eff6ff;
    --td-orange: #f07e00;
    --td-shadow: 0 14px 38px rgba(15, 23, 42, .07);
}

.package-details-page {
    margin-bottom: 0 !important;
    padding-top: 58px !important;
    padding-bottom: 76px !important;
    background:
        radial-gradient(circle at 8% 4%, rgba(37, 99, 235, .055), transparent 24%),
        linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
}

.package-details-page .row.g-lg-4 {
    --bs-gutter-x: 32px;
}

.tour-tabs-nav {
    border-top: 1px solid #f1f5f9 !important;
    border-bottom-color: var(--td-line) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .09) !important;
}

.tour-tab-btn {
    min-height: 50px;
    color: #334155 !important;
    font-weight: 700 !important;
    letter-spacing: -.1px;
}

.tour-tab-btn:hover {
    color: #c75c06 !important;
}

.tour-tab-btn.active {
    color: #fff !important;
}

.tour-tab-btn:focus-visible,
.tour-card-slider-btn:focus-visible,
.pkg-read-more-btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .25);
    outline-offset: 2px;
}

/* Consistent section surfaces */
.tour_details_img_wrapper,
.package-details-warpper,
.sight-section-wrap,
.act-section-wrap,
.tour-hotel-section,
.itinerary-container,
.terms-container {
    width: 100% !important;
    margin: 0 0 26px !important;
    padding: 22px !important;
    overflow: hidden;
    border: 1px solid var(--td-line) !important;
    border-radius: 20px !important;
    background: var(--td-surface) !important;
    box-shadow: var(--td-shadow) !important;
}

.tour_details_img_wrapper > h5,
.package-details-warpper h4,
.itinerary-title {
    margin: 0 0 18px !important;
    color: var(--td-ink) !important;
    font-size: 21px !important;
    line-height: 1.3 !important;
    font-weight: 750 !important;
    letter-spacing: -.4px;
    text-align: left !important;
}

.tour_details_img_wrapper > h5::after,
.package-details-warpper h4::after,
.itinerary-title::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 9px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--td-orange), #ffb15c);
}

/* Gallery */
.tour_details_img_wrapper #mainImage {
    width: 100% !important;
    height: 350px !important;
    max-height: none !important;
    border-radius: 15px !important;
    object-fit: cover !important;
    box-shadow: none !important;
    background: #eef2f7;
}

.tour_details_img_wrapper > .d-flex {
    gap: 10px !important;
    padding: 10px !important;
    border-color: var(--td-line) !important;
    border-radius: 14px !important;
    background: var(--td-soft) !important;
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 transparent;
}

.tour_details_img_wrapper .thumb-img {
    width: 118px;
    height: 78px !important;
    flex: 0 0 118px;
    padding: 2px;
    border: 2px solid transparent !important;
    border-radius: 10px !important;
    object-fit: cover;
    background: #fff;
}

.tour_details_img_wrapper .thumb-img:hover {
    border-color: var(--td-orange) !important;
    transform: translateY(-2px) !important;
}

/* Overview */
.package-details-warpper .package-info-wrap {
    margin-bottom: 0 !important;
}

.package-details-warpper .pkg-dsc-inner {
    color: #475569 !important;
    font-size: 14.5px !important;
    line-height: 1.85 !important;
}

.package-details-warpper .pkg-dsc-fade {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 78%) !important;
    opacity: 1 !important;
}

.package-details-warpper .pkg-read-more-btn {
    min-height: 38px;
    border-color: #cbd5e1 !important;
    border-radius: 999px !important;
    color: var(--td-blue-dark) !important;
    background: #fff !important;
}

.package-details-warpper .pkg-read-more-btn:hover {
    border-color: var(--td-blue-dark) !important;
    color: #fff !important;
    background: var(--td-blue-dark) !important;
}

/* Slider sections */
.sight-section-wrap,
.act-section-wrap,
.tour-hotel-section {
    margin-bottom: 26px !important;
}

.sight-section-title,
.act-section-title,
.tour-hotel-title {
    margin-bottom: 18px !important;
}

.sight-section-title h4,
.act-section-title h4,
.tour-hotel-title h4 {
    color: var(--td-ink) !important;
    font-size: 19px !important;
}

.tour-card-slider-btn {
    border-color: var(--td-line) !important;
    color: #475569 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .07) !important;
}

.tour-card-slider-btn:hover {
    border-color: var(--td-orange) !important;
    color: #fff !important;
    background: var(--td-orange) !important;
}

.sight-card,
.act-card,
.tour-hotel-card {
    border-color: var(--td-line) !important;
    border-radius: 15px !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .055) !important;
}

.sight-card:hover,
.act-card:hover,
.tour-hotel-card:hover {
    border-color: #bfdbfe !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .11) !important;
}

/* Day-wise itinerary */
.itinerary-container {
    padding: 24px !important;
}

.timeline-container > ul {
    margin: 0 0 18px !important;
    padding: 0 0 0 42px !important;
}

.timeline-container > ul:last-child {
    margin-bottom: 0 !important;
}

.timeline-container > ul::before {
    left: 17px !important;
    width: 2px !important;
    background: #dbeafe !important;
}

.timeline-container > ul > li > span {
    top: 7px !important;
    left: 10px !important;
    width: 16px !important;
    height: 16px !important;
    border: 3px solid #fff;
    background: var(--td-blue) !important;
    box-shadow: 0 0 0 3px #dbeafe;
}

.itinerary-container .day-tag {
    display: block !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.itinerary-container .day-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px !important;
    border: 1px solid #ffedd5 !important;
    border-radius: 999px !important;
    color: #c2410c !important;
    background: #fff3eb !important;
    font-size: 13.5px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.itinerary-container .day-box {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    border: 1px solid var(--td-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(15, 23, 42, .055) !important;
}

.itinerary-container .day-image {
    display: block !important;
    width: 100% !important;
    margin: 16px 0 !important;
}

.itinerary-container .day-image img {
    display: block !important;
    width: 100% !important;
    height: 380px !important;
    max-height: 420px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    object-fit: cover !important;
    border: 1px solid #e2e8f0 !important;
}

.itinerary-container .day-content {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    color: #475569 !important;
    background: transparent !important;
    font-size: 14.5px !important;
    line-height: 1.8 !important;
}

.itinerary-container .day-content p {
    margin: 0 0 12px !important;
    color: inherit;
    font: inherit;
}

.itinerary-container .day-content p:last-child {
    margin-bottom: 0 !important;
}

.itinerary-container .card-body,
.itinerary-container .bg-light {
    background: var(--td-soft) !important;
}

.itinerary-container .itinerary-toggle {
    width: 100%;
    min-height: 60px;
    padding: 12px 14px;
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    cursor: pointer;
}

.itinerary-container .itinerary-toggle:hover {
    background: #fffaf5;
}

.itinerary-container .day-tag {
    margin: 0 !important;
}

.itinerary-container .itinerary-panel {
    padding: 2px 18px 18px;
    border-top: 1px solid #f1f5f9;
}

.itinerary-container .itinerary-panel[hidden] {
    display: none !important;
}

.itinerary-container .day-box.is-open {
    border-color: #fdba74 !important;
    box-shadow: 0 10px 26px rgba(194, 65, 12, .09) !important;
}

/* Inclusions / exclusions */
.inc-exc-container {
    gap: 18px !important;
    margin: 0 0 26px !important;
}

.inc-exc-block {
    border-color: var(--td-line) !important;
    border-radius: 18px !important;
    box-shadow: var(--td-shadow) !important;
}

.block-header {
    min-height: 64px;
    padding: 15px 20px !important;
}

.block-body {
    height: auto !important;
    min-height: 220px;
    max-height: 320px;
    padding: 17px 19px !important;
    scrollbar-width: thin;
    scrollbar-color: #94a3b8 #f1f5f9;
}

.block-header--inc {
    border-bottom-color: #e5e7eb !important;
    background: #fff !important;
}

/* Excluded is intentionally blue, not red. */
.block-header--exc,
.inc-exc-box.exclusion {
    border-color: #e5e7eb !important;
    background: #fff !important;
}

.block-header--exc .block-icon {
    background: #000 !important;
}

.block-header--inc .block-icon {
    background: #000 !important;
}

.block-header--inc .block-title,
.block-header--exc .block-title {
    color: #000 !important;
    font-weight: 800 !important;
}

.exc-body h3 {
    color: #111 !important;
    font-weight: 800 !important;
}

.exc-body p::before,
.exc-body li::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    top: 16px !important;
    left: 14px !important;
    background: #000 !important;
}

.inc-body p::before,
.inc-body li::before {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    top: 16px !important;
    left: 14px !important;
    background: #000 !important;
}

.inc-body p:hover,
.inc-body li:hover,
.exc-body p:hover,
.exc-body li:hover {
    background: #f8fafc !important;
}

.exc-body::-webkit-scrollbar-thumb {
    background: #60a5fa !important;
}

.inc-body p,
.exc-body p {
    color: #475569 !important;
    line-height: 1.7 !important;
}

/* Terms */
.terms-container {
    padding: 22px !important;
}

.terms-header {
    margin-bottom: 16px !important;
}

.terms-card {
    padding: 18px !important;
    border-color: #dbeafe !important;
    border-left-color: var(--td-blue) !important;
    background: #fbfdff !important;
}

/* Booking sidebar */
.package-details-sidebar {
    top: 118px !important;
}

.package-details-sidebar .pricing-and-booking-area {
    margin-bottom: 22px !important;
    padding: 28px 25px 24px !important;
    overflow: hidden;
    border: 1px solid #dbe3ef !important;
    border-radius: 22px !important;
    background: linear-gradient(145deg, #fff 0%, #f8faff 100%) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .11) !important;
}

.package-details-sidebar .pricing-and-booking-area .price-area h6 {
    color: var(--td-muted) !important;
    font-size: 13px !important;
    letter-spacing: .2px;
}

.package-details-sidebar .pricing-and-booking-area .price-area > span {
    color: var(--td-ink) !important;
    font-size: 31px !important;
    letter-spacing: -1px;
}

.package-details-sidebar .pricing-and-booking-area > ul {
    margin: 18px 0 !important;
    padding: 14px !important;
    border: 1px solid var(--td-line);
    border-radius: 13px;
    background: #fff;
}

.package-details-sidebar .pricing-and-booking-area > span {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
    color: #475569 !important;
    font-size: 12.5px !important;
    line-height: 1.5;
}

.package-details-sidebar .customize-package-banner-wrap {
    overflow: hidden;
    border-radius: 22px !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .13) !important;
}

/* Related packages */
.relevant-package-section {
    margin-bottom: 0 !important;
    padding-top: 70px !important;
    padding-bottom: 74px !important;
    background: #fff;
}

.relevant-package-section .section-title h2 {
    color: var(--td-ink);
    letter-spacing: -.7px;
}

.relevant-package-section .home1-trip-slider {
    padding: 8px 2px 22px;
}

.relevant-package-section .swiper-wrapper {
    align-items: stretch;
}

.relevant-package-section .swiper-slide {
    height: auto !important;
    display: flex;
}

.relevant-package-section .package-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-color: #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.relevant-package-section .package-card:hover {
    transform: translateY(-4px);
    border-color: #fdba74;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
}

.relevant-package-section .package-img-wrap,
.relevant-package-section .package-img {
    width: 100%;
    height: 220px;
    flex: 0 0 220px;
}

/* Traveller image and video reviews */
.tour-review-media-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    margin: 0 0 26px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .1);
}

.tour-review-media-section::before,
.tour-review-media-section::after {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    content: "";
    pointer-events: none;
}

.tour-review-media-section::before {
    top: -90px;
    right: -65px;
    width: 220px;
    height: 220px;
    opacity: .42;
    filter: blur(1px);
}

.tour-review-media-section::after {
    bottom: -75px;
    left: -55px;
    width: 155px;
    height: 155px;
    opacity: .28;
}

.tour-image-review-section {
    border-color: #fed7aa;
    background: linear-gradient(145deg, #fff 0%, #fffaf5 48%, #fff1f2 100%);
}

.tour-image-review-section::before {
    background: linear-gradient(135deg, #fb923c, #fb7185);
}

.tour-image-review-section::after {
    background: #fbbf24;
}

.tour-video-review-section {
    border-color: #c7d2fe;
    background: linear-gradient(145deg, #fff 0%, #f8faff 48%, #f5f3ff 100%);
}

.tour-video-review-section::before {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.tour-video-review-section::after {
    background: #22d3ee;
}

.tour-review-section-head {
    position: relative;
    margin-bottom: 20px;
}

.tour-review-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 8px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.tour-image-review-section .tour-review-eyebrow {
    background: linear-gradient(135deg, #ffedd5, #ffe4e6);
    color: #c2410c;
}

.tour-video-review-section .tour-review-eyebrow {
    background: linear-gradient(135deg, #dbeafe, #ede9fe);
    color: #5b21b6;
}

.tour-review-title-row {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 5px;
}

.tour-review-heading-icon {
    display: inline-grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    box-shadow: 0 9px 20px rgba(15, 23, 42, .15);
}

.tour-review-heading-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.tour-image-review-section .tour-review-heading-icon {
    background: linear-gradient(135deg, #f97316, #f43f5e);
}

.tour-video-review-section .tour-review-heading-icon {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.tour-review-section-head h2 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.tour-review-section-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.tour-review-image-grid,
.tour-review-video-grid {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 3px 2px 10px;
}

.tour-review-slider .swiper-wrapper {
    align-items: stretch;
}

.tour-review-slider .swiper-slide {
    height: auto;
}

.tour-review-card {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .09);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tour-review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .14);
}

.tour-image-review-section .tour-review-card:hover {
    border-color: #fdba74;
}

.tour-video-review-section .tour-review-card:hover {
    border-color: #a5b4fc;
}

.tour-review-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #fff7ed, #fff1f2);
}

.tour-review-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

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

.tour-review-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #111827, #312e81);
}

.tour-review-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.tour-review-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 17px;
}

.tour-review-card-body h3 {
    margin: 0 0 7px;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.tour-review-card-body p {
    margin: 0 0 16px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
}

.tour-review-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid #eef2f7;
}

.tour-review-author {
    overflow: hidden;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tour-review-rating {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.tour-image-review-section .tour-review-rating {
    background: linear-gradient(135deg, #ffedd5, #ffe4e6);
    color: #c2410c;
}

.tour-video-review-section .tour-review-rating {
    background: linear-gradient(135deg, #dbeafe, #ede9fe);
    color: #5b21b6;
}

.tour-tab-btn[data-target="sec-image-reviews"] .tour-tab-icon {
    color: #e11d48;
    background: linear-gradient(135deg, #ffedd5, #ffe4e6);
}

.tour-tab-btn[data-target="sec-video-reviews"] .tour-tab-icon {
    color: #6d28d9;
    background: linear-gradient(135deg, #dbeafe, #ede9fe);
}

.tour-tab-btn[data-target="sec-image-reviews"].active {
    border-color: #fb7185 !important;
    background: linear-gradient(135deg, #f97316, #f43f5e) !important;
    box-shadow: 0 9px 20px rgba(244, 63, 94, .25) !important;
}

.tour-tab-btn[data-target="sec-video-reviews"].active {
    border-color: #6366f1 !important;
    background: linear-gradient(135deg, #2563eb, #7c3aed) !important;
    box-shadow: 0 9px 20px rgba(99, 102, 241, .26) !important;
}

.tour-tab-btn[data-target="sec-image-reviews"].active .tour-tab-icon,
.tour-tab-btn[data-target="sec-video-reviews"].active .tour-tab-icon {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.tour-review-slider-controls {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.tour-review-arrow {
    display: inline-grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .15);
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.tour-image-review-section .tour-review-arrow {
    background: linear-gradient(135deg, #f97316, #f43f5e);
}

.tour-video-review-section .tour-review-arrow {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.tour-review-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 11px 22px rgba(15, 23, 42, .2);
}

.tour-review-arrow.swiper-button-disabled {
    opacity: .38;
    cursor: default;
    transform: none;
}

.tour-review-pagination {
    position: static !important;
    width: auto !important;
    min-width: 48px;
    line-height: 1;
}

.tour-review-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    background: #94a3b8;
    opacity: .45;
    transition: width .2s ease, border-radius .2s ease, opacity .2s ease;
}

.tour-review-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    opacity: 1;
}

.tour-image-review-section .tour-review-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #f97316, #f43f5e);
}

.tour-video-review-section .tour-review-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
}

@media (max-width: 575px) {
    .tour-review-media-section {
        padding: 16px;
        border-radius: 18px;
    }

    .tour-review-section-head h2 {
        font-size: 20px;
    }

    .tour-review-heading-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 11px;
    }
}

.relevant-package-section .package-img img {
    display: block;
    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.relevant-package-section .package-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 20px 15px 15px;
}

.relevant-package-section .package-content h5 {
    min-height: 56px;
    margin: 0 0 10px;
}

.relevant-package-section .package-content h5 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.relevant-package-section .location-and-time {
    min-height: 24px;
    margin-bottom: 18px !important;
}

.relevant-package-section .btn-and-price-area {
    width: 100%;
    min-height: 83px;
    margin-top: auto;
    align-items: flex-end !important;
}

.relevant-package-section .price-area {
    min-width: 112px;
}

.relevant-package-section .price-area h6 {
    margin-bottom: 7px !important;
}

.relevant-package-section .price-area .min-person-note {
    min-height: 27px;
}

.relevant-package-section .package-content > .divider {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .relevant-package-section {
        padding-top: 52px !important;
        padding-bottom: 56px !important;
    }

    .relevant-package-section .package-img-wrap,
    .relevant-package-section .package-img,
    .relevant-package-section .package-img img {
        height: 205px !important;
        min-height: 205px !important;
        max-height: 205px !important;
        flex-basis: 205px;
    }
}

@media (max-width: 991px) {
    .package-details-page {
        padding-top: 42px !important;
        padding-bottom: 58px !important;
    }

    .package-details-sidebar {
        position: static !important;
        top: auto !important;
    }
}

@media (max-width: 767px) {
    .tour-tab-btn {
        min-height: 46px;
        padding: 6px 11px 6px 7px !important;
        font-size: 12px !important;
    }

    .tour_details_img_wrapper,
    .package-details-warpper,
    .sight-section-wrap,
    .act-section-wrap,
    .tour-hotel-section,
    .itinerary-container,
    .terms-container {
        padding: 16px !important;
        border-radius: 16px !important;
    }

    .tour_details_img_wrapper #mainImage {
        height: 235px !important;
    }

    .tour_details_img_wrapper .thumb-img {
        width: 92px;
        height: 66px !important;
        flex-basis: 92px;
    }

    .itinerary-container .day-box {
        display: block !important;
        padding: 0 !important;
    }

    .itinerary-container .itinerary-toggle {
        min-height: 54px;
        padding: 10px;
    }

    .itinerary-container .itinerary-panel {
        padding: 2px 12px 14px;
    }

    .itinerary-container .day-image img {
        height: 205px !important;
        margin-bottom: 13px !important;
    }

    .timeline-container > ul {
        padding-left: 30px !important;
    }

    .timeline-container > ul::before {
        left: 10px !important;
    }

    .timeline-container > ul > li > span {
        left: 3px !important;
    }

    .inc-exc-container {
        grid-template-columns: 1fr !important;
    }

    .block-body {
        min-height: 0;
        max-height: 300px;
    }
}

@media (max-width: 420px) {
    .package-details-page {
        padding-top: 30px !important;
    }

    .tour_details_img_wrapper > h5,
    .package-details-warpper h4,
    .itinerary-title {
        font-size: 18px !important;
    }

    .tour_details_img_wrapper #mainImage {
        height: 205px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .package-details-page *,
    .package-details-page *::before,
    .package-details-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}
