 .lightbg {
        background: #f4f4f6;
    }

header.scrolled nav{
        z-index: 99999 !important;
        border-radius: 30px;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        border-radius: 30px;
        background: #fffc;
    }

    .navbar-container {
        padding: 12px 0;
    }

.slide-item{width: 100%;}

    .hero-content h1 {
      font-size: 2.8rem;
      font-weight: 700;
      color: #333;
    }
    .hero-content p {
      font-size: 1.1rem;
      color: #555;
      margin: 15px 0 25px;
    }
    .btn-cta {
      background-color: #ff6600;
      color: #fff;
      padding: 10px 25px;
      border-radius: 30px;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-cta:hover {
      background-color: #e65c00;
      color: #fff;
    }
    .hero-img img {
      width: 100%;
      max-width: 500px;
    }

    .mainBanner {
    background-image: url(https://sr-website.shiprocket.in/wp-content/uploads/2024/11/bg-colors-scaled-1.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 140px 0 0px !important;
    margin-top: -92px;
    position: relative;
    background-color: #f4f4f6;
    background-position: center;   /* Keeps image centered */
    width: 100%;   
}

    .hero-slider .imageWrapper {
            position: absolute;
            top: -20px;
            right: 0%;
            width: 50%;
            right: 0px;
            max-width: 500px;
        }
        .hero-slider .slick-list {
   /* overflow: visible;*/
}

    .slick-slide {
      position: relative;
      transition: transform 0.3s ease;
    }

.hero-slider .imageWrapper img {
    height: auto;
    max-width: 100%;
}
.carousel-inner {
    overflow: visible;
}
.hero-content{
       padding-top: 100px;
    padding-bottom: 100px;
 
}
.hero-right{
   padding-left: 95px;
}



  /* Container styling */
    .brands-section {
      background: #000;
      padding: 2rem 0;
    }

    .brands-section h3 {
      font-weight: 600;
      margin-bottom: 1.5rem;
      font-size: 22px;
    }

    /* Marquee wrapper */
    .brand-marquee {
      overflow: hidden;
      position: relative;
    }

    /* Animation container */
    .brand-track {
      display: flex;
      gap: 3rem;
      animation: scroll 20s linear infinite;
    }

    .brand-track:hover {
      animation-play-state: paused; /* pause on hover */
    }

    /* Logo styling */
    .brand-logo {
      max-height: 60px;
      width: auto;
      object-fit: contain;
      opacity: 0.9;
      transition: transform 0.3s ease, opacity 0.3s ease;
      filter: grayscale(0%);

        background: #141413 0 0 no-repeat padding-box;
        border: 1px solid #dcdcdc3b;
        border-radius: 6px;
        height: 67px;
    }

    .brand-logo:hover {
      transform: scale(1.05);
      opacity: 1;
    }

    /* Keyframes for continuous scroll */
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Responsive logo spacing */
    @media (max-width: 767px) {
      .brand-track {
        gap: 2rem;
        animation-duration: 25s;
      }
      .brand-logo {
        max-height: 45px;
      }
    }

    .darkBg {
    background: #141413;
}

section h3{
    color: #c9c6c6;
}
.textWhite {
    color: #fff;
}


/* Custom Controls */
.slider-controls {
      display: flex;
    margin-top: 0px;
    align-items: center;
    gap: 1rem;
    position: absolute;
    bottom: 30px;
}

.slider-controls button {
  color: #000;
  border: none;
  border-radius: 25px;
      padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s;

    box-shadow: rgba(32, 56, 85, 0.09) 0px 6px 10px;
    border: 1px solid rgba(11, 7, 87, 0.05);
    justify-content: center;
    border-radius: 50px;
    height: 36px;
    width: 36px;
    align-items: center;
    background: rgb(255, 255, 255) !important;
}

.slider-controls button:hover {
  background: #217dbb;
}

/* Dots container (external) */
.custom-dots {

}

.custom-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}


.slick-dots {
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    list-style: none;
    gap: 0.5rem;
    width: 100%;
    display: flex !important;
    position: relative;
    top: 0px;
}
.slick-dots li.slick-active {
    position: relative;
}
.slick-dots li {
    display: flex;
    align-items: center;
       width: 35px;
        height: 3px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots li button {
    font-size: 0;
    border-radius: 10px;
    border: none;
    background: #fff 0 0 no-repeat padding-box;
    cursor: pointer;
    transition: all 0.3s ease;
            width: 35px;
        height: 3px;
}