@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}

@media (max-width: 991px) {
    .custom-nav .container {
        display: flex !important;
        justify-content: flex-end !important;
    }
    
    .custom-nav .navbar-toggler {
        margin-right: 0; 
    } 
}

@media screen and (max-width: 767px) {
  a.social-link {
    display: block !important;
    width: 100%;
    font-size: 21px !important;
  }
  img.logoimg {
    width: 88%;
    height: unset;
    margin-bottom: 18px;
  }

  .banner-are {
    margin-top: 0px;
    margin-left: -14px;
    overflow: hidden;
  }

  .custom-block-mobile img.footer-logo {
    margin-top: 16px;
    width: 90%;
    margin-bottom: -45px !important;
  }
  img.custom-prive {
    width: 100% !important;
    max-width: 100% !important;
  }

  .custom-none-mobile {
    display: none;
  }

  .custom-block-mobile {
    display: block;
  }

  .projector-details-img {
    width: 100%;
  }

  img.banner-img {
    height: auto !important;
    object-fit: contain;
  }
  .headercustom .container {
    display: block !important;
  }
  .headercustom {
    text-align: center;
  }
  .service-card {
    border-radius: 10px;
  }
  .projector-reasons-title {
    margin-top: 6px !important;
  }
  .headercustom a.social-link.me-4 {
    margin-bottom: 8px;
  }
  .custom-section-cor .widget-body.p-4.bg-light-form {
    background: none;
    padding: 0px !important;
  }
  footer.modern-footer-section .col-md-4.text-center.text-md-start.mb-3.mb-md-0 {
    padding-top: 15px;
  } 
  #formSuccessModal h5.modal-title.text-primary.fw-bold {
    line-height: 39px;
  }
  .border-end-white {
    border: 0px !important;
  }
.custom-nav .nav-link:hover, .custom-nav .nav-link.active {
    box-shadow: none!important;
}


} 