.Footer {
    position: relative;
    padding: 40px 0 20px;
    background: #3f3a0b;
    overflow: hidden;
    color: #ffffff;
    text-transform: none;
}
.Footer::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -100px;
    width: 320px;
    height: 320px;
    border: 1px solid rgb(212 190 102 / 58%);
    border-radius: 50%;
    background: #756d16f0;
}
.Footer::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -180px;
  width: 400px;
  height: 400px;
  border: 1px solid rgb(212 190 102 / 58%);
    border-radius: 50%;
    background: #756d16f0;
  border-radius: 50%;
}

.Footer .custom_container {
  position: relative;
  z-index: 2;
}

.Footer .footer_holder {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* =========================================
   TOP FOOTER
========================================= */

.Footer .row {
  position: relative;
}

/* =========================================
   LOGO SECTION
========================================= */

.Footer .logo_holder {
  width: 190px;
  margin-bottom: 20px;
}

.Footer .logo_holder .logo_img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  object-position: left center;
}

.Footer .logo_text_holder {
  margin: 0;
  max-width: 290px;
}

.Footer .logo_text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

/* =========================================
   SECTION TITLES
========================================= */

.Footer .footer_section_title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 5px 0 24px;

  color: #e0c96b;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.Footer .footer_section_title svg {
  font-size: 11px;
  color: #e0c96b;
}

/* Small underline */
.Footer .footer_section_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;

  width: 35px;
  height: 2px;

  background: #e0c96b;
}

/* =========================================
   LINKS
========================================= */

.Footer .quick_links .links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.Footer .quick_text {
  position: relative;

  width: fit-content;
  margin: 0 !important;
  padding-left: 0;

  color: rgba(255, 255, 255, 0.78) !important;

  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;

  text-decoration: none;

  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}

.Footer .quick_text::before {
  content: "›";

  position: absolute;
  left: -12px;
  top: 50%;

  transform: translateY(-50%);

  color: #e0c96b;
  opacity: 0;

  transition: all 0.3s ease;
}

.Footer .quick_text:hover {
  color: #e0c96b !important;
  padding-left: 14px;
}

.Footer .quick_text:hover::before {
  left: 0;
  opacity: 1;
}

/* =========================================
   FOLLOW US
========================================= */

.Footer .follow_text {

  margin: 0 0 10px;

  color: rgba(255, 255, 255, 0.75);

  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.Footer .footer_icon_holder {
  display: flex;
  align-items: center;
}

.Footer .footer_icon_holder .footer_links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Footer .footer_icon_holder .footer_link {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;

  border: 1px solid rgba(224, 201, 107, 0.5);
  border-radius: 50%;

  background: transparent;

  text-decoration: none;

  transition: all 0.3s ease;
}

.Footer .footer_icon_holder .icon_holder {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border-radius: 50%;

  color: #e0c96b;

  font-size: 15px;

  transition: all 0.3s ease;
}

.Footer .footer_icon_holder .footer_link:hover {
  background: #e0c96b;
  border-color: #e0c96b;
  transform: translateY(-5px);
}

.Footer .footer_icon_holder .footer_link:hover .icon_holder {
  color: #3f3a0b;
}
.Footer .footer_text_div_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
    padding-top: 25px;
}
.Footer .footer_text_div_holder::before,
.Footer .footer_text_div_holder::after {
  content: "";

  flex: 1;

  height: 1px;

  background: rgba(255, 255, 255, 0.18);
}

.Footer .footer_text_div {
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: none;
}
.Footer .footer_text {
  margin: 0;
}

.Footer .link_text {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.Footer .link_text:hover {
  color: #ffffff;
}

/* =========================================
   MOBILE
========================================= */

@media (min-width:0px) and (max-width: 574px) {

  .Footer {
    padding: 55px 0 18px;
  }
.Footer::before  {
    width: 200px;
    height: 200px;
}
.Footer::after {
    width: 240px;
    height: 260px;
}
  .Footer .footer_holder {
    width: 100%;
  }

  .Footer .logo_holder {
    width: 160px;
    margin-bottom: 15px;
  }

  .Footer .logo_text_holder {
    max-width: 100%;
  }

  .Footer .logo_text {
    font-size: 13px;
    line-height: 1.7;
  }

  .Footer .footer_section_title {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .Footer .quick_links .links {
    gap: 9px;
  }

  .Footer .quick_text {
    font-size: 13px;
  }

  .Footer .follow_text {
    font-size: 13px;
  }

  .Footer .footer_icon_holder .footer_links {
    gap: 8px;
  }

  .Footer .footer_icon_holder .footer_link {
    width: 38px;
    height: 38px;
  }

  .Footer .footer_text_div_holder {
    margin-top: 30px;
    padding-top: 20px;
    gap: 0;
  }

  .Footer .footer_text_div_holder::before,
  .Footer .footer_text_div_holder::after {
    display: none;
  }

  .Footer .footer_text_div {
    font-size: 9px;
    line-height: 1.6;
  }

  .Footer .footer_text {
    margin-bottom: 4px;
  }
}

/* =========================================
   SMALL TABLET
========================================= */

@media (min-width: 575px) and (max-width: 767.98px) {

  .Footer {
    padding: 55px 0 20px;
  }
  .Footer::before  {
    width: 200px;
    height: 200px;
}
.Footer::after {
    width: 240px;
    height: 260px;
}

  .Footer .footer_holder {
    width: 100%;
  }

  .Footer .logo_holder {
    width: 170px;
  }

  .Footer .logo_text {
    font-size: 13px;
  }

  .Footer .footer_section_title {
    font-size: 14px;
  }

  .Footer .quick_text {
    font-size: 13px;
  }

  .Footer .footer_text_div_holder::before,
  .Footer .footer_text_div_holder::after {
    display: none;
  }

  .Footer .footer_text_div {
    font-size: 10px;
  }
}

/* =========================================
   TABLET
========================================= */

@media (min-width: 768px) and (max-width: 1199px) {

  .Footer {
    padding: 65px 0 20px;
  }
    .Footer::before  {
    width: 250px;
    height: 250px;
}
.Footer::after {
    width: 280px;
    height: 300px;
}

  .Footer .footer_holder {
    width: 95%;
  }

  .Footer .logo_holder {
    width: 155px;
  }

  .Footer .logo_text {
    font-size: 13px;
  }

  .Footer .footer_section_title {
    font-size: 14px;
  }

  .Footer .quick_text {
    font-size: 13px;
  }

  .Footer .footer_icon_holder .footer_link {
    width: 38px;
    height: 38px;
  }
}