:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #001233;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-11: #FF6B35;
  --ztc-family-font1: "Figtree", sans-serif;
}

body {
  margin: 0;
  font-family: "Figtree", sans-serif;
  color: #001233;
}

a {
  text-decoration: none;
  color: inherit;
}

.homepage5-body .vl-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 16px 0;
  background: #fff;
}

.homepage5-body .vl-main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.homepage5-body .vl-main-menu ul > li {
  display: inline-block;
  list-style: none;
}

.homepage5-body .vl-header-action-item {
  float: right;
}

.hero5-section {
  position: relative;
  z-index: 1;
  padding: 180px 0 0;
  overflow: hidden;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero5-section::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, #001233 2.66%, rgba(0, 18, 51, 0) 100%);
  z-index: -1;
}

.hero5-section .hero-header {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero5-section .hero-header h1 {
  color: #fff;
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.hero5-section .hero-header p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.vl-btn6 {
  display: inline-block;
  padding: 18px 24px;
  border-radius: 8px;
  color: #fff;
  background: #FF6B35;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.hero5-section .images .img1 img,
.hero5-section .images .img1 picture {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .hero5-section {
    padding: 160px 0 0;
  }
}
