@media (max-width: 992px) {
    .navbar-nav {
        padding-top: 15px;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .hero {
        text-align: center;
    }
    .hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .side_wrapper {
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
    }

    .about_pr_section {
        padding: 30px 0;
    }

    .about_pr_btn {
        width: 100%;
    }


    .hero-box {
        padding: 0;
    }
    .news-title {
        margin-bottom: 14px;
    }
    .news-thumb {
        height: 188px;
    }
    .who-img {
        margin-top: 40px;
    }
    .feature-card {
        margin-bottom: 20px;
    }
    .tabs-wrapper {
        flex-wrap: wrap;
    }

    .tabs-scroll {
        width: 100%;
        order: 1;
    }

    .tabs-wrapper .flex-shrink-0 {
        width: 100%;
        order: 2;
        margin-top: 15px;
        text-align: right;
    }
    .search-input {
        width: 100%;
    }
    .sidebar-box {
        margin-top: 30px;
    }
    .featured_header {
        gap: 45px;
    }
}

@media (max-width: 768px) {
    .user_info_info {
        flex-direction: column;
        gap: 15px;
    }

    .user_info_info div {
        width: 100%;
    }

    .user_info_title {
        font-size: 20px;
    }
    .profile-table th {
        width: 100%;
        display: block;
        border-bottom: none;
    }

    .profile-table td {
        display: block;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .profile-table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    .contact-info-card {
        padding: 20px;
    }
    .contact-card {
        padding: 25px;
    }
    .media-main-title {
        font-size: 30px;
    }

    .media-title {
        font-size: 18px;
    }

    .media-desc {
        font-size: 15px;
    }
    .terms-header h1 {
        font-size: 2.5rem;
    }

    .terms-header .lock-icon {
        font-size: 2rem;
    }
    .client-box {
        padding: 40px 25px;
    }
    .quote-left,
    .quote-right {
        font-size: 28px;
    }
    .client-title {
        font-size: 26px;
    }
    .footer {
        text-align: center;
    }
    .footer .d-flex {
        flex-direction: column;
        gap: 15px;
    }

    .about-hero {
        text-align: center;
    }

    .choose-title {
        font-size: 26px;
    }
    .contact-title {
        font-size: 36px;
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
    }

    .hero-image {
        margin-top: 40px;
        text-align: center;
    }
    .article-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .highlight_success{
            padding: 30px 0;
    }
    .featured_section {
    padding: 30px 0;
}
.latest_pr {
    padding: 30px 0;
}
.sec_pr_story {
    padding: 30px 0;
}
    .hero-box h5 {
        font-size: 17px;
        text-align: justify;
}
    .user_info_logo {
        font-size: 34px;
    }
    .pr_story_heading {
        font-size: 22px;
    }
    .featured_header .featured_head {
        margin-bottom: 12px;
    }
    .logo {
        height: 52px;
    }
    .feature-box {
        text-align: center;
        padding: 16px 25px;
    }
    .news-box {
        margin-top: 30px;
    }

    .hero_sec {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .featured_header {
        flex-wrap: wrap;
        gap: 0px;
    }
    .custom_search_input {
        width: 198px;
    }
    .hero-box h1 {
        font-size: 22px;
    }
    .section-title {
        font-size: 20px;
    }
    .category_dropdown {
        width: 100%;
        margin-top: 10px;
    }

    .category_dropdown select {
        width: 100%;
    }

    .about_pr_card {
        padding: 15px;
    }
    .hero h1 {
        font-size: 32px;
    }

    .custom-tabs .nav-link {
        font-size: 13px;
        padding: 10px 14px;
    }

    .show-more-btn {
        width: 100%;
    }
}
