/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 25 2025 | 14:42:51 */
.tci_footer {
  background-color: #000;
  text-align: center;
  padding: 75px 0 20px;
}

.tci_footer_follow_us {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 33px;
}

.tci_footer_socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  place-items: center;
  gap: 2rem;
}

a.tci_footer_socials_item {
  display: flex;
  align-items: center;
  color: #fff;
}

.tci_footer_socials_item:hover {
  background-color:var(--e-global-color-primary);
}

.tci_footer_socials_item {
  color: #fff;
  letter-spacing: 0.15em;
  padding: 26px 99px;
  border: 1px solid #fff;
  width: 340px;
}

.tci_footer_socials_item_text {
  margin-left: 28px;
}

.tci_footer_socials_item_text {
  text-transform: uppercase;
}

.tci_footer_logo {
  margin-top: 60px;
}

.tci_footer_menu_grid {
  margin: 60px auto;
  display: flex;
  justify-content: space-around;
  max-width: 768px;
}

.tci_footer_copyright {
  color: var(--e-global-color-primary);
  font-size: 13px;
  line-height: 1.5;
}

.tci_footer_menu_grid_item_title {
  color: var(--e-global-color-primary);
  font-weight: 700;
  font-size: 18px;
  margin: 12px 0;
}

.tci_footer_menu_grid_item_link a {
  color: var(--e-global-color-primary);
}

.tci_footer_menu_grid_item_link a:hover {
  color: #D7C096;
}

.tci_footer_menu_grid_item_link + .tci_footer_menu_grid_item_link {
  margin-top: 12px;
}

.tci_footer_socials_item_logo svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1440px) {
  .tci_footer_socials_item {
    padding: 19.5px 74.25px;
    width: 290px;
  }
}

@media screen and (max-width: 992px) {
  .tci_footer_socials_item {
    padding: 13.26px 50.49px;
    width: 240px;
  }

  .tci_footer_socials {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .tci_footer_menu_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-items: center;
    gap: 2rem;
  }
}