/* Start custom CSS for shortcode, class: .elementor-element-baf2d07 */.khn-home,
.khn-home * {
  box-sizing: border-box;
}

.khn-home {
  direction: rtl;
  background: #ffffff;
  padding: 34px 0 42px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.khn-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.khn-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 3px solid #111827;
  position: relative;
}

.khn-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 110px;
  height: 3px;
  background: #d4af37;
}

.khn-head span {
  display: block;
  color: #b89225;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.khn-head h1 {
  margin: 0;
  color: #111827;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.khn-head > a {
  background: #d4af37;
  color: #FFFF;
  text-decoration: none;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.khn-head > a:hover {
  background: #111827;
  color: #ffffff;
}

.khn-layout {
  direction: ltr;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.55fr);
  grid-template-areas: "side featured";
  gap: 22px;
  align-items: stretch;
}

.khn-featured,
.khn-side,
.khn-side-card,
.khn-card {
  direction: rtl;
}

.khn-featured {
  grid-area: featured;
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 16px 35px rgba(17, 24, 39, 0.08);
}

.khn-featured-image {
  position: absolute;
  inset: 0;
  display: block;
}

.khn-featured-image img,
.khn-side-image img,
.khn-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.khn-featured:hover .khn-featured-image img,
.khn-side-card:hover .khn-side-image img,
.khn-card:hover .khn-card-image img {
  transform: scale(1.05);
}

.khn-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(7, 12, 22, 0.92), rgba(7, 12, 22, 0.22), rgba(7, 12, 22, 0.08)),
    linear-gradient(to left, rgba(7, 12, 22, 0.42), rgba(7, 12, 22, 0));
  z-index: 1;
}

.khn-featured-overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 34px 34px 30px;
  color: #ffffff;
}

.khn-cat {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 800;
  padding: 6px 10px;
  margin-bottom: 12px;
  line-height: 1;
}

.khn-cat.dark {
  background: #d4af37;
  color: #111827;
}

.khn-cat.gold {
  background: #d4af37;
  color: #111827;
}

.khn-cat.light {
  background: #f3ead0;
  color: #6f5211;
}

.khn-featured h2 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.45;
  max-width: 92%;
}

.khn-featured h2 a {
  color: white;
  text-decoration: none;
  transition: 0.25s ease;
}


.khn-side-card h3 a,
.khn-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s ease;
}

.khn-featured h2 a:hover,
.khn-side-card h3 a:hover,
.khn-card h3 a:hover {
  color: #d4af37;
}

.khn-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d1d5db;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.khn-meta span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #d4af37;
  border-radius: 50%;
  margin-right: 12px;
}

.khn-featured p {
  margin: 0;
  max-width: 92%;
  color: #f3f4f6;
  font-size: 15.5px;
  line-height: 1.9;
}

.khn-side {
  grid-area: side;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 22px;
}

.khn-side-card {
  position: relative;
  min-height: 224px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

.khn-side-image {
  position: absolute;
  inset: 0;
  display: block;
}

.khn-side-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 12, 22, 0.9), rgba(7, 12, 22, 0.12));
  z-index: 1;
}

.khn-side-overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  color: #ffffff;
}

.khn-side-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}

.khn-side-overlay > span {
  color: #d1d5db;
  font-size: 13px;
  font-weight: 600;
}

.khn-bottom-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.khn-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  transition: 0.25s ease;
  overflow: hidden;
}

.khn-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(17, 24, 39, 0.08);
}

.khn-card-image {
  display: block;
  height: 158px;
  background: #f3f4f6;
  overflow: hidden;
}

.khn-card-content {
  padding: 15px 16px 17px;
}

.khn-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
}

.khn-card-meta {
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.khn-empty {
  padding: 30px;
  background: #f8f8f6;
  color: #111827;
  font-weight: 800;
  text-align: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .khn-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "featured"
      "side";
  }

  .khn-featured {
    min-height: 420px;
  }

  .khn-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .khn-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 768px) {
  .khn-home {
    padding: 26px 0 34px;
  }

  .khn-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .khn-head h1 {
    font-size: 24px;
  }

  .khn-featured {
    min-height: 390px;
  }

  .khn-featured-overlay {
    padding: 24px 20px;
  }

  .khn-featured h2 {
    max-width: 100%;
    font-size: 25px;
  }

  .khn-featured p {
    max-width: 100%;
    font-size: 14.5px;
  }

  .khn-side {
    grid-template-columns: 1fr;
  }

  .khn-side-card {
    min-height: 245px;
  }

  .khn-bottom-grid {
    grid-template-columns: 1fr;
  }

  .khn-card-image {
    height: 210px;
  }
}

@media (max-width: 520px) {
  .khn-container {
    width: min(100% - 22px, 1180px);
  }

  .khn-featured {
    min-height: 360px;
  }

  .khn-featured h2 {
    font-size: 22px;
  }

  .khn-side-card h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-442c62b */.kwsv2-section,
.kwsv2-section * {
  box-sizing: border-box;
}

.kwsv2-section {
  direction: rtl;
  background: #f5f5f1;
  padding: 56px 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwsv2-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwsv2-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.kwsv2-title span {
  display: inline-block;
  color: #b89225;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwsv2-title h2 {
  margin: 0;
  color: #111827;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.35;
}

.kwsv2-title p {
  margin: 9px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
  max-width: 650px;
}

.kwsv2-main-link {
  flex: 0 0 auto;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 2px;
  transition: 0.25s ease;
}

.kwsv2-main-link:hover {
  background: #d4af37;
  color: #111827;
}

.kwsv2-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 22px;
  align-items: stretch;
}

.kwsv2-feature-card {
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.14), rgba(17, 24, 39, 0.05)),
    #111827;
  color: #ffffff;
  padding: 30px 28px;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.kwsv2-feature-card::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 170px;
  height: 170px;
  border: 28px solid rgba(212, 175, 55, 0.12);
  border-radius: 50%;
}

.kwsv2-feature-card span {
  display: inline-block;
  color: #f5d76e;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}

.kwsv2-feature-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.45;
  position: relative;
  z-index: 2;
}

.kwsv2-feature-card p {
  margin: 0;
  color: #d1d5db;
  font-size: 15px;
  line-height: 1.95;
  position: relative;
  z-index: 2;
}

.kwsv2-feature-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
  position: relative;
  z-index: 2;
}

.kwsv2-feature-stats div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 14px;
}

.kwsv2-feature-stats strong {
  display: block;
  color: #d4af37;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.kwsv2-feature-stats small {
  display: block;
  color: #e5e7eb;
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 7px;
}

.kwsv2-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kwsv2-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
}

.kwsv2-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #d4af37;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.25s ease;
}

.kwsv2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
  border-color: rgba(212, 175, 55, 0.55);
}

.kwsv2-card:hover::before {
  transform: scaleY(1);
}

.kwsv2-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 20px 21px 18px;
  min-height: 218px;
}

.kwsv2-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.kwsv2-number {
  color: rgba(17, 24, 39, 0.18);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.kwsv2-count {
  background: #f3ead0;
  color: #6f5211;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 9px;
}

.kwsv2-card h3 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.kwsv2-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14.2px;
  line-height: 1.8;
}

.kwsv2-latest {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #eef0f2;
}

.kwsv2-latest strong {
  display: block;
  color: #111827;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 5px;
}

.kwsv2-latest span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.kwsv2-more {
  margin-top: 14px;
  color: #b89225;
  font-size: 13.5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.kwsv2-more::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #d4af37;
  margin-left: 9px;
  transition: 0.25s ease;
}

.kwsv2-card:hover .kwsv2-more::before {
  width: 42px;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwsv2-layout {
    grid-template-columns: 1fr;
  }

  .kwsv2-feature-card {
    min-height: auto;
  }

  .kwsv2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwsv2-section {
    padding: 42px 0;
  }

  .kwsv2-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .kwsv2-title h2 {
    font-size: 25px;
  }

  .kwsv2-title p {
    font-size: 14.5px;
  }

  .kwsv2-grid {
    grid-template-columns: 1fr;
  }

  .kwsv2-feature-card {
    padding: 24px 21px;
  }

  .kwsv2-feature-card h3 {
    font-size: 22px;
  }

  .kwsv2-feature-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .kwsv2-container {
    width: min(100% - 22px, 1180px);
  }

  .kwsv2-card-link {
    padding: 18px;
  }

  .kwsv2-feature-stats {
    grid-template-columns: 1fr;
  }

  .kwsv2-card h3 {
    font-size: 18px;
  }
}
/* Compact Survey Section Fix */
.kwsv2-section {
  padding: 38px 0 !important;
}

.kwsv2-header {
  margin-bottom: 22px !important;
}

.kwsv2-title h2 {
  font-size: 28px !important;
}

.kwsv2-title p {
  max-width: 760px !important;
  font-size: 14.5px !important;
  margin-top: 6px !important;
}

.kwsv2-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

/* Dark intro card becomes horizontal */
.kwsv2-feature-card {
  min-height: auto !important;
  padding: 22px 26px !important;
  display: grid !important;
  grid-template-columns: 1.5fr auto !important;
  align-items: center !important;
  gap: 24px !important;
}

.kwsv2-feature-card h3 {
  font-size: 23px !important;
  margin-bottom: 8px !important;
}

.kwsv2-feature-card p {
  font-size: 14.5px !important;
  line-height: 1.8 !important;
  max-width: 680px !important;
}

.kwsv2-feature-stats {
  margin-top: 0 !important;
  min-width: 230px !important;
}

/* Cards become shorter */
.kwsv2-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.kwsv2-card-link {
  min-height: 160px !important;
  padding: 16px 17px !important;
}

.kwsv2-card-top {
  margin-bottom: 10px !important;
}

.kwsv2-number {
  font-size: 28px !important;
}

.kwsv2-count {
  font-size: 11.5px !important;
  padding: 5px 8px !important;
}

.kwsv2-card h3 {
  font-size: 17px !important;
  margin-bottom: 7px !important;
}

.kwsv2-card p {
  font-size: 13.5px !important;
  line-height: 1.7 !important;
}

/* Hide latest article line to reduce height */
.kwsv2-latest {
  display: none !important;
}

.kwsv2-more {
  margin-top: 12px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwsv2-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .kwsv2-feature-card {
    grid-template-columns: 1fr !important;
  }

  .kwsv2-feature-stats {
    min-width: 0 !important;
    max-width: 360px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwsv2-section {
    padding: 32px 0 !important;
  }

  .kwsv2-grid {
    grid-template-columns: 1fr !important;
  }

  .kwsv2-feature-card {
    padding: 22px 18px !important;
  }

  .kwsv2-feature-card h3 {
    font-size: 21px !important;
  }

  .kwsv2-title h2 {
    font-size: 24px !important;
  }

  .kwsv2-card-link {
    min-height: auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-0705cf3 */.kwr-section,
.kwr-section * {
  box-sizing: border-box;
}

.kwr-section {
  direction: rtl;
  background: #ffffff;
  padding: 46px 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwr-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwr-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 3px solid #111827;
  position: relative;
}

.kwr-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 115px;
  height: 3px;
  background: #d4af37;
}

.kwr-head span {
  display: block;
  color: #b89225;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.kwr-head h2 {
  margin: 0;
  color: #111827;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.35;
}

.kwr-head p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 14.5px;
}

.kwr-head > a {
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwr-head > a:hover {
  background: #d4af37;
  color: #111827;
}

.kwr-layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 24px;
  align-items: stretch;
}

/* Main Report */
.kwr-main {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: 0.25s ease;
}

.kwr-main:hover {
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  transform: translateY(-3px);
}

.kwr-main-image {
  display: block;
  height: 330px;
  overflow: hidden;
  background: #f3f4f6;
}

.kwr-main-image img,
.kwr-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.kwr-main:hover .kwr-main-image img,
.kwr-item:hover .kwr-item-image img {
  transform: scale(1.05);
}

.kwr-main-content {
  padding: 22px 24px 24px;
}

.kwr-cat {
  display: inline-flex;
  background: #d4af37;
  color: #111827;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 800;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.kwr-main h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.45;
}

.kwr-main h3 a,
.kwr-item h4 a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s ease;
}

.kwr-main h3 a:hover,
.kwr-item h4 a:hover {
  color: #b89225;
}

.kwr-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.kwr-meta span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #d4af37;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.kwr-main p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.9;
}

/* Side List */
.kwr-list {
  background: #f8f8f6;
  border: 1px solid #e5e7eb;
  padding: 16px;
}

.kwr-item {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 14px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
}

.kwr-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.kwr-item-image {
  display: block;
  height: 96px;
  overflow: hidden;
  background: #e5e7eb;
}

.kwr-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kwr-item-cat {
  color: #b89225;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwr-item h4 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}

.kwr-item span {
  color: #6b7280;
  font-size: 12.5px;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwr-layout {
    grid-template-columns: 1fr;
  }

  .kwr-main-image {
    height: 300px;
  }

  .kwr-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .kwr-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwr-section {
    padding: 36px 0;
  }

  .kwr-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .kwr-head h2 {
    font-size: 24px;
  }

  .kwr-main-image {
    height: 230px;
  }

  .kwr-main-content {
    padding: 18px;
  }

  .kwr-main h3 {
    font-size: 22px;
  }

  .kwr-list {
    grid-template-columns: 1fr;
  }

  .kwr-item {
    grid-template-columns: 115px 1fr;
  }

  .kwr-item-image {
    height: 88px;
  }
}

@media (max-width: 520px) {
  .kwr-container {
    width: min(100% - 22px, 1180px);
  }

  .kwr-item {
    grid-template-columns: 1fr;
  }

  .kwr-item-image {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e0ed898 */.kwres-section,
.kwres-section * {
  box-sizing: border-box;
}

.kwres-section {
  direction: rtl;
  background: #111827;
  padding: 52px 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwres-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwres-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.kwres-head span {
  display: inline-block;
  color: #d4af37;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwres-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.35;
}

.kwres-head p {
  margin: 8px 0 0;
  color: #d1d5db;
  font-size: 14.5px;
  line-height: 1.8;
  max-width: 690px;
}

.kwres-head > a {
  background: #d4af37;
  color: #111827;
  text-decoration: none;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwres-head > a:hover {
  background: #ffffff;
}

.kwres-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: stretch;
}

.kwres-dashboard {
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.14), rgba(255, 255, 255, 0.03)),
    #0b1220;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px;
  color: #ffffff;
}

.kwres-dashboard-label {
  display: inline-flex;
  background: rgba(212, 175, 55, 0.14);
  color: #f5d76e;
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 16px;
}

.kwres-dashboard h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.kwres-stats {
  display: grid;
  gap: 12px;
}

.kwres-stats div {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 14px;
}

.kwres-stats strong {
  display: block;
  color: #d4af37;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.kwres-stats span {
  display: block;
  color: #d1d5db;
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 7px;
}

.kwres-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.kwres-tags a {
  color: #e5e7eb;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  padding: 7px 10px;
  transition: 0.25s ease;
}

.kwres-tags a:hover {
  background: #d4af37;
  color: #111827;
}

.kwres-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.kwres-feature {
  background: #ffffff;
  overflow: hidden;
}

.kwres-feature-image {
  display: block;
  height: 265px;
  overflow: hidden;
  background: #e5e7eb;
}

.kwres-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.kwres-feature:hover .kwres-feature-image img {
  transform: scale(1.05);
}

.kwres-feature-content {
  padding: 20px 22px 22px;
}

.kwres-cat {
  display: inline-flex;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.kwres-feature h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.55;
}

.kwres-feature h3 a,
.kwres-timeline-card h4 a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s ease;
}

.kwres-feature h3 a:hover,
.kwres-timeline-card h4 a:hover {
  color: #b89225;
}

.kwres-meta {
  display: flex;
  gap: 12px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 11px;
}

.kwres-meta span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #d4af37;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.kwres-feature p {
  margin: 0;
  color: #374151;
  font-size: 14.5px;
  line-height: 1.85;
}

.kwres-timeline {
  position: relative;
  padding-right: 18px;
}

.kwres-timeline::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 6px;
  bottom: 5px;
  width: 2px;
  background: rgba(212, 175, 55, 0.45);
}

.kwres-timeline-item {
  position: relative;
  padding-right: 20px;
  margin-bottom: 14px;
}

.kwres-timeline-item:last-child {
  margin-bottom: 0;
}

.kwres-dot {
  position: absolute;
  right: -17px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #d4af37;
  border: 3px solid #111827;
  border-radius: 50%;
  z-index: 2;
}

.kwres-timeline-date {
  color: #d4af37;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwres-timeline-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 14px 16px;
  transition: 0.25s ease;
}

.kwres-timeline-card:hover {
  background: #ffffff;
}

.kwres-small-cat {
  display: inline-flex;
  color: #f5d76e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
}

.kwres-timeline-card:hover .kwres-small-cat {
  color: #b89225;
}

.kwres-timeline-card h4 {
  margin: 0;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.6;
}

.kwres-timeline-card:hover h4 {
  color: #111827;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwres-layout {
    grid-template-columns: 1fr;
  }

  .kwres-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwres-section {
    padding: 40px 0;
  }

  .kwres-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .kwres-head h2 {
    font-size: 25px;
  }

  .kwres-content {
    grid-template-columns: 1fr;
  }

  .kwres-feature-image {
    height: 220px;
  }

  .kwres-feature h3 {
    font-size: 21px;
  }

  .kwres-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .kwres-container {
    width: min(100% - 22px, 1180px);
  }

  .kwres-dashboard {
    padding: 22px 18px;
  }

  .kwres-feature-content {
    padding: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f5d2e79 */.kwa-section,
.kwa-section * {
  box-sizing: border-box;
}

.kwa-section {
  direction: rtl;
  background: #f7f6f2;
  padding: 50px 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwa-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwa-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.kwa-head span {
  display: inline-block;
  color: #b89225;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwa-head h2 {
  margin: 0;
  color: #111827;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.kwa-head p {
  margin: 7px 0 0;
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.8;
}

.kwa-head > a {
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwa-head > a:hover {
  background: #d4af37;
  color: #111827;
}

.kwa-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

/* Featured Article */
.kwa-feature {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: 1fr 330px;
  min-height: 365px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
}

.kwa-feature-content {
  padding: 32px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kwa-cat {
  width: fit-content;
  background: #d4af37;
  color: #111827;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 13px;
}

.kwa-feature h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.5;
}

.kwa-feature h3 a,
.kwa-list-item h4 a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s ease;
}

.kwa-feature h3 a:hover,
.kwa-list-item h4 a:hover {
  color: #b89225;
}

.kwa-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 13px;
}

.kwa-meta span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #d4af37;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.kwa-feature p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.9;
}

.kwa-read-more {
  margin-top: 22px;
  width: fit-content;
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.kwa-read-more::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #d4af37;
  margin-left: 10px;
  transition: 0.25s ease;
}

.kwa-read-more:hover::before {
  width: 50px;
}

.kwa-feature-image {
  display: block;
  height: 100%;
  min-height: 365px;
  overflow: hidden;
  background: #e5e7eb;
}

.kwa-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.kwa-feature:hover .kwa-feature-image img {
  transform: scale(1.05);
}

/* Editorial List */
.kwa-editorial-list {
  background: #111827;
  color: #ffffff;
  padding: 24px;
}

.kwa-list-title {
  padding-bottom: 17px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.kwa-list-title span {
  display: block;
  color: #d4af37;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwa-list-title strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.kwa-list-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.kwa-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.kwa-list-number {
  color: rgba(212,175,55,0.55);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.kwa-small-cat {
  display: inline-flex;
  color: #d4af37;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwa-list-item h4 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.65;
}

.kwa-list-item span {
  color: #9ca3af;
  font-size: 12.5px;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwa-layout {
    grid-template-columns: 1fr;
  }

  .kwa-feature {
    grid-template-columns: 1fr 300px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwa-section {
    padding: 38px 0;
  }

  .kwa-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .kwa-head h2 {
    font-size: 24px;
  }

  .kwa-feature {
    grid-template-columns: 1fr;
  }

  .kwa-feature-image {
    min-height: 230px;
    order: -1;
  }

  .kwa-feature-content {
    padding: 22px 20px;
  }

  .kwa-feature h3 {
    font-size: 22px;
  }

  .kwa-editorial-list {
    padding: 22px 18px;
  }
}

@media (max-width: 520px) {
  .kwa-container {
    width: min(100% - 22px, 1180px);
  }

  .kwa-list-item {
    grid-template-columns: 36px 1fr;
  }

  .kwa-list-number {
    font-size: 22px;
  }
}
/* Compact Articles & Analysis Section */
.kwa-section {
  padding: 38px 0 !important;
  background: #ffffff !important;
}

.kwa-head {
  margin-bottom: 22px !important;
  padding-bottom: 13px !important;
  border-bottom: 3px solid #111827 !important;
  position: relative !important;
}

.kwa-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 110px;
  height: 3px;
  background: #d4af37;
}

.kwa-head h2 {
  font-size: 27px !important;
}

.kwa-head p {
  font-size: 14px !important;
  margin-top: 5px !important;
}

/* Make layout shorter */
.kwa-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

/* Featured article becomes compact horizontal */
.kwa-feature {
  display: grid !important;
  grid-template-columns: 1fr 360px !important;
  min-height: 260px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06) !important;
}

.kwa-feature-content {
  padding: 24px 28px !important;
}

.kwa-feature h3 {
  font-size: 25px !important;
  line-height: 1.45 !important;
  margin-bottom: 9px !important;
}

.kwa-feature p {
  font-size: 14.5px !important;
  line-height: 1.8 !important;
  max-height: 82px !important;
  overflow: hidden !important;
}

.kwa-feature-image {
  min-height: 260px !important;
  height: 260px !important;
}

.kwa-read-more {
  margin-top: 15px !important;
}

/* Editorial list becomes compact cards */
.kwa-editorial-list {
  background: #f8f8f6 !important;
  color: #111827 !important;
  padding: 18px !important;
  border: 1px solid #e5e7eb !important;
}

.kwa-list-title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding-bottom: 13px !important;
  margin-bottom: 14px !important;
  border-bottom: 2px solid #111827 !important;
}

.kwa-list-title span {
  color: #b89225 !important;
  margin-bottom: 0 !important;
}

.kwa-list-title strong {
  color: #111827 !important;
  font-size: 19px !important;
}

.kwa-editorial-list {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.kwa-list-title {
  grid-column: 1 / -1 !important;
}

.kwa-list-item {
  display: block !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  padding: 15px !important;
  margin: 0 !important;
  min-height: 145px !important;
  transition: 0.25s ease !important;
}

.kwa-list-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07) !important;
  border-color: rgba(212, 175, 55, 0.55) !important;
}

.kwa-list-number {
  color: rgba(184, 146, 37, 0.28) !important;
  font-size: 26px !important;
  margin-bottom: 8px !important;
}

.kwa-small-cat {
  color: #b89225 !important;
  font-size: 11.5px !important;
  margin-bottom: 6px !important;
}

.kwa-list-item h4 {
  color: #111827 !important;
  font-size: 14.5px !important;
  line-height: 1.6 !important;
  margin-bottom: 7px !important;
}

.kwa-list-item span {
  color: #6b7280 !important;
  font-size: 12px !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwa-feature {
    grid-template-columns: 1fr 300px !important;
  }

  .kwa-editorial-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwa-section {
    padding: 34px 0 !important;
  }

  .kwa-feature {
    grid-template-columns: 1fr !important;
  }

  .kwa-feature-image {
    order: -1 !important;
    height: 220px !important;
    min-height: 220px !important;
  }

  .kwa-feature-content {
    padding: 20px !important;
  }

  .kwa-feature h3 {
    font-size: 21px !important;
  }

  .kwa-editorial-list {
    grid-template-columns: 1fr !important;
  }

  .kwa-list-item {
    min-height: auto !important;
  }
}

@media (max-width: 520px) {
  .kwa-head h2 {
    font-size: 23px !important;
  }

  .kwa-feature-image {
    height: 200px !important;
    min-height: 200px !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1aa50e6 */.kwn-section,
.kwn-section * {
  box-sizing: border-box;
}

.kwn-section {
  direction: rtl;
  background: #ffffff;
  padding: 46px 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwn-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwn-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 13px;
  margin-bottom: 24px;
  border-bottom: 3px solid #111827;
  position: relative;
}

.kwn-head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background: #d4af37;
}

.kwn-head span {
  display: inline-block;
  color: #b89225;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.kwn-head h2 {
  margin: 0;
  color: #111827;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.35;
}

.kwn-head p {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 14.5px;
}

.kwn-head > a {
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwn-head > a:hover {
  background: #d4af37;
  color: #111827;
}

.kwn-layout {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 24px;
  align-items: start;
}

/* Main news */
.kwn-main-news {
  display: grid;
  grid-template-columns: 340px 1fr;
  background: #f8f8f6;
  border: 1px solid #e5e7eb;
  margin-bottom: 18px;
  overflow: hidden;
}

.kwn-main-img {
  display: block;
  height: 245px;
  overflow: hidden;
  background: #e5e7eb;
}

.kwn-main-img img,
.kwn-feed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.kwn-main-news:hover .kwn-main-img img,
.kwn-feed-item:hover .kwn-feed-img img {
  transform: scale(1.05);
}

.kwn-main-content {
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kwn-cat {
  display: inline-flex;
  width: fit-content;
  background: #d4af37;
  color: #111827;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 12px;
}

.kwn-main-content h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
}

.kwn-main-content h3 a,
.kwn-feed-content h4 a,
.kwn-popular-item h4 a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s ease;
}

.kwn-main-content h3 a:hover,
.kwn-feed-content h4 a:hover,
.kwn-popular-item h4 a:hover {
  color: #b89225;
}

.kwn-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.kwn-meta span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #d4af37;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.kwn-main-content p {
  margin: 0;
  color: #374151;
  font-size: 14.5px;
  line-height: 1.85;
}

/* Feed */
.kwn-news-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.kwn-feed-item {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 13px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  transition: 0.25s ease;
}

.kwn-feed-item:hover {
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);
  transform: translateY(-3px);
}

.kwn-feed-img {
  display: block;
  height: 86px;
  overflow: hidden;
  background: #e5e7eb;
}

.kwn-feed-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kwn-small-cat {
  color: #b89225;
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 800;
  margin-bottom: 5px;
}

.kwn-feed-content h4 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.kwn-feed-content span {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

/* Sidebar */
.kwn-sidebar {
  background: #111827;
  color: #ffffff;
  padding: 22px;
}

.kwn-sidebar-title {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 14px;
  margin-bottom: 8px;
}

.kwn-sidebar-title span {
  display: block;
  color: #d4af37;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 5px;
}

.kwn-sidebar-title strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.kwn-popular-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.kwn-popular-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.kwn-popular-number {
  color: rgba(212, 175, 55, 0.58);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.kwn-popular-item h4 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 14.8px;
  font-weight: 800;
  line-height: 1.65;
}

.kwn-popular-item span {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwn-layout {
    grid-template-columns: 1fr;
  }

  .kwn-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  .kwn-sidebar-title {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwn-section {
    padding: 36px 0;
  }

  .kwn-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .kwn-head h2 {
    font-size: 24px;
  }

  .kwn-main-news {
    grid-template-columns: 1fr;
  }

  .kwn-main-img {
    height: 220px;
  }

  .kwn-main-content {
    padding: 20px;
  }

  .kwn-main-content h3 {
    font-size: 21px;
  }

  .kwn-news-feed {
    grid-template-columns: 1fr;
  }

  .kwn-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .kwn-container {
    width: min(100% - 22px, 1180px);
  }

  .kwn-feed-item {
    grid-template-columns: 1fr;
  }

  .kwn-feed-img {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5531ee6 */.kwsvc-section,
.kwsvc-section * {
  box-sizing: border-box;
}

.kwsvc-section {
  direction: rtl;
  background:
    linear-gradient(180deg, #f8f8f6 0%, #ffffff 100%);
  padding: 48px 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwsvc-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwsvc-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 28px;
  align-items: stretch;
}

/* Intro Card */
.kwsvc-intro {
  background: #111827;
  color: #ffffff;
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
}

.kwsvc-intro::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 30px solid rgba(212, 175, 55, 0.12);
}

.kwsvc-intro span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  color: #d4af37;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.kwsvc-intro h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.55;
}

.kwsvc-intro p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #d1d5db;
  font-size: 14.5px;
  line-height: 1.95;
}

.kwsvc-intro a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-top: 24px;
  background: #d4af37;
  color: #111827;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwsvc-intro a:hover {
  background: #ffffff;
}

/* Services Grid */
.kwsvc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kwsvc-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  transition: 0.25s ease;
  overflow: hidden;
}

.kwsvc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 16px 35px rgba(17, 24, 39, 0.08);
}

.kwsvc-card-link {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  min-height: 160px;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  align-items: start;
}

.kwsvc-icon {
  width: 60px;
  height: 60px;
  background: #f3ead0;
  color: #b89225;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 800;
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.kwsvc-content h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.kwsvc-content p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.8;
}

.kwsvc-content span {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: #b89225;
  font-size: 13.5px;
  font-weight: 800;
}

.kwsvc-content span::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #d4af37;
  margin-left: 9px;
  transition: 0.25s ease;
}

.kwsvc-card:hover .kwsvc-content span::before {
  width: 42px;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwsvc-layout {
    grid-template-columns: 1fr;
  }

  .kwsvc-intro {
    padding: 26px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwsvc-section {
    padding: 38px 0;
  }

  .kwsvc-grid {
    grid-template-columns: 1fr;
  }

  .kwsvc-intro h2 {
    font-size: 22px;
  }

  .kwsvc-card-link {
    grid-template-columns: 62px 1fr;
    min-height: auto;
    padding: 18px;
  }

  .kwsvc-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .kwsvc-content h3 {
    font-size: 17px;
  }
}

@media (max-width: 520px) {
  .kwsvc-container {
    width: min(100% - 22px, 1180px);
  }

  .kwsvc-card-link {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-9763827 */.kwabout-section,
.kwabout-section * {
  box-sizing: border-box;
}

.kwabout-section {
  direction: rtl;
  background: #ffffff;
  padding: 48px 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwabout-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwabout-layout {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 28px;
  align-items: stretch;
  background: #f8f8f6;
  border: 1px solid #e5e7eb;
  padding: 30px;
  position: relative;
}

.kwabout-layout::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #d4af37;
}

.kwabout-content {
  padding: 8px 10px 8px 0;
}

.kwabout-label {
  display: inline-flex;
  color: #b89225;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.kwabout-content h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.45;
}

.kwabout-content p {
  margin: 0;
  color: #374151;
  font-size: 15.5px;
  line-height: 2;
  max-width: 780px;
}

.kwabout-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.kwabout-btn {
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwabout-btn:hover {
  background: #d4af37;
  color: #111827;
}

.kwabout-link {
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.kwabout-link::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #d4af37;
  margin-left: 10px;
  transition: 0.25s ease;
}

.kwabout-link:hover::before {
  width: 48px;
}

/* Right Panel */
.kwabout-panel {
  background: #111827;
  color: #ffffff;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.kwabout-panel::before {
  content: "";
  position: absolute;
  left: -60px;
  top: -60px;
  width: 160px;
  height: 160px;
  border: 28px solid rgba(212, 175, 55, 0.12);
  border-radius: 50%;
}

.kwabout-panel-head {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.kwabout-panel-head span {
  display: block;
  color: #d4af37;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.kwabout-panel-head strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.kwabout-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.kwabout-stats div {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 15px;
}

.kwabout-stats strong {
  display: block;
  color: #d4af37;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.kwabout-stats span {
  display: block;
  color: #d1d5db;
  font-size: 13px;
  font-weight: 700;
  margin-top: 7px;
}

.kwabout-note {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.kwabout-note span {
  display: block;
  width: 42px;
  height: 3px;
  background: #d4af37;
  margin-bottom: 12px;
}

.kwabout-note p {
  margin: 0;
  color: #d1d5db;
  font-size: 13.5px;
  line-height: 1.85;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwabout-layout {
    grid-template-columns: 1fr;
  }

  .kwabout-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwabout-section {
    padding: 38px 0;
  }

  .kwabout-layout {
    padding: 22px;
  }

  .kwabout-content h2 {
    font-size: 24px;
  }

  .kwabout-content p {
    font-size: 14.5px;
  }

  .kwabout-stats {
    grid-template-columns: 1fr;
  }

  .kwabout-panel {
    padding: 22px 18px;
  }
}

@media (max-width: 520px) {
  .kwabout-container {
    width: min(100% - 22px, 1180px);
  }

  .kwabout-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8c7cd29 */.kwcta-section,
.kwcta-section * {
  box-sizing: border-box;
}

.kwcta-section {
  direction: rtl;
  background: #ffffff;
  padding: 42px 0 52px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwcta-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwcta-box {
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(255, 255, 255, 0.86)),
    #f8f8f6;
  border: 1px solid #e5e7eb;
  border-right: 6px solid #d4af37;
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 28px;
  align-items: center;
  padding: 34px 36px;
  position: relative;
  overflow: hidden;
}

.kwcta-box::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 28px solid rgba(17, 24, 39, 0.06);
}

.kwcta-content,
.kwcta-side {
  position: relative;
  z-index: 2;
}

.kwcta-content span {
  display: inline-flex;
  color: #b89225;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.kwcta-content h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.35;
}

.kwcta-content p {
  margin: 0;
  color: #374151;
  font-size: 15.5px;
  line-height: 1.95;
  max-width: 760px;
}

.kwcta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.kwcta-btn-main {
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwcta-btn-main:hover {
  background: #d4af37;
  color: #111827;
}

.kwcta-btn-link {
  color: #111827;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
}

.kwcta-btn-link::before {
  content: "";
  width: 32px;
  height: 2px;
  background: #d4af37;
  margin-left: 10px;
  transition: 0.25s ease;
}

.kwcta-btn-link:hover::before {
  width: 48px;
}

.kwcta-side {
  display: grid;
  gap: 14px;
}

.kwcta-stat {
  background: #111827;
  color: #ffffff;
  padding: 22px;
}

.kwcta-stat strong {
  display: block;
  color: #d4af37;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.kwcta-stat span {
  display: block;
  color: #d1d5db;
  font-size: 13.5px;
  font-weight: 700;
  margin-top: 8px;
}

.kwcta-latest {
  display: block;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  padding: 18px 20px;
  transition: 0.25s ease;
}

.kwcta-latest:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
  border-color: rgba(212, 175, 55, 0.65);
}

.kwcta-latest small {
  display: block;
  color: #b89225;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 7px;
}

.kwcta-latest strong {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwcta-box {
    grid-template-columns: 1fr;
  }

  .kwcta-side {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwcta-section {
    padding: 36px 0 42px;
  }

  .kwcta-box {
    padding: 26px 22px;
  }

  .kwcta-content h2 {
    font-size: 24px;
  }

  .kwcta-content p {
    font-size: 14.5px;
  }

  .kwcta-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .kwcta-container {
    width: min(100% - 22px, 1180px);
  }

  .kwcta-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
.kwcta2-section,
.kwcta2-section * {
  box-sizing: border-box;
}

.kwcta2-section {
  direction: rtl;
  background: #ffffff;
  padding: 48px 0 58px;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.kwcta2-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.kwcta2-box {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(212, 175, 55, 0.22), transparent 26%),
    linear-gradient(135deg, #111827 0%, #17212b 55%, #0b1220 100%);
  color: #ffffff;
  padding: 46px 48px 32px;
  border-bottom: 5px solid #d4af37;
}

.kwcta2-box::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -70px;
  width: 240px;
  height: 240px;
  border: 38px solid rgba(212, 175, 55, 0.1);
  border-radius: 50%;
}

.kwcta2-box::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 34px;
  width: 70px;
  height: 4px;
  background: #d4af37;
}

.kwcta2-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.kwcta2-label {
  display: inline-flex;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: #f5d76e;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.kwcta2-content h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.45;
}

.kwcta2-content p {
  margin: 0;
  color: #d1d5db;
  font-size: 15.5px;
  line-height: 2;
  max-width: 800px;
}

.kwcta2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 26px;
}

.kwcta2-primary,
.kwcta2-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.kwcta2-primary {
  background: #d4af37;
  color: #111827;
}

.kwcta2-primary:hover {
  background: #ffffff;
  color: #111827;
}

.kwcta2-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.kwcta2-secondary:hover {
  background: #ffffff;
  color: #111827;
}

.kwcta2-strip {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  display: grid;
  grid-template-columns: 170px 170px 1fr;
  gap: 14px;
}

.kwcta2-mini-card,
.kwcta2-latest {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 17px 18px;
}

.kwcta2-mini-card strong {
  display: block;
  color: #d4af37;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.kwcta2-mini-card span {
  display: block;
  color: #d1d5db;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}

.kwcta2-latest {
  display: block;
  text-decoration: none;
  transition: 0.25s ease;
}

.kwcta2-latest:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(212, 175, 55, 0.55);
}

.kwcta2-latest small {
  display: block;
  color: #d4af37;
  font-size: 12.5px;
  font-weight: 800;
  margin-bottom: 7px;
}

.kwcta2-latest span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}

/* Tablet */
@media (max-width: 1024px) {
  .kwcta2-box {
    padding: 38px 34px 30px;
  }

  .kwcta2-content h2 {
    font-size: 29px;
  }

  .kwcta2-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .kwcta2-latest {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .kwcta2-section {
    padding: 38px 0 46px;
  }

  .kwcta2-box {
    padding: 32px 22px 24px;
  }

  .kwcta2-content h2 {
    font-size: 24px;
  }

  .kwcta2-content p {
    font-size: 14.5px;
  }

  .kwcta2-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kwcta2-primary,
  .kwcta2-secondary {
    width: 100%;
  }

  .kwcta2-strip {
    grid-template-columns: 1fr;
  }

  .kwcta2-latest {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .kwcta2-container {
    width: min(100% - 22px, 1180px);
  }

  .kwcta2-content h2 {
    font-size: 22px;
  }
}/* End custom CSS */