/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 17:52:43 */
/* ==================================================
   GLOBAL FOOTER – BLKFOG (CLEAN FINAL SYSTEM)
================================================== */

.custom-site-footer {
  border-top: 1px solid rgba(0,0,0,0.04);
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ==================================================
   MAIN FOOTER GRID (DESKTOP)
================================================== */

.custom-site-footer .footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 72px 20px 56px;
  display: grid;
  grid-template-columns: 180px 1.5fr 1fr 1fr;
  gap: 100px;
  align-items: start;
}

.custom-site-footer .footer-col {
  min-width: 0;
}

/* Divider lines (desktop only) */
.fb-line {
  border-left: 1px solid rgba(0,0,0,0.06);
  padding-left: 2.2vw;
}
.fb-line-insta {
  border-left: 1px solid rgba(0,0,0,0.08);
  padding-left: 0.5vw;
}

/* ==================================================
   BRAND
================================================== */

.custom-site-footer .footer-brand {
  max-width: 180px;
  margin: 30px 0 20px;
}

.custom-site-footer .footer-logo img {
  width: 80%;
  height: auto;
  display: block;
}

/* ==================================================
   ABOUT SECTION
================================================== */

.blkfog-footer-about {
  max-width: 400px;
  margin: 30px 0 20px;
}

.blkfog-about-text {
  font-size: 15px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: 0.2px;
	font-weight: 600;
}

.blkfog-contact {
  margin-top: 16px;
}

.blkfog-contact-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #1a1a1a;
  display: block;
}
.footer-about p {
  margin: 0 0 6px;
}
.footer-about p:last-child {
  margin-bottom: 0;
}
.blkfog-about-text h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}
.blkfog-about-text h4::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: var(--bf-black);
    margin-top: 6px;
    margin-bottom: 4px;
    opacity: 0.6;
}
/* ==================================================
   FOOTER CONTACT BLOCK (EMAILS)
================================================== */

.blkfog-footer-contact-row {
  display: flex;
  gap: 48px;
  flex-wrap: nowrap;
  align-items: flex-start;
	margin: 20px 0;
}

.blkfog-footer-contact-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

/* Label */
.blkfog-footer-contact-label {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bf-black);   /* was #222 */
  margin-bottom: 6px;
	font-weight: 600;
}

/* Email link */
.blkfog-footer-email {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--bf-black);
  transition: color 0.2s ease;
  white-space: nowrap;
	font-weight: 600;
}

/* Arrow — MATCH HERO */
.blkfog-footer-arrow {
  display: inline-block;
  transform: rotate(-45deg);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover */
.blkfog-footer-email:hover {
  color: var(--bf-body);   /* replaces opacity fade */
	opacity: 0.7;
transition: opacity 0.2s ease;
}

.blkfog-footer-email:hover .blkfog-footer-arrow {
  transform: rotate(0deg);
}

/* Mobile stack */
@media (max-width: 768px) {
  .blkfog-footer-contact-row {
    flex-direction: column;
    gap: 18px;
  }
}
/* ==================================================
   LINK COLUMNS
================================================== */

.custom-site-footer .footer-links h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  color: #1a1a1a;
	font-weight: 600;
}
.custom-site-footer .footer-links h4::after {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: var(--bf-black);
    margin-top: 6px;
    margin-bottom: 4px;
    opacity: 0.6;
}

.custom-site-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-site-footer .footer-links li {
  margin-bottom: 6px;
}

.custom-site-footer .footer-links a {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  transition: opacity 0.2s ease;
	font-weight: 600;
}

.custom-site-footer .footer-links a:hover {
  opacity: 0.7;
transition: opacity 0.2s ease;
}

/* ==================================================
   BOTTOM FOOTER (DESKTOP)
================================================== */

.custom-site-footer .footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.04);
  font-size: 13px;
	padding: 0 0 0 0;
 
}

.custom-site-footer .footer-bottom-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left */
.custom-site-footer .footer-bottom-left p {
  margin: 0;
  color: #1a1a1a;
	font-weight: 600;
}

.custom-site-footer .footer-bottom-left a {
  color: #1a1a1a;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.custom-site-footer .footer-bottom-left a:hover {
  opacity: 0.6;
}

.custom-site-footer .footer-divider {
  margin: 0 6px;
  opacity: 0.5;
}

/* Right */
.custom-site-footer .footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-payments-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-payments-image {
  height: 48px;
  opacity: 0.75;
}

/* Instagram */
.footer-instagram svg {
  width: 22px;
  height: 22px;
  fill: #1a1a1a;
  transition: opacity 0.2s ease;
}

.footer-instagram:hover svg {
  opacity: 0.5;
}

/* ==================================================
   TABLET (UNDER 1024px)
================================================== */

@media (max-width: 1024px) {
  .custom-site-footer .footer-inner {
    grid-template-columns: 160px 1fr 1fr;
    gap: 60px;
  }
}

/* ==================================================
   MOBILE (UNDER 768px)
================================================== */

@media (max-width: 768px) {

  /* Grid stacks */
  .custom-site-footer .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0;
  }

  /* Remove vertical divider lines */
  .fb-line,
  .fb-line-insta {
    border-left: none;
    padding-left: 0;
  }

  /* Column order */
  .footer-about { order: 1; }
  .footer-support { order: 2; }
  .footer-explore { order: 3; }

  /* About text resize */
  .blkfog-about-text {
    font-size: 14px;
  }

  /* Bottom footer stacks */
  .custom-site-footer .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .custom-site-footer .footer-bottom-right {
    justify-content: center;
  }

  .footer-payments-image {
    height: 47px;
    opacity: 0.85;
  }

}
