
.why-choose-us{
 padding:75px 0px;   
}

.swiper-button-next, .swiper-button-prev {
    color: #005595 !important;
}
i.fab {
    padding-top: 10px;
}

p, ul li, a{
    font-weight:500;
    font-size:16px !important;
    line-height:24px !important;
}
/* Slider Wrapper */
.hero-slider {
  position: relative;
  width: 100%;
  height: 70vh; /* Reduced height for better homepage layout */
  overflow: hidden;
}

/* Slide */
.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  padding-left: 8%;
}

.hero-slide.active {
  opacity: 1;
}

/* Dark overlay for better readability */
.hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Content Layer */
.hero-content {
  max-width: 650px;
  z-index: 2;
}

.hero-content h1 {
  font-size: 40px;
  font-weight: 700;
}

.hero-content p {
  font-size: 18px;
  margin-top: 10px;
}

/* Buttons */
.hero-btn {
  display: inline-block;
  padding: 12px 26px;
  margin-right: 12px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.btn-book {
  background: #ffffff;
  color: #005595;
}

.btn-contact {
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Modern Arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.hero-arrow:hover {
  background: rgba(255,255,255,0.35);
  transform: translateY(-50%) scale(1.1);
}

.hero-arrow.left {
  left: 20px;
}

.hero-arrow.right {
  right: 20px;
}

.choose-box.shadow-sm.p-4.bg-white.rounded.h-100 {
    background-color:rgb(255 255 255) !important;
}

/* Mobile Responsive */
@media(max-width: 768px) {
  .hero-slider {
    height: 55vh;
  }
  .hero-content h1 {
    font-size: 26px !important;
  }
  .hero-content p {
    font-size: 15px !important;
  }
  .hero-arrow {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
}




  
@keyframes waveMove {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(15%, 15%) scale(1.3); }
}

@keyframes gridMove {
  from { transform: translate(-50px, -50px); }
  to   { transform: translate(50px, 50px); }
}

/* TEXT */
.tech-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.tech-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.4);
}

.tech-content p {
  max-width: 900px;
  margin: auto;
  font-size: 20px;
  line-height: 34px;
  color: #e8f4ff;

}

/* MOBILE */
@media(max-width:768px){
  .tech-content h2 { font-size: 30px; }
  .tech-content p { font-size: 17px; line-height: 28px; }
}
 

.manufacture-section {
  position: relative;
  padding: 90px 0;
  background-image:url(https://laundrymachine.co.in/landing-page/hero-background.png);
  overflow: hidden;
}

/* BG Animated Glow */
.manufacture-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle,
    rgba(0, 200, 255, 0.25),
    rgba(0, 110, 180, 0.18),
    transparent 60%
  );
  animation: bgMove 12s infinite alternate ease-in-out;
  filter: blur(65px);
}

@keyframes bgMove {
  from { transform: translate(0, 0); }
  to   { transform: translate(60px, -40px); }
}

/* CONTENT BOX */
.info-box {
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 40px 35px;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 10px 35px rgba(0,0,0,0.35);
  color: #ffffff; /* PURE WHITE TEXT */
}

.info-box h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 32px;
   
}

.info-box p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

/* IMAGE STYLING */
.manufacture-image img {
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  width: 100%;
}

/* Mobile */
@media(max-width:768px){
  .info-box { padding: 28px; }
  .info-box h2 { font-size: 26px; }
  .info-box p { font-size: 16px; line-height: 26px; }
}
 


/* Force equal height for all testimonial slides */
.testimonialSwiper .swiper-slide {
  display: flex;
  height: auto !important;
}

.testimonial-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  border:1px solid #ccc;
}
section img{
    box-shadow:none;
}    
.p-1.bg-white.rounded{
    border:1px solid #ccc;
}

form#leadForm {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.form-control{
    padding:0.75rem !important;
}    

@media(max-width: 768px){
  .sticky-image {
    position: static !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
.hero-slider img {
    width: 100%;
    border-radius: 0;
}
.slider-section{
    padding:0px;
}


.slider-section {
    position: relative;
    overflow: hidden;
}

/* Slider */
.mobile-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.mobile-slider .slide {
    min-width: 100%;
}

.mobile-slider img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    border-radius: 0; /* No rounded corners */
}

section.why-choose-us {
    display: none;
}
.padmanabha-home {
    display: none;
}
section.qualitytest {
    display: none;
}
.view-details-btn{
    bottom:5px !important;
}
.tech-section{
    background-position:right center !important;
}
.blog-hide-m{
    display:none;
}
/* Dots inside image */
.mobile-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.mobile-dots .dot {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;  /* Round bullet */
    cursor: pointer;
}

.mobile-dots .dot.active {
    background: #ffffff; /* Bright white for active */
}

.why-choose-us, .solution-approach, .qualitytest, .padmanabha.p-75, .who-we-serve, .manufacture-section{
 padding:30px 0px !important;   
}
 
.testimonials h5{
    font-size:16px;
}
section.our-clients.py-5.bg-light, .testimonials{
    padding-top:0px !important;
}
.why-choose-us h2, .solution-approach h2, .qualitytest h2, .tech-section h2, .padmanabha h2, .who-we-serve h2, .info-box h2, .team-section h2, .testimonials h2, .our-clients h2, .action h2, #contact h2, .blogs h2, .section-title, .hero h1, .quality, .approach, .commitment, .main-heading, .enquirenow {
    font-size: 20px;
    margin-bottom: 10px !important;
    font-weight:700;
}
.hero{
    padding:30px 10px 10px 10px;
}
p.mb-5.text-muted{
    margin-bottom:20px !important;
}
h2.fw-bold.mb-2{
    margin-bottom:0px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:24px !important;
}
form#leadForm {
    margin-bottom: 20px;
}
h5{
    font-size:16px !important;
}
.pad-0{
    padding-top:0px;
    margin-top:0px;
}
.pad-10{
    margin-top:20px;
}
.heightp{
    height:auto;
}
.businessp {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.button{
    font-size:12px !important;
    padding:10px 20px;
}
.footer-top h4 {
    font-size: 18px;
}
.img-icon img{
    width:100%;
}
.pss-0{
    padding-left:15px !important;
}
.tech-section {
    padding: 50px 20px;
}
.padmanabha img {
    width: 250px;
    text-align:left !important;
    margin-bottom:30px;
}
.mt-5.text-center.buttons {
    margin-top: 10px !important;
}
.footer-contact {
    margin-bottom: 30px;
}
.wa-widget-send-button{
    left:10px;
    right:unset;
}
}

/* Mobile only slider */
@media (max-width: 767px) {

  /* Convert row into swiper container */
  .choose-slider {
    display: block;
  }

  .choose-slider .col-md-3 {
    padding: 0 !important;
  }

  .choose-slider.swiper {
    overflow: hidden;
  }

  .choose-slider .swiper-slide {
    width: 100%;
  }
.swiper-wrapper {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.mbb-1{
    margin-bottom:1rem !important;
}

}

/* Desktop removes slider features */
@media (min-width: 768px) {
  .choose-pagination {
    display: none !important;
  }
  

}

