/* Footer Base Styles */
footer {
  background-color: #303030;
  color: #ffffffcc;
  font-size: 16px;
  margin-top: 40px;
}

.footer-top {
  background-color: #2e4e35;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

.footer-top p {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 19px;

  color: #ffffff;
}

.footer-top p:first-child {
  font-weight: 700 !important;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 45px;
}

/* Footer Left Section */
.footer-left {
  flex: 1;
  min-width: 200px;

  min-height: 290px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}

.footer-left .footer-logo img {
  margin-bottom: 30px;
}

.footer-left .footer-description {
  font-size: 16px;
  line-height: 24px;
  color: #ffffffcc;
  font-family: "Poppins";
  color: rgba(255, 255, 255, 0.8);
}

.footer-descripton-mobile {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

/* Footer Center Section */
.footer-center {
  flex: 1;
  min-width: 200px;
}

.footer-menu .footer-nav {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.footer-menu .footer-nav li {
  margin-bottom: 5px;
}

.footer-menu .footer-nav li a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  list-style: none;
  padding: 32px 0 0 0;
  width: max-content;
  margin: 0 auto;
}

.footer-links li:not(:last-of-type) {
  margin-bottom: 32px;
}

.footer-links li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;

  color: #e9ebe4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links li a:hover {
  color: #f1b314;
}

/* Footer Right Section */
.footer-right {
  flex: 1;
  min-width: 325px;
  max-width: 325px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-right h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  margin: 0;
}

.footer-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-right input,
.footer-right textarea {
  display: flex;
  padding: 12px 24px !important;
  gap: 10px;

  width: 325px;
  height: 43px;

  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  border: none;
  border-style: none !important;
  color: #fff !important;
  outline: none;
}

.footer-right textarea {
  width: 325px;
  height: 160px;
  resize: none;
}

.footer-right textarea::placeholder,
.footer-right input::placeholder {
  color: #ffffff4d;
  opacity: 1;

  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.footer-right .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  gap: 10px;

  width: 103px;
  height: 43px;

  background: #f1b314 !important;
  border-radius: 30px !important;
  margin-left: auto;
  transition: all 0.3s ease;

  color: #18391f !important;
}

.wpcf7-submit:hover {
  background-color: #444 !important;
  color: #fff !important;
}

.footer-right textarea:hover,
.footer-right input:hover,
.footer-right textarea:focus,
.footer-right input:focus {
  border-color: #444;
}

/* Footer Bottom Section */
.footer-bottom {
  padding-bottom: 27px;
  text-align: center;
  color: #bbb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom .footer-terms a {
  color: #e9ebe4;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.5;
  text-decoration-line: underline;
  transition: color 0.3s ease;
}

.footer-bottom .footer-terms a:hover {
  color: #f1b314;
}
.footer-bottom p {
  margin: 0;
  color: #e9ebe4;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.5;
}

/* Footer Social Links */
.footer-socials {
  margin-top: auto;
  text-align: center;
}

.footer-socials.mobile {
  display: none;
}

.footer-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-social-links li {
  display: inline-block;
}

.footer-social-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1b314;
  transition: background-color 0.3s ease;
}

.footer-social-links li a:hover {
  background-color: #444;
}

.footer-social-links li a:hover img {
  filter: invert(1);
}

.footer-social-links li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-social-links li .default-icon {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-top p {
    text-align: center;
  }

  .footer-container {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 40px;
  }

  .footer-description {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /*-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);*/
    color: rgba(255, 255, 255, 0.8);
    
  }

  .footer-socials {
    display: none;
  }

  .footer-socials.mobile {
    display: block;
  }

  .footer-left {
    min-height: auto;
  }

  .footer-links {
    list-style: none;
    padding: 0;
    width: max-content;
    margin: 0;
  }

  .footer-social-links {
    margin-top: 16px;
    justify-content: start;
  }
  .footer-links li:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .footer-right,
  .footer-right input,
  .footer-right textarea,
  .footer-right .wpcf7-submit {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer-right textarea {
    height: 100px;
  }

  .footer-bottom {
    padding-bottom: 40px;

    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
}
