.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-a93d96b */.kwf-footer {
  direction: rtl;
  width: 100%;
  background: #111827;
  color: #ffffff;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwf-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwf-main {
  padding: 48px 0 34px;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(17, 24, 39, 0)),
    #111827;
}

.kwf-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 34px;
}

.kwf-col h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  position: relative;
  padding-bottom: 12px;
}

.kwf-col h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: #d4af37;
}

.kwf-logo {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.kwf-logo img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}

.kwf-about p {
  margin: 0;
  color: #d1d5db;
  font-size: 14.5px;
  line-height: 1.9;
}

.kwf-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.kwf-badges span {
  background: rgba(212, 175, 55, 0.12);
  color: #f5d76e;
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 700;
}

.kwf-menu,
.kwf-inline-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kwf-menu li {
  margin-bottom: 10px;
}

.kwf-menu a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.kwf-menu a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d4af37;
  border-radius: 50%;
  margin-left: 9px;
  opacity: 0.8;
}

.kwf-menu a:hover {
  color: #d4af37;
  transform: translateX(-3px);
}

.kwf-posts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kwf-post-link {
  display: block;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.kwf-post-link span {
  display: block;
  color: #f9fafb;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.6;
  transition: 0.2s ease;
}

.kwf-post-link small {
  display: block;
  color: #9ca3af;
  font-size: 12.5px;
  margin-top: 4px;
}

.kwf-post-link:hover span {
  color: #d4af37;
}

.kwf-empty {
  color: #d1d5db;
  font-size: 14px;
}

.kwf-middle {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kwf-middle-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
}

.kwf-surveys {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.kwf-surveys strong {
  color: #ffffff;
  font-size: 14px;
  flex: 0 0 auto;
}

.kwf-inline-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.kwf-inline-menu a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  transition: 0.2s ease;
}

.kwf-inline-menu a:hover {
  color: #d4af37;
}

.kwf-bottom {
  background: #090f1c;
}

.kwf-bottom-inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.kwf-bottom p {
  margin: 0;
  color: #d1d5db;
  font-size: 13.5px;
}

.kwf-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kwf-bottom-links a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 13.5px;
  transition: 0.2s ease;
}

.kwf-bottom-links a:hover {
  color: #d4af37;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwf-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwf-main {
    padding: 38px 0 28px;
  }

  .kwf-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .kwf-logo img {
    width: 170px;
  }

  .kwf-surveys {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
    gap: 10px;
  }

  .kwf-bottom-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 14px 0;
  }

  .kwf-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .kwf-container {
    width: min(100% - 22px, 1180px);
  }

  .kwf-about p,
  .kwf-menu a,
  .kwf-post-link span {
    font-size: 14px;
  }
}/* End custom CSS */