/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* popular destinations for tours page css start */
.destinations {
    display:flex;flex-wrap:wrap;
    }
    .destinations > div {width: calc(100% / 2);height: 460px;overflow-y: scroll;}
    
    
    
    .destinations #destinations-content
    {
    
        flex:1;padding-left:20px;
    }
    .destinations .region-destinations ul li { 
    
    margin-bottom:10px;
    
    }
    
    .destinations  .region-destinations ul {
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .destinations  .region-destinations ul li {
        list-style: none;
        width: calc(100% / 2 - 10px);
        /* background: #ececec; */
      /*  height: 220px;
        padding: 10px 20px;
        align-items: end; */
        display: flex;
        position: relative;
        
    }
    .destinations .region-destinations ul li a {
        position: absolute;
        bottom: 12px;
        left: 24px;
         z-index: 3;
        color: #fff;
        text-decoration: none;
        
    }
    
    .region-destinations ul li::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #21618480; /* blue overlay, adjust opacity as needed */
        z-index: 2;
        pointer-events: none;
        transition: background 0.3s;
    }
    .destinations .region-destinations ul li img { 
    
    margin: 0;
    
    }
    .destinations .region-destinations ul li .place_img {
        height: 250px;
    }
    
    #regions-list .region-button {
        display: flex;
        /* align-items: center; */
        cursor: pointer;
        margin: 0 0 4px 0;
    }
    
    #regions-list .region-button .fea_img img {
        width: 60px;
        border-radius: 6px;
        height: 60px;
        object-fit: cover;
        margin: 0;
    }
    
    #regions-list .region-button .fea_img {
        margin: 0 16px 0 0;
    }
    
    #regions-list .region-button .des_info h5 {
        margin: 0 0 0 0;
        /* line-height: 16px; */
    }
    
    .region-destinations h4{
        color: #fff;
    }
    .region-destinations p {
        color: #fff;
    }
    
    
    /* single destination css */
    
    .pac_details {
        color: #005c7c;
        border-top: 1px solid #005c7c;
        border-bottom: 1px solid #005c7c;
        padding: 40px 0 40px;
    }
    .pac_details .package_detail_head h2{
    color: #005c7c;
    font-weight: 700;
    font-size: 24px;
    }

.contact-info {display: none;}
    
    /* Responsive CSS for Destinations */
    @media (max-width: 1024px) {
        .destinations {
            flex-direction: column;
        }
        
        .destinations > div {
            width: 100%;
            height: auto;
            max-height: 400px;
        }
        
        .destinations #destinations-content {
            padding-left: 0;
            padding-top: 20px;
        }
        
        .destinations .region-destinations ul li {
            width: calc(100% / 2 - 8px);
            margin-bottom: 8px;
        }
        
        .destinations .region-destinations ul li .place_img {
            height: 200px;
        }
    }
    
    @media (max-width: 768px) {
		
		
        .destinations {
            flex-direction: column;
            gap: 20px;
        }
        
        .destinations > div {
            width: 100%;
            height: auto;
            max-height: 350px;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }
        
        .destinations #destinations-content {
            padding-left: 0;
            padding-top: 15px;
        }
        
        .destinations .region-destinations ul {
            flex-direction: column;
            gap: 10px;
        }
        
        .destinations .region-destinations ul li {
            width: 100%;
            margin-bottom: 10px;
        }
        
        .destinations .region-destinations ul li .place_img {
            height: 180px;
        }
        
        .destinations .region-destinations ul li a {
            bottom: 10px;
            left: 15px;
            font-size: 14px;
        }
        
        #regions-list .region-button {
            padding: 8px;
            margin-bottom: 8px;
        }
        
        #regions-list .region-button .fea_img img {
            width: 50px;
            height: 50px;
        }
        
        #regions-list .region-button .fea_img {
            margin: 0 12px 0 0;
        }
        
        #regions-list .region-button .des_info h5 {
            font-size: 14px;
            line-height: 1.3;
        }
        
        #regions-list .region-button .des_info p {
            font-size: 12px;
            line-height: 1.3;
        }
    }
    
    @media (max-width: 480px) {
        .destinations > div {
            max-height: 300px;
        }
        
        .destinations .region-destinations ul li .place_img {
            height: 150px;
        }
        
        .destinations .region-destinations ul li a {
            bottom: 8px;
            left: 12px;
            font-size: 13px;
        }
        
        .destinations .region-destinations h4 {
            font-size: 16px;
            margin-bottom: 5px;
        }
        
        .destinations .region-destinations p {
            font-size: 12px;
        }
        
        #regions-list .region-button {
            padding: 6px;
            margin-bottom: 6px;
        }
        
        #regions-list .region-button .fea_img img {
            width: 40px;
            height: 40px;
        }
        
        #regions-list .region-button .fea_img {
            margin: 0 10px 0 0;
        }
        
        #regions-list .region-button .des_info h5 {
            font-size: 13px;
        }
        
        #regions-list .region-button .des_info p {
            font-size: 11px;
        }
        
        .pac_details {
            padding: 20px 0;
        }
        
        .pac_details .package_detail_head h2 {
            font-size: 20px;
        }
    }
    
    /* Extra Small Mobile */
    @media (max-width: 360px) {
        .destinations > div {
            max-height: 280px;
        }
        
        .destinations .region-destinations ul li .place_img {
            height: 130px;
        }
        
        .destinations .region-destinations ul li a {
            bottom: 6px;
            left: 10px;
            font-size: 12px;
        }
        
        .destinations .region-destinations h4 {
            font-size: 15px;
        }
        
        .destinations .region-destinations p {
            font-size: 11px;
        }
        
        #regions-list .region-button {
            padding: 5px;
            margin-bottom: 5px;
        }
        
        #regions-list .region-button .fea_img img {
            width: 35px;
            height: 35px;
        }
        
        #regions-list .region-button .fea_img {
            margin: 0 8px 0 0;
        }
        
        #regions-list .region-button .des_info h5 {
            font-size: 12px;
        }
        
        #regions-list .region-button .des_info p {
            font-size: 10px;
        }
        
        .pac_details .package_detail_head h2 {
            font-size: 18px;
        }
    }
    
    /* Touch-friendly scrolling for mobile */
    @media (max-width: 768px) {
        .destinations > div {
            scrollbar-width: thin;
            scrollbar-color: #ccc transparent;
        }
        
        .destinations > div::-webkit-scrollbar {
            width: 4px;
        }
        
        .destinations > div::-webkit-scrollbar-track {
            background: transparent;
        }
        
        .destinations > div::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 2px;
        }
        
        .destinations > div::-webkit-scrollbar-thumb:hover {
            background: #999;
        }
    }
    
    /* popular destinations for tours page css end */
    
    
    /* single destination css */
    
    .pac_details {
        color: #005c7c;
        border-top: 1px solid #005c7c;
        border-bottom: 1px solid #005c7c;
        padding: 40px 0 40px;
    }
    .pac_details .package_detail_head h2{
    color: #005c7c;
    font-weight: 700;
    font-size: 24px;
    }
    /* single destination css end */
    
    
    /* Exclusive deals*/
    
    
        .exclusive-deals-tabs.exclusive-deals-tabs ul li{
                list-style: none;
        }
     .exclusive-deals-tabs ul.deal-tabs-nav {
                list-style: none;
                margin: 0;
                padding: 0;
                display: flex;
                border-bottom: 1px solid #ccc;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: thin;
                scrollbar-color: #ccc transparent;
            }
            
            .exclusive-deals-tabs ul.deal-tabs-nav::-webkit-scrollbar {
                height: 4px;
            }
            
            .exclusive-deals-tabs ul.deal-tabs-nav::-webkit-scrollbar-track {
                background: transparent;
            }
            
            .exclusive-deals-tabs ul.deal-tabs-nav::-webkit-scrollbar-thumb {
                background: #ccc;
                border-radius: 2px;
            }
            
            .deal-tabs-nav li {
        margin-left: 21px;
        padding: 0 0 0 21px;
        flex-shrink: 0;
    }
            /* .exclusive-deals-tabs ul.deal-tabs-nav li {
                margin-right: 10px;
            } */
            .exclusive-deals-tabs ul.deal-tabs-nav li a {
                text-decoration: none;
                padding: 8px 15px;
                display: inline-block;
                /* background: #f0f0f0; */
                white-space: nowrap;
            }
            .exclusive-deals-tabs ul.deal-tabs-nav li.active a {
                /* background: #ddd; */
                font-weight: bold;
                text-decoration: underline;
            }
            .exclusive-deals-tabs .tab-content {
                opacity: 0; 
                
                height: 0; 
                
                
                overflow: hidden;
                /*display: none;
                padding: 10px 0;*/
            }
            .exclusive-deals-tabs .tab-content.active {
               /* display: flex;
                opacity: 1; */ 
                
                height: auto;
            }
    
            .book_now{
                color:#8C0101;
                font-weight: 700;
            }
    
    
    .exclusive-deals-tabs .tab-content.slick-slider {position: static;}
            .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow {
          position: absolute;
        top: 0;
        right: 0;
        border: 0;
        width: 22px;
        height: 22px;
        background: #ececec;
        border-radius: 50% !important;
        cursor: pointer;
    }
    .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow.slick-prev {
        right: 30px;
    }
    
    .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow i {
        color: #000;
        position: absolute;
        top: 5px;
        right: 6px;
    }
    
    .exclusive-deals-tabs .tab-content .deal-item {
       /* width: calc(100% / 4 );*/
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
        height: 100%;
        transition: all .5s ease-in;
        position: relative;
        /*
        margin: 0 44px;
        padding: 0 20px 0 0;
        */
        margin: 26px 44px 26px 44px;
        padding: 0 20px 0 0;
    }
    
    .exclusive-deals-tabs .tab-content .deal-item .top_cat {
       position: absolute;
        right: 20px;
        top: 10px;
        background: #005c7c;
        color:#fff;
        padding: 2px 10px;
        border-radius: 20px;
        font-size: 12px;
    }
    
    .exclusive-deals-tabs .tab-content .deal-item .ex_grid {
        margin: 40px 0 0 0;
        display: flex;
        align-items: center;
    }
    
    .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_img {
        width: 320px;
        position: relative;
        left: -50px;
    }
    
    .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_img img {
        width: 100%;
        border-radius: 8px;
    }
    
    .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont {position: relative;left: -30px;width: 640px;}
    
    .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont h3 {
        font-size: 16px;
        line-height: 22px;
        color: #005c7c;
        font-weight: 700;
    }
    .deal-tabs-nav h3 {
        color: #005c7c;
    }
    .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont p{
        color:#005c7c;
    }
    
    .exclusive-deals-tabs .tab-content .deal-item .exclu_row a.book_now {
        text-align: right;
        display: block;
    }
    
    /* Mobile First Responsive Design */
    @media (max-width: 767px) {
        .exclusive-deals-tabs ul.deal-tabs-nav {
            flex-wrap: nowrap;
            gap: 10px;
            padding-bottom: 5px;
        }
        
        .deal-tabs-nav li {
            margin-left: 0;
            padding: 0;
        }
        
        .exclusive-deals-tabs ul.deal-tabs-nav li a {
            padding: 6px 12px;
            font-size: 14px;
            border-radius: 4px;
            background: #f5f5f5;
            border: 1px solid #e0e0e0;
        }
        
        .exclusive-deals-tabs ul.deal-tabs-nav li.active a {
            background: #005c7c;
            color: #fff;
            text-decoration: none;
            border-color: #005c7c;
        }
        
        .deal-tabs-nav h3 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item {
            margin: 15px 10px;
            padding: 15px;
            border-radius: 8px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .top_cat {
            right: 15px;
            top: 15px;
            font-size: 11px;
            padding: 2px 8px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid {
            margin: 25px 0 0 0;
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_img {
            width: 100%;
            position: static;
            left: 0;
            margin-bottom: 0;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_img img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont {
            position: static;
            left: 0;
            width: 100%;
            text-align: left;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont h3 {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 8px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont p {
            font-size: 14px;
            line-height: 1.4;
            margin-bottom: 15px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .exclu_row a.book_now {
            text-align: center;
            display: inline-block;
            padding: 8px 20px;
            background: #8C0101;
            color: #fff;
            border-radius: 4px;
            text-decoration: none;
            font-size: 14px;
            margin-top: 10px;
        }
        
        .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow {
            top: -40px;
            right: 10px;
            width: 30px;
            height: 30px;
        }
        
        .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow.slick-prev {
            right: 50px;
        }
        
        .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow i {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            right: auto;
        }
    }
    
    @media (max-width: 480px) {
        .exclusive-deals-tabs ul.deal-tabs-nav li a {
            padding: 5px 10px;
            font-size: 13px;
        }
        
        .deal-tabs-nav h3 {
            font-size: 16px;
            margin-bottom: 12px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item {
            margin: 10px 5px;
            padding: 12px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_img img {
            height: 160px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont h3 {
            font-size: 15px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont p {
            font-size: 13px;
        }
        
        .exclusive-deals-tabs .tab-content .deal-item .exclu_row a.book_now {
            padding: 6px 16px;
            font-size: 13px;
        }
        
        .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow {
            width: 28px;
            height: 28px;
        }
    }
    
    /* Tablet responsiveness (min-width: 768px) */
    @media (min-width: 768px) {
        .exclusive-deals-tabs ul.deal-tabs-nav {
            flex-wrap: nowrap; /* Prevent wrapping on tablet and up */
            justify-content: flex-start; /* Align tabs to start on tablet and up */
        }
    
        /* .deal-tabs-nav li {
            margin-left: none !important;
            padding: none !important;
        } */
    
        .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow {
            top: 0;
            right: 0;
        }
    
        .exclusive-deals-tabs .tab-content.slick-slider .slick-arrow.slick-prev {
            right: 30px;
        }
    
        .exclusive-deals-tabs .tab-content .deal-item {
            margin: 26px 44px 26px 44px;
            padding: 0 20px 0 0;
        }
    
        .exclusive-deals-tabs .tab-content .deal-item .top_cat {
            right: 20px;
            font-size: 12px;
            padding: 2px 10px;
        }
    
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid {
            margin: 40px 0 0 0;
            flex-direction: row; /* Revert to horizontal layout on tablet */
            align-items: center;
        }
    
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_img {
            width: 320px; /* Original width */
            position: relative;
            left: -50px; /* Original negative positioning */
            margin-bottom: 0;
        }
    
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont {
            position: relative;
            left: -30px;
            width: 640px; /* Original width */
            text-align: left; /* Revert text alignment */
        }
    
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont h3 {
            font-size: 16px;
            line-height: 22px;
        }
    
        .exclusive-deals-tabs .tab-content .deal-item .ex_grid .ex_cont p {
            font-size: inherit; /* Inherit default font size or set explicitly */
        }
    
        .exclusive-deals-tabs .tab-content .deal-item .exclu_row a.book_now {
            text-align: right;
            margin-top: 0;
        }
    }
    
    /* Desktop responsiveness (min-width: 1024px) - Optional, but good practice */
    @media (min-width: 1024px) {
        /* Add any specific desktop styles here if they differ from tablet */
        /* For now, tablet styles will carry over nicely */
    }
    
    
    /* Destination tab home */
     
    .inner_data{
        color:#005c7c;
        padding:10px 10px;
    }
    .inner_data h5{
        color:#005c7c;
        font-weight: 700;
    }
    .inner_data h4{
        font-weight: 700;
    }
    
    .destinations-tabs ul.destination-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 10px;
    }
     
    .destinations-tabs ul.destination-list li {
        width: calc(100% / 3 - 14px);
        background: #fff;
        list-style: none;
        margin: 0 0 12px 0;
        padding-bottom: 32px;
    }
    .destinations-tabs ul.destination-list li img {
        height: 220px;
        width: 100% !important;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        margin: 0;
    }
     
    .destinations-tabs ul.destination-list .pac_info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
     
    .destinations-tabs ul.destination-list .pac_info .star_from h5 {
        display: inline-block;
        margin: 0;
    }
    
    
    
    
    
    .destinations-tabs .tabs-nav {
        display: flex;
        list-style: none;
        padding: 0;
        /* margin-bottom: 10px; */
        gap: 10px;
        justify-content: center;
    }
    .destinations-tabs .tabs-nav li {
        cursor: pointer;
        padding: 8px 15px;
        background: #fff;
        color: #005c7c;
        border-radius: 10px;
        border: 1px solid #005c7c;
    }
    .tabs-nav li{
            list-style: none;
    }
    .destinations-tabs .tabs-nav li.active {
        background: #005c7c;
        color: #fff;
    }
    .destinations-tabs .tab-pane {
        display: none;
    }
    .destinations-tabs .tab-pane.active {
        display: block;
    }
    .pagination {
        margin-top: 20px;
        text-align: center;
    }
    .pagination li {
        display: inline-block;
        margin-right: 5px;
    }
    
    /* Style pagination links and spans */
    .pagination a.page-numbers,
    .pagination span.page-numbers {
        display: inline-block;
        padding: 3px 11px;
        border: 1px solid #ddd;
        border-radius: 10px;
        text-decoration: none;
        color: #333;
        background-color: #fff;
        transition: all 0.3s ease;
        font-size: 12px;
    }
    
    .pagination a.page-numbers:hover {
        background-color: #f5f5f5;
        border-color: #005c7c;
        color: #005c7c;
    }
    
    /* Target the li element that contains the current page span */
    
    
    /* .pagination li:has(span.page-numbers.current) {
        background-color: #005c7c;
    } */
    
    /* Alternative approach for browsers that don't support :has() */
    .pagination li span.page-numbers.current {
        background-color: #005c7c;
        color: #fff;
        border-color: #005c7c;
    }
    
    /* Additional styling for current page */
    .pagination li span.page-numbers.current {
        color: #fff;
    }
    
    /* JavaScript-added class for current page li */
    /* .pagination li.current-page-li {
        background-color: #005c7c;
    } */
    
    .pagination li.current-page-li span.page-numbers.current {
        color: #fff;
    }
    
    /* Style dots */
    .pagination span.page-numbers.dots {
        border: none;
        background: none;
        padding: 8px 4px;
    }
    
    .tab-loading-spinner {
        display: block;
        width: 60px;
        height: 60px;
        border: 4px solid #005c7c;
        border-top-color: #333;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
        margin: 120px auto 0px auto;
    }
    
    @keyframes spin {
        to { transform: rotate(360deg); }
    }
    
    /* Extra large devices (large laptops and desktops, 1201px and up) */
    @media only screen and (min-width: 1201px) {
        /* No significant changes needed as the initial CSS is likely designed for these screen sizes */
    }
    
    /* Enhanced Mobile Responsive with Higher Specificity */
    @media only screen and (max-width: 600px) {
        .destinations-tabs ul.destination-list li {
            width: 100% !important; /* Full width for each item */
            padding-bottom: 15px !important; /* Adjust padding for smaller screens */
            margin: 0 0 15px 0 !important;
        }
    
        .destinations-tabs ul.destination-list {
            padding: 0 5px !important; /* Less padding on the sides */
            display: block !important;
        }
    
        .destinations-tabs ul.destination-list li img {
            height: 180px !important; /* Smaller image height */
            width: 100% !important;
            object-fit: cover !important;
        }
    
        .destinations-tabs .tabs-nav {
            flex-wrap: wrap !important; /* Allow tabs to wrap */
            justify-content: flex-start !important; /* Align tabs to the start */
            gap: 8px !important; /* Slightly smaller gap between tabs */
            padding: 0 5px !important;
            overflow-x: auto !important;
            -webkit-overflow-scrolling: touch !important;
        }
    
        .destinations-tabs .tabs-nav li {
            padding: 6px 12px !important; /* Smaller padding for tab buttons */
            font-size: 0.9em !important; /* Smaller font size for tab text */
            flex-shrink: 0 !important;
            white-space: nowrap !important;
        }
    
        .destinations-tabs .tabs-nav li a {
            padding: 6px 12px !important;
            font-size: 14px !important;
        }
    
        .inner_data {
            padding: 0 5px !important;
        }
        
        .destinations-tabs .tabs-nav li.active {
            background: #005c7c !important;
            color: #fff !important;
        }
        
        .destinations-tabs .tabs-nav li:not(.active) {
            background: #fff !important;
            color: #005c7c !important;
            border: 1px solid #005c7c !important;
        }
    }
    
    /* Enhanced Tablet Responsive */
    @media only screen and (min-width: 601px) and (max-width: 768px) {
        .destinations-tabs ul.destination-list li {
            width: calc(50% - 10px) !important; /* Two columns */
            margin: 0 0 20px 0 !important;
            padding-bottom: 20px !important;
        }
    
        .destinations-tabs ul.destination-list {
            padding: 0 10px !important;
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 20px !important;
        }
    
        .destinations-tabs ul.destination-list li img {
            height: 200px !important; /* Adjust image height */
            width: 100% !important;
            object-fit: cover !important;
        }
    
        .destinations-tabs .tabs-nav {
            gap: 10px !important;
            overflow-x: auto !important;
            -webkit-overflow-scrolling: touch !important;
        }
    
        .destinations-tabs .tabs-nav li {
            padding: 7px 14px !important;
            font-size: 0.95em !important;
            flex-shrink: 0 !important;
        }
        
        .destinations-tabs .tabs-nav li.active {
            background: #005c7c !important;
            color: #fff !important;
        }
        
        .destinations-tabs .tabs-nav li:not(.active) {
            background: #fff !important;
            color: #005c7c !important;
            border: 1px solid #005c7c !important;
        }
    }
    
    /* Enhanced Medium devices */
    @media only screen and (min-width: 769px) and (max-width: 992px) {
        .destinations-tabs ul.destination-list li {
            width: calc(50% - 14px) !important; /* Two columns */
            margin: 0 0 25px 0 !important;
            padding-bottom: 25px !important;
        }
    
        .destinations-tabs ul.destination-list {
            padding: 0 15px !important; /* Slightly more padding */
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 25px !important;
        }
    
        .destinations-tabs ul.destination-list li img {
            height: 210px !important;
            width: 100% !important;
            object-fit: cover !important;
        }
         
        .destinations-tabs .tabs-nav li.active {
            background: #005c7c !important;
            color: #fff !important;
        }
         
        .destinations-tabs .tabs-nav li:not(.active) {
            background: #fff !important;
            color: #005c7c !important;
            border: 1px solid #005c7c !important;
        }
    }
    
    /* Enhanced Large devices */
    @media only screen and (min-width: 993px) and (max-width: 1200px) {
        .destinations-tabs ul.destination-list li {
            width: calc(33.33% - 14px) !important; /* 3 columns */
            margin: 0 0 25px 0 !important;
        }
        
        .destinations-tabs ul.destination-list {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 25px !important;
        }
        
        .destinations-tabs ul.destination-list li img {
            width: 100% !important;
            object-fit: cover !important;
        }
         
        .destinations-tabs .tabs-nav li.active {
            background: #005c7c !important;
            color: #fff !important;
        }
         
        .destinations-tabs .tabs-nav li:not(.active) {
            background: #fff !important;
            color: #005c7c !important;
            border: 1px solid #005c7c !important;
        }
    }
    
    /* Extra Small Mobile Devices */
    @media only screen and (max-width: 480px) {
        .destinations-tabs ul.destination-list li {
            width: 100% !important;
            padding-bottom: 10px !important;
            margin: 0 0 10px 0 !important;
        }
    
        .destinations-tabs ul.destination-list {
            padding: 0 3px !important;
        }
    
        .destinations-tabs ul.destination-list li img {
            height: 150px !important;
        }
    
        .destinations-tabs .tabs-nav {
            gap: 5px !important;
            padding: 0 3px !important;
        }
    
        .destinations-tabs .tabs-nav li {
            padding: 5px 10px !important;
            font-size: 0.8em !important;
        }
        
        .destinations-tabs .tabs-nav li a {
            padding: 5px 10px !important;
            font-size: 13px !important;
        }
        
        .inner_data {
            padding: 0 3px !important;
        }
        
        .pagination {
            margin-top: 15px !important;
        }
        
        .pagination a.page-numbers,
        .pagination span.page-numbers {
            padding: 2px 8px !important;
            font-size: 11px !important;
        }
    }
    
    /* Ultra Small Mobile Devices */
    @media only screen and (max-width: 360px) {
        .destinations-tabs ul.destination-list li img {
            height: 120px !important;
        }
    
        .destinations-tabs .tabs-nav li {
            padding: 4px 8px !important;
            font-size: 0.75em !important;
        }
        
        .destinations-tabs .tabs-nav li a {
            padding: 4px 8px !important;
            font-size: 12px !important;
        }
        
        .pagination a.page-numbers,
        .pagination span.page-numbers {
            padding: 1px 6px !important;
            font-size: 10px !important;
        }
    }
    
    /* Force responsive behavior with !important */
    .destinations-tabs .tabs-nav {
        display: flex !important;
        list-style: none !important;
        padding: 0 !important;
        gap: 10px !important;
        justify-content: center !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin !important;
        scrollbar-color: #ccc transparent !important;
    }
    
    .destinations-tabs .tabs-nav::-webkit-scrollbar {
        height: 4px !important;
    }
    
    .destinations-tabs .tabs-nav::-webkit-scrollbar-track {
        background: transparent !important;
    }
    
    .destinations-tabs .tabs-nav::-webkit-scrollbar-thumb {
        background: #ccc !important;
        border-radius: 2px !important;
    }
    
    .destinations-tabs ul.destination-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    
    .destinations-tabs ul.destination-list li {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .destinations-tabs ul.destination-list li img {
        width: 100% !important;
        /*height: auto !important;*/
        object-fit: cover !important;
        display: block !important;
    }
    