@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .hero_area {
        height: auto;
    }

    .header_section .main_nav {
        flex: 1;
    }

    #navbarSupportedContent {
        margin-top: 15px;
    }

    .slider_section {
        padding-top: 45px;
    }

    .feature_section .feature_container .box {
        padding: 30px 15px;
    }

    .feature_section .feature_container .box .img-box {
        width: 75px;
    }

    .feature_section {
        transform: none;
        padding: 90px 0;
    }

    /* Blog tablet layout improvements */
    .service_section .row .col-lg-4 {
        margin-bottom: 25px;
    }
    
    .blog-post .post-title {
        font-size: 2.3rem;
    }
    
    .blog-post .cta-section .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .layout_padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .layout_padding-top {
        padding-top: 90px;
    }

    .layout_padding-bottom {
        padding-bottom: 90px;
    }

    .slider_section .detail-box {
        padding-bottom: 45px;
    }

    .feature_section .feature_container {
        flex-direction: column;
    }

    .feature_section .feature_container .box {
        padding: 30px 15px;
    }

    .feature_section .feature_container .box:not(:nth-last-child(1)) {
        margin-bottom: 15px;
    }

    .about_section .detail-box {
        margin-bottom: 45px;
    }

    .professional_section .img-box {
        display: none;
    }

    .contact_section form {
        margin-bottom: 45px;
    }

    .info_section .info_items::before {
        width: 1px;
        height: 90%;
        top: 25px;
    }

    /* Blog tablet improvements */
    .blog-post .post-title {
        font-size: 2.2rem;
    }
    
    .blog-post .social-share {
        text-align: center !important;
        margin-top: 1rem;
    }
    
    .blog-post .social-share .btn {
        margin-bottom: 8px;
    }
    
    .service_section .row .col-sm-6 {
        margin-bottom: 20px;
    }
    
    .blog-post .hero-image img {
        max-height: 300px;
    }
}

@media (max-width: 576px) {
    /* Blog responsive improvements */
    .service_section .row .col-sm-6.col-lg-4 {
        margin-bottom: 30px;
    }
    
    .blog-post .post-title {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }
    
    .blog-post .post-content {
        font-size: 0.95rem;
        text-align: left;
    }
    
    .blog-post .post-content h2 {
        font-size: 1.4rem;
    }
    
    .blog-post .post-content h3 {
        font-size: 1.2rem;
    }
    
    .social-share .btn {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .hero-image img {
        max-height: 250px !important;
    }
    
    .cta-section .btn {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    /* Small mobile optimizations */
    .heading_container h2 {
        font-size: 1.8rem;
    }
    
    .blog-post .post-title {
        font-size: 1.5rem !important;
    }
    
    .blog-post .post-content {
        font-size: 0.9rem;
    }
    
    .blog-post .hero-image img {
        max-height: 200px !important;
    }
    
    .service_section .box .detail-box {
        padding: 15px;
    }
    
    .service_section .box .detail-box h5 {
        font-size: 1.1rem;
    }
    
    .tags .badge {
        font-size: 0.7rem !important;
        padding: 0.3rem 0.8rem !important;
        margin: 0.1rem !important;
    }
}

@media (max-width: 400px) {
    /* Extra small mobile */
    .blog-post .post-title {
        font-size: 1.3rem !important;
    }
    
    .blog-post .post-content h2 {
        font-size: 1.2rem;
    }
    
    .blog-post .post-content h3 {
        font-size: 1.1rem;
    }
    
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 360px) {
    /* Very small mobile */
    .blog-post .post-title {
        font-size: 1.2rem !important;
    }
    
    .blog-post .post-content {
        font-size: 0.85rem;
    }
    
    .service_section .box {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}