@media only screen and (min-width: 1400px) {
    .display-5 {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 1399px) {
    .blog-hero .blog-hero-content h1, .banner-title {
        font-size: 42px;
    }
    section,
    .section,
    .featured-posts {
        padding-block: 50px;
    }
    .category-section.section {
        padding: 0px;
    }
    .about-part-2.about.section {
        padding: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .about .projects-badge h2 {
        font-size: 2rem;
    }
    .about .experience-badge h2 {
        font-size: 2.5rem;
    }
    .display-5 {
        font-size: calc(1.25rem + 1.8vw);
    }
    .contact .contact-info-panel .contact-info-header {
        margin-bottom: 20px;
    }
    .blog-hero .blog-hero-item {
        height: clamp(360px, 65vh, 4800px);
    }
    .about .btn-primary {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
    .heading {
        font-size: 36px;
    }
    .success-img img {
        max-width: 72px;
    }
}
@media only screen and (max-width: 991px) {
    .inner_banner {
        min-height: 240px;
    }
    .display-5.mb-4 {
        margin-bottom: 12px !important;
    }
    .about .features {
        margin-top: 30px;
    }
    #why-choose-us {
        padding-top: 10px;
    }
    .section-title {
        margin-bottom: 0;
    }
    .category-section .posts-grid {
        margin-top: 10px;
    }
    .contact.section {
        padding-top: 20px;
    }
    .footer {
        padding-top: 50px;
    }
    .custom-order-md,
    [class*="col-"]:has(> .footer-links-grid) {
        order: 1;
    }
    .about-part-2.about.section {
        padding-bottom: 30px;
    }
    .why-choose-us.about-page {
        padding-bottom: 20px;
    }
    .section.sales-page {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-hero .swiper-button-prev,
    .blog-hero .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .category-section.section {
        padding-bottom: 30px;
    }
    .section-title span {
        top: 12px;
        font-size: 42px;
    }
    .blog-hero .blog-hero-content h1, .banner-title {
        font-size: 32px;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0;
    }
    .blog-hero .blog-hero-item {
        height: clamp(300px, 50vh, 360px);
    }
    .featured-posts p {
        margin-bottom: 0;
    }
    .featured-posts .blog-posts-slider .swiper-pagination {
        margin-top: 40px;
    }
    .featured-posts .blog-posts-slider .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .featured-posts.section {
        padding-block: 20px 40px;
    }
    .heading {
        font-size: 32px;
        letter-spacing: normal;
    }
    .footer .footer-bottom .footer-bottom-content {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .footer .footer-links-grid h5 {
        margin-bottom: 12px;
    }
    .footer-links-grid .row {
        row-gap: 16px;
    }
    .breadcrumbs {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    [class*="col-"]:has(> .footer-links-grid) {
        order: inherit;
    }
    .inner_banner {
        min-height: 150px;
    }
}
@media only screen and (max-width: 440px) {
    .rjStyle-site {
        margin-top: 58px;
    }
    .header {
        padding-block: 10px;
    }
    .header .logo img {
        max-width: 110px;
        height: auto;
    }
    .header .header-social-links {
        display: none;
    }
    .blog-hero .swiper-button-prev,
    .blog-hero .swiper-button-next {
        display: none;
    }
    .blog-hero .blog-hero-content {
        padding: 12px;
    }
    .blog-hero .blog-hero-item::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 90%, rgba(0, 0, 0, 0.1) 100%);
    }
    .featured-posts p br {
        display: none;
    }
    .about .btn-primary {
        padding: 12px 24px;
        font-size: .85rem;
    }
    .about .feature-item .feature-content h4 {
        font-size: 1.15rem;
    }
    .about .feature-item .feature-icon {
        width: 48px;
        height: 48px;
    }
    .section-title {
        padding-block: 24px;
    }
    .section-title span {
        font-size: 36px;
    }
    .featured-posts .blog-image .category-badge {
        top: 12px;
        left: 12px;
        font-size: 11px;
    }
    .about .projects-badge h2 {
        font-size: 1.75rem;
    }
    .about .experience-badge h2 {
        font-size: 2rem;
    }
    .about .btn-primary {
        margin-top: 0 !important;
    }
    .contact .contact-info-panel .contact-info-header {
        margin-bottom: 8px;
    }
    .contact .contact-info-panel .contact-info-header h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .heading {
        font-size: 28px;
    }
    .common-button {
        font-size: 14px;
    }
    .poster-404 img {
        max-width: 250px;
    }
    .footer-links-grid [class*="col-"] {
        width: 100%;
    }
    .footer-brand .logo img {
        max-width: 135px;
    }
    .footer {
        padding-top: 40px;
    }
    .why-choose-us.about-page {
        padding-bottom: 0;
    }
    .sales-table table {
        font-size: 15px;
    }
    .details-slider img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }
    .detailscontent{
        font-size: 15px;
    }
}