/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) {
  display: none;
}
 .NG-hero-section .flex.flex-col.items-start {
    margin-right: clamp(1rem, -0.7985rem + 7.6735vw, 6.875rem);
    width: 30%;
    left: 0 !important;
    right: unset;
}

@media (max-width: 768px) {
 .NG-hero-section .flex.flex-col.items-start h1{
   font-size: 18px ;
 }
 .NG-hero-section .subtext-bottom p{
display: none;
 }

/*NG-categories-1 **/
.NG-categories .card-inner {
    height: 200px;
}
/*NG-categories-1 **/
  .NG-marquee-banner .aspect-video {
    object-fit: contain;
}

}