.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}


.btn-warning {
  background-color: #f9f871;
  color: #000;
  border: none;
}

.btn-warning:hover {
  background-color: #fff78a;
  color: #000;
}

.top-bar {
  background-color: #ffffff;
}

.phone-box {
  background-color: #ecff5a;
  border-radius: 2px;
}

.active-link {
    color: #0d6efd !important; /* blue (Bootstrap primary) */
    font-weight: 600;
}


.phone-box span {
  color: #4d7a67;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Default navbar style */
.navbar-custom {
  background-color: #7c9bd6;
  padding: 8px 0;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
  box-shadow: none;
}

/* Navbar when scrolled */
.navbar-custom.scrolled {
  background-color: rgba(124, 155, 214, 0.6); /* transparent blue */
  backdrop-filter: blur(8px);
}

/* Navbar links */
.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  padding: 10px 18px;
  transition: color 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ecff5a !important;
}

.phone-box {
  background-color: #ecff5a;
  border-radius: 2px;
}

.phone-box span {
  color: #4d7a67;
  font-weight: 600;
  letter-spacing: 1px;
}
.paparan-section {
  background-color: #2f3a4a; /* same as your dark background */
}

.laptop-wrapper {
  text-align: center;
}

.laptop-img {
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.info-title {
  margin-top: 0;       /* remove top margin */
  padding-top: 2px;    /* very small visual gap */
  font-weight: 600;
}

.browser-note {
  /* margin-top: 4px;     small gap below the title */
  /* line-height: 1.4; */
  color: #d1d5db;
  display: inline-block;
  max-width: 600px;
}

#services {
    padding-top: 20px !important;   /* Reduce top space */
}

#services h2 {
    margin-bottom: 20px !important;  /* Reduce gap under heading */
}

.service-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;          /* Center the images */
}

.col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}



.custom-footer {
    background-color: #2c384a;
    color: #ffffff;
    padding: 60px 0 20px;
    font-family: "Helvetica", sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 280px;
}

.footer-column h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.footer-column p {
    margin: 10px 0;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.footer-icons i {
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
    opacity: 0.8;
}

.footer-icons i:hover {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    opacity: 0.75;
}



