 html {
        scroll-behavior: smooth;
      }

      html.lenis {
        height: auto;
      }

      .lenis.lenis-smooth {
        scroll-behavior: auto !important;
      }

      .lenis.lenis-smooth [data-lenis-prevent] {
        overscroll-behavior: contain;
      }

      .lenis.lenis-stopped {
        overflow: hidden;
      }

      .lenis.lenis-scrolling iframe {
        pointer-events: none;
      }

      .text-blue {
        color: #0d6efd;
      }

      .bg-blue {
        background: #0d6efd;
      }

      .text-green {
        color: #23CB82;
      }

      .bg-green {
        background-color: #23CB82;
      }

      .phase-one-bar {
        stroke: #23CB82;
      }

      .bg-frosted {
        background-color: rgba(255, 255, 255, .15);  
        backdrop-filter: blur(0px);
      }

      .logo img {
        width: 150px;
      }

      .profile-icon {
        width: 50px;
        height: auto;
      }

      .brand-cta {
        margin-bottom: -96px;
        margin-top: -96px;
      }

      h1 {
        line-height: 1 !important
      }

      h2 span {
        opacity: 0.3;
      }

      .rocket {
        width: 350px;
        height: 300px;
        right: 0;
        /* transform: translate(-100px,300px); */
      }

      svg {
        width: 100%;
        overflow: visible;
      }

      .svg-advantage {
        width: 100px;
      }

      .title-underline {
        position: relative;
      }

      .title-underline:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 20px;
        height: 4px;
        background: #23cb82;
        border-radius: 8px;
    }

    .magnet-line {
        opacity: 0;
    }
    
    .magnet-lead {
        opacity: 0;
    }

    /* App*/

    .manufacturer-app  {
        height: 90vh;
        overflow: hidden;
    }
    
    .app-results {
        
    height: 83vh;
    overflow: scroll;

    }
    
    
    
    #manufacturer-app.full-screen {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100vw !important;
        height: 100vh !important;
    }

    .manufacturer-app select {
        padding: 8px 12px;
        border-color: #ccc;
    }

    #type-filter {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    #country-filter {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .search-bar input {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-color: #ccc;
        box-shadow: none;
    }

    .search-bar button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-color: #ccc;
        border: none;
    }

    .search-bar img {
        width: 25px;
    }
    
    .hero {
        overflow: hidden;
    }


.map-svg {
      stroke: rgb(33, 37, 41) !important;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(0);
    width: auto;
    height:100%;
    z-index: 1;
}

    .manufacturer-name h5 {
        font-size: 18px;
    }
    .manufacturer-name p {
        font-size: 12px;
        color: #9d9d9d;
    }
    
    section ul li {
        margin-bottom: 8px;
    }
    
         .manufacturer-card, .manufacturer
         {
             transition: box-shadow 0.3s ease;
         }
    .manufacturer:hover .btn {
        background: #0d6efd;
        border-color:#0d6efd;
        color: #fff;
    }
    
    #manufacturer-app .manufacturer {
        opacity: 0;
        transform: translateY(20px);
    }
    
    #manufacturer-app .manufacturer:hover .btn {
        background: #23CB82;
        border-color:#23CB82;
        color: #fff;
    }
     .manufacturer-card:hover, .manufacturer:hover
    {
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .10) !important;
    }
    
      .map-svg path {
    transition: fill 0.5s ease;
    fill: #f9f9f9;
  }

  .active-state {
    fill: rgba(35,203,130,1) !important; /* Bootstrap primary blue */

  }
  
  .star-rating {
      width: 150px;
  }
    
      @media(max-width: 991px) {
        .hero h1 {
          /* font-size: 22px; */
          line-height: 1.1;
        }

        .search-bar input {
            border-top-left-radius: 8px !important;
            border-bottom-left-radius: 8px !important;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .search-bar button {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .hero p {
          font-size: 18px;
        }

        .rocket {
          width: 250px;
          right: -50px;
        }
      }
      
      @media(max-width: 767px){
          
    .manufacturer-app  {
        height: auto;
        overflow: hidden;
    }
    
    .app-results {
        
    height: auto;
    overflow: scroll;

    }
    
    .map-svg {
    stroke: rgba(33, 37, 41,0.4) !important
    }
    
    #toggleButton {
        display: none;
    }
    
      }

      @media(max-width: 640px) {
        .logo img {
          width: 120px;
        }

        .hero svg {
          width: 100%;
        }

        .rocket {
          width: 200px;
          right: 0px;
          top: 48px;
        }
      }
      
        @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }