body {
  font-family: 'Montserrat', sans-serif;
}

/*================================
produk css
==================================*/
 .card-title {
  font-weight: bold;
  font-size: 1rem;
}

.card img {
  border-radius: 6px;
}

.card-footer a.btn {
  flex: 1;
  margin: 0 2px;
}

.carousel-inner img {
  object-fit: cover;
  height: 180px;
}
.carousel-control-prev:hover span,
.carousel-control-next:hover span {
  color: red;
}

/*================================
sidebar checek box
==================================*/
.form-check-input {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
}

.form-check-label {
  margin-left: 8px;
}

/*================================
slide
==================================*/
..hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 80px 20px;
}

@media (max-width: 768px) {
  .hero-slide {
    height: 400px;
  }
  .hero-overlay h1 {
    font-size: 1.8rem;
  }
  .hero-overlay p {
    font-size: 1rem;
  }
}
/*================================
sidebar checek box
==================================*/
.bg-about-greenforest {
  background-color: #ffffff;
}

.about-img {
  max-width: 300px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
}

.about-credit {
  font-size: 14px;
  color: #000000;
}

.about-credit a {
  color: #365EFF;
  text-decoration: underline;
}

.btn-about {
  display: inline-block;
  padding: 10px 30px;
  background-color: #365EFF;
  color: rgb(0, 0, 0);
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-about:hover {
  background-color: #1c3bcc;
  color: white;
}
/*================================
layanan css
==================================*/
.bg-primary {
    background-color: #169e9b !important;
}
.fw-bold {
    font-weight: 600;
}

/*================================
about
==================================*/
.promo-section {
  background: linear-gradient(135deg, #169e9b, #175b5a);
  padding: 60px 20px;
  border-radius: 30px;
  margin: 40px;
}

.promo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.promo-left {
  flex: 1 1 500px;
  color: rgb(255, 255, 255);
}

.promo-left h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

.promo-left .gratis {
  font-size: 48px;
  display: block;
  font-weight: bold;
}

.promo-left p {
  font-size: 18px;
  margin-bottom: 25px;
}

.promo-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: rgb(255, 255, 255);
  color: #25a3a3;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.btn-secondary {
  background-color: #ffffff;
  color: #39bf90;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.promo-links a {
  display: inline-block;
  margin-right: 15px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-decoration: none;
}

.promo-links i {
  margin-right: 5px;
}

.promo-right {
  flex: 1 1 500px;
  text-align: center;
}

.promo-right img {
  max-width: 100%;
  height: auto;
}

.platform-logos {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.platform-logos img {
  width: 40px;
  height: auto;
}

/*================================
footer
==================================*/
.footer-bsi {
  background-color: #169e9b;
  color: #fff;
  padding: 50px 20px;
  font-family: sans-serif;
}

.footer-bsi .container {
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-logo {
  flex: 1 1 250px;
}

.footer-logo img.logo-footer {
  width: 160px;
  margin-bottom: 15px;
}

.footer-logo h4 {
  margin-top: 20px;
  font-weight: bold;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: white;
  font-size: 18px;
}

.contact-info {
  list-style: none;
  padding-left: 0;
}

.contact-info li {
  margin: 5px 0;
}

.footer-links {
  flex: 1 1 200px;
}

.footer-links h4 {
  font-weight: bold;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 5px 0;
}

.footer-links ul li a {
  color: white;
  text-decoration: none;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
  }
}


/*================================
pelanggan 
==================================*/
.bg-sponsors-section {
  background-color: #f9f9f9;
}

.sponsors-item {
  padding: 10px;
}

.sponsors-item img {
  max-height: 80px;
  object-fit: contain;
}
/*================================
galeri 
==================================*/
.project-plus {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card:hover .project-plus {
  opacity: 1;
  cursor: pointer;
}
/*================================
kontak
==================================*/
.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-sidebar-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
}

.contact-sidebar-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*================================
colosal produk gambar
==================================*/
.thumb-gallery .thumb-img {
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.thumb-gallery .thumb-img:hover {
  opacity: 1;
  transform: scale(1.05);
}
.transition-fast {
  transition: all 0.2s ease-in-out;
}
.transition-fast:hover {
  transform: scale(1.03);
  opacity: 0.95;
}
.badge {
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 10px;
}
/*================================
produk lagi ==================================*/

/* Transisi halus saat gambar utama berganti */
.main-image img,
#gambarUtama {
  transition: opacity 0.3s ease-in-out;
}

/* Hover thumbnail efek */
.thumb-galeri {
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.thumb-galeri:hover,
.thumb-galeri.active {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #007bff;
}

.main-image img:hover {
  transform: scale(1.02);
}
/*================================
topbar==================================*/
.topbar {
  position: sticky;
  top: 0;
  z-index: 999;
}
.text-shadow {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
/*================================
wa
==================================*/

.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-decoration: none;
  z-index: 9999;
}

.wa-float img {
  width: 20px;
  height: 20px;
}

.wa-float span {
  display: block;
  line-height: 1.2;
}

.wa-bubble {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #fff;
  color: #000;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-size: 13px;
  z-index: 9998;
  max-width: 220px;
}

/* WA List Popup */
.wa-list {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  z-index: 9999;
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

.wa-item {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.wa-item a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  display: block;
}

.wa-item a:hover {
  background-color: #f1f1f1;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}
