body {
  font-family: 'Nunito', sans-serif;
  background-color: #ffffff;
  color: #333333;
}

nav {
  background-color: #ffffff;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1);
}

nav .nav-link {
  color: #333333;
  position: relative;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: semi-bold;
  padding: 1rem 1.rem;
}

nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #001f3f;
  transition: width 0.3s ease-in-out;
}

nav .nav-link:hover::after {
  width: 100%;
}

nav .navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: semi-bold;
  color: #838383dd;
}

nav .navbar-brand:hover {
  color: #001f3f;
}

/* CTA Highlight Styling */
.navbar .btn-cta {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #4095a9;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.navbar .btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  height: 100%;
  width: 50%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}



.hero {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #001f3f;
  }
  
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    /*background-color: rgba(255, 255, 255, 0.6); /* Optional overlay */
    z-index: 0;
  }
  
  .hero img {
    position: absolute;
    filter:opacity(0.5);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* Ensures full image fills without distortion */
    z-index: -1;
  }
  
  .hero h1,
  .hero p,
  .hero .btn {
    position: top;
    z-index: 1;
    margin-bottom: 1rem;
  }
  
  .hero h1 {
    font-size: 3rem;
    font-weight: 700;
  }
  
  .hero .btn {
    background-color: transparent;
    color: #001f3f;
    border: 2px solid #001f3f;
    border-radius: 5px;
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .hero .btn:hover {
    background-color: #001f3f;
    color: #ffffff;
  }  
  
  /* ABOUT Section */
  .section-title {
    color: #001f3f;
    font-weight: 700;
  }
  
  .about {
    background-color: #f8f9fa;
    padding: 5rem 0;
    text-align: center;
  }
  
  .about h2 {
    color: #001f3f;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  
  .about p {
    color: #666666;
    line-height: 1.6;
    font-weight: 500;
    justify-content: center;
    padding: 5rem 0;
    font-size: 1.2rem;  
  }  

/* Highlight rental card */
/* Styling untuk rental-theme-card */
.rental-theme-card {
  background-color: #e8f4f7; /* soft blue */
  border: 1px solid #b3dce5;
  color: #1d3f44;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}

.rental-theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(64, 149, 169, 0.3);
}

.rental-theme-card .card-title {
  color: #4095a9;
}

.rental-theme-card .btn-outline-primary {
  border-color: #4095a9;
  color: #4095a9;
}

.rental-theme-card .btn-outline-primary:hover {
  background-color: #4095a9;
  color: white;
}


.card {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card .btn {
  transition: background-color 0.3s ease, color 0.3s ease;
  border-color: #001f3f;
  color: #001f3f;
}

.card .btn:hover {
  background-color: #001f3f;
  color: #fff;
}

.scroll-row-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.scroll-row {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
}

.scroll-row::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.scroll-track {
  display: inline-flex;
  gap: 40px;
  padding: 10px;
  animation: scroll-horizontal 60s linear infinite;
}

.scroll-track img {
  width: 120px;         /* atau ukuran sesuai kebutuhan */
  height: 60px;
  object-fit: contain;  /* menjaga proporsi gambar */
  object-position: center;
  padding: 5px;
  background-color: white;  /* opsional, biar bersih */
  border-radius: 8px;       /* opsional, biar rapi */
  box-shadow: 0 2px 5px rgba(0,0,0,0.05); /* opsional */
  transition: transform 0.3s ease;
}

.scroll-track img:hover {
  transform: scale(1.05);
}


@keyframes scroll-horizontal {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


  

  /* Contact Section */
#contact {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

#contact .section-title {
  color: #001f3f;
  font-weight: 700;
}

#contact .card {
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#contact .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

#contact .card-title {
  color: #001f3f;
  font-weight: 600;
  font-size: 1.25rem;
}

#contact .card-text {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1.5rem;
}

#contact .btn-outline-primary,
#contact .btn-outline-success {
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

#contact .btn-outline-primary:hover,
#contact .btn-outline-success:hover {
  color: #fff;
}

#contact .btn-outline-primary:hover {
  background-color: #001f3f;
  border-color: #001f3f;
}

#contact .btn-outline-success:hover {
  background-color: #25D366;
  border-color: #25D366;
}

#contact img {
  height: 200px;
  width: fit-content;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

footer {
  background: #001f3f;
  color: #fff;
  padding: 2rem 0;
  text-align: left;
}

footer .container {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

footer .logo img {
  width: 50px;
  padding: 0.5rem;
  height: 50px;
  color: #fff;
  filter: brightness (0) invert(1);
}

footer .logo h1 {
  font-size: 2rem;
  color: #001f3f;
  margin-bottom: 3px;
}

footer .logo p {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3px;
}

footer .social-icons img {
  height: 32px;
  transition: color 0.3s ease;
}

footer .social-icons img:hover {
  filter: invert(0.5);
  color: #001f3f;
  transform: scale(1.1);
}



.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 2px solid #25D366;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1000;
  text-decoration: none;
}

.whatsapp-btn:hover {
  background-color: #25D366;
}

.whatsapp-btn img {
  filter: invert(0);
  transition: filter 0.3s ease;
}

.whatsapp-btn:hover img {
  filter: invert(1);
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1rem;
  }
}