/* For small screens (576px and below) */
@media (max-width: 576px) {
    .modal-content {
        padding: 10px 6px;
    }
    .modal-body {
        font-size: 1em;
    }
    .vehica-carousel-term-img {
        padding: 0 110px;
    }
    .cars2-slider-viewport {
        width: 99vw;
    }
    .cars2 article.item {
        min-width: 98vw;
        width: 98vw;
    }
    .cars2 {
        gap: 6vw;
    }
    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 19px;
        top: 55%;
        transform: translateY(-50%);
    }
    .slider-arrow.left {
        left: 5px;
    }
    .slider-arrow.right {
        right: 5px;
    }
    .vehica-blog__inner {
    display: grid;
    }
}

/* For medium devices (768px and below) */
@media (max-width: 768px) {
    .umtcaruni-header {
    height: 100px;
    }
    .umtfoot-logo-img {
    width: 180px; 
    height: auto;
    object-fit: contain;
    }
    .umtcaruni-header__logo img {
    max-height: 130px;
    max-width: 100%;
    object-fit: contain;
    margin-top: 38px;
    }
    .bwinfo-container {
        flex-direction: column;
        gap: 18px;
    }
    .bwinfo-column {
        flex: 1 1 100%;
        min-width: 0;
    }
    .bwinfo-widget-wrap {
        padding: 24px 12px 18px 12px;
    }
    .bwinfo-heading h3 {
        font-size: 19px;
    }
    .bwinfo-text p {
        font-size: 15px;
    }
    .greview-card {
        padding: 0 0 16px 0;
    }
    .greview-header {
        padding: 18px 2vw 16px 2vw;
    }
    .greview-reviews-title {
        font-size: 1.11rem;
    }
    .greview-review-list {
        padding: 0 2vw;
    }
    .vehica-carousel-term-img .vehica-swiper-slide {
        width: calc(50% - 22px);
    }
    .vehica-blog-card__content__top {
        justify-content: center;
    }
    .widget {
        margin-bottom: 30px;
    }
    .car-boxes-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    .car-box {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .mystickyelements-fixed {
        top: auto;
        bottom: 0;
        transform: none;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .mystickyelements-lists {
        flex-direction: row;
        gap: 10px;
    }
    .mystickyelements-minimize {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .mystickyelements-social-icon {
        width: 30px;
        height: 30px;
        border: 1.5px solid #f5b754;
    }
    .mystickyelements-social-icon img {
        width: 16px;
        height: 16px;
    }
}

/* For large mobile devices and tablets (992px and below) */
@media (max-width: 992px) {
    .bwcars-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .bwcars-card-main {
        padding-left: 9px;
        padding-right: 9px;
    }
    .umtfoot__container {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
        padding: 22px 7px 9px 7px;
    }
    .umtfoot__column {
        max-width: 100%;
    }
    .umtfoot-copyrights {
        text-align: center;
        padding-bottom: 14px;
        font-size: 0.97rem;
    }
    .umtfoot-simple-menu {
        display: grid;
        grid-template-columns: 1fr;
    }
    .cars2-slider-viewport {
        width: 98vw;
    }
    .cars2 {
        gap: 10vw;
    }
    .cars2 article.item {
        min-width: 82vw;
        width: 82vw;
    }
    .slider-arrow {
        width: 42px;
        height: 42px;
        font-size: 28px;
    }
    .slider-arrow .material-icons-round {
        font-size: 23px;
    }
    .bwinfo-column {
        flex: 1 1 44%;
        min-width: 240px;
        margin-bottom: 26px;
    }
}

/* For tablet and above (768px and above) */
@media (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    .car-boxes-grid {
        flex-direction: row;
        justify-content: space-between;
    }
    .company-description {
        font-size: 14px;
    }
    .address-row {
        font-size: 16px;
    }
    .phone-link {
        font-size: 24px;
    }
    .email-row a {
        font-size: 16px;
    }
    .page-main {
        margin: 20px auto;
        padding: 20px;
    }
    .page-title {
        font-size: 1.8rem;
    }
    .vehica-blog__content,
    .vehica-blog__sidebar {
        width: 100%;
    }
    .vehica-blog__sidebar {
        margin-top: 20px;
    }
    .vehica-blog-card__content {
        padding: 30px;
        text-align: left;
    }
    .vehica-blog-card__excerpt {
        text-align: left;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    .vehica-blog-card__title {
        text-align: left;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    .vehica-blog-card__date {
        text-align: left;
    }
}

@media (max-width: 900px) {
    .umtcaruni-header__container {
        height: 60px;
        padding: 0 15px;
        justify-content: center;
    }
    .umtcaruni-header__hamburger {
        display: flex;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3001;
    }
    .umtcaruni-header__logo {
        justify-content: center;
        margin: 0 auto;
        flex: 1;
    }
    .umtcaruni-header__nav {
        display: none!important;
    }
}

/* For large screens (901px and above) */
@media (min-width: 901px) {
    .umtcaruni-header__mobile-nav {
        display: none!important;
    }
}


/* Global styles */
button {
    font-size: 14px;
    line-height: 1.715;
}