header{
    display: flex;flex-direction: row;justify-content: center;
    position: sticky;top: 0;z-index: 10000;background-color: #f9f9f9;
}
header>div{
    text-align: center;margin: 10px;
}
#head1{
    width: 20%;
}
#head1 img{
    width: 250px !important;
}
#head2{
    width: 70%;
}
#head1 img{
    width: 100%;height: 50px;
}
.head2>ul>li{
    list-style-type: none;padding: 0;
}
.head2>ul{
    display: flex;flex-direction: row;justify-content: space-evenly;
   
}

.head2>ul li>a{
    text-decoration: none;color: #000000;font-size: 16px;font-weight: 500;
}
.head2 a:hover{
    transition: 0.5s;background-color: #ffc107;padding: 10px;border-radius: 6px;
}
 header a:hover{
  transition: 0.5s;background-color: #ffc107;padding: 10px;border-radius: 6px;
}
.head1>ul{
    display: flex;flex-direction: row;justify-content: end;
}
.head1>ul li{
    margin-right: 30px;list-style-type: none;
}
.head1 a{
    color: #747474;text-decoration: none;font-weight: 500;
}
body{
    margin: 0;padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;background-color: #fff;
}
#side{
    background-color: #fff;
   padding: 20px;
    display: none;z-index: 10000;

}
#side img{
    display: none;
}
.container {
    display: none;
  }
  
  .bar1, .bar2, .bar3 {
    width: 20px;
    height: 5px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
.sidenav{
    display: none;
}
.sidenav{
    display: none;
}

#underNav{
    display: none;
}

div{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  }

  div.visible {
    opacity: 1;
    transform: translateY(0);
}
p,h1,h2,h3{
    color: #000000;
}
p{
    font-size: 19px;
}
#begining{
    text-align: center;padding: 20px;padding-left: 30px;padding-right: 30px;
}
#begining h1{
    font-weight: 400;
}
#services1 { 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#services1 > a {
    width: 25%;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 0px 22px 0px #00000029;
    background-color: #fff;
    border-radius: 5px;
    height: auto;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#services1 > a:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}


#services1 img{
    width: 100%;
}
#services{
    display: flex;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;
}

#services> a {
    width: 20%;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 0px 22px 0px #00000029;
    background-color: #fff;
    border-radius: 5px;
    height: auto;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#services> a:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

#services img{
    width: 100%;
}
#services p{
    font-size: 17px !important;
}
#services1 p{
    font-size: 17px !important;
}
#talk ul li{
    color: #000000;
}
button{
    background-color: #ffc107;padding: 10px;border: 1px solid black;border-radius: 10px;
}
.btn{
    background-color: #f7f7f7;padding: 10px;border: 1px solid #dee2e6;  
}
#talk{
    display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;
    background-color: #f7f7f7;margin: 20px;border-radius: 10px;
}
#talk>div{
    width: 40%;padding: 20px;
}
#talk img{
    width: 100%;border-radius: 7px;
}
#talk h2{
    color: #000000;
}
#img{
    width: 200px;
}
#bg{
    height: 350px;
    background-image:url(images/slider-iinternal-antiviral-disinfect-1536x240.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
  }
  #bg1{
    height: 250px;
    background-image:url(images/Group\ 1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
  }
  .bgcover{
    position:absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    background-color: #000000d5;
    padding: 40px;
    padding-top: 5%;text-align: center;
  }
#bg h1{
    color: #ece8e8;
}
#bg p{
    color: #ece8e8;
}

  #slidingDiv {
    position: relative;
        left: -100%;
      transition: left 1s ease-in-out;
    }
footer{
    display: flex;flex-direction: row;justify-content: space-evenly;
    background-color: #333232;margin-top: 30px;color: #fff;
}
footer>div{
    margin: 20px;width: 30%;
}
footer h3{
    font-weight: 400;color: #ffc107;
}
footer p{
    color: #fff;
}
footer img{
    width: 300px
}
#ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
  }
  #ul li{
    line-height: 30px;border-bottom: 1px solid #ffc107;
  }
  #ul a{
    text-decoration: none;color: #fff;
  }
  #ul li::before {
    content: '>'; /* Add the greater-than sign */
    margin-right: 8px; /* Add some spacing */
    color: #ffffff; /* Customize the color if needed */

  }
  #show{
    background-color: #ffc107;padding: 10px;border-radius: 6px;
  }

  #contact1{
    display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;padding: 20px;
  }
  #contact1>div{
    width: 30%;
  }
  #contact1 img{
    width:300px;
  }
  #contact1 ul li{
    color: #747474;
  }
  #contact1 a{
    color: #ffc107;text-decoration: none;
  }
  #talk2{
    display: flex;flex-direction: row;justify-content: space-evenly;
    background-color: #f7f7f7;
}
#talk2>div{
    width: 40%;
}

#talk2 form{
    padding: 10px;
}
#talk2 form input,select{
    width: 100%;padding: 7px;margin-bottom: 10px;border: 1px solid #ffc107;
    border-radius: 5px;
}

#talk2 textarea{
    height: 100px;width: 100%;border: 1px solid #ffc107;
    border-radius: 5px;
}
button a{
    text-decoration: none;color: #000000;
}
.content {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out; /* Smooth fade-in transition */
  }
  .content.visible {
    display: block;
    opacity: 1; /* Fully visible when the class is added */
  }
  #uppest{text-align: center;padding: 20px;}
  #uppest h2{color: #ffc107;}
  #uppest p{color: #000000;}
  #uppest ul li{list-style-type: none;}
  #scrollToTopBtn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    background-color: #ffc107;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
.testimonial-container {
    max-width: 600px;
    margin: 50px auto;
    position: relative;
    padding: 20px;background-color: #333232;

}
.testimonial-container p {
    text-align: center;
    color: #ece8e8;
    margin-bottom: 20px;
}
.testimonial {
    display: none;
    font-size: 1.2rem;
    font-style: italic;
}
.active {
    display: block;
}
.author {
    font-weight: bold;
    margin-top: 10px;
    color: #e1a02b;
}
.dots {
    margin-top: 20px;
}
.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.dot.active {
    background-color: #e1a02b;
}
#lastimg{
    width: 400px;
}
#whatsapp-icon-container {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #25d366;
    padding: 10px 12px;
    border-radius: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
  }

  #whatsapp-icon-container:hover {
    transform: scale(1.05);
  }

  #whatsapp-icon-container img {
    width: 24px;
    height: 24px;
  }
  
@media only screen and (max-width: 1000px){
    #lastimg{
        width: 300px;
    }
    #uppest{text-align: center;background-color: #ffffffbd;padding: 20px;}
    #services{
        flex-direction: row;flex-wrap: wrap;
    }
    #services>a{
        width: 37%; height: 170px;
    }
    #services1{
        flex-direction: row;flex-wrap: wrap;
    }
    #services1>a{
        width: 37%; height: 170px;
    }
    #services p{
        font-size: 14px !important;
    }
    #services1 p{
        font-size: 14px !important;
    }
    #talk,#talk2{
        flex-direction: column;justify-content: center;
    }
    #talk2 >div{
        width: 90%;padding: 20px;
    }
    #talk >div{
        width: 90%;
    }
    #contact1{flex-direction: column;}
    #contact1>div{
        width: 90%;height: auto;
    }
    #imgbg{
    display: none;
    }
    footer{
       flex-direction: column;
    }
    footer>div{
        margin: 20px;width:90%;height: auto;
    }
    .sidenav{
        display: block;
    }
    #sideNav{
        display: block;
    }
    #underNav{
        display: block;margin-top: 25px;margin-left: 20px;
    }
    .container{
        display: inline-block;
        cursor: pointer;
       }
    #side{
        display: block;height: 70px;position: sticky;top: 0;background-color: #ffffff;
    }
    #side img{
        display: block;margin: -5%;width: 250px;
    }
    header{
        display: none;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100000;
        top: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
      }
      
      .sidenav a {
        text-decoration: none;
        display: block;
        transition: 0.3s;
        line-height: 50px;
        color: #000000;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
    padding-left: 15px;
      }
      
      .sidenav a:hover {
        color: #ffffff;background-color: #ffc107;
      }

.container{
    float: right;margin-right: 30px;margin-top: -30px;
}

}

.hero {
    position: relative;
    height: 80vh;
    overflow: hidden;
  }

  .hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
  }

  .hero-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.644); /* optional overlay */
  }
h2{
color: white;
}
  .hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem; color: white;
  }

  .hero-content p {
    font-size: 1.2rem;
    max-width: 600px; color: white;
  }

  

  .typewriter-text {
    white-space: nowrap;
    overflow: hidden;
    font-size: 4vw;
    width: 0;
    max-width: 90vw;
  }

  @media (min-width: 768px) {
   
    .typewriter-text {
      font-size: 2rem;
    }

    .spacer {
      font-size: 2rem;
    }
  }
  