span {
  flex: 0 0 auto;
  display: block;
}

a {
  display: block;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-page ol {
  list-style: auto;
  padding-left: 2.1rem;
  margin: 2rem 0;
}
.main-page ul {
  list-style: disc;
  padding-left: 2.1rem;
  margin: 2rem 0;
}

.main-page ol li,
.main-page ul li {
  margin-bottom: 5px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.h-container {
  max-width: 1650px;
  /* padding: 0 15px; */
  margin: 0 auto;
}

.flex-all {
  display: flex;
  justify-content: start;
  align-items: center;
}

.btn {
  border-radius: 27px;
  border: 1px solid #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn:hover {
  box-shadow: 0px 0px 10px 0px rgba(52, 52, 52, 0.35);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/* 01 header start  */
.header {
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
  z-index: 997;
  box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); */
  position: sticky;
  top: 0;
}

.header.add {
  position: sticky;
  top: 0;
  border-color: transparent;
  box-shadow: 0 0 25px rgb(0 0 0 / 38%);
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  align-items: center;
}

.nav-logo img {
  max-width: 214px;
  width: 100%;
  max-height: 56px;
  height: 100%;
}

.nav-logo {
  display: block !important;
}

.nav-item {
  position: relative;
  display: inline-block;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.nav-item .nav-link {
  color: #343434;
  /* font-family: Poppins; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1rem;
}

.nav-item .nav-link:active,
.nav-item .nav-link:focus {
  color: #3b4498;
  font-weight: 600;
  background-color: transparent !important;
}

.menu-arrow img {
  max-width: 12px;
  max-height: 7px;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.nav-link.flex-all {
  gap: 5px;
}

.roff-button {
  white-space: nowrap;
  cursor: pointer;
}
.roff-button,
.header-btn {
  /* background-color: #b3d236 !important; */
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#3d97ce),
    to(#12debb)
  );
  background: linear-gradient(to bottom right, #3d97ce 0%, #12debb 100%);
  border-radius: 25px;
  border: none;
  padding: 0.58rem 1rem;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: inline-block;
}

.footer-subscribe-error label.error {
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  color: #ff0000;
  width: 280px;
}

span.copy-footer {
  flex: unset;
  justify-content: center;
  gap: 0 0.5rem;
  color: #ffffff;
}

/* .footer-bottom-bar .footer-pct-link a, */
/* .footer-bottom-bar span.copy-footer { */
.footer-bottom-bar span.copy-footer text,
.footer-bottom-bar span.copy-footer a:last-child {
  font-size: 13px;
}

.footer-logo {
  justify-content: start;
}

section.footer-bottom {
  margin-top: 1rem;
}

.footer-bottom span img {
  max-width: 273px;
  max-height: 296px;
  width: 100%;
  height: 100%;
}

.footer-subscribe {
  padding: 1rem;
}

.input-subscribe:focus-visible {
  outline: none;
  border: none;
}

.footer-subscribe img {
  width: 18px;
  height: 100%;
}
.ins-logofooter {
  max-width: 32px;
  filter: grayscale(1);
  transition: 0.3s all;
}
.ins-logofooter:hover {
  filter: grayscale(0);
  transition: 0.3s all;
}
.ins-logofooter img {
  transform: rotateY(360deg);
}
.ins-logofooter:hover img {
  animation: insbot 0.5s linear;
}

/* header top contact line css start  */
.header-top-contact {
  border-bottom: 1px solid #b3d236;
  padding: 0 1rem;
}
.header-top-contact .h-container {
  padding: 0 1rem;
}
.h-contact-links a {
  margin-left: 4px;
  color: #3b4498;
  font-weight: 600;
  transition: 0.3s;
}
.h-contact-links a:hover {
  color: #669c4f;
  transition: 0.3s;
}
.h-contact-items {
  justify-content: space-between;
}
/* header top contact line css End  */

@keyframes insbot {
  0% {
    transform: rotatey(0);
  }

  100% {
    transform: rotatey(360deg);
  }
}

.whats-icone img {
  max-width: 116px;
  max-height: 115px;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  animation: bot 2s linear;
  -webkit-animation: bot 2s linear;
}

@keyframes bot {
  0% {
    transform: translateX(10rem);
  }

  100% {
    transform: translateX(0);
  }
}

/* footer tooltip Start */
.footer-tooltip a {
  margin: 0 !important;
}
.footer-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #f1f1f1;
  border-radius: 1em;
  transition: 0.3s;
}

.footer-tooltip .tooltip-ins {
  visibility: hidden;
  width: 200px;
  background-color: #ffffffd9;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  padding: 8px;
  position: absolute;
  z-index: 999;
  bottom: unset;
  top: -4.5rem;
  left: auto;
  right: auto;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.5px;
}

.footer-tooltip:hover .tooltip-ins {
  visibility: visible;
  opacity: 1;
}
/* footer tooltip End */

/* .whats-icone {
  right: 1rem;
  animation: bot 2s linear;
  -webkit-animation: bot 2s linear;
}

@keyframes bot {
  0% {
    right: -14rem;
    transition: 2s;
}

  100% {
    right: 1rem;
    transition: 2s;
}
} */

.tooltip {
  display: inline;
  position: relative;
  /* z-index: 9999; */
}

.tooltip:after {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  content: attr(title);
  padding: 6px 10px;
  width: 130px;
  position: absolute;
  top: -4rem;
  right: 0;
  color: #363636;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  /*border: 2px solid hsl(0, 0%, 81%);
  */
  animation: tooltip 3s;
  box-shadow: 0 0 24px #00000091;
}
/* @keyframes tooltip0 {
  0% {
  width: 0;
  height: 0;
}

  100% {
   height: auto;
  width: 130px;
}
} */

.tooltip:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 15px;
  background-color: #ffffff;
  right: 28%;
  top: -1.56rem;
  z-index: 1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  animation: tooltip 3s;
  -webkit-animation: tooltip 3s;
}

@keyframes tooltip {
  0% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }
  81% {
    opacity: 0.1;
  }
  84% {
    opacity: 0.2;
  }
  86% {
    opacity: 0.3;
  }
  88% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.5;
  }
  92% {
    opacity: 0.6;
  }
  94% {
    opacity: 0.7;
  }
  96% {
    opacity: 0.8;
  }
  98% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
}
.footer-logo img {
  justify-self: center;
  max-width: 200px;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 5px;
}

.mega-footer-menu.footer-menu-none {
  display: flex;
}

.whatsapp-btn {
  width: 35px;
}
.pcard-whatsapp-btn a.btn.find-btn.find-dealer-btn {
  width: 180px;
  margin: auto;
  gap: 0.5rem;
}

.product-mega-list.flex.flex-col.justify-center.items-start {
  height: 561px;
  width: 500px;
  max-width: 500px;
  min-width: 500px;
  /* justify-content: center; */
}

/* new  */
.sub-product-list li {
  width: 173px;
}

.sub-product-list {
  max-height: 501px;
}

.webproductlistdropdoun {
  display: flex;
}

@media (min-width: 991px) {
  .mobileproductlistdropdoun {
    display: none;
  }

  .nav-item:hover .nav-link.head-link,
  .nav-item .nav-link:hover {
    color: #3b4498;
    /* font-weight: 600; */
  }

  .navbar-toggler {
    display: none;
  }

  .nav-item:hover .nav-link .menu-arrow img {
    transform: rotate(0);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }

  /* dropdoun menu  */
  .dropdown-box {
    position: absolute;
    left: 10px;
    padding: 10px 1rem;
    background-color: #fff;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 998;
    box-shadow: -2px 5px 18px hsl(0deg 0% 49.85% / 50%);
    border-radius: 8px;
  }

  .dropdown-box.product-list-main {
    padding: 0.7rem 0 0 0;
    position: fixed;
    left: 20%;
    right: 0%;
    border-radius: 0 0 37px 37px;
    background-color: transparent;
    box-shadow: none;
  }

  .product-mega-menu {
    background-color: #fff;
    box-shadow: 0px 12px 25px hsl(0deg 0% 49.85% / 50%);
    border-radius: 0 0 37px 37px;
  }

  /* .product-mega-list.flex.flex-col.justify-center.items-start {
  height: 561px;
} */

  /* .mega-sub-list-item{
  display: none;
} */

  .mega-sub-list-item {
    /* height: 100%;
  opacity: 0;
  -webkit-transition: opacity .7s linear;
  transition: opacity .7s linear;
  visibility: hidden;
  z-index: -1;
  margin: 0;
  width: 100%; */
    transition: opacity 0.7s linear;
    display: none;
    overflow: auto;
  }

  /* .mega-sub-list-item.show{
  display: block;
} */

  .mega-sub-list-item.show {
    /* opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 9; */
    display: block;
  }

  .dropdown-box .nav-link {
    text-wrap: nowrap;
    padding: 8px 8px 8px 0;
  }

  .nav-item:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
  }

  .sub-product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem 5rem;
    padding: 0 2rem;
    max-height: 501px;
  }

  .sub-product-list img {
    width: 100px;
    max-height: 93px;
    height: 100%;
    margin: auto;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center;
  }
}


/* service page css */
.service-testimonial {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  height: auto;
  position: relative;
  overflow: hidden; /* Prevents the blurred background from spilling out */
}

.service-testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/bg-image/form-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(2px); /* Apply blur effect to the background */
  z-index: 0; /* Places the blurred background behind the content */
}

.service-testimonial > * {
  position: relative;
  z-index: 1; /* Ensures that content is above the blurred background */
}

.service-testimonial .details-sec {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;

  & h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #343434;
    margin-bottom: 20px;
  }
  & p {
    font-size: 2rem;
    text-align: justify;
    text-transform: capitalize;
    font-weight: 500;
  }
  & ul {
    display: grid;
    align-items: flex-start;
    gap: 1rem;
  }
  & ul li {
    list-style: none; /* Removes default bullet */
    position: relative;
    padding-left: 30px; /* Space for icon */
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
  }

  & ul li::before {
    content: "✔"; /* Replace with your preferred icon */
    position: absolute;
    left: 0;
  }
}
.service-testimonial .form-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;

  & .max-w-md {
    background-color: white;
  }
}

.form-container label {
  font-size: 16px;
}
.form-container input {
  font-size: 14px;
}
.form-container button {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .service-testimonial {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    height: auto;
  }
}
