@media (max-width: 1399.98px) {
    .hero-slider-card .hero-content .hero-text .heading {
        font-size: 34px;
    }

    .latest-news-link-standard .latest-news-content .latest-news-title {
        font-size: 16px;
    }

    .article-section .article-section-head h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .article-section .article-section-head p {
        font-size: 28px;
    }

    .reel-header {
        font-size: 14px;
    }

    .reel-btn {
        padding: 8px;
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .top-header {
        padding: 6px 0;
    }

    .top-header-left {
        max-width: 700px;
    }

    .top-header-btn.btn {
        font-size: 14px;
        border-radius: 4px;
        padding: 2px 10px;
    }

    .latestnews-text {
        font-size: 14px;
    }

    .top-header-follow-text {
        font-size: 14px;
    }

    .follow-icon-link {
        font-size: 14px;
    }

    .header-section .navbar-brand .header-logo {
        max-width: 140px;
    }

    .btn-header-contact p {
        font-size: 14px;
        padding: 2px 18px;
    }

    .btn-header-contact .contact-number {
        font-size: 16px;
        padding: 4px;
    }

    .nav-link.header-our-content p {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .header-search-section .header-search-form input.form-control,
    .header-search-section .header-search-form .btn-search {
        border-radius: 6px;
        font-size: 14px;
    }

    .header-section {
        min-height: 85px;
    }

    span.hero-badge {
        font-size: 12px;
        border-radius: 4px;
        padding: 4px 10px;
        left: 10px;
        top: 10px;
    }

    .hero-slider-card .hero-content .hero-text .heading {
        font-size: 26px;
    }

    .latest-news-heading {
        font-size: 18px;
    }

    .latest-news-link {
        font-size: 14px;
        border-radius: 6px;
        padding: 4px 16px;
    }

    .reel-btn {
        margin-bottom: 16px;
    }

    .latest-news-link-standard .latest-news-content .latest-news-title {
        font-size: 14px;
    }

    .article-section .article-section-head h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .article-section .article-section-head p {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .article-images-section .owl-nav .owl-prev,
    .article-images-section .owl-nav .owl-next {
        font-size: 16px !important;
        width: 30px;
        height: 30px;
    }

    .logo-footer {
        max-width: 140px;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .footer-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 16px;
    }
}

@media (max-width: 991.98px) {

    .header-section .navbar-collapse.collapse.show,
    .header-section .navbar-collapse.collapsing {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
    }

    .hero-slider-card .hero-content .hero-text .heading {
        font-size: 22px;
    }

    .hero-content-slider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }

    .article-images-section .owl-item.active {
        transform: scale(1);
    }

    .footer-section .article-section {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {

    .header-section .navbar-collapse.collapse.show,
    .header-section .navbar-collapse.collapsing {
        display: block !important;
    }

    .top-header-follow-text {
        display: none;
    }

    .hero-slider-card .hero-content .hero-text .heading {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hero-content-slider .owl-dots {
        gap: 0;
    }

    .hero-content-slider .owl-dots .owl-dot {
        border: 1px solid transparent;
    }

    .article-images-section .article-image-expand-link {
        border-radius: 10px;
        border: 2px solid #ebebeb;
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    .top-header-left {
        max-width: 100%;
    }

    .top-header-align {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 6px;
        flex-direction: column;
    }

    .top-header-follow-text {
        display: block;
    }

    .hero-slider-card .hero-content .hero-text .heading {
        font-size: 14px;
        margin-bottom: 0;
    }

    .hero-content-slider .owl-nav .owl-prev,
    .hero-content-slider .owl-nav .owl-next {
        font-size: 12px !important;
        width: 30px;
        height: 20px;
        border-radius: 24px;
    }

    span.hero-badge {
    font-size: 10px;
    border-radius: 4px;
    padding: 2px 6px;
    left: 8px;
    top: 8px;
}

.hero-slider-card .hero-content .hero-text {
    bottom: 20px;
}

.hero-content-slider .owl-dots {
    bottom: 6px;
}

.hero-content-slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
}

.latest-news-heading {
    font-size: 16px;
}

.article-section .article-section-head h2 {
    font-size: 12px;
    margin-bottom: 0px;
}

.article-section .article-section-head p {
    font-size: 16px;
    margin-bottom: 10px;
}

.article-images-section .owl-nav .owl-prev, .article-images-section .owl-nav .owl-next {
    font-size: 10px !important;
    width: 22px;
    height: 22px;
}
}