.elementor-342 .elementor-element.elementor-element-6e156cb{--display:flex;--min-height:785px;--margin-top:80px;--margin-bottom:80px;--margin-left:40px;--margin-right:40px;}.elementor-342 .elementor-element.elementor-element-63cf9e9{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-342 .elementor-element.elementor-element-d77d509{text-align:center;}.elementor-342 .elementor-element.elementor-element-d77d509 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:83px;font-weight:bold;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-342 .elementor-element.elementor-element-3164a4e{text-align:center;font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:300;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-342 .elementor-element.elementor-element-3a71cb2 .elementor-button{background-color:var( --e-global-color-de2aca1 );}.elementor-342 .elementor-element.elementor-element-3a71cb2{width:var( --container-widget-width, 20% );max-width:20%;--container-widget-width:20%;--container-widget-flex-grow:0;top:689.988px;}.elementor-342 .elementor-element.elementor-element-3a71cb2.elementor-element{--align-self:center;}body:not(.rtl) .elementor-342 .elementor-element.elementor-element-3a71cb2{left:1029.988px;}body.rtl .elementor-342 .elementor-element.elementor-element-3a71cb2{right:1029.988px;}.elementor-342 .elementor-element.elementor-element-5c2526e .elementor-button{background-color:var( --e-global-color-de2aca1 );}.elementor-342 .elementor-element.elementor-element-5c2526e{width:var( --container-widget-width, 10% );max-width:10%;margin:0px 500px calc(var(--kit-widget-spacing, 0px) + -26px) 0px;padding:0px 0px 0px 0px;--container-widget-width:10%;--container-widget-flex-grow:0;top:702.977px;}.elementor-342 .elementor-element.elementor-element-5c2526e.elementor-element{--align-self:center;}body:not(.rtl) .elementor-342 .elementor-element.elementor-element-5c2526e{left:827.977px;}body.rtl .elementor-342 .elementor-element.elementor-element-5c2526e{right:827.977px;}.elementor-342 .elementor-element.elementor-element-e91af37{--display:flex;}@media(min-width:768px){.elementor-342 .elementor-element.elementor-element-63cf9e9{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-00c332d */.mm-hero-slider {
  position: relative;
  width: 100%;
  min-height: 92vh;
  overflow: hidden;
  background: #05070b;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.mm-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s ease, transform 6s ease;
  z-index: 1;
  will-change: opacity, transform;
}

.mm-hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.mm-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4,8,15,0.88) 0%, rgba(4,8,15,0.68) 42%, rgba(4,8,15,0.35) 68%, rgba(4,8,15,0.20) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.18) 100%);
}

.mm-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 40px 90px;
}

.mm-hero-inner {
  max-width: 760px;
}

.mm-hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border: 1px solid rgba(98, 168, 255, 0.35);
  border-radius: 999px;
  background: rgba(11, 24, 46, 0.55);
  color: #9fc8ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.mm-hero-title {
  margin: 0 0 20px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 820px;
}

.mm-hero-title span {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #8ec5ff 45%, #4c9fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mm-hero-text {
  margin: 0 0 32px;
  max-width: 650px;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
  color: rgba(255,255,255,0.86);
  font-weight: 400;
}

.mm-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 42px;
}

.mm-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.mm-hero-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1f6fff 0%, #56b2ff 100%);
  box-shadow: 0 10px 30px rgba(33, 111, 255, 0.28);
}

.mm-hero-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(33, 111, 255, 0.38);
}

.mm-hero-btn--secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}

.mm-hero-btn--secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(142, 197, 255, 0.6);
  background: rgba(255,255,255,0.10);
}

.mm-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
}

.mm-hero-meta-item {
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  background: rgba(10, 16, 28, 0.58);
  backdrop-filter: blur(10px);
}

.mm-hero-meta-item strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.mm-hero-meta-item span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.5;
}

.mm-hero-nav {
  position: absolute;
  z-index: 4;
  right: 28px;
  bottom: 110px;
  display: flex;
  gap: 10px;
}

.mm-hero-arrow {
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.mm-hero-arrow:hover {
  background: rgba(86,178,255,0.25);
  transform: translateY(-2px);
}

.mm-hero-dots {
  position: absolute;
  z-index: 4;
  left: 40px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mm-hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}

.mm-hero-dot.active {
  width: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3d8cff 0%, #7bc8ff 100%);
}

@media (max-width: 1024px) {
  .mm-hero-slider {
    min-height: 86vh;
  }

  .mm-hero-content {
    padding: 110px 30px 90px;
  }

  .mm-hero-meta {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .mm-hero-nav {
    right: 24px;
    bottom: 34px;
  }

  .mm-hero-dots {
    left: 30px;
    bottom: 54px;
  }
}

@media (max-width: 767px) {
  .mm-hero-slider {
    min-height: 84vh;
  }

  .mm-hero-content {
    padding: 90px 20px 80px;
  }

  .mm-hero-title {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.02;
  }

  .mm-hero-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .mm-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .mm-hero-btn {
    width: 100%;
  }

  .mm-hero-nav {
    right: 20px;
    bottom: 20px;
  }

  .mm-hero-arrow {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .mm-hero-dots {
    left: 20px;
    bottom: 34px;
  }

  .mm-hero-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}/* End custom CSS */