html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Teko', sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.navbar {
  transition: all 0.3s ease;
  /* Smooth transition */
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown-mega {
  position: static;
}

.nav-item.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 4%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}

.icons a {
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}

.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.mega-menu {
  display: none;
}

/* till here  */
.mega:hover .mega-menu {
  display: block;
  margin-left: -50px;
}

.dropdown-item:hover {
  background-color: white !important;
}

.logo {
  width: auto;
  /* height: 30px; */
  color: #ffc211;
}

.headerCertificate img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.headerCertificate p {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.lp {
  font-size: 16px;
  font-weight: 500;
  color: black !important;
}

.lp:hover {
  color: #007bff !important;
}

.a {
  color: black !important;
}


.scli {
  font-size: 15px;
  margin-left: -26px !important;
  list-style-type: none !important;
  text-align: left;
  margin-left: -40px !important;
  border: 0px;
}

.sli {
  font-size: 15px;
  font-weight: 500;
  color: black !important;
  border-bottom: 1px solid rgb(189, 189, 189);
  border-width: 90%;
  padding: 2px 10px;
  font-family: Poppins;
  text-transform: uppercase;

}

.sli:hover {
  background-color: white;
}

.sli:hover a {
  color: #ffc211 !important;
}

.sega {
  width: 100% !important;
}

.requestQuoteButton {
  font-size: 19px;

}

.requestQuoteButton i {
  margin-left: 8px;
  font-size: 17px;
}

@media (max-width:995px) {

  .logo {
    width: 300px;
    height: 70px;
  }

  .headerCertificate img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .headerCertificate p {
    font-size: 15px;
    font-weight: 500;
    text-align: right;
  }

}

@media (max-width:600px) {

  .logo {
    width: 100%;
    height: 70px;
  }

  .headerCertificate img {
    width: 50px;
    height: 50px;
    margin-right: 6px;
  }

  .headerCertificate p {
    font-size: 14px;
    font-weight: 500;
    text-align: right;
  }

}

@media(max-width:800px) {

  .scli {
    font-size: 15px;
    list-style-type: none !important;
    margin-left: -40px !important;
    border: 0px;
  }

  .sli {
    font-size: 15px;
    font-weight: 500;
    color: black !important;
    border-width: 100%;
  }

  .sli:hover {
    font-size: 15px;
    font-weight: 500;
  }

  .sli:hover a {
    color: #007bff !important;
  }

}

@media(max-width:600px) {}

.btn_pay {
  font-size: 16px;
  font-weight: 600;
  background-color: #D21404;
  color: white;
  margin-left: 20px;
}

.btn_pay:hover {
  background-color: white;
  color: #D21404;
  border: 1px solid #D21404;
}

.patti .time {
  background-color: #007bff;
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 4px;
  text-align: center;
  border-right: 1px solid white;

}

.patti .phonenumber {
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 4px;
  text-align: center;
  border-right: 1px solid white;

}

.patti .mailbox {
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 4px;
  text-align: center;
  border-right: 1px solid white;

}

.patti {
  background-color: #ffc211;
}

.patti .phonenumber i,
.patti .mailbox i {
  font-size: 18px;
  color: white;

}

.gicon {
  font-size: 18px;
  border-radius: 50%;
  padding-top: 8px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 7px;
  /* background-color: #e07f24; */
}

.tlink {
  font-size: 13px;
  color: white;
  text-decoration: none;
}

.tlink:hover {
  color: #ed3e2f !important;
}

.ticon {
  font-size: 14px;
  border-radius: 50%;
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  background-color: #46468e;
}

.fa-caret-down {
  font-size: 16px;
  font-weight: 600;
}

.nav-icon {
  display: none;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  float: right;
}

@media(max-width:800px) {
  .nav-item.dropdown-mega .dropdown-menu {
    width: 100% !important;
    top: auto;
    /* left: 1% !important; */
  }

  .mega-menu {
    min-height: auto;
    max-height: 450px;
    margin-left: 0px !important;
  }

  .mega:hover .mega-menu {
    margin-left: 0px !important;
  }

  .fa-caret-down {
    display: none;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-icon {
    display: block !important;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    float: right;
  }

}

@media(max-width:600px) {

  .nav-item.dropdown-mega .dropdown-menu {
    width: 99% !important;
    top: auto;
    left: 1% !important;
  }

  .mega-menu {
    margin-left: 0px !important;
  }

  .mega:hover .mega-menu {
    margin-left: 0px !important;
  }

  .fa-caret-down {
    display: none;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-icon {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    float: right;
  }

  .patti {
    display: none;
  }
}

/* Footer */
footer {
  background: #ffc211 linear-gradient(to bottom, #fec109 0%, #ff9d13 100%) repeat scroll 0 0;

}

.fli {
  font-size: 15px;
  font-weight: 400;

}

.fli a {
  color: rgb(236, 228, 228) !important;
  padding: 5px 0px;
  font-weight: 500;

}

.fli:hover a {
  color: #007bff !important;
}

.fli-icon {
  font-size: 26px;
  color: white
}

.fli a img {
  width: 20px;
  height: 20px;
}

.fcli {
  list-style-type: none !important;
}

.mat-icon {
  font-size: 18px;
}

.fli-head {
  font-size: 28px;
  font-weight: 600;
  color: white;
  padding-left: 30px;
}

.flink {
  color: white;
  text-decoration: none;
}

.flink:hover {
  color: #ed3e2f !important;
}

.ficon {
  font-size: 20px;
  color: white;
  padding-top: 8px;
}

.ficon:hover {
  color: #007bff;
}

.btn-top {
  font-size: 20px;
  color: black;
  background-color: white;
  border-radius: 50% !important;
  position: fixed;
  z-index: 2;
  top: 450px;
  left: 95%;
}

/* .btn-top:hover {
  color: white;
  background-color: #ed3e2f;
  box-shadow: 0 4px 8px #ec5447;
} */

.btn-whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 2;
  top: 450px;
  right: 95%;
  border-radius: 50%;
}

.btn-whatsapp:hover {
  box-shadow: 0 4px 8px rgb(61, 206, 61);
}

.btn-phone {
  font-size: 24px;
  color: white;
  background-color: rgb(4, 179, 4);
  position: fixed;
  z-index: 2;
  top: 450px;
  left: 95%;
  border-radius: 50%;
}

.btn-phone:hover {
  color: white;
  background-color: rgb(4, 179, 4);
  box-shadow: 0 4px 8px rgb(61, 206, 61)
}

@media(max-width:1100px) {

  .btn-whatsapp {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 2;
    top: 75%;
    right: 92%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }


}

@media(max-width:600px) {

  .btn-top {
    font-size: 24px;
    color: black;
    background-color: white;
    border-radius: 50%;
    position: fixed;
    z-index: 2;
    top: 75%;
    left: 85%;
  }

  .btn-whatsapp {
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 2;
    top: 75%;
    right: 83%;
    border-radius: 50%;
  }

  .btn-whatsapp:hover {
    box-shadow: 0 4px 8px rgb(61, 206, 61);
  }

  .btn-phone {
    font-size: 24px;
    color: white;
    background-color: rgb(4, 179, 4);
    position: fixed;
    z-index: 2;
    top: 65%;
    left: 85%;
    border-radius: 50%;
  }

  .btn-phone:hover {
    color: white;
    background-color: rgb(4, 179, 4);
    box-shadow: 0 4px 8px rgb(61, 206, 61)
  }

  .fli {
    font-size: 12px;
    font-weight: 400;

  }
}

:root {
  --swiper-navigation-size: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 35px;
  margin-top: -20px;
  background-color: #006699;
  border-radius: 20px;
  color: black;

}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

.btn-close {
  color: white;
}

/* BODY--CSS--*/
.banner {
  position: relative;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* Adjust opacity for darkness */
  z-index: 1;
}

.carousel-caption {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: left;
  z-index: 2;
  /* Ensure text is above the overlay */
  color: white;
  /* Make text stand out */
}

.bannerContent {
  padding: 20px;
  display: inline-block;
}

.bannerContent h5 {
  font-size: 36px;
  font-weight: bold;
}

.bannerContent p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}

.bannerContent button {
  padding: 10px 20px;
  background-color: #007bff;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

.bannerContent button:hover {
  background-color: #0056b3;
}

.testimonialCard {
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.testimonialCard p {
  font-size: 13px;
}

.testimonialCard p i {
  font-size: 14px;
  color: rgb(255, 188, 3);
}

.testimonialCard .author img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 50%;
}

.testimonialCard .author h5 {
  padding-top: 20px;
  font-size: 14px;
}

.testimonialCard .author h5 span {
  color:#006699;
}

.reviewStar {
  font-size: 15px;
}

a {
  color: black;
  text-decoration: none;
}
.linedotted{
   text-align: center;
  font-size: 34px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #006699;
  text-decoration-thickness: 5px;
}
.howItWorksBox h1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #006699;
  text-decoration-thickness: 5px;

}

.howitworksItem {
  text-align: center;
}

.howitworksItem h3 {
  color: #006699;
  font-size: 28px;
  text-decoration: none;
  margin-bottom: 15px;
  font-weight: bold;
}

.howitworksItem img {
  width: auto;
  height: 150px;
}

.howitworksItem h5 {
  font-size: 22px;
  font-weight: bold;
  font-family: Poppins;
  color:#fef200;
}

.howitworksItem p {
  font-size: 15px;
  text-align: left;
}

.notlaundryContent h6 {
  font-size: 17px;
  color: #114EFF;
  font-weight: 600;
}

.notlaundryContent h3 {
  font-size: 32px;
  font-weight: bold;
  color: black;
}

.notlaundryContent p {
  font-size: 18px;
  color: #114EFF;
  font-weight: 600;
}

.notlaundryContent ul li {
  font-size: 15px;
  color: black;
}

.bg-blue {
  background-color:#006699;
}

.featureBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  background-color: #ffc211;
  padding: 10px 12px;
  border-radius: 2px;
  height: 90px;
}

.featureBox img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.featureBox h5 {
  font-size: 23px;
  font-weight: bold;
  color: #114EFF;
  padding-top: 10px;
}


.homeServiceBox h3 {
  font-size: 40px;
  color:black;
  font-family: Poppins;
  font-weight: bold;


}
.swiper-slide{
   box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
padding: 2px;
   border-radius: 2px;
  margin-bottom: 5px;
}

.homeServiceContent img {
  width: 100%;
  height: 250px;
  border-radius: 2px;
  margin-bottom: 12px;

}

.homeServiceContent h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #006699;

}

.homeServicelink {
  padding-bottom: 3px;
}

.homeServicelink .whatsapp {
  text-align: center;
  font-size: 16px;
  color: white;
  border-radius: 3px;
  background-color: green;
  padding: 5px 5px;
  border-radius: 5px;
}

.homeServicelink .readmore {
  text-align: center;
  font-size: 16px;
  color:black;
  border-radius: 3px;
  background-color:#006699;
  padding: 5px 5px;
  border-radius: 5px;
}

.homeServicelink .whatsapp:hover {
  box-shadow: 0px 0px 0px 2px rgb(57, 202, 57);
}

.homeServicelink .readmore:hover {
  box-shadow: 0px 0px 0px 2px #0f43dd;
}

/* Change the color of the plus icon */
.accordion-button {
  background-color: transparent;
  /* Keep your existing styles */
}

/* Ensure the minus icon also inherits the same color when active/open */
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

/* Your existing SVG background images (no change needed here as they use currentColor) */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

/* Your other existing styles */
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-body {
  background-color: transparent;
}

.bg-blue .accordion-header .accordion-button {
  color: #fef200 !important;
}

.slider-slide-text {
  white-space: nowrap;
  padding: 0 20px;
}

#patti-marquee .swiper-slide {
  width: 100% !important;
  border: solid 1px;
}

.faqBox h3 {
  color: #006699;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.faqBox p {
  font-size: 16px;
  text-align: center;
}


.nav-tabs .nav-link {
  background-color: transparent;
  color: #000;
  border: 2px solid rgb(177, 180, 182);
  margin-right: 5px;
  font-size: 18px;
  border-radius: 2px;
  font-weight: bold;
  text-transform: uppercase;
  width: 350px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  background-color: #ffc211;
  color: #114EFF !important;
}

.tab-content {
  padding: 20px;
  border: 2px solid #dee2e6;
  border-top: none;
}

.pricingBox h1 {
  text-align: center;
  font-weight: 48px;
  color: black;
  margin-top: 30px;
  margin-bottom: 12px;
  font-weight: bold;
}

.pricingBox p {
  font-size: 16px;
  color: black;
  text-align: center;
}

.productBox {
  padding: 30px 25px;
  background-color: white;
  border-radius: 8px;
}

.productDetail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.productDetail h2 {
  font-size: 35px;
  font-weight: 500;
}

.productDetail h3 {
  font-size: 30px;
  font-weight: 600;
}

.productDetail button {
  border-radius: 0px;
  padding: 7px 20px;
  color: white;
  font-size: 17px;
}

@media(max-width:600px) {
  .productDetail img {
    width: 100%;
    height: 250px;
  }

  .productDetail h2 {
    font-size: 20px;
    font-weight: 500;
  }

}

.chooseUsBox h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffc211;
}

.chooseUsContent {
  position: relative;
  padding: 3px 10px;
  text-align: center;
  height: 250px;
  border: 1px solid rgb(235, 235, 235);
}

.chooseUsContent .content {
  font-family: "Roboto", sans-serif;
  position: absolute;
  bottom: 20px;
}

.chooseUsContent .content h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: black;
}

.chooseUsContent .content p {
  font-size: 15px;
  color: black;
  word-spacing: 2px;
  margin-top: 15px;
}

.chooseUsContent .icon1 {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid rgb(235, 235, 235);
  border-bottom-left-radius: 15px;
  height: 40px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: orange;
}

.chooseUsContent .icon2 {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid rgb(235, 235, 235);
  border-bottom-left-radius: 15px;
  height: 40px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #114EFF;
}

.chooseUsContent .icon3 {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid rgb(235, 235, 235);
  border-bottom-left-radius: 15px;
  height: 40px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: orange;
}

.chooseUsContent .icon4 {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid rgb(235, 235, 235);
  border-bottom-left-radius: 15px;
  height: 40px;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #114EFF;
}

@media(max-width:1050px) {
  .nav-tabs .nav-link {
    width: 300px;
  }

  .featureBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    background-color: #006699;
    padding: 10px 0px;
    height: 90px;
    border-radius: 2px;
  }

  .featureBox img {
    width: 50px;
    height: 60px;
    margin-right: 15px;
  }

  .featureBox h5 {
    font-size: 21px;
    font-weight: bold;
    color:#006699;
    padding-top: 12px;
  }
}

@media(max-width:900px) {
  .pricingBox h1 {
    text-align: center;
    font-weight: 38px;
    color: black;
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: bold;
  }

  .pricingBox p {
    font-size: 14px;
    color: black;
    text-align: center;
  }

  .nav-tabs .nav-link {
    width: 220px;
    font-size: 16px;
    font-weight: 600;
  }
}

@media(max-width:600px) {

  .nav-tabs .nav-link {
    min-width: 120px;
    font-size: 16px;
    font-weight: 600;
  }

  #patti-marquee .swiper-slide {
    width: auto !important;
  }

  .banner {
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    /* Adjust ospacity for darkness */
    z-index: 1;
  }

  .carousel-caption {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    z-index: 2;
    /* Ensure text is above the overlay */
    color: white;
    /* Make text stand out */
  }

  .bannerContent {
    padding: 8px;
    display: inline-block;
  }

  .bannerContent h5 {
    font-size: 18px;
    font-weight: bold;
  }

  .bannerContent p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
  }

  .bannerContent button {
    padding: 5px 12px;
    background-color: #007bff;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 12px;
  }

}