:root {
    --clr-primary: #329543;
    --black: #000;
    --bg-color: rgba(232, 242, 233, 0.3);
}

/* --- Global & Base --- */
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  overflow-x: hidden !important;
  color: #000;
}

a:hover {
  color: #000000;
}

#section-ads {
  text-align: center;
  padding: 30px 0;
}

.btn:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

section .title {
  width: 100%;
  color: var(--black);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-wrap: balance;
}

section h1 span,
#section-6 h1 span {
  color: var(--clr-primary);
}

/* Section-0: Header */
#section-0 {
  padding: 45px 100px 0;
}

#section-0 .text :is(h1, h2, p) {
  max-width: 500px;
}

#section-0 h1 {
  color: var(--black);
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  margin: 70px 0 50px;
}

#section-0 h2 {
  color: var(--clr-primary);
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

#section-0 p {
  margin: 20px 0 65px;
  color: var(--black);
  font-size: 25px;
  line-height: 30px;
}

#section-0 .orange-button,
#section-6 .orange-button {
  width: 220px;
  height: 60px;
  border-radius: 30px;
  background: var(--clr-primary);
  color: white;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

#section-0 .header-img {
  width: 800px;
  height: auto;
  max-width: 100vw;
}

.logo {
  width: auto;
  height: 60px;
}

.apps-reviews {
    display: flex;
    align-items: center;
    gap: 38px;
    row-gap: 26px;
    margin-bottom: 45px;
}
.apps-reviews img {
    max-width: 146px;
    box-shadow: 0 0 20px 0 #329543;
    border-radius: 30px;
}

/* Section-1: Partners */
#section-1 {
  padding: 100px 0 150px;
}

.partners img {
  display: block;
  height: 100px;
  max-width: 145px;
  object-fit: contain;
}

/* -------------- Section-2: Advantages */
#section-2 .list {
  margin: 40px auto 120px;
  flex-wrap: wrap;
}

#section-2 .list p {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin: 20px;
  width: 180px;
}

#section-2 .list img {
  margin: 20px 0;
}

/* -------------- Section-3: How it works */
#section-3 .container {
  border-radius: 40px;
  background: var(--bg-color);
  min-height: 480px;
  padding: 70px 70px 80px;
}

#section-3 .container .slider-3 {
  width: 100%;
  margin: 0 auto;
}

#section-3 .card {
  border-radius: 30px;
  background: #fff;
  max-width: 313px;
  min-height: 214px;
  padding: 30px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section-3 .card img {
  max-height: 30px;
  width: auto;
}

#section-3 .card h1 {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
  margin: 30px 0 25px;
  text-align: left;
  width: 100%;
}

#section-3 .card p {
  color: var(--black);
  font-size: 16px;
}

/* Section-4: Features */
#section-4 {
  background: url("/img/bk-sc.svg") no-repeat center / cover;
  padding: 100px;
}

#section-4 .container {
  padding: 70px 15px 80px;
}

#section-4 .title {
  margin-bottom: 80px;
}

#section-4 h1:not(.title) {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px auto 20px;
  text-align: center;
}

#section-4 p {
  color: var(--black);
  font-size: 16px;
  max-width: 365px !important;
  margin: 0 auto 60px;
  text-align: center;
}

#section-4 img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* Section-5: Reviews */
#section-5 .container {
  border-radius: 40px;
  background: var(--bg-color);
  min-height: 575px;
  padding: 70px 70px 80px;
  position: relative;
}

#section-5 .quote1,
#section-5 .quote2 {
  position: absolute;
  top: 44px;
}

#section-5 .quote1 {
  left: 38px;
}

#section-5 .quote2 {
  right: 38px;
  transform: rotate(180deg);
}

#section-5 .reviews {
  margin-top: 50px;
  padding-bottom: 50px;
}

#section-5 .reviews .card {
  width: 310px;
  min-height: 280px;
  border-radius: 30px;
  background: #fff;
  border: none;
  padding: 75px 25px 35px;
  position: relative;
  margin: 60px auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews .card p {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 0;
}

#section-5 .reviews .card img {
  position: absolute;
  top: -53px;
  right: 95px;
  width: 100px;
}

.reviews .reviewer-info .name {
  font-weight: 700;
}

/* -------------- Section-6: Footer */
#section-6 {
  background: url("../img/bk_shape.svg") no-repeat -15% center / contain;
  min-height: 530px;
}

#section-6 h1 {
  color: var(--black);
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

#section-6 h1 span {
  font-size: 70px;
}

#section-6 img {
  width: 100%;
  height: auto;
}

.p-50 {
  padding: 0 0 0 130px;
}

/* -------------- Slider Shared Settings */
.slider-3 .slick-list,
#section-5 .slick-list {
  overflow: visible;
}

.slider-3 .slick-list {
  padding: 40px 0 !important;
}

#section-3 .slick-slide,
#section-5 .slick-slide {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
  height: auto !important;
}

#section-3 .slick-active,
#section-5 .slick-active {
  opacity: 1 !important;
}

#section-5 .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 100px;
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 10;
}

#section-5 .prev-arrow {
  left: 5%;
}

#section-5 .next-arrow {
  right: 5%;
  transform: rotate(180deg);
}

.slider-3 .slick-dots,
.grid-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.slider-3 .slick-dots li,
.grid-slider .slick-dots li {
  margin: 0 8px;
}

.slider-3 .slick-dots li button,
.grid-slider .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 0;
  background: var(--black);
  opacity: 0.25;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slider-3 .slick-dots li.slick-active button,
.grid-slider .slick-dots li.slick-active button {
  background: var(--clr-primary);
  opacity: 1;
  width: 30px;
  border-radius: 10px;
}



/* --- Media Queries --- */
@media (max-width: 1200px) {
  .p-50 {
    padding: 0 0 0 70px;
  }
}

@media (min-width: 992px) {
  #section-4 .grid {
    display: flex !important;
  }

  #section-4 .grid-slider {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #section-4 .grid {
    display: none !important;
  }

  #section-4 .grid-slider {
    display: block !important;
  }

  #section-0 {
    padding: 45px 5% 0;
  }

  #section-0 h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 40px 0 30px;
  }

  #section-0 h2 {
    font-size: 25px;
    line-height: 30px;
  }

  #section-0 p {
    font-size: 18px;
    line-height: 25px;
  }

  #section-3 .container {
    padding: 70px 0 40px;
  }

  #section-4 p {
    margin-bottom: 20px;
  }

  #section-5 .container {
    padding: 70px 30px 80px;
  }

  #section-5 :is(.quote1, .quote2) {
    height: 40px;
  }

  #section-5 .prev-arrow {
    left: 10%;
  }

  #section-5 .next-arrow {
    right: 10%;
  }

  .p-50 {
    padding: 0;
  }

  #section-0 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #section-0 .container {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  #section-6 .p-50 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 70px auto;
  }

  #section-6 h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  #section-6 h1 span {
    font-size: 40px;
  }

  .form-box {
    padding: 25px;
    border-radius: 20px;
  }
  
  .apps-reviews {
    flex-wrap: wrap;
  }

  .answers__wrapper {
    flex-direction: column;
  }
  .apps-reviews {
      justify-content: center;
  }
  .apps-reviews img {
    max-width: 115px;
  }
}

@media (max-width: 600px) {
  #section-3 h1 {
    max-width: 95%;
    margin: 0 auto;
  }

  #section-3 .container {
    padding: 70px 0 30px;
  }

  .slider-3 .slick-list {
    padding: 40px 10px !important;
  }

  #section-4 .grid-slider {
    padding: 0 10px;
  }

}

@media (max-width: 500px) {
  #section-5 .slick-arrow {
    width: 70px;
  }
  #section-5 :is(.quote1, .quote2) {
    height: 20px;
    }
}