/* Start custom CSS for html, class: .elementor-element-05236a6 *//* ===============================
   Malek Page - Inner Hero
================================ */

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-malek-inner-hero {
  position: relative;
  min-height: 72vh;
  padding: 190px 0 105px;
  background: #071b33;
  overflow: hidden;
  font-family: inherit;
}

.sl-malek-inner-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(6, 23, 43, 0.98) 0%,
      rgba(7, 27, 51, 0.94) 48%,
      rgba(11, 79, 138, 0.62) 100%
    );
}

.sl-malek-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(56, 189, 248, 0.17), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,0.09), transparent 24%);
  pointer-events: none;
}

.sl-malek-inner-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 72px;
  align-items: center;
}

.sl-malek-inner-content {
  max-width: 760px;
}

.sl-malek-inner-label {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.34);
  color: #dff6ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 26px;
}

.sl-malek-inner-content h1 {
  color: #ffffff;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  font-weight: 900;
  margin: 0 0 24px;
}

.sl-malek-inner-content p {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.9;
  max-width: 720px;
  margin: 0;
}

.sl-malek-inner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-malek-inner-primary,
.sl-malek-inner-secondary {
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sl-malek-inner-primary {
  color: #071b33;
  background: #ffffff;
}

.sl-malek-inner-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-malek-inner-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-malek-inner-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Photo */
.sl-malek-inner-photo {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 76px rgba(0,0,0,0.24);
}

.sl-malek-inner-photo::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.16);
  z-index: 2;
  pointer-events: none;
}

.sl-malek-inner-photo img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-malek-inner-hero {
    min-height: auto;
    padding: 165px 0 85px;
  }

  .sl-malek-inner-wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sl-malek-inner-photo {
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .sl-container {
    padding: 0 18px;
  }

  .sl-malek-inner-hero {
    padding: 140px 0 66px;
  }

  .sl-malek-inner-content h1 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .sl-malek-inner-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sl-malek-inner-actions {
    display: grid;
  }

  .sl-malek-inner-primary,
  .sl-malek-inner-secondary {
    width: 100%;
  }

  .sl-malek-inner-photo {
    border-radius: 26px;
  }

  .sl-malek-inner-photo img {
    height: 380px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-273558b *//* ===============================
   Malek Page - Profile Introduction
================================ */

.sl-malek-profile-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-malek-profile-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.13), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-malek-profile-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 72px;
  align-items: center;
}

.sl-malek-profile-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.sl-malek-profile-content h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 24px;
  max-width: 820px;
}

.sl-malek-profile-content p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
  max-width: 780px;
}

.sl-malek-profile-lead {
  color: #102033 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.8 !important;
}

/* Info Card */
.sl-malek-profile-info {
  position: relative;
  padding: 32px;
  border-radius: 30px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.08);
  overflow: hidden;
}

.sl-malek-profile-info::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 68%);
  pointer-events: none;
}

.sl-malek-profile-info-head,
.sl-malek-profile-list {
  position: relative;
  z-index: 2;
}

.sl-malek-profile-info-head {
  padding-bottom: 24px;
  border-bottom: 1px solid #dbe7f2;
  margin-bottom: 24px;
}

.sl-malek-profile-info-head span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 14px;
}

.sl-malek-profile-info-head h3 {
  color: #071b33;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 8px;
}

.sl-malek-profile-info-head p {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.sl-malek-profile-list {
  display: grid;
  gap: 14px;
}

.sl-malek-profile-list div {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5edf5;
}

.sl-malek-profile-list strong {
  display: block;
  color: #071b33;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
}

.sl-malek-profile-list span {
  display: block;
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-malek-profile-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sl-malek-profile-info {
    max-width: 620px;
  }
}

@media (max-width: 768px) {
  .sl-malek-profile-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-malek-profile-content h2 {
    font-size: 30px;
  }

  .sl-malek-profile-content p {
    font-size: 15px;
  }

  .sl-malek-profile-lead {
    font-size: 16px !important;
  }

  .sl-malek-profile-info {
    padding: 24px;
    border-radius: 24px;
  }

  .sl-malek-profile-info-head h3 {
    font-size: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eac137b *//* ===============================
   Malek Page - Leadership Experience
================================ */

.sl-malek-leadership-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-malek-leadership-section::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Heading */
.sl-malek-leadership-head {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto 58px;
  text-align: center;
}

.sl-malek-leadership-head span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-malek-leadership-head h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-malek-leadership-head p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  max-width: 720px;
  margin: 0 auto;
}

/* Timeline */
.sl-malek-leadership-timeline {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 24px;
}

.sl-malek-leadership-timeline::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, #0b4f8a, rgba(56,189,248,0.16));
}

.sl-malek-leadership-item {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.sl-malek-leadership-year {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dbe7f2;
  box-shadow: 0 16px 36px rgba(7, 27, 51, 0.08);
  color: #071b33;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.sl-malek-leadership-card {
  position: relative;
  padding: 30px 34px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  overflow: hidden;
  transition: 0.25s ease;
}

.sl-malek-leadership-card::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.13), transparent 68%);
  opacity: 0;
  transition: 0.25s ease;
}

.sl-malek-leadership-card:hover {
  transform: translateX(6px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.10);
}

.sl-malek-leadership-card:hover::before {
  opacity: 1;
}

.sl-malek-leadership-card.featured {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.16);
}

.sl-malek-leadership-card span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}

.sl-malek-leadership-card h3 {
  position: relative;
  z-index: 2;
  color: #071b33;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 12px;
}

.sl-malek-leadership-card p {
  position: relative;
  z-index: 2;
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.8;
  max-width: 860px;
  margin: 0;
}

.sl-malek-leadership-card.featured span {
  background: rgba(255,255,255,0.12);
  color: #dff6ff;
  border: 1px solid rgba(255,255,255,0.12);
}

.sl-malek-leadership-card.featured h3 {
  color: #ffffff;
}

.sl-malek-leadership-card.featured p {
  color: #dbeafe;
}

/* Responsive */
@media (max-width: 768px) {
  .sl-malek-leadership-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-malek-leadership-head {
    margin-bottom: 40px;
  }

  .sl-malek-leadership-head h2 {
    font-size: 30px;
  }

  .sl-malek-leadership-head p {
    font-size: 15px;
  }

  .sl-malek-leadership-timeline::before {
    left: 25px;
  }

  .sl-malek-leadership-item {
    grid-template-columns: 52px 1fr;
    gap: 18px;
  }

  .sl-malek-leadership-year {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .sl-malek-leadership-card {
    padding: 24px;
    border-radius: 22px;
  }

  .sl-malek-leadership-card h3 {
    font-size: 20px;
  }

  .sl-malek-leadership-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab65ef8 *//* ===============================
   Malek Page - Professional Focus
================================ */

.sl-malek-focus-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-malek-focus-section::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.13), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-malek-focus-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
  padding: 48px;
  border-radius: 34px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.08);
  overflow: hidden;
}

.sl-malek-focus-box::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -140px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.16), transparent 68%);
  pointer-events: none;
}

.sl-malek-focus-heading,
.sl-malek-focus-content {
  position: relative;
  z-index: 2;
}

.sl-malek-focus-heading span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-malek-focus-heading h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0;
}

.sl-malek-focus-content > p {
  color: #102033;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 700;
  margin: 0 0 30px;
}

/* List */
.sl-malek-focus-list {
  display: grid;
  gap: 14px;
}

.sl-malek-focus-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  transition: 0.25s ease;
}

.sl-malek-focus-item:hover {
  transform: translateX(6px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.08);
}

.sl-malek-focus-item strong {
  color: #071b33;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.sl-malek-focus-item span {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.75;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-malek-focus-box {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 768px) {
  .sl-malek-focus-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-malek-focus-box {
    padding: 26px;
    border-radius: 26px;
  }

  .sl-malek-focus-heading h2 {
    font-size: 30px;
  }

  .sl-malek-focus-content > p {
    font-size: 15px;
  }

  .sl-malek-focus-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
    border-radius: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a0d661 *//* ===============================
   Malek Page - Experience Cards
================================ */

.sl-malek-experience-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-malek-experience-section::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Top */
.sl-malek-experience-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 52px;
  align-items: end;
  margin-bottom: 48px;
}

.sl-malek-experience-top span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-malek-experience-top h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0;
}

.sl-malek-experience-top p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

/* Grid */
.sl-malek-experience-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
}

.sl-malek-experience-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  overflow: hidden;
  transition: 0.25s ease;
}

.sl-malek-experience-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  opacity: 0;
  transition: 0.25s ease;
}

.sl-malek-experience-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.12);
}

.sl-malek-experience-card:hover::before {
  opacity: 1;
}

.sl-malek-experience-card.large {
  grid-row: span 2;
  min-height: 542px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.93), rgba(11, 79, 138, 0.90)),
    url("https://skillslegal.com/wp-content/uploads/2026/07/malek-al-shobak-a-managing-partner-and-business-investment-executive-in-the-uae-eKPQCjOoXDU4JMkP-1.avif");
  background-size: cover;
  background-position: center top;
  border-color: rgba(56, 189, 248, 0.25);
}

.sl-malek-experience-card.dark {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
}

.sl-malek-experience-icon {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 24px;
  box-shadow: 0 14px 28px rgba(11, 79, 138, 0.20);
}

.sl-malek-experience-card.large .sl-malek-experience-icon,
.sl-malek-experience-card.dark .sl-malek-experience-icon {
  background: #ffffff;
  color: #071b33;
}

.sl-malek-experience-card div {
  position: relative;
  z-index: 2;
}

.sl-malek-experience-card span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}

.sl-malek-experience-card.large span,
.sl-malek-experience-card.dark span {
  background: rgba(255,255,255,0.12);
  color: #dff6ff;
  border: 1px solid rgba(255,255,255,0.12);
}

.sl-malek-experience-card h3 {
  color: #071b33;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 900;
  margin: 0 0 12px;
}

.sl-malek-experience-card.large h3 {
  color: #ffffff;
  font-size: 34px;
}

.sl-malek-experience-card.dark h3 {
  color: #ffffff;
}

.sl-malek-experience-card p {
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.sl-malek-experience-card.large p,
.sl-malek-experience-card.dark p {
  color: #dbeafe;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-malek-experience-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sl-malek-experience-top p {
    max-width: 760px;
  }

  .sl-malek-experience-grid {
    grid-template-columns: 1fr;
  }

  .sl-malek-experience-card.large {
    grid-row: auto;
    min-height: 480px;
  }
}

@media (max-width: 768px) {
  .sl-malek-experience-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-malek-experience-top {
    margin-bottom: 34px;
  }

  .sl-malek-experience-top h2 {
    font-size: 30px;
  }

  .sl-malek-experience-top p {
    font-size: 15px;
  }

  .sl-malek-experience-card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .sl-malek-experience-card.large {
    min-height: 430px;
  }

  .sl-malek-experience-card h3,
  .sl-malek-experience-card.large h3 {
    font-size: 23px;
  }

  .sl-malek-experience-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71e3d41 *//* ===============================
   Malek Page - Final CTA
================================ */

.sl-malek-final-cta {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-malek-final-cta::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-malek-final-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 48px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.96), rgba(11, 79, 138, 0.94)),
    url("https://skillslegal.com/wp-content/uploads/2026/07/malek-al-shobak-a-managing-partner-and-business-investment-executive-in-the-uae-eKPQCjOoXDU4JMkP-1.avif");
  background-size: cover;
  background-position: center top;
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.22);
  overflow: hidden;
}

.sl-malek-final-box::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.34), transparent 68%);
  pointer-events: none;
}

.sl-malek-final-box::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 68%);
  pointer-events: none;
}

.sl-malek-final-content,
.sl-malek-final-actions {
  position: relative;
  z-index: 2;
}

.sl-malek-final-content span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #dff6ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-malek-final-content h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
  max-width: 820px;
}

.sl-malek-final-content p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.85;
  max-width: 820px;
  margin: 0;
}

.sl-malek-final-actions {
  display: grid;
  gap: 14px;
  min-width: 230px;
}

.sl-malek-final-primary,
.sl-malek-final-secondary {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.sl-malek-final-primary {
  background: #ffffff;
  color: #071b33;
}

.sl-malek-final-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-malek-final-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-malek-final-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-malek-final-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sl-malek-final-actions {
    display: flex;
    flex-wrap: wrap;
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .sl-malek-final-cta {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-malek-final-box {
    padding: 28px;
    border-radius: 26px;
  }

  .sl-malek-final-content h2 {
    font-size: 30px;
  }

  .sl-malek-final-content p {
    font-size: 15px;
  }

  .sl-malek-final-actions {
    display: grid;
    width: 100%;
  }

  .sl-malek-final-primary,
  .sl-malek-final-secondary {
    width: 100%;
  }
}/* End custom CSS */