:root {
  --bg-primary: #f2f2f2;
  --bg-header: #fff;
  --bg-footer: #3b3b3b;
  --green-primary: #3b8476;
  --green-highlight: #adebc2;
  --color-text-primary: #3b3b3b;
  --color-text-white: #fff;
  --color-text-green: #3b8476;
  --font: "Poppins", sans-serif;
  --transition: 200ms all ease;
}
.modal-header{
    align-items: flex-start;
    padding:2rem;
}
.modal-body{
    padding:2rem;
}
.modal .btn-custom {
 padding: 25px 30px;
}
.modal .btn-custom-outline{
     padding: 25px 30px;
}

#navbarCustom {
  background-color: var(--bg-header);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
#navbarCustom .nav-link {
  color: var(--color-text-primary);
}
#navbarCustom .nav-link svg {
  width: 23px;
}

#navbarCustom .nav-link:hover {
  color: var(--color-text-green);
}
#navbarCustom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='43' viewBox='0 0 56 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666626 2.56173C0.666626 1.3752 1.6285 0.41333 2.81503 0.41333H53.5182C54.7048 0.41333 55.6666 1.3752 55.6666 2.56173V2.56173C55.6666 3.74827 54.7048 4.71014 53.5182 4.71014H2.81503C1.6285 4.71014 0.666626 3.74827 0.666626 2.56173V2.56173Z' fill='%23313131'/%3E%3Cpath d='M0.666626 21.2539C0.666626 20.0673 1.6285 19.1055 2.81503 19.1055H39.1946C40.3812 19.1055 41.3431 20.0673 41.3431 21.2539V21.2539C41.3431 22.4404 40.3812 23.4023 39.1946 23.4023H2.81503C1.6285 23.4023 0.666626 22.4404 0.666626 21.2539V21.2539Z' fill='%23313131'/%3E%3Cpath d='M0.666626 40.0167C0.666626 38.8302 1.6285 37.8683 2.81503 37.8683H53.5182C54.7048 37.8683 55.6666 38.8302 55.6666 40.0167V40.0167C55.6666 41.2032 54.7048 42.1651 53.5182 42.1651H2.81503C1.6285 42.1651 0.666626 41.2032 0.666626 40.0167V40.0167Z' fill='%23313131'/%3E%3C/svg%3E%0A");
}
#navbarCustom .navbar-social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#banner {
  height: 500px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 150px;
}

#banner h1 {
  background-color: var(--color-text-green);
  padding: 1rem;
  color: var(--color-text-white);
  margin-bottom: 2rem;
}

#about {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--bg-primary);
}

#occupation {
  height: 500px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#occupation .occupation-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#services {
  padding-top: 100px;
  padding-bottom: 100px;
}
#services .services-text-wrapper {
  margin-bottom: 100px;
}

#services .service-card {
  width: 260px;
  text-align: center;
}

#specialties {
  background-color: var(--green-primary);
  padding-top: 100px;
  padding-bottom: 100px;
}
#specialties .specialties-text-wrapper {
  margin-bottom: 100px;
}
#specialties .specialties-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#specialties .specialties-wrapper .specialtie-card {
  text-align: center;
  width: 260px;
  height: 220px;
}
#specialties .specialties-wrapper .specialtie-card p {
  color: var(--color-text-white);
  font-weight: 900;
  margin-top: 2rem;
}
#specialties .specialties-wrapper .specialtie-card .specialtie-svg-wrapper {
  height: 100px;
}

#statements {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color-text-white);
}
#statements .statements-wrapper {
  margin-top: 100px;
}
#statements .statement-card {
  background-color: var(--bg-primary);
  border-radius: 8px;
  padding: 3rem;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  height: 470px;
}
#statements .statement-card h3 {
  font-weight: 900;
  color: var(--color-text-green);
  margin-bottom: 1.5rem;
}
#statements .statements-cards-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}
#statements .statements-last-wrapper h2 {
  margin-bottom: 2rem;
}

#contact {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact .contact-title-wrapper {
  background-color: var(--green-primary);
  padding: 1rem;
}
#contact .contact-title-wrapper h2 {
  color: var(--color-text-white);
  font-weight: 900;
}
#contact .contact-buttons-wrapper p {
  color: var(--color-text-white);
}
#footer {
  background-color: var(--bg-footer);
  padding-top: 100px;
  padding-bottom: 100px;
}

#footer .footer-company-info p {
  color: var(--color-text-white);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.3rem;
}
#footer .footer-company-info-green a {
  color: var(--green-highlight);
  font-weight: bold;
}
#footer .footer-company-info-green a:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

#footer .footer-socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-socials-wrapper a svg:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
#footer .footer-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5rem;
  margin-left: 4rem;
}
#footer .footer-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-menu-links h5 {
  color: var(--green-highlight);
  font-weight: 900;
  margin-bottom: 1.5rem;
}
#footer .footer-menu-links a {
  color: var(--color-text-white);
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 14px;
}
#footer .footer-links-wrapper a:hover {
  color: var(--green-highlight);
}
#footer-copyright {
  background-color: var(--green-primary);
}
#footer-copyright .footer-copyright-wrapper {
  color: var(--color-text-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 10px;
}
#footer-copyright .footer-copyright-wrapper p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
  }
}
.modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-body {
  background-color: var(--bg-primary);
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop {
  background-color: #2125299e;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.form-control {
  border: 1px solid transparent;
}
.form-control:focus {
  border: 1px solid #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-close:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-footer {
  background-color: var(--bg-header);
}
.form-label {
  color: var(--color-text-primary);
  font-weight: 600;
}
.modal-title {
  margin-right: 2rem;
}
