@font-face {
      font-family: 'APIfont'; 
      src: url('../images/font/Xolonium-Bold.otf') format('opentype');
      font-weight: normal;
      font-style: normal; 
    }

.apifont {
    font-family: 'APIfont', sans-serif !important;
}

 .navbar-light .navbar-nav .nav-link{
     padding-top: 22px;
     padding-bottom: 22px;
     transition: 0.3s;
     padding-left: 24px;
     padding-right: 24px;
         font-size: 14px;
}
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     background: #ffc009;
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffc009 !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;

}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
  position: static;

}

.megamenu {
  position: absolute;
  width: 100%;
  max-height:400px;
  left: 0;
  right: 0;
  padding: 20px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu h3{
    text-align: center;
}
.megamenu i{
    width: 20px;
}
.nav-full {
  margin-left: 0!important;
  margin-right: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

.nav-center {
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
}

.nav-product {
    text-align: center;
}

.nav-product img{
    padding:20px;
}

.nav-product:hover {
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
  .hide-mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

.nav-sub {
    display: none;
}

.nav-sub li{
    list-style-type: none !important;
    font-size: 12px;

}

.nm:hover + .nav-sub {
        display: block; /* Makes the text visible when hovering over the parent */
    }

/* map */

.mapouter{position:relative;text-align:right;} 
.gmap_canvas{overflow:hidden;background:none!important;} 
.gmap_canvas iframe{width:100%;height:100%;} 
.mapouter a{display:block;font-size:0.85em;text-align:center;padding:5px 0;color:#6c757d;text-decoration:none;} 
.gme-generated-link{display:none!important;}


.updatemodal a {
    color:#515ef5;
}
.updatemodal {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
}

.hidden {
    display: none !important;
}

.widget-title {
   cursor: pointer;
}

.footer-about h6
{
    color: #FFF;
}

.ts-service-box-bg .btn
{
    width:90%;
    margin:10px;
    background-color: #25D366;
}

.ts-service-box-bg .btn:hover
{
    opacity: 0.7;
}

.parallax {
  /* The image used */
  background-image: url("../images/api/parallax-product.webp");

  /* Set a specific height */
  min-height: 300px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white{
    color: #fff;
}

.full{
    width: 100%;
}

.stroked{
 text-shadow: 4px 5px #333;

}

.bg-banner
{
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    padding:30px;
}
.list-project{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    background-color: #ececec;
    cursor: pointer;
}

.list-project:hover{
    background-color: #489441;
    color: #fff;

}
.list-project a:hover{

    color: #fff;

}

.nama-project{

    margin-left: 10px;
}

.tahun-project{


}

.logo-project
{
    width: 100%;
}


.product-logo img{
  width: 100%;
  padding:5px;
}

.bgproject
{
    background-image: url(../images/api/bgproject.webp);
    background-repeat: no-repeat;
    background-size: 100%; 
    background-position: bottom center;
}

.project-home{
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    height: 300px;
    border-radius: 10px;
    background-color: #fff;
    margin: 30px 0px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 30px;
    background-image: url(../images/project/home-project-panel.jpg);
    background-size: cover;
    background-position: center center;
    transition: background-image 0.2s ease-in-out;
    background-repeat: no-repeat;
}

.project-home:hover{
    background-image: url(../images/project/home-project-panel2.jpg);
}

.flex-break {
      flex-basis: 100%; /* Takes full width, forcing a new line */
      height: 0; /* Or a small height for visual separation */
    }

.project-panel{
    margin-bottom:-100px;
}


.desc-product
{   padding-top: 10px;
    border-top:3px solid #489441;
}

.home-item{
    width: 100%;
}
@media (max-width: 768px) {
.home-item{
    width: 100%;
    line-height: 1.2; /* Or 1.2em */
        height: calc(1.2 * 4em); /* Or 2.4em if using 1.2em for line-height */
        overflow: hidden;
    }
}

.home-product-banner img{
    width: 100%;
}

.productshow{
    background-color: #ccc;
    padding: 10px 0px;
}
.sub-kategori{
padding: 10px;
text-align: center;

border-bottom: none; 
}

.item-title{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 10px;
  padding-left: 15px;
  text-transform: uppercase;
  border-right: 5px solid #489441;
  cursor: pointer;
}

.item-list{
     list-style-type: none;
}

.moto-head{
    background-color: #489441 !important;
}

.nama-service{
    line-height: 1.2; 
        height: calc(1.2 * 3.5em);
}

.list-service{
    border-top: 2px solid #489441;
}

.project-info-label{
    color: #fff;
background-color: #489441;
padding: 5px;
}

.project-info-content{
    padding-left: 20px;
    font-size: 20px;
}

.holographic-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  margin-bottom: 20px;
}

.holographic-card {
  width: 100%;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}


.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(72, 148, 65,0.4)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(72, 148, 65,0.5);
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(90%);
}

.table-row
{
    cursor: pointer;
}

.darken:hover{
    opacity: 0.5;
}

table.dataTable thead tr {
  background-color: #489441;
  color: #fff;
}

table.dataTable tfoot tr {
  background-color: #489441;
  color: #fff;
}