.footer-container {
  width: 100%;
  margin: auto;
  justify-items: center;
  align-items: center;
  background-color: #fff5e4;
  stroke: rgb(193, 216, 195, 30);
  border: 1px solid rgb(193, 216, 195, 30);
}

.footer-row{
  padding-top: 49px;
  width: 80%;
  margin: auto;
  display: flex;
  margin-bottom: 50px;
}
.footer-social-row{
  width: 80%;
 margin: auto auto 30px auto;
  display: flex;
  padding-bottom: 30px;

}
.footer-bootom{
  width: 80%;
   margin: auto auto 30px auto;
  display: flex;
  border-top: 1px solid rgb(193,216,195,30);
  border-bottom: 1px solid rgb(193,216,195,30);

}

.footer-first-col {
  width: 25%;
}

.about h3 {
  margin: 0;
  font-family: inter;
  font-weight: bold;
  font-size: 24px;
  color: #6a9c89;
}

.about p {
  width: 81%;
  font-family: inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: rgb(106, 156, 137, 90);
}
.footer-divider {
  border: 2px solid #ffa725;
  width: 32%;
  display: inline-flex;
  border-radius: 10px;
}
.footer-second-col {
  width: 25%;
}
.links h4 {
  font-family: inter;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #6a9c89;
}

.footer-menu {
  text-decoration: none;
  list-style: none;

  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 12px;
}

.footer-menu li a {
  text-decoration: none;
  font-family: inter;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgb(106, 156, 137, 80);
}
.footer-third-col {
  width: 25%;
}
.contact-info {
  display: flex;
}

.whatsapp {
  display: flex;
  gap: 20px;
  align-items: center;
}
.icon-img {
  border: 1px solid #25d366;
  padding: 10px 10px 5px 10px;
  border-radius: 8px;
}
.email,
.export-office {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
}

.contact h4 {
  font-family: inter;
  font-weight: 600;
  font-size: 22px;
  color: #6a9c89;
}
.contact-infor p {
  margin: 0;
  font-family: inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgb(106, 156, 137, 80);
}

.email-infor p, a{
  margin: 0;
  font-family: inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgb(106, 156, 137, 80);


}

.export-infor p{
  margin: 0;
  font-family: inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgb(106, 156, 137, 80);
}

.newsletter h4{
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  color: #6a9c89;
}

.newsletter p{
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgb(106, 156, 137, 80);
  width: 240px;
}

.newsletter-form input{
  border: 1px solid #C1D8C3;
  color: #ccc;
  margin-bottom: 8px;
}

.newsletter-form button{
  width: 100%;
  border: 1px solid #FFA725;
  background-color: #FFA725;
  font-family: inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  border-radius: 8px;
}

.social-icons{
  justify-content: center;
  display: flex;
  margin: auto;
  gap: 30px;
}
.copyrights-text{
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 30px 0 30px 0;
  font-size: 16px;
  font-family: inter;
  font-weight: 500;
  line-height: 22px;

}
.copyrights{
  color: rgb(106, 156, 137, 70);

  }
.credits-tagline p{
  color:#FFA725 ;
}