    .product-tabs {
      width:100%;
      background: #f8f9fa;
      padding: 1rem;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1rem;
      position: sticky;
  top: 0;
  z-index: 1;
  background-color: white; /* or match your design */
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    }
    

    .product-tab {
      cursor: pointer;
      text-align: center;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .product-tab img {
      width: 30px;
      height: 30px;
      margin-bottom: 0.3rem;
    }
    .product-tab div{
        font-size: 15px;
    }

    .product-tab.active div{
     color:#27d0a9;
    }
    .product-tab:last-child {
      border-right: none;
    }
    .product-tab {
      padding: 10px 20px;
      cursor: pointer;
      border-right: 1px solid #ccc;
    }
        

    .banner-overlay {
      /* background-color: rgba(0, 0, 0, 0.6); */
      padding: 2rem;
      border-radius: 10px;
    }

    .banner-section h2 {
      font-size: 2rem;
    }

    .btn-explore {
      background-color: #75dab4;
      color: #fff;
      border: none;
      padding: 0.5rem 1.5rem;
      border-radius: 30px;
      margin-top: 1rem;
    }
    .banner-section {
  display: none;
  background-size: cover;
  background-position: center;
  color: white;
  height: 700px;
  display: flex;
  align-items: center;
  padding: 2rem;
  position: relative;
  width:100%;
}

.banner-section.active {
  display: flex;
}

.banner-overlay {
  /* background-color: rgba(0, 0, 0, 0.6); */
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-content .banner-overlay {
  justify-content: flex-start;
  padding-left: 5%;
}

.right-content .banner-overlay {
  justify-content: flex-end;
  padding-right: 5%;
}

.text-content {
  max-width: 500px;
  text-align: left;
}

.banner-section h2 {
  font-size: 2rem;
}

.btn-explore {
  background-color: #75dab4;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  margin-top: 1rem;
}


/* disinfection-robot */
.banner-sections.two-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  color: #000;
  height: auto;
  width:85%;
  margin:40px auto;
}

.banner-image img {
  width: 70%;
  max-width: 500px;
  height: auto;
}

.banner-content {
  flex: 1;
}

.banner-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.banner-content p {
  font-size: 1rem;
  margin-bottom: 0rem;
}

.btn-explore {
  background-color: #75dab4;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
}
.main-section{
  background-color: black;
  padding-bottom:3rem;
}
/* disinfection-robot */
.info-card i{
  color:#2eceac;
}


/* cleaning robot details page */
.phantas-section {
      background-color: #000;
      color: #fff;
      padding: 60px 0;
    }
    .subtitle {
      text-align: start;
      color: #9ca3af;
      font-weight: 500;
    }
    .main-title {
      text-align: start;
      font-size: 2rem;
      font-weight: 700;
      margin-top: 10px;
    }
    .feature-icon {
      font-size: 2rem;
      margin-bottom: 10px;
    }
    .feature-title {
      font-weight: 600;
    }
    .feature-description {
      color: #cbd5e1;
      text-align: start;
    }
    .robot-container{
      width:85%;
      margin:0 auto;
    }
    .robot-para{
      color:black
    }
    .robot-span{
      color:black;
      font-weight: 600;
    }
    .robot-head{
      color:black;
      font-weight: 600;
    }
     .robot-heads{
      color:white;
      font-weight: 600;
    }
    .blue-color-robot{
      color:#30af7f;
    }
    .blue-color-robots{
      color:#75dab4;
    }

    .brochure-section{
      width:100%;
      background-color: black;;
    }
    .brochure-container{
      width:80%;
      margin:0 auto;
    }
    .robot-head-white{
      color:white;
      font-size: 3rem;
      font-weight: 600;
    }
    .robot-a{
      color:white;
      font-weight: 600;
    }
    .robot-a:hover{
      color:#2eceac
    }
/* cleaning robot details page end */

/* cleaning robot vacuum page */
.vacuum-section .tab-btn {
  border: none;
  background: none;
  color: #333;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s, color 0.3s;
  font-size:12px;
}

.vacuum-section .tab-btn.active {
  color: #27d0a9;
  border-color: #27d0a9;
}

.vacuum-section .tab-image img {
  max-width: 50%;
  height: auto;
}
.brochure-vacuum-section{
  background-color: white;
  width:100%;
}
.robot-a-black{
  color:black;
  font-weight: 600;
}
.robot-a-black:hover{
  color:#2eceac
}
.robot-head-black{
      color:black;
      font-size: 3rem;
      font-weight: 600;
    }

.carpet-care-section h2 {
  color: #222;
  letter-spacing: 1px;
}

@media(max-width:600px){
  .carpet-care-section h2 {
  font-size: 1.5rem;
}
.robot-heads{
    font-size: 1.5rem;

}
.robot-head{
    font-size: 1.5rem;

}
.table-robot th {
  font-size: 0.8rem;
}
.table-robot td{
  font-size: 0.8rem;
}
.banner-content p {
  font-size: 0.8rem;
}
.banner-content h2 {
  font-size: 1.2rem;
}
.collabpratove-section-containers h2{
 font-size:1.3rem;
}
.collabpratove-section-containers p{
 font-size:0.8rem;
}
.collabpratove-section-containers h3{
 font-size:1.2rem;
}

}
.carpet-care-section ul li {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.carpet-care-section{
  width:100%;
}

.air-purifying-section h2 {
  color: #222;
  letter-spacing: 1px;
}

.air-purifying-section ul li {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.cleaning-effortless-section h2 {
  color: #222;
  letter-spacing: 1px;
}

.cleaning-effortless-section ul li {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* cleaning robot vacuum page end */

/* disinfection robot  */
.send-inquiry-btn{
  color:#2eceac;
  padding:8px 35px;
  border-radius:0.2rem;
  border:1px solid #2eceac;
  background-color: transparent;
}

.disinfection-section{
  background-color: white;
  width:100%;
}
.disinfection-section-container{
  width:95%;
  margin:0 auto;
}
.collabpratove-section{
  width:100%;
  background-color: black;
  margin:0 auto;
}
.table-robot th{
  color:white;
}
.table-robot td{
  color:white;
}
.tble-width{
  width:100%;
}
.tablecontainer{
  width:80%;
  margin:0 auto;
}
.btn-explore a{
  color:white;
}
.text-content-blocks{
  width: 100%; display: flex; flex-wrap: wrap; background:transparent;
}
.text-content-blocks small{
  font-size: 40px;
    font-weight: 800;
    margin-bottom: -20px;
    opacity: 0.1;
    display: block;
}
.text-content-blocks h6 {
    font-size: 20px;
    font-family: "Fjalla One", sans-serif;
}
.section-titles {
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 3vw;
    letter-spacing: 2px;
}
/* disinfection robot end*/

/* responsiveness */
@media (max-width:600px) {
  .banner-section{
height:auto;
}
.banner-sections.two-column {
  display: block;
  background-color: #f6f6f6;
  color: #000;
  height: auto;
  width:95%;
  margin:40px auto;
  padding:2rem 1rem;
  text-align: center;
}
.tble-width{
  overflow-y: scroll;
}
}


/* delivery-robot  starts*/

.buttler-section{
  width: 100%;
  background-color: #fff;
}
.primary-text1{
  color:white
}
/* delivery-robot end */

.collabpratove-section-containers h2{
  color: white;
  text-align: center;
}
.collabpratove-section-containers p{
    color: white;
    text-align: center;
}
.collabpratove-section-containers h3{
    color: white;
    text-align: center;
}
.collabpratove-section-containers img{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width:100%;
}
.social-icons li a i{
  color:#2eceac;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Fjalla One", sans-serif;
}
.text-content-block .para{
  font-size: 20px;
}

/* service page */


.service-block {
  width:100%;
  padding: 80px 0;
  border-bottom: 1px solid #ddd;
}

.service-block h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.service-block p {
  font-size: 18px;
  line-height: 1.6;
}

.icon-style {
  color: #75dab4;
  margin-bottom: 20px;
}

.comparison-list {
  list-style: none;
  padding-left: 0;
}

.comparison-list li {
  padding: 8px 0;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
}

 .service-block i {
    font-size:8rem;
  }

/* Section specific background tints (optional for visual clarity) */
.consultation { background-color: #ffffff; }
.customization { background-color: #f2f9ff; }
.installation  { background-color: #ffffff; }
.maintenance   { background-color: #f2f9ff; }
.rentals       { background-color: #ffffff; }

@media (max-width: 767px) {
  .service-block h2 {
    font-size: 23px;
    text-align: center;
  }

  .service-block p {
    text-align: center;
  }

  .icon-style {
    margin-bottom: 10px;
  }
}


.service-robots-section {
  background-color: black; 
  color: white; 
  width:100%;
}

.service-robots-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.service-robots-section .section-description {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #cfc5c5fa;
}

@media (max-width: 768px) {
  .service-robots-section .section-title {
    font-size: 1.75rem;
  }

  .service-robots-section .section-description {
    font-size: 1rem;
  }
}

.content-security-section div{
  width:90%;
  margin:0 auto;
  color:white;
  padding:80px 0px;
}
.content-security-section-image .row{
  width:90%;
  margin:0 auto;
  color:white;
}
