body {
    top: 0px !important;
    font-family: "Montserrat-Regular";
}
section {
    padding: 120px 0px 120px 0px;
}
.header {
    background-color: #fff;
    padding: 12px 0;
}

.header .logo img {
    max-height: 60px;
    margin-right: 8px;
}


.slider h1,
.slider h5,
.slider p {
    color: #fff;
}


.slider {
    padding-top: 85px;
    margin-bottom: 0px;
}



.profil .icon {

    padding: 15px;
    border-top-left-radius: 15px;
    align-items: center;
    justify-content: center;
}

.profil .icon-blue {
    background: #1A47BD;
}

.profil .icon-green {
    background: #18C232;

}


.profil .text h6 {
    font-size: 1rem;
    color: #111;
    font-weight: 700;
}

.profil .img-icon {
    /* filter: invert(100%); */
    max-width: 32px;
    max-height: 32px;
}

.img-box {
    width: 100%;
    aspect-ratio: 1 / 0.7;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* isi penuh tanpa gepeng */
    display: block;
}

.article .date {
    color: #787878;
    font-size: .875rem;
}

.article .title-text {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

.article .title {
    height: 4rem;
}


.footer .footer-top {
    background-color: #c4ebff;
    padding-top: 0px;
}

.footer .copyright {
    background-color: #1a47bd;
    color: #fff;
    padding: 15px 0;
}

.footer-top .embed-map-responsive {
    position: relative;
    text-align: right;
    width: 100%;
    height: 0;
    padding-bottom: 66.66666666666666%;
}

.embed-map-container {
  position: relative;      
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: auto;            
}

.embed-map-frame {
  display: block;
  width: 100% !important;
  height: 400px !important; 
  border: 0;
  position: relative;      
  top: auto;
  left: auto;
}

.page-title {
    background-color: #1A47BD;
    color: #fff;
}

.page-title h3 {
    color: #fff;
}


.page-title .breadcrumbs .current {
    color: #fff;
}

.page-title .breadcrumbs a {
    color: #FFD44C;
}

.page-title nav ol li+li::before {
 color: #fff;
}


.page-title nav {
  padding: 0px 0;
}

.page-title  {
    margin-top: 84px;
    padding: 40px 0;
}








/*new css*/
section, .section {
    background-color: transparent;
    margin: 0px;
} 

.color-secondary {
    color: #2DA6B4;
}

.color-orange {
    color: #F25F23;
}

.bg-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 0px;
    padding-top: 0px;
}

.grid-col-1 {
    grid-template-columns: repeat(1, 1fr);
}
.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-col-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid-col-6 {
    grid-template-columns: repeat(6, 1fr);
}
.grid-col-7 {
    grid-template-columns: repeat(7, 1fr);
}


.grid-shortcut {
    display: grid;
    gap: 20px;
    padding: 35px 0px;
}

.box-item-shortcut {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 25px ;
    top:0px;
    transition: all ease-in-out 300ms;
    position: relative;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
}

.box-item-shortcut:hover {
    top: -10px;
}
.box-item-shortcut img{
    width: auto;
    height: 100px;
    margin: auto;
    display: block;
}

.box-item-shortcut .meta-title {
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-weight: bolder;
}

.separator-title {
    background-color: #F25F23;
    height: 3px;
    width: 100px;
    display: block;
    margin: auto ;
}

.item-counter {
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.item-counter img {
    width: auto;
    height: 80px;
    opacity: .1;
    rotate: 0deg;
    transition: all ease-out 300ms;
}

.item-counter:hover img {
    rotate: 5deg;
}

.meta-counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bg-counter1 {
    background: #17A2B8;
    background: linear-gradient(45deg, rgba(23, 162, 184, 1) 0%, rgba(29, 196, 222, 1) 100%);
}
.bg-counter2 {
    background: #D6293E;
    background: linear-gradient(45deg, rgba(214, 41, 62, 1) 0%, rgba(255, 151, 113, 1) 100%);
}
.bg-counter3 {
    background: #F28A23;
    background: linear-gradient(45deg, rgba(242, 138, 35, 1) 0%, rgba(255, 214, 81, 1) 100%);
}
.bg-counter4 {
    background: #B037C8;
    background: linear-gradient(45deg, rgba(176, 55, 200, 1) 0%, rgba(232, 135, 251, 1) 100%);
}


.image-overlay-item {
    position: absolute;
    right: 0px;
    bottom: -10px;
    opacity: 0.3;
}

.section-standart {
    width: 90%;
    margin: 0px auto;
}

.item-produk {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
}

.item-produk .icon-produk {
    color: #17a2b8;
    background-color: #e0f6fa;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    font-weight: bolder;
    border-radius: 10px;
}
.meta-produk span {
    display: block;
    font-weight: bolder;
}

.item-produk p {
    color: #8c8c8c;
}

.item-produk a {
    width: 100%;
}

.item-produk span.judul-produk, 
.item-produk span.nomor-produk, 
.item-produk span.tahun-produk {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-produk p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
}

.btn-lihat-semua {
    border: 1px solid #17a2b8;
    padding: 10px 80px;
    border-radius: 6px;
    color: #17a2b8;
}

.box-thumnail-informasi img {
    width: 100%;
    height: auto;
}

.date-informasi {
    color: #8C8C8C;
    font-size: 0.75rem;
}


.title-informasi {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
    min-height: 72px;
}

.box-meta-informasi {
    padding: 15px;
}

.item-informasi a .title-informasi{
    color: #000;
}

.item-informasi {
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    border-radius: 7px;
}


.image-galeri {
    width: 100%;
    height: auto;
}

.image-obj {
    width: 150px;
    height: 150px;
}

.btn-survey {
    background-color: #F25F23;
    color: #fff;
    transition: all ease-in-out 300ms;
    border-radius: 7px;
}

.btn-survey:hover {
    background-color: #CF5422;
    color: #fff;
}

.box-card {
    border-radius: 10px;
    border-color: transparent;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.title-highlight {
    background-color: #F25F23;
    width: 50px;
    height:4px;
    display: block;
    margin-bottom: 0.75rem;
}
.bar {
  height: 14px;
  border-radius: 5px;
  background-color: #005b63;
}
.bar-empty {
  background-color: #e9ecef;
  border-radius: 5px;
  height: 14px;
}
.rating-text {
  font-size: 2.5rem;
  font-weight: 600;
}
.subtext {
  color: #999;
  font-size: 0.9rem;
}

.min-h-card {
    min-height: 275px;
}

/* Section Review Style */
.section-review .card {
  border-radius: 14px;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.progress-list .progress-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-list .label {
  flex: 0 0 140px;
  color: #1E2C2F;
  font-size: 0.95rem;
}

.section-review h1 {
  line-height: 1;
}

.grid-review {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.5rem;
}

.grid-review .left h1 {
  color: #1E2C2F;
  line-height: 1;
}

.grid-review .left p {
  margin-top: 0.25rem;
  color: #6c757d;
  font-size: 0.9rem;
}

.progress-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 0.75rem;
}

.progress-row .label {
  color: #1E2C2F;
  font-size: 0.95rem;
}

.custom-progress {
  height: 10px;
  background-color: #e5e9ec;
  border-radius: 6px;
  overflow: hidden;
}

.custom-progress .progress-bar {
  background-color: #004D4F;
  height: 100%;
  border-radius: 6px;
}

/* Sosmed circle */
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #17A2B8;
  font-size: 16px;
  color: #ffffff;
  background-color: #17A2B8;
  margin-right: 10px;
  transition: 0.3s;
}

/* pagination custom */
.pagination {
  margin-top: 20px;
  display: flex;
  border: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination-link {
  text-decoration: none;
  color: #000000;
  padding: 6px 12px;
  border-radius: 4px;
}

.pagination-link:hover:not(.disabled):not(.active) {
  background-color: #17A2B8;
  color: #ffffff;
}

.pagination-link.active {
  background-color: #17A2B8;
  color: #ffffff;
  font-weight: bold;
}

.pagination-link.disabled {
  pointer-events: none;

}

.pagination-dots {
  color: #ffffff;
  padding: 6px 10px;
  font-weight: bold;
}



/*swiper slider  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
    margin-bottom: 25px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 3px 3px;
}

.swiper-linkterkait a{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
}


.banner-playstore {
    padding: 135px 15px 70px 90px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.banner-playstore h3 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner-playstore p {
  font-size: 0.95rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn-playstore img {
  width: 150px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.overlay-hp {
    position: absolute;
    left: 0;
    max-height: 490px;
    bottom: 0;
}

.title-footer {
    color: #fff;
    font-size: 20px;
}

.footer-highlight {
    background-color: #F25F23;
    width: 50px;
    height:3px;
    display: block;
    margin-bottom: 0.75rem;
}

.nav-footer li {
    margin-bottom: 15px;
}

.card-standart{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.09);
    border-color: transparent;
}


.page-title {

}

.page-title nav ol {
    justify-content: center;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-flag {
  font-size: 24px;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  border-radius: 5px;
  position: relative;
  top: 0px;
}

.lang-flag:hover {
  top: -3px;
/*  transform: scale(1.02);*/
/*  box-shadow: 0 0 6px rgba(0,0,0,0.2);*/
}

.lang-flag.active {
    border: 2px solid #000;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.lang-flag {
    border: 1px solid #eaeaea;
}

.lang-flag.active {
    opacity: 1;
    border-color: #007bff; /* warna border biru */
    transform: scale(1.1);
}

/* Hilangkan popup tooltip Google Translate */
#goog-gt-tt {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: unset !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}


.item-counter .icon-counter {
    width: 50px;
    opacity: 1 !important;
}

.item-counter a {
    width: 100%;
}


.mobile-translate {
    display: none;
}
/*
.desktop-translate {
    display: block;
}*/

.mobile-translate hr,
.mobile-translate hr + span {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.btn-login:active,
.btn-login:focus {
    padding: 6px 0px !important;
    margin: 0 5px 0 0 !important;
}

.mySwiperHero {
    height: 625px;
}

#main-section {
    padding: 60px 0px;
}





/*style gkb*/
.logo-footer{
    height: 95px;
}

.card-login {
    background-color: #fff;
}
.logo-login-beranda {
    width: auto;
    height: 95px;
    object-fit: contain;
}
.logo-tagline {

}
.bottom-content-banner {
    display: flex;
    flex-direction: column;
}
.logo-tagline {
    width: 430px;
    height: auto;
}
.separator {
    width: 105px;
    height: 3px;
    position: relative;
    background-color: #36B3FA;
    display: block;
    margin: 30px 0px 0px 0px;
}

#google_translate_element {
    position: absolute;
    top: -50px;
}

.img-about {
    width: 100%;
    height: 380px;
    object-fit: contain;
}

.box-content-about {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box-content-about p {
    max-width: 80%;
}

.name-section {
    color: #00A3FF;
}

.img-map {
    width: 100%;
    max-height: 730px;
    object-fit: contain;
}

.map-section {
    position: relative;
}
.map-section .container {
    z-index: 2;
    position: relative;
}

.img-bg-overlay {
    position: absolute;
    z-index: 1;
    width: 380px;
}

.img-over1 {
    right: -260px;
    top: 80px;
}

.img-over2 {
    left: -230px;
    bottom: -115px;
}

.swiper-mitra a {
    background-color: #fff;
    border-radius: 5px;
}

.swiper-mitra .mitra-name {
    min-height: 60px;
    font-weight: 600;
    color: #032F69;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-counter {
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 30px;
    background-color: #fff;
    border-radius: 7px;
    width: 100%;
    text-align: unset;
    justify-content: center;
    padding: 25px 10px;
}

.box-counter .number-counter {
    font-weight: bold;
    color: #032F69;
    margin-bottom: 0px;
}

.box-counter .title-counter {
    color: #79828D;
    font-size: 14px;
}

.sub-content-register-ats {
    margin-top: -75px;
    position: relative;
}

.sub-content-register-ats .row .content-register-ats {
    background-color: #fff;
    padding: 40px 40px;
    border-radius: 10px;
    min-height: 200px;
}


/*alur pendaftaran*/

.box-alur-pendaftaran .item-pendaftaran {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-color: #DADADA;
}
.box-alur-pendaftaran .item-pendaftaran:nth-child(odd) {
    align-items: baseline;
    border-width: 0px 0px 2px 2px;
    border-style: dashed;
    border-radius: 0px 0px 0px 50px;
}
.box-alur-pendaftaran .item-pendaftaran:nth-child(even) {
    align-items: end;
    border-width: 0px 2px 2px 0px;
    border-style: dashed;
    border-radius: 0px 0px 50px 0px;
}

.box-alur-pendaftaran .item-pendaftaran:nth-child(odd) .meta-judul-alur{
    border-radius: 0px 10px 50px 0px;
}
.box-alur-pendaftaran .item-pendaftaran:nth-child(even) .meta-judul-alur{
    border-radius: 10px 0px 0px 50px ;
}

.box-alur-pendaftaran .item-pendaftaran:nth-child(odd) .content-alur{
    padding: 30px 60px 30px 30px;
}
.box-alur-pendaftaran .item-pendaftaran:nth-child(even) .content-alur{
    padding: 30px 30px 30px 60px;
    flex-direction: row-reverse;
}
.meta-judul-alur {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 45%;
    gap: 15px;
    padding: 15px 30px;
    border-radius: 9px;
    color: #fff;
}
.meta-judul-alur h5 {
    color: #fff;
    font-weight: bolder;
}
.meta-judul-alur i {
    font-size: 2rem;
}

.content-alur {
    padding: 30px 50px;
    text-align: justify;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.content-alur p {
    margin-bottom: 0px;
}
.isi-alur {
    display: flex;
    flex-direction: column;
}
.jalur-1,.jalur-6,.jalur-11 {
    background-color: #1E71D8;
}
.jalur-2,.jalur-7,.jalur-12 {
    background-color: #FCB117;
}
.jalur-3,.jalur-8,.jalur-13 {
    background-color: #E63A3A;
}
.jalur-4,.jalur-9,.jalur-14 {
    background-color: #46A238;
}
.jalur-5,.jalur-10,.jalur-15 {
    background-color: #FCB117;
}

.jalur-1 + .isi-alur ul li::marker,
.jalur-6 + .isi-alur ul li::marker,
.jalur-11 + .isi-alur ul li::marker,
.jalur-16 + .isi-alur ul li::marker

{
    color: #1E71D8;
}
.jalur-2 + .isi-alur ul li::marker,
.jalur-7 + .isi-alur ul li::marker,
.jalur-12 + .isi-alur ul li::marker,
.jalur-17 + .isi-alur ul li::marker

{
    color: #FCB117;
}
.jalur-3 + .isi-alur ul li::marker,
.jalur-8 + .isi-alur ul li::marker,
.jalur-13 + .isi-alur ul li::marker,
.jalur-18 + .isi-alur ul li::marker

{
    color: #E63A3A;
}
.jalur-4 + .isi-alur ul li::marker,
.jalur-9 + .isi-alur ul li::marker,
.jalur-14 + .isi-alur ul li::marker,
.jalur-19 + .isi-alur ul li::marker

{
    color: #46A238;
}
.jalur-5 + .isi-alur ul li::marker,
.jalur-10 + .isi-alur ul li::marker,
.jalur-15 + .isi-alur ul li::marker,
.jalur-20 + .isi-alur ul li::marker

{
    color: #FCB117;
}

.box-alur-pendaftaran .aset-line {
    width: 7px;
    position: relative;
}

.box-alur-pendaftaran .aset-line:before {
    content: '';
    border-radius: 50px;
    background-color: inherit;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: -3px;
    left: -6px;
}
.box-alur-pendaftaran .aset-line:after {
    content: '';
    border-radius: 50px;
    background-color: inherit;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: -6px;
}

/*alur pendaftaran end*/


.box-form-pendaftaran input,
.box-form-pendaftaran textarea,
.box-form-pendaftaran select,
.box-form-pendaftaran .select2 .select2-selection ,
.box-form-pendaftaran date
{
    background-color: #F5F6F8 !important;
    border-color: #F5F6F8 !important;
}
.box-form-pendaftaran input::placeholder,
.box-form-pendaftaran textarea::placeholder,
.box-form-pendaftaran select::placeholder,
.box-form-pendaftaran .select2::placeholder,
.box-form-pendaftaran date::placeholder
{
    color: #bfbfbf;
}

.navmenu a:hover {
    cursor: pointer;
}

.swiper-slide img.image-mitra-slider {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: contain;
  border-radius: 5px 5px 3px 3px;
}

.box-content-banner {
    max-width: 80%;
}

.position-icon {
    position: relative;
    top: 3px;
}

.wa-header-float {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 9999;

  display: flex;
  align-items: center;
  gap: 8px;

  background-color: #25D366;
  color: white;
  padding: 10px 14px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-family: Arial, sans-serif;

  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.wa-header-float img {
  width: 35px;
  height: 42px;
}

.wa-header-float:hover {
  background-color: #1ebe5d;
  transform: translateY(-2px);
}
