@media (max-width: 1440px) {

    .ticket-grid {
      grid-template-columns: repeat(4, 1fr);
    }


    .flight_categories_search .nav-tabs {
        border-bottom: none;
        justify-content: center;
        margin-bottom: 30px;
    }

    .flight_categories_search {
        position: inherit;
    }

    .dropdown_passenger_area button {
        font-size: 18px;
    }

    .banner_four_text h1 {
        font-size: 60px;
        font-weight: 500;
        padding-top: 13px;
        line-height: 70px;
    }

    .banner_four_text h3 {
        padding-top: 10px;
        font-weight: 500;
        font-size: 18px;
    }

    .banner_four_img {
        width: 42%;
    }

    .banner_four_text {
        padding-right: 200px;
    }

    .banner_bootom_four {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {

    .ticket-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .flight_show_down_wrapper {
        display: inherit;
    }

    .flex_widht_less {
        width: 68%;
        padding-left: 0px;
    }

    .flight_refund_policy {
        padding-top: 16px;
    }

    .room_book_item {
        display: inherit;
    }

    .room_book_img img {
        width: 100%;
    }

    .room_booking_right_side {
        padding: 15px 25px 25px 25px;
    }

    .theme_nav_tab_item .nav-tabs .nav-link {
        margin-bottom: 0;
        background: 0 0;
        border: 1px solid var(--main-color);
        color: var(--black-color);
        padding: 6px 20px;
        border-radius: 5px;
        margin-right: 14px;
    }

    .banner_one_text h1 {
        font-size: 50px;
    }

    .tab_destinations_conntent h3 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 150px;
    }

    .video_play_area img {
        height: 50vh;
    }

    .main-responsive-nav .main-responsive-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #a0a0a0;
    }

    .main-responsive-nav .logo img {
        height: 50px;
        width: auto;
    }

    .mobile-search>i {
        font-size: 20px;
        color: var(--white-color);
    }

    .mobile-search {
        cursor: pointer;
        position: relative;
        line-height: 70px;
    }

    .mobile-search-form {
        position: absolute;
        top: 100%;
        width: 300px;
        right: 0;
        left: auto;
        display: none;
    }

    .mobile-search-form.active {
        display: block;
    }

    .mobile-search-form .form-control {
        border: none;
        background: var(--white-color);
        height: 40px;
        border-radius: 50px;
        font-size: 12px;
    }

    .mobile-search-form .form-control::placeholder {
        color: #3c3c3c;
    }

    .mobile-search-form button {
        position: absolute;
        top: 0;
        right: 8px;
        bottom: 0;
        background: transparent;
        border: none;
        font-size: 16px;
        color: #616161;
        line-height: normal;
    }

    .is-sticky .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--black-color);
    }

    .is-sticky .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--black-color);
    }

    .is-sticky .mobile-search>i {
        color: var(--black-color);
    }

    .is-sticky .main-responsive-nav .main-responsive-menu {
        border-bottom: none;
    }

}

@media (max-width: 992px) {

     .ticket-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .theme_search_form_tabbtn .nav-tabs {
        border-bottom: none;
        justify-content: center;
    }

    .theme_search_form_tabbtn .nav-item {
        margin-bottom: 20px;
    }

    .bus_seat_left_side {
        padding-top: 20px;
        text-align: center;
    }

    .side_map_wrapper {
        display: none;
    }

    .cruise_item_inner_content {
        padding: 15px 20px 22px 23px;
    }

    .top_details_four_item {
        display: none;
    }

    .theme_nav_tab_four_item {
        padding-bottom: 30px;
    }

    .four_banner_bottom_item {
        margin-bottom: 30px;
    }

    .vendor_img {
        display: none;
    }

    .about_us_right {
        padding-top: 60px;
    }

    .about_offer_banner {
        padding-bottom: 30px;
    }

    .about_service_boxed {
        margin-bottom: 30px;
    }

    .footer_link_area {
        padding-bottom: 30px;
    }

    #home_one_banner {
        padding: 275px 0 280px 0;
    }

    .topbar-list li:first-child {
        display: none;
    }

    #footer_area {
        padding: 70px 0px 40px 0;
    }

    .offer_area_box {
        margin-bottom: 30px;
    }

    .theme_nav_tab_item .nav-tabs .nav-link {
        margin-bottom: 10px;
    }

    .cat_form {
        padding-top: 30px;
    }

    .imagination_boxed {
        padding-top: 30px;
    }

    .contact_boxed {
        margin-bottom: 30px;
    }

    .news_area_top_right {
        padding-top: 30px;
    }

    .recent_news_img {
        width: auto;
    }

    .flight_multis_area_wrapper {
        display: inherit;
        padding: 20px 0;
    }

    .home_client_wrpper {
        top: 25px;
    }

    .client_two_area_bg {
        padding: 75px 34px;
    }

    .two_client_area_left {
        padding-left: 15px;
    }

    .home_two_client_slider {
        padding: 0 20px;
    }

    .three_about_right {
        padding-top: 40px;
    }

    #three_We_area .owl-theme .owl-nav {
        margin-top: 30px;
        position: inherit;
        right: 0;
        top: 0;
    }

    .home_three_client_right {
        display: none;
    }

}





@media(max-width:991px) {

    .ticket-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .banner_two_text {
        text-align: center;
    }

    .banner_two_text h1 {
        font-size: 80px;
    }

    .information-list {
        width: 50%;
        margin-top: 30px;
    }

    .information {
        right: 180px;
    }

    .details-gallery-list {
        display: none;
    }

    .details-gallery-featured {
        height: 100%;
    }

    .details-gallery-featured img {
        position: unset;
    }

    .toru_details_top_bottom_item {
        width: 33.3333%;
        margin-bottom: 20px;
    }

    .tour_details_top_bottom {
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .reach-section ul {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
    }

    .reach-section {
        top: 70px;
    }

    .theme_search_form_area {
        margin-top: -240px;
    }

    .review-gallery {
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 15px;
    }

    /* width */
    .review-gallery::-webkit-scrollbar {
        height: 7px;
    }

    /* Track */
    .review-gallery::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
    .review-gallery::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 50px;
    }

    #customer_reviews {
        overflow: hidden;
    }

    .review-gallery img {
        margin-right: 10px;
        min-width: 150px;
    }

    .all_review_text h4 {
        margin-top: 40px;
    }

    .all_review_text p {
        font-size: 13px;
        line-height: 1.8;
    }

    #top_destination_main {
        overflow: hidden;
    }

    #related_tour_packages {
        overflow: hidden;
    }

    .flight_Search_boxed {
        margin-bottom: 0;
    }

    .review-gallery-list:nth-child(5) {
        display: none;
    }

    .review-gallery-list:nth-child(6) {
        display: none;
    }
}






@media (max-width: 767px) {

    .ticket-grid {
      grid-template-columns: 1fr;
    }

    .home_two_button {
        padding-top: 30px;
    }

    .cruise_content_bottom_wrapper {
        display: inherit;
        padding-top: 13px;
    }

    .cruise_content_bottom_right {
        padding-top: 20px;
    }

    .section_heading_left h2 {
        padding-bottom: 5px;
        font-size: 30px;
    }

    .button_style_top_left.owl-theme .owl-nav {
        margin-top: 28px;
        position: initial;
    }

    .banner_four_text {
        padding-right: 0px;
    }

    #home_four_banner {
        padding: 110px 0;
    }

    .banner_four_img {
        display: none;
    }

    #home_three_banner {
        padding: 190px 0 200px 0;
    }

    .banner_area_three h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .partner_area_left {
        padding: 0 25px;
    }

    .banner_two_slider_item {
        padding: 150px 0 180px;
    }

    .banner_two_text h1 {
        font-size: 80px;
        padding-top: 8px;
    }

    .banner_two_text h2 {
        padding-top: 15px;
        font-size: 26px;
    }

    .topbar-area {
        display: none;
    }

    .room_booking_right_side {
        display: inherit;
    }

    .room_person_select {
        padding-left: 0px;
        padding-top: 15px;
    }

    .flight_search_items {
        display: inherit;
    }

    .common_author_form {
        padding: 50px 0px 0px 0px;
    }

    .comment_area_boxed {
        display: initial;
    }

    .comment_img {
        width: 100%;
    }

    .comment_text {
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 24px;
    }

    .counter_item {
        border-bottom: 1px solid #e9e9e9;
        border-right: none;
    }

    #consultation_area {
        padding: 100px 0 175px 0;
    }

    .multi_city_form {
        margin-bottom: 30px;
        border-bottom: 2px solid #8b3eea;
    }

    .range_plan {
        display: none;
    }

    .flight_categories_search {
        position: initial;
    }

    .theme_search_form_tabbtn .nav-tabs {
        justify-content: center;
    }

    .copyright_right {
        text-align: center;
    }

    .copyright_left {
        text-align: center;
        padding-bottom: 10px;
    }

    .heading_left_area h2 span {
        display: initial;
        border-bottom: none;
        padding-bottom: 0;
    }

    .heading_left_area {
        text-align: center;
        margin-bottom: 30px;
    }

    .banner_one_text h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #home_one_banner {
        padding: 160px 0 155px 0;
    }

    .section_heading_center h2 {
        padding-bottom: 11px;
        font-size: 30px;
    }

    #theme_search_form {
        margin-top: 50px;
    }

    .tour_details_heading_wrapper {
        display: inherit;
    }

    .tour_details_top_heading_right {
        padding-top: 20px;
    }

    .toru_details_top_bottom_item {
        display: inline-grid;
        align-items: center;
    }

    #common_banner {
        padding: 100px 0 100px 0;
    }

    .news_two_content h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .news_area_sidebar_area {
        padding-top: 60px;
    }

    .news_sidebar_content {
        padding-bottom: 25px;
    }

    .top-des-thumb {
        flex-wrap: nowrap;
        margin-left: -8px;
        margin-right: -8px;
    }

    .top-des-thumb .col-lg-4 {
        width: 33.3333%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .theme_nav_tab {
        overflow: hidden;
    }

    .theme_nav_tab_item .nav-tabs {
        flex-wrap: inherit;
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .theme_nav_tab_item .nav-tabs .nav-link {
        margin-right: 5px;
        padding: 5px 10px;
    }

    .tab_destinations_boxed {
        margin-top: 20px;
        align-items: flex-start;
    }

    #destinations_area {
        overflow: hidden;
    }

    .destination-row {
        flex-wrap: wrap;
        width: 450px;
    }

    #destinations_area .tab-content {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .destination-row .col-lg-3 {
        width: 50%;
    }

    .tab_destinations_img {
        flex: 2;
        width: 60px;
    }

    .tab_destinations_conntent {
        width: calc(100% - 60px);
    }

    #destinations_area.mt {
        margin-top: 0;
    }

    .additional-destination.section_padding {
        padding-top: 40px;
    }

    .review-gallery-list:nth-child(4) {
        display: none;
    }
}






@media (max-width: 576px) {

     .ticket-grid {
      grid-template-columns: 1fr;
    }

    .cruise_content_top_wrapper {
        display: inherit;
    }

    .cruise_content_top_right {
        padding-top: 10px;
    }

    .cruise_content_middel_wrapper {
        display: inherit;
    }

    .cruise_content_middel_right {
        padding-top: 12px;
    }

    .theme_nav_tab_four_item .nav-tabs {
        justify-content: center;
    }

    .arrow_style.owl-carousel .owl-nav button.owl-next,
    .arrow_style.owl-carousel .owl-nav button.owl-prev {
        position: inherit;
        margin: 0;
    }

    .about_three_flex {
        display: inherit;
        justify-content: space-between;
        padding-top: 30px;
    }

    .about_counter_item {
        margin-bottom: 30px;
    }

    .arrow_style.owl-theme .owl-nav {
        display: none;
    }

    .verified_area {
        display: none;
    }

    .local_counter_area {
        display: inherit;
    }

    .local_counter_box {
        margin-right: 0;
        margin-top: 15px;
    }

    .home_two_button a {
        margin-right: 10px;
    }

    .banner_two_text h1 {
        font-size: 65px;
    }

    .room_booking_heading h3 {
        width: auto;
    }

    .flight_search_left {
        display: inherit;
        padding: 0;
        text-align: center;
    }

    .flight_search_middel {
        display: inherit;
        padding-left: 0;
        text-align: center;
    }

    .flight_search_destination h6 {
        padding-top: 10px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .flight_search_destination {
        padding-left: 0;
    }

    .flight_right_arrow {
        text-align: center;
        padding-bottom: 20px;
    }

    .download_pdf_area {
        display: inherit;
    }

    .downloads_pdf_button {
        padding-top: 20px;
    }

    .phone_tuch_area {
        display: inherit;
    }

    .phone_tuch_area h3 a {
        margin-top: 10px;
        display: block;
    }


    .tour_details_top_heading h2 {
        font-size: 28px;
    }

    .theme_search_form_tabbtn .nav-item {
        margin-right: 10px;
    }

    .theme_search_form_tabbtn .nav-tabs .nav-link {
        padding: 5px 8px;
        font-size: 16px;
    }

    .theme_search_form_tabbtn {
        margin-bottom: 15px;
    }

    .flight_categories_search .nav-tabs .nav-link {
        padding: 0 7px;
    }

    .theme_search_form_tabbtn .nav-tabs .nav-link i {
        padding-right: 5px;
        font-size: 14px;
    }

    .cta_left {
        display: inherit;
    }

    .cta_content {
        padding-left: 0px;
    }

    .cta_icon {
        width: 35%;
        padding-bottom: 20px;
    }

    .footer_first_area {
        padding-bottom: 30px;
    }

    .section_padding_top {
        padding: 40px 0 0 0;
    }

    .destinations_big_offer h1 {
        color: var(--white-color);
        font-size: 80px;
        line-height: 70px;
        padding-bottom: 0;
    }

    .destinations_content_inner h2 {
        color: var(--white-color);
        padding-bottom: 12px;
        font-size: 26px;
    }

    .destinations_big_offer h6 {
        color: var(--white-color);
        line-height: 37px;
        padding-top: 0px;
    }

    .destinations_content_inner {
        width: 100%;
        text-align: center;
    }

    .destinations_big_offer {
        justify-content: center;
    }

    .main-responsive-nav .logo img {
        height: 35px;
    }

    .mean-container a.meanmenu-reveal {
        width: 28px;
        height: 26px;
    }

    .mobile-search {
        line-height: 60px;
    }

    .banner_two_text h3 {
        font-size: 15px;
    }

    .banner_two_text h1 {
        font-size: 42px;
        padding-top: 0px;
        line-height: normal;
        margin-top: 10px;
    }

    .banner_two_text h4 {
        font-size: 15px;
        padding-top: 10px;
    }

    .information {
        right: 0;
        bottom: 100px;
    }

    .arrow_style .owl-stage {
        width: 100% !important;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: scroll;
        user-select: none !important;
        overflow-x: auto;
        transform: translateZ(0) !important;
    }

    .arrow_style .owl-item {
        flex: 0 0 45%;
        touch-action: inherit !important;
        margin-right: 12px !important;
        width: 100% !important;
        min-width: 220px;
    }

    .arrow_style .owl-stage-outer {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .best-tours .imagination_boxed h3 {
        font-size: 11px;
    }

    .theme_two_box_img img {
        height: 200px;
    }

    .theme_attraction_two_box_img img {
        height: 200px;
    }

    .banner_two_slider_item {
        height: 450px;
        padding: 0;
    }

    .banner_two_text {
        padding-top: 50px;
    }

    .banner_two_text h1 {
        font-size: 38px;
    }
}






@media(max-width:575px) {
    .heading_left_area h2:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .heading_left_area h2 {
        font-size: 24px;
    }

    .heading_left_area h5 {
        font-size: 14px;
    }

    #go_beyond_area .container {
        display: flex;
        flex-flow: column nowrap;
    }

    .escape-row {
        flex-flow: row nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        margin-right: -8px;
        margin-left: -8px;
    }

    .escape-row .col-lg-4 {
        flex: 0 0 218px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .destinations_content_inner h3 {
        font-size: 12px;
        letter-spacing: 0;
    }

    .destinations_big_offer h1 {
        font-size: 15px;
    }

    .destinations_big_offer h6 span {
        font-size: 25px;
        line-height: normal;
    }

    .btn_md {
        padding: 10px 15px;
        font-size: 12px;
    }

    .destinations_content_box {
        margin-bottom: 16px;
    }

    .imagination_boxed {
        padding-top: 0;
    }

    .section_heading_center {
        padding-bottom: 30px;
    }

    .section_heading_center h2 {
        padding-bottom: 7px;
        font-size: 24px;
    }

    .imagination_boxed img {
        height: auto;
    }

    .arrow_style.owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }

    .arrow_style.owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }

    .arrow_style.owl-carousel .owl-nav button.owl-next,
    .arrow_style.owl-carousel .owl-nav button.owl-prev {
        height: 40px;
        width: 40px;
        font-size: 13px;
    }

    .client_two_content {
        padding-top: 0;
    }

    .additional-row {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .additional-row .col-lg-3 {
        flex: 0 0 240px;
    }

    .home_news_big {
        margin-top: 15px;
    }

    .seeall_link a {
        text-align: center;
    }

    .general-section {
        padding: 50px 0;
    }

    .general-section-content {
        margin-top: 20px;
    }

    .partner_logo img {
        max-width: 80px;
        max-height: 100px;
    }

    .partner_logo {
        flex: inherit;
    }

    .footer-row .col-lg-4 {
        width: 33.3333%;
    }

    .footer-wrap {
        padding: 20px;
    }

    /* only footer */
    /* #footer-col .col-lg-3.col-md-4.col-sm-6 {
        width: 20%;
    } */

    .social-media ul li a {
        margin: 0 10px;
        line-height: 32px;
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .gallery-thumb-close {
        top: 5px;
        right: 15px;
    }

    #top_destination_main.mt {
        margin-top: 0;
    }

    .tour_details_top_heading h2 {
        font-size: 22px;
    }

    .tour_details_top_heading_right {
        padding-top: 10px;
    }

    .tour_details_top_heading_right h5:last-child {
        margin-top: 15px;
    }

    .price-tags {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 0;
        display: block !important;
        margin-top: 30px;
    }

    .reach-section {
        top: 60px;
    }

    .tour_details_boxed_inner .accordion-button {
        font-size: 13px;
        line-height: normal;
    }

    .accordion_left_side h5 {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .accordion_flex_area:not(:last-of-type) .accordion_left_side:after {
        top: 29px;
    }

    #itinerary .inner-titles h4 {
        margin-left: 10px;
    }

    .package-option-box {
        padding: 20px 15px;
    }

    .include_tour_details_boxed {
        margin-top: 10px;
    }

    .tour-attractions .row {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .tour-attractions .col-lg-6 {
        flex: 0 0 240px;
    }

    .tour-attractions-wrap a {
        display: block;
    }

    .tour-attractions-content {
        margin-left: 0;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .other-details-btn {
        padding: 0;
    }

    .other-details-btn a {
        font-size: 10px;
    }

    .details-cover p {
        font-size: 12px;
    }

    #home_two_banner .owl-theme .owl-nav {
        display: none;
    }

    .common_bannner_text h2 {
        font-size: 25px;
        line-height: normal;
    }

    .common_bannner_text {
        padding-left: 20px;
    }

    .common_bannner_text ul {
        padding-top: 15px;
    }

    .inner-title h3 {
        font-size: 15px;
    }

    .recent_tour_slider {
        padding: 0;
    }

    .recent-package .theme_common_box_two {
        width: 250px;
    }

    .category-page .row {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .category-page .col-lg-3 {
        flex: 0 25%;
    }

    .category-package-wrap {
        width: 240px;
        margin-bottom: 20px;
    }

    .category-grid .theme_nav_tab_item .nav-tabs .nav-link:hover span {
        border-bottom-color: #000;
    }

    .ads-img-paragraph-section {
        padding: 15px;
    }

    .client_two_content p {
        line-height: 1.8;
        margin-top: 10px;
    }

    .theme_search_form_area {
        margin-top: -300px;
    }

    .ui-menu {
        left: 0 !important;
    }

    .tripadvisor {
        display: block;
    }

    .theme_two_box_content p .review_rating {
        margin-left: 0;
    }

    .listing_list ul {
        display: flex;
        gap: 0;
    }

    .listing_list ul li {
        width: 50%;
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.7;
    }

    .listing_list ul li i {
        font-size: 25px;
        margin-top: 0px;
        margin-right: 7px;
    }

    .listing_list {
        padding: 15px;
        margin-bottom: 20px;
    }

    .accordion_wrapper_style {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion_wrapper_style .accordion-body {
        padding: 0;
    }

    .tour_details_boxed {
        padding: 0;
        margin-bottom: 20px;
    }

    .details-cover h4::before {
        left: -10px;
    }

    .read-more,
    .read-less {
        font-size: 14px;
    }

    .client-reviews-actions .btn {
        font-size: 12px;
        display: block;
        margin: 0 5px;
        padding: 10px 10px;
    }

    .flight_Search_boxed input {
        font-size: 13px;
        height: 48px;
        padding: 5px 15px;
    }

    .top_form_search_button {
        /* height: 48px;
        padding: 12px 15px; */
         height: 35px;
        width: 35px;
        padding: 6px 15px;

    }

    .top_form_search_button .btn {
        font-size: 16px;
    }

    .tour_details_boxed:before {
        bottom: 27px;
    }

    .search-list {
        padding: 20px;
        height: 400px;
    }

    .search-trip-content p {
        display: none;
    }

    .search-trip-content span {
        white-space: pre-wrap;
        font-size: 14px;
    }

    .review-gallery-list:nth-child(3) {
        display: none;
    }

    .key-features ul li {
        flex: 0 0 100%;
    }

    .key-features {
        padding: 30px 15px 7px;
        margin: 40px 0 20px;
    }

    .key-features-wrap span i {
        font-size: 20px;
        margin-right: 3px;
    }

    .key-features h3 {
        left: 15px;
        top: -12px;
        font-size: 15px;
    }

    .key-features-wrap b {
        font-size: 13px;
        margin-left: 10px;
        width: 62%;
    }

    .key-features-wrap span {
        font-size: 13px;
        width: 38%;
    }

    .package_grid-wrap {
        margin-bottom: 25px;
    }
}







@media (max-width: 480px) {
    .banner_four_text h1 {
        font-size: 42px;
        font-weight: 500;
        padding-top: 9px;
        line-height: 60px;
    }

    .booking_success_arae {
        display: initial;
        padding: 0px 0px;
        text-align: center;
    }

    .booking_success_text {
        padding-left: 0px;
        padding-top: 20px
    }

    .room_fasa_area ul {
        display: inherit;
        padding-top: 0px;
    }

    .room_fasa_area ul li {
        padding-right: 0px;
        padding-bottom: 8px;
    }

    .recent_news_item {
        display: block;
    }

    .recent_news_img {
        width: 100%;
    }

    .recent_news_text {
        padding-left: 0;
        padding-top: 10px;
    }

    .d-none-phone {
        display: none;
    }

    .date_flex_area {
        display: inherit;
        justify-content: space-between;
    }
}

@media (max-width: 361px) {}




/* ========================================
   RESPONSIVE DESIGN - ADJUSTED HEIGHTS
   ======================================== */

/* Large Devices (1200px+) */
@media (max-width: 1199px) {
    .yatra-trip-grid-card {
        height: 240px; /* Reduced */
    }

    .yatra-trip-featured-card {
        min-height: 380px;
    }
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
    .yatra-trip-grid-card {
        height: 220px; /* Reduced further */
    }

    .yatra-trip-featured-card {
        min-height: 320px;
    }
}

/* Small Tablets (576px - 767px) */
@media (max-width: 767px) {
    .yatra-trip-grid-card {
        height: 200px; /* Reduced */
    }

    .yatra-trip-featured-card {
        min-height: 280px;
    }
}

/* Mobile Devices (481px - 575px) */
@media (max-width: 575px) {
    .yatra-trip-grid-card {
        height: 180px; /* Reduced */
    }

    .yatra-trip-featured-card {
        min-height: 240px;
    }
}

/* Small Mobile (360px - 480px) */
@media (max-width: 480px) {
    .yatra-trip-grid-card {
        height: 160px; /* Reduced */
    }

    .yatra-trip-featured-card {
        min-height: 220px;
    }
}

/* Extra Small Mobile (Below 360px) */
@media (max-width: 360px) {
    .yatra-trip-grid-card {
        height: 140px; /* Reduced */
    }

    .yatra-trip-featured-card {
        min-height: 200px;
    }
}

/* End */


/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1199px) {
    .yatra-about {
        padding: 60px 0;
    }

    .yatra-about-content {
        padding-left: 20px;
        margin-top: 30px;
    }

    .yatra-about-title {
        font-size: 36px;
    }

    .yatra-about-img {
        min-height: 400px;
    }
}

@media (max-width: 991px) {
    .yatra-about {
        padding: 50px 0;
    }

    .yatra-about-content {
        padding-left: 0;
        margin-top: 25px;
    }

    .yatra-about-title {
        font-size: 32px;
    }

    .yatra-about-text {
        font-size: 15px;
    }

    .yatra-about-img {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .yatra-about {
        padding: 40px 0;
    }

    .yatra-about-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .yatra-about-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .yatra-about-img {
        min-height: 300px;
    }

    .yatra-list-item {
        margin-bottom: 15px;
    }

    .yatra-list-item p {
        font-size: 14px;
    }

    .yatra-about-list {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .yatra-about {
        padding: 30px 0;
    }

    .yatra-about-label {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .yatra-about-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .yatra-about-text {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .yatra-about-img {
        min-height: 250px;
    }

    .yatra-list-item {
        gap: 12px;
        margin-bottom: 12px;
    }

    .yatra-list-item i {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .yatra-list-item p {
        font-size: 13px;
    }

    .yatra-about-btn {
        padding: 12px 30px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .yatra-about-list {
        margin-bottom: 20px;
    }
}

@media (max-width: 360px) {
    .yatra-about-title {
        font-size: 20px;
    }

    .yatra-about-text {
        font-size: 12px;
    }

    .yatra-about-img {
        min-height: 220px;
        border-radius: 8px;
    }

    .yatra-list-item p {
        font-size: 12px;
    }
}




/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1199px) {
    .yatra-general-section {
        padding: 40px 0;
    }

    .yatra-general-title {
        font-size: 38px;
    }

    .yatra-reviews-title {
        font-size: 22px;
    }

    .yatra-reviews-wrapper {
        margin-top: 30px;
    }

    .yatra-reviews-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 10px;
    }

    .yatra-review-inner {
        padding: 11px 9px;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .yatra-general-section {
        padding: 35px 0;
    }

    .yatra-general-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .yatra-general-intro {
        font-size: 14px;
    }

    .yatra-reviews-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .yatra-reviews-header {
        margin-bottom: 22px;
    }

    .yatra-reviews-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }

    .yatra-review-inner {
        padding: 11px 9px;
        gap: 5px;
    }

    .yatra-review-platform {
        width: 42px;
        height: 42px;
    }

    .yatra-platform-name {
        font-size: 10px;
    }

    .yatra-score {
        font-size: 13px;
    }

    .yatra-stars {
        font-size: 9px;
    }

    .yatra-review-count {
        font-size: 8px;
    }

    .yatra-trust-icon-wrapper {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .yatra-stat-number {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .yatra-general-section {
        padding: 30px 0;
    }

    .yatra-general-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .yatra-general-intro {
        font-size: 13px;
        line-height: 1.6;
    }

    .yatra-reviews-wrapper {
        margin-top: 28px;
    }

    .yatra-reviews-title {
        font-size: 18px;
        margin-bottom: 4px;
        gap: 6px;
    }

    .yatra-reviews-title i {
        font-size: 16px;
    }

    .yatra-reviews-header {
        margin-bottom: 20px;
    }

    .yatra-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .yatra-review-inner {
        padding: 10px 8px;
        gap: 4px;
    }

    .yatra-review-platform {
        width: 40px;
        height: 40px;
    }

    .yatra-review-platform img {
        max-width: 26px;
    }

    .yatra-platform-name {
        font-size: 9px;
    }

    .yatra-score {
        font-size: 12px;
    }

    .yatra-stars {
        font-size: 8px;
        letter-spacing: 0.6px;
    }

    .yatra-review-count {
        font-size: 7px;
    }

    .yatra-trust-icon-wrapper {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .yatra-stat-number {
        font-size: 14px;
    }

    .yatra-stat-label {
        font-size: 6px;
    }
}

@media (max-width: 575px) {
    .yatra-general-section {
        padding: 28px 0;
    }

    .yatra-general-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .yatra-general-intro {
        font-size: 12px;
        line-height: 1.6;
    }

    .yatra-reviews-wrapper {
        margin-top: 25px;
    }

    .yatra-reviews-title {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .yatra-reviews-subtitle {
        font-size: 11px;
    }

    .yatra-reviews-header {
        margin-bottom: 18px;
    }

    .yatra-reviews-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .yatra-review-inner {
        padding: 10px 8px;
        gap: 4px;
    }

    .yatra-review-platform {
        width: 38px;
        height: 38px;
    }

    .yatra-review-platform img {
        max-width: 24px;
    }

    .yatra-platform-name {
        font-size: 9px;
    }

    .yatra-score {
        font-size: 11px;
    }

    .yatra-stars {
        font-size: 7px;
        letter-spacing: 0.5px;
    }

    .yatra-review-count {
        font-size: 7px;
    }

    .yatra-trust-icon-wrapper {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .yatra-stat-number {
        font-size: 12px;
    }

    .yatra-stat-label {
        font-size: 6px;
    }
}

@media (max-width: 360px) {
    .yatra-general-title {
        font-size: 17px;
    }

    .yatra-general-intro {
        font-size: 11px;
    }

    .yatra-reviews-title {
        font-size: 14px;
        gap: 5px;
    }

    .yatra-reviews-title i {
        font-size: 14px;
    }

    .yatra-reviews-subtitle {
        font-size: 10px;
    }

    .yatra-review-inner {
        padding: 9px 7px;
        gap: 3px;
    }

    .yatra-review-platform {
        width: 35px;
        height: 35px;
    }

    .yatra-review-platform img {
        max-width: 22px;
    }

    .yatra-platform-name {
        font-size: 8px;
    }

    .yatra-score {
        font-size: 10px;
    }

    .yatra-stars {
        font-size: 6px;
    }

    .yatra-review-count {
        font-size: 6px;
    }

    .yatra-trust-icon-wrapper {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .yatra-stat-number {
        font-size: 10px;
    }

    .yatra-stat-label {
        font-size: 5px;
    }
}

/* ========================================
   DARK MODE
   ======================================== */

@media (prefers-color-scheme: dark) {
    .yatra-general-section {
        background: linear-gradient(135deg, #1a1a1a 0%, #242424 50%, #1f1f1f 100%);
    }

    .yatra-general-title {
        background: linear-gradient(135deg, #fff 0%, #FF5300 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .yatra-general-intro {
        color: #aaa;
    }

    .yatra-review-item {
        background: #242424;
        border-color: rgba(255, 255, 255, 0.08);
    }

    .yatra-platform-name {
        color: #fff;
    }

    .yatra-review-count {
        color: #999;
    }

    .yatra-review-platform {
        background: rgba(255, 83, 0, 0.1);
    }

    .yatra-reviews-subtitle {
        color: #888;
    }
}
/* end */
