.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for wd_text_block, class: .elementor-element-07cf73e */.custom-footer {
  background-color: #1F3C88;
  color: white;
  font-family: IRANSans, sans-serif;
  padding: 60px 20px 40px;
  border-radius: 40px;
  margin: 40px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  direction: rtl;
  text-align: right;
}

.footer-spikes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: repeating-linear-gradient(135deg, #F4B400, #F4B400 10px, transparent 10px, transparent 20px);
  transform: rotate(180deg);
  z-index: 2;
}

.footer-certificates-wrapper {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}

.footer-certificates-label {
  font-size: 16px;
  font-weight: bold;
  color: #F4B400;
}

.footer-certificates {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-certificates img {
  height: 60px;
  border-radius: 12px;
  background-color: white;
  padding: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.footer-certificates img:hover {
  transform: scale(1.05);
}

.footer-content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-column h3 {
  color: #F4B400;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 2;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
}

.footer-contact p,
.footer-contact a {
  font-size: 14px;
  line-height: 2;
  color: white;
  text-decoration: none;
}

.footer-copyright {
  text-align: center;
  font-size: 13px;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    border-radius: 20px;
  }
  .footer-certificates-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footer-certificates-label {
    margin-bottom: 10px;
  }
}/* End custom CSS */