.itly_group_tour_lr {
    padding: 0 100px;
}

.itly_group_tour_banner {
    /* background-image: url(./assets/images/banner_tour.png); */
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.itly_group_tour_banner button.owl-prev {
    position: absolute;
    top: 48%;
    transform: translate(50%);
    left: 25px;
}

.itly_group_tour_banner button.owl-next {
    position: absolute;
    right: 0;
    top: 48%;
    transform: translate(-50%);
    right: 25px;
}

.itly_group_tour_banner button.owl-next span {
    font-size: 35px;
    color: #fff;
}

.itly_group_tour_banner button.owl-prev span {
    font-size: 35px;
    color: #fff;
}

.itly_group_tour_banner ul {
    display: flex;
    gap: 20px;
    padding-top: 400px;
    padding-left: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 100px;
}

.itly_group_tour_banner ul li a span img {
    width: 20px;
}

.itly_group_tour_banner ul li a span {
    line-height: 0;
}

.itly_group_tour_banner ul li a {
    color: #000;
    background-color: #fff;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
}

/* button.owl-prev {
    position: absolute;
    top: 45%;
    transform: translate(50%);
    left: 25px;
} */

.itly_group_tour_content .row {
    display: flex;
    justify-content: space-between;

}

.itly_group_tour_content .row .col-lg-7 {
    width: 68%;
}

.itly_group_tour_content .row .col-lg-5 {
    width: 30%;
}



.content_left_maintitle h1 {
    font-size: 35px;
    line-height: 42px;
    color: #0d0d0d;
    font-weight: 500;
    font-family: "Libre Bodoni";
    margin-bottom: 20px;
}

.itly_group_tour_content_sec {
    padding-top: 60px;
}

/* star_section */
.content_left_star ul {
    display: flex;
    gap: 10px;
    list-style: none;
    color: #ffc107;
    padding: 0;
    margin: 0;
}

.content_left_star {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.content_left_star h5 {
    padding: 0;
    margin: 0;
}

.content_left_facilities ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    list-style: none;
    background-color: #f1f1f1;
    padding: 25px 25px;
    grid-gap: 30px;
}

.content_left_facilities ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content_left_facilities ul li span {
    line-height: o;
}


.content_left_over_title h4 {
    font-size: 26px;
    line-height: 55px;
    color: #2d2c2c;
    font-weight: 700;
    font-family: "DM Sans";
}

.content_left_overview p {
    font-size: 18px;
    line-height: 26px;
    color: #605f5f;
    font-weight: 400;
    font-family: "DM Sans";
}




/* accordian */
.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    background-color: #fff;
}

.accordion-header {
    width: 100%;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
    background-color: #e8e8e8;
    color: #000;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    transition: background-color 0.3s ease;
}

.accordion-header.active,
.accordion-header.active div span {
    background-color: #00a652 !important;
    color: #fff;
}


.accordion-content {
    max-height: 0;
    padding: 0 15px;
    font-size: 16px;
    background-color: transparent;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease-out;
}

.accordion-content.active {
    max-height: max-content;
    padding: 15px;
}

.accordion-header i {
    /*font-size: 20px;*/
}

.accordion-content img {
    width: 100%;
}

.accord_fig_palce {
    color: #00a652;
}

.accordion-header div span {
    color: #00a652;
}


/* right-side */
.content_right_title {
    text-align: center;
}

.content_right_title p {
    color: #000 !important;
}

.content_right_title h5 {
    color: #556b2f;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding-top: 15px;
    margin: 0;
}

.content_right_title h5 span {
    color: #000;
    font-weight: 600;
    font-size: 30px;
}

.content_right_cont p {
    background-color: #00a652;
    color: #fff;
    margin-bottom: 0;
    padding: 8px 15px;
}

/* form_section */
.container_right {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Tab Navigation */
.tabs {
    display: flex;
    justify-content: space-evenly;
    background-color: #f7f7f7;
    border-bottom: 2px solid #ddd;
}

.tab-content h3 {
    text-align: center;
    padding-bottom: 15px;
}

.tab {
    flex: 1;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    transition: color 0.3s, background-color 0.3s;
}

.tab.active {
    color: #007bff;
    background-color: #fff;
    border-bottom: 3px solid #007bff;
}

/* Tab Content */
.tab-content {
    display: none;
    padding: 20px;
    animation: fadeIn 0.3s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Form Styling */
/*.form-group {
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group button {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}*/

.form-group textarea {
    resize: none;
}

.form-group button {
    background-color: #00a652;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-size: 18px;
    padding: 12px 0;
}

.form-group button:hover {
    background-color: #00a652;
}


.itly_group_tour_content_right {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: -200px;
    padding: 10px;
    position: relative;
    z-index: 9;
}
.itly_group_tour_content_right h2 {font-size: 23px;}
.itly_group_tour_content_right p {color: #fff;}

.private_tours {
    background-image: url('../images/td/private_tours-fig.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 400px;
    width: auto;
    align-content: end;
    padding-bottom: 30px;
    border-radius: 8px;
}


/* testmonials */
.testmonials_content {
    text-align: center;
}

.testimonialbox p {color: #000; }

.client_testimonials h5 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 7px;
}

.client_testimonials {
    padding-top: 25px;
}

.carousel-container {
    background-color: #f5f5f4;
    border: 1px solid #e1e1e1;
    padding: 18px 0;
}

button.owl-dot.active {
    width: 6px;
    height: 6px;
    background-color: red !important;
    border-radius: 100%;
}

button.owl-dot {
    width: 6px;
    height: 6px;
    background-color: red !important;
    border-radius: 100%;
}

.owl-dots {
    display: none;
}

.owl-nav.disabled {
    display: block !important;
}

.testmonials_content p {
    padding: 0 25px;
}

.incredavble_tours {
    background-image: url(../images/td/incredable_fig.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    height: 400px;
    width: auto;
    align-content: center;
    padding-bottom: 0px;
    margin-top: 30px;
    border-radius: 8px;
}


.resources-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 0;
}

.resources-container h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.resources-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resources-list li {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    gap: 20px;
}

.resources-list li:last-child {
    border-bottom: none;
}

.resources-list li i {
    color: #28a745;
    /* Green checkmark */
    margin-right: 10px;
}


/* blog */
.card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: all 0.3s ease;
    margin: 20px auto;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-content {
    padding: 15px;
}

.card-content h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.card-content p {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    line-height: 1.5;
}

.card-meta {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}

.card-meta i {
    margin-right: 5px;
}

.view-post-btn {
    display: inline-block;
    margin-top: 15px;
    background-color: #00a652;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}

.view-post-btn:hover {
    background-color: #00a652;
    color: #fff;
    text-decoration: none;
}

.blog_sec {
    overflow-x: hidden;
    padding-top: 30px;
}

.our_blog .row {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* column-gap: 20px; */
    padding-bottom: 50px;
}

.blog_title h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    font-family: "Libre Bodoni";
}


/* footer */

footer.tour_footer {
    overflow-x: hidden;
    background-color: #131313;
    padding-top: 85px;
    padding-bottom: 30px;
    color: #fff;
}

.tour_footer .row .col-lg-4 {
    width: 30%;
}

.tour_footer .row .col-lg-2 {
    width: 20%;
}

.quick-links ul {
    list-style: none;
    padding: 0;
}

.quick-links ul li {
    color: #768e8c;
    padding-bottom: 13px;
}

.quick-links ul li a {
    color: #768e8c;
}

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

.subscribe_input input {
    height: 45px;
    border-radius: 50px;
    border: none;
    padding: 0 22px;
}

.subscribe_input a {
    background-color: #00a652;
    text-align: center;
    height: 45px;
    align-content: center;
    color: #fff;
    border-radius: 50px;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
}

.social-icons a i {
    font-size: 23px;
    color: #fff;
}

.tour_footerright {
    text-align: -webkit-center;
}

.tour_footerright_fig {
    width: 150px;
    padding-bottom: 20px;
}

.tour_footerright_fig img {
    width: 100%;
}

.tour_footerright h3 {
    font-size: 25px;
    padding-bottom: 30px;
}

.contact-info h3 {
    margin-bottom: 0;
}

.contact-info_numb a {
    color: #fff;
    text-decoration: none;
}

.contact-info_numb {
    padding-top: 20px;
}

.contact-info_numb span {
    font-weight: 700;
    font-size: 20px;
}

.quick-links h3 {
    font-size: 25px;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 600;
}

.recommend_tours_sec {
    padding: 20px;
    background-color: #f9f9f9;
}

.recommend_tours_sec .owl-carousel .item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.recommend_tours_sec .owl-carousel .item img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.recommend_card img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}

.recommend_card h2 {
    color: #000;
    font-size: 20px;
    text-align: left;
    margin: 0;
    font-size: 20px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


.recommended_tours_sec {
    background-color: #f3f3f3;
}

.recommend_card {
    background-color: #cccccc;
    height: 380px;
}

.recommended_tours_sec .owl-carousel .item {
    background: transparent;
    border: unset;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    box-shadow: unset;
}

.recommended_tours_sec h2 {
    font-size: 35px;
}

.recommended_tours_sec {
    background-color: #f3f3f3;
    padding: 25px 0;
    margin-top: 30px;
}

.recommended_tours_sec button.owl-prev {
    position: absolute;
    top: -50px;
    transform: translate(50%);
    right: 60px;
    width: 35px;
    height: 35px;

}

.recommended_tours_sec button.owl-prev span {
    font-size: 35px;
    line-height: 16px;
}

.recommended_tours_sec button.owl-prev:hover {
    background: rgb(209 209 209 / 80%) !important;

}

.recommended_tours_sec button.owl-next {
    position: absolute;
    top: -50px;
    transform: translate(50%);
    right: 25px;
    width: 35px;
    height: 35px;

}

.recommended_tours_sec button.owl-next span {
    font-size: 35px;
    line-height: 16px;
}

.recommended_tours_sec button.owl-next:hover {
    background: rgb(209 209 209 / 80%) !important;

}

.Featured-properties-card {
    display: flex;
    background-color: #fff;
    gap: 15px;

}

.Featured-properties_fig img {
    width: 250px !important;
    text-align: left;
}

.card_body .stitle {
    font-size: 15px;
    color: #00a64f;
    text-transform: uppercase;
}

.card_body h2 {
    font-size: 17px;
    font-weight: 400;
}

.card_body .p {
    font-size: 13px;
    color: #878787;
    margin-bottom: 10px;
}

.card_body {
    text-align: left;
}

.four-carousel .owl-nav {
    display: none;
}

.showmorebtn .showbtn {
    font-size: 12px;
    text-align: center;
    border-radius: 36px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    padding: 6px 23px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: linear-gradient(to right, #D9534F 50%, #00a64f 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    text-decoration: none;
}

.showmorebtn .showbtn:hover {
    background-position: left bottom;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.client_testimonials .owl-nav {
    display: none !important;
}




/* banner-popup */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Modal content */
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 700px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

/* List styling */
.modal_banner_sec {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.modal_banner_sec li {
    font-size: 18px;
}

.modal_banner_sec li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal_banner_sec li a img {
    width: 24px;
    height: 24px;
}

/* Gallery styling */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.gallery img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

iframe {
    width: 100%;
    height: 315px;
    border: none;
    border-radius: 10px;
}

.tour_details_left ul {
    padding: 30px 30px;
    display: grid;
    grid-template-columns: 2fr 4fr;
    list-style: none;
    color: #fff;
    grid-gap: 30px;
}

.tour_details_left ul li {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tour_details_left_title h2 {
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}

.tour_details_inclu_card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 20px;
}

.tour_details_inclu_card ul {
    grid-template-columns: unset;
    padding: 0;
    background-color: transparent;
}

.tour_details_inclu_card ul li {
    align-items: flex-start;
    color: #000;
    font-size: 16px;
}

.tour_details_inclu_content {
    display: flex;
    gap: 25px;
}

.tour_details_inclu_card h5 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
}

.tour_details_inclu {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.tour_details_inclu_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.btnround a{
    background: #00a652;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}