.elementor-486 .elementor-element.elementor-element-7ba5d277{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5b880154 */.hero-section {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, #FC9223 0%, #0B1E3D 45%, #0B1E3D 100%);
  font-family: 'Rokkitt', serif;
  min-height: 700px;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 65% 100%);
  opacity: 0.9;
  overflow: hidden;
}

.hero-overlay-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0B1E3D 0%, rgba(11, 30, 61, 0.2) 30%, rgba(11, 30, 61, 0) 100%);
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.hero-content {
  max-width: 560px;
  padding: 60px 0;
}

.hero-subheading {
  font-family: 'Rokkitt', serif;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FC9223;
  margin: 0 0 24px 0;
}

.hero-subheading::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FC9223' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-heading {
  font-family: 'Rokkitt', serif;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}

.hero-heading em {
  font-style: normal;
  color: #FC9223;
}

.hero-text {
  font-family: 'Rokkitt', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #FFFFFF;
  margin: 0 0 40px 0;
  max-width: 460px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 48px;
}

.hero-btn {
  font-family: 'Rokkitt', serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
  outline: none;
  font: inherit;
}

.hero-btn-primary {
  background: #FC9223;
  color: #FFFFFF;
}

.hero-btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #2E6FDB;
}

.hero-btn-primary:hover {
  background: linear-gradient(135deg, #FC9223 0%, #FC9223 75%, #2E6FDB 100%);
  color: #FFFFFF;
}

.hero-btn-secondary:hover {
  background: linear-gradient(135deg, #FC9223 0%, #FC9223 75%, #2E6FDB 100%);
  border-color: #FC9223;
  color: #FFFFFF;
}

.hero-features {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid rgba(46, 111, 219, 0.3);
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hero-feature-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.hero-feature-text {
  font-family: 'Rokkitt', serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  white-space: nowrap;
}

.hero-feature-text span {
  display: block;
  font-weight: 400;
  color: #FFFFFF;
}

.hero-feature-divider {
  width: 1px;
  align-self: stretch;
  min-height: 34px;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

@media (max-width: 1300px) {
  .hero-features {
    gap: 12px;
  }
  .hero-feature-icon {
    width: 26px;
    height: 26px;
  }
  .hero-feature-text {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: auto;
  }
  .hero-overlay {
    clip-path: none;
    opacity: 0.35;
  }
  .hero-overlay::after {
    background: linear-gradient(180deg, #0B1E3D 0%, rgba(11, 30, 61, 0.75) 100%);
  }
  .hero-container {
    padding: 0 20px;
  }
  .hero-content {
    max-width: 100%;
    padding: 100px 0 80px;
    text-align: center;
  }
  .hero-subheading {
    justify-content: center;
  }
  .hero-heading {
    font-size: 34px;
  }
  .hero-text {
    max-width: 100%;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    column-gap: 16px;
    text-align: left;
  }
  .hero-feature-icon {
    width: 34px;
    height: 34px;
  }
  .hero-feature-text {
    font-size: 14px;
    white-space: normal;
  }
  .hero-feature-divider {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 80px 0 60px;
  }
  .hero-heading {
    font-size: 26px;
  }
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  .hero-btn {
    width: 100%;
  }
  .hero-features {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 12px;
  }
  .hero-feature-icon {
    width: 28px;
    height: 28px;
  }
  .hero-feature-text {
    font-size: 12.5px;
  }
}/* End custom CSS */