.elementor-15706 .elementor-element.elementor-element-d18172d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-81cc2d7 */.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  position: relative;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #a1742d, transparent);
  margin: 0 15px;
}

.divider::after {
  background: linear-gradient(to left, transparent, #a1742d, transparent);
}

.divider span {
  font-size: 28px;
  color: #a1742d;
  opacity: 0.6;
  font-family: 'Mukta', serif;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a75b798 */<style>
#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 9999;
  background-color: #4a3e2b;
  color: #fff3d6;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  display: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}
#scrollToTopBtn:hover {
  background-color: #7c5b3e;
}
</style>/* End custom CSS */