.elementor-103 .elementor-element.elementor-element-9e45946{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-76005f2 *//* --- Footer Styling --- */
.main-footer {
  background-color: #ffa748;
  background: linear-gradient(to right, #ffa748 0%, #ff4162 100%);
  color: white;
  margin-top: 50px; /* Space from content above */
  padding-top: 40px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px 30px 20px;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
}

.footer-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
  text-decoration: underline;
}

/* --- Bottom Copyright Bar --- */
.footer-bottom {
  background: rgba(0, 0, 0, 0.15); /* Subtle dark overlay */
  text-align: center;
  padding: 15px 20px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom strong {
  color: white;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
  .footer-links {
    gap: 15px;
  }
  
  .footer-links a {
    font-size: 13px;
  }
}/* End custom CSS */