/* Mobile (up to 767px) */
@media (max-width: 767px) {
    /* General adjustments */
    body {
        font-size: 14px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 5px;
        font-size: 14px;
    }

    .header-carousel .owl-carousel-item {
        min-height: 350px;
    }

    .header-carousel .owl-carousel-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .header-carousel .owl-nav {
        right: 2%;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
    }

    .facility-item .facility-text {
        padding: 10px;
    }

    .facility-item .facility-icon {
        width: 60px;
        height: 60px;
    }

    .team-item .team-text {
        width: 150px;
        height: 150px;
    }

    .testimonial-carousel {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .footer .btn.btn-social {
        width: 35px;
        height: 35px;
    }

    .footer .copyright {
        font-size: 13px;
    }

    .footer .footer-menu a {
        padding-right: 8px;
    }
}

/* Tablet (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    /* General adjustments */
    body {
        font-size: 16px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 15px 10px;
        font-size: 16px;
    }

    .header-carousel .owl-carousel-item {
        min-height: 450px;
    }

    .header-carousel .owl-carousel-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .header-carousel .owl-nav {
        right: 5%;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .facility-item .facility-text {
        padding: 20px;
    }

    .facility-item .facility-icon {
        width: 80px;
        height: 80px;
    }

    .facility-item .facility-text {
        min-height: 220px;
        padding: 20px;
    }

    .team-item .team-text {
        width: 200px;
        height: 200px;
    }

    .testimonial-carousel {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .footer .btn.btn-social {
        width: 40px;
        height: 40px;
    }

    .footer .copyright {
        font-size: 14px;
    }

    .footer .footer-menu a {
        padding-right: 10px;
    }
}

/* Larger Tablets and Small Desktop (1025px to 1200px) */
@media (min-width: 1025px) and (max-width: 1200px) {
    /* General adjustments */
    body {
        font-size: 18px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 20px 15px;
        font-size: 18px;
    }

    .header-carousel .owl-carousel-item {
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .header-carousel .owl-nav {
        right: 6%;
    }

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
    }

    .facility-item .facility-text {
        padding: 25px;
    }

    .facility-item .facility-icon {
        width: 90px;
        height: 90px;
    }

    .facility-item .facility-text {
        min-height: 250px;
        padding: 25px;
    }

    .team-item .team-text {
        width: 220px;
        height: 220px;
    }

    .testimonial-carousel {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .footer .btn.btn-social {
        width: 45px;
        height: 45px;
    }

    .footer .copyright {
        font-size: 15px;
    }

    .footer .footer-menu a {
        padding-right: 12px;
    }
}
