/* hero section */
main *{
    box-sizing: border-box;
}
.hero-banner{
    background-image: url("https://www.bannersolutions.com/static/img/homepage/BG.png");
    color: var(--font-color-white);
    text-align: center;
    padding: 50px 16px;
    height: 1000px;
}
.product-search{
    width: 92.5%;
    margin: 0 auto;
    position: relative;
    padding-top: 150px;
    max-width: 800px;
}
.product-search details{
    background-color: var(--details-bg-color);
    color: var(--details-font-color);
    border-radius: 10px 10px 0 0;
    padding: 0;
}
.product-search details ul li{
  position: relative;
  margin-bottom: 15px;
}
.product-search details ul li::before{
  content: '';
  height: 1px;
  width: 100%;
  background-color: black;
  position: absolute;
  bottom: -5px;
  opacity: 0.12;
}
.product-search details ul li::after{
  content: 'Or';
  width: max-content;
  color: rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  background-color: white;
  z-index: 9999;
  padding: 0 10px;
  position: absolute;
  bottom: -15px;
  left: 40%;
  font-size: 14px;
}
.product-search details ul li:last-child::before, .product-search details ul li:nth-last-of-type(2)::before{
  content: none;
}
.product-search details ul li:last-child::after, .product-search details ul li:nth-last-of-type(2)::after{
  content: none;
}
.product-search details summary{
    padding:  9px 6.5px 6px 5px;
    list-style-type: none;
    font-family: var(--font-family-inter);
}
.product-search details[open]{
  background-color: var(--color-white);
}
.product-search details[open] summary{
  color: var(--button-color);
}
.product-search details summary::before{
  content: '';
  background-image: url("https://www.bannersolutions.com/static/icons/plp/box_black.svg");
  width: 24px;
  height: 18px;
  display: inline-block;
  margin-right  : 10px;
}

.product-search details[open] summary::before{
  background-image: url("https://www.bannersolutions.com/static/icons/plp/box.svg");
}
.product-search details:last-child summary::before{
  content: '';
  background-image: url("https://www.bannersolutions.com/static/icons/plp/car.svg");
  width: 24px;
  height: 18px;
  display: inline-block;
  margin-right  : 10px;
}
.product-search details[open]:last-child summary::before{
  background-image: url("https://www.bannersolutions.com/static/icons/plp/car_blue.svg");
}
.product-search details select:has(option.placeholder:checked){
    color: var(--placeholder-color);
}
.hero-text{
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hero-text h1{
  font-size: var(--font-size-h1-small);
  line-height: 1.5;
  font-family: var(--font-family-inter);
  font-weight: 600;
  width: 88%;
  margin: 0 auto;
  text-transform: capitalize;
}
.hero-text p:first-of-type{
  font-size: var(--font-size-root);
  font-family: var(--font-family-inter);
}
.hero-text p:last-of-type{
  font-size: var(--font-size-small);
  font-family: var(--font-family-inter);
}
.hero-text a{
  color: var(--font-color-white);
  background: transparent;
  border: 1px solid var(--color-white);
  padding: 15px 30px;
  width: max-content;
  margin: 0 auto;
  font-size: var(--font-size-small);
  font-family: var(--font-family-inter);
}
.product-search details ul{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: var(--color-white);
    padding: 20px 16px;
    border-radius: 0 0 6px 6px;
}
.product-search details ul li input, .product-search details ul li select{
  border: none;
  padding: 15px;
  width: 90%;
  font-size: var(--font-size-small);
  font-family: var(--font-family-inter);
}
.product-search details ul li:last-child{
    margin-top: 20px;
}
.product-search details ul li:last-child a{
    background-color: var(--button-color);
    padding: 15px 76px;
    color: var(--font-color-white);
    border-radius: 6px;
}

/* advertise banner section */
.banner-slider{
  margin-top: 190px;
}
.banner-slider .slider{
  padding: 0;
}
.banner-slider .slider .slick-dots {
  cursor: pointer;
}
.banner-slider .slider .slick-slide img{
  margin: 0 auto;
  width: 80%;
  height: 100%;
}

/* contact us  */

.mlti-col-wrapper{
    gap: 75px;
    padding: 50px 16px;
}
.mlti-col-wrapper h2{
  font-weight: 700;
}
.mlti-col-wrapper h2::after{
  content: "";
  display: block;
  width: 120px;
  margin: 10px auto;
  border-bottom: 4px dotted var(--underline-color);
}
.mlti-col-wrapper ul{
    padding: 0;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    width: 100%;
}
.mlti-col-wrapper ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    position: relative;
}
.mlti-col-wrapper ul li::before{
  content: '';
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 34px;
  background-image: url("/images/contact-box.svg");
  position: absolute;
  border-radius: 5px;
}
.mlti-col-wrapper ul li:first-child::before{
  top: 30%;
  left: 15%;
}
.mlti-col-wrapper ul li:nth-child(2)::before{
  top: 0;
  left: 15%;
}
.mlti-col-wrapper ul li:nth-child(3)::before{
  top: 15%;
  left: 5%;
}
.mlti-col-wrapper ul li:last-child::before{
  top: 0;
  left: 10%;
}
.mlti-col-wrapper ul li h3{
    font-size: var(--font-size-h3);
}
.mlti-col-wrapper ul li img{
    background-color: var(--contact-icon-bg-color);
    padding: 10px;
    border-radius: 8px;
    margin-top: 15%;
}
.mlti-col-wrapper .note{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    column-gap: 20px;
    font-weight: var(--font-weight-notes);
}
.mlti-col-wrapper .note p span{
    border-bottom:4px dotted var(--hover-color) ;
}
.category-card {
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    background-color: var(--color-background-light);
    transition: transform 0.2s ease-in-out;
    margin-bottom: 15px;
    height: 220px;
}

.category-card:hover {
    background: var(--color-background-hover);
    transform: scale(1.05);
}

.category-icon img {
    width: 50px;
    height: 50px;
}

.category-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 35px;
    height: 40px;
}

.category-details {
    color: var(--color-text-gray);
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid var(--color-border-gray);
    padding-top: 6px;
}

.categories-section h2.text-center::after {
    content: "";
    display: block;
    width: 120px;
    margin: 10px auto;
    border-bottom: 4px dotted var(--color-accent-yellow);
}

.categories-section .row.g-4 {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 15px;
    margin-left: 7px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.categories-section .row.g-4::-webkit-scrollbar {
    display: none;
}

.categories-section .row.g-4 > [class^="col-"] {
    flex: 0 0 98%;
    scroll-snap-align: start;
}

.category-card {
    margin-bottom: 0 auto;
}

    .slider-container {
        position: relative;
        
    }


.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    padding: 10px;
    cursor: pointer;
    background: none;
    border: none;
    color: var(--color-text-primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.categories-section .row.g-4 {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

/* Desktop Grid Styles */
@media (min-width: 998px) {
    .categories-section .row.g-4 {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .categories-section .row.g-4 > [class^="col-"] {
        flex: 0 0 auto;
        margin-left: 0;
        margin-right: 0;
    }

    .slider-arrow {
        display: none;
    }

    
}

@media (min-width:768px) {
    .product-search details ul{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .product-search details ul li{
      min-width: 162px;
      margin-bottom: 0;
    }
    .product-search details ul li select{
      max-width: 145px;
    }
    .product-search details ul li:last-child a{
      padding: 14px 48px;
    }
    .product-search details ul li::before{
      height: 100%;
      width: 1px;
      left: 100%;
      bottom: 0;
    }
    .product-search details ul li::after{
      bottom: 25%;
      left: 95%;
      margin: 0;
      padding: 0;
      color: black;
    }
    .product-search details ul li select{
        width: max-content;
    }
    .product-search details ul li select#lock-category{
      width: 200px;
    }
    .product-search details ul li:last-child{
        margin: 0;
    }
    .hero-text{
        margin-top: 150px;
    }
    .mlti-col-wrapper ul{
        grid-template-columns: auto auto;
        width: 100%;
    }
    .hero-text h1{
      font-size: var(--font-size-h1-large);
    }
    .hero-text p:first-of-type{
      font-size: var(--font-size-medium);
    }
    .hero-text p:last-of-type{
      width: 45%;
      margin: 0 auto;
    }
}
@media (min-width:960px) {
    .mlti-col-wrapper ul{
        grid-template-columns: auto auto auto auto;
    }
    .mlti-col-wrapper ul li:nth-child(even){
        margin-top: 30px;
    }
}





/* Netwrok section */

.network-section {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-family: 'Inter';
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  
  
  .main-heading {
    font-size: var(--font-size-h3);
    color: var(--color-text-gray);
    margin-bottom: 0.5rem;
  }
  
  .highlight {
    color: var(--color-light-purple);
    display: block;
    font-size: 30px;
    font-weight: 700;
  }
  
  .sub-heading {
    font-size: var(--font-size-h3);
    color: var(--color-text-gray);
    margin-bottom: 2rem;
  }
  
  .stats-container {
    display: flex;
    gap: 3rem;
  }
  
  .stat-item {
    text-align: left;
  }
  
  .stat-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  
  .stat-header h3 {
    font-weight: 700;
    color: var( --color-text-primary);
    
  }
  
  .stat-header img {
    width: 24px;
    height: 24px;
  }
  
  .stat-header h3 {
    font-size: var(--font-size-h3);
    color: var(--color-text-gray);
    margin: 0;
  }
  
  .stat-item p {
    color: var(--color-text-gray);
    font-size: var(--font-size-16);
  }
  
  .search-container {
    margin-top: 2rem;
  }
  
  .search-container label {
    display: block;
    margin-bottom: 1rem;
    color: var(--color-text-gray);
    font-weight: var(--font-weight-notes);
  }
  
  .input-group {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 50px;
    background: rgba(189, 102, 189, 0.223);
  }
  
  .input-group input {
    flex: 1;
    padding: 0.8rem 1rem;
    border: 1px solid var(--color-border-light);
    border-radius: 4px;
    font-size: var(--font-size-16);
    background-color: var(--color-background-light);
  }
  
  .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-button-primary);
    background: url(icons/search-button.svg) center;
    background-size: cover;
    width: 70px;
    color: var(--color-text-white);
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
  }
  
  .map-container {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .map-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 600px;
  }
  
  @media (min-width: 480px) {
    .main-heading,
    .sub-heading {
      font-size: 35px;
    }
  
    .highlight {
      font-size: 40px;
    }
  
    .stat-header img {
      width: 54px;
      height: 54px;
    }
  }
  
  @media (min-width: 998px) {
    .network-section {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 4rem;
    }
  
    .content-container {
      flex: 1;
      min-width: 0;
    }
  
    .map-container {
      flex: 2;
      min-width: 0;
      display: flex;
      justify-content: center;
    }
  
    .map-container img {
        max-width: 750px;
        height: 556px;
        object-fit: contain;
        max-width: none;  /* Remove the max-width restriction */
    }
  
    .input-group {
      min-width: auto;
      width: 100%;
    }
  }
  
  
  



  /* Serivce section */

  .link {
    color: var( --color-button-primary);
    text-decoration: none;
    font-size: 12.8px;
    font-weight: 500;
  }

  /* Main Container */
  .services-container {
  max-width: 100%; /* Set a fixed max width */ 
    background-color: var(  --color-text-white);
    border-radius: 24px 24px 0 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* Section Header */
  .section-header {
    width: 100%;
    text-align: center;
  }

  .section-title {
    font-size: 28.8px;
    font-weight: 700;
    color: var( --color-text-primary);
    margin-bottom: 16px;
  }



  .divider {
    width: 55px;
    border-top: 4px dotted var( --color-accent-yellow);
    margin: 0 auto;
  }

  /* Service Cards */
  .service-card {
    width: 100%; /* Changed from fixed 1200px to percentage-based */
    max-width: 1140px; /* Maintains maximum width */
    margin: 45px 0;
    border: 1px solid var( --color-background-light);
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.1);
    display: flex;
    min-height: 211px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .service-content {
    flex: 1;
    padding: 38px;
    overflow: hidden;
    height: 216px;
  }

  .service-title {
    font-size: 24px;
    color:var(--color-text-gray);
    margin: 0 0 17px;
    font-size: 700;
  }

  .service-description {
    font-size: 12.8px;
    color: var(--color-text-gray);
    line-height: 1.5;
    width: 200px;
    font-weight: 500;
  }

  .action-links {
    margin-top: 41px;
    display: flex;
    gap: 24px;
  }

  /* Features Section */
  .service-features {
  
    position: relative;
  }

  .feature {
    position: absolute;
    width: 240px;
    height: 100%;
    border-radius: 162px 12px 12px 162px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    right: 0;
  }

  .feature {
    display: flex;
    align-items: center;
    padding-left: 30px;
  }

  .feature-icon {
    margin-right: 140px;
    margin-top: 70px;
  }


  .feature-text {
    font-size: 12.8px;
    color: var(--color-text-gray);
    text-align: center;
    width: 120px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    height: 100px;
  }


  .service-title , .action-links {
    width: 400px;
  }


  /* For Electronic Access Control (Orange variations) */
  .service-features:hover .feature--orange {
    width: 390px;  /* Widest */
  }
  .service-features:hover .feature--light-orange {
    width: 350px;  /* Medium */
  }
  .service-features:hover .feature--dark-orange {
    width: 310px;  /* Smallest */
  }

  /* For Glass Services (Blue variations) */
  .service-features:hover .feature--blue {
    width: 390px;  /* Widest */
  }
  .service-features:hover .feature--light-blue {
    width: 350px;  /* Medium */
  }
  .service-features:hover .feature--medium-blue {
    width: 310px;  /* Smaller */
  }
  .service-features:hover .feature--dark-blue {
    width: 270px;  /* Smallest */
  }

  /* For Create Project (Purple variations) */
  .service-features:hover .feature--purple {
    width: 390px;  /* Widest */
  }
  .service-features:hover .feature--light-purple {
    width: 350px;  /* Medium */
  }
  .service-features:hover .feature--medium-purple {
    width: 310px;  /* Smaller */
  }
  .service-features:hover .feature--dark-purple {
    width: 270px;  /* Smallest */
  }


  /* For Electronic Access Control (Orange variations) */
  .service-features:hover .feature--orange .feature-icon {
    margin-right: 290px;  /* Largest margin */
  }
  .service-features:hover .feature--light-orange .feature-icon {
    margin-right: 250px;  /* Medium margin */
  }
  .service-features:hover .feature--dark-orange .feature-icon {
    margin-right: 210px;  /* Smallest margin */
  }

  /* For Glass Services (Blue variations) */
  .service-features:hover .feature--blue .feature-icon {
    margin-right: 290px;  /* Largest margin */
  }
  .service-features:hover .feature--light-blue .feature-icon {
    margin-right: 250px;  /* Medium margin */
  }
  .service-features:hover .feature--medium-blue .feature-icon {
    margin-right: 210px;  /* Smaller margin */
  }
  .service-features:hover .feature--dark-blue .feature-icon {
    margin-right: 170px;  /* Smallest margin */
  }

  /* For Create Project (Purple variations) */
  .service-features:hover .feature--purple .feature-icon {
    margin-right: 290px;  /* Largest margin */
  }
  .service-features:hover .feature--light-purple .feature-icon {
    margin-right: 250px;  /* Medium margin */
  }
  .service-features:hover .feature--medium-purple .feature-icon {
    margin-right: 210px;  /* Smaller margin */
  }
  .service-features:hover .feature--dark-purple .feature-icon {
    margin-right: 170px;  /* Smallest margin */
  }

  /* For Electronic Access Control (Orange variations) */
  .service-features:hover .feature--orange .feature-text {
    opacity: 1;
    margin-right: 285px;  /* Largest margin */
  }
  .service-features:hover .feature--light-orange .feature-text {
    opacity: 1;
    margin-right: 245px;  /* Medium margin */
  }
  .service-features:hover .feature--dark-orange .feature-text {
    opacity: 1;
    margin-right: 205px;  /* Smallest margin */
  }

  /* For Glass Services (Blue variations) */
  .service-features:hover .feature--blue .feature-text {
    opacity: 1;
    margin-right: 285px;  /* Largest margin */
  }
  .service-features:hover .feature--light-blue .feature-text {
    opacity: 1;
    margin-right: 245px;  /* Medium margin */
  }
  .service-features:hover .feature--medium-blue .feature-text {
    opacity: 1;
    margin-right: 205px;  /* Smaller margin */
  }
  .service-features:hover .feature--dark-blue .feature-text {
    opacity: 1;
    margin-right: 165px;  /* Smallest margin */
  }

  /* For Create Project (Purple variations) */
  .service-features:hover .feature--purple .feature-text {
    opacity: 1;
    margin-right: 285px;  /* Largest margin */
  }
  .service-features:hover .feature--light-purple .feature-text {
    opacity: 1;
    margin-right: 233px;/* Medium margin */
  }
  .service-features:hover .feature--medium-purple .feature-text {
    opacity: 1;
    margin-right: 184px;  /* Smaller margin */
  }
  .service-features:hover .feature--dark-purple .feature-text {
    opacity: 1; 
    margin-right: 165px;  /* Smallest margin */
  }



  .service-features:hover .feature-icon {
    margin-right: 250px;
  }

  .service-features:hover .feature-text {
    opacity: 1;

  }

  /* Color Variations */
/* Color Variations */
.feature--orange { 
  background: var(--color-orange-light);    
  right: 170px; 
}
.feature--light-orange { 
  background: var(--color-orange-medium);
  right: 55px;
}
.feature--dark-orange { 
  background: var(--color-orange-dark); 
  right: -60px; 
}

.feature--blue { 
  background: var(--color-blue-light);    
  right: 270px;
}
.feature--light-blue { 
  background: var(--color-blue-medium); 
  right: 170px; 
}
.feature--medium-blue { 
  background: var(--color-blue-dark);    
  right: 60px; 
}
.feature--dark-blue { 
  background: var(--color-blue-darker); 
  right: -60px; 
}

.feature--purple { 
  background: var(--color-purple-light); 
  right: 250px; 
}
.feature--light-purple { 
  background: var(--color-purple-medium); 
  right: 150px; 
}
.feature--medium-purple { 
  background: var(--color-purple-dark);
  right: 55px; 
}
.feature--dark-purple { 
  background: var(--color-purple-darker); 
  right: -60px; 
}







  @media screen and (max-width: 998px) {
    .services-container {
        padding: 45px;
        height: 1350px;
        
      
    }
    .service-card {
        width: 90%; /* Changed from 420px */
        max-width: 420px;
        margin: 20px auto;
        display: flex;
        align-items: center;
        flex-direction: column;
        min-height: 240px;
        padding: 24px;
        position: relative;
        padding-bottom: 60px;
    }
    /* Service Content Section */
    .service-content {
        padding: 0;
        margin-bottom: 16px; /* Reduced from 24px to 16px */
    }
    .service-title {
        font-size: 20px;
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
    }

    .service-description {
        width: 100%;
        font-size: 14px;
        color: var(--color-text-gray);
        margin-bottom: 16px;
        text-align: center;
    }

    /* Features Slider Section */
    .service-features {
        position: relative;
        height: 120px;
        overflow: hidden;
        width: 100%;
        margin-top: 0; /* Remove top margin */
    }
    .feature {
        width: 250px !important;
        height: 80px;
        border-radius: 50px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); /* Initial centering */
        opacity: 1;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        padding: 0 20px;
        margin: 0; /* Remove any margins */
    }

    .feature-icon {
        width: 24px;
        height: 24px;
        margin: 0 10px 0 0 !important; /* Ensure margin between icon and text */
    }

    .feature-text {
        margin: 0 !important; /* Remove any margins */
        font-size: 14px;
        white-space: wrap; /* Prevent text wrapping */
        opacity: 1;
    }

    /* Slider Navigation Dots */
    .slider-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        
    }

    .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background:var(--color-background-hover);
    }

    .dot.active {
        background:var( --color-accent-yellow);
    }

    /* Action Links Section */
    .action-links {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .link {
        font-size: 14px;
        font-weight: 500;
        color: var( --color-button-primary);
        white-space: nowrap;
        display: flex;
        align-items: center;

  }

  }

  @media screen and (max-width: 480px) {
    .feature {
        width: 200px !important;
      
    }
  }





  

  /* Manufacturers Section  */
  .manufacturers-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70.5%;
    max-width: 1200px;
    background: white;
    border-radius: 10px;
    padding: 24px 36px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 630px;
    height: auto;
    display: flex;
    flex-direction: column;
    z-index: 5;
  }

  .manufacturers-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
  }
  
.manufacturers-header h2 {
  font-family: var(--font-family-inter);
  font-size: 18px;
  font-weight: 700;
  color: var( --color-text-primary);
  text-align: center;
  margin: 0;
}
.manufacturers-header .view-all {
  display: none; /* Hidden by default for mobile */
  color: var( --color-button-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-family-inter);
  position: absolute;
  right: 0;
}

.manufacturers-header h2 span {
  color: var(--color-light-purple);
 
}

.manufacturers-slider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 20px; 
}
.mobile-view-all {
  display: block;
  text-align: center;
  color: var(--color-button-primary);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  font-family: var(--font-family-inter);
  margin-top: auto; 
  padding-bottom: 10px; 
}

.manufacturers-slider::-webkit-scrollbar {
  display: none; 
}

.slider-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  width: max-content; 
  margin: 0 auto;
}


.manufacturer-logo {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-text-white);
  border: 1px solid #eee;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.manufacturer-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Desktop Styles */
@media screen and (min-width: 998px) {
  .manufacturers-container {
      padding: 32px;
  }
  .manufacturers-header h2 {
    font-size: 21px;
}

  .manufacturer-logo {
      width: 100px;
      height: 100px;
  }

  .manufacturers-header .view-all {
    display: block; 
    position: absolute;
    right: 0;

  }

  .mobile-view-all {
    display: none; /* Hide bottom view all for desktop */
  }
}
