.tours_inner_banner {
    overflow: hidden;
    padding: 2rem 0 80px;
    background-color: rgb(242, 249, 245);
    position: relative;
}
.tours_inner_banner::after {
    width: 100%;
    background-image: url(../img/tours_inner_banner_bg.png);
    height: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
}
.tours_inner_banner .content {
    position: relative;
    max-width: 1394px;
    z-index: 9;
}
.tours_inner_banner .homebanner_swiper {
    position: relative;
    z-index: 9;
    margin-top: 1rem;
}
.swiper_btns.small div {
    filter: brightness(0.5);
}
.tours_inner_mean {
    background-color: rgb(242, 249, 245);
    padding: 0px 0 40px;
}
.tours_inner_mean ul {
    gap: 20px;
}

.tours_inner_mean .tours_inner_mean_list {
    position: relative;
    width: 100%;
}
.tours_inner_mean .tours_inner_mean_list::after {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    content: "";
    display: block;
    background-color: rgb(219, 227, 224);
    ;
}
.tours_inner_mean ul {
    position: relative;
    z-index: 9;
    margin-top: .8rem;
}
.tours_inner_mean ul li {
    flex: 1;
}
.tours_inner_mean ul li a {
    font-size: 19px;
    padding: 22px 1rem;
    display: block;
    text-align: center;
    color: #666666;
}
.tours_inner_mean ul li.active a {
    color: var(--subtheme_color);
    border: var(--subtheme_color) solid 3px;
}
.tours_inner_mean .book_now .full {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 42px;
    background-color: rgb(46, 82, 74);
    width: 334px;
    height: 68px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
.tours_inner_mean .book_now .full.light_color {
    background-color: var(--subtheme_color);
}
.tours_inner_mean .book_now .full.light_color:hover {
    border-color: var(--subtheme_color);
}
.tours_inner_mean .book_now {
    width: calc((100% - 70px) / 2);
    padding-bottom: 5px;
    display: flex;
    gap: 0.8rem;
}
.tours_inner_mean .content {
    max-width: 1394px;
}
.tours_inner_mean .content>.flex {
    align-items: center;
    gap: 20px;
}
.tours_inner_leaders {
    background-color: rgb(242, 249, 245);
}
.tours_inner_leaders .content {
    overflow: hidden;
    max-width: 1394px;
    height: 100%;
}
.tours_inner_leaders .content .tours_inner_leaders_swiper {
    position: relative;
}
.tours_inner_leaders .content .tours_inner_leaders_swiper .images {
    height: 100%;
}
.tours_inner_leaders .content .tours_inner_leaders_swiper .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tours_inner_leaders .tours_inner_leaders_desc {
    margin-top: 90px;
}
.tours_inner_leaders .tours_inner_leaders_desc strong {
    font-size: 32px;
    color: var(--subtheme_color);
    margin-bottom: 1rem;
    display: block;
}
.tours_inner_leaders .tours_inner_leaders_desc p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 1rem;
    color: #666666;
    text-align: justify;
}
footer {
    background-color: rgb(242, 249, 245);
}
.tours_leaders_bird_list {
    background-color: rgb(242, 249, 245);
    padding-top: 6rem;
    padding-bottom: 4rem;

}
.tours_leaders_bird_list .content,
.tours_inner_price .content {
    max-width: 1394px;
}
.tours_leaders_bird_list h2 {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    font-size: 36px !important;
}
.tours_leaders_bird_list .head p.desc {
    width: 100%;
    margin-bottom: 5rem;
}
.tours_leaders_bird_list .home_bird_list::before,
.tours_leaders_bird_list .home_bird_list::after {
    display: none;
}
.tours_leaders_bird_list .home_bird_list .buttom_m {
    padding: 12px 60px;
    border: #888888 solid 1px;
    margin-top: 45px;
}


.tours_inner_price {
    background-color: rgb(242, 249, 245);
}
.tours_inner_price h2 {
    margin-top: 0;
    font-size: 36px;
    display: none;
    font-weight: 600;
    color: rgb(51, 51, 51);
}
.tours_inner_price .tours_labels_item {
    flex: unset !important;
}
.tours_labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 4rem 0;
    border-bottom: 2px solid rgb(219, 227, 224);
}
.tours_labels .tours_labels_item {
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    border-radius: 5px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(232, 240, 236);
}
.tours_labels .tours_labels_item img {
    width: 24px;
    height: 24px;
}
.tours_labels .tours_labels_item .image {
    width: 55px;
    height: 55px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--subtheme_color);
}
.tours_labels .tours_labels_item span {
    display: block;
    margin: .8rem 0;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #666666;
}
.tours_labels .tours_labels_item strong {
    font-size: 19px;
}
.tours_labels .tours_labels_item.level strong {
    color: var(--theme_color);
    text-decoration: underline;
}
.tours_inner_price {
    padding-bottom: 2rem;
}
.tours_inner_price .tours_price_desc .desc_item {
    margin: 3rem 0;
}
.tours_inner_price .tours_price_desc .desc_item strong {
    font-size: 24px;
    margin-bottom: 1rem;
    display: block;
}
.tours_inner_price .tours_price_desc .desc_item p {
    font-size: 20px;
    line-height: 36px;
    color: #666666;
}
.tours_inner_price .download_terms_conditons a {
    border-color: #DBE2DF;
    font-weight: 600;
    padding: 0;
    width: 330px;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 68px;
    padding-left: 2rem;
    font-size: 17px;
    color: #333;
    background-image: url(../img/rili-book-icon.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 42px 22px;
    margin-left: auto;
    margin-right: auto;
}
.tours_inner_price .download_terms_conditons a:hover {
    color: #fff;
}
.tours_itinerary {
    background-color: rgb(242, 249, 245);
}
.tours_itinerary .content {
    max-width: 1394px;
}
.tours_itinerary .head h2 {
    margin-top: 0px;
    font-size: 36px;
    color: #333;
    margin-bottom: 0;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item {
    padding: 40px 0;
    border-bottom: rgb(219, 227, 224) solid 2px;
    position: relative;
    cursor: pointer;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/itinerary_plan_plus.svg);
    position: absolute;
    top: 4rem;
    right: 2rem;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item.active::after {
    background-image: url(../img/itinerary_plan_min.svg);

}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item strong.title {
    font-size: 24px;
    display: block;
    margin-bottom: 1rem;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item .flex {
    gap: 20px;
    align-items: center;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item .flex img {
    display: block;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item .flex>div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item .flex span {
    font-weight: 600;
    font-size: 17px;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item .desc {
    display: none;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item.active .desc {
    display: block;
}
.tours_itinerary .tours_itinerary_plan .itinerary_plan_item .desc p {
    font-size: 20px;
    line-height: 36px;
    color: #666666;
    margin-top: 1rem;
}
.tours_summary {
    background-color: rgb(242, 249, 245);
}
.tours_summary .content {
    max-width: 1398px;
}
.tours_summary .head>strong {
    font-size: 36px;
    font-weight: 600;
}
.tours_summary .head>strong span {
    color: var(--subtheme_color);
    font-weight: 300;
}
.tours_summary .tours_labels {
    border-bottom: none;
    padding-top: 24px;
}
.tours_photograph {
    text-align: center;
    max-width: 700px;
    margin: auto;
    border: #999 solid 2px;
    padding: 2rem;
    margin-top: 4rem;

}
.tours_photograph .head {
    padding-bottom: 24px;
    border-bottom: rgb(219, 227, 224) solid 2px;
}
.tours_photograph .head h2 {
    font-size: 36px;
    margin: 0;
}
.tours_photograph .tours_photograph_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 2rem;
}
.tours_photograph .tours_photograph_list .tours_photograph_item {
    display: flex;
    gap: .5rem;
}
.tours_photograph .tours_photograph_list .tours_photograph_item span {
    display: block;
    font-size: 19px;
    margin-left: 3px;
}
.tours_photograph .tours_photograph_list .tours_photograph_item .image img {
    display: block;
    margin-top: 5px;
}
.tours_summary_content {
    padding-top: 4rem;
    border-top: 2px solid rgb(219, 227, 224);
}
.tours_summary_content .head h2,
.tours_summary_content h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 2rem;
}
.tours_summary_content p {
    color: #666666;
    font-size: 20px;
    text-align: justify;
    white-space: pre-wrap;
    line-height: 36px;
    margin-bottom: 1rem;
}
.tours_summary_content .gallery_summary,
.tours_summary_content>.wp-block-columns {
    margin: 1.5rem 0;
}
.tours_summary_content>.wp-block-columns {
    gap: 1rem;
}
.tours_summary_content .gallery_summary>.flex {
    /* gap: 27px; */
    justify-content: space-between;
}
.tours_summary_content .gallery_summary>.flex .image img {
    width: 691px;
    object-fit: cover;
}
.tours_itinerary_content {
    margin-top: 5.5rem;
    padding-bottom: 2rem;
}

.single-product {
    background-color: rgb(242, 249, 245);
}

.related_tours {
    padding-top: 5rem;
}

/* .tour_accommodation img{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
} */
.tour_accommodation p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 1rem;
    color: #666666;
    text-align: justify;
}
.tour_accommodation strong {
    color: var(--subtheme_color);
    font-size: 32px;
}

.dates-section {
    width: 100%;
    padding-bottom: 64px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.section-header svg {
    width: 22px;
    height: 22px;
    color: #80a847;
    flex-shrink: 0;
}

.section-header h2 {
    font-size: 1.35rem;
    color: #2e524a;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.dates-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.date-card {
    background: #e8f0ec;
    padding: 1.25rem 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    align-items: center;
    gap: 1rem;
    border: 1px solid #e8f0ec;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.15s ease, background-color 0.3s ease;
    animation: fadeUp 0.5s ease both;
}

.date-card:nth-child(1) {
    animation-delay: 0.05s;
}
.date-card:nth-child(2) {
    animation-delay: 0.12s;
}
.date-card:nth-child(3) {
    animation-delay: 0.19s;
}
.date-card:nth-child(4) {
    animation-delay: 0.26s;
}
.date-card:nth-child(5) {
    animation-delay: 0.33s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.date-card:hover {
    border-color: rgba(61, 101, 96, 0.28);
}

.date-card.list-head {
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent;
    background-color: transparent;
}

.date-card.list-head .book-btn {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: 0;
}

.date-card .col-label {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6a7f7a;
}

.date-card .col-year {
    font-size: 1.4rem;
    color: #2e524a;
    font-weight: 600;
}

.date-card .col-dates {
    font-size: 0.88rem;
    color: #222;
    line-height: 1.45;
}

.date-card .col-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2e524a;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1.35rem;
    background: #2e524a;
    color: #fff;
    border: none;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.15s ease;
    text-decoration: none;
    white-space: nowrap;
}

.book-btn:hover {
    background: #80a847;
}

.book-btn[disabled] {
    pointer-events: none;
    background-color: #b4c0bb;
}

.date-card .col-dates .tag {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    max-width: max-content;
    background-color: #8aaf57;
    padding: 4px 8px;
}

.date-card .col-dates .tag.red {
    background-color: #c00000;
}

@media (max-width: 600px) {
    .section-header h2 {
        font-size: 22px;
        font-weight: 700;
    }
    .date-card {
        gap: 8px;
        padding: 6px 8px;
        grid-template-columns: 40px 60px 1fr auto;
    }
    .date-card.list-head {
        margin-bottom: -10px;
    }
    .date-card .col-label {
        font-size: 12px;
    }
    .date-card .col-year {
        font-size: 12px;
    }
    .date-card .col-price {
        font-size: 12px;
    }
    .date-card .col-dates .tag {
        font-size: 10px;
        padding: 2px 6px;
    }
    .book-btn {
        font-size: 12px;
        padding: 6px 8px;
    }
}