/* Start custom CSS for html, class: .elementor-element-3306ef8 *//* ===============================
   Skills Legal Simple Hero
================================ */

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-hero-simple {
  position: relative;
  min-height: 92vh;
  padding: 215px 0 115px;
  overflow: hidden;
  background: #071b33;
  font-family: inherit;
}

.sl-hero-simple-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(6, 23, 43, 0.98) 0%,
      rgba(7, 27, 51, 0.94) 42%,
      rgba(11, 79, 138, 0.62) 100%
    ),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center right;
}

.sl-hero-simple::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(56, 189, 248, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.22));
  pointer-events: none;
}

.sl-hero-simple-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.sl-hero-simple-content {
  max-width: 760px;
}

.sl-hero-simple-badge {
  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: 800;
  line-height: 1;
  margin-bottom: 28px;
}

.sl-hero-simple-content h1 {
  color: #ffffff;
  font-size: clamp(42px, 5.1vw, 68px);
  line-height: 1.06;
  letter-spacing: -1.8px;
  font-weight: 900;
  margin: 0 0 26px;
  max-width: 820px;
}

.sl-hero-simple-content p {
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.9;
  max-width: 700px;
  margin: 0;
}

.sl-hero-simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-hero-simple-primary,
.sl-hero-simple-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-hero-simple-primary {
  color: #071b33;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.sl-hero-simple-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-hero-simple-secondary {
  color: #ffffff;
  background: linear-gradient(135deg, #0b4f8a, #38bdf8);
  box-shadow: 0 16px 34px rgba(56, 189, 248, 0.24);
}

.sl-hero-simple-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(56, 189, 248, 0.34);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-hero-simple {
    min-height: auto;
    padding: 175px 0 85px;
  }

  .sl-hero-simple-content {
    max-width: 760px;
  }

  .sl-hero-simple-content h1 {
    font-size: clamp(38px, 6vw, 58px);
  }
}

@media (max-width: 768px) {
  .sl-container {
    padding: 0 18px;
  }

  .sl-hero-simple {
    padding: 145px 0 66px;
  }

  .sl-hero-simple-bg {
    background:
      linear-gradient(
        90deg,
        rgba(6, 23, 43, 0.98) 0%,
        rgba(7, 27, 51, 0.94) 100%
      ),
      url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
  }

  .sl-hero-simple-content h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .sl-hero-simple-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sl-hero-simple-actions {
    display: grid;
    gap: 12px;
  }

  .sl-hero-simple-primary,
  .sl-hero-simple-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b56690 *//* ===============================
   Premium Trust Section
================================ */

.sl-trust-premium {
  position: relative;
  background: #f5f9fc;
  padding: 76px 0;
  font-family: inherit;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-trust-premium-box {
  display: grid;
  grid-template-columns: 0.9fr 1.45fr;
  gap: 46px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 22px 60px rgba(7, 27, 51, 0.08);
  overflow: hidden;
  position: relative;
}

.sl-trust-premium-box::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 68%);
  pointer-events: none;
}

.sl-trust-premium-intro {
  position: relative;
  z-index: 2;
}

.sl-trust-premium-intro span {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 18px;
}

.sl-trust-premium-intro h2 {
  color: #071b33;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.8px;
  font-weight: 900;
  margin: 0;
}

.sl-trust-premium-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sl-trust-premium-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 20px;
  background: #f8fbff;
  border: 1px solid #e6eef7;
  transition: 0.25s ease;
}

.sl-trust-premium-item:hover {
  transform: translateY(-4px);
  background: #ffffff;
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 16px 34px rgba(7, 27, 51, 0.08);
}

.sl-trust-premium-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(11, 79, 138, 0.20);
}

.sl-trust-premium-icon span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.sl-trust-premium-item h3 {
  color: #071b33;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 7px;
}

.sl-trust-premium-item p {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-trust-premium-box {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sl-trust-premium-intro {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
  .sl-trust-premium {
    padding: 54px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-trust-premium-box {
    padding: 26px;
    border-radius: 24px;
  }

  .sl-trust-premium-list {
    grid-template-columns: 1fr;
  }

  .sl-trust-premium-item {
    padding: 18px;
  }

  .sl-trust-premium-intro h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-088981c *//* ===============================
   Who We Are Section
================================ */

.sl-about-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-about-section::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  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-about-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: center;
}

/* Media */
.sl-about-media {
  position: relative;
}

.sl-about-image-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 560px;
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.16);
}

.sl-about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 51, 0.08), rgba(7, 27, 51, 0.32));
}

.sl-about-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.sl-about-floating-card {
  position: absolute;
  right: -28px;
  bottom: 42px;
  width: 190px;
  padding: 24px 22px;
  border-radius: 24px;
  background: #071b33;
  box-shadow: 0 20px 48px rgba(7, 27, 51, 0.24);
  border: 1px solid rgba(255,255,255,0.12);
}

.sl-about-floating-card strong {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
}

.sl-about-floating-card span {
  color: #dbeafe;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

/* Content */
.sl-about-content {
  max-width: 660px;
}

.sl-section-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-about-content h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 24px;
}

.sl-about-content p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
}

/* Highlights */
.sl-about-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.sl-about-highlights div {
  padding: 22px;
  border-radius: 22px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  transition: 0.25s ease;
}

.sl-about-highlights div:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 16px 34px rgba(7, 27, 51, 0.08);
}

.sl-about-highlights span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.sl-about-highlights h3 {
  color: #071b33;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 8px;
}

.sl-about-highlights p {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Actions */
.sl-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-about-primary,
.sl-about-secondary {
  min-height: 52px;
  padding: 14px 24px;
  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-about-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 14px 30px rgba(7, 27, 51, 0.18);
}

.sl-about-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.24);
}

.sl-about-secondary {
  color: #071b33;
  background: #ffffff;
  border: 1px solid #d6e3ef;
}

.sl-about-secondary:hover {
  color: #0b4f8a;
  border-color: rgba(56, 189, 248, 0.5);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-about-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sl-about-content {
    max-width: 100%;
  }

  .sl-about-image-wrap,
  .sl-about-image-wrap img {
    min-height: 440px;
  }

  .sl-about-floating-card {
    right: 24px;
  }
}

@media (max-width: 768px) {
  .sl-about-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-about-inner {
    gap: 36px;
  }

  .sl-about-image-wrap,
  .sl-about-image-wrap img {
    min-height: 340px;
    border-radius: 24px;
  }

  .sl-about-floating-card {
    right: 16px;
    bottom: 20px;
    width: 160px;
    padding: 20px;
    border-radius: 20px;
  }

  .sl-about-floating-card strong {
    font-size: 28px;
  }

  .sl-about-content h2 {
    font-size: 30px;
  }

  .sl-about-content p {
    font-size: 15px;
  }

  .sl-about-highlights {
    grid-template-columns: 1fr;
  }

  .sl-about-actions {
    display: grid;
  }

  .sl-about-primary,
  .sl-about-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c275b67 *//* ===============================
   Services Section
================================ */

.sl-services-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-services-section::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -130px;
  width: 360px;
  height: 360px;
  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-services-heading {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.sl-services-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-services-heading h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-services-heading p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 680px;
}

/* Grid */
.sl-services-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sl-service-card {
  position: relative;
  min-height: 310px;
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  transition: 0.25s ease;
  overflow: hidden;
}

.sl-service-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 68%);
  opacity: 0;
  transition: 0.25s ease;
}

.sl-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.12);
}

.sl-service-card:hover::after {
  opacity: 1;
}

.sl-service-card.featured {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
}

.sl-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  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.22);
}

.sl-service-card.featured .sl-service-icon {
  background: #ffffff;
  color: #071b33;
}

.sl-service-card h3 {
  position: relative;
  z-index: 2;
  color: #071b33;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 900;
  margin: 0 0 14px;
}

.sl-service-card p {
  position: relative;
  z-index: 2;
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.78;
  margin: 0 0 24px;
}

.sl-service-card a {
  position: relative;
  z-index: 2;
  color: #0b4f8a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.sl-service-card a:hover {
  color: #38bdf8;
}

.sl-service-card.featured h3,
.sl-service-card.featured p,
.sl-service-card.featured a {
  color: #ffffff;
}

.sl-service-card.featured p {
  color: #dbeafe;
}

/* CTA */
.sl-services-cta {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sl-services-cta span {
  display: inline-block;
  color: #0b4f8a;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.sl-services-cta h3 {
  color: #071b33;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0;
}

.sl-services-cta-btn {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(7, 27, 51, 0.18);
  transition: 0.25s ease;
}

.sl-services-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.24);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-services-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .sl-services-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-services-heading {
    margin-bottom: 36px;
  }

  .sl-services-heading h2 {
    font-size: 30px;
  }

  .sl-services-grid {
    grid-template-columns: 1fr;
  }

  .sl-service-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }

  .sl-services-cta {
    padding: 24px;
    border-radius: 22px;
  }

  .sl-services-cta h3 {
    font-size: 21px;
  }

  .sl-services-cta-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e17aa4 *//* ===============================
   Malek Al-Shobak Section
================================ */

.sl-malek-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-malek-section::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  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-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 72px;
  align-items: center;
}

.sl-section-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-content h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 22px;
}

.sl-malek-content p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
  max-width: 730px;
}

.sl-malek-lead {
  color: #102033 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.8 !important;
}

/* Info Grid */
.sl-malek-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.sl-malek-info-card {
  padding: 22px;
  border-radius: 22px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  transition: 0.25s ease;
}

.sl-malek-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 16px 34px rgba(7, 27, 51, 0.08);
}

.sl-malek-info-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.sl-malek-info-card h3 {
  color: #071b33;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 7px;
}

.sl-malek-info-card p {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

/* Actions */
.sl-malek-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-malek-primary,
.sl-malek-secondary {
  min-height: 52px;
  padding: 14px 24px;
  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-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 14px 30px rgba(7, 27, 51, 0.18);
}

.sl-malek-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.24);
}

.sl-malek-secondary {
  color: #071b33;
  background: #ffffff;
  border: 1px solid #d6e3ef;
}

.sl-malek-secondary:hover {
  color: #0b4f8a;
  border-color: rgba(56, 189, 248, 0.5);
  transform: translateY(-2px);
}

/* Right Card */
.sl-malek-card {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
  overflow: hidden;
}

.sl-malek-card::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent 68%);
  pointer-events: none;
}

/* Photo */
.sl-malek-photo {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
  border-radius: 24px;
  overflow: hidden;
  background: #0b2544;
  border: 1px solid rgba(255,255,255,0.14);
}

.sl-malek-photo img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.sl-malek-card-content {
  position: relative;
  z-index: 2;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.sl-malek-card-content span {
  display: inline-block;
  color: #dff6ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.sl-malek-card-content h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 8px;
}

.sl-malek-card-content p {
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.sl-malek-card-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.sl-malek-card-list div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.sl-malek-card-list strong {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 5px;
}

.sl-malek-card-list span {
  display: block;
  color: #dbeafe;
  font-size: 13px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-malek-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .sl-malek-card {
    max-width: 540px;
  }
}

@media (max-width: 768px) {
  .sl-malek-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-malek-content h2 {
    font-size: 30px;
  }

  .sl-malek-content p {
    font-size: 15px;
  }

  .sl-malek-lead {
    font-size: 16px !important;
  }

  .sl-malek-info-grid {
    grid-template-columns: 1fr;
  }

  .sl-malek-actions {
    display: grid;
  }

  .sl-malek-primary,
  .sl-malek-secondary {
    width: 100%;
  }

  .sl-malek-card {
    padding: 22px;
    border-radius: 24px;
  }

  .sl-malek-photo img {
    height: 300px;
  }

  .sl-malek-card-content h3 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9be99c *//* ===============================
   Case Results Section
================================ */

.sl-cases-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-cases-section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -130px;
  width: 360px;
  height: 360px;
  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-cases-heading {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.sl-cases-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-cases-heading h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-cases-heading p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 720px;
}

/* Grid */
.sl-cases-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sl-case-card {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  transition: 0.25s ease;
  overflow: hidden;
}

.sl-case-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 68%);
  opacity: 0;
  transition: 0.25s ease;
}

.sl-case-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-case-card:hover::after {
  opacity: 1;
}

.sl-case-card.featured {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
}

.sl-case-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.sl-case-top span {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(11, 79, 138, 0.20);
}

.sl-case-top small {
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: right;
}

.sl-case-card.featured .sl-case-top span {
  background: #ffffff;
  color: #071b33;
}

.sl-case-card.featured .sl-case-top small {
  color: #dff6ff;
}

.sl-case-card h3 {
  position: relative;
  z-index: 2;
  color: #071b33;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 900;
  margin: 0 0 14px;
}

.sl-case-card p {
  position: relative;
  z-index: 2;
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.sl-case-card.featured h3,
.sl-case-card.featured p {
  color: #ffffff;
}

.sl-case-card.featured p {
  color: #dbeafe;
}

/* Result Box */
.sl-case-result {
  position: relative;
  z-index: 2;
  padding: 16px;
  border-radius: 18px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  margin-top: auto;
}

.sl-case-result strong {
  display: block;
  color: #071b33;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
}

.sl-case-result span {
  display: block;
  color: #5d6b7c;
  font-size: 13px;
  line-height: 1.6;
}

.sl-case-card.featured .sl-case-result {
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.12);
}

.sl-case-card.featured .sl-case-result strong {
  color: #ffffff;
}

.sl-case-card.featured .sl-case-result span {
  color: #dbeafe;
}

/* Note */
.sl-cases-note {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.sl-cases-note span {
  display: inline-block;
  color: #0b4f8a;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.sl-cases-note h3 {
  color: #071b33;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0;
  max-width: 760px;
}

.sl-cases-btn {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(7, 27, 51, 0.18);
  transition: 0.25s ease;
}

.sl-cases-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.24);
}

/* Responsive */
@media (max-width: 1180px) {
  .sl-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-case-card {
    min-height: 330px;
  }
}

@media (max-width: 768px) {
  .sl-cases-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-cases-heading {
    margin-bottom: 36px;
  }

  .sl-cases-heading h2 {
    font-size: 30px;
  }

  .sl-cases-grid {
    grid-template-columns: 1fr;
  }

  .sl-case-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }

  .sl-cases-note {
    padding: 24px;
    border-radius: 22px;
    align-items: flex-start;
    flex-direction: column;
  }

  .sl-cases-note h3 {
    font-size: 21px;
  }

  .sl-cases-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fbb19e *//* ===============================
   Consultation Process Section
================================ */

.sl-process-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-process-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-process-heading {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}

.sl-process-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-process-heading h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-process-heading p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  max-width: 700px;
  margin: 0 auto;
}

/* Process Grid */
.sl-process-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.sl-process-card {
  position: relative;
  padding: 30px 26px;
  min-height: 270px;
  border-radius: 26px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  transition: 0.25s ease;
  overflow: hidden;
}

.sl-process-card::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 72px;
  width: calc(100% - 40px);
  height: 2px;
  background: linear-gradient(90deg, rgba(56,189,248,0.45), transparent);
  display: none;
}

.sl-process-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 22px 52px rgba(7, 27, 51, 0.10);
}

.sl-process-number {
  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: 26px;
  box-shadow: 0 14px 28px rgba(11, 79, 138, 0.22);
}

.sl-process-card h3 {
  color: #071b33;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 13px;
}

.sl-process-card p {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* CTA */
.sl-process-cta {
  position: relative;
  z-index: 2;
  margin-top: 38px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 26px 64px rgba(7, 27, 51, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  overflow: hidden;
}

.sl-process-cta::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.30), transparent 68%);
  pointer-events: none;
}

.sl-process-cta-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.sl-process-cta-content span {
  display: inline-block;
  color: #dff6ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.sl-process-cta-content h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 10px;
}

.sl-process-cta-content p {
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.sl-process-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.sl-process-primary,
.sl-process-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-process-primary {
  background: #ffffff;
  color: #071b33;
}

.sl-process-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-process-secondary {
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-process-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1100px) {
  .sl-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-process-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .sl-process-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-process-heading {
    margin-bottom: 36px;
  }

  .sl-process-heading h2 {
    font-size: 30px;
  }

  .sl-process-grid {
    grid-template-columns: 1fr;
  }

  .sl-process-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }

  .sl-process-cta {
    padding: 26px;
    border-radius: 24px;
  }

  .sl-process-cta-content h3 {
    font-size: 23px;
  }

  .sl-process-cta-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .sl-process-primary,
  .sl-process-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de915d7 *//* ===============================
   Client Reviews Section
================================ */

.sl-reviews-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-reviews-section::before {
  content: "";
  position: absolute;
  left: -140px;
  top: -140px;
  width: 360px;
  height: 360px;
  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-reviews-heading {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.sl-reviews-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-reviews-heading h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-reviews-heading p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  max-width: 680px;
  margin: 0 auto;
}

/* Grid */
.sl-reviews-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sl-review-card {
  position: relative;
  min-height: 330px;
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.25s ease;
  overflow: hidden;
}

.sl-review-card::after {
  content: "“";
  position: absolute;
  right: 24px;
  top: 10px;
  color: rgba(56, 189, 248, 0.14);
  font-size: 120px;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 900;
}

.sl-review-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-review-card.featured {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
}

.sl-review-stars {
  position: relative;
  z-index: 2;
  color: #0b4f8a;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 22px;
}

.sl-review-card.featured .sl-review-stars {
  color: #dff6ff;
}

.sl-review-card p {
  position: relative;
  z-index: 2;
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 28px;
}

.sl-review-card.featured p {
  color: #dbeafe;
}

/* Author */
.sl-review-author {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid #e5edf5;
}

.sl-review-card.featured .sl-review-author {
  border-top-color: rgba(255,255,255,0.14);
}

.sl-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  flex: 0 0 auto;
}

.sl-review-card.featured .sl-review-avatar {
  background: #ffffff;
  color: #071b33;
}

.sl-review-author h3 {
  color: #071b33;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 4px;
}

.sl-review-author span {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.sl-review-card.featured .sl-review-author h3 {
  color: #ffffff;
}

.sl-review-card.featured .sl-review-author span {
  color: #dbeafe;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-reviews-grid {
    grid-template-columns: 1fr;
  }

  .sl-review-card {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .sl-reviews-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-reviews-heading {
    margin-bottom: 36px;
  }

  .sl-reviews-heading h2 {
    font-size: 30px;
  }

  .sl-review-card {
    padding: 26px;
    border-radius: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a9dfdb *//* ===============================
   Legal Insights Section
================================ */

.sl-insights-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-insights-section::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 360px;
  height: 360px;
  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;
}

/* Top */
.sl-insights-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 52px;
}

.sl-insights-heading {
  max-width: 760px;
}

.sl-insights-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-insights-heading h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-insights-heading p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
  max-width: 700px;
}

.sl-insights-view {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(7, 27, 51, 0.18);
  transition: 0.25s ease;
}

.sl-insights-view:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.24);
}

/* Grid */
.sl-insights-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 22px;
}

.sl-insight-card {
  position: relative;
  border-radius: 28px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  overflow: hidden;
  transition: 0.25s ease;
}

.sl-insight-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.10);
}

.sl-insight-card.featured {
  grid-row: span 2;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
}

.sl-insight-image {
  height: 280px;
  overflow: hidden;
}

.sl-insight-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.35s ease;
}

.sl-insight-card:hover .sl-insight-image img {
  transform: scale(1.05);
}

.sl-insight-content {
  padding: 30px;
}

.sl-insight-content 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-insight-content h3 {
  color: #071b33;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 900;
  margin: 0 0 14px;
}

.sl-insight-card:not(.featured) .sl-insight-content h3 {
  font-size: 20px;
}

.sl-insight-content p {
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.sl-insight-content a {
  color: #0b4f8a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.sl-insight-content a:hover {
  color: #38bdf8;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-insights-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .sl-insights-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sl-insight-card.featured {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .sl-insights-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-insights-top {
    margin-bottom: 36px;
  }

  .sl-insights-heading h2 {
    font-size: 30px;
  }

  .sl-insights-view {
    width: 100%;
  }

  .sl-insights-grid {
    grid-template-columns: 1fr;
  }

  .sl-insight-card.featured {
    grid-column: auto;
  }

  .sl-insight-image {
    height: 220px;
  }

  .sl-insight-content {
    padding: 26px;
  }

  .sl-insight-content h3,
  .sl-insight-card:not(.featured) .sl-insight-content h3 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86c9011 *//* ===============================
   FAQ Section
================================ */

.sl-faq-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-faq-section::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -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-faq-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 64px;
  align-items: flex-start;
}

/* Left Content */
.sl-faq-content {
  position: sticky;
  top: 120px;
}

.sl-faq-label {
  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-faq-content h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 20px;
}

.sl-faq-content > p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
  max-width: 520px;
}

/* Contact Box */
.sl-faq-contact-box {
  margin-top: 32px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 22px 54px rgba(7, 27, 51, 0.16);
  overflow: hidden;
  position: relative;
}

.sl-faq-contact-box::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.30), transparent 68%);
  pointer-events: none;
}

.sl-faq-contact-box h3,
.sl-faq-contact-box p,
.sl-faq-contact-box a {
  position: relative;
  z-index: 2;
}

.sl-faq-contact-box h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 10px;
}

.sl-faq-contact-box p {
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.sl-faq-contact-box a {
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #071b33;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sl-faq-contact-box a:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

/* FAQ List */
.sl-faq-list {
  display: grid;
  gap: 16px;
}

.sl-faq-item {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 16px 38px rgba(7, 27, 51, 0.05);
  overflow: hidden;
  transition: 0.25s ease;
}

.sl-faq-item:hover {
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 20px 48px rgba(7, 27, 51, 0.08);
}

.sl-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}

.sl-faq-question span {
  color: #071b33;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}

.sl-faq-question strong {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #e0f2fe;
  color: #0b4f8a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  flex: 0 0 auto;
  transition: 0.25s ease;
}

.sl-faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.sl-faq-answer p {
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
  max-width: 720px;
}

.sl-faq-item.active {
  border-color: rgba(56, 189, 248, 0.45);
}

.sl-faq-item.active .sl-faq-answer {
  display: block;
}

.sl-faq-item.active .sl-faq-question strong {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-faq-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sl-faq-content {
    position: relative;
    top: auto;
  }

  .sl-faq-content > p {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .sl-faq-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-faq-inner {
    gap: 34px;
  }

  .sl-faq-content h2 {
    font-size: 30px;
  }

  .sl-faq-content > p {
    font-size: 15px;
  }

  .sl-faq-contact-box {
    padding: 24px;
    border-radius: 22px;
  }

  .sl-faq-question {
    padding: 20px;
  }

  .sl-faq-question span {
    font-size: 15px;
  }

  .sl-faq-answer {
    padding: 0 20px 22px;
  }

  .sl-faq-answer p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eed05a9 *//* ===============================
   Contact CTA Section
================================ */

.sl-contact-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-contact-section::before {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -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-contact-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
  padding: 48px;
  border-radius: 34px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.20);
  overflow: hidden;
}

.sl-contact-box::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -140px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.32), transparent 68%);
  pointer-events: none;
}

.sl-contact-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;
}

/* Content */
.sl-contact-content {
  position: relative;
  z-index: 2;
}

.sl-contact-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: 20px;
}

.sl-contact-content h2 {
  color: #ffffff;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 900;
  margin: 0 0 20px;
}

.sl-contact-content p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.9;
  max-width: 660px;
  margin: 0;
}

.sl-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-contact-primary,
.sl-contact-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;
  transition: 0.25s ease;
}

.sl-contact-primary {
  background: #ffffff;
  color: #071b33;
}

.sl-contact-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-contact-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-contact-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Details */
.sl-contact-details {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sl-contact-detail-card {
  min-height: 145px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: 0.25s ease;
}

.sl-contact-detail-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.14);
  border-color: rgba(56,189,248,0.42);
}

.sl-contact-detail-card strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}

.sl-contact-detail-card span,
.sl-contact-detail-card a {
  display: block;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.75;
  text-decoration: none;
}

.sl-contact-detail-card a:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-contact-box {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 768px) {
  .sl-contact-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-contact-box {
    padding: 28px;
    border-radius: 26px;
  }

  .sl-contact-content h2 {
    font-size: 32px;
  }

  .sl-contact-content p {
    font-size: 15px;
  }

  .sl-contact-actions {
    display: grid;
  }

  .sl-contact-primary,
  .sl-contact-secondary {
    width: 100%;
  }

  .sl-contact-details {
    grid-template-columns: 1fr;
  }

  .sl-contact-detail-card {
    min-height: auto;
  }
}/* End custom CSS */