body {
  font-family: "Poppins";
}


/* HERO */

.hero {
  height: 91vh; /* penuh layar */
  background: url('../img/hero.jpeg') no-repeat center center;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.hero2 {
  height: 91vh; /* penuh layar */
  background: url('../img/layanan/hero.png') no-repeat center center;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

/* Overlay biar teks tetap jelas */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.6); /* hitam transparan */
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2; /* teks di atas overlay */
}

/* nabar */
/* Default link navbar */
.navbar .nav-link {
  color: #111 !important;      /* hitam */
  font-weight: 550;
  transition: color 0.3s ease; /* biar smooth saat hover */
}

/* Hover link navbar */
.navbar .nav-link:hover {
  color: #3a4238 !important;   /* abu-abu */
}

/* Aktif menu (saat diklik/halaman aktif) */
.navbar .nav-link.active {
  color: #000 !important; 
  font-weight: 600;            /* lebih tebal biar kelihatan aktif */
}

/* about */
.carousel-item img {
  width: 100%;              /* biar full lebar carousel */
  height: 350px !important;            /* atur tinggi sama rata */
  object-fit: cover;        /* zoom & crop otomatis agar proporsional */
  object-position: center;  /* fokus di tengah gambar */
}
.carousel-inner {
  color: rgb(0, 0, 0) !important;
}
.footer-title{
  font-size: 17px;

}

.footer-link {
  font-size: 14px;
  color: #8e8080;
  text-decoration: none;
}

.footer-link:hover{
  color: #ada5a5;
}

.footer {
  width: 100%;
}

.copyr {
  font-size: 12px;
}

/* .aktif {
  display: inline-block;
  border-bottom: 2px solid rgb(0, 0, 0); 
  padding-bottom: 0.5px;
} */

/* laya */

.carousel-item img {
  width: 100%;
  height: 250px; /* atau sesuaikan dengan kebutuhan */
  object-fit: cover;
  border-radius: 8px; /* mirip efek 'rounded' */

}

.navbar .dropdown-toggle::after {
  display: none !important;
  background-color: red;
}

.text-logo {
  margin-top: 200px !important;
}

.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;       /* jarak dari bawah */
  right: 20px;        /* jarak dari kanan */
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
}

.wa-icon {
  width: 35px;
  margin-top: 12px;
}

.masonry {
    column-count: 3;   /* jumlah kolom */
    column-gap: 15px;  /* jarak antar kolom */
  }
  .masonry img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    display: block;
  }

/* .......................................................................................................... */

/* nav COLLAPSE */
@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(253, 253, 253, 0.7); /* putih transparan */
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    font-weight: 600;
  }
  
  .dropdown-menu {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-size: 15px;    
  }

.hero {
  height: 90vh; /* penuh layar */
  background: url('../img/hero.jpeg') no-repeat center center;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.hero2 {
  height: 90vh; /* penuh layar */
  background: url('../img/layanan/hero.png') no-repeat center center;
  background-attachment: fixed;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.fs2 {
  font-size: x-large !important;
}
.fs6 {
  font-size: 1rem !important;
}

.text-logo {
  font-size: medium !important;  
}

.copyr {
  font-size: 10px;
}

.bg-2-services {
  background-color: rgb(255, 251, 251);
}

    /* scroll landing page */
    #sewaalat {
      scroll-margin-top: 80px !important;
    }
    
    #cutandfill {
      scroll-margin-top: 92px !important;
    }

    #konstruksi {
      scroll-margin-top: 90px !important;
    }

    .masonry {
        column-count: 2;   /* jumlah kolom */
        column-gap: 5px;  /* jarak antar kolom */
      }      
      
    .masonry img {
      width: 100%;
      margin-bottom: 5px;
      border-radius: 10px;
      display: block;
    }
    /* end */

}

 @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
      background: #f4f0f0;
      /* background: rgba(255, 255, 255, 0.4); */
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      color: white;
      font-size: 15px;
    }

    .figure-img {
      height: 480px;
    }

    .mt5pc {
      margin-top: 2rem;
    }
    /* scroll landing page */
    #sewaalat {
      scroll-margin-top: 80px !important;
    }
    
    #cutandfill {
      scroll-margin-top: 92px !important;
    }

    #konstruksi {
      scroll-margin-top: 90px !important;
    }

    /* end */

}

