.site-footer {
  border-radius: 40px 40px 0 0;
  background: linear-gradient(
      0deg,
      rgba(255, 254, 247, 0.5) 0%,
      rgba(235, 212, 194, 0.5) 100%
    ),
    #fff;
}
.footer-cta-upper {
  padding-top: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #dbd7ce;
  margin-bottom: 90px;
}
.footer-cta-upper h6 {
  color: #686d4f;
  font-size: clamp(28px, 2.5vw, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
}
.footer-cta-upper a {
  padding: 21px 110px;
  transition: 0.3s;
  white-space: nowrap;
  background: var(--main-green);
  color: #fff;
  border: 1px solid var(--main-green);
  border-radius: 20px;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  line-height: 22px;
}
.footer-cta-upper a:hover {
  background: transparent;
  transition: 0.3s;
  color: var(--main-green);
}
.footer-sm {
  margin-bottom: 150px;
}
.widget-title {
  color: #272e03;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
.footer-col li a {
  color: #686d4f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 14px;
  line-height: 1.4;
}
#page .footer-contact-content a {
  margin-bottom: 0;
  color: #69725d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
#page .footer-contact-content {
  color: rgba(25, 54, 94, 0.6);
  font-size: 11px;
  font-weight: 400;
  line-height: 136.6%; /* 15.026px */
}
.footer-col__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-col__item {
  gap: 10px;
  align-items: center;
}
.footer-bottom {
  padding-top: 41px;
  padding-bottom: 50px;

  border-top: 1px solid #efefef;
}
.footer-bottom__left ul {
  display: flex;
  gap: 32px;
  align-items: center;
}
.footer-bottom__left li {
  position: relative;
}
.footer-bottom__left li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  opacity: 0.4;
  background: rgba(7, 23, 31, 0.16);
}
.footer-bottom__left li a {
  color: #54605e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
#nav_menu-4 {
  margin-bottom: 0 !important;
}
.footer-bottom__right,
.footer-bottom__right a {
  color: #54605e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 1336px) {
  .footer-cta-upper {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-sm {
    margin-bottom: 40px;
  }
  .site-footer .col-lg-2 {
    /* margin-bottom: 40px; */
    margin-top: 40px;
  }
  .footer-col__desc {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-cta-upper {
    flex-direction: column;
    gap: 20px;
  }
  .footer-cta-upper a {
    width: 100%;
    text-align: center;
  }
}
