.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-103696c */@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700;800&display=swap');

:root {
  --kwd-dark: #111827;
  --kwd-navy: #17212b;
  --kwd-gold: #d4af37;
  --kwd-gold-dark: #b89225;
  --kwd-text: #1f2937;
  --kwd-muted: #6b7280;
  --kwd-border: #e5e7eb;
  --kwd-soft: #f8f8f6;
}

body,
button,
input,
textarea,
select {
  font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

.kwd-header {
  width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 9999;
  border-bottom: 1px solid var(--kwd-border);
}

.kwd-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwd-topbar {
  background: var(--kwd-navy);
  color: #ffffff;
  font-size: 12.5px;
}

.kwd-topbar-inner {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kwd-date {
  font-weight: 500;
  opacity: 0.92;
}

.kwd-top-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.kwd-top-menu a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  transition: 0.2s ease;
}

.kwd-top-menu a:hover {
  color: var(--kwd-gold);
}

.kwd-brand {
  background: #ffffff;
  border-bottom: 1px solid var(--kwd-border);
}

.kwd-brand-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
}

.kwd-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.kwd-logo img {
  width: 205px;
  max-width: 100%;
  height: auto;
  display: block;
}

.kwd-site-info {
  border-right: 3px solid var(--kwd-gold);
  padding-right: 15px;
}

.kwd-site-info span {
  display: block;
  color: var(--kwd-muted);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}

.kwd-site-info strong {
  display: block;
  color: var(--kwd-dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.kwd-nav-wrap {
  background: var(--kwd-dark);
  border-bottom: 3px solid var(--kwd-gold);
  position: relative;
}

.kwd-nav-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kwd-main-nav {
  flex: 1;
}

.kwd-nav-list,
.kwd-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kwd-nav-list {
  display: flex;
  align-items: center;
}

.kwd-nav-list li {
  position: relative;
}

.kwd-nav-list > li > a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 12px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: 0.2s ease;
}

.kwd-nav-list > li > a:hover,
.kwd-nav-list > li.current-menu-item > a,
.kwd-nav-list > li.current-menu-ancestor > a {
  background: var(--kwd-gold);
  color: #111111;
}

.kwd-nav-list .menu-item-has-children > a::after {
  content: "▾";
  font-size: 10px;
  margin-right: 7px;
  opacity: 0.85;
}

.kwd-nav-list .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 305px;
  background: #ffffff;
  border-top: 3px solid var(--kwd-gold);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.22s ease;
  z-index: 99999;
}

.kwd-nav-list .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kwd-nav-list .sub-menu a {
  display: block;
  color: var(--kwd-text);
  text-decoration: none;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #f0f0f0;
}

.kwd-nav-list .sub-menu a:hover {
  background: #f8f6ef;
  color: var(--kwd-gold-dark);
}

.kwd-search-btn {
  height: 40px;
  min-width: 82px;
  border: 0;
  background: var(--kwd-gold);
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.2s ease;
  margin: 5PX;
}

.kwd-search-btn:hover {
  background: #ffffff;
  color: var(--kwd-dark);
}

.kwd-search-btn svg {
  display: block;
}

.kwd-search-panel {
  background: #ffffff;
  border-bottom: 1px solid var(--kwd-border);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}

.kwd-search-panel.is-active {
  max-height: 90px;
  opacity: 1;
}

.kwd-search-panel .kwd-container {
  padding-top: 14px;
  padding-bottom: 14px;
}

.kwd-search-panel form {
  display: flex;
  gap: 10px;
}

.kwd-search-panel input {
  flex: 1;
  height: 46px;
  border: 1px solid var(--kwd-border);
  padding: 0 15px;
  font-size: 14.5px;
  outline: none;
}

.kwd-search-panel input:focus {
  border-color: var(--kwd-gold);
}

.kwd-search-panel button {
  height: 46px;
  border: 0;
  background: var(--kwd-dark);
  color: #ffffff;
  padding: 0 26px;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
}

.kwd-search-panel button:hover {
  background: var(--kwd-gold-dark);
}

.kwd-updates {
  background: #f6f6f4;
  border-bottom: 1px solid var(--kwd-border);
}

.kwd-updates-inner {
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.kwd-updates-title {
  background: var(--kwd-gold);
  color: #111111;
  font-size: 13.5px;
  font-weight: 800;
  padding: 0 15px;
  margin-left: 14px;
  height: 38px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.kwd-ticker {
  flex: 1;
  overflow: hidden;
  height: 38px;
  display: flex;
  align-items: center;
}

.kwd-ticker-track {
  display: flex;
  width: max-content;
  animation: kwdTickerMove 45s linear infinite;
}

.kwd-ticker:hover .kwd-ticker-track {
  animation-play-state: paused;
}

.kwd-ticker-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.kwd-ticker-group a {
  color: var(--kwd-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-left: 28px;
}

.kwd-ticker-group a::after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--kwd-gold-dark);
  border-radius: 50%;
  margin-right: 28px;
}

.kwd-ticker-group a:hover {
  color: var(--kwd-gold-dark);
}

@keyframes kwdTickerMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50%);
  }
}

.kwd-menu-btn {
  display: none;
  width: 46px;
  height: 48px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-left: 1px solid rgba(255,255,255,0.12);
}

.kwd-menu-btn span {
  width: 23px;
  height: 2px;
  background: #ffffff;
  display: block;
}

@media (max-width: 1024px) {
  .kwd-logo img {
    width: 195px;
  }

  .kwd-site-info strong {
    font-size: 18px;
  }

  .kwd-nav-list > li > a {
    padding: 15px 8px;
    font-size: 13.5px;
  }

  .kwd-search-btn {
    min-width: 70px;
    padding: 0 12px;
  }
}

@media (max-width: 900px) {
  .kwd-topbar-inner {
    justify-content: center;
    text-align: center;
  }

  .kwd-topnav {
    display: none;
  }

  .kwd-brand-inner {
    min-height: auto;
    padding: 14px 0;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }

  .kwd-logo {
    justify-content: center;
  }

  .kwd-logo img {
    width: 185px;
  }

  .kwd-site-info {
    border-right: 0;
    border-top: 1px solid var(--kwd-border);
    padding: 10px 0 0;
  }

  .kwd-site-info span {
    font-size: 12.5px;
  }

  .kwd-site-info strong {
    font-size: 16px;
  }

  .kwd-menu-btn {
    display: flex;
  }

  .kwd-main-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    background: #ffffff;
    border-top: 3px solid var(--kwd-gold);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    z-index: 99999;
  }

  .kwd-main-nav.is-active {
    display: block;
  }

  .kwd-nav-list {
    display: block;
  }

  .kwd-nav-list > li > a {
    color: var(--kwd-text);
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    justify-content: space-between;
    font-size: 14px;
  }

  .kwd-nav-list > li > a:hover {
    background: #f8f6ef;
    color: var(--kwd-gold-dark);
  }

  .kwd-nav-list .sub-menu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: #fafafa;
  }

  .kwd-nav-list .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .kwd-nav-list .sub-menu a {
    padding-right: 28px;
    font-size: 13.5px;
  }

  .kwd-search-btn {
    height: 48px;
    min-width: 74px;
  }

  .kwd-search-panel.is-active {
    max-height: 140px;
  }

  .kwd-search-panel form {
    flex-direction: column;
  }

  .kwd-search-panel button {
    width: 100%;
  }

  .kwd-ticker-track {
    animation-duration: 35s;
  }
}

@media (max-width: 520px) {
  .kwd-container {
    width: min(100% - 22px, 1180px);
  }

  .kwd-logo img {
    width: 175px;
  }

  .kwd-site-info strong {
    font-size: 15px;
  }

  .kwd-search-btn span {
    display: none;
  }

  .kwd-search-btn {
    min-width: 48px;
    padding: 0;
  }

  .kwd-updates-title {
    font-size: 13px;
    padding: 0 12px;
    margin-left: 10px;
  }

  .kwd-ticker-group a {
    font-size: 13px;
  }
}/* End custom CSS */