/* ============================================================
   BRAHMRAS CUSTOM FOOTER  |  bf-* prefix
   ============================================================ */

/* ---------- Banner image above footer ---------- */
.bf-banner { width: 100%; display: block; }

/* ---------- Main footer wrapper ---------- */
.bf-footer {
  background-image: url('https://cdn.shopify.com/s/files/1/0752/6432/7979/files/03_Web_Banner.webp?v=1729795032');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #175c3b;
  color: #ebe2d1;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

/* ---------- Footer top grid ---------- */
.bf-top {
  padding: 60px 0 40px;
}

.bf-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

/* Column widths */
.bf-col-logo    { flex: 0 0 22%; max-width: 22%; padding: 0 30px 30px 0; }
.bf-col-menu    { flex: 1 1 0; padding: 0 20px 30px; }
.bf-col-contact { flex: 0 0 26%; max-width: 26%; padding: 0 0 30px 20px; }

/* ---------- Logo column ---------- */
.bf-logo-img {
  display: block;
  max-width: 180px;
  filter: brightness(0) invert(1);
  margin-bottom: 18px;
}

/* Social icons */
.bf-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.bf-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #ebe2d1;
  transition: background 0.25s;
  text-decoration: none;
}

.bf-social a:hover { background: #9fbc00; }
.bf-social svg { width: 15px; height: 15px; fill: #ebe2d1; }

/* Newsletter form */
.bf-newsletter-form {
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  max-width: 280px;
}

.bf-newsletter-input {
  flex: 1;
  height: 48px;
  padding: 0 14px;
  border: none;
  outline: none;
  font-size: 13px;
  background: #ebe2d1;
  color: #333;
}

.bf-newsletter-input::placeholder { color: #888; }

.bf-newsletter-btn {
  height: 48px;
  width: 50px;
  background: #175c3b;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
  flex-shrink: 0;
}

.bf-newsletter-btn:hover { background: #9fbc00; }
.bf-newsletter-btn svg { width: 16px; height: 16px; fill: #ebe2d1; }

/* ---------- Menu columns (Info / Connect / Quick Links) ---------- */
.bf-menu-heading {
  font-size: 16px;
  font-weight: 600;
  color: #ebe2d1;
  margin: 0 0 18px;
  padding-bottom: 12px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.bf-menu-heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31px;
  height: 2px;
  background: #9fbc00;
}

.bf-menu-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 33px;
  width: 2px;
  height: 2px;
  background: #9fbc00;
}

.bf-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bf-menu-list li { margin-bottom: 0; }

.bf-menu-list a {
  display: inline-block;
  color: #ebe2d1;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0;
  transition: color 0.2s;
}

.bf-menu-list a:hover { color: #9fbc00; }

/* ---------- Contact Us column ---------- */
.bf-contact-heading {
  font-size: 16px;
  font-weight: 600;
  color: #ebe2d1;
  margin: 0 0 18px;
  padding-bottom: 12px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.bf-contact-heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31px;
  height: 2px;
  background: #9fbc00;
}

.bf-contact-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 33px;
  width: 2px;
  height: 2px;
  background: #9fbc00;
}

.bf-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bf-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #ebe2d1;
  line-height: 1.6;
}

.bf-contact-item svg,
.bf-contact-item img {
  width: 16px;
  height: 16px;
  fill: #ebe2d1;
  flex-shrink: 0;
  margin-top: 3px;
}

.bf-contact-item .bf-contact-text h4 {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
  color: #ebe2d1;
}

.bf-contact-item .bf-contact-text a,
.bf-contact-item .bf-contact-text p {
  color: #ebe2d1;
  text-decoration: none;
  font-size: 13px;
  margin: 0;
  transition: color 0.2s;
}

.bf-contact-item .bf-contact-text a:hover { color: #9fbc00; }

/* ---------- Footer bottom / copyright ---------- */
.bf-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.bf-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  flex-wrap: wrap;
  gap: 8px;
}

.bf-copyright {
  color: #ebe2d1;
  font-size: 13px;
  text-align: center;
  margin: 0;
}


.bf-policy-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.bf-policy-links a {
  color: #ebe2d1;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.2s;
}

.bf-policy-links a:hover { color: #9fbc00; }

/* ---------- Contact info items (footer-contact-info.blade.php) ---------- */
.bf-footer .footer__contact-info {
  margin-top: 0;
}

.bf-footer .footer__contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #ebe2d1;
  line-height: 1.6;
}

.bf-footer .footer__contact-info-item svg {
  width: 16px;
  height: 16px;
  fill: #ebe2d1;
  flex-shrink: 0;
  margin-top: 3px;
}

.bf-footer .footer__contact-info-item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 3px;
  filter: brightness(0) invert(1);
}
.bf-footer .footer__contact-info-item img.whatsapp-icon {
  filter: none;
}

.bf-footer .footer__contact-info-item .content {
  color: #ebe2d1;
}

.bf-footer .footer__contact-info-item .content h4 {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
  color: #ebe2d1;
}

.bf-footer .footer__contact-info-item .content a,
.bf-footer .footer__contact-info-item .content p {
  color: #ebe2d1;
  text-decoration: none;
  font-size: 13px;
  margin: 0;
  transition: color 0.2s;
}

.bf-footer .footer__contact-info-item .content a:hover { color: #9fbc00; }

/* ---------- Scroll-to-top button ---------- */
.bf-scroll-top {
  position: fixed;
  bottom: 130px;
  right: 13px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #175c3b;
  border: 1px solid #175c3b;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.bf-scroll-top.is-visible { opacity: 1; visibility: visible; }
.bf-scroll-top:hover { background: #9fbc00; border-color: #9fbc00; transform: scale(1.1); }
.bf-scroll-top svg { width: 16px; height: 16px; fill: #ffffff; }

/* ---------- Mobile accordion ---------- */
.bf-accordion { border-bottom: 1px solid rgba(255,255,255,0.2); }

.bf-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 16px 0;
  cursor: pointer;
  color: #ebe2d1;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.bf-accordion-toggle svg {
  width: 12px;
  height: 12px;
  fill: #ebe2d1;
  transition: transform 0.3s;
  flex-shrink: 0;
}

.bf-accordion.is-open .bf-accordion-toggle svg { transform: rotate(180deg); }

.bf-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.bf-accordion.is-open .bf-accordion-body { max-height: 500px; }

.bf-accordion-body .bf-menu-list { padding-bottom: 12px; }
.bf-accordion-body .bf-menu-list a { color: #ebe2d1; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .bf-col-logo,
  .bf-col-menu,
  .bf-col-contact {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .bf-col-logo { padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 10px; }

  .bf-desktop-menu { display: none !important; }
  .bf-mobile-accordion { display: block !important; }

  .bf-top { padding: 40px 0 20px; }

  .bf-newsletter-form { max-width: 100%; }

  .bf-bottom-inner { flex-direction: column; gap: 12px; }
}

@media (min-width: 992px) {
  .bf-mobile-accordion { display: none !important; }
  .bf-desktop-menu { display: block !important; }
}
