@media(max-width:991px) {
    .container-fluid {
        flex-wrap: wrap;
    }
    .menu-toggle {
        display: block;
    }
    .nav-icons {
        display: none;
    }
    .container-fluid {
        padding: 0px 15px 0px !important;
    }
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .nav-links {
        width: 100%;
        display: none;
        flex-direction: column;
        gap: 0;
        margin-top: 15px;
        background: #fff;
    }
    .nav-links.active {
        display: flex;
    }
    .nav-links li {
        border-bottom: 1px solid #ddd;
    }
    .nav-links li a {
        display: block;
        padding: 15px;
    }
}
@media(max-width:992px) {
    
    .about-container {
        flex-direction: column;
        gap: 40px;
    }
    .about-content p {
        max-width: 100%;
    }
    .ir-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .story-container {
        flex-direction: column;
        gap: 40px;
    }
    .story-images {
        flex: none;
        width: 100%;
    }
    .story-img-box:nth-child(2) {
        margin-left: 0;
    }
    .mv-row,
    .mv-reverse {
        flex-direction: column-reverse;
        gap: 35px;
    }
    .mv-row:not(:last-child) {
        margin-bottom: 50px;
    }
    .logo a img {
        height: 70px;
    }
    .about-img-box img {
        height: 350px;
    }
    .mv-content p {
        max-width: 100%;
    }
    .contact-form-box {
        margin-top: 20px;
        padding: 15px 10px;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ir-footer-bottom {
        padding: 10px 15px;
        flex-direction: column;
        font-size: 13px;
    }
    .ir-grid {
        gap: 10px;
    }
}
@media (max-width: 480px) {
    .blog-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}
@media(max-width:768px) {
    .hero-item {
        height: 70vh;
    }
    .hero-content {
        left: 6%;
        max-width: 90%;
    }
    .hero-content h1 {
        font-size: 22px;
        font-weight: 600;
    }
    .hero-content p {
        font-size: 12px;
    }
    .hero-btn {
        padding: 13px 28px;
        font-size: 12px;
    }
    .hero-slider .owl-nav {
        padding: 0px 6px;
    }
    .category-card {
        height: 280px;
    }
    .section-heading h2 {
        font-size: 28px;
    }
    .why-row {
        padding: 0 16px;
    }
    .why-card {
        padding: 15px 20px 10px
    }
    .cta-section {
        padding: 80px 0;
    }
    .cta-content h2 {
        font-size: 30px;
    }
    .page-banner {
        height: 100px;
    }
    .page-banner-content h1 {
        font-size: 32px;
    }
    .service-heading h2 {
        font-size: 30px;
    }
    .service-grid {
        grid-template-columns: 1fr;
    }
    .serve-grid {
        grid-template-columns: 1fr;
    }
    .privacy-policy {
        padding: 40px 0;
    }
    .privacy-heading h1 {
        font-size: 32px;
    }
    .policy-box {
        padding: 25px;
    }
}
@media(max-width:576px) {
    .about-images {
        flex-direction: column;
    }
    .about-img-box,
    .about-img-box:nth-child(2) {
        height: 300px;
        margin-top: 0;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .hero-item {
        height: 55vh;
    }
    .contact-info h2 {
        font-size: 28px;
    }
    .ir-grid {
        grid-template-columns: 1fr;
    }
    .about-content h2 {
        font-size: 30px;
    }
    .category-card {
        height: 230px;
        margin-bottom: 16px;
    }
    .why-card {
        margin-bottom: 16px;
    }
    .cta-content h2 {
        font-size: 26px;
    }
    .cta-content p {
        font-size: 14.5px;
    }
    .page-banner-content h1 {
        font-size: 26px;
    }

    .breadcrumb-nav {
        font-size: 13px;
    }

    .story-img-box {
        height: 220px;
    }

    .story-img-box:nth-child(2) {
        height: 220px;
    }
    .mv-image {
        height: 260px;
    }
    .mv-content h2 {
        font-size: 26px;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .product-cat-img {
        margin-bottom: 14px;
    }
    .product-cat-card h3 {
        font-size: 16px;
    }
    .gallery-section {
        padding: 25px 0px;
    }
}