@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
.hero-section{
    padding: 2rem;
    background: linear-gradient(106deg, #FFF 34.23%, #CAE1FF 100%);
}
.hero-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
}
.hero-text-side{
    padding: 1rem;
    width: 40%;
}
.hero-containt{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.hero-head-text{
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.hero-sub-text{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
}
.hero-action{
    background-color: #133765;
    color: #ffffff;
    font-size: 1rem;
    padding: 1rem;
    border: none;
    width: 50%;
    border-radius: 8px;
}
.hero-image-side{
    padding: 1rem;
}
.image-info{
    width: 100%;
    height: auto;
}
.pml-section{
    padding: 3rem;
}
.pml-information{
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding: 1rem;
}
.info-card-1{
    display: flex;
    border-radius: 12px;
    padding: 3rem;
    gap: 2rem;
    background: #133765;
}
.card-head-info{
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}
.card-sub-info{
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
}
/* image slider */
@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .Images03 {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }
  
  .Images03:before,
  .Images03:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .Images03:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .Images03:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  
  .Images03:hover {
    animation-play-state: paused;
}

  
  .Images03-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .Images03-slide img {
    margin: 0 15px;
  }
  .img-slide:hover{
    transform: translate3D(0, -1px, 0) scale(1.18);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.18);
  }
  
/* image slider end  */
.heading-image-slider{
    color: #133765;
    text-align: center;
    font-size: 36px;
    padding-top: 50px;
    font-style: normal;
    font-weight: 600;
}
.heading-image-slider span {
    font-weight: 800;
}
.why-pml-section{
    padding: 2rem 12rem 2rem 12rem;
}
.why-pml-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 4rem;
}
.pml-list{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.list-info{
    display: flex;
    gap: 1rem;
}
.why-pml-head{
    color: #133765;
    text-align: center;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 900;
}
.investment-container{
    padding: 2rem;
    width: 100%;
    background-color: #F0F8FF;
}
.invest-all-containt{
    padding: 1rem;
}
.investment-details{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.details-section{
    padding: 1rem;
}
.details-i-text{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.details-h-text{
    color: #133765;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.img-inve{
    width: 100%;
    height: auto;
}
.all-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: repeat(3, auto); /* 3 rows */
    gap: 20px; 
}

.detail-box {
    padding: 20px;
    text-align: center; 
}
.why-pml-laundry{
    padding: 3rem;
}
.laundry-container{
    padding: 3rem;
}
.feature-heading{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.feature-list{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
 
.feature-details{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.all-features-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: repeat(3, auto); /* 3 rows */
    gap: 20px;
}
/* slider */
.franchise-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(103deg, #009EFE 0%, #42BBFF 98.75%);
  }
  .testimonial-head{
    font-size: 2rem;
    padding-top: 70px;
    font-weight: 800;
    color: #ffffff;
  }
  .testimonial {
    display: flex;
    position: relative;
    max-width: 900px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .testimonial .image {
    height: 400px;
    width: 400px;
    object-fit: cover;
    
  }
  .testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    height: 100%;
    width: 100%;
  }
  .testimonial-content{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
  }
  .video-container{
    padding-top: 12px;
  }
  .video-container iframe{
    
    border-radius: 1rem;
    border: solid 4px #ffffff;
  }
  .slide p {
    text-align: center;
    padding: 0 40px;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
  }
  .slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
  }
  .content-area{
    display: flex;
    flex-direction: column;
  }
  .slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .details .name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
  }
  .details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
  /* swiper button css */
  .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }
  .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-btn::after,
  .nav-btn::before {
    font-size: 20px;
    color: #fff;
  }
  .swiper-pagination{
    animation: alternate;
  }
  .swiper-pagination-bullet {
    background-color: #e5f6ff !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
/* slider */
.features-box{
    border: 1px solid #c8e0ff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}
.form-container{
    padding: 2rem;
    background-color: #F0F8FF;
}
.form-details{
    padding: 2rem;
    display: flex;
    justify-content: center;
}
.error{
    color: red;
}
.input-form-field{
    height: 48px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #C0C0C0;
}
#name{
    color: #202124;
    padding: 0 3px 0 16px;
    font-size: 1.2rem;
    width: 200px;
    font-style: normal;
    font-weight: 400;
}
.input-form-field::placeholder{
padding: 1rem;
font-size: 1rem;
}
.form-field{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-design{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    background-color: #ffffff;
    border-radius: 12px;
    width: 800px;
    margin: auto;
    gap: 1rem;
}
.button-form{
    width: 303px;
    height: 56px;
    margin-top: 2rem;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: #133765;
}
 

/*? socials */

.social-links {
    display: flex;
    gap: 8px;
    align-items: center;
    list-style: none;
}

.social-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-links img {
    width: 24px;
    height: 24px;
    transition: all 0.2s ease-in-out;
}

.social-links img:hover {
    transform: scale(1.1);
}

.social-links ul {
    display: flex;
    gap: 12px;
    list-style-type: none;
}
/* footer */
@media only screen and (max-width: 1080px) {
     .hero-containt{
        gap: 0.8rem;
     }
    .hero-head-text{
        font-size: 1.8rem;
    }
    .hero-sub-text{
        font-size: 1rem;
    }
    .pml-information {
        gap: 2rem;
    }
    .why-pml-section {
        padding: 2rem 6rem 2rem 6rem;
    }
    
}
@media only screen and (max-width: 884px) {
    .hero-section {
        padding: 2rem;
        background: linear-gradient(352deg, #FFF 34.23%, #CAE1FF 100%);
    }
    .hero-container {
        flex-direction: column-reverse;
        padding: 2rem;
    }
    .hero-text-side {
        width: 100%;
    }
    .pml-information {
        flex-direction: column;
    }
    .why-pml-container {
        flex-direction: column;
    }
    .graph-img{
        width: 100%;
        height: auto;
    }
    .investment-details {
        flex-direction: column-reverse;
    }
    .why-pml-laundry {
        padding: 2rem;
    }
    .laundry-container {
        padding: 2rem;
    }
    .form-design {
        width: 100%;
    }
    .form-field{
        width: 100%;
    }
    .button-form{
        width: 100%;
    }
    .testimonial .slide {
        flex-direction: column;
      }
      .testimonial .image {
        display: none;
      }
      .testimonial {
        height: 100vh;
      }
      .hero-action{
        width: 100%;
    }
}
@media (max-width: 800px) {
    .footer-bottom {
        display: flex;
        flex-direction: column-reverse;
        align-items: space-between;
        justify-content: center;
        margin: 0 auto;
    }
    .modal-content {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .slide p {
      padding: 0 20px;
    }
    .nav-btn {
      display: none;
    }
}
@media only screen and (max-width: 700px) {
  
    .why-pml-section {
        padding: 2rem 4rem 2rem 4rem;
    }
    .all-features-box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    }
}
@media only screen and (max-width: 500px) {
    .hero-section {
        padding: 1rem;
    }
    .hero-container {
        padding: 1rem;
    }
    .pml-section {
        padding: 1rem;
    }
    .why-pml-section {
        padding: 1rem;
    } 
    .details-i-text {
        font-size: 1rem;
    }
    .details-h-text {
        font-size: 1rem;
    }
    .investment-container {
        padding: 1rem;
    }
    .invest-all-containt {
        padding: 0.2rem;
    }
    .detail-box {
        padding: 0.8rem;
    }
    .details-section {
        padding: 0.5rem;
    }
    .all-details {
        gap: 0.8rem;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
    }
    .why-pml-head{
        font-size: 1.3rem;
    }
    .all-features-box {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, auto);
        }
        .why-pml-laundry {
            padding: 1rem;
        }
        .laundry-container {
            padding: 1rem;
        }
        .heading-image-slider {
            font-size: 1.5rem;
        }
        .Images03:before {
            left: 0;
            background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff00);
          }
          
          .Images03:after {
            right: 0;
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff00);
          }
          .form-container {
            padding: 1rem;
          }
          .form-details {
            padding: 1rem;
          }
          .form-design {
            padding: 2rem;
          }
          .button-form{
            margin-top: 1rem;
          }
          .page-footer {
            padding: 0.5rem;
        }
        .footer-container {
            padding: 0.5rem;
        }
        .video-container iframe {
            width: 100%;
        }
        .testimonial-content{
            flex-direction: column;
        }
        .testimonial {
            height: 100%;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .testimonial-head{
            font-size: 1.5rem;
        }
}