footer.site-footer {
  overflow-x: hidden;
  padding: 40px 0 0;
  position: relative;
  background-color: #ffffff !important;
}

footer.coconut-footer,
footer.site-footer,
footer.site-footer .logo-container,
footer.site-footer .inside-footer,
footer.site-footer .inside-footer .coconut-footer-widgets,
.coconut-bottom-bar,
.coconut-bottom-bar .coconut-bottom-bar-widgets {
  background-color: #ffffff !important;
  color: #000000 !important;
}

footer.site-footer .widget-title {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  font-family: nimbus-roman, serif;
  font-weight: 400;
  line-height: 1.08;
  color: #000000;
}

footer.site-footer .widget-title .footer-divider {
  display: none !important;
}

.footer-social-links a,
.coconut-bottom-bar,
.coconut-bottom-bar .coconut-bottom-bar-widgets,
.coconut-bottom-bar .widget-col,
.coconut-bottom-bar .widget-col p,
.coconut-bottom-bar .widget,
.coconut-bottom-bar a,
#menu-copyright-bar-links,
#menu-copyright-bar-links a {
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #000000 !important;
}

.coconut-bottom-bar .coconut-bottom-bar-widgets {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 28px 0 10px;
}

.coconut-bottom-bar .coconut-bottom-bar-widgets::before {
  content: "";
  grid-column: 1 / -1;
  height: 1px;
  width: 100%;
  background-color: var(--gold);
  opacity: 0.75;
}

.coconut-bottom-bar .widget-col {
  padding: 0;
}

.coconut-bottom-bar .coconut-bottom-bar-widgets .widget-col {
  padding: 0;
}

.coconut-bottom-bar .coconut-bottom-bar-widgets .widget-col.widget-col-1 {
  order: initial;
}

.coconut-bottom-bar .widget-col.widget-col-2 {
  justify-self: center;
}

.coconut-bottom-bar .widget-col.widget-col-3 {
  justify-self: end;
}

#menu-copyright-bar-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 40px;
}

footer.site-footer .logo-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(190px, 320px) 1fr;
  gap: 0 3rem;
  padding-top: 0;
  padding-bottom: 40px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  align-items: center;
}

footer.site-footer .logo-container::before,
footer.site-footer .logo-container::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--gold);
  animation: 1s widthFill;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

footer.site-footer .logo-container::before {
  margin-left: auto;
}

footer.site-footer .logo-container::after {
  grid-column: 3;
}

footer.site-footer .logo-container a {
  grid-column: 2;
  margin: 0 auto;
}

footer.site-footer .logo-container img {
  width: 100%;
  filter: brightness(0) saturate(100%);
}

footer.site-footer .inside-footer {
  opacity: 1;
  z-index: 2;
  position: relative;
  padding-bottom: 40px;
}

footer.site-footer .inside-footer .coconut-footer-widgets {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 40px 48px !important;
  align-items: center;
  max-width: 1520px;
  margin: 0 auto;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col {
  min-width: 0;
  margin-right: 0;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col li,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col p {
  margin-bottom: 18px;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col .widget {
  margin-bottom: 0;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 {
  width: auto;
  max-width: none;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  justify-self: stretch;
  transform: translate(120px, -12px);
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 img {
  width: min(150px, 100%);
  height: auto;
  display: block;
  filter: brightness(0.15) saturate(0.8);
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 .alaverdi-footer-spinner {
  display: grid;
  place-items: center;
  width: min(150px, 100%);
  line-height: 0;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 .alaverdi-footer-spinner img {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.22s linear;
  will-change: opacity;
  filter: brightness(0.15) saturate(0.8);
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 .alaverdi-footer-spinner img.active {
  opacity: 1;
}

footer.site-footer .inside-footer .coconut-footer-widgets .footer-right-columns {
  display: grid;
  grid-template-columns: 340px 220px;
  gap: 132px;
  align-items: start;
  width: min(692px, 100%);
  justify-self: end;
  margin-left: auto;
  transform: translateX(100px);
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 {
  text-align: center;
  width: 100%;
  max-width: none;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 .widget,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 .widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 .widget-title-holder,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 .widget-title-holder {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 {
  text-align: center;
  justify-self: start;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 {
  text-align: center;
  justify-self: end;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 .textwidget,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 .menu-footer-info-container {
  width: 100%;
  text-align: center;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 p,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 li {
  font-size: 16px;
  margin-bottom: 14px;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 li:last-child,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 p:last-child {
  margin-bottom: 0;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 a,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 a {
  color: inherit;
  transition: color 0.25s ease, opacity 0.25s ease;
}

footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 a:hover,
footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 a:hover {
  color: var(--gold);
}

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

.footer-social-links a {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: transform 0.25s ease, color 0.25s ease;
}

.footer-social-links a:hover {
  color: var(--gold);
  transform: translateY(-2px);
}

.footer-social-links svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

@media screen and (max-width: 768px) {
  footer.site-footer .logo-container {
    grid-template-columns: 1fr minmax(128px, 220px) 1fr;
    grid-gap: 0 1rem;
  }

  footer.site-footer .inside-footer .coconut-footer-widgets {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    justify-items: center;
  }

  footer.site-footer .inside-footer .coconut-footer-widgets .footer-right-columns {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(340px, 100%);
    justify-self: center;
    margin-left: 0;
    transform: none;
  }

  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 {
    transform: none;
  }

  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 .widget,
  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-1 .textwidget {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2,
  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 {
    justify-self: center;
    text-align: center;
  }

  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 .widget,
  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 .widget {
    align-items: center;
  }

  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-2 .textwidget,
  footer.site-footer .inside-footer .coconut-footer-widgets .widget-col.widget-col-3 .menu-footer-info-container {
    width: 100%;
    text-align: center;
  }

  .coconut-bottom-bar .coconut-bottom-bar-widgets {
    grid-template-columns: 1fr;
    justify-items: center;
    font-size: 12px;
  }

  .coconut-bottom-bar .widget-col.widget-col-3,
  .coconut-bottom-bar .widget-col.widget-col-2 {
    justify-self: center;
    align-self: center;
  }

  #menu-copyright-bar-links {
    justify-content: center;
  }
}
