

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(26, 157, 26);
    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(26, 157, 26);

}
  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(26, 157, 26);
    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(26, 157, 26);
    color: #fff;
    border: 1px solid rgb(26, 157, 26)
  }

  .nav-fill .nav-item,
  .nav-fill>.nav-link {
    border: 1px solid #000;
    margin: 5px;
    border-radius: 20px;
  }

  .nav-link {
    color: rgb(26, 157, 26);
  }
.green{
  color: rgb(26, 157, 26) !important ;
  font-weight: 800;
}
.green-s{
  color: rgb(26, 157, 26) !important ;
  font-weight: 600;
}
.bg-green{
  background-color:  rgb(26, 157, 26) !important;
}
.bg-l-green{
  background-color: rgb(227 252 227);
}
.white{
  color: white !important;
}
.faq-img{
  width: 100% !important;
  height: 100% !important;
  margin-top: -64px;

}
  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(26, 157, 26) !important;
  }

  .bg-dark {
    background-color: #1b1b1b !important;
  }
  /* Ensure offcanvas never overflows */
.offcanvas {
  max-width: 100% !important;
  width: 90%; /* adjust if you want it narrower */
}

/* Wrap long dropdown text */
.offcanvas-body .dropdown-menu a {
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}




/* Custom styles for offcanvas on mobile
.offcanvas {
  width: 250px;
} */

.offcanvas .nav-link {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
}

.offcanvas .dropdown-menu {
  background-color: #f8f9fa;
  padding-left: 20px;
  border: none;
}
.navbar-brand p{
  font-weight: 600;
  color: #1a9d1a;
  font-size: 22px;
}

.offcanvas .dropdown-menu .dropdown-item {
  padding: 8px 15px;
}

/* 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;
}


/* EXTRA CSS  START */
#book-now {
  background: linear-gradient(to right, #f3fff3, #e8fce8);
}

.card h2, .card h4 {
  margin-bottom: 0.5rem;
}

.card p {
  margin-bottom: 1.5rem;
}

.btn-success {
  background-color: #1a9d1a;
  border-color: #1a9d1a;
}
.img-fluid-man{
  /* height: 355px !important; */
      max-width: 83%;
    height: auto;
    border-radius: 20px;
}
#book-now .image-col {
  background-image: url('assets/service.jpg');
  background-size: cover;
  background-position: left;
  border-radius: 1rem 0 0 1rem;
  min-height: 400px;
      width: 45%;
}
/* EXTRA CSS  END */

/* 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%;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 100px;
    right: 35px;
    z-index: 999;
    background-color: #627be0;
    color: white;
    border: none;
    /* padding: 12px 14px; */
    border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, visibility 0.3s;
}

#scrollToTopBtn:hover {
  background-color: #1b2b70;
}
 .service-img {
       max-width: 69%;
    margin-top: 0px !important;
    width: 100%;
    max-height: 8% !important;
  }
  .faq-img {
         width: 84% !important;
    height: 59% !important;
    margin-top: -1px;
    border-radius: 20px;
}

.popup {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center; 
  align-items: center;
}

/* Popup box */
.popup-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease-in-out;
}

.popup-content h3 {
  margin-bottom: 15px;
  color: #2c3e50;
}

.popup-content input {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.popup-content button {
  background: #e74c3c;
  color: #fff;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.popup-content button:hover {
  background: #c0392b;
}

.popup-overlay {
  display: none; /* hidden initially */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  animation: fadeIn 0.4s ease;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #555;
  cursor: pointer;
  transition: color 0.3s;
}
.close-btn:hover {
  color: #000;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

.offer {
  background: linear-gradient(90deg, #4b0082, #8b008b, #ff6600); /* dark purple → magenta → orange */
  color: #fff;
  font-weight: bold;
  font-size: 1.15rem;
  padding: 12px 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  border-bottom: 2px solid #ffd700;
}

.scroll-wrapper {
  display: flex;
  white-space: nowrap;
}

.scroll-text {
  display: inline-block;
  padding-right: 120px; /* gap between repeats */
  animation: scroll-left 18s linear infinite;
  text-shadow: 0 0 5px #ffd700, 0 0 10px #ffa500;
  color: #fff;
  letter-spacing: 0.8px;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}
  @media (max-width: 768px) {
    .navbar-nav {
      background: #efefef;
      padding: 15px;
    }

  #service-details h2 {
    font-size: 1.8rem;
  }
  .service-img {
    max-width: 90%;
    margin-top: 20px;
  }
  #service-details ul li {
    font-size: 0.95rem;
  }
}



 
  @media (max-width: 576px) {
      .offcanvas-body .dropdown-menu a {
    font-size: 14px;
    padding: 8px 12px;
  }

#scrollToTopBtn {
    position: fixed;
    bottom: 157px;
    right: 35px;
    z-index: 999;
    background-color: #627be0;
    color: white;
    border: none;
    /* padding: 12px 14px; */
    border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, visibility 0.3s;
}
    .logo {
      max-width: 120px;
    }
    .man{
      height: 200px;
    }
  }
@media (max-width: 445px ) {
  .navbar-brand p{
  font-weight: 600;
  color: #1a9d1a;
  font-size: 16px;
  width: 30px !important;
}
  #book-now .image-col {
    background-image: url(assets/service.jpg);
    background-size: cover;
    background-position: left;
    border-radius: 1rem 0 0 1rem;
    min-height: 300px;
    width: 90%;
}
  .faq-img {
    width: 100% !important;
    height: 100% !important;
    margin-top: -21px;
}
.logo {
  max-width: 120px;
}
.whatsapp-float {
  bottom: 77px !important;
}

}
@media (max-width: 320px ) {
  .faq-img {
    width: 100% !important;
    height: 100% !important;
    margin-top: -21px;
}
.logo {
  max-width: 120px;
}
.whatsapp-float {
  bottom: 77px !important;
}

}

