@media (min-width: 768px){
  .remove-bottom-md{
    border-bottom: 0 !important;
  }
}

.isi img{
  width: 100% !important;
  height: 100%;
  object-fit: contain;
}


 .card-img-top{
    height: 300px;
    object-fit: cover;

}

/* Gunakan Montserrat untuk Judul (seperti di CELIOS) */
h1 {
    font-family: 'Rubik', sans-serif;
    font-weight: 500; /* Tebal */
}
.rubik{
    font-family: 'Rubik', sans-serif;
}

.counterimg{
    width: 150px;
}

h2, h3,h4,h5 .navbar {
    font-family: 'Inter', sans-serif;
    font-weight: 500; /* Tebal */
}

/* Gunakan Roboto untuk isi teks agar mudah dibaca */
body, p {
    font-family: 'Inter', sans-serif;
    font-weight: 400; /* Normal */
    line-height: 1.6; /* Tambahkan jarak antar baris agar lebih lega */
}

.carousel-1{
min-height:760px!important;
max-height:930px!important;
width:100%;
height:930px;
object-fit:cover; /* penting biar gak gepeng */
}

.carousel-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.241); /* makin besar = makin gelap */
    z-index: 1;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
   display: none;
}

/* Ukuran default (untuk layar kecil/hp) */
.text-custom {
    font-size: 12px;
}

/* Jika layar Medium (md) ke atas (>= 768px) */
@media (min-width: 768px) {
    .text-custom {
        font-size: 14px;
    }
}

/* Jika layar Large (lg) ke atas (>= 992px) */
@media (min-width: 1281px) {
    .text-custom {
        font-size: 18px;
    }
}

.ml-custom{
    margin-left: 0px;
}
@media (min-width: 821px) {
    .ml-custom {
        margin-left: 122px;
    }
}
@media (min-width: 1281px) {
    .ml-custom {
        margin-left: 100px;
    }
}


.img-content{
    width:100%;
    height: 200px;
    object-fit: cover;
}

@media (min-width: 769px){
    .img-content{
        height: 600px;
    }
}

.content-carousel{
    position: absolute;
    inset: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-top: 20%;

    /* Ubah ini. 50% itu setengah layar,
       makanya teksnya jadi terlalu ke kanan atau hilang */
    padding-left: 20%;

    /* Tambahkan ini untuk memastikan padding tidak merusak lebar */
    box-sizing: border-box;/* Memberi jarak dari pinggir kiri layar */
}
.content-carousel h1 {
    font-size: 7rem;         /* Ukuran besar untuk nama (CELIOS) */
    font-weight: 800;         /* Bold tebal */
    margin: 0;
    line-height: 1;
}

.content-carousel h2 {
    font-size: 3rem;       /* Ukuran sedang untuk deskripsi */
    font-weight: 200;
       margin-top: -12px;
    padding-left: 4px;
}

/* Jika ada teks tambahan di bawahnya (italic) */
.content-carousel p {
    font-style: italic;
    font-size: 1rem;
    margin-top: 20px;
}

/* --- VERSI MOBILE (Tambahkan ini di bawah) --- */
@media (max-width: 768px) {
    .content-carousel {
        /* Di HP, padding jangan terlalu besar agar teks tidak sempit */
        padding-top: 75%;
        padding-left: 10%;
    }

    .content-carousel h1 {
        /* Kecilkan drastis agar tidak overflow */
        font-size: 3.5rem;
    }

    .content-carousel h2 {
        /* Kecilkan agar tetap proporsional di bawah h1 */
        padding-top: 10px;
        font-size: 1.8rem;
    }

    .content-carousel p {
        font-size: 0.9rem;
        margin-top: 15px;
    }
}

@media ((min-width:769px) and (max-width:992px)) {
    .content-carousel {
        /* Di HP, padding jangan terlalu besar agar teks tidak sempit */
        padding-top: 40%;
        padding-left: 10%;
    }

    .content-carousel h1 {
        /* Kecilkan drastis agar tidak overflow */
        font-size: 3.5rem;
    }

    .content-carousel h2 {
        /* Kecilkan agar tetap proporsional di bawah h1 */
        padding-top: 10px;
        font-size: 1.8rem;
    }

    .content-carousel p {
        font-size: 0.9rem;
        margin-top: 15px;
    }
}

/* Default: mobile → border aktif */
.mobile-border {
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
}

/* Mulai layar lg (≥992px) → border dimatikan */
@media (min-width: 992px) {
  .mobile-border {
    border-bottom: none;
  }
}


.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

.clamp-3::after{

  position:absolute;
  bottom:0;
  right:0;
  padding-left:5px;
  background: linear-gradient(to right, transparent, white 40%);
}


.page-item.active .page-link {
    background-color: #145f54 !important;
    border-color: #145f54 !important;
    color:#fff !important;
}
.page-link {
    color: #145f54!important;
 }

 /* google translate*/
/* .goog-te-banner-frame {
  display: none !important;
} */
 /* Google Translate Widget Styles */
 .translate-container {
  height: 40px;
  display: flex;
  align-items: center;
  gap: o.5rem;
  background: #4aaf4700;
  padding: 0.5rem 0rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  font-size: 2.5vh;
  color: black;
}

#google_translate_element {
  min-width: 140px;
}

/* Custom styling untuk Google Translate dropdown */
.goog-te-gadget {
  font-family: inherit !important;
  color: rgb(0, 0, 0) !important;
}

div#google_translate_element .goog-te-gadget-simple {
  border: none !important;
}

.goog-te-gadget-simple {
  background: transparent !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
}

.goog-te-gadget-simple a {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: rgb(255, 255, 255) !important;
}

 .reset-btn {
  background: #41b53d00;
  color: rgb(255, 255, 255);
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease;
}



.reset-btn svg {
  width: 18px;
  height: 18px;
}


.goog-te-gadget-icon{
    display: none;
}

.navbar-scrolled {
    transition: all 0.5s ease;
}

.no-gutters{
    margin-bottom: -1px;
}

.kotak{
    height: 267.5px;
}


.ijo-cel{

    background-color: #073124;

}
.bg-ijo-cel{

    background-color: #145f54!important;

}
.text-ijo-cel{

    color: #073124;

}.btn-ijo-cel {
    color: #fff!important;
    background-color: #145f54 !important;
    border-color: #073124!important;
}
.nav-top {
    top: 0;
    height: 70px;
    background: transparent;
    z-index: 1040;
}

.nav-main {
    top: 70px; /* HARUS sama dengan tinggi nav-top */
    z-index: 1030;
}
@media (max-width: 992px) {
.nav-main {
    top: 90px;/* HARUS sama dengan tinggi nav-top */
    z-index: 1030;
}
}


.no-top {
    top:0px;
}

.navbar .dropdown-menu {
    background-color: #073124; /* contoh ijo-cel */
    border: none;
    color: #fff;
    font-size: 11px;
}
.navbar .dropdown-menu:hover {
    background-color: #073124!important; /* contoh ijo-cel */
    border: none;
    color: #fff;
    font-size: 11px;
}

.dropdown-item{
    color:rgba(255,255,255,.5)!important;
}
.dropdown-item:hover{
    background-color: #ffffff!important; /* contoh ijo-cel */

    color:rgb(0, 0, 0)!important;
}

.carousel-mitra{
    margin: 0 auto;
    width: 80%;
    /* border: 5px solid red; */
    display: flex;
    overflow-x: auto;
    --mask: linear-gradient(
        90deg, transparent,
        white 20%,
        white 80%,
        transparent
    );

    -webkit-mask: var(--mask);
    mask: var(--mask);

}

.carousel-mitra::-webkit-scrollbar{
    display: none;



}

.grup-mitra{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    animation: spin 15s infinite linear;
    padding-right: 1em;
}

.card-mitra{
    flex: 0 0 5em;
    height: 5em;
    width: 5em;
    font-size: 3rem;
    border-radius: .2em;
    text-align: center;
    align-content: center;
}
.card-img-mitra{
    width: 90%;
    height: 87%;
    object-fit: contain;
    border-radius: 10px;

}

@keyframes spin {
    from {translate: 0;}
    to {translate: -100%;}
}

#logo {
    transition: opacity 0.5s ease, visibility 3s;
    transform: translateY(0) scale(1) rotate(0);
}

/* Kondisi saat logo disembunyikan */
.hidden-logo {
    opacity: 0;
    transform: translateY(-70px) scale(0.9) rotate(0deg);
}

.visible-logo {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
}

.big-logo{
    z-index: 1000;
    width: 132px;
}

.small-logo{
    z-index: 1000;
    width: 80px;

}

.video{
        height:200px;
    }

@media (max-width: 992px) {
    .video{
        height:300px;
    }
}

.video_detail{
        height:500px;
    }

@media (max-width: 992px) {
    .video_detail{
        height:300px;
    }
}

.hero-pt{
        padding-top:16rem!important;
    }

@media (max-width: 992px) {
    .hero-pt{
        padding-top:15rem!important;
    }
}

.img-container {
    width: 100%;
    overflow: hidden;
    border-radius: 15px 15px 0 0; /* Opsional: agar sudutnya melengkung */
}

.img-tim{
    width: 90%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease;
}
/* Efek saat kursor diarahkan ke gambar */
.img-tim:hover {
    /* Perbesar 1.1 kali (10% lebih besar) */
    transform: scale(1.3);
}

.breadcrumb-item{
    font-size: 1.3rem;
}
