body {
  overflow-x: hidden;
}.w-75 {
    width: 91% !important;
}
/* header */
.navbar-toggler {
  background-color: #7acc2e;

}

ul.dropdown-menu.show {
  margin-top: 7px;
  background-color: #b1d952;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #198754;
  background-color: #e9ecef;
}


.dropdown-item {
  font-weight: 700;
  color: #ffffff;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 10px gainsboro;
}

.navbar-light .navbar-nav .nav-link {
  color:#000;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(177 217 82);
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(177 217 82);
}

.wa-icon {
  width: 2rem;
}

.banner-bg-clr {
  background: #E2FAF5;
  background: linear-gradient(90deg, rgba(226, 250, 245, 1) 0%, rgba(241, 253, 234, 1) 50%, rgba(228, 233, 233, 1) 100%);
}

.text-justify {
  text-align: justify;
}

.rounded-top-pill {
  border-top-left-radius: 50rem !important;
  border-top-right-radius: 50rem !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-pill {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

.g {
  height: 8rem;
}

.table-container {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background-color: #4CAF83;
  color: white;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  font-size: 16px;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

.highlight {
  background-color: #eef9e7;
}

.view-more {
  text-align: center;
  margin-top: 20px;
}

button {
  background-color: #7ACC2E;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

button:hover {
  background-color: #6bb82a;
}
/* end header */
/* footer */
.footer {
  background-color:#8BC34A;
  color: white;
  padding: 50px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-logo img {
  width: 100px;
}

.footer-logo h2 {
  margin: 10px 0 5px;
  font-size: 20px;
}

.footer-logo span {
  font-weight: lighter;
  font-size: 16px;
}

.footer-logo p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}

.footer-links,
.footer-contact {
  margin-top: 20px;
}

.footer-links h3,
.footer-contact h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li,
.footer-contact ul li {
  margin-bottom: 10px;
}

.footer-links ul li a,
.footer-contact ul li a {
  color: white;
  text-decoration: none;
}

.footer-contact ul li i {
  margin-right: 8px;
}

.footer-actions {
  text-align: center;
  margin-top: 20px;
}

.awareness-btn,
.buy-now-btn {
  background: white;
  color: #006633;
  border: none;
  padding: 10px 20px;
  margin: 10px 5px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.awareness-btn {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.buy-now-btn {
  background: #c7e66c;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: white;
  margin: 0 8px;
  font-size: 20px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #c7e66c;
}

.par-green {
  color: #7ACC2E;
}

.par-green-bg {
  background-color: #7ACC2E;
  ;
}

.awrnsbk-icons {
  width: 1rem;
}

/* endfooter */


/* faq */

.accordion {
  border-radius: 10px;
  overflow: hidden;
}

.accordion-item {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 128, 128, 0.2);
}

.accordion-header {
  padding: 20px;
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #6a6a6a;
  ;
  outline: none;
  /* transition: background 0.3s; */
}

.accordion-header:hover {
  background-color: #f0fefc;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  background-color: #ffffff;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 20px;
}

/* end faq */

/* contact */
.inquiry-form {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 128, 128, 0.15);
  padding: 30px;
}

.inquiry-form h3 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.form-group textarea {
  resize: vertical;
  height: 80px;
}

.form-group .material-symbols-outlined {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #b3e238;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.3s;
}

.submit-btn:hover {
  background-color: #429d78cc;
}

/* endcontacct */


/* abt */
.categoriescovered-imgs {
  width: 5rem;
}
/* end abt */

/* payment */
.payment-container {
  display: flex;
  max-width: 900px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 128, 128, 0.15);
  background: white;
  overflow: hidden;
}

.left-panel {
  background: linear-gradient(to bottom, #d9f5e3, #e5fcf2);
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-panel h3 {
  margin: 0;
  font-size: 18px;
  color: #00664d;
}

.trusted-label {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.price-box {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.price-box h1 {
  margin: 0;
  font-size: 24px;
  color: #111;
}

.info-block {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.info-block .material-symbols-outlined {
  color: #4caf50;
}

.right-panel {
  padding: 30px;
  width: 65%;
  display: flex;
  gap: 20px;
}

.payment-options {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-options details {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #eee;
}

.payment-options summary {
  list-style: none;
  font-weight: bold;
  cursor: pointer;
}

.qr-section {
  width: 50%;
  text-align: center;
}

.qr-section img {
  width: 120px;
  height: 120px;
  margin: 20px auto;
}

.recommend {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
}

.recommend-box {
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.view-more-btn {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #8ddf4d;
  border: none;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

/* endpayment */


/* payingprocess */

.card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

.top-right {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  font-size: 14px;
  color: #555;
}

.loading-container {
  margin: 60px 0 20px;
}

.loading-gif {
  width: 50px;
  height: 50px;
}

.text h2 {
  margin: 10px 0 5px;
  color: #1e293b;
}

.text p {
  color: #64748b;
  font-size: 14px;
}

.footer {
  margin-top: 40px;
  font-size: 12px;
  color: #888;
}

.razorpay-logo {
  height: 16px;
  vertical-align: middle;
  margin-left: 4px;
}

a.nav-link.active.fw-bold.px-2 {
  color: #a5cf4c;
  font-weight: 800;
}

a.nav-link {
  color: white;
}

.navbar-brand,
button.navbar-toggler,
div#navbarSupportedContent {
  z-index: 2;
}

nav.navbar::after {
  content: '';
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
}

.nav-link:focus,
.nav-link:hover {
  color: #a5cf4c;
}

.pncde-list {
  position: relative;
  z-index: 999;
}

/* end payingprocess */


/* banner */

.banner {
  background: url(../img/banners/hmebanner.png) no-repeat;
  background-position: left center;
  background-size: cover;
  padding-top: 148px;
}

.banner-container {
  background: url(../img/banners/banner-txt-bg.png) no-repeat;
  background-position: left bottom;
}
/*end banner */

/* whatsapp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


/* whatsapp */


/* footer */
.getintouch-links {
  font-size: 16px;
}
/* endfooter */


/* languagetrans */
#google_translate_element {
  border: 1px solid #28a745;
  border-radius: 5px;
  padding: 3px 8px;
  background-color: #a5cf4c;
  display: inline-block;
  box-shadow: 0px 0px 5px gainsboro;
}
/* end languagetrans */





/* contactmail */
.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}



/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #613F1D;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  color: var(--primary-text);
  margin-bottom: 10px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive */

@media(max-width:376px) {
  .banner-text {
    display: none;
  }
}

@media (max-width:575px) {
  .getintouch-links {
    font-size: 15px;
  }
}

@media (max-width: 768px) {


  .footer-links,
  .footer-contact {
    margin-top: 30px;
  }
}



@media (max-width: 991px) {
.left-panel {
    background: linear-gradient(to bottom, #d9f5e3, #e5fcf2);
    padding: 30px;
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
 nav.navbar::after {
    content: '';
    height: 60px;
    width: 100%;
    left: 0;
    position: absolute;
    background: #19875440 !important;
    z-index: 1;
}
.w-75 {
    width: 55% !important;
}
.payment-container {
    display: block;
    max-width: 900px;
  }
.right-panel {
    display: block;
    gap: 20px;
    width: 100%;
}
.payment-options {
    width: 100%;
}
.qr-section {
    width: 100%;
    text-align: center;
}
}

/* custom css */
img.logo {
    width: 60%;
}

iframe.youtube-video {
    height: 23rem;
    width: 100%;
}
