@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0px;
  margin: 0px;
}

/* font-family: "League Spartan", sans-serif; */

.CustomHeader {
  padding: 0px 0px;
  border-bottom: 1px solid #80808017;
  position: fixed;
  width: 100%;
  z-index: 1;
  background: transparent;
  z-index: 11;
  transition: 0.8s all;
  /* border-bottom: 1px solid #f4f4f4; */
}

.CustomHeader ul {
  margin: auto;
  gap: 45px;
}

.CustomHeader ul a {
  color: #ffff;
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  padding: 0px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: 0.8s all;
}

.CustomHeader .navbar-brand {
  padding: 0px;
  /* background: #ffff; */
  border-radius: 10px;
}

.headerBtn a {
  padding: 20px 30px;
  background: #14a655;
  text-decoration: unset;
  color: #fff !important;
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 20px 20px 20px 0px;
  position: relative;
  transition: 0.8s all;
}

.headerBtn a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #000;
  top: 0;
  left: 0;
  border-radius: 20px 20px 20px 0px;
  transition: 0.5s ease-in-out;
}

.headerBtn a:hover:before {
  top: 0;
  left: 0;
}

.headerBtn a:hover {
  background: #14a655;
  color: #fff !important;
}
.bannerSec {
  position: relative;
  display: flex;
  align-items: center;
  padding: 200px 0px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* .bannerSec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #000;
  top: 0;
  opacity: 0.9;
} */
p {
    margin-bottom: 0px;
}
.bannerSec .container {
  position: relative;
  z-index: 1;
}

.bannerSec .bannerContent h1 {
  margin: 0px;
  font-size: 45px;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.bannerSec .bannerContent .desc p {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  line-height: 30px;
  font-weight: 500;
  margin: 0px;
}
.bannerForm {
  padding: 35px;
  background: #ffffff;
  border-radius: 20px 0px;
  position: relative;
}

.bannerForm h5 {
  font-family: "League Spartan";
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin: 0px;
  margin-bottom: 25px;
}

.bannerForm form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bannerForm form input,
.bannerForm form textarea {
  padding: 10px 10px;
  background: #bfe4cb00 !important;
  font-family: "Poppins";
  color: #000 !important;
  font-size: 14px;
  border: 1px solid #4444 !important;
  font-weight: 400;
  box-shadow: 0px 0px !important;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.bannerContent {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: top;
  gap: 15px;
  align-items: baseline;
}

.bannerForm:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff29;
  top: -30px;
  left: 30px;
  border-radius: 20px 0px 20px;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}

.bannerForm form input::placeholder,
.bannerForm form textarea::placeholder {
  color: #444;
}
.BtnGroup .submitbutton {
  background: #393939fa !important;
  color: #fff !important;
  font-family: "League Spartan", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 15px;
  width: 100%;
  border-radius: 14px 14px 14px 0px;
}
.CustomHeader.new-sticky {
  background: #fff;
}

.CustomHeader.new-sticky a {
  color: #444;
}

.SecPending {
  padding: 100px 0px;
}

.aboutContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.secTitle h5 {
  margin: 0px;
  font-size: 28px;
  font-weight: 700;
  font-family: "League Spartan";
  letter-spacing: 0.3px;
  color: #222;
}

.aboutContent .desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.aboutContent .desc p {
  margin: 0px;
  line-height: 32px;
  font-family: "League Spartan";
  font-size: 18px;
  font-weight: 400;
  color: #444;
}

.subHeading {
  font-size: 18px;
  font-weight: 700;
  font-family: "League Spartan";
  letter-spacing: 1px;
  color: #000;
  position: relative;
}

.subHeading:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}
.secTitle {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aboutImg img {
  width: 100%;
}

.aboutImg {
  position: relative;
  padding-right: 40px;
  border-radius: 10px;
}

.aboutImg .expContent {
  position: absolute;
  padding: 15px;
  background: #000;
  font-size: 18px;
  font-family: "League Spartan";
  color: #fff;
  left: -30px;
  top: 30px;
  border-radius: 10px 10px 10px 0px;
}

.aboutImg .expContent:before {
  position: absolute;
  content: "";
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  border-right: 50px solid #000;
  border-bottom: 50px solid transparent;
  left: -50px;
  z-index: -1;
  opacity: 0.9;
  top: 8px;
}
.ourProduct {
  background: #f4f4f4;
}

.productGrid {
  padding: 40px 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.productGrid .productItem {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #2222221a;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.productImage {
  position: relative;
}

.productGrid .productItem .productImage img {
  width: 100%;
}

.productImage {
}

.productGrid .productItem .productContent {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.productName h5 {
  margin: 0px;
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  font-family: "League Spartan";
  letter-spacing: 0.3px;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000014;
}

.productGrid .productItem .productContent .desc {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.productGrid .productItem .productContent .desc h5 {
  padding: 0px;
  border: 0px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-family: "League Spartan";
  margin: 0px;
  padding-bottom: 0;
  border-bottom: 1px solid #22222226;
}

.productGrid .productItem .productContent .desc ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin: 0px;
  /* max-height: 250px; */
  overflow: auto;
}

.productGrid .productItem .productContent .desc ul li {
  margin: 0px;
  line-height: 30px;
  font-family: "League Spartan";
  font-size: 17px;
  font-weight: 400;
  color: #444;
  display: flex;
  align-items: baseline;
}
.productGrid .productItem .productContent .desc ul li i {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding-right: 10px;
}

.productName h5 {
  padding: 0px;
  border: 0px;
}

.productName {
  position: absolute;
  top: 15px;
  padding: 15px 25px 15px 45px;
  width: fit-content;
  text-align: right;
  background: linear-gradient(90deg, #fff 50%, #fff);
  border-radius: 0px 10px 10px 0px;
  /* border: 1px solid #f4f4f4; */
  left: 0px;
  border-left: 6px solid #000;
}

.productGrid .productItem .productContent a {
  display: flex;
  color: #00a95d;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  gap: 25px;
}

.productGrid .productItem .productContent .headerBtn {
  width: fit-content;
}

.productGrid .productItem .productContent a::before {
  border-color: #000;
}

.productGrid .productItem .productContent a:hover {
  background: #ec3337;
}
.OurApplicatonGrid {
  padding: 40px 0px 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.OurApplicatonGrid .OurApplicatonImage img {
  width: 100%;
}

.OurApplicatonGrid .OurApplicatonContent {
  padding: 20px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #000000bd, transparent);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.OurApplicatonGrid .OurApplicatonItem {
  max-height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.OurApplicatonGrid .OurApplicatonItem .OurApplicatonImage {
  height: 100%;
}

.OurApplicatonGrid .OurApplicatonItem .OurApplicatonImage img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.OurApplicatonGrid .OurApplicatonContent h5 {
  color: #fff;
  font-family: "League Spartan";
  margin: 0px;
  text-transform: capitalize;
}

.OurApplicatonGrid .OurApplicatonItem:nth-child(1) {
  grid-column: 1 / 4;
}

.OurApplicatonGrid .OurApplicatonItem:nth-child(4) {
  grid-column: 2 / 4;
}

.OurApplicatonGrid .OurApplicatonItem:nth-child(6) {
  grid-column: 3 / 1;
}

.clentLogoSect {
  background: #f4f4f4;
}

.client {
  margin-top: 40px;
}

.contactDetails {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* justify-content: center; */
}

.contactDetails .contactItem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
  border: 1px solid #607D8B;
  border-radius: 20px;
  border-right: 8px solid #607D8B;
  border-left: 4px solid #607D8B;
  background: #fff;
}

.contactDetails .contactItem p,
.contactDetails .contactItem p a {
  margin: 0px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #444;
  text-decoration: unset;
}

.contactGrid {
  padding: 40px 0px 0px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 45px;
}

.contactDetails .contactItem span {
  font-family: "League Spartan";
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border-left: 2px solid;
  padding-left: 10px;
  line-height: normal;
}

p {
}
.contacForm {
  border-left: 1px solid #00000014;
  padding-left: 45px;
}

.contacForm form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacForm form input,
.contacForm form textarea {
  padding: 15px !important;
  border-radius: 10px;
  border: 1px solid #00000014;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  box-shadow: 0px 0px !important;
}

.contacForm form input::placeholder,
.contacForm form textarea::placeholder {
  font-family: "Poppins";
  font-size: 14px;
  color: #444;
}

.captchaGrid {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 25px;
  align-items: center;
}

body .contacForm form input.submitbutton {
  display: flex;
  color: #fff !important;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px !important;
  gap: 25px;
  border-radius: 20px 20px 20px 0px !important;
  border: 1px solid #000 !important;
  background: #000!important;
  font-family: "League Spartan", sans-serif;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  transition: 0.8s all;
  width: auto;
  color: #fff;
}

.submitbutton:hover {
  background: #ec3337;
  color: #fff !important;
}

.certificate {
  padding: 40px 0px 0px;
}

.certificate .item img {
  width: 100%;
  padding: 15px;
  background: #f4f4f4;
  border: 1px solid #2222;
  cursor: pointer;
}

.contactForm {
  background: #ededed54;
}

.CustomHeader ul a:hover {
  color: #ec3337;
}
.twogrid{
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .bannerSec .bannerContent h1 {
    font-size: 40px;
  }

  .bannerSec {
    padding: 150px 0px;
    overflow: hidden;
  }

  .SecPending {
    padding: 50px 0px;
    overflow: hidden;
  }

  footer {
    overflow: hidden;
  }

  .bannerForm:before {
    display: none;
  }

  .bannerForm {
    padding: 25px;
  }

  .aboutImg {
    padding-right: 20px;
    margin-left: 30px;
  }

  .OurApplicatonGrid {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .CustomHeader {
    background: #fff;
  }

  .CustomHeader .navbar-toggler {
    background: #ee4549;
    padding: 10px 15px;
    color: #fff;
  }

  .bannerSec .bannerContent h1 {
    font-size: 30px;
  }

  .bannerSec .bannerContent .desc p {
    font-size: 14px;
  }

  .aboutImg {
    padding-right: 0px;
  }

  .productName {
    padding-left: 20px;
  }

  .productName h5 {
    font-size: 16px;
  }

  .contactGrid {
    gap: 25px;
  }

  .contacForm {
    padding-left: 25px;
  }

  .footerLinks {
    grid-template-columns: 1fr 1fr !important;
  }

  .CustomHeader ul {
    gap: 15px;
    padding: 20px 0px;
    margin: 0px !important;
  }

  .CustomHeader .headerBtn a {
    display: block;
  }

  .CustomHeader .headerBtn {
    width: fit-content;
  }

  .CustomHeader .headerBtn a {
    padding: 15px 25px;
  }

  .CustomHeader ul a {
    font-size: 15px;
    color: #000;
  }
}

@media (max-width: 767px) {
    .twogrid{
    display: grid!important;
    grid-template-columns: 1fr!important;
}
  .bannerContent {
    text-align: left;
    align-items: baseline;
    padding-bottom: 25px;
  }

  .bannerSec {
    padding-bottom: 50px;
  }

  .aboutImg {
    padding-bottom: 30px;
  }

  .secTitle h5 {
    font-size: 20px;
  }

  .subHeading {
    font-size: 16px;
  }

  .productGrid {
    grid-template-columns: 1fr;
    padding-bottom: 0px;
  }

  .OurApplicatonGrid {
    grid-template-columns: 1fr 1fr;
  }

  .OurApplicatonGrid .OurApplicatonItem {
    grid-column: unset !important;
  }

  .OurApplicatonGrid .OurApplicatonItem:nth-child(4) {
    grid-column: 1/2;
  }
  .contacForm {
    padding: 20px;
    border: 1px solid #00000014;
    border-radius: 10px;
  }

  .contactGrid {
    display: flex;
    flex-direction: column-reverse;
  }

  .contacForm form .form-group {
    margin-bottom: 15px;
  }

  .contacForm form,
  .contacForm .row {
    gap: 15px;
  }
  .productGrid .productItem .productContent .desc ul {
    max-height: unset;
    padding: 20px 0px 0px 0px;
  }

  .productName h5 {
    text-align: left;
  }

  .captchaGrid {
    grid-template-columns: 1fr auto;
  }

  .footerTop {
    flex-direction: column;
    gap: 15px;
  }

  .footerLinks {
    grid-template-columns: 1fr !important;
  }

  .bannerSec .bannerContent h1 {
    font-size: 25px;
  }
}

.tagLine {
  border-radius: 10px;
  font-size: 25px;
  color: #fff;
  font-family: "League Spartan";
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.tagLine:before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  background: #15a656;
  bottom: 0;
  right: 0;
}
.bannerForm form label {
  margin: 0px;
}

.thankyou-header {
  background: #0000009c;
}

.section-padding {
  padding: 100px 0px;
}

.thnak2 {
  margin-bottom: 15px;
  font-size: 35px;
  font-family: "League Spartan";
  font-weight: 700;
  color: #ec3337;
}

.thnak4 {
  font-size: 20px;
  font-family: "Poppins";
  color: #222;
  margin: auto;
  line-height: 30px;
}

/* Desktop: keep lists open */
.accordion-content {
  display: block;
}

/* Mobile: collapse with smooth height animation */
@media (max-width: 768px) {
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .accordion-title {
    cursor: pointer;
    position: relative;
    padding-right: 24px;
  }

  .productGrid .productItem .productContent .desc {
    gap: 0px;
  }
  .accordion-title.active::after {
    content: "f106"; /* up arrow */
  }
  .productGrid .productItem .productContent .headerBtn {
    margin: 20px 0px 0px;
  }
  .whatsapp-button div.pulse {
    display: none;
  }

  .whatsapp-button .pulse {
    left: 15px;
  }

  .whatsapp-button {
    display: none;
  }
  .productGrid .productItem {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #2222221a;
  display: grid;
  grid-template-columns: 1fr;
}
.prodotherimg {
    display: grid;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 10px;
    padding: 10px;
    background-color: #f0f0f0;
}
.productGrid .productItem .productContent .desc ul li{
  font-size: 15px!important;
}
.productGrid .productItem .productContent .desc ul li {
   display: block;
}
}

.whatsapp-button .pulse {
  font-family: "Lato", sans-serif;
  display: inline-block;
  color: #fff !important;
  background: #000;
  position: fixed;
  bottom: 80px;
  right: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 99;
  border-radius: 90%;
  height: 60px;
  width: 60px;
  line-height: 62px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .whatsapp-info,
  .pulse {
    display: inline-block;
    color: #fff !important;
    background: #0c5f6b;
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 18px;
    text-align: center;
    z-index: 99;
    border-radius: 90%;
    height: 55px;
    width: 55px;
    line-height: 58px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(90deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.pulse:nth-child(1) {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.pulse:nth-child(2) {
  -webkit-animation: pulse 2s infinite 0.3s;
  animation: pulse 2s infinite 0.3s;
}

.pulse:nth-child(3) {
  -webkit-animation: pulse 2s infinite 0.6s;
  animation: pulse 2s infinite 0.6s;
}

.productGrid .productItem .productContent a {
  background: #00a95d;
}
.img img {
    width: 100%;
}


.prodotherimg {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 10px;
    background-color: #f0f0f0;
}
.counterGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0px;
    border: 1px solid #f4f4f4;
}

.counterGrid .counterItem {
    padding: 30px;
    border-right: 1px solid #e4e5e7;
    background: transparent;
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-align: center;
}

.counterGrid .counterItem .counterImage i {
    font-size: 27px;
    color: #235880;
}

.counterGrid .counterItem .counterContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* padding-top: 15px; */
}

.counterGrid .counterItem .counterContent h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #373334;
    font-family: "League Spartan";
}

.counterGrid .counterItem .counterContent h2, .counterGrid .counterItem .counterContent h2 span {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    font-family: "League Spartan";
    color: #222;
}

.counterGrid .counterItem .counterImage {
    width: 60px;
    height: 60px;
    background: #e4e5e7a1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: auto;
}

.counterGrid .counterItem:last-child {
    border-right: 0px;
}
.counterimg img {
    max-width: 60px;
    filter: brightness(0) invert(0);
}
.bannerContent .productImage {
    display: none
}

@media (max-width: 767px) {
    .ctasec .ctaContent h5 {
        font-size: 14px;
        line-height: 30px;
    }

    .ctasec .ctaContent {
        margin-bottom: 30px
    }

    .ctasec .ctaContent p {
        font-size: 14px;
    }

    .counterGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border: 0px;
        gap: 15px;
    }

    .counterGrid .counterItem {
        border: 1px solid #f4f4f4 !important;
        padding: 15px;
        flex-direction: column;
    }

    footer span.icon {
        width: 70px !important;
        height: 70px !important;
        margin-top: -35px !important;
        margin-left: -35px !important;
    }

    footer span.icon i {
        font-size: 20px !important;
    }

    footer .col-lg-4.col-md-6 {
        margin-bottom: 60px !important;
    }

    footer .col-lg-4.col-md-6:last-child {
        margin: 0px !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }

    .bannerContent .productImage {
        display: block
    }
}
.showsticky{
  display: none;
}
.new-sticky .showsticky{
display: block;
}
.hidesticky{
  display: block;
}
.new-sticky .hidesticky{
display: none;
}
@media (max-width: 767px) {
.showsticky{
display: block!important;
}
.hidesticky{
  display: none!important;
}
}