@media (min-width: 1200px) {
  .container {
      max-width: 1280px;
  }
}

@media (max-width: 968px) {
    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .stats-container {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .stat-section h1 {
        font-size: 1.8rem;
    }
    
    .model-card {
        font-size: 1rem;
        padding: 20px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
    .navigation {
      width: 110%;
    }
}

@media (min-width: 1200px) {
    .desktop-rm {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .mobile-rm {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .navigation-submenu {
        width: 100% !important;
    }

    #menu-header-main-menu .navigation-item:last-child a.navigation-link {
        background-color: #D9512E;
        padding: 0 15px;
        color: #fff;
        border-radius: 50px;
        height: 40px;
        align-items: center;
        display: flex;
        border: 2px solid #fff;
        box-shadow: 0px 0px 6px 0px #6c757d;
        justify-content: center;
        max-width: 150px;
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #menu-header-main-menu .navigation-item:last-child a:hover {
        color: #fff !important;
    }

}
    
@media (max-width: 768px) {
    .navigation-social-menu {
      justify-content: center !important;
    }

    .navigation-megamenu-container h6 { 
        padding-top: 0 !important;
    }

    .navigation-col-6 {
        margin-bottom: 0 !important;
    }

    .section-header {
        font-size: 2rem;
        padding: 1.5rem;
    }
    
    .section-content {
        padding: 1.5rem;
    }
    
    .step-badge {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
        
    .services-section .bg-light,
    .services-section .col-md-8 .ps-3,
    .services-section .col-md-8 .pe-3,
    .services-section .col-md-8 .mx-4 {
      padding: 0 !important;
      margin: 0 !important;
      background: transparent !important;
    }

    .hero h1,
    .hero .lead,
    .inner-hero-section .hero-content h2,
    .inner-hero-section .hero-content p {
      max-width: 100%;
    }
}