/* =============================================
   Blue Kryon - Custom Footer
   ============================================= */

.bk-footer-wrap {
  background-color: #1a6fb5;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
}

.bk-footer-wrap .footer-wrap {
  background: transparent !important;
}

/* Footer top section */
.bk-footer-top {
  padding: 60px 0 40px;
}

.bk-footer-col {
  margin-bottom: 30px;
}

/* Logo */
.bk-footer-logo {
  display: inline-block;
  margin-bottom: 22px;
}

.bk-footer-logo img {
  max-width: 200px;
  height: auto;
  display: block;
}

.bk-footer-logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

/* Description */
.bk-footer-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 340px;
}

/* Social icons */
.bk-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.bk-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #1a1a2e;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.bk-footer-social a:hover {
  background-color: #c9932a;
  color: #fff;
}

/* Column headings */
.bk-footer-heading {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 0;
}

/* Useful Links */
.bk-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bk-footer-links li {
  margin-bottom: 14px;
}

.bk-footer-links li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease, padding-left 0.2s ease;
  display: inline-block;
}

.bk-footer-links li a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Contact list */
.bk-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bk-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}

.bk-contact-icon {
  color: #c9932a;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

.bk-footer-contact li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}

.bk-footer-contact li a:hover {
  color: #fff;
}

/* Copyright bar */
.bk-footer-wrap .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 0;
}

.bk-footer-wrap .copyright-text {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 14px;
}

.bk-footer-wrap .copyright-wrap .menu-footer-menu-container ul li a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.bk-footer-wrap .copyright-wrap .menu-footer-menu-container ul li a:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .bk-footer-top {
    padding: 40px 0 20px;
  }
  .bk-footer-desc {
    max-width: 100%;
  }
}
