/* ======================
   MOBILE SCROLLBAR
   ====================== */
@media (max-width: 992px) {
    .custom-scroll {
        overflow-x: auto;
    }

    .custom-scroll::-webkit-scrollbar {
        height: 6px;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background: var(--tr-theme-1);
        border-radius: 10px;
    }

    .custom-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }


    .tr-choose-img {
        display: none;
    }

    .tr-choose-img1 {
        display: block;
    }

    .tr-choose-img1 img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
    }

    .tr-tips-list ul li {
        display: flex;
        flex-wrap: wrap;
    }

    .tr-choose-area .tr-choose-img img{
        display: none;
    }
}


@media(max-width:768px) {
    .country_details h1 {
        font-size: 38px;

    }

    .country_details h2 {
        font-size: 30px;
    }

    .country_details h3 {
        font-size: 28px;
    }

    .tr-brd-title {
        font-size: 28px;
    }

    .blog-details h1 {
        font-size: 28px !important;
    }

    .slider-arrow {
        position: absolute;
        top: 31%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.3);
        color: white;
        border: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 2rem;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 100;
    }

    .slider-controls {
        position: absolute;
        bottom: 73px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 100;
    }


}

@media(max-width:624px) {
    .slider-arrow {
        position: absolute;
        top: 50%;
    }

    .slider-section {
        width: 100%;
        height: 184px !important;
        position: relative;
        overflow: hidden;
    }

    .slider-controls {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        z-index: 100;
    }
}

@media(max-width:575px) {
    .tr-header-logo img {
        width: 160px;
        height: 60px;
    }

    .country_details h1 {
        font-size: 30px;

    }

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

    .country_details h3 {
        font-size: 26px;
    }

    .tr-brd-title {
        font-size: 24px;
    }

    .blog-details h1 {
        font-size: 24px !important;
    }


}

@media(max-width:375px) {
    .tr-header-logo img {
        width: 140px;
        height: 50px;
    }
}