.aero-bg-blue {background-color: #0F4E9E !important;}
.aero-blue {color: #0F4E9E !important}
.aero-red {color: #DE0031 !important}
.aero-btn-outline-blue {
  border: 1px solid #0F4E9E;
  border-radius: 10px;
  color: #0F4E9E;
  padding: 10px;
  background-color: white;
}

.w-3-rem{
  width: 3rem !important;
}

.h-3-rem{
  height: 3rem !important;
}

@font-face {
  font-family: 'Montserrat_Complete';
  src: url('/fonts/Montserrat_Complete/Fonts/TTF/Montserrat-Variable.ttf') format('truetype');
}

@font-face {
  font-family: 'Calibri';
  src: url('/fonts/calibri-font-family/calibri-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat_Complete', sans-serif;
}

.vid-title {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  margin-top: 0;
}

.vid-video-mask {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;  /* Ubah dari 50% ke 100% */
  height: 100%;
}

.vid-video-mask video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vid-text-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;  /* Ubah dari 50% ke 100% */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  mix-blend-mode: screen;
}

.vid-text-box h1 {
  color: black;
  margin: 0;
  padding: 0;
}

.break-line {
  height: 15px;
  opacity: 0.5;
}

.company-break-line {
  height: 5vh;
  background: linear-gradient(to right, #DE0031 50%, #1F5FAF 50%);
}

.transparent-line {
  height: 15px;
  opacity: 0;
}

.vh-8 { height: 8vh !important; }

.vw-8 { width: 8vw !important; }

.skill-box {
  width: 45rem;
  height: 40vh;
  border-radius: 10px;
  margin-top: 10vh;
}

.vision-card {
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  min-height: 35vh;
  display: flex;
}

.vision-card-background{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #003366 60%, rgba(0, 51, 102, 0.6));
  border-radius: 15px;
  z-index: 1;
}

.vision-card-content{
  position: relative;
  z-index: 2;
  max-width: 500px;
}

.certificate-image{
  width: 100%;
  max-width: 30%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.home-section{
  height: 100vh;
}

.fleet-support-block{
  max-height: 150px;
  min-height: 150px;
  object-fit: contain;
}

.curved-video{
  width: 100%;
  height: 120%;
  object-fit: cover;
  clip-path: ellipse(60% 80% at 50% 0%);
}

.curved-video-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
}

.fleet-support{
  background: #E8F0F9;
}

.btn-aero{
  background: linear-gradient(to right, #1F5FAA, #FF5F1F);
  border: none;
}

.btn-aero-2{
  background: linear-gradient(to right, #FF5F1F, #1F5FAA);
  border: none;
}

@media (max-width: 768px) {
  .vision-card {
    flex-direction: column;
  }

  .vision-card img {
    position: static;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
  }

  .vision-card-content {
    position: relative;
    z-index: 3;
    text-align: center;
  }
}

.text-justify {
  text-align: justify;
}

.nav-mini-bar {
  position: relative;
  top: 10px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #1F5FAA 50%, #FF5F1F 50%);
}
