body {
  width: 100% !important;
  overflow-x: hidden;
}

#growth .hero-section .hero-content {
  width: 100%;
  min-height: 660px;
  background-image: url(../../assets/Photo.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px;
}

#growth .hero-section .hero-content .text-wrapper {
  max-width: 600px;
}

#growth .hero-section .hero-content h1 {
  font-family: var(--main-font);
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.011em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

#growth .hero-section .hero-content p {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.011em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

#growth .hero-section .hero-content a {
  width: 140px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(96.7deg, #35a3a0 1.82%, #16cfd8 100%);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  border-radius: 15px;
}

#growth .info-section .info-content {
  width: 100%;
  min-height: 660px;
  background-image: url(../../assets/Texture.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px;
}

#growth .info-section .info-content p {
  font-family: var(--alt-font);
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

#growth .info-section .info-content .paragraph-wrapper {
  max-width: 800px;
}

#growth .business-section .business-content {
  background: rgba(255, 255, 255, 1);
  padding: 120px;
}

#growth .business-section .business-content h2 {
  font-family: var(--main-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.011em;
  text-align: center;
  padding-bottom: 20px;
}

#growth .business-section .business-card-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

#growth .business-section .business-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: 520px;
  padding: 30px 16px;
  box-shadow: 0px 50px 80px 0px rgba(0, 0, 0, 0.05);
}

#growth .business-section .business-card img {
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
}

#growth .business-section .business-card-subtitle {
  font-family: var(--alt-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.019em;
  text-align: center;
  color: rgba(0, 178, 191, 1);
  padding-bottom: 15px;
}

#growth .business-section .business-card-title {
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.011em;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding-bottom: 15px;
}

#growth .business-section .business-card-description {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-align: center;
  color: rgba(0, 0, 0, 1);

  padding-bottom: 15px;
}

#growth .business-section .business-card-footer-text {
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.011em;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

#growth .finantial-section .finantial-content {
  width: 100%;
  display: flex;
  min-height: 850px;
  height: auto;
}

#growth .finantial-section .finantial-content .vertical-img {
  max-width: 556px;
}

#growth .finantial-section .finantial-content .vertical-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#growth .finantial-section .finantial-content h2 {
  font-family: var(--main-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.011em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding: 20px 0;
}

#growth .finantial-section .finantial-content .right-container {
  width: 100%;
  min-height: inherit;
  height: 100%;
  background: rgba(23, 36, 36, 1);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#growth .finantial-section .finantial-content .right-container .box-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#growth .finantial-section .finantial-content .right-container .box-item {
  width: 360px;
  border: 1px solid rgba(255, 253, 253, 1);
  padding: 25px;
}

#growth .finantial-section .finantial-content .right-container .box-item .headline {
  font-family: var(--alt-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.019em;
  text-align: left;
  color: rgba(0, 178, 191, 1);
  padding: 10px 0;
}

#growth .finantial-section .finantial-content .right-container .box-item .box-title {
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.011em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding: 10px 0;
}

#growth .finantial-section .finantial-content .right-container .box-item .box-description {
  font-family: var(--alt-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}

#growth .contact-section .contact-content {
  background: rgba(0, 178, 191, 1);
  height: auto;
  min-height: 358px;
  padding: 0 120px;
  display: flex;
  align-items: center;
}

#growth .contact-section .contact-content .category {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(33, 37, 41, 1);
  padding-bottom: 10px;
}

#growth .contact-section .contact-content h4 {
  font-family: var(--main-font);
  font-size: 56px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}

#growth .contact-section .contact-content .contact-text-wrapper {
  max-width: 450px;
}

#growth .contact-section .contact-content .address {
  font-family: var(--alt-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 10px;
}

#growth .contact-section .contact-content .right-side {
  display: flex;
  justify-content: end;
  width: 100%;
}

#growth .contact-section .contact-content .right-side form {
  max-width: 550px;
  width: 100%;
}

#growth .contact-section .contact-content .form-submit-btn {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  border-radius: 20px;
  border: 1px solid transparent;
  padding: 10px 40px;
}

@media (max-width: 992px) {
  #growth .contact-section .contact-content {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  #growth .contact-section .contact-content .right-side form {
    max-width: 100%;
  }

  #growth .contact-section .contact-content .contact-text-wrapper {
    max-width: 100%;
  }

  #growth .contact-section .contact-content {
    padding: 40px;
    flex-direction: column;
    align-items: start;
  }

  #growth .contact-section .contact-content .right-side {
    margin-top: 30px;
    justify-content: start;
  }

  #growth .finantial-section .finantial-content .right-container .box-item {
    width: 100%;
  }

  #growth .finantial-section .finantial-content .vertical-img {
    max-width: 100%;
    max-height: 350px;
  }

  #growth .finantial-section .finantial-content {
    flex-direction: column;
  }

  #growth .hero-section .hero-content h1 {
    font-size: 36px;
    line-height: 120%;
  }

  #growth .hero-section .hero-content,
  #growth .info-section .info-content,
  #growth .business-section .business-content,
  #growth .finantial-section .finantial-content .right-container {
    padding: 40px;
  }

  #growth .business-section .business-card-container {
    gap: 15px;
  }

  #growth .business-section .business-content .business-card {
    width: 300px;
  }
}

@media (max-width: 576px) {
  #growth .contact-section .contact-content {
    padding: 40px 20px
  }

  #growth .hero-section .hero-content,
  #growth .info-section .info-content,
  #growth .business-section .business-content,
  #growth .finantial-section .finantial-content .right-container {
    padding: 40px 20px
  }

  #growth .business-section .business-content .business-card {
    width: 100%;
  }
}

.icon-rrss-brand-container {
  min-height: 112px;
  display: flex;
  align-items: center;
}

.rrss-container {
  gap: 20px;
  align-items: center;
}

.rrss-icon-brand img {
  min-width: 29px;
  min-height: 29px;
  max-width: 29px;
  max-height: 29px;
}

.input-custom {
  min-height: 38px;
}

.input-custom::placeholder,
.input-custom-area::placeholder {
  font-size: 16px;
  padding: 10px;
}

.input-custom,
.input-custom-area {
  font-family: var(--alt-font);
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  border: none;
}

.contact-section .wpcf7 form.invalid .wpcf7-response-output {
  border: solid 3px #ffb900 !important;
  padding: 10px;
  color: white;
}

.icon-rrss-brand-container {
  padding: 0px 120px;
}

.menu-header li a {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

header.fixed-top {
  transition: top 0.3s;
}

header.hidden {
  top: -100px;
}

#navbarSupportedContent {
  height: 100vh;
  background-color: #122227;
  padding: 10px 30px;
}

.menu-header .current_page_item a {
  color: #5ED9AB;
  border-bottom: 3px solid #5ED9AB;
  padding-bottom: 5px;
}

.menu-header .border-white-menu {
  border: 1px solid #fff;
  padding: 5px 12px;
  border-radius: 8px;
}

.menu-header .border-white-menu.current_page_item a {
  color: white;
  border-bottom: none;
  padding-bottom: 5px;
}

.card:hover {
    box-shadow: none
}