/* Kiralık Hastane Yatağı mobil görünüm */
@media only screen and (max-width: 991px) {
    body:has(.mobile-contact-bar) {
        padding-bottom: 54px;
    }

    .navbar-area,
    .mobile-nav,
    .mean-container .mean-bar {
        min-height: 66px;
        background: #2d485d !important;
    }

    .navbar-area {
        box-shadow: 0 3px 9px rgba(0, 0, 0, .35);
    }

    .mobile-nav .logo {
        top: 9px !important;
        left: 16px;
        display: flex;
        align-items: center;
        width: 190px;
        max-width: calc(100% - 86px) !important;
        height: 48px;
        z-index: 1002;
    }

    .mobile-nav .logo img {
        display: block;
        width: 100%;
        max-height: 48px;
        object-fit: contain;
        object-position: left center;
        filter: brightness(0) invert(1);
    }

    .mean-container a.meanmenu-reveal {
        top: 8px;
        right: 14px !important;
        width: 35px;
        height: 38px;
        padding: 7px 0 0 !important;
        z-index: 1003;
    }

    .mean-container a.meanmenu-reveal span {
        position: static !important;
        top: auto !important;
        height: 4px;
        margin-top: 5px !important;
        border-radius: 0;
    }

    .mean-container .mean-nav {
        margin-top: 66px;
        box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
    }

    .home-products {
        padding-top: 10px;
        padding-bottom: 14px !important;
    }

    .home-products .container {
        width: 100%;
        max-width: 540px !important;
        padding-right: 6px;
        padding-left: 6px;
    }

    .home-products .row {
        margin-right: -3px;
        margin-left: -3px;
    }

    .home-products .mobile-product-heading {
        margin: 0;
        padding: 10px 24px 12px;
        color: #050505;
        font-size: 19px;
        font-weight: 500;
        line-height: 1.25;
        white-space: normal;
    }

    .home-products .urun-border {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 14px;
        padding: 0 3px;
    }

    .home-products .blog-item {
        margin: 0;
        border-radius: 5px;
        background: #fff;
        box-shadow: none;
        overflow: hidden;
    }

    .home-products .blog-item:hover {
        transform: none;
    }

    .home-products .blog-item .top {
        overflow: hidden;
        border: 3px solid #ef2134;
        border-radius: 0;
        background: #fff;
    }

    .home-products .blog-item .top a img {
        display: block;
        width: 100%;
        border-radius: 0;
        aspect-ratio: 5 / 3;
        object-fit: cover;
    }

    .home-products .blog-item .bottom {
        padding: 0 0 2px;
    }

    .home-products .blog-item .bottom h3 {
        min-height: 0;
        margin: 0;
        padding: 7px 8px 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        text-shadow: none;
    }

    .home-products .blog-item .bottom .common-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 45px;
        padding: 8px 14px;
        border-radius: 5px;
        background: #087b88;
        font-size: 16px;
        font-weight: 700;
        text-transform: none;
    }

    .mobile-contact-bar,
    .mobile-contact-action {
        min-height: 54px;
    }

    .mobile-contact-action {
        font-size: 20px;
    }
}

@media only screen and (max-width: 380px) {
    .mobile-nav .logo {
        width: 170px;
    }

    .home-products .mobile-product-heading {
        font-size: 18px;
    }

    .mobile-contact-action {
        gap: 7px;
        font-size: 18px;
    }
}
