.elementor-21 .elementor-element.elementor-element-37c4287{--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-b2326b3 *//* --- Hidush Foundation Financials Layout --- */

.hidush-financials {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0;
}

.hidush-financials__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  width: 100%;
  border: 2px solid #edd8b0;
  border-radius: 12px;
  padding: 40px 30px;
  background-color: #fffdf9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.hidush-financials__col {
  flex: 1;
  min-width: 260px;
  text-align: center;
}

.hidush-financials__title {
  font-size: 22px;
  font-weight: 700;
  color: #5a2d0c;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* --- Button Base --- */
.hidush-btn {
  display: block;
  margin: 10px auto;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 85%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(0);
}

/* --- Hover Interaction --- */
.hidush-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
  filter: brightness(1.05);
}

/* --- Color Variants --- */

/* Yellow buttons (Certifications) */
.hidush-btn--primary {
  background-color: #d7a800;
  color: #fff;
}
.hidush-btn--primary:hover {
  background-color: #b98c00;
}

/* Orange buttons (Audited Statements) */
.hidush-btn--accent {
  background-color: #d86c2b;
  color: #fff;
}
.hidush-btn--accent:hover {
  background-color: #c35a1d; /* darker orange */
  color: #3a1e00; /* deep brown text */
}

/* Beige buttons (MGT-7 Filings) */
.hidush-btn--light {
  background-color: #e4cda3;
  color: #4a2f04;
}
.hidush-btn--light:hover {
  background-color: #d8b883;
}

/* --- Responsive Layout --- */
@media (max-width: 768px) {
  .hidush-financials__inner {
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
  }
  .hidush-financials__col {
    width: 100%;
    margin-bottom: 25px;
  }
  .hidush-btn {
    width: 90%;
  }
}/* End custom CSS */