    :root {
    --color-primary: #2E3192;     /* Biru utama */
    --color-button: #FFCD00;   /* Kuning tombol */
    --color-text-dark: #333333;   /* Teks gelap */
    --color-text-light: #FFFFFF;  /* Teks terang */
    --color-text-footer: #dfdfdf;
    }
    body {
        font-family: 'Inter', sans-serif;
        letter-spacing: -0.04em;
        }
    h1, h2, h3, h4, h5, h6, p, a, button, label, input, textarea {
        font-family: 'Inter', sans-serif;
        letter-spacing: -0.04em;
    }
    section{
      color: var(--color-text-dark);
    }
    textarea {
      resize: none;
    }
    .mt-offset{
        margin-top: -30px;
    }
    .btn-primary {
        background-color: var(--color-button);
        color: var(--color-text-dark);
    }
    .top-bar {
        background-color: var(--color-primary);
      color: white;
      font-size: 12px;
          padding: 8px 0;
    }
    .top-bar a {
      color: white;
    }
    .top-bar a:hover {
      text-decoration: underline;
    }
    .top-bar-menu a{
        position: relative;
        text-decoration: none;
        padding: 0 10px;
    }
     .top-bar-menu a::before{
        content: "|";
        left: 0;
        top: 0;
        position: absolute;
        opacity: 0.3;
        line-height: 18px;
    }
     .top-bar-menu a:first-child{
       padding-left: 0;
    }
    .top-bar-menu a:first-child::before{
       display: none;
    }
    .top-bar-sosmed a{
         position: relative;
        text-decoration: none;
        padding: 0 10px;
    }
    .top-bar-sosmed a::after{
        content: "|";
        right: 0;
        top: 0;
        position: absolute;
        opacity: 0.3;
        line-height: 18px;
    }
    .top-bar-sosmed a:last-child{
        padding-right: 0;
    }
    .top-bar-sosmed a:last-child::after{
       display: none;
    }
    .navbar-brand img {
      height: 45px;
      width: auto;
    }
    .navbar .nav-item {
        margin: 0 10px;
    }
    .navbar .nav-link{
       color: var(--color-primary);
       font-weight: bold;
       font-size: 14px;
       padding: 0;
    }
    .navbar .nav-link:hover{
        color: var(--color-text-dark);
    }
      .navbar .nav-link:focus-visible{
        outline: none !important;
        box-shadow: none !important;
    }
    .navbar .dropdown-toggle::after {
        content: '';
        display: inline-block;
        margin-left: 6px;
        vertical-align: middle;
        border: solid #999;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        transition: transform 0.2s;
        margin-bottom: 6px;
        }
        .navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-bottom: 0;
}
.navbar .dropdown-item{
    font-size: 14px;
    color: var(--color-text-dark);
}
.navbar .dropdown-item:focus, .dropdown-item:hover{
color: var(--color-primary);
background-color: transparent;
font-weight: bold;
}
    .header-contact {
      font-size: 14px;
      padding: 0 30px;
    }
    .header-contact .contact-icon {
        margin-right: 16px;
    }
    .header-contact .contact-icon i {
       width: 40px;
        height: 40px;
        background-color: #f5f5f5;
        border-radius: 50%;
        padding: 10px;
        display: block;
        text-align: center;
        color: #7f7f7f;
    }
     .header-contact .contact-text {
        color: var(--color-primary);
        font-weight: bold;
        font-size: 12px;
    }
      .header-contact .contact-text .large {
        font-size: 15px;
    }
    .header-search{
        margin-left: 10px;
    }
     .header-search i{
        color: #7f7f7f;
        font-size: 14px;
    }
    .header-search-wrapper {
  position: relative;
  z-index: 10;
}

.search-icon {
  cursor: pointer;
  z-index: 11;
  position: relative;
}

.search-form {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 250px; 
  background: white;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 12;
}

#toggleSearch:checked ~ .search-form {
  display: block;
}

#search.form-control{
    font-size: 13px !important;
}
#search.form-control:focus{
    border-color: var(--color-primary) !important;
    box-shadow: none !important;
}
.mobile-search-form {
      background-color: #fff;
    padding: 10px 15px;
}
.mobile-search-form input {
  border: none;
  outline: none;
  box-shadow: none;
}
    .switcher-nav {
        overflow-x: auto;
        position: absolute;
        left: 0;
        top: 0;
            margin: 0 15px;
        background-color: #e7e5e5;
        border-radius: 0 0 10px 10px;
    }
  
    .switcher-nav a {
      padding: 15px;
    }
    
    .switcher-nav a:hover {
      background-color: var(--color-button);
    }
    .switcher-nav img {
      width: auto;
      height: 30px;
      object-fit: contain;
    }
    .sticky-header {
      position: sticky;
      top: 0;
      z-index: 99999;
      background-color: #fff;
    }

    /* end header  */



    footer {
      background-color: #333;
    color: var(--color-text-footer);
      padding: 70px 0 50px;
    }
    footer a {
         color: var(--color-text-footer);
        font-size: 14px;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }
    .footer-logo {
      height: 50px;
      width: auto;
      object-fit: contain;
    }
    
    .footer-logo-sw {
      height: 30px;
      width: auto;
      object-fit: contain;
    }
    .footer-form .form-control,
    .footer-form .btn {
      border-radius: 10px;
    }
    .footer-text-big{
        font-weight: bold;
        font-size: 20px;
        padding-right: 20px;
        line-height: 27px;
    }
    .footer-text-small{
        font-size: 14px;
      margin-top: 10px;
    }
    .switcher-footer-title{
        font-weight: bold;
         color: var(--color-text-light);
    }
    .footer-menu .footer-link{
        margin-top: 12px;
    }
    .footer-icon-sosmed{
      height: 15px;
      width: auto;
    }
    .hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.hover-lift:hover {
   transform: translateY(-20px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.service-card {
  background-color: #f8f9fa;
  border: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 100%;
}

.service-card:hover {
  background-color: #fcd34d; /* Kuning hover */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.services-wrapper {
  width: 50%;
}
.testi-swiper .swiper-slide {
  width: auto; /* agar fleksibel */
  max-width: 400px;
  margin-right: 30px;
}
.contact-box {
  border-radius: 15px;
  padding: 20px 15px;
  background-color: #EFEFEF;
  color:var(--color-text-dark);
}
.cbox-label{
  font-size: 16px;
  font-weight: bold;
}
.cbox-info{
  font-size: 13px;
}
.contact-box.email-box:hover {
  background-color: var(--color-button); 
 color: var(--color-text-dark);
}

.contact-box.whatsapp-box:hover {
  background-color: #21CC3F; 
  color: #fff;
}
.contact-box i {
      width: 40px;
    height: 40px;
    background-color: var(--color-text-light);
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    color: var(--color-text-dark);
    margin-right: 10px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.service-card .service-card-icon{
     background-color: var(--color-text-light);
    border-radius: 50%;
    padding: 10px;
    color: var(--color-text-dark);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-card .service-card-icon img{
      width: 90%;
    height: auto;
    object-fit: contain;
}
.word-break {
    word-break: break-all;
}
.map-box {
  border-radius: 14px;
}
.form-contact-box{
  background-color: #fafafa;
  border-radius: 12px;
  padding: 40px;
}
.product-card {
  border-radius: 20px;
  background: #fff;
  margin: 0 10px;
}

.product-card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-btn {
  transition: 0.3s ease;
    font-weight: bold;
    border-radius: 0 0 20px 20px;
    text-decoration: none;
    text-align: left;
    padding: 15px 30px;
    color: var(--color-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    border-top: 1px solid #3333338a;
}
.product-btn i::before{
    transform: scale(1.5);
    font-weight: bold !important;
}
.product-card:hover .product-btn {
  background-color: #FFD700; /* kuning */
  border-color: #FFD700;
  color: #000;
}
.about-title{
    color: var(--color-text-light);
    font-size: 50px;
}
.card-img-product{
    height: 300px;
    width: 100%;
    object-fit: contain;
}
.card-title-product{
   color: var(--color-primary);
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 30px;
}
.card-txt-product{
    padding: 20px 40px;
}
.card-desc-product{
    color: #333333cc;
        font-size: 16px;
}
.footer-form-title{
    font-size: 18px;
    color: var(--color-text-light);
    font-weight: bold;
        margin: 0;
}
.custom-input-form {
   padding: 10px 15px;
    color: #333333;
    font-size: 12px;
    height: 45px;
    margin-top: 20px;
}
textarea.custom-input-form{
  height: auto;
}
.custom-input-form.cbox-input{
  margin-top: 0;
  padding: 15px;
}
.custom-label-box{
  font-weight: 600;
  font-size: 14px;
}
.custom-label-check{
  font-size: 13px;
  color: var(--color-text-dark);
  margin: 0 5px;
}
.btn-input-form{
    background-color: var(--color-button) !important;
    color: var(--color-text-dark) !important;
    display: block;
    width: 100%;
    height: 45px;
    font-weight: bold;
     padding: 10px 15px;
     margin-top: 20px;
     font-size: 13px;
}
.footer-sosmed{
    font-size: 14px;
 }
 footer .copy{
    font-size: 14px;
 }
 .footer-switcher{
    margin-top: 35px;
 }
 .about-section{
    padding: 70px 0;
 }
 .about-big-title{
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
 }
 .about-desc{
   font-size: 15px;
    line-height: 25px;
   color: #333333cc;
 }
 .about-card{
    background-color: #EFEFEF;
    padding: 25px;
    display: flex;
    border-radius: 20px;
    text-align: left;
    align-items: center;
 }
 .about-card:hover{
    background-color: var(--color-button);
 }
 .about-card-icon{
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding: 15px;
 }
 .about-card-text{
   padding: 0 20px;
 }
 .about-card-text .abc-big{
      color: #333333cc;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 25px;
 }
  .about-card-text .abc-small{
     color: #33333399;
     font-size: 14px;
 }
 section#product{
  position: relative;
 }
 section#product::before {
    content: "";
    background: url(img/home-banner-after.png);
    position: absolute;
    top: -2px;
    width: 100%;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    
}
.small-title{
  color: #2E3192;
  font-size: 16px;
  margin-bottom: 12px;
}
.big-title{
  font-size: 38px;
  font-weight: bold;
  color: var(--color-text-dark);
      line-height: 45px;
    margin-bottom: 12px;
}
.desc-title{
  font-size: 15px;
  margin-bottom: 12px;
      padding-right: 25px;
}
.btn-pram {
    border: 3px solid var(--color-text-dark);
    background-color: transparent;
    border-radius: 14px;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 35px;
    color: var(--color-text-dark);
}
.btn-pram.btnwhite{
  color: var(--color-text-light);
  border-color: var(--color-text-light);
}
.btn-pram.btnwhitefull{
  color: var(--color-text-dark);
  border-color: var(--color-text-light);
  background-color: var(--color-text-light);
}
.btn-pram:hover,
.btn-pram.btnwhite:hover{
  border-color: var(--color-button);
  background-color: var(--color-button);
   color: var(--color-text-dark);
}
.btn-pram.btnyellow{
  background-color: var(--color-button);
  border-color: var(--color-button);
}
.btn-pram.btnwhitefull:hover{
   color: var(--color-text-light);
  border-color: var(--color-text-dark);
  background-color: var(--color-text-dark);
}
.w50{
  width: 48.5%;
}
.tentang-back{
  padding: 70px 40px;
  position: relative;
}
.tentang-back::before{
      content: "";
    background-color: #F1F1F1;
    border-radius: 20px;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-title{
  font-size: 50px;
  color: var(--color-text-light);
  font-weight: bold;
      line-height: 60px;
}
.banner-desc{
  font-size: 17px;
  color: var(--color-text-light);
  font-weight: 300;
}
.news-section{
  background: #f8f8f8;
  text-decoration: none;
}
.news-section a{
  text-decoration: none;
}
.news-card{
      background-color: transparent !important;
    border-radius: 0 !important;
}
.news-card .card-body{
  padding: 15px 0 !important;
}
.news-card-img{
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.news-label {
    background-color: var(--color-button);
    color: var(--color-text-dark);
    font-size: 11px;
    padding: 3px 14px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.news-date{
  font-size: 13px;
  margin-bottom: 10px;
}
.news-title{
 font-size: 18px;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 24px;
}
.news-desc{
 font-size: 13px;
  margin-bottom: 6px;
}
.visicard{
    border-radius: 20px;
    background: #fff;
    margin: 0 10px;
    padding: 45px 25px 30px;
    border: 1px solid #3333331c;
}
.visicard:hover {
  background-color: var(--color-button);
}
.vmtitle{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
}
.vmdesc{
  font-size: 15px;
}
.img-sponsor{
     height: 60px;
    width: 100%;
    object-fit: contain;
}
.testi-card{
  margin-top: 15px;
  background-color: var(--color-text-light);
  border-radius: 15px;
   border: 1px solid #3333331c;
   padding: 15px 20px;
}
.testi-avatar{
  margin-right: 10px;
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  background-color: var(--color-text-footer);
}
.testi-name{
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
}
.testi-label{
  font-size: 11px;
  font-style: italic;
  color: #b6b6b6;
}
.testi-star{
  font-size: 22px;
  color: var(--color-button);
}
.testi-text{
  font-size: 14px;
}
.gallery-about-top{
      width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}
.gallery-about-thumb{
      width: 100%;
    height: 280px;
    object-fit: cover;
      border-radius: 12px;
}
.gallery-about-bottom{
      width: 100%;
    height: 280px;
    object-fit: cover;
      border-radius: 12px;
}
.play-thumb-icon{

}
.over-right{
  position: absolute;
  right: 0;
}
.over-left{
  position: absolute;
  left: 0;
}
.pram-news-image{
  width: 100%;
  height: auto;
}
.share-wrap a{
  color: var(--color-text-dark);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.share-back{
  vertical-align: middle;
  margin-bottom: 30px;
}
.share-back i{
  font-size: 20px;
}
.back-text{
  font-size: 30px;
  margin-left: 10px;
  font-weight: bold;
}
.share-icon{
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.share-box a:hover{
  text-decoration: underline;
}
.lg-news-padding{
   padding-right: 8em;
}
.contact-page-back {
    padding: 60px 40px;
    position: relative;
}
.contact-page-back::before {
    content: "";
    background-color: var(--color-button);
    border-radius: 20px;
    width: 75%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-page-right{
  background-color: var(--color-text-light);
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e7e5e5;
      margin-left: 15px;
}
.subs-form{
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    color: var(--color-text-dark);
    font-size: 13px;
    height: 45px;
    font-style: italic;
    border-radius: 50px;
    border: none;
    padding-right: 150px;
}
.subs-btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border-radius: 50px;
}
.pram-news-cat  {
    background-color: #3333331a;
    border-radius: 20px;
}
.pram-news-cat a{
      color: #333333;
      font-size: 14px;
      text-align: center;
          padding: 12px 15px;
}
.pram-news-cat a:hover{
      color: var(--color-text-dark);
      text-decoration: underline;
}
.pram-news-cat a.active{
      font-weight: bold;
      background-color: var(--color-button);
      border-radius: 20px;
}
.pram-news-cat a.active:hover{
  text-decoration: none;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pagination ul li {
        margin: 5px 10px;
    font-weight: bold;
    color: #333;
}
.pagination ul li a {
    color: #333;
}
.pagination ul li .current {
    color: var(--color-button) !important;
}
/* mobile style  */
  @media (max-width: 991.98px) {
    .lg-news-padding{
        padding-right: 0;
      }
        .switcher-nav {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            margin: 0 auto;
            white-space: nowrap;
            max-width: 100%;
        }
        .navbar .nav-item {
            margin: 0;
        }
        .navbar .nav-link {
                    padding: 5px;
            margin-top: 10px;
        }
        .services-wrapper {
            width: 100%;
            max-width: 100%;
        }
         .about-section{
            padding: 30px 0;
        }
        .about-title {
            font-size: 30px;
        }
        footer {
            padding: 30px 0;
        }
        .footer-form-title,.footer-menu,.footer-sosmed,footer .copy{
            margin-top: 20px;
        }
        .big-title {
          font-size: 30px;
            line-height: 40px;
        }
      .small-title {
      margin-bottom: 5px;
          font-size: 15px;
          line-height: 20px;
      }
      .banner-title {
        font-size: 35px;
            line-height: 40px;
      }
      .banner-desc {
        font-size: 16px;
      }
      .tentang-back::before{
        width: 100%;
      }
      .visicard{
        margin: 0;
      }
      .form-contact-box{
        padding: 25px;
      }
      .contact-page-back {
          padding: 20px;
          position: relative;
      }
      .contact-page-back::before {
           width: 100%;
      }
      .contact-page-right{
        padding: 20px;
          margin-left: 0;
      }
    }
    @media (max-width: 768px) {
      .over-right{
        position: relative;
        right: 0;
      }
      .over-left{
        position: relative;
        left: 0;
      }
      .btn-input-form{
        font-size: 10px;
      }
      
    }
    @media (min-width: 768px) {
      .subs-form{
       width: 500px;
      }
    }