.elementor-35 .elementor-element.elementor-element-b9da793{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-35 .elementor-element.elementor-element-b9da793{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-717d85f *//* =========================
   BHAGWA FOOTER – BHAKTI DEEP
========================= */

.bhagwa-bg {
  background: linear-gradient(135deg, #ff6f00, #e65100, #bf360c);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

/* Main container */
.bd-footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Logo */
.bd-footer-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* Titles */
.bd-footer-title {
  color: #fff8e1;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', serif;
}

/* Text */
.bd-footer p {
  font-size: 12px;
  line-height: 1.7;
  color: #ffffff;
}

/* Lists */
.bd-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bd-footer ul li {
  margin-bottom: 10px;
}

/* Links */
.bd-footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.bd-footer ul li a:hover {
  opacity: 0.8;
}

/* Bottom bar */
.bd-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.25);
  text-align: center;
  padding: 14px 10px;
  font-size: 13px;
  background: rgba(0,0,0,0.15);
}

/* =========================
   TABLET (≤ 1024px)
========================= */
@media (max-width: 1024px) {
  .bd-footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* ===============================
   MOBILE FOOTER LAYOUT (≤ 768px)
================================ */
@media (max-width: 768px) {

  /* Footer grid layout */
  .bd-footer-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "about about"
      "quick spiritual";
    gap: 25px;
    text-align: center;
    padding: 40px 16px 30px;
  }

  /* Column mapping */
  .bd-footer-col:nth-child(1) { grid-area: about; }
  .bd-footer-col:nth-child(2) { grid-area: quick; }
  .bd-footer-col:nth-child(3) { grid-area: spiritual; }

  /* Hide legal column */
  .bd-footer-col:nth-child(4) {
    display: none;
  }

  /* Logo – MOBILE SIZE */
  .bd-footer-logo {
    max-width: 90px;
    margin: 0 auto 12px;
  }

  /* Text sizing */
  .bd-footer-title {
    font-size: 16px;
  }

  .bd-footer p,
  .bd-footer ul li a {
    font-size: 13px;
  }
}

/* =========================
   SMALL MOBILE (≤ 480px)
========================= */
@media (max-width: 480px) {
  .bd-footer-logo {
    max-width: 70px;
  }

  .bd-footer-bottom {
    font-size: 12px;
  }
}/* End custom CSS */