.elementor-152 .elementor-element.elementor-element-33bf5b6{margin:110px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-152 .elementor-element.elementor-element-33bf5b6{margin:080px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-33bf5b6 */:root {
  --primary-blue: #1E5B96;
  --primary-blue-hover: #174A7A;
  --navy: #0B1F33;
  --light-blue: #EAF3FB;
  --white: #FFFFFF;
  --light-grey: #F5F7FA;
  --border-grey: #E5E7EB;
  --medium-grey: #6B7280;
  --dark-grey: #2F3A45;
}

.apex-about-hero {
  position: relative;
  width: 100%;
  min-height: 780px;
  padding: 180px 24px 110px;
  background:
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=80")
    center center / cover no-repeat;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.apex-about-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(11, 31, 51, 0.88) 0%,
      rgba(11, 31, 51, 0.72) 42%,
      rgba(11, 31, 51, 0.28) 100%
    ),
    radial-gradient(circle at 15% 80%, rgba(30, 91, 150, 0.35), transparent 32%);
  z-index: 1;
}

.apex-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.08), transparent 45%),
    radial-gradient(circle at center, transparent 0%, rgba(11,31,51,0.24) 100%);
  z-index: 2;
  pointer-events: none;
}

.apex-about-hero-container {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: end;
}

.apex-about-hero-content {
  max-width: 780px;
  color: var(--white);
}

.apex-about-label {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  backdrop-filter: blur(10px);
}

.apex-about-hero h1 {
  margin: 0 0 26px;
  color: var(--white);
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -3.5px;
}

.apex-about-hero-content p {
  max-width: 690px;
  margin: 0 0 40px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.75;
  font-weight: 500;
}

.apex-about-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.apex-about-btn {
  height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: 0.28s ease;
}

.apex-about-btn span {
  font-size: 20px;
  transition: transform 0.28s ease;
}

.apex-about-btn:hover span {
  transform: translateX(5px);
}

.apex-about-btn.primary {
  background: var(--white);
  color: var(--primary-blue);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.apex-about-btn.primary:hover {
  background: var(--light-blue);
  color: var(--primary-blue-hover);
  transform: translateY(-3px);
}

.apex-about-btn.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(10px);
}

.apex-about-btn.secondary:hover {
  background: var(--primary-blue);
  color: var(--white);
  transform: translateY(-3px);
}

.apex-about-stats {
  display: grid;
  gap: 16px;
}

.apex-about-stats div {
  padding: 26px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.apex-about-stats strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.apex-about-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 1100px) {
  .apex-about-hero {
    min-height: auto;
    padding: 160px 22px 90px;
  }

  .apex-about-hero-container {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .apex-about-hero-content {
    max-width: 820px;
  }

  .apex-about-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .apex-about-hero {
    padding: 135px 18px 75px;
    background-position: center center;
  }

  .apex-about-overlay {
    background:
      linear-gradient(
        to bottom,
        rgba(11, 31, 51, 0.86) 0%,
        rgba(11, 31, 51, 0.76) 52%,
        rgba(11, 31, 51, 0.88) 100%
      );
  }

  .apex-about-hero h1 {
    font-size: 44px;
    letter-spacing: -1.7px;
  }

  .apex-about-hero-content p {
    font-size: 16px;
  }

  .apex-about-actions {
    flex-direction: column;
  }

  .apex-about-btn {
    width: 100%;
  }

  .apex-about-stats {
    grid-template-columns: 1fr;
  }

  .apex-about-stats strong {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41f011e */:root {
  --primary-blue: #1E5B96;
  --primary-blue-hover: #174A7A;
  --navy: #0B1F33;
  --light-blue: #EAF3FB;
  --white: #FFFFFF;
  --light-grey: #F5F7FA;
  --border-grey: #E5E7EB;
  --medium-grey: #6B7280;
  --dark-grey: #2F3A45;
}

.apex-our-story-section {
  position: relative;
  width: 100%;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 12% 22%, rgba(30, 91, 150, 0.10), transparent 28%),
    linear-gradient(135deg, var(--white), var(--light-grey));
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.apex-our-story-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 90px;
  align-items: center;
}

.apex-story-image-wrap {
  position: relative;
}

.apex-story-main-image {
  position: relative;
  width: 100%;
  height: 680px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(11, 31, 51, 0.16);
}

.apex-story-main-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(11,31,51,0.06), rgba(11,31,51,0.22));
  z-index: 1;
}

.apex-story-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.apex-story-image-wrap:hover .apex-story-main-image img {
  transform: scale(1.06);
}

.apex-story-floating-card {
  position: absolute;
  right: -36px;
  bottom: 54px;
  z-index: 3;
  max-width: 285px;
  padding: 24px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--border-grey);
  box-shadow: 0 24px 60px rgba(11, 31, 51, 0.16);
}

.apex-story-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-blue);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.apex-story-floating-card span {
  display: block;
  color: var(--dark-grey);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.apex-story-content {
  max-width: 730px;
}

.apex-story-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border: 1px solid rgba(30, 91, 150, 0.14);
}

.apex-story-content h2 {
  margin: 0 0 26px;
  color: var(--navy);
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2.4px;
}

.apex-story-content > p {
  margin: 0 0 18px;
  color: var(--medium-grey);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

.apex-story-highlights {
  display: grid;
  gap: 14px;
  margin: 34px 0 36px;
}

.apex-story-highlight-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--border-grey);
  box-shadow: 0 14px 38px rgba(11, 31, 51, 0.06);
  transition: 0.28s ease;
  align-items: flex-start;
}

.apex-story-highlight-card:hover {
  transform: translateX(8px);
  border-color: rgba(30, 91, 150, 0.24);
  box-shadow: 0 20px 52px rgba(11, 31, 51, 0.10);
}

.apex-story-highlight-card > span {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--light-blue);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  flex-shrink: 0;
}

.apex-story-highlight-text {
  min-width: 0;
}

.apex-story-highlight-text strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.apex-story-highlight-text p {
  margin: 0;
  color: var(--medium-grey);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.apex-story-btn {
  height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--primary-blue);
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(30, 91, 150, 0.24);
  transition: 0.28s ease;
}

.apex-story-btn span {
  font-size: 20px;
  transition: transform 0.28s ease;
}

.apex-story-btn:hover {
  background: var(--primary-blue-hover);
  color: var(--white);
  transform: translateY(-3px);
}

.apex-story-btn:hover span {
  transform: translateX(5px);
}

.apex-story-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.story-shape-one {
  width: 340px;
  height: 340px;
  right: -130px;
  top: 90px;
  background: rgba(30, 91, 150, 0.08);
}

.story-shape-two {
  width: 220px;
  height: 220px;
  left: 8%;
  bottom: 80px;
  background: rgba(30, 91, 150, 0.07);
}

/* Tablet */
@media (max-width: 1100px) {
  .apex-our-story-section {
    padding: 100px 22px;
  }

  .apex-our-story-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .apex-story-content {
    max-width: 820px;
  }

  .apex-story-main-image {
    height: 560px;
  }

  .apex-story-floating-card {
    right: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .apex-our-story-section {
    padding: 80px 18px;
  }

  .apex-story-main-image {
    height: 420px;
    border-radius: 24px;
  }

  .apex-story-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: -44px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .apex-story-content h2 {
    font-size: 38px;
    letter-spacing: -1.4px;
  }

  .apex-story-content > p {
    font-size: 16px;
  }

  .apex-story-highlight-card {
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }

  .apex-story-highlight-card > span {
    width: 52px;
    height: 52px;
  }

  .apex-story-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c258e06 */:root {
  --primary-blue: #1E5B96;
  --primary-blue-hover: #174A7A;
  --navy: #0B1F33;
  --light-blue: #EAF3FB;
  --white: #FFFFFF;
  --light-grey: #F5F7FA;
  --border-grey: #E5E7EB;
  --medium-grey: #6B7280;
  --dark-grey: #2F3A45;
}

.apex-megan-section {
  position: relative;
  width: 100%;
  padding: 120px 24px;
  background:
    radial-gradient(circle at 85% 20%, rgba(30, 91, 150, 0.10), transparent 28%),
    linear-gradient(135deg, var(--white), var(--light-grey));
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.apex-megan-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 90px;
  align-items: center;
}

.apex-megan-content {
  max-width: 760px;
}

.apex-megan-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border: 1px solid rgba(30, 91, 150, 0.14);
}

.apex-megan-content h2 {
  margin: 0 0 26px;
  color: var(--navy);
  font-size: clamp(38px, 4.8vw, 70px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.apex-megan-content > p {
  margin: 0 0 18px;
  color: var(--medium-grey);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

.apex-megan-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 36px 0;
}

.apex-megan-highlights div {
  padding: 22px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--border-grey);
  box-shadow: 0 14px 38px rgba(11, 31, 51, 0.06);
  transition: 0.28s ease;
}

.apex-megan-highlights div:hover {
  transform: translateY(-6px);
  border-color: rgba(30, 91, 150, 0.24);
  box-shadow: 0 22px 55px rgba(11, 31, 51, 0.10);
}

.apex-megan-highlights strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.apex-megan-highlights span {
  display: block;
  color: var(--medium-grey);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}

.apex-megan-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.apex-megan-btn {
  height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: 0.28s ease;
}

.apex-megan-btn span {
  font-size: 20px;
  transition: transform 0.28s ease;
}

.apex-megan-btn:hover span {
  transform: translateX(5px);
}

.apex-megan-btn.primary {
  background: var(--primary-blue);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(30, 91, 150, 0.24);
}

.apex-megan-btn.primary:hover {
  background: var(--primary-blue-hover);
  color: var(--white);
  transform: translateY(-3px);
}

.apex-megan-btn.secondary {
  background: var(--white);
  color: var(--primary-blue);
  border: 1px solid rgba(30, 91, 150, 0.18);
  box-shadow: 0 14px 34px rgba(11, 31, 51, 0.08);
}

.apex-megan-btn.secondary:hover {
  background: var(--light-blue);
  color: var(--primary-blue-hover);
  transform: translateY(-3px);
}

.apex-megan-image-wrap {
  position: relative;
}

.apex-megan-image-card {
  position: relative;
  width: 100%;
  height: 720px;
  border-radius: 34px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 34px 90px rgba(11, 31, 51, 0.18);
}

.apex-megan-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(11,31,51,0.02), rgba(11,31,51,0.24));
  z-index: 1;
}

.apex-megan-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.7s ease;
}

.apex-megan-image-wrap:hover .apex-megan-image-card img {
  transform: scale(1.06);
}

.apex-megan-floating-card {
  position: absolute;
  left: -42px;
  bottom: 56px;
  z-index: 3;
  max-width: 320px;
  padding: 26px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--border-grey);
  box-shadow: 0 24px 60px rgba(11, 31, 51, 0.16);
}

.apex-megan-floating-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.apex-megan-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.apex-megan-floating-card p {
  margin: 0;
  color: var(--medium-grey);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.apex-megan-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.megan-shape-one {
  width: 340px;
  height: 340px;
  right: -130px;
  top: 80px;
  background: rgba(30, 91, 150, 0.08);
}

.megan-shape-two {
  width: 220px;
  height: 220px;
  left: 8%;
  bottom: 80px;
  background: rgba(30, 91, 150, 0.07);
}

/* Tablet */
@media (max-width: 1100px) {
  .apex-megan-section {
    padding: 100px 22px;
  }

  .apex-megan-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .apex-megan-content {
    max-width: 860px;
  }

  .apex-megan-image-card {
    height: 620px;
  }

  .apex-megan-floating-card {
    left: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .apex-megan-section {
    padding: 80px 18px;
  }

  .apex-megan-content h2 {
    font-size: 38px;
    letter-spacing: -1.4px;
  }

  .apex-megan-content > p {
    font-size: 16px;
  }

  .apex-megan-highlights {
    grid-template-columns: 1fr;
  }

  .apex-megan-actions {
    flex-direction: column;
  }

  .apex-megan-btn {
    width: 100%;
  }

  .apex-megan-image-card {
    height: 460px;
    border-radius: 24px;
  }

  .apex-megan-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: -44px;
    margin-left: 18px;
    margin-right: 18px;
  }
}/* End custom CSS */