.elementor-kit-19{--e-global-color-primary:#111111;--e-global-color-secondary:#2D2D2D;--e-global-color-text:#4B5563;--e-global-color-accent:#BFC5CC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --wm-black: #111111;
  --wm-dark: #1e1e1e;
  --wm-grey: #6b7280;
  --wm-light: #f5f5f5;
  --wm-border: #e5e7eb;
  --wm-white: #ffffff;
  --wm-silver: #bfc5cc;
}

body {
  font-family: Inter, sans-serif;
  color: var(--wm-grey);
}

h1, h2, h3, h4 {
  font-family: Poppins, sans-serif;
  color: var(--wm-black);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.wm-container {
  max-width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wm-dark-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.16), transparent 28%),
    linear-gradient(135deg, #050505 0%, #111111 55%, #2d2d2d 100%);
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.wm-badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.wm-gradient-text {
  background: linear-gradient(90deg, #ffffff, #bfc5cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wm-hero-title {
  font-size: 64px;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 24px;
}

.wm-hero-text {
  color: #d1d5db;
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 34px;
}

.wm-btn {
  display: inline-block;
  padding: 15px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  margin-right: 12px;
}

.wm-btn-light {
  background: #fff;
  color: #111;
}

.wm-btn-dark {
  background: #111;
  color: #fff;
}

.wm-btn-outline-light {
  border: 1px solid rgba(255,255,255,0.55);
  color: #fff;
}

.wm-btn:hover {
  transform: translateY(-3px);
}

.wm-section {
  padding: 100px 0;
}

.wm-light-section {
  background: var(--wm-light);
}

.wm-section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 55px;
}

.wm-section-heading h2 {
  font-size: 44px;
  margin-bottom: 16px;
}

.wm-section-heading p {
  font-size: 17px;
  line-height: 1.7;
}

.wm-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.wm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wm-card {
  background: #fff;
  border: 1px solid var(--wm-border);
  border-radius: 26px;
  padding: 32px;
  box-shadow: 0 14px 40px rgba(17,17,17,0.05);
  transition: 0.35s ease;
}

.wm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(17,17,17,0.10);
  border-color: var(--wm-silver);
}

.wm-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #111111, #3a3a3a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 22px;
}

.wm-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.wm-card p {
  line-height: 1.7;
}

.wm-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.wm-image-box img {
  border-radius: 32px;
  box-shadow: 0 25px 70px rgba(17,17,17,0.12);
  width: 100%;
}

.wm-check-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.wm-check-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px;
  color: #2d2d2d;
  line-height: 1.6;
}

.wm-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}

.wm-cta {
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 30%),
    linear-gradient(135deg, #050505, #111111, #2d2d2d);
  border-radius: 36px;
  padding: 90px 40px;
  text-align: center;
}

.wm-cta h2 {
  color: #fff;
  font-size: 44px;
}

.wm-cta p {
  color: #d1d5db;
  max-width: 720px;
  margin: 20px auto 34px;
  font-size: 17px;
}

@media(max-width: 1024px) {
  .wm-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .wm-two-col {
    grid-template-columns: 1fr;
  }

  .wm-hero-title {
    font-size: 48px;
  }
}

@media(max-width: 767px) {
  .wm-dark-hero {
    min-height: auto;
    padding: 120px 0 70px;
  }

  .wm-grid-4,
  .wm-grid-3 {
    grid-template-columns: 1fr;
  }

  .wm-section {
    padding: 70px 0;
  }

  .wm-hero-title {
    font-size: 38px;
  }

  .wm-section-heading h2,
  .wm-cta h2 {
    font-size: 30px;
  }
}/* End custom CSS */