@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import "node_modules/bootstrap/dist/css/bootstrap.min.css";

:root {
  --section-heading-color: #707070;
  --grey-color: #666666;
  --bg-green: #41b125;
  --light-white: #fafafa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}

p {
  margin-bottom: 0px !important;
}

*,
body {
  font-family: "Poppins", sans-serif;
}

.banner img {
  width: 100%;
  height: auto;
}

/* section 1 start */

.introduction {
  justify-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  /* background-color: white; */
}

.intro-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px 100px 10px 100px;
}

.comparison-bg {
  /* justify-items: center; */
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 30px 100px 50px 100px;
  background-color: #ffffff;
}

.comparison-bg .image-name {
  font-weight: 600;
}

.feature-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px 100px;
  background-color: #f4f4f4;
}

.intro-bg::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 90%;
  background: url("/assets/venetz_images/bg1.png") no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.section-heading {
  font-size: 45px;
  font-weight: bold;
  color: var(--section-heading-color);
}

.section-heading.faq-heading {
  color: #c4fe01;
  text-transform: uppercase;
}

.image-gridbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 30px 0px;
}

.feature-bg .image-gridbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0px;
}

.image-gridbox img {
  width: 100%;
  height: auto;
}

.image-name {
  font-size: 25px;
  color: var(--grey-color);
  padding: 30px 0px;
  font-weight: 600;
}

.image-name::first-letter {
  text-transform: capitalize;
}

.explore {
  border-radius: 15px;
  font-weight: bold;
  color: var(--light-white);
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  font-size: 35px;
  display: block;
  margin: auto 10px;
  text-transform: uppercase;
  text-wrap: nowrap;
  justify-self: center;
}

.explore.green {
  background-color: var(--bg-green);
  margin: 0px auto;
}

/* .explore.green.guarantee{
    padding: 200px 200px;
} */
.faq .explore {
  justify-self: normal;
}

.explore.red {
  background-color: #ff0000;
  margin: 0px auto;
}

.absolute-image,
.how-its-work .absolute-image,
.install .absolute-image,
.social .absolute-image,
.faq .absolute-image,
.guarantee .absolute-image,
.about-us .absolute-image,
.footer .absolute-image {
  position: absolute;
  top: 93%;
  transform: translateY(-50%);
  width: 150px;
  height: auto;
  z-index: -1;
  opacity: 0.8;
}

.left-image {
  left: 100px;
  width: 123px;
}

.how-its-work .left-image {
  top: 30%;
  left: 100px;
  width: 83px;
  height: auto;
}

.install .left-image {
  top: 30%;
  left: 225px;
  width: 100px;
  height: auto;
  z-index: 1;
}

.faq .left-image {
  top: 10%;
  left: 1022px;
  width: 150px;
  height: auto;
  z-index: 1;
  transform: rotate(320deg) scaleX(-1);
}

.faq .right-image2 {
  top: 70%;
  left: 1075px;
  width: 100px;
  height: auto;
  z-index: 1;
  /* transform: rotate(100deg) scaleX(-1); */
}

.guarantee-bg .left-image {
  top: 5%;
  left: 650px;
  width: 150px;
  height: auto;
  z-index: 1;
  transform: rotate(360deg) scaleX(-1);
}

.social .left-image {
  top: 30%;
  left: 225px;
  width: 80px;
  height: auto;
  z-index: 1;
  transform: rotate(360deg) scaleX(-1);
}

.install .left-image2 {
  top: 76%;
  left: 400px;
  width: 150px;
  height: auto;
  z-index: 1;
  transform: rotate(10deg);
}

.faq .left-image2 {}

.social .left-image2 {
  top: 76%;
  left: 400px;
  width: 70px;
  height: auto;
  z-index: 1;
}

.benefits .left-image {
  top: 90%;
  width: 100px;
}

.right-image {
  right: 100px;
}

.how-its-work .right-image {
  left: 34%;
  width: 83px;
  height: auto;
}

.install .right-image,
.social .right-image {
  top: 25%;
  right: 200px;
  width: 70px;
  z-index: 1;
}

.faq .right-image {
  top: 18%;
  left: 300px;
  width: 70px;
  z-index: 1;
}

.benefits .right-image {
  width: 100px;
}

/* section 1 end */

/* section 2 start */

.consequence {
  background: #f4f4f4;
  border-radius: 45px;
  margin: 10px 50px;
  justify-items: center;
  text-align: center;
  position: relative;
  padding: 10px 0px 50px 0px;
}

.section-para {
  color: var(--section-heading-color);
  font-size: 20px;
  text-wrap: pretty;
  margin: 5px 10px;
  padding: 10px 150px;
}

/* .consequence-icon img {
  width: 150px;
  height: auto;
}

.consequence-icon {
  margin-top: -35px;
  height: 100px;
} */

.consequence-order-list {
  display: flex;
  /* Set the container to flexbox */
  flex-wrap: wrap;
  /* Allow items to wrap to a new row */
  justify-content: space-between;
  /* Spread items evenly */
  gap: 20px;
  /* Add spacing between items */
  margin: 20px auto;
  /* Center the entire list */
  max-width: 1200px;
  /* Optional: Limit the maximum width of the list */
  padding: 0 20px;
  /* Add padding */
}

.custom-ol {
  list-style: none;
  /* Remove default list styling */
  padding: 0;
  margin: 0;
  display: flex;
  /* Flex for custom list */
  flex-wrap: wrap;
  /* Wrap items to create multiple rows */
  gap: 20px;
  /* Add gap between list items */
}

.custom-ol li {
  flex: 1 1 calc(33.333% - 20px);
  /* Each item takes one-third of the row */
  box-sizing: border-box;
  /* Include padding and border in width */
  background: rgba(255, 255, 255, 0);
  /* Optional background styling */
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  /* Center text within items */
}

.consequence-flexbox {
  display: flex;
  flex-direction: column;
  /* Align image and text vertically */
  align-items: center;
  /* Center content horizontally */
  gap: 10px;
  position: relative;
}

.consequence-flexbox img {
  max-width: 100%;
  /* Ensure images are responsive */
  height: auto;
  border-radius: 8px;
  /* Optional: Add rounded corners */
}

.consequence-flexbox p {
  margin: 0;
  color: var(--section-heading-color);
  font-size: 25px;
  font-weight: 600;
}

/* 
.consequence-flexbox p span.para-green,
.feature-bg .green {
  color: var(--bg-green);
}

.consequence-flexbox p span.para-grey::before {
  content: "";
  color: var(--section-heading-color);
  padding: 0px 5px;
  height: 25px;
} */

/* ol.custom-ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
}

ol.custom-ol li {
  counter-increment: item;
  color: #666666;
  position: relative;
  margin: 0 0 10px 0;
}

ol.custom-ol li::before {
  content: counter(item);
  font-size: 29px;
  position: absolute;
  top: 25%;
  left: -20px;
  width: 10px;
  height: 40px;
  text-align: left;
  letter-spacing: 0px;
  color: #666666;
  opacity: 1;
  font-weight: 500;
}

ol.custom-ol li:nth-child(even)::before {
  left: 20px;
}

ol.custom-ol li:nth-child(even) {
  padding-left: 50px;
  margin-top: -25px;
}

ol.custom-ol li:nth-child(odd) {
  margin-top: -25px;
} */

/* section 2 end*/

/* section 3 start */
.how-its-work {
  margin: 20px 0px;
  position: relative;
  padding: 10px 100px 50px 100px;
}

.install,
.faq {
  margin: 0px;
  padding: 50px 100px;
  position: relative;
}

.social {
  background-color: #f4f4f4;
  margin: 0px;
  padding: 10px 10px;
  position: relative;
}

.how-works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-top: 40px;
  text-align: center;
  justify-items: center;
}

.install .how-works-grid {
  padding: 90px 0px 50px 0px;
}

.social .how-works-grid {
  margin: 0px;
}

.how-works-grid-left p {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0.5rem !important;
  text-transform: capitalize;
}

.black {
  color: #000000;
}

.white {
  color: #f4f4f4;
}

.para-text {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

.faq .para-text {
  font-size: 23px;
  font-weight: 500;
  text-align: left;
  line-height: 40px;
}

.para-text.green {
  color: var(--bg-green);
}

.para-text.white {
  color: #fff;
}

.video-player iframe {
  border-radius: 30px;
}

/* section 3 end */

/* section install start */
.install {
  background-color: var(--bg-green);
}

/* section install end */

/* comparison start */
.comparison-bg .image-gridbox img {
  width: auto;
  height: auto;
}

.comparison-bg .image-gridbox {
  grid-template-columns: repeat(2, 1fr);
  padding: 0px 0px 0px 0px;
}

/* comparison end */

/* faq start */
.faq {
  background-color: var(--bg-green);
}

/* faq end */
.consequence-flexbox .number {
  font-size: 94px;
  position: absolute;
  left: 0px;
  top: 100px;
  font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 540px) {
  .section-heading {
    font-size: 25px;
  }

  .explore {
    font-size: 20px;
    text-wrap: nowrap;
  }

  .image-name {
    padding: 5px 0px;
    font-size: 18px;
  }

  .section-para {
    font-size: 16px;
    margin: 5px 0px;
    padding: 10px 0px;
  }

  /* 15/11/2024 */
  .faq {
    position: relative;
    padding: 10px;
    width: 100%;
  }

  .faq .explore {
    justify-self: normal;
    margin-bottom: 80px;
    padding: 10px;
    align-items: center;
    font-size: 18px;
  }

  .guarantee-bg {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* Two equal columns for text and image */
    gap: 20px;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 20px;
    background-color: rgba(243, 239, 239, 0.966);
  }

  .footer-content {
    font-weight: 300;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 20px 20px;
  }

  .link-text {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* Allows content to wrap to the next line */
    height: 100%;
    padding: 20px 20px;
  }

  .comparison-bg {
    /* justify-items: center; */
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 10px 20px 10px;
    background-color: #ffffff;
  }

  .install,
  .faq {
    margin: 0px;
    padding: 50px 20px;
    position: relative;
  }

  .col.left {
    flex: 1 1 50%;
    padding: 0px 10px 0px 40px;
    color: #707070;
  }

  .col.right {
    flex: 1 1 30%;
    padding: 0px 40px;
    color: #707070;
  }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
  .image-gridbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    margin: 20px 0px;
  }

  .intro-bg ::before {
    background-color: none;
  }

  .faq {
    position: relative;
    padding: 10px;
    width: 100%;
  }

  .col.left {
    flex: 1 1 50%;
    padding: 0px 10px 0px 40px;
    color: #707070;
  }

  .col.right {
    flex: 1 1 30%;
    padding: 0px 40px;
    color: #707070;
  }
}

@media screen and (min-width: 540px) and (max-width: 720px) {
  .section-heading {
    font-size: 30px;
  }

  .section-para {
    font-size: 18px;
    margin: 5px 0px;
    padding: 10px 0px;
  }

  .image-gridbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .image-name {
    padding: 5px 0px;
    font-size: 22px;
  }

  .col.left {
    flex: 1 1 50%;
    padding: 0px 10px 0px 40px;
    color: #707070;
  }

  .col.right {
    flex: 1 1 30%;
    padding: 0px 40px;
    color: #707070;
  }
}

@media screen and (min-width: 320px) and (max-width: 720px) {
  .intro-bg {
    padding: 20px 30px;
  }

  .explore {
    font-size: 20px;
    border-radius: 12px;
  }

  .left-image {
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
    transform: translate(-10px, 10px);
  }

  .how-its-work .left-image {}

  .install .left-image {}

  .install .left-image2 {}

  .right-image {
    bottom: 0;
    right: 0;
    width: 100px;
    height: auto;
    transform: translate(10px, -75px);
  }

  .how-its-work .right-image {}

  .install .right-image {}

  /* .consequence {
    margin: 0px 30px;
    border-radius: 20px;
    padding-bottom: 30px !important;
  }

  .consequence-flexbox {
    display: block;
    text-align: center;
    padding: 5px 0px;
  }

  .consequence-flexbox p {
    text-align: left;
    font-size: 14px;
    padding: 5px 0px;
  }

  .consequence-icon {
    margin-top: -25px;
  }

  ol.custom-ol li::before,
  ol.custom-ol li:nth-child(even)::before {
    top: 9%;
    left: 20px;
  }

  ol.custom-ol li:nth-child(even) {
    padding-left: 0px !important;
    margin-top: 0px !important;
  }

  ol.custom-ol li:nth-child(odd) {
    margin-top: 0px;
  }

  .consequence-order-list {
    padding: 0px 0px;
    margin: 20px 0px;
  } */
  .col.left {
    flex: 1 1 50%;
    padding: 0px 10px 0px 50px;
    color: #707070;
  }

  .col.right {
    flex: 1 1 30%;
    padding: 0px 50px;
    color: #707070;
  }
}

@media screen and (min-width: 720px) and (max-width: 1330px) {
  .section-para {
    margin: 5px 0px;
    padding: 10px 50px;
  }

  /* ol.custom-ol {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }

  .consequence-flexbox {
    display: block;
    text-align: center;
    padding: 5px 0px;
  }

  .consequence-flexbox p {
    text-align: left;
    font-size: 16px;
    padding: 5px 0px;
  }

  .consequence-icon {
    margin-top: -25px;
  }

  ol.custom-ol li::before,
  ol.custom-ol li:nth-child(even)::before {
    top: 9%;
    left: 20px;
  }

  ol.custom-ol li:nth-child(even) {
    padding-left: 0px !important;
    margin-top: 0px !important;
  }

  ol.custom-ol li:nth-child(odd) {
    margin-top: 0px;
  }

  .consequence-order-list {
    padding: 0px 0px;
    margin: 20px 0px;
  } */
  .footer-content {
    font-weight: 300;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 70px 130px;
  }

  .col.left {
    flex: 1 1 50%;
    padding: 0px 10px 0px 60px;
    color: #707070;
  }

  .col.right {
    flex: 1 1 30%;
    padding: 0px 60px;
    color: #707070;
  }
}

/* 14/11/2024 */
.faq {
  position: relative;
  padding: 70px 30px;
}

.faq img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 550px;
  height: auto;
}

.faq-headings-why {
  color: #fff;
  font-size: 23px;
  position: relative;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* Creates a gap between text and underline */
  display: inline-block;
  margin-bottom: 50px;
  /* Adjusts the space below the entire text block */
}

.faq-headings-why::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  /* Places underline 5px above the bottom to allow the gap */
  height: 3px;
  width: 100%;
  background-color: #ffffff;
}

.gap {
  margin-top: 50px;
}

.para-text-faq {
  font-size: 25px;
  margin-left: 72px;
}

.guarantee-bg::before {
  content: "";
  position: absolute;
  padding: 0px;
  left: 0;
  width: 120%;
  height: 100%;
  background: url("/assets/venetz_images/net.png") no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.guarantee {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guarantee-bg {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* Two equal columns for text and image */
  gap: 20px;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 70px 30px;
  background-color: rgba(243, 239, 239, 0.966);
}

.guarantee-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guarantee-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #41b125;
  font-size: 45px;
}

.guarantee-content {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #707070;
  font-size: 28px;
  font-weight: 500;
}

.explore {
  grid-column: 1 / 2;
  /* Ensure it aligns under the text */
  justify-self: start;
  /* Align button under text */
}

.guarantee-image .guarantee1 {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.about-us {
  background-color: #f4f4f4;
  position: relative;
}

.about-us .right-image {
  position: absolute;
  left: 70%;
  top: 20%;
  width: 83px;
  height: auto;
  z-index: 1;
  opacity: 0.8;
  /* transform: rotate(90deg) scaleX(-1); */
}

.about-us-content {
  position: relative;
  padding: 70px 30px;
}

.about-us-heading {
  color: #707070;
  font-size: 45px;
  font-weight: 600;
  padding: 10px 0px;
}

.about-us-que {
  color: #41b125;
  font-size: 35px;
  font-weight: 600;
}

.about-us-ans {
  color: #707070;
  font-size: 23px;
  font-weight: 500;
  padding: 20px 0px;
}

.footer-bg::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/venetz_images/green-bg.png") no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-bg {
  padding: 0px 150px;
  color: #fff;
}

.footer-content {
  font-weight: 300;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.links {
  padding: 20px 0px 0px 20px;
  color: #c4fe01;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.link-text {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.link-text a {
  color: inherit;
  /* Keeps the color from the parent */
  text-decoration: none;
  margin: 0 10px;
}

.link-text a:hover {
  text-decoration: underline;
}

.footer-heading {
  padding: 30px;
  font-size: 45px;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expand-toggle-button {
  background: white;
  border-radius: 10px;
  border: none;
  width: 30px;
  height: 25px;
  padding: 0px;
  margin-left: 10px;
}

.expand-toggle-button ion-icon {
  color: #41b125 !important;
  font-size: 20px;
  transition: transform 0.2s ease;
  padding: 0;
}

.expand-toggle-button:hover ion-icon {
  transform: scale(1.1);
  /* Slightly enlarge on hover */
}

.guarantee-bg .right-image {
  top: 80%;
  left: 5%;
  width: 83px;
  height: auto;
  z-index: 1;
  transform: rotate(360deg) scaleX(-1);
}

.footer .right-image1 {
  position: absolute;
  left: 70%;
  top: 8%;
  width: 83px;
  height: auto;
  z-index: 1;
  opacity: 0.8;
  transform: rotate(360deg) scaleX(-1);
}

.footer .right-image2 {
  position: absolute;
  left: 10%;
  top: 40%;
  width: 83px;
  height: auto;
  z-index: 1;
  opacity: 0.8;
  transform: rotate(360deg) scaleX(-1);
}

.green-text {
  color: var(--bg-green);
  font-weight: 600;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 3%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}

.col {
  display: flex;
  align-items: flex-start;
}

.col.left {
  flex: 1 1 50%;
  padding: 0px 10px 0px 40px;
  color: #707070;
}

.col.right {
  flex: 1 1 30%;
  padding: 0px 40px;
  color: #707070;
}

.mosquito {
  width: 50px;
  height: auto;
  margin-right: 10px;
}

.w-100 {
  flex-basis: 100%;
}

.limit {
  padding: 50px 0px 0px 0px;
}

@media screen and (min-width: 720px) and (max-width: 1830px) {
  .footer-content {
    font-weight: 300;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 0px 100px;
  }

  .about-us {
    background-color: #f4f4f4;
    position: relative;
    padding: 50px 100px;
  }

  .guarantee-bg {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* Two equal columns for text and image */
    gap: 20px;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 50px 130px;
    background-color: rgba(243, 239, 239, 0.966);
  }

  .faq {
    position: relative;
    padding: 70px 130px;
  }

  .social {
    background-color: #f4f4f4;
    margin: 0px;
    padding: 70px 100px;
    position: relative;
  }

  /* .col.left {
    flex: 1 1 50%; 
    padding: 0px 10px 0px 100px;
    color: #707070;
  }
  .col.right {
    flex: 1 1 30%; 
    padding: 0px 100px;
    color: #707070;
  } */
}

.mobile_banner {
  display: none;
}

.desktop_banner {
  display: block;
}

.fs-20 {
  font-size: 20px;
}

.consequence_bg {
  background: url(/assets/venetz_images/bg2.png) no-repeat top #f4f4f4;
  border-radius: 45px;
  margin: 10px 50px;
  justify-items: center;
  text-align: center;
  position: relative;
  padding: 10px 0px 50px 0px;
  background-blend-mode: color-burn;
  background-size: contain;
}

.how-works-grid-left {
  text-align: left;
}

.w-70 {
  width: 70%;
}

.faq_box {
  width: 70%;
  margin-top: 30px;
  z-index: 999999;
  position: relative;
}

.mt-30 {
  margin-top: 60px;
}

.item.sc-ion-label-md-h,
.item .sc-ion-label-md-h {
  color: #000;
  font-weight: 600;
}

.video-player img{
  width: 70%;
}

.review_img{
  padding: 25px 0px;
}