@media (max-width: 1400px) {
  .hero-content h1 {
    font-size: 50px;
  }
  .hero-desc p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .navbar {
    padding: 25px 30px;
  }
  .hero-container {
    padding: 40px 30px 180px;
  }
  .hero-content h1 {
    font-size: 56px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hero-container {
    padding: 20px 20px 60px;
  }
  .navbar {
    padding: 20px;
  }
  .hero-content h1 {
    font-size: 38px;
  }
  .hero-desc p {
    font-size: 15px;
  }
  .hero-btn a {
    font-size: 16px;
  }
  .hero-btn span {
    width: 55px;
    height: 55px;
  }
  .trust-box {
    width: 70%;
  }
  .wc-left {
    padding: 60px 20px;
  }
  .feature-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .feature-grid::-webkit-scrollbar {
    display: none;
  }
  .feature-item {
    min-width: 85%;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .feature-count {
    font-size: 34px;
  }
  .feature-item h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mbnn,
  .nav-actions,
  .nav-menu,
  .social-fixed {
    display: none;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-120 {
    padding-top: 40px;
  }
  .footer-widget-box {
    margin-bottom: 0;
  }
  .footer-bottom p {
    margin-bottom: 0;
    text-align: center;
    font-weight: 100;
  }
  .testimonial-section .col-lg-8 {
    padding-right: 0;
    position: relative;
    right: 0;
    margin-top: 30px;
  }
  .lg-down {
    position: relative;
    margin-top: 30px !important;
  }
  .info-box {
    max-width: 100%;
  }
  .process-section {
    padding: 80px 10px;
  }
  .blog-slider {
    margin-top: 20px;
  }
  .main-title h2 {
    font-size: 30px;
  }
  .hero-desc img {
    display: none !important;
  }
  .logo img {
    padding: 10px 0;
    width: 155px;
  }
  .nav-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }
  .mobile-toggle,
  .nav-menu.active {
    display: block;
  }
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #111;
    padding: 25px;
  }
  .nav-menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .feature-grid,
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    text-align: center;
  }
  .hero-image {
    order: 2;
  }
  .hero-content {
    order: 1;
    margin: auto;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-desc {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .hero-btn {
    justify-content: center;
  }
  .trust-box {
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
    padding: 10px;
  }
  .trust-box p {
    font-size: 12px;
  }
  .trust-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #092c61;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 19px;
  }
  .feature-item {
    border-right: none;
    border-bottom: 0 solid #ddd;
    padding-bottom: 0;
  }
  .feature-item:last-child {
    border-bottom: none;
  }
  .feature-bar {
    position: relative;
    padding: 32px 20px;
  }
  .hero-wrapper {
    min-height: auto;
  }
}
@media (min-width: 1399px) {
  .services-bottom {
    margin-left: calc(-50vw + 50%);
    padding-left: 296px;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    padding: 0;
    border: none !important;
  }
  .header-top-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
  }
  .category-slider .category-img {
    min-height: 190px;
    max-height: 190px;
    position: relative;
    overflow: hidden;
}
}
