/* Start custom CSS for html, class: .elementor-element-0c92c72 *//* ===============================
   Inner Hero - Who We Are
================================ */

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-inner-hero {
  position: relative;
  min-height: 62vh;
  padding: 190px 0 105px;
  background: #071b33;
  overflow: hidden;
  font-family: inherit;
}

.sl-inner-hero-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%
    ),
    url("https://images.unsplash.com/photo-1521791055366-0d553872125f?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center right;
}

.sl-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 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-inner-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.sl-inner-hero-content {
  max-width: 820px;
}

.sl-inner-hero-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-inner-hero-content h1 {
  color: #ffffff;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 900;
  margin: 0 0 24px;
}

.sl-inner-hero-content p {
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.9;
  max-width: 760px;
  margin: 0;
}

.sl-inner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-inner-hero-primary,
.sl-inner-hero-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-inner-hero-primary {
  color: #071b33;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.sl-inner-hero-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-inner-hero-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-inner-hero-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-inner-hero {
    min-height: auto;
    padding: 165px 0 85px;
  }
}

@media (max-width: 768px) {
  .sl-container {
    padding: 0 18px;
  }

  .sl-inner-hero {
    padding: 140px 0 66px;
  }

  .sl-inner-hero-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-1521791055366-0d553872125f?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
  }

  .sl-inner-hero-content h1 {
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .sl-inner-hero-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sl-inner-hero-actions {
    display: grid;
  }

  .sl-inner-hero-primary,
  .sl-inner-hero-secondary {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7d19c9 *//* ===============================
   Who We Are - About Company
================================ */

.sl-who-about-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-who-about-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-who-about-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  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-who-about-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: 760px;
}

.sl-who-about-content p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
  max-width: 760px;
}

.sl-who-about-lead {
  color: #102033 !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.8 !important;
}

/* Actions */
.sl-who-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-who-about-primary,
.sl-who-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-who-about-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 14px 30px rgba(7, 27, 51, 0.18);
}

.sl-who-about-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.24);
}

.sl-who-about-secondary {
  color: #071b33;
  background: #ffffff;
  border: 1px solid #d6e3ef;
}

.sl-who-about-secondary:hover {
  color: #0b4f8a;
  border-color: rgba(56, 189, 248, 0.5);
  transform: translateY(-2px);
}

/* Right Card */
.sl-who-about-card {
  position: relative;
  padding: 32px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.22);
  overflow: hidden;
}

.sl-who-about-card::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent 68%);
  pointer-events: none;
}

.sl-who-about-card-header,
.sl-who-about-list {
  position: relative;
  z-index: 2;
}

.sl-who-about-card-header {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  margin-bottom: 24px;
}

.sl-who-about-card-header span {
  display: inline-block;
  color: #dff6ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.sl-who-about-card-header h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0;
}

.sl-who-about-list {
  display: grid;
  gap: 16px;
}

.sl-who-about-list div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.11);
}

.sl-who-about-list strong {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #071b33;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.sl-who-about-list h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0 0 7px;
}

.sl-who-about-list p {
  color: #dbeafe;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-who-about-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .sl-who-about-card {
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .sl-who-about-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-who-about-content h2 {
    font-size: 30px;
  }

  .sl-who-about-content p {
    font-size: 15px;
  }

  .sl-who-about-lead {
    font-size: 16px !important;
  }

  .sl-who-about-actions {
    display: grid;
  }

  .sl-who-about-primary,
  .sl-who-about-secondary {
    width: 100%;
  }

  .sl-who-about-card {
    padding: 24px;
    border-radius: 24px;
  }

  .sl-who-about-card-header h3 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86ed4f0 *//* ===============================
   Who We Are - Legal Team
================================ */

.sl-who-team-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-who-team-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-who-team-heading {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.sl-who-team-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-who-team-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-who-team-heading p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  max-width: 700px;
  margin: 0 auto;
}

/* Grid */
.sl-who-team-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.sl-who-team-card {
  position: relative;
  min-height: 300px;
  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-who-team-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.13), transparent 68%);
  opacity: 0;
  transition: 0.25s ease;
}

.sl-who-team-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-who-team-card:hover::after {
  opacity: 1;
}

.sl-who-team-card.featured {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
}

.sl-who-team-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  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.22);
}

.sl-who-team-card.featured .sl-who-team-icon {
  background: #ffffff;
  color: #071b33;
}

.sl-who-team-card h3 {
  position: relative;
  z-index: 2;
  color: #071b33;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 14px;
}

.sl-who-team-card p {
  position: relative;
  z-index: 2;
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.sl-who-team-card.featured h3 {
  color: #ffffff;
}

.sl-who-team-card.featured p {
  color: #dbeafe;
}

/* Responsive */
@media (max-width: 1100px) {
  .sl-who-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-who-team-card {
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .sl-who-team-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-who-team-heading {
    margin-bottom: 36px;
  }

  .sl-who-team-heading h2 {
    font-size: 30px;
  }

  .sl-who-team-grid {
    grid-template-columns: 1fr;
  }

  .sl-who-team-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d0cbb0 *//* ===============================
   Who We Are - What Makes Us Different
================================ */

.sl-who-different-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-who-different-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.13), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-who-different-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 64px;
  align-items: center;
}

/* Content */
.sl-who-different-content {
  max-width: 520px;
}

.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-who-different-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-who-different-content p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

/* Actions */
.sl-who-different-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-who-different-primary,
.sl-who-different-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-who-different-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 14px 30px rgba(7, 27, 51, 0.18);
}

.sl-who-different-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(7, 27, 51, 0.24);
}

.sl-who-different-secondary {
  color: #071b33;
  background: #ffffff;
  border: 1px solid #d6e3ef;
}

.sl-who-different-secondary:hover {
  color: #0b4f8a;
  border-color: rgba(56, 189, 248, 0.5);
  transform: translateY(-2px);
}

/* Grid */
.sl-who-different-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.sl-who-different-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border-radius: 26px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  overflow: hidden;
  transition: 0.25s ease;
}

.sl-who-different-card::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  opacity: 0;
  transition: 0.25s ease;
}

.sl-who-different-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-who-different-card:hover::after {
  opacity: 1;
}

.sl-who-different-card.featured {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.16);
}

.sl-who-different-card span {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  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: 22px;
  box-shadow: 0 14px 28px rgba(11, 79, 138, 0.20);
}

.sl-who-different-card.featured span {
  background: #ffffff;
  color: #071b33;
}

.sl-who-different-card h3 {
  position: relative;
  z-index: 2;
  color: #071b33;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 12px;
}

.sl-who-different-card p {
  position: relative;
  z-index: 2;
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.sl-who-different-card.featured h3 {
  color: #ffffff;
}

.sl-who-different-card.featured p {
  color: #dbeafe;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-who-different-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sl-who-different-content {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .sl-who-different-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-who-different-content h2 {
    font-size: 30px;
  }

  .sl-who-different-content p {
    font-size: 15px;
  }

  .sl-who-different-actions {
    display: grid;
  }

  .sl-who-different-primary,
  .sl-who-different-secondary {
    width: 100%;
  }

  .sl-who-different-grid {
    grid-template-columns: 1fr;
  }

  .sl-who-different-card {
    min-height: auto;
    padding: 26px;
    border-radius: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f0840f *//* ===============================
   Who We Are - Areas of Experience
================================ */

.sl-who-experience-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-who-experience-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;
}

/* Heading */
.sl-who-experience-heading {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.sl-who-experience-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-who-experience-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-who-experience-heading p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  max-width: 700px;
  margin: 0 auto;
}

/* Wrapper */
.sl-who-experience-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 34px;
  align-items: stretch;
}

/* Main Card */
.sl-who-experience-main {
  position: relative;
  padding: 38px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  box-shadow: 0 26px 64px rgba(7, 27, 51, 0.18);
  overflow: hidden;
}

.sl-who-experience-main::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.30), transparent 68%);
  pointer-events: none;
}

.sl-who-experience-main h3,
.sl-who-experience-main p,
.sl-who-experience-main a {
  position: relative;
  z-index: 2;
}

.sl-who-experience-main h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-who-experience-main p {
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.9;
  margin: 0;
}

.sl-who-experience-btn {
  margin-top: 30px;
  min-height: 52px;
  padding: 14px 26px;
  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-who-experience-btn:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

/* List */
.sl-who-experience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.sl-who-experience-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 16px 38px rgba(7, 27, 51, 0.05);
  transition: 0.25s ease;
}

.sl-who-experience-item:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 22px 52px rgba(7, 27, 51, 0.10);
}

.sl-who-experience-item span {
  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;
  box-shadow: 0 12px 24px rgba(11, 79, 138, 0.20);
}

.sl-who-experience-item h4 {
  color: #071b33;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-who-experience-wrapper {
    grid-template-columns: 1fr;
  }

  .sl-who-experience-main {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .sl-who-experience-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-who-experience-heading {
    margin-bottom: 36px;
  }

  .sl-who-experience-heading h2 {
    font-size: 30px;
  }

  .sl-who-experience-main {
    padding: 26px;
    border-radius: 24px;
  }

  .sl-who-experience-main h3 {
    font-size: 24px;
  }

  .sl-who-experience-list {
    grid-template-columns: 1fr;
  }

  .sl-who-experience-item {
    padding: 20px;
    border-radius: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bab9e7 *//* ===============================
   Who We Are - Final CTA
================================ */

.sl-who-final-cta {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-who-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-who-final-cta-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, #071b33, #0b4f8a);
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.20);
  overflow: hidden;
}

.sl-who-final-cta-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.30), transparent 68%);
  pointer-events: none;
}

.sl-who-final-cta-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-who-final-cta-content,
.sl-who-final-cta-actions {
  position: relative;
  z-index: 2;
}

.sl-who-final-cta-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-who-final-cta-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-who-final-cta-content p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.85;
  max-width: 820px;
  margin: 0;
}

.sl-who-final-cta-actions {
  display: grid;
  gap: 14px;
  min-width: 230px;
}

.sl-who-final-primary,
.sl-who-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-who-final-primary {
  background: #ffffff;
  color: #071b33;
}

.sl-who-final-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-who-final-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-who-final-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-who-final-cta-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sl-who-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .sl-who-final-cta {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-who-final-cta-box {
    padding: 28px;
    border-radius: 26px;
  }

  .sl-who-final-cta-content h2 {
    font-size: 30px;
  }

  .sl-who-final-cta-content p {
    font-size: 15px;
  }

  .sl-who-final-cta-actions {
    display: grid;
    width: 100%;
  }

  .sl-who-final-primary,
  .sl-who-final-secondary {
    width: 100%;
  }
}/* End custom CSS */