html,
body {
  margin: 0;
  padding: 0;
}

input {
  padding: 16px !important;
}

footer {
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 50px 20px;
  text-align: center;
}

footer a {
  color: #4c4c4c;
}

footer a:hover {
  color: #0d6efd;
}

.banner {
  height: 60vh;
  background-image: url('../img/no_palco2.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.bannerSubtitle {
  width: 25%;
}

.bannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 31, 47, 0.41);
}

.bannerContent {
  z-index: 10;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bannerTitle {
  font-size: clamp(32px, 5vw, 53px);
  font-weight: bold;
  margin-left: 100px;
  line-height: 1.2;
}

button,
a {
  border-radius: 100px !important;
}

.ctaButton {
  transition: all 150ms ease-in-out;
  background-color: #2abe11 !important;
  border-radius: 20px;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

.ctaButton:hover {
  transition: all 150ms ease-in-out;
  box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(3px);
}

.introText {
  padding: 0 200px;
}

.testimonialCard {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #3d3d3d;
  color: white;
  gap: 16px;
}

.testimonialPicture {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonialAuthorDescription {
  color: #c1c1c1;
}

.bookCard {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: white;
  color: black;
  gap: 16px;
}

.bookTitle {
  font-size: 20px;
  color: #4c4c4c;
}

.bookDescription {
  font-size: 17px;
  color: #717172;
}

#clientsGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  gap: 40px;
}

.formSection {
  background-image: url('../img/ul-254.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 50px;
}

.formSectionContent {
  z-index: 10;
  position: relative;
}

.formSectionOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.formSectionBlockquote {
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.formSection form {
  background-color: #eef1f6;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  #clientsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .banner {
    height: 75dvh;
  }

  .bannerTitle {
    margin-left: 0;
  }

  .bannerSubtitle {
    width: 100%;
    margin-bottom: 10px;
  }

  .introText {
    padding: 0;
  }

  .formSection {
    padding: 40px 20px;
  }

  .formSection form {
    margin-top: 20px;
  }

  .testimonialCard {
    flex-direction: column;
  }

  #rc-soco-img {
    width: 200px;
    height: auto;
  }

  .bookCard {
    flex-direction: column;
  }

  .bookCard img {
    width: 100px;
    height: auto;
  }

  .testimonialContent {
    text-align: center;
  }

  .knowRcTitle {
    text-align: center;
    margin-bottom: 20px;
  }
}
