.custom-bullet-list {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
  }
  
  .custom-bullet-list li {
    position: relative;
    padding-left: 20px; /* Space for custom bullet */
    margin-bottom: 10px; /* Optional: space between list items */
  }
  
  .custom-bullet-list li::before {
    content: "\2022"; /* Unicode character for bullet */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em; /* Adjust size of bullet */
    color: #6377f4; /* Custom bullet color */
    line-height: 1.5; /* Adjust line height to align bullet */
  }

.h-25{
  height: 25px !important;
}
  /* ================= dropdown css ========= */
  /* Basic styling */
  
  /* .menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .menu-item {
    position: relative;
    display: inline-block;
  }
  
  .menu-scroll {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
  }
  
  .menu-scroll:hover {
    background-color: #f0f0f0;
  }
  
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown li {
    list-style: none;
  }
  
  .dropdown li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
  }
  
  .dropdown li a:hover {
    background-color: #f0f0f0;
  }
  
  .menu-item:hover .dropdown {
    display: block;
  }
   */


   /* Basic styling */

/* .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

 */

 /* .menu-item {
  position: relative;
  display: inline-block;
} */

/* .menu-scroll:hover {
  background-color: #f0f0f0;
} */

/* Dropdown menu styling */
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -160px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 25px;
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.drop2{
  left: 0px !important;
}

/* .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: fit-content;
} */

/* .dropdown ul li {
  list-style: none;
} */

.dropdown ul li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

/* .dropdown ul li a:hover {
  background-color: #f0f0f0;
} */

/* Divider styling */
.divider {
  width: 1px;
  background-color: #ddd;
  margin: 10px;
}

/* Show the dropdown menu on hover */
.menu-item:hover .dropdown {
  display: flex;
}
.column{
  text-align: left;
}

/* Responsive styling */
  @media (max-width: 991px) {
    .dropdown {
      flex-direction: column;
      position: relative;
      box-shadow: none;
      left: 0;
    }

    .dropdown ul {
      width: 100%;
    }

    .divider {
      display: none;
    }

    .menu-item {
      display: block;
    }
    .menu-scroll {
      display: block;
      padding: 10px 20px;
      text-decoration: none;
      color: #333;
    }
    .oa{
      overflow: auto;
    }
    .pt-60{
      padding-top: 60px;
    }
    .w-500{
      max-width: 369px !important;
    }
    .ml-88{
      margin-left: 23px !important;
    }
    .w-709px{
      max-width: 396px !important;
    }
    .ml-131px{
      margin-left: -27px !important;
    }
    .w-494{
      width: 305px;
    }
    .ml-lead{
      margin-left: -23px !important;
    }
    .ml-deal{
      margin-left: -9px !important;
    }
    .ml-sale{
      margin-left: -81px !important;
    }
    .m-189{
      margin-top: 189px !important; 
    }
  }

  @media (min-width: 992px) and (max-width: 2000px) {
  .mt-35{
    margin-top: 35px;
  }
  }

  .center {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /* manufacuring */
.rating-info{
  display: inline-block;
    vertical-align: middle;
}
.rating-stars{
  display: ruby-text;
  margin-right: 65px;
}
.review-icon{
  width: 72px;
  height: auto;
  margin-top: 31px;
}
.review-border{
  border-bottom: 1px solid #eb583c;
  width: 190px;
}
.review-right{
  border-right: 2px solid #bdbdbd;
  width: 108%;
}
.top-mt-2{
  margin-top:-53px ;
}
.bg_color{
  background-color: #ffffff;
}

.icon-container:hover .icon {
  content: url('images/icons/organize.png');
}
.w-500{
  max-width: 500px;
}
.ml-88{
  margin-left: -88px;
}
.ml-sale{
  margin-left: -88px;
}
.ml-deal{
  margin-left: -88px;
}
.ml-lead{
  margin-left: -88px;
}
.w-709px{
  max-width: 709px;
}
.ml-131px{
  margin-left: -131px;
}
.h-40{
  height: 40px;
}
.multi-color{
  background-image: linear-gradient(to right, rgba(131, 156, 253. 0.9) 0%, rgba(174, 82, 250. 0.9) 100%);
}
.w-494{
  max-width: 494px;
}
.w-300{
  max-width: 332px;
}
.w-600{
  max-width: 680px;
}
.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 500px;
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.support-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 800px;
  overflow: hidden;
}
.support-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pt-20{
  padding-top: 98px;
}
.mt-20{
  padding-top: 30px;
}

.pt-5{
  padding-bottom: 5rem;
}
.mb-150{
  margin-bottom: 150px;
}
.ft-family{
  font-family: magazinegrotesque;
}
.bg-midnight{
  background-color: #181c31;
 
}
.f-white{
  color: #fff;
}
