/* Import Merriweather + Titillium Web */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


:root {
--light-gray: #F3F4F5;
  --main-yellow: #FFB600;
  --second-yellow:#FFB600;
  --main-dark: #47484B;
  --deap-sea: #0E293B;
  --green:#9BC963;
}

body,
.bg-second-yellow {
  background-color: var(--second-yellow);
 color: #47484B !important; 
}

.bg-deap-sea {
  background-color: var(--deap-sea);
}

.bg-green{
  background-color: var(--green);
}

.bg-gray{
	background-color: var(--light-gray);
}

html, body {
  font-family: "Titillium Web", sans-serif !important;
	color: #47484B !important; 
}

 p {
   font-family: 'Merriweather', serif !important;
  font-size: 18px!important;
	 color: #47484B;
}
mitra-text{
	  font-size: 16px!important;
}
about-home{
	  font-family: 'Merriweather', serif !important;
  font-size: 26px;
}

.rounded {
  border-radius: 10px;
}
/*
h1 {
 font-family: "Titillium Web", sans-serif !important;
 font-size: 48px;
}

h5 {
   font-family: "Titillium Web", sans-serif !important;
 font-size: 22px;
} */

/* avatar detail artikel */
.avatar{
	height:48px;
	width:48px;
	overflow:hidden;
}
a {
  text-decoration: none !important;
}

.partner-background{
  background-color: #585A5D;
}

.section-dewan {
  background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-dewan-pengawas.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-sorotan{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 110%;
                  background-position: center;
}
		.bg-sorotan2{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 110%;
                  background-position: center;
}
.nilai-utama {
  background-image: url('../images/bekantan-rev.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 400px !important;
}
.nilai-utama-bg{
  background-color: rgba(155, 201, 99, 0.90); /* Hijau transparan */
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* supaya nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */

  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.visi-misi {
  background-image: url('../images/image-burung.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.visi-misi-bg{
  background-color: rgba(255, 182, 0, 0.80); /* kuning transparan */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* supaya nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */

  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.peran-mandalika {
  background-image: url('../images/image-capung.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.peran-mandalika-bg {
  background-color: rgba(14, 41, 59, 0.80); /* kuning transparan */
  
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;     /* ✅ PINDAH KE KANAN */
  left: auto;  /* ✅ MATIKAN KIRI */

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */

  /* rounded di sisi kanan */
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.deap-sea{
    background-color: #0E293B !important;
}
/* ===============================
   WordPress Post Content Styling
   =============================== */
.content-body {
  font-size: 16px !important;     /* pastikan base font 16px */
  line-height: 1.8 !important;
  color: #2b2b2b;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.curator-animate {
    opacity: 0;
    transform: scale(0.85);
    transition: all 0.7s ease-out;
}

.curator-animate.show {
    opacity: 1;
    transform: scale(1);
}

/* Paragraf utama */
.content-body p {
  font-size: 16px !important;     /* override semua style tema */
  line-height: 1.8 !important;
  margin-bottom: 1em;
  color: inherit;
}

/* List */
.content-body ul,
.content-body ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
  font-size: 16px !important;
}

.content-body li {
  margin-bottom: 0.3em;
  font-size: 16px !important;
}

/* Heading tetap proporsional */
.content-body h1 { font-size: 1.875rem; } /* 30px */
.content-body h2 { font-size: 1.5rem; }   /* 24px */
.content-body h3 { font-size: 1.25rem; }  /* 20px */
.content-body h4 { font-size: 1.125rem; } /* 18px */
.content-body h1, .content-body h2, .content-body h3, .content-body h4 {
  font-weight: 500;
  color: #111;
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Links */
.content-body a {
  color: #0d6efd;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.content-body a:hover { color: #084298; }

/* Gambar */
.content-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  border-radius: 8px;
}

/* Blockquote */
.content-body blockquote {
  border-left: 4px solid #0d6efd;
  padding-left: 1em;
  color: #555;
  font-style: italic;
  background-color: #f8f9fa;
  margin: 1.5em 0;
  border-radius: 4px;
  font-size: 16px !important;
}

/* Table */
.content-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 16px !important;
}
.content-body th,
.content-body td {
  border: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
}
.content-body th {
  background-color: #f1f1f1;
  font-weight: 600;
}

/* Code blocks */
.content-body pre,
.content-body code {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0.5em;
  font-family: monospace;
  font-size: 15px;
  overflow-x: auto;
}

/* Hilangkan gap antar foto */
#sb_instagram .sbi_item {
    padding: 0 !important;
    margin: 0 !important;
}

/* Full square dan no border */
#sb_instagram .sbi_photo {
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Force selalu 4 kolom rata */
#sb_instagram .sbi_item {
    width: 25% !important;
}

/* Hapus hover overlay */
#sb_instagram .sbi_photo_wrap a::after {
    display: none !important;
}

/* Hapus caption, likes, shadow jika masih muncul */
#sb_instagram .sbi_caption,
#sb_instagram .sbi_meta {
    display: none !important;
}

	/* NEWS CONTENT DENTAIL */
.news-content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 18px; /* sama seperti .rounded */
    display: block;
    margin: 20px 0; /* jarak mirip featured image */
    object-fit: cover;
}


.news-content p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

/* === Utilities === */
.img-desktop {
  display: block;
}

.img-mobile {
  display: none;
}

.swiper-slide {
    width: auto; /* supaya responsive */
}
.pb-lg-6 {
  padding-bottom: 8rem !important; /* 6rem ≈ 96px */
}
.bg-maps{
  background-color:#E7EAEB !important;
}
.main-title {
  font-size: 36px;
  font-weight: 500;
}

.partner-link {
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

.partner-link .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.partner-link:hover .arrow {
  transform: translateX(6px);
}
.main-title-second {
  font-size: 36px;
  font-weight: 700;
}

.title-page{
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
.second-title {
  font-size: 36px!important;
  font-weight: 700!important;
  line-height: 42px!important;
  font-family: "Titillium Web", sans-serif !important;

}
.media-desc{
	color:#FFFFFF;
	font-weight:300;
}

.fs-xs {
  font-size: 13px;
}

.fs-sm {
  font-size: 14px;
}

.fs-base {
  font-size: 15px;
}

.fs-medium {
  font-size: 18px !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.hehe {
  overflow-x: auto;
  white-space: nowrap;
}
.btn-berita-mobile{
  display: none;

}

.px-12 {
  padding-right: 0;
  padding-left: 0;
}

.pt-86 {
  padding-top: 120px;
}

.bg-fern-yellow {
  background-color: var(--main-yellow);
}

.card-image:hover img {
  transform: scale(1.1);
}

.news-card-wrap-image:hover img {
  transform: scale(1.1);
}

.transition {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.invert {
  filter: invert(100%);
}

.object-position-center {
  object-position: center;
}

.yellow-box {
    padding: 130px 200px;
  }

.form-control:focus {
  box-shadow: none !important;
  border-color: var(--second-yellow) !important;

}
.form-contact{
	  background-color:#F6F6F6 !important;
}
.partners-link:hover {
  text-decoration: underline !important;
}

  .image-wrapper {
    width: auto !important;
  }
.stat-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


/* Hover untuk icon Print & Share */
.icon-hover i {
    transition: color 0.25s ease, transform 0.25s ease;
}

.icon-hover:hover i {
    color: #e3a201; /* WARNA HOVER */
    transform: scale(1.15);
}

/* Hover untuk item dropdown */
.hover-item {
    transition: background-color 0.25s ease, color 0.25s ease;
}

.hover-item:hover {
    background-color: #fff7df !important; /* warna latar hover */
    color: #e3a201 !important;
}


.counter {
  font-size: 3rem;
  font-weight: 700;
}
.image-report img {
  width: 100%;
  height: auto;
}

 .bg-tender {
    background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-tender-white.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

.tentang-main-card{
   min-height: 275px !important;
	overflow: hidden;
}
  
/* === End of Utiliteis === */

/* === Button Style === */

.badge-laporan {
  display: inline-block;
  background-color: #F6D78B; /* kuning pastel */
  color: #fff; /* teks putih */
  font-size: 0.85rem;
  font-weight: 500;
  padding: 16px 16px;
  border-radius: 4px;
  line-height: 1;
}

.infografis{
	color:#ffffff!important;
}

.play-button span {
  font-size: 56px;
  color: white;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.video-item:hover .play-button span {
  opacity: 1;
}

.btn.main-button {
	  display: inline-block; 
  border-color: var(--main-yellow);
  background-color: var(--main-yellow);
  color: var(--light-gray);
  font-weight: 500;
  font-size: 1.1rem;
  padding: 8px 20px;
	width: auto; 
	white-space: nowrap; 
}

.btn.main-button:hover,
.btn.main-button:active,
.btn.main-button:focus-visible {
  background-color: transparent;
  color: var(--main-yellow);
   border-color: var(--main-yellow);
}

.btn.sorotan-button {
  display: inline-block; 
  background-color: var(--second-yellow);
 color: var(--light-gray);
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 30px;
	width: auto; 
	white-space: nowrap; 
}

.btn.sorotan-button:hover,
.btn.sorotan-button:active,
.btn.sorotan-button:focus-visible {
  border-color: var(--main-yellow);
  color: var(--light-gray);
}

.btn.contact-button {
  display: inline-block; 
  background-color: var(--second-yellow);
 color: var(--light-gray);
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 30px;
	width: auto; 
	white-space: nowrap; 
}

.btn.contact-button:hover,
.btn.contact-button:active,
.btn.contact-button:focus-visible {
  border-color: var(--second-yellow);
  color: var(--second-yellow);
}
/* === End of Button Style === */

.home-hero-image::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(53.66deg,
      rgba(27, 28, 30, 0.87) 10.53%,
      rgba(27, 28, 30, 0.4785) 42.55%,
      rgba(27, 28, 30, 0) 94.36%);
}
.navbar-footer {
  margin-top: 32px;
  text-align: left; 
}
.mitra-name{
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.hero-content {
  padding-bottom: 60px;
}

.feature-card {
  transition: all 0.3s ease-in-out;
}

.news-card-main-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.news-card-wrap-image {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.news-card-main-image img {
    transition: transform .4s ease;
}

.news-card-main-image:hover img {
    transform: scale(1.1);
}

/* --- Soft Shadow Card (kurangi bayangan bootstrap) --- */
.card.shadow {
    box-shadow: 0 4px 16px rgba(0,0,0,0.05) !important;
    transition: all .3s ease;
}

/* Optional hover smooth effect */
.card.shadow:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.08) !important;
}

/* --- Card Height --- */
.card.news-main-card {
    min-height: 450px;
}
.card.video-main-card {
    min-height: 250px;
}

/* Agar layout kiri & kanan sama tinggi */
.card.news-main-card .row {
    min-height: 450px;
}
.card.video-main-card .row {
    min-height: 250px;
}
/* Flex khusus untuk bagian card ini saja */
.card-equalizer {
    display: flex;
    flex-wrap: wrap;
}

.card-equalizer > [class*="col-"] {
    display: flex;
}

.card-equalizer > [class*="col-"] .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-news {
    flex-grow: 1;
}
.news-card-main-image,
.news-card-main-image img,
.card.news-main-card .card-body {
   min-height:200px;
    object-fit: cover;
}

.news-card-wrap-title,
.news-card-wrap-date {
  font-size: 14px;
  font-weight: 500;
}

.partner-background {
  height: 570px;
}

.bg-maps::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: linear-gradient(90deg,
      rgba(48, 48, 48, 0) 0%,
      rgba(48, 48, 48, 0.697) 49.2%,
      rgba(48, 48, 48, 0.85) 100%); */
  transform: rotate(180deg);
}

.knowledge-image::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  border-radius: 0.375rem;
  background-color: #f6f6f6;
  z-index: -1;
}

.feature-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  white-space: nowrap;
}

.feature-grid-item {
  height: 100%;
  width: 100%;
  scroll-snap-align: start;
}

.c-card-feature {
  background-color: var(--main-yellow);
  color: #fff;
}

.card-feature:hover {
  background-color: var(--light-gray);
}

/* === navbar ===*/
.dropdown {
  position: relative;
  display: inline-block;
}

/* Isi dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

/* Link di dalam dropdown */
.dropdown-content a {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: var(--main-dark);
  font-size: 15px;
  transition: background-color 0.2s ease, color 0.2s ease;
   border-radius: 6px;
}

/* Hover item di dalam dropdown */
.dropdown-content a:hover {
  background-color: #f2f2f2;
  color: var(--second-yellow);
   border-radius: 6px;
}

/* Tampilkan dropdown saat hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Kalau navbar dalam kondisi scrolled (warna gelap ke terang) */
.scrolled .dropdown-content a {
  color: var(--main-dark);
}

.scrolled .dropdown > .navlink {
  color: var(--main-dark);
}

.scrolled .dropdown > .navlink:hover {
  color: #FFB600;
}

.scrolled .dropdown-content a:hover {
  color: #FFB600;
}
/*Mitra */
.mitra-card {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  text-align: left; 
}

.mitra-logo {
  max-width: 50%;  /* tetap 50% dari lebar card */
  height: auto;
  object-fit: contain;
  display: block;      /* agar margin auto bisa bekerja */
  margin: 0 auto 12px; /* top-bottom 12px, kiri-kanan center */
}


.mitra-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}
/* Chevron arrow */
.chevron {
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;  
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  top: -3px;
}
/* === Header === */
.navbar-logo img {
  height: 24px;
}

.navlink {
  transition: color 0.3s ease-in-out;
  color: #fff;
}

.navlink:hover {
  color: #FFB600;
}

.navlink2 {
  transition: color 0.3s ease-in-out;
  color: #47484B;
}

.navlink2:hover {
  color: #FFB600;
}
.scrolled>.navlink {
  color: var(--main-dark);
}

.scrolled>.navlink:hover {
  color: #FFB600;
}

.scrolled .chevron {
  border-color: var(--main-dark); 
}

.navlink.navbar-light {
  color: var(--main-dark);
}

.navlink.navbar-light:hover {
  color: var(--second-yellow);
}

.mobile-navlink {
  color: var(--main-dark);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

  .btn-partners{
  display: flex;
  justify-content: center;
}
/* ===End of Header === */

/* === Footer === */

.footer-logo img {
  height: 32px;
}

/* === Footer === */
.footer-tesk{
color: var(--light-gray);
font-size: 16px;
}

 .footer-link {
    transition: color 0.3s ease-in-out;
    font-size: 14px;
    color: var(--light-gray);
  }

  .footer-link:hover {
    color: #FFB600;
  }

  .footer-socials {
    display: flex;
    justify-content: flex-end; 
    gap: 32px;                      
}

.footer-social {
    font-size: 22px;
    color: var( --light-gray);
    transition: color 0.3s ease-in-out;
}

.footer-social:hover {
    color: #FFB600;
}


.footer-logos a img {
margin-top: 0px;
margin-bottom: 0px;
}


/* === Team Style === */
.team-card {
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.team-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
     filter: grayscale(100%);
}

.team-image:hover{
  filter: grayscale(0%);
}
.team-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* .team-card:hover .team-image img {
  transform: scale(1.05);
     filter: grayscale(0%);
} */

.team-image {
  position: relative;
  overflow: hidden;
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* lebih terang dari 0.8 */
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: flex-end; /* teks di bawah */
  padding: 2rem;
}

.team-text {
  color: #fff;
  transform: translateY(30px); /* mulai dari bawah */
  opacity: 0;
  transition: all 0.4s ease;
font-size: 11px !important;
}

/* Saat hover */
.team-card:hover .team-overlay {
  opacity: 1;
}

.team-card:hover .team-text {
  transform: translateY(0);
  opacity: 1;
}

/* === End Team Style === */

/* ================================================================= */
/*                             CARD WRAPPER                          */
/* ================================================================= */
.aksi-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 392px;
  cursor: pointer;
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 392px;
  cursor: pointer;
}
/* ================================================================= */
/*                                IMAGE                              */
/* ================================================================= */
.aksi-card img {
  width: 100%;
  height: 392px;
  object-fit: cover;
  filter: brightness(65%);
  transition:
    transform 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.media-card img {
  width: 100%;
  height: 392px;
  object-fit: cover;
  filter: brightness(65%);
  transition:
    transform 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.aksi-card:hover img {
  transform: scale(1.12);
  filter: brightness(45%);
}

.media-card:hover img {
  transform: scale(1.12);
  filter: brightness(45%);
}
/* ================================================================= */
/*                        OVERLAY CONTENT WRAPPER                    */
/* ================================================================= */
.aksi-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent 60%);
  overflow: hidden;

  /* wrapper tidak bergerak! */
  transform: translateY(0);
  transition: background 0.6s ease;
}

.aksi-card:hover .aksi-content {
  /* gradient lebih tinggi, tapi wrapper diam */
  background: linear-gradient(to top, rgba(0,0,0,0.90), transparent 75%);
}

/* ================================================================= */
/*                                TITLE                              */
/* ================================================================= */
.aksi-title {
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  text-shadow: 0 4px 14px rgba(0,0,0,0.5);

  /* animasi halus */
  transform: translateY(0);
  transition:
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.aksi-card:hover .aksi-title {
  transform: translateY(-12px);   /* naik lebih smooth */
}

/* ================================================================= */
/*                             DESCRIPTION                           */
/* ================================================================= */
.aksi-desc {
  margin: 0;
  color: #fff !important;

  opacity: 0;
  transform: translateY(12px);

  font-size: 16px;
  line-height: 1.45;

  max-height: 0;
  overflow: hidden;

  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);

  transition-delay: 0.1s;
}

.aksi-card:hover .aksi-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 800px;
}


.sub-title {
  position: absolute;
  font-size: 22px;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 3;
  color: var(--main-dark);
  font-weight: 700;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), opacity 0.35s;
  pointer-events: none;
}



/* Program */
.programs-padding{
  margin-left: 96px;
}

.program-title{
  font-size: 32px;
  font-weight: 700;
}
.btn-link {
  color: #FFB600;
  text-decoration: none;
}

.btn-link a {
  color: var(--main-dark);
  text-decoration: none;  /* pastikan gak ada garis bawah */
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

/* efek hover hanya ubah warna */
.btn-link a:hover {
  color: #e3a201; 
}

/* jarak antara teks dan panah */
.btn-link .arrow {
  text-decoration: none;
  margin-left: 24px; 
  transition: transform 0.3s ease, color 0.3s ease;
}

/* animasi geser halus saat hover */
.btn-link a:hover .arrow {
  color: #e3a201;
  transform: translateX(4px);
}

.program-content {
  margin-top: 64px;
}
/* === End Card Aksi Style === */

/* ===Gallery Video Style=== */
.video-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-item img {
  transition: transform 0.5s ease;
}

.video-item .overlay {
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: all 0.3s ease;
}

.video-item .play-icon {
  color: white;
  font-size: 3rem;
  transform: scale(1);
  transition: transform 0.3s ease;
}

/* Efek saat hover */
.video-item:hover {
  transform: translateY(-5px);
}

.video-item:hover img {
  transform: scale(1.05);
}

.video-item:hover .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.55);
}

.video-item:hover .play-icon {
  transform: scale(1.2);
}

.video-wrapper {
    aspect-ratio: 16/9;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 18px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: white;
    opacity: 0.8;
}

.bg-maps{
  background-color:#E7EAEB !important;
}


/* ===End Gallery Video Style=== */
.quote-section {
  background-image: url('images/Quote-mobile.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

  .content-body {
    font-size: 15px !important;
    line-height: 1.7;
  }
  .content-body h1 { font-size: 1.625rem; } /* 26px */
  .content-body h2 { font-size: 1.375rem; } /* 22px */
  .content-body h3 { font-size: 1.125rem; } /* 18px */

  .content-body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
/* overlay agar teks jelas */
.quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}


@media (max-width: 765px) {
	.team-klik {
    position: absolute;
    inset: 0;
    background: rgba(14,41,59,0.8);
	border-radius:18px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.team-image.active .team-klik {
    opacity: 1;
    visibility: visible;
}
	  /* 1 gambar per baris */
  #instagramFeed .col-6 {
    width: 100% !important;
  }
	.team-text{
		font-size: 14px !important;
	}
 .instagram-crop {
  position: relative;
  width: 100%;
  padding-top: 100%; /* default desktop 1:1 */
  overflow: hidden;
  border-radius: 18px;
}

.instagram-crop iframe {
  position: absolute;
  top: -70px !important;
  left: 0;
  width: 100%;
  height: calc(100% + 180px);
  border: 0;
  pointer-events: none;
  
}
	.news-card-wrap-image{
		height: 100% !
	}

		.bg-sorotan{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 240%!important;
                  background-position: center;
}
			.bg-sorotan2{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 240%!important;
                  background-position: center;
}
	.bg-tender {
      background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-tender-white.png');
    }
	  .section-dewan {
    background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-dewan-pengawas-mobile.png');
  }
	.visi-misi {
  background-image: url('../images/image-burung-mobile.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px !important;
}
.visi-misi-bg{
    border-top-right-radius: 0;
  border-bottom-right-radius: 0;
	 height: 300px !important;
}
	.peran-mandalika {
  background-image: url('../images/image-capung-mobile.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 375px !important;
}
.peran-mandalika-bg{
    border-top-left-radius: 0;
  border-bottom-left-radius: 0;
	height: 375px !important;
}
	.nilai-utama {
  background-image: url('../images/bekantan-tentang-mobile.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px !important;
}

.nilai-utama-bg{
   border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 550px !important;
}
	 .play-button {
     transform: translate( 100%, 50%);
  }
  .aksi-card:hover .aksi-title1 {
  transform: translateY(-170px); 
}
  .aksi-card:hover .aksi-title2 {
  transform: translateY(-200px); 
}
  .aksi-card:hover .aksi-title3 {
  transform: translateY(-145px); 
}
  .aksi-card:hover .aksi-title4 {
  transform: translateY(-85px); 
}
 .btn-link{
margin-top: 32px;
margin-bottom: 0px;
text-align: center;
  }
  .program-content {
  margin-top: 32px;
}
    .programs-padding{
  margin-left: 0px;
}
.program-title{
  padding-left: 0px;
}
.main-title-second {
  font-size: 48px;
  font-weight: 700;
}
  .second-title {
  font-size: 38px!important;
  font-weight: 700!important;
  line-height: 46px!important;
}
  .navbar-footer {
    margin-top: 64px;
    display: flex;              
    justify-content: center;     
    align-items: center;         
    flex-wrap: wrap;            
    gap: 32px;          
}
 .footer-socials {
        justify-content: center; 
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .footer-social {
    transition: color 0.3s ease-in-out;
    font-size: 22px;
    color: var( --light-gray);
     display: flex;
    justify-content: center !important; 
    gap: 15px; 
  }
  .fs-base {
    display: block; 
    margin: 0 auto;
}
   .news-card-wrap-title {
    font-size: 20px;
    font-weight: 600;
  }

  .btn-berita{
     display: none;
  }
  .btn-berita-mobile{
  display: flex;
  justify-content: center;
}
  .main-title {
  font-size: 56px;
}
    .navbar-logo img {
    height: 48px;
  }
.partner-background {
    height: 225px;
  }
  .aksi-card {
    height: 350px;
  }
    .title-page{
    font-size: 32px;
    line-height: 42px;
  }

  .team-card p {
  font-size: 8px;
  line-height: 1.2;
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* lebih terang dari 0.8 */
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: flex-end; /* teks di bawah */
  padding: 1rem;

 
}
 .image-wrapper {
      width: 100% !important;
    }
.logo-footer{
  max-height: auto;
}
	/* ================= HERO / SECTION BACKGROUND ================= */

.hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ====== MITRA SECTION ====== */
.hero-section--mitra {
  background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-section-2-mitra.png');
}

}

@media (max-width: 576px) {
  .hero-section--mitra {
    background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-section-2-mitra-mobile.png');
  }
}
	
	
@media (max-width: 765px) {

		.news-card-wrap-image {
    height: 100%!important;        /* samakan tinggi semua image */
}
	  .d-flex.flex-md-row {
    flex-direction: column !important;
  }

  .image-report img {
    width: 100%;
  }

  .image-report {
    margin-right: 0 !important;
  }
}
  .play-button {
    position: absolute; /* penting */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
  }

.footer-logos a img {
margin-top: 32px;
margin-bottom: 32px;
}

@media (min-width: 768px) {
		.team-klik {
    position: absolute;
    inset: 0;
    background: rgba(14,41,59,0.8);
	border-radius:18px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.team-image.active .team-klik {
    opacity: 1;
    visibility: visible;
}
	.team-text{
		font-size: 14px !important;
	}
	.visi-misi-bg{
  background-color: rgba(255, 182, 0, 0.60); /* kuning transparan */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* supaya nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */

  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.nilai-utama{
  height: 325px !important;
}

.nilai-utama-bg{
  background-color: rgba(155, 201, 99, 0.90); /* Hijau transparan */
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* supaya nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}
.peran-mandalika {
  height: 225px !important;
}
.peran-mandalika-bg {
  background-color: rgba(14, 41, 59, 0.60); /* kuning transparan */
  
  height: 225px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;     /* ✅ PINDAH KE KANAN */
  left: auto;  /* ✅ MATIKAN KIRI */

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */

  /* rounded di sisi kanan */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
	.tentang-main-card{
   min-height: 225px !important;
	overflow: hidden;
}
		.news-card-wrap-image {
    height: 220px;        /* samakan tinggi semua image */
}
	.media-card img {
		height:400px;
	}
		.bg-sorotan{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 250%!important;
                  background-position: center;
}
		.bg-sorotan2{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 160% !important;
                  background-position: center;
}
	.bg-tender {
      background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-tender-white.png');
    }
  .bg-maps{
  background-color:#E7EAEB !important;
}
 .play-button {
     transform: translate(100%, -50%);
  }
    .aksi-card:hover .aksi-title1 {
  transform: translateY(-150px); 
}
  .aksi-card:hover .aksi-title2 {
  transform: translateY(-150px); 
}
  .aksi-card:hover .aksi-title3 {
  transform: translateY(-150px);
}
  .aksi-card:hover .aksi-title4 {
  transform: translateY(-100px);
}
 .image-wrapper {
      width: 100% !important;
    }
   .btn-link{
margin-top: 32px;
margin-bottom: 64px;
  }
    .program-content {
  margin-top: 32px;
}
    .programs-padding{
  margin-left: 0px;
}
  .second-title {
  font-size: 32px!important;
  font-weight: 700!important;
  line-height: 42px!important;
}
  .yellow-box {
    padding: 75px 75px;
  }
     .footer-socials {
    display: flex;
    justify-content: flex-end; 
    gap: 32px;     
       margin-top: 32px;                 
}
.fs-base {
    display: block; /* atau inline-block */
    text-align: center;
    margin: 0 auto;
}
   .navbar-logo img {
    height: 48px;
  }

  .hero-content {
    padding-bottom: 80px;
  }

  .news-card-wrap-title {
    font-size: 20px;
    font-weight: 600;
  }

  .news-card-wrap-date {
    font-size: 16px;
    font-weight: 600;
  }
  .partner-background {
    height: 400px;
  }

  .main-title {
    font-size: 72px !important;
    line-height: 81px;
  }
.main-title-second {
  font-size: 56px;
  font-weight: 700;
}
.footer-tesk{
color: var(--light-gray);
font-size: 16px;
}
.logo-footer{
  max-height: auto;
}
.footer-logos a img {
margin-top: 32px;
margin-bottom: 32px;
}

.ratio-4x5 {
  padding-top: calc(5 / 4 * 100%);
  /* 125% */
}
.instagram-crop {
  position: relative;
  width: 100%;
  padding-top: 100%; /* default desktop 1:1 */
  overflow: hidden;
  border-radius: 18px;
}

.instagram-crop iframe {
  position: absolute;
  top: -70px !important;
  left: 0;
  width: 100%;
  height: calc(100% + 180px);
  border: 0;
  pointer-events: none;
  
}
}


@media (min-width: 992px) {
	.team-klik {
    position: absolute;
    inset: 0;
    background: rgba(14,41,59,0.8);
	border-radius:18px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.team-image.active .team-klik {
    opacity: 1;
    visibility: visible;
}
	.team-text{
		font-size: 14px !important;
	}
	.visi-misi-bg{
  background-color: rgba(255, 182, 0, 0.60); /* kuning transparan */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* supaya nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */

  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.peran-mandalika {
  height: 350px !important;
}
	.peran-mandalika-bg {
  height: 350px !important;
}
.nilai-utama{
  height: 425px !important;
}
	.nilai-utama-bg{
  height: 425px !important;
}
 .visi-misi {
  height: 250px !important;
}
.nilai-utama-bg{
  background-color: rgba(155, 201, 99, 0.90); /*Hijau transparan */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* supaya nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;

}
.peran-mandalika-bg {
  background-color: rgba(14, 41, 59, 0.60); /* kuning transparan */
  
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* nempel ke atas & bawah */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;     /* ✅ PINDAH KE KANAN */
  left: auto;  /* ✅ MATIKAN KIRI */

  /* mengikuti lebar col-lg-7 */
  width: 58.333333%; /* col-lg-7 bootstrap */

  /* rounded di sisi kanan */
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
		.news-card-wrap-image {
    height: 220px;        /* samakan tinggi semua image */
}
	.media-card img {
		height:400px;
	}
	.bg-sorotan{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 150%;
                  background-position: center;
}
			.bg-sorotan2{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 150%;
                  background-position: center;
}
	.bg-tender {
      background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-tender-white.png');
    }
	.bg-maps{
  background-color:#E7EAEB !important;
}
   .play-button {
     transform: translate( -50%, -50%);

  }
  .image-wrapper {
    width: 200px !important;
  }

    .aksi-card:hover .aksi-title1 {
  transform: translateY(-175px);
}
  .aksi-card:hover .aksi-title2 {
  transform: translateY(-150px); 
}
  .aksi-card:hover .aksi-title3 {
  transform: translateY(-120px); 
}
  .aksi-card:hover .aksi-title4 {
  transform: translateY(-85px); 
}
      .btn-partners{
  display: flex;
  justify-content: center;
}
 .btn-link{
margin-top: 32px;
margin-bottom: 0px;
  }
  .programs-padding{
  margin-left: 64px;
}
    .second-title {
  font-size: 48px!important;
  font-weight: 700!important;
  line-height: 56px!important;
}
   .footer-socials {
    display: flex;
    justify-content: flex-end; 
    gap: 32px; 
     margin-top: 0px;  
}
  .fs-base {
    display: block;
    text-align: left; 
    margin: 0; 
}
   .main-title {
    font-size: 72px;
    line-height: 81px;
  }
.main-title-second {
  font-size: 64px;
  font-weight: 700;
}

  .px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-logo img {
    height: 28px;
  }

  .news-card-main-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
  }

  .news-card-wrap-image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0px;
  }

  .partner-background {
    border-radius: 6px;
  }

  .partner-background::after {
    transform: rotate(0);
  }
  .footer-tesk{
color: var(--light-gray);
font-size: 14px;
}
.logo-footer{
  max-height: 50px;
}
.footer-logos a img {
margin-top: 0px;
margin-bottom: 0px;
}
}
	
@media (min-width: 1200px) {
	
.team-klik {
    position: absolute;
    inset: 0;
    background: rgba(14,41,59,0.8);
	border-radius:18px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.team-image.active .team-klik {
    opacity: 1;
    visibility: visible;
}


	.team-text{
		font-size: 18px !important;
	}
	.visi-misi {
  height: 250px !important;
}
.peran-mandalika {
  height: 250px !important;
}
	.peran-mandalika-bg {
  height: 250px !important;
}
.nilai-utama{
  height: 350px !important;
} 
	.nilai-utama-bg{
  height: 350px !important;
} 
	.media-card img {
		height:500px;
	}
	.bg-sorotan{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 110% !important;
                  background-position: center;
}
			.bg-sorotan2{
	   min-height: 400px;
                  border-radius: 18px;
                  background-size: 110% !important;
                  background-position: center;
}
	 .bg-tender {
    background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-tender-white.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
	.section-dewan {
  background-image: url('https://manka.stagingserver.id/wp-content/uploads/2025/11/bg-dewan-pengawas.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
      .aksi-card:hover .aksi-title1 {
  transform: translateY(-115px); 
}
  .aksi-card:hover .aksi-title2 {
  transform: translateY(-115px); 
}
  .aksi-card:hover .aksi-title3 {
  transform: translateY(-85px); 
}
  .aksi-card:hover .aksi-title4 {
  transform: translateY(-55px); 
}
      .btn-partners{
  display: flex;
  justify-content: center;
}
    .program-content {
  margin-top: 64px;
}
  .programs-padding{
  margin-left: 96px;
}
	.bg-maps{
  background-color:#E7EAEB !important;
}
    .second-title {
  font-size: 48px!important;
  font-weight: 700!important;
  line-height: 56px!important;
}
  .footer-socials {
    display: flex;
    justify-content: flex-end; 
    gap: 32px;                      
}
  .main-title {
    font-size: 72px;
    line-height: 81px;
  }
.main-title-second {
  font-size: 64px;
  font-weight: 700;
}
  .title-page{
    font-size: 64px;
line-height: 72px;
  }

    .quote-section {
    background-image: url('images/Quote.png');
  }
  .hero-content {
    padding-bottom: 100px;
  }

  .feature-card:hover {
    background-color: var(--main-yellow);
    color: #fff;
  }

  .news-card-main-title {
    font-size: 32px;
	   color: #47484B !important; 
  }

  .news-card-wrap-title {
    font-size: 20px;
	   color: #47484B !important; 
  }

  .partner-background {
    height: 650px;
  }

  .knowledge-text {
    padding-right: 11rem;
  }

  .knowledge-image::before {
    width: 100%;
    right: 0;
    bottom: 0;
  }

  .knowledge-image img {
    transform: translate(-24px, -24px);
  }

  .navbar-logo img {
    height: 48px;
  }

  .footer-logo img {
    height: 45px;
  }

  .navbar-footer {
  margin-top: 32px;
  text-align: left; 
}
.footer-tesk{
color: var(--light-gray);
font-size: 16px;
}
.logo-footer{
  max-height: 100px;
}
}