.elementor-92 .elementor-element.elementor-element-7b4d2b4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-26b18a8 *//* Bhakti Deep About Us */

.bd-about {
  background: #fff7ed;
  padding: 70px 15px;
  font-family: 'Poppins', sans-serif;
}

.bd-container {
  max-width: 1100px;
  margin: auto;
}

.bd-header {
  text-align: center;
  margin-bottom: 50px;
}

.bd-header h1 {
  font-size: 36px;
  color: #bf360c;
  font-weight: 800;
  margin-bottom: 10px;
}

.bd-header p {
  font-size: 16px;
  color: #6b7280;
}

.bd-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.bd-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 18px;
}

.bd-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.bd-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.bd-box:hover {
  transform: translateY(-5px);
}

.bd-box h3 {
  font-size: 18px;
  color: #e65100;
  margin-bottom: 10px;
}

.bd-box p {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .bd-header h1 {
    font-size: 28px;
  }
}/* End custom CSS */