::selection {
    color: white;
    background-color: #6C757D;
  }
  
  body {
    overflow-x: hidden;
  }

  .help-block {
    max-width: 50%;
  }
  
  .main-banner-container {
    padding-top: 165px;
    margin-top: -165px;
  }
  
  .navbar-row {
    max-height: 33px;
    margin-bottom: 15px;
  }
  
  .nav-container {
    z-index: 999;
  }
  
  .contact-button-cta {
    width: 7.5rem;
  }
  
  .metallic-button {
    padding: 6px 16px;
    border: none;
    outline: none;
    color: #000;
    background: linear-gradient(
      45deg,
      #999 5%,
      #fff 10%,
      #ccc 30%,
      #ddd 50%,
      #ccc 70%,
      #fff 80%,
      #999 95%
    );
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .contact-padding {
    padding: 3rem !important;
  }

  @media (min-width: 770px) {
    .main-text {
      text-wrap: nowrap;
    }
    
    .staggered-container {
      margin-left: -50px;
      margin-top: 100px;
    }

    .van-image {
      height: 516px;
    }
  }

  @media (max-width: 770px) {
    .contact-padding {
      padding: 0rem !important;
    }

    .staggered-container {
      margin-left: 0px;
      margin-top: 0px;
    }

    .van-image {
      height: 400px;
    }
  }
  
  @keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
  }
  
  .wiggle {
  display: inline-block;
  animation: wiggle 2.5s infinite;
  }
  
  .wiggle:hover {
  animation: none;
  }
    
  .greySecondaryText {
    color: #30313D;
  }
  
  .readableParagraph {
    line-height: 1.625 !important;
  }
  
  .lightGreySecondaryText {
    color: #D3D3D3;
  }
  
  .title-text {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
  }
  

  .offWhiteBackground {
    background-color: #f1f2f2 !important;
  }
  
  .topCompaniesImages:hover {
    filter: grayscale(0%);
  }
  
  .imgAsIcon {
    max-height: 4rem;
    max-width: 4rem;
  
  }
  
  * {
    font-family: "Montserrat", sans-serif;
  }
  
  h1 {
    margin: 0 !important;
    padding: 0 !important; 
  }
  
  .losBackground {
    background-color: #173b6c;
  }
  
  .losSecondaryBackground {
    background-color: #948ECC;
  }
  
  .losGreenBackground {
    background-color: #439a87;
  }
  
  .losPrimaryBtnBackground {
    background-color: #173b6c;
    transition: background-color 0.3s ease;
  }
  

  .losSecondaryBtnBackground {
    background-color: #6c757d;
    transition: background-color 0.3s ease;
  }
  
  .losSecondaryBtnBackground:hover {
    background-color: #484E54;
    color: white !important;
    transition: background-color 0.3s ease;
  }
  
  .losBtnBackground {
    background-color: #948ECC;
    transition: background-color 0.3s ease;
  }
  
  .border-primary {
    border-color: #948ECC !important;
  }
  
  .los-border-secondary {
    border-color: #173b6c !important;
  }
  
  a:hover {
    color: grey !important;
  }
  
  .dropdown-item.active, .dropdown-item:active {
    background-color: #6C757D;
    color: white !important;
  }
  
  .losBtnBackground:hover {
    background-color: #173b6c;
  }
  
  .losBtnBackground.primaryBackground:hover {
    background-color: #706B9E;
    color: white !important;
  }
  
  .nav-tabs .nav-link.active {
    color: #173b6c !important;
  }
  
  .nav-tabs .nav-link {
    color: #706B9E !important;
  }

  a {
    cursor: pointer;
  }
  
 /* For larger screens */
@media (min-width: 770px) {
    .main-text {
        white-space: nowrap;
    }

    .overlap-right {
        margin-left: -150px !important; /* Overlapping effect */
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .overlap-left {
        margin-right: -150px !important;
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        z-index: 99 !important; /* To ensure proper layering */
    }

    .van-image {
        height: 516px !important; /* Adjust image height */
    }
}

/* For smaller screens */
@media (max-width: 770px) {
    .contact-padding {
        padding: 0rem !important;
    }

    .overlap-right,
    .overlap-left {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .van-image {
        height: 400px !important; /* Adjust image height */
    }
}