.navbar-brand,.navbar-nav a{text-transform:uppercase;font-weight:600;}.cta-btn,.job-card a{transition:background-color .3s}footer,header{background-color:#2c3e50}.hero,.section,footer{text-align:center}.job-card a,.navbar-nav a,footer a{text-decoration:none}body{font-family:Raleway,sans-serif;background-color:#f5f5f5;color:#333}header{color:#fff}.navbar-nav a{color:#fff!important;margin:0 20px}.navbar-nav a:hover{border-bottom:2px solid #fff}.hero{background-color:#dfe3e8;padding:120px 20px}.hero h1{font-size:3.2em;color:#fff;margin-bottom:20px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.hero p,.job-card{margin-bottom:30px}.hero p{font-size:1.2em;color:#7f8c8d}.cta-btn:a{text-decoration:none;background-color:#2ecc71;color:#fff;font-size:1.1em;padding:15px 35px;border:none;border-radius:5px;cursor:pointer}.contact-form button:hover,.cta-btn:hover{background-color:#27ae60;color:#fff;}.section{padding:80px 20px;background-color:#fff;margin-top:20px}.section h2{font-size:2.5em;margin-bottom:20px;color:#34495e;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.section p{font-size:1.1em;color:#7f8c8d;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.jobs-list{display:flex;justify-content:space-around;flex-wrap:wrap;margin-top:40px}.job-card{background-color:#ecf0f1;border-radius:10px;width:270px;padding:30px;box-shadow:0 4px 15px rgba(0,0,0,.1);text-align:left;transition:transform .3s}.job-card:hover{transform:translateY(-10px)}.job-card h3{font-size:1.8em;margin-bottom:10px;color:#34495e}.job-card p{font-size:1em;color:#7f8c8d;margin-bottom:20px}.job-card a{background-color:#3498db;color:#fff;padding:12px 25px;border-radius:5px;font-weight:600}.job-card a:hover{background-color:#2980b9}.contact-form input,.contact-form textarea{width:80%;padding:15px;margin:10px 0;border:1px solid #ccc;border-radius:5px;font-size:1em;background-color:#f9f9f9}.contact-form button{background-color:#2ecc71;color:#fff;cursor:pointer}.contact-form button{padding:15px 40px;font-size:1.1em;border:none;border-radius:5px}footer{color:#fff;padding:30px 20px;margin-top:40px}footer a{color:#ecf0f1}footer a:hover{text-decoration:underline}#back-to-top{position:fixed;bottom:30px;right:30px;padding:15px 20px;border-radius:50%;display:none;font-size:14px;}.cover{object-fit:cover;}.card-img-top{height:180px;object-fit:cover;}.logokontak{height:150px;}.sektor2{background-color:#dfe3e8;color:#000;}.btp{object-fit:cover;width:75px;border-radius:50%;}#back-to-top:hover{cursor:pointer;}
.hero {
  position: relative;
  height: 100vh;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('guide-to-airport.webp');
  background-size: cover;
  background-position: center;
  filter: blur(5px);
}
/* Overlay to darken background for better text visibility */
.overlay {
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  text-align: center;
  color: white;
  padding: 20px;
  max-width: 800px;
}

.content h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif
  color: ;
}

.content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}

/* CTA Button */
.cta-button {
  display: inline-block;
      padding: 12px 24px;
      background-color: #00bfff;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      font-weight: bold;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      cursor: pointer;
}

.cta-button:hover {
  background-color: #009acd;
}

/* Simple fade-in animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Gaya awal navbar */
    .navbar-custom {
      transition: background-color 0.4s ease;
      background-color: #2c3e50;
    }

    /* Saat discroll - menjadi transparan */
    .navbar-transparent {
      background-color: rgba(138, 153, 164, 0.7) !important; /* abu-abu transparan */
      backdrop-filter: blur(6px);
    }

    .navbar-brand,
    .nav-link {
      font-weight: bold;
      color: white !important;
    }

    .nav-link:hover {
      color: #FFD700 !important;
    }

    /* Tambahkan margin agar konten tidak tertutup navbar */
    .counting{
    width: 100%;
    padding: 2rem 5%;
    margin: 1rem 0;
    min-height: 15rem;  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center; 
    justify-content: center; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/visabackground.webp");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/visabackground.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

    .counting .box{
    -webkit-box-flex: 1;
    -ms-flex:1 1 25rem;
        flex:1 1 25rem;
    text-align: center;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.counting .box i{
    color: white;
    font-size: 6rem;
    width: 6rem;
    padding-bottom: 1rem;
    text-align: center;
}

.counting .box .count{
    font-size: 5rem;
    font-weight: 500;
    color: white;
    padding-bottom: 0.5rem;
}
.counting .ftco-animate h2{
    color: white;
}

.counting .box h3{
    font-size: 2rem;
    font-weight: 400;
    color: white;
}
.about-section {
      max-width: 900px;
      margin: 80px auto;
      padding: 40px;
      background-color: white;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      border-radius: 12px;
    }

    .about-section h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #2c3e50;
      text-align: center;
    }

    .about-section p {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 20px;
      text-align: center;
    }

    .highlight {
      color: #3498db;
      font-weight: 600;
    }

    .icon {
      font-size: 1.3rem;
      margin-right: 6px;
    }
    #visatext{color:white;}
    #welcometext{color:#000;}
    .welcometextborder{background-color: rgba(255, 255, 255, 0.7); /* Putih transparan */
  padding: 16px;
  border-radius: 8px;
  color: #2c3e50; /* Warna teks gelap agar kontras */
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem; z-index: 1;}
  .form-group{margin-bottom: 10px;}
    @media only screen and (min-width: 400px) {
      #welcometext{color:#2c3e50;text-shadow: 1px 1px 4px rgba(255, 0, 0, 0.4);}
    }