/* Sidenav style */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 60px;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
  }
  .sidenav a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: block;
  }
  .sidenav a:hover {
    background-color: #f5f5f5;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 30px;
  }

  .nav-link.active,
  .sidenav a.active {
    /* background: linear-gradient(to bottom, #1600d8, #ff9239); biru ke oranye */
    background: #003B7F ;
    color: #fff !important;
    font-weight: 650;
    border-radius: 6px;
    padding: 6px 12px;
  }

  /* <!-- FLOATING WA + CALL --> */
  .floating-btn {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .floating-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: 0.3s;
  }
  .floating-btn a.call {
    background-color: #2db5f7;
  }

  /* <!-- TO TOP --> */
  #toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #fd7e14;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 12px 14px;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: 0.3s;
  }








  /* /////////////home  */
  .highlight-bar { background-color: #ff9a00; color: #fff; padding: 10px 0; }
  .highlight-bar h2 { margin: 0; font-size: 1.5rem; }
  .highlight-bar small { font-style: italic; }
  .quote-icon { font-size: 3rem; color: #003B7F; }
  .service-card:hover { transform: translateY(-5px); box-shadow: 0 4px 20px rgba(0,0,0,0.1); transition: .3s ease; }
  .visibox { background-color: #003B7F; color: #fff; padding: 40px 20px; border-radius: 8px; }
  .partner-logo img { max-height: 50px; opacity: .8; transition: .3s; }
  .partner-logo img:hover { opacity: 1; transform: scale(1.05); }
  .testimonial .stars { color: gold; font-size: 1.2rem; }
  .portfolio-stat h3 { font-size: 2rem; font-weight: bold; }
  .gallery img { cursor: pointer; transition: .3s ease; border-radius: 8px; }
  .gallery img:hover { transform: scale(1.03); }



  .text-justify {
  text-align: justify;
}