
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
  }

  #testimonials .owl-carousel {
    margin: 0
  }

  #testimonials .owl-carousel .item {
    padding: 1rem
  }

  #testimonials .owl-carousel .item h4 {
    color: #FFF;
    font-weight: 400;
    margin-top: 0rem
  }

  #testimonials .owl-carousel .item-video {
    height: 300px
  }

  #testimonials #setup {
    margin-top: 4rem
  }

  #testimonials .demo-list h5 {
    margin: 0
  }

  #testimonials .item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 10px;
  }

  .footer-text{
    display: flex;
    align-items: center !important;
    justify-content: space-between;
  }
  .gray{
    color: rgb(92, 92, 92);
  }

  #testimonials p {
    font-style: italic;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .hide,
  .antispam {
    display: none;
  }

  .whyus-icon {
    height: 70px;
    width: 70px;
    border: 1px solid rgb(66 154 222);
    padding-top: 8px;
    padding-left: 5px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .whyus-icon i {
    color: #000;
    font-size: 2rem;
  }
.logo{
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  border: 2px solid rgb(66 154 222);

}
  ul.list-style {
    display: block;
    margin: 0;
    padding: 0;
  }

  ul.list-style li {
    list-style: none;
    text-indent: -15px;
    margin-left: 25px;
    margin-bottom: 15px;
  }

  ul.list-style li i {
    color: rgb(66 154 222);
    margin-right: 5px;
  }

  .nav-fill .nav-item, .nav-fill>.nav-link {
    flex: none !important;
    text-align: center;
}

  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link,
  .nav-fill .nav-item,
  .nav-fill>.nav-link:hover {
    background-color: rgb(66 154 222);
    color: #fff;
    border: 1px solid rgb(66 154 222)
  }

  .nav-fill .nav-item,
  .nav-fill>.nav-link {
    border: 1px solid #000;
    margin: 5px;
    border-radius: 20px;
  }

  .nav-link {
    color: rgb(66 154 222);
  }
.green{
  color: rgb(66 154 222) !important ;
  font-weight: 800;
}
.green-s{
  color: rgb(66 154 222) !important ;
  font-weight: 600;
}
.bg-green{
  background-color:  rgb(66 154 222) !important;
}
.bg-l-green{
  background-color: rgb(226 246 253);
}
.white{
  color: white !important;
}
.faq-img{
  width: 100% !important;
  height: 100% !important;
  margin-top: -144px;

}
  label.error {
    display: contents;
  }

  .form-control,
  .form-select {
    font-size: 1.2rem;
  }

  h2.accordion-header button {
    font-weight: 500;
  }

  .footer-nav a {
    color: #FFF;
    text-decoration: none;
    display: block;
  }


  .footer-nav {
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
  }

  .footer-action {
    transition: background 0.3s ease;
  }

  .footer-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
  }

  .footer-link:hover {
    opacity: 0.9;
  }

  .footer-icon {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }

  /* Green theme override */
  .bg-success {
    background-color: rgb(66 154 222) !important;
  }

  .bg-dark {
    background-color: #1b1b1b !important;
  }


  /* Offcanvas layout fix */
.offcanvas-start {
  width: 250px;
}

/* Nav links spacing */
.offcanvas-body .nav-link {
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.offcanvas-body .dropdown-menu {
  background-color: #f8f9fa;
  box-shadow: none;
  border: none;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* WhatsApp Icon */
.whatsapp-icon {
  color: white;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.call-buy-now {
  position: fixed;
  bottom: 0px;
  width: 100%;
}


  @media (max-width: 768px) {
    .navbar-nav {
      background: #efefef;
      padding: 15px;
    }
    .offcanvas-body {
      background: #efefef;
      padding: 15px;
    }
    .nav-fill .nav-item,
    .nav-fill>.nav-link {
      flex: 1 !important;
      margin: 3px;
    }
  
    .nav-link {
      font-size: 0.9rem;
    }
    .whyus-icon {
      height: 60px;
      width: 60px;
    }
  
    .whyus-icon i {
      font-size: 1.5rem;
    }
  
    .logo {
      width: 50px !important;
      height: 50px !important;
    }
    .footer-text {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }
    #testimonials .owl-carousel .item {
      padding: 1rem;
      margin: 10px auto;
      width: 90%;
    }
  }
/* 
  @media (max-width: 576px) {
    h2, h3, h4, h5 {
      font-size: 90%;
    }
  
    p, label, .footer-bottom p {
      font-size: 0.9rem;
    }
  
    .form-control,
    .form-select {
      font-size: 1rem;
    }
  } */
  

@media (max-width: 445px) {
  .faq-img {
    width: 100% !important;
    height: 100% !important;
    margin-top: -21px;
}
.whatsapp-float {
  bottom: 77px !important;
}
}