* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --theme-color: -webkit-linear-gradient(-90deg, #8B4411, #7B4019 100%);
    --secondary-color: #7B4019;
    --text-color: rgba(105, 116, 136, 1);
    --title-color: #8B4411;
    --secondary-font: 'Dancing Script', cursive;
    --text-font: 'Jost', sans-serif;
    --title-font: 'Jost', sans-serif;
}


.footer-top .logo-box img {
    max-width: 250px;
    height: auto;
}

.header-style-two .header-lower .logo-box figure.logo img {
    max-width: 150px;
    height: auto;
}

.header-style-two .sticky-header .logo-box figure.logo img {
    max-width: 120px;
    height: auto;
}

.mobile-menu .nav-logo img {
    max-width: 130px;
    height: auto;
}

.gallery-block-one .image-box {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.gallery-block-one .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.destination-block-one .image-box {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.destination-block-one .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.adventure-block-one .image-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 8px;
}

.adventure-block-one .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.theme_bg {
    background: linear-gradient(to bottom,
            #f4f8ff 0%,
            #ffffff 50%,
            #f9f2e8 100%);
}

.attractions-page-section .content-side h3 {

    margin-bottom: 15px;
}

.attractions-page-section .content-side h3 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.attractions-page-section .content-side h3 a:hover {
    color: #c59d5f;

}

.attractions-page-section .content-side p {

    margin-bottom: 25px;
}

.attractions-page-section img {
    width: 100%;
    border-radius: 16px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.attractions-page-section img:hover {
    transform: translateY(-6px) scale(1.02);
}

.iti_main {
    background-color: #fff;
}

.iti_main p {
    margin-bottom: 20px;
}

.iti_box {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 3px solid #F4F4D7;
}

.iti_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.overview_box {
    background: #F4F4D7;
    border-left: 5px solid #f4b400;
}

.highlight_box {
    background: #F4F4D7;
    border-left: 5px solid #f4b400;
}

.iti_list {
    padding-left: 0;
    margin: 0;
}

.iti_list li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 18px;

}

.iti_list li::before {
    position: absolute;
    content: '\e90a';
    font-family: 'icomoon';
    left: 0px;
    top: 2px;
    color: #1fa84f;
    font-size: 18px;
}

.itinerary_box {
    border: 3px solid #F4F4D7;
}

.itinerary_accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.itinerary_accordion .accordion-button {
    background: #ffffff;
    font-size: 22px;
    font-weight: 500;
    padding: 25px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.itinerary_accordion .accordion-button:not(.collapsed) {
    background: #eaf7f0;
    color: #7B4019;
    box-shadow: none;
}

.itinerary_accordion .accordion-button::after {
    background-size: 14px;
}

.day_tag {
    background: #7B4019;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.itinerary_accordion .accordion-body {
    background: #fbfffc;
    border-top: 1px dashed #d4e9dc;
    font-size: 18px;
    line-height: 1.7;
    padding: 18px;
}

.inc_exc_accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.inc_exc_accordion .accordion-button {
    background: #ffffff;
    font-size: 22px;
    font-weight: 500;
    padding: 25px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.inc_icon {
    color: #1fa84f;
    font-size: 22px;
}

.exc_icon {
    color: #e53935;
    font-size: 22px;
}

.inclusion_btn:not(.collapsed) {
    background: #eaf7f0;
    color: #1b5e20;
}

.exclusion_btn:not(.collapsed) {
    background: #fdecea;
    color: #b71c1c;
}

.inclusion_list li,
.exclusion_list li {
    list-style: none;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 18px;
}

.inclusion_list li::before {
    content: "\f26a";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    color: #1fa84f;
    font-size: 18px;
}

.exclusion_list li::before {
    content: "\f62a";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    color: #e53935;
    font-size: 18px;
}

.iti_divider {
    margin: 25px 0;
    border-top: 1px dashed #ccc;
}

.sidebar_box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.sidebar_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.sidebar_divider {
    height: 1px;
    background: #ddd;
    margin: 12px 0;
}

/* WRAPPER */
.trip_meta_wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* COMMON BOX */
.trip_meta_box {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 18px;
    border: 1px solid #eee;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    min-width: 240px;
}

/* ICON */
.trip_meta_icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
}

/* DIFFERENT COLORS */
.location_box .trip_meta_icon {
    background: #f4b400;
}

.duration_box .trip_meta_icon {
    background: #7B4019;
}

/* TEXT */
.trip_meta_label {
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 2px;
}

.trip_meta_value {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

/* HOVER EFFECT */
.trip_meta_box:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* thank you css  */

.thankyou-container {
    background: #ffffff;
    max-width: 650px;
    width: 90%;
    padding: 50px 40px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    margin: 100px auto;
    height: 100vh;

}

.thanks_tick_icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #2e7d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks_tick_icon i {
    font-size: 48px;
    color: #ffffff;
}

.thankyou-header {
    font-size: 38px;
    color: #1b5e20;
    margin-bottom: 15px;
    font-weight: 700;
}

.thankyou-message {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 15px;
}

.thankyou-message a {
    color: #2e7d32;
    font-weight: 600;
    text-decoration: none;
}

.thankyou-message a:hover {
    text-decoration: underline;
}

.thankyou-button {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 36px;
    background: #2e7d32;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.thankyou-button:hover {
    background: #1b5e20;
    transform: translateY(-2px);
}

/* Certified Specialist Section – Unique CSS */

.cs-specialist-wrap {
    font-family: var(--text-font);
}

.cs-content {
    max-width: 520px;
}

.cs-title {
    font-family: var(--title-font);
    font-size: 38px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.3;
}

.cs-desc {
    font-size: 16px;
    color: var(--text-color);
    margin-top: 15px;
}

.cs-contact p {
    margin-bottom: 6px;
    font-size: 15px;
}

.cs-contact a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
}

.cs-contact a:hover {
    text-decoration: underline;
}

.cs-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 11px 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    color: var(--secondary-color);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s ease;
}

.cs-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

/* Specialist Cards */

.cs-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 15px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.cs-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.cs-img-wrap {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, #8B4411, #7B4019);
}

.cs-img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.cs-card h5 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #222;
    font-weight: 500;
}

.cs-card span {
    font-size: 13px;
    color: var(--text-color);
}

/* Responsive */
@media (max-width: 991px) {
    .cs-title {
        font-size: 30px;
    }
}

/* testimonial css */
.mw-testimonial-wrapper {
    position: relative;
    padding-bottom: 30px;
}

.mw-testimonial-card {
    background: #f1f1f1;
    border-radius: 12px;
    padding: 22px;
    height: 100%;
}

.mw-testimonial-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}

.mw-testimonial-head img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.mw-testimonial-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.mw-testimonial-head span {
    display: block;
    font-size: 13px;
    color: #777;
}

.mw-stars {
    color: #b59a5a;
    font-size: 14px;
    letter-spacing: 1px;
}

/* fixed height paragraph + Y scroll */
.mw-testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    height: 120px;
    overflow-y: auto;
    padding-right: 5px;
}

/* scrollbar */
.mw-testimonial-text::-webkit-scrollbar {
    width: 4px;
}

.mw-testimonial-text::-webkit-scrollbar-thumb {
    background: #b59a5a;
    border-radius: 5px;
}

.mw-testimonial-footer {
    margin-top: 30px;
    font-size: 14px;

}

.mw-tripadvisor {
    font-weight: 600;
    color: #00aa6c;
}

/* arrows */
.mw-swiper-prev,
.mw-swiper-next {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    background: #b59a5a;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);
}

.mw-swiper-prev {
    left: -45px;
}

.mw-swiper-next {
    right: -45px;
}

.attraction-box {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.attraction-title {
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 700;
    margin-bottom: 5px;
}

.attraction-tagline {
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    font-size: 20px;
    margin-bottom: 15px;
}

.attraction-intro {
    color: var(--text-color);
    font-family: var(--text-font);
    line-height: 1.7;
}

.attraction-more h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: black;
    font-weight: 500;
    font-size: 20px;
}

.attraction-more p,
.attraction-more li {
    color: var(--text-color);
    font-family: var(--text-font);
    line-height: 1.7;
}

.attraction-list {
    padding-left: 18px;
}

.attraction-list li {
    margin-bottom: 8px;
    position: relative;
}

.attraction-list li::marker {
    color: var(--secondary-color);
}

.tour-details-content .attraction-box strong {
    color: rgb(52, 49, 49);
    font-weight: 500;
}

/* Attraction Gallery Wrapper */
.attraction-gallery {
    row-gap: 20px;
}

/* Gallery Item */
.attraction-gallery .gallery-item a {
    display: block;
    width: 100%;
    height: 260px;
    /* same height for all images */
    overflow: hidden;
    border-radius: 8px;
}

.attraction-btn {
    display: inline-block;
    padding: 8px 22px;
    font-family: var(--text-font);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: var(--theme-color);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover Effect */
.attraction-btn:hover {
    scale: 1.1;
    color: #fff;
}


/* Image Fit */
.attraction-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 🔥 main magic */
    transition: transform 0.4s ease;
}

/* Hover Effect */
.attraction-gallery .gallery-item a:hover img {
    transform: scale(1.08);
}


/* footer css  */

.wildlife-footer {
    background: #d7cfcf;
    color: #000;
    font-family: 'Jost', sans-serif;
}

/* Layout */
.wf-container {
    max-width: 1200px;
    margin: auto;
    padding: 70px 15px;
}

.wf-column {
    margin-bottom: 40px;
}

/* Logo */
.wf-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}

/* Titles */
.wf-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--title-color);
    position: relative;
}

.wf-title::after {
    content: "";
    width: 35px;
    height: 2px;
    background: var(--title-color);
    position: absolute;
    left: 0;
    bottom: -8px;
}

/* Text */
.wf-text {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 12px;
    line-height: 1.7;
}

/* Contact List */
.wf-contact-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Each Row */
.wf-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* Icon Design */
.wf-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: rgba(179, 3, 52, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wf-icon i {
    color: var(--secondary-color);
    /* #b30334 */
    font-size: 15px;
}

/* Text */
.wf-contact-item p {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
    margin: 0;
}

/* Links */
.wf-contact-item a {
    color: #000;
    transition: 0.3s;
}

.wf-contact-item a:hover {
    color: var(--secondary-color);
}


/* Links */
.wf-links li {
    margin-bottom: 10px;
}

.wf-links a {
    color: #000;
    font-size: 14px;
    transition: all 0.3s ease;
}

.wf-links a:hover {
    color: #b30334;
    padding-left: 6px;
}

/* Bottom */
.wf-bottom {
    background: #e7e4e4;
    text-align: center;
    padding: 18px 10px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wf-bottom a {
    color: #000;
}