.mobile-hero-nav ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #87663a;
    z-index: 113;
    width: 100%;
    height: 100%;
}

ul,
ol,
li {
    list-style: none;
    display: block;
    padding: 0;
}

.tour-details-wrapper {
    padding: 20px 0;
}

.breadcrumb a {
    color: var(--para-color);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--main-color);
}

.tour-gallery {
    scroll-margin-top: 200px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: relative;
    max-height: 420px;
    border-radius: 25px;
    overflow: hidden;
}

.tour-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.tour-gallery .tour-img:nth-child(1) {
    grid-area: 1 / 1 / 5 / 4;
}

.tour-gallery .tour-img:nth-child(2) {
    grid-area: 1 / 4 / 5 / 6;
}

.tour-gallery .tour-img:nth-child(3) {
    grid-area: 1 / 6 / 3 / 8;
}

.tour-gallery .tour-img:nth-child(4) {
    grid-area: 3 / 6 / 5 / 8;
}

.tour-gallery .tour-img:nth-child(n + 5) {
    display: none;
}

.tour-gallery.one-item {
    display: block;
}

.tour-gallery.one-item img {
    height: 420px;
    border-radius: 12px;
    object-fit: fill;
}

.tour-gallery.two-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}

.tour-gallery.two-item>.tour-img:nth-child(1) {
    grid-area: 1 / 1 / 5 / 3;
}

.tour-gallery.two-item>.tour-img:nth-child(2) {
    grid-area: 1 / 3 / 5 / 5;
}

.tour-gallery.two-item img,
.tour-gallery.three-item img {
    height: 300px;
}

.tour-gallery.three-item {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.tour-gallery.three-item>.tour-img:nth-child(1) {
    grid-area: 1 / 1 / 6 / 4;
}

.tour-gallery.three-item>.tour-img:nth-child(2) {
    grid-area: 1 / 4 / 6 / 6;
}

.tour-gallery.three-item>.tour-img:nth-child(3) {
    grid-area: 1 / 6 / 6 / 9;
}

.more-img-overlay {
    padding: 0.5rem 1rem;
    min-width: 50px;
    position: absolute;
    background-color: rgb(255 255 255 / 0.2);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: var(--white-color);
    right: 20px;
    bottom: 30px;
    border: none;
    backdrop-filter: blur(10px);
    border: 2px solid var(--white-color);
}

.more-img-overlay:hover {
    background-color: rgb(0 0 0 / 0.75);
    box-shadow: var(--box-shadow);
}

.product-header {
    margin: 1rem 0 2rem;
    scroll-margin: 150px;
    padding-left: 0.5rem;
}

.product-header .overview-header {
    font-size: 20px;
}

.itinerary-wrapper {
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 20px;
    scroll-margin: 150px;
}

.itinerary-header h2 {
    font-size: 1.5rem;
}

.rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.stars {
    color: var(--second-color);
    font-size: 16px;
}

.review-count {
    color: var(--para-color);
    font-size: 14px;
}

.product-title {
    font-size: clamp(1.5rem, 2rem, 1rem);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--black-color);
}

.product-subtitle {
    color: var(--para-color);
    font-size: 16px;
    margin-bottom: 2rem;
}

.features {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border-radius: 8px;
}

.feature-content {
    text-transform: capitalize;
}

.feature-icon {
    width: 30px;
    height: 30px;
}

.feature-head {
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}

.expandable-section {
    border: 1px solid #e0e0e0;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 10px;
    scroll-margin-top: 200px;
}

.expandable-section.show .section-content {
    margin-top: 1rem;
    height: 100%;
    opacity: 1;
    visibility: visible;
    overflow: auto;
    transition: 0.5s all ease-in-out;
    border-top: 1px solid var(--border-color);
    padding-top: 15px;
}

.expandable-section.show .section-header::before {
    transform: rotate(0);
}

.section-header {
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
}

.section-header::before {
    width: 2rem;
    height: 2rem;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 2rem;
    transition: transform 0.3s ease;
    position: absolute;
    right: 20px;
    color: var(--para-color);
    transform: rotate(180deg);
}

.section-content {
    color: var(--para-color);
    line-height: 1.8;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
}

/* start itinerary section */
/* header */
.itinerary-header {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--border);
    padding-bottom: 18px;
    margin-bottom: 26px;
}

.itinerary-header h3 {
    color: var(--second-color);
    font-size: 1.2rem;
    margin: 0;
}

.controls {
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn {
    border: 2px solid var(--main-color);
    background: transparent;
    padding: 8px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    color: var(--second-color);
}

.btn.secondary {
    border-color: var(--second-color);
    color: var(--second-color);
    background: #fff;
}

.toggle-all {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* day */
.day-section {
    display: block;
    margin-bottom: 36px;
    position: relative;
}

.day-header {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
}

.day-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--second-color), #234a74);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    flex-shrink: 0;
}

.day-number::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 4px;
    height: 50px;
    background: var(--border);
}

.day-section:last-child .day-number::after {
    display: none;
}

.day-title {
    font-size: 1.15rem;
    color: var(--main-color);
    font-weight: 700;
}

.day-sub {
    color: var(--muted);
    font-size: 0.95rem;
    margin-top: 2px;
}

.day-icon {
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.day-icon img {
    pointer-events: none !important;
}

.day-icon .open-itinerary {
    display: none;
}

.day-icon .close-itinerary {
    display: block;
}

.day-icon.show .open-itinerary {
    display: block;
}

.day-icon.show .close-itinerary {
    display: none;
}

.day-icon img {
    width: 30px;
    height: 30px;
}

/* timeline column */
.timeline-content {
    margin-left: 20px;
    position: relative;
}

/* .timeline-content::before {
    content: "";
    position: absolute;
    left: -36px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: repeating-linear-gradient(#f0f0f0, #f0f0f0 6px, #fff 6px, #fff 12px)
}

.day-section:last-child .timeline-content::before {
    display: none
} */

.itinerary-item {
    background: var(--white-color);
    border-radius: 12px;
    /* box-shadow: var(--box-shadow); */
    border: 1px solid var(--border-color);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    opacity: 0;
    transform: translateY(12px);
    will-change: transform, opacity;
    height: 0;
}

.itinerary-item.visible {
    opacity: 1;
    height: 100%;
    padding: 20px;
    margin-bottom: 18px;
    transform: none;
}

/*
.itinerary-item::before {
    content: "";
    position: absolute;
    left: -41px;
    top: 28px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-color), #b87d09);
    box-shadow: 0 0 0 4px #fff
} */

.itinerary-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.item-title {
    font-size: 1.15rem;
    color: var(--second-color);
    margin: 0;
}

.meta-row {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--muted);
    font-size: 0.95rem;
}

.meta-row .meta {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fafafa;
    border: 1px solid var(--border);
}

.item-body {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.item-image {
    width: 180px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(17, 17, 26, 0.06);
}

.item-description {
    color: var(--muted);
    font-size: 0.95rem;
    text-align: justify;
}

.item-meta {
    display: flex;
    gap: 18px;
    margin-top: 12px;
    border-top: 1px solid var(--border);
    padding-top: 12px;
    color: var(--muted);
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.ticket-included {
    color: var(--main-color);
    font-weight: 600;
}

.ticket-free {
    color: #28a745;
    font-weight: 600;
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
}

.modal.open {
    display: flex;
}

.modal-card {
    width: 90%;
    max-width: 900px;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
}

.modal-card header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.iframe-wrap {
    height: 60vh;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
}

.small-muted {
    font-size: 0.85rem;
    color: var(--muted);
}

.icon {
    color: var(--main-color);
}

/* end itinerary section */
.include-content .include-title,
.exclude-content .exclude-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.include-content .include-title {
    color: green;
}

.exclude-content .exclude-title {
    color: #e74c3c;
}

.include-content,
.exclude-content,
.note-content,
.higlights-content {
    flex: 1;
}

.include-content ul li::before {
    content: "\f00c";
    font: var(--fa-font-solid);
    position: absolute;
    left: 0;
    top: 5px;
    color: green;
}

.exclude-content ul li::before {
    content: "\58";
    font: var(--fa-font-solid);
    position: absolute;
    left: 0;
    top: 5px;
    color: #e74c3c;
}

.note-content ul li::before {
    content: "\f06a";
    font: var(--fa-font-solid);
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--para-color);
}

.higlights-content ul li::before {
    content: "\f591";
    font: var(--fa-font-solid);
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--main-color);
}

.include-content ul li,
.exclude-content ul li,
.note-content ul li,
.higlights-content ul li {
    position: relative;
    margin: 0 0 5px 0;
    padding-left: 20px;
}

.accommodation-content {
    flex: 1;
}

.booking-sidebar {
    background: var(--white-color);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    height: fit-content;
    position: sticky;
    top: 100px;
}

.sidebar-price {
    font-size: 26px;
    color: var(--main-color);
}

 .price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--main-color) !important;
    margin-bottom: 1rem;
}
.price span {
    font-size: 14px;
    font-weight: 500;
    color: var(--para-color) !important;
}
.date-selector,
.ticket-selector {
    margin-bottom: 1.5rem;
}

.selector-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.selector {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.selector:focus {
    border-color: var(--main-color);
}

.book-button {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--main-color), var(--third-color));
    color: var(--white-color);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.book-button:hover {
    transform: translateY(-2px);
}

.cancellation-policy {
    margin-top: 1.5rem;
    padding: 1rem;
    background: var(--light-color);
    border-radius: 8px;
    font-size: 14px;
}

.reviews-section {
    margin: 3rem 0;
}

.reviews-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.reviews-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.overall-rating {
    font-size: 3rem;
    font-weight: 700;
    color: var(--main-color);
}

.rating-details {
    flex: 1;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.rating-number {
    min-width: 20px;
    font-size: 14px;
}

.bar {
    flex: 1;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background: var(--second-color);
    transition: width 0.5s ease;
}

.sticky-booking {
    position: relative;
    height: 90%;
}

.booking-section {
    background-color: var(--white-color);
    max-width: 400px;
    margin-left: auto;
    margin-top: 30px;
    position: sticky;
    top: 125px;
    border-radius: 12px;
}

/* بوكس السعر */
.booking-section .booking-text {
    padding: 0 14px;
    border-radius: 12px;
    box-shadow: var(--sharp-box-shadow);
    border: 1px solid var(--main-color);
    border-top: 5px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to left, var(--light-color), var(--main-color)) border-box;
}

.booking-text .booking-head {
    font-size: 1.3rem;
    margin-bottom: 7px;
    font-weight: 600;
    color: var(--black-color);
}

.booking-head {
    font-size: 1.3rem;
    margin-bottom: 7px;
    font-weight: 600;
    color: var(--black-color);
}

.booking-label {
    color: var(--second-color);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

.booking-section .booking-label .tr-svg-icon {
    width: 20px;
    height: 20px;
    fill: var(--second-color);
}


.why-book {
    margin-top: 1rem;
    border: 1px solid var(--border-color);
    padding: 0.75rem;
    border-radius: 10px;
}


.why-book h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--second-color);
}

.why-book ul {
    padding-left: 24px;
    margin: 0;
}

.why-book ul li {
    margin-bottom: 7px;
    color: var(--para-color);
    list-style: none;
    position: relative;
    display: block;
}

.why-book ul li::before {
    content: "";
    position: absolute;
    background-image: url("../images/svg/ok.svg");
    color: var(--main-color);
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: -1.2rem;
    top: 3px;
}


/* CTA */
.cta-tour {
    padding: 20px 0;
}

.cta-tour a {
    display: block;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    box-shadow: var(--sharp-box-shadow);
}

.policy {
    display: flex;
    align-items: center;
    background-color: var(--main-grey);
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 14px;
    color: var(--black-color);
}

.policy svg {
    margin-right: 10px;
    fill: var(--main-color);
}

.info {
    margin-top: 15px;
    font-size: 14px;
    color: var(--para-color);
}

.info li {
    margin-bottom: 6px;
}

.mobile-booking-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white-color);
    box-shadow: 0 -4px 20px rgb(0 0 0 / 0.15);
    padding: 1rem 2rem;
    z-index: 1000;
    border-top: 1px solid #e8e8e8;
}

.mobile-booking-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
}

.mobile-price-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mobile-price-label {
    font-size: 12px;
    color: #e74c3c;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.mobile-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--black-color);
}

.mobile-book-button {
    background: var(--main-color);
    color: var(--white-color);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.mobile-book-button:hover {
    background: var(--third-color);
}

.related-tours {
    margin: 2rem 0;
}
.tour-card {
    margin-bottom: 50px;
}
.related-tours h5 {
    margin: 0 auto 50px;
    text-align: center;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--second-color);
    text-decoration: underline;
}

.table-title {
    margin: 0;
}

.remove-table-btn {
    background: var(--second-color);
    border: none;
    color: var(--white-color);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.remove-table-btn:hover {
    background: #e59400;
    transform: scale(1.05);
}

.row-number {
    font-weight: 600;
    color: var(--black-color);
    font-size: 1.1rem;
    text-align: center;
    width: 60px;
}

.form-input,
.form-select {
    height: 50px;
    width: 100%;
    padding: 0px 10px;
    border: 1px solid var(--main-grey);
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: var(--white-color);
    color: var(--para-color);
    overflow: hidden;
}

.form-input:focus,
.form-select:focus {
    outline: none;
    border-color: var(--main-color);
    box-shadow: 0 0 0 3px rgb(0 131 145 / 0.1);
    transform: scale(1.02);
}

.form-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

.remove-row-btn {
    background: var(--second-color);
    border: none;
    color: var(--white-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
}

.remove-row-btn:hover {
    background: #e59400;
    transform: scale(1.1) rotate(90deg);
}

.add-row-btn {
    background: linear-gradient(135deg, var(--main-color), var(--third-color));
    border: none;
    color: var(--white-color);
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 2rem auto;
    display: block;
    width: auto;
}

.add-row-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(0 131 145 / 0.3);
}

.tour-pricing-table tr {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.6s ease forwards;
}

.tour-pricing-table tr:nth-child(1) {
    animation-delay: 0.1s;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tour-pricing-table tr:hover .form-input,
.tour-pricing-table tr:hover .form-select {
    border-color: var(--main-color);
}

.hero-bottom-nav {
    background-color: var(--main-grey);
    position: relative;
    z-index: 200;
    text-transform: uppercase;
}

.breadcrumb-banner .hero-bottom-nav {
    background-color: var(--second-color);
    position: sticky;
    z-index: 200;
    text-transform: uppercase;
    top: 100%;
}

.hero-bottom-nav a {
    display: inline-block;
    color: var(--second-color);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.hero-fixed {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    border-radius: 15px;
}

.hero-fixed.is-fixed {
    position: fixed;
    border-radius: 0 0 15px 15px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.mobile-hero-nav {
    position: sticky;
    top: 100%;
    overflow: hidden;
    width: 100%;
    left: 0;
}

.mobile-hero-nav .form-select .active-option {
    opacity: 0.8;
    color: #eee;
}

/* price table */
.tour-pricing-section {
    padding: 5rem 0;
}
.tab-pane {
    margin-bottom: 10px;
    padding: 0 !important;
}
.section-title {
    color: var(--second-color);
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, var(--main-color), var(--light-color));
    margin: 1rem auto 0;
    border-radius: 2px;
}

.table-responsive {
    border: 1px solid var(--border-color);
    border-radius: 15px;
}

.tour-pricing-table {
    background: var(--white-color);
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
    border: none;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.tour-pricing-table thead {
    background: linear-gradient(135deg, var(--second-color), var(--third-color));
    color: var(--white-color);
}

.tour-pricing-table th {
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tour-pricing-table td {
    padding: 0.5rem 2rem;
    vertical-align: middle;
    color: var(--para-color);
    transition: all 0.3s ease;
}

.tour-pricing-table tr {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.tour-pricing-table tr:hover {
    background: var(--light-color);
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    color: var(--second-color);
}

.package-type {
    font-weight: 600;
    color: var(--second-color);
    font-size: 1.1rem;
}

.accommodation i {
    color: var(--main-color);
    font-size: 1.3rem;
}

.price {
    color: var(--main-color);
    font-weight: 700;
    font-size: 1.8rem;
}

/* .price::after {
  content: "per person";
  display: block;
  font-size: 0.8rem;
  color: var(--para-color);
  font-weight: 400;
} */

/* Highlight Row */
/* .highlight-row {
    background: linear-gradient(135deg, var(--main-color), var(--light-color));
    color: var(--third-color);
    transform: scale(1.02);
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(207, 143, 11, 0.3);
}

.highlight-row .price {
    color: var(--third-color);
    text-shadow: 0 2px 3px rgba(255, 255, 255, 0.2);
} */

/* Inclusions */
.inclusions ul {
    padding-left: 1rem;
    list-style: none;
}

.inclusions li {
    position: relative;
    margin-bottom: 0.25rem;
    padding-left: 1.2rem;
}

.inclusions li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--main-color);
    font-weight: bold;
}

/* Animation */
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tour-pricing-table tr {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.6s ease forwards;
}

.tour-pricing-table tr:nth-child(1) {
    animation-delay: 0.1s;
}

.tour-pricing-table tr:nth-child(2) {
    animation-delay: 0.2s;
}

.tour-pricing-table tr:nth-child(3) {
    animation-delay: 0.3s;
}


/* price table */

@media (max-width: 768px) {
    .navbar.is-fixed {
        border-radius: 0 !important;
    }
}

.input.quantity-input {
    width: 30px;
    text-align: center;
    border-color: #1d2d53;
    border: 2px solid;
    border-radius: 10px;
    height: 30px;
    padding: 0;
}

.itin-timeline {
    margin-left: -10px;
}

.tour-details-package-box input {
    position: relative;
    padding-left: 3rem;
}

.tour-details-package-box label {
    z-index: 20;
    position: absolute;
    top: -0.5rem;
    left: 1rem;
    font-size: 13px;
    background: var(--white-color);
    padding: 0 0.5rem;
}

.tour-details-package-box input[type="text"]:focus+label,
.tour-details-package-box input[type="email"]:focus+label,
.tour-details-package-box input[type="number"]:focus+label,
.tour-details-package-box textarea:focus+label,
.tour-details-package-box input[type="date"]:focus+label,
.tour-details-package-box input[type="text"]:not(:placeholder-shown)+label,
.tour-details-package-box textarea:valid+label,
.tour-details-package-box input[type="date"]:valid+label .tour-details-package-box input:not(:placeholder-shown)+label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: var(--main-color);
}

.tour-details-package-box textarea:focus:not(:placeholder-shown)+label,
.tour-details-package-box textarea:focus:not(:empty)+label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: var(--main-color);
}

.tour-details-package-box i {
    position: absolute;
    display: inline-block;
    font-size: 13px;
    color: var(--main-color);
    top: 1rem;
    left: 15px;
    height: 100%;
    width: 15px;
}


.tour-details-package-box input {
    height: 50px !important;
    border-radius: 10px;
}

textarea {
    height: 73px;
    padding-top: 20px;
}

.sidebar-content_Book {
    position: sticky;
    top: 84px;
    z-index: 44;
}

.sidebar-content {
    height: auto;
    border-radius: 15px;
    background-color: var(--white-color);
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 5px 16px;
    /* border-top: 5px solid #ca9627; */
    padding-bottom: 13px;
    z-index: 0;
    border: 1px solid var(--main-color);
    border-top: 5px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to left, var(--light-color), var(--main-color)) border-box;
}

input.quantity-input {
    width: 49px;
    text-align: center;
    border-color: #e6e6e6;
    border: 2px solid #ddd;
    border-radius: 10px;
    height: 15px;
}

.counter-controls {
    display: flex;
    align-items: center;
    border-radius: 999px;
    gap: 6px;
}

button.increase-btn {
    background: var(--white-color);
    box-shadow: none;
    border: 2px solid #dee2e6;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #1a2b49;
    font-size: 20px;
    line-height: 0;
}

button.decrease-btn {
    background: var(--white-color);
    box-shadow: none;
    border: 2px solid #dee2e6;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    color: #1a2b49;
    font-size: 20px;
    line-height: 0;
}

/* Error message styling for tour reservation form */
.error-border {
    border-color: #dc3545 !important;
    border-width: 2px !important;
}

.error-text {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

.error-text.small {
    font-size: 0.7rem;
}

/* Position error messages under specific elements */
.tour-details-package-box+.error-text {
    position: absolute;
    bottom: -18px;
    left: 0;
}

.phone-number-box .error-text {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
}

.adult-counter .error-text {
    margin-top: 5px;
    text-align: center;
}

/* For textarea error positioning */
.tour-details-package-box textarea+label+.error-text {
    position: absolute;
    bottom: -18px;
    left: 0;
}

/* Alert box for general errors */
.alert-danger {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.alert-danger ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

/* Adjust form group spacing to accommodate error messages */
.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-group:last-child {
    margin-bottom: 0;
}

/* Make sure inputs have enough space for error messages */
.tour-details-package-box {
    margin-bottom: 0;
}


/* ── Wrapper ──────────────────────────────────────────────────────── */
.itin-wrapper {
    background: transparent !important;
    border-radius: 20px;
    padding: 5px;
    /* box-shadow: 0 4px 50px rgba(1, 31, 67, .09); */
    margin-bottom: 30px;
    max-width: 880px;
    margin-inline: auto;
}

/* ── Header row ───────────────────────────────────────────────────── */
.itin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 12px;
}

.itin-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.itin-title-icon {
    width: 44px;
    height: 44px;
    background: var(--main-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    flex-shrink: 0;
    box-shadow: 0 5px 16px rgba(16, 116, 184, 0.38);
}

/* Expand-all button */
.itin-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 2px solid var(--second-color);
    color: var(--second-color);
    border-radius: 50px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    letter-spacing: .3px;
    font-family: 'Poppins', sans-serif;
}

.itin-expand-btn:hover,
.itin-expand-btn.is-expanded {
    background: var(--second-color);
    color: #fff;
}

.itin-expand-btn i {
    font-size: 12px;
    transition: transform .3s;
}

.itin-expand-btn.is-expanded i {
    transform: rotate(180deg);
}

/* ── Tab nav ──────────────────────────────────────────────────────── */
.itin-tabs-row {
    margin-bottom: 32px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: var(--second-color) #eee;
}

.itin-tab-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    border: none;
    list-style: none;
    padding: 6px;
    margin: 0;
    background: var(--main-grey);
    border-radius: 50px;
    width: fit-content;
}

.itin-tab-btn {
    background: transparent;
    border: none;
    border-radius: 50px;
    padding: 9px 24px;
    font-size: 13px;
    font-weight: 600;
    color: var(--para-color);
    cursor: pointer;
    white-space: nowrap;
    transition: all .25s ease;
    font-family: 'Poppins', sans-serif;
}

.itin-tab-btn:hover {
    color: var(--second-color);
}

.itin-tab-btn.active {
    background: var(--main-color);
    color: #fff;
    box-shadow: 0 4px 16px rgba(1, 31, 67, .28);
}

/* ── Timeline layout ─────────────────────────────────────────────── */
.itin-timeline {
    display: flex;
    flex-direction: column;
}

.itin-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 0 18px;
    position: relative;
}

/* ── Timeline node ────────────────────────────────────────────────── */
.itin-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 19px;
}

.itin-node-dot {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--main-color);
    border: 3px solid var(--white-color);
    outline: 2.5px solid var(--second-color);
    outline-offset: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-shrink: 0;
    transition: all .3s ease;
    box-shadow: 0 4px 14px rgba(1, 31, 67, .22);
    font-family: 'Poppins', sans-serif;
}

.itin-node-dot span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.itin-item--open .itin-node-dot,
.itin-item:hover .itin-node-dot {
    background: var(--second-color);
    outline-color: var(--main-color);
    box-shadow: 0 5px 20px rgba(16, 180, 179, .42);
    transform: scale(1.08);
}

.itin-node-line {
    flex: 1;
    width: 2px;
    background: linear-gradient(to bottom,
            rgba(15, 47, 153, 0.15) 0%,
            rgba(16, 68, 180, 0.5) 60%,
            var(--second-color) 100%);
    margin: 5px 0 0;
    min-height: 16px;
}

/* ── Card ─────────────────────────────────────────────────────────── */
.itin-card {
    background: transparent;
    border: 1.5px solid var(--main-color);
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .28s ease, border-color .28s ease, transform .2s ease;
}

.itin-card:hover {
    transform: translateY(-1px);
}

.itin-item--open .itin-card {
    box-shadow: 0 8px 32px rgba(1, 31, 67, .1);
    border-color: var(--second-color);
}

/* Card header */
.itin-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
    padding: 18px 22px;
    cursor: pointer;
    text-align: left;
    gap: 14px;
    transition: background .2s ease;
}

.itin-card-header:hover {
    background: rgba(16, 180, 179, .04);
}

/* Override Bootstrap accordion-button defaults completely */
.itin-card-header.accordion-button {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 14px !important;
}

.itin-card-header.accordion-button::after {
    display: none !important;
}

.itin-card-header.accordion-button:not(.collapsed) {
    background: linear-gradient(100deg, rgba(1, 31, 67, .035) 0%, transparent 70%) !important;
    color: inherit !important;
    font-weight: inherit !important;
    transform: none !important;
    margin-top: 0 !important;
    border-radius: 14px 14px 0 0 !important;
}

.itin-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.itin-day-badge {
    background: var(--second-color);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    white-space: nowrap;
    letter-spacing: .5px;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(16, 101, 180, 0.3);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.itin-card-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color);
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Poppins', sans-serif;
}

/* Chevron */
.itin-chevron {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all .3s ease;
    color: var(--para-color);
    font-size: 12px;
}

.itin-card-header:not(.collapsed) .itin-chevron {
    background: var(--second-color);
    color: #fff;
    transform: rotate(180deg);
    box-shadow: 0 4px 12px rgba(1, 31, 67, .28);
}

/* Card body */
.itin-card-body {
    padding: 0 22px 22px 22px;
    color: #666;
    font-size: 14.5px;
    line-height: 1.8;
    border-top: 1px dashed #edf0f5;
}

.itin-card-body p {
    margin-bottom: 10px;
}

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

.itin-card-body img {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}

.itin-card-body ul {
    padding-left: 18px;
    margin-top: 10px;
}

.itin-card-body ul li {
    margin-bottom: 7px;
}

.itin-card-body ul li::marker {
    color: var(--second-color);
}

/* highlight strip on the left when open */
.itin-item--open .itin-card-body {
    border-left: 3px solid var(--second-color);
    padding-left: 0;
}

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 768px) {

    .itin-wrapper,
    .itinerary-wrapper {
        padding: 0.25rem;
    }

    .itin-header {
        padding: 1rem;
    }

    .itin-item {
        /* grid-template-columns: 44px 1fr;
                gap: 0 10px; */
        display: block;
    }

    .itin-node {
        display: none;
    }

    .itin-node-dot {
        width: 38px;
        height: 38px;
    }

    .itin-node-dot span {
        font-size: 11px;
    }

    .itin-card-header {
        padding: 14px 16px;
    }

    .itin-card-title {
        font-size: 14px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

    .itin-card p {
        text-align: left !important;
    }

    .itin-card ul li {
        display: list-item !important;
        list-style: disc;
    }

    .itin-card-meta {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .itin-title {
        font-size: 18px;
    }

    .itin-tab-nav {
        padding: 5px;
    }
}
