/**
* Template Name: QuickStart
* Template URL: https://bootstrapmade.com/quickstart-bootstrap-startup-website-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
@font-face {
  font-family: 'Geist Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/geist-sans@latest/latin-400-normal.ttf) format('truetype');
}

:root {
  --default-font: "Geist", sans-serif;
  --heading-font: "Geist", sans-serif;
  --nav-font: "Geist", sans-serif;
}

/* Global Colors - Melodic Melon Palette */
:root {
  --background-color: #ffffff;
  /* Menggunakan Krem Pucat/Kuning Gading sebagai latar belakang yang hangat, bukan Putih murni */
  --default-color: #312E27;
  /* Tetap Cokelat Tua/Abu-abu Gelap untuk keterbacaan teks */
  --heading-color: #312E27;
  /* Tetap Cokelat Tua/Abu-abu Gelap untuk heading yang kuat */
  --accent-color: #F7C752;
  /* Kuning Mentega/Oranye Hangat, untuk tombol & highlight (CTA) */
  --accentdark-color: #b8953d;
  /* Kuning Mentega/Oranye Hangat, untuk tombol & highlight (CTA) */
  --surface-color: #A3B86D;
  /* Hijau Earthy/Zaitun Muda, digunakan sebagai background untuk cards atau elemen kotak */
  --surfacedark-color: #739e06;
  /* Hijau Earthy/Zaitun Muda, digunakan sebagai background untuk cards atau elemen kotak */
  --contrast-color: #ffffff;
  /* Putih, untuk teks agar terbaca jelas di atas warna aksen (kuning/hijau) */
}

/* Nav Menu Colors - Disesuaikan dengan Palet Melon */
:root {
  --nav-color: #312E27;
  /* Warna teks nav default (Cokelat Tua) */
  --nav-hover-color: #739e06;
  /* Applied to main navmenu links when they are hovered over or active (Hijau Earthy) */
  --nav-mobile-background-color: #ffffff;
  /* Background mobile nav (Krem Pucat) */
  --nav-dropdown-background-color: #ffffff;
  /* Background dropdown (Krem Pucat) */
  --nav-dropdown-color: #312E27;
  /* Teks dropdown (Cokelat Tua) */
  --nav-dropdown-hover-color: #739e06;
  /* Hover dropdown (Hijau Earthy) */
  --nav-contrast-color: #ffffff;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f8fbfc;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;

}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 480px) {
  .header .logo img {
    max-height: 24px;
  }

  .header .logo h1 {
    font-size: 24px;
  }
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--default-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  
  border-radius: 50px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
}


.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid white;
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: #ffffff;
  border-bottom: 1px solid black;
}





/* HILANGKAN BACKGROUND TOMBOL / SELECT */
.gtranslate_wrapper select,
.gtranslate_wrapper .gt_selector,
.gtranslate_wrapper .gt_switcher_wrapper,
.gtranslate_wrapper .gt_switcher,
.gtranslate_wrapper .gt_switcher * {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.gtranslate_wrapper div,
.gtranslate_wrapper span {
  background-color: transparent !important;
  border-radius: 20px;
}

/* HILANGKAN BACKGROUND OPTION SAAT BELUM DIBUKA */
.gtranslate_wrapper .gt_selected,
.gtranslate_wrapper .gt_switcher .gt_current_lang,
.gtranslate_wrapper .gt_switcher .gt_option:hover {
  background-color: transparent !important;
}

/* HAPUS BORDER DI TOMBOL GT */
.gtranslate_wrapper .gt_switcher .gt_current_lang {
  border: none !important;
}

/* Pastikan tombol berada di posisi normal */
.lang-select {
  position: relative !important;
  display: inline-block !important;
  overflow: visible !important;
  background: transparent !important;
}

/* Wrapper GTranslate default */
.gtranslate_wrapper .gt_switcher_wrapper {
  position: relative !important;
  display: inline-block !important;
  background: transparent !important;
  border-radius: 20px;
}

/* Ketika dropdown muncul → jadikan absolute agar tidak mendorong navbar */
.gtranslate_wrapper .gt_switcher {
  position: relative !important;
  display: inline-block !important;
}

/* DROPDOWN LIST */
.gtranslate_wrapper .gt_options {
  position: absolute !important;

  right: 0 !important;

  /* Styling */
  background: var(--contrast-color) !important;
  border-radius: 8px !important;

  min-width: 150px !important;
  z-index: 99999 !important;

  /* Hindari mempengaruhi layout */
  margin: 0 !important;
}

/* Item bahasa */
.gtranslate_wrapper .gt_option {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.gtranslate_wrapper .gt_option:hover {
  background-color: var(--surface-color) !important;
}

.gt-current-lang .gt-lang-code {
  color: white;
}




/* Video background hanya dalam hero */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.video-bg.loaded {
  opacity: 1;
}

/* Overlay di dalam hero */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.65) 45%,
      rgba(0, 0, 0, 0.15) 100%);
  z-index: -1;
}

/* Pastikan container relative agar absolute positioning bekerja */
.header .container-fluid {
  position: relative;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    width: auto; 
    margin-right: auto; /* Opsional: pastikan dia menempel kiri */
    margin-left: -10px !important;
  }

  /* LOGO ABSOLUTE CENTER */
  .logo-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Kunci agar benar-benar di titik tengah */
    z-index: 100; /* Pastikan di atas layer lain */
  }
  
  /* Tombol Kanan */
  .header-actions {
    margin-left: auto; /* Dorong ke paling kanan */
  }


  .navmenu>ul {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .navmenu .menu-center {
    flex: 2;
  }

  .navmenu .menu-center>ul {
    display: flex;
    justify-content: center;
    
  }

  .navmenu .nav-extra {
    
    /* dorong ke kanan */
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .navmenu .dropdown ul {
    width: auto !important;
    min-width: 180px;
    max-width: 260px;
    white-space: nowrap;
    position: absolute;
  }


  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    flex: 1;
    justify-content: flex-start !important;
    gap: 10px;
    margin-left: 0 !important;
  }

  .navmenu li {
    position: relative;
    overflow: visible;
  }



  .navmenu a,
  .navmenu a:focus {
    color: var(--contrast-color);
    padding: 12px 15px !important;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--accent-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--default-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--default-color);
    background-color: var(--accent-color);
    border-radius: 10px;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--accent-color);
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  /* Mengubah warna link menu menjadi gelap saat class .scrolled aktif */
  .index-page.scrolled .navmenu a,
  .index-page.scrolled .navmenu a:focus {
    color: var(--default-color); /* Kembali ke warna Cokelat Tua (#312E27) */
  }

  /* Memastikan warna hover tetap terlihat (Kuning/Aksen) */
  .index-page.scrolled .navmenu li:hover>a,
  .index-page.scrolled .navmenu .active,
  .index-page.scrolled .navmenu .active:focus {
    color: var(--default-color);
  }
  
  /* Opsional: Mengubah warna icon chevron dropdown juga */
  .index-page.scrolled .navmenu a i, 
  .index-page.scrolled .navmenu a:focus i {
    color: var(--default-color);
  }

  .index-page.scrolled .gt-current-lang .gt-lang-code {
    color: var(--nav-color) !important; 
  }
}




/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--contrast-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .scrolled .mobile-nav-toggle {
    color: var(--default-color); /* Mengubah warna menjadi Gelap/Hitam tema */
    /* Atau gunakan color: #000000; jika ingin hitam pekat */
  }

  .logo-center {
    position: relative; /* Kembalikan ke posisi normal di mobile */
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto; /* Tengah secara flex */
  }
  
  .header-actions {
    display: none; /* Sembunyikan tombol header di mobile (opsional) */
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu .btn-getstarted {
    /* Menyesuaikan tombol agar terlihat bagus di list menu */
    margin: 10px 0;
    width: 100%;
    display: inline-block;
    background: var(--accent-color);
    color: var(--default-color);
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
  }
  
  /* Pastikan GTranslate tidak terpotong di mobile menu */
  .navmenu .gtranslate_wrapper {
    margin-left: 0;
    margin-top: 10px;
    color: var(--default-color);
  }

  .navmenu .gtranslate_wrapper .gt_options {
    top: 60% !important; /* Sesuaikan angka ini (misal 25px atau 35px) sampai pas */
    margin-top: 0 !important;
    position: absolute !important;
    z-index: 1000 !important;
    
    /* Opsional: Jika ingin dropdown rata kiri dengan teks */
    left: 0 !important;
    right: auto !important;
  }

  .navmenu .gt-current-lang .gt-lang-code{
    color: var(--default-color);
  }
  
  /* Memastikan list item mobile mengambil lebar penuh */
  .navmenu li.d-xl-none {
    display: block;
    width: 100%;
  }


  /* PERBAIKAN 1: Gunakan tanda '>' agar hanya menargetkan UL pembungkus utama */
  .navmenu>ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    /* Pastikan variabel ini ada, atau ganti #fff */
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  /* PERBAIKAN 2: Reset UL di dalam menu-center agar tampil normal (bukan absolute) */
  .navmenu .menu-center>ul {
    position: static;
    display: flex;
    /* Gunakan flex column agar urut ke bawah */
    flex-direction: column;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    inset: auto;
    overflow: visible;
  }

  /* Pastikan item di dalam menu-center lebar penuh */
  .navmenu .menu-center,
  .navmenu .menu-center>ul>li {
    width: 100%;
    display: block;
  }

  /* Styling Link */
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  /* Styling Dropdown */
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    transition: all 0.5s ease-in-out;
    box-shadow: none;
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    list-style: none;
    background-color: rgba(33, 37, 41, 0.03);
    border-radius: 20px;
  }

  /* Styling Nav Extra (Tombol Kontak & Translate) */
  .navmenu .nav-extra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    /* Garis pemisah agar rapi */
    margin-top: 10px;
  }

  .navmenu .nav-extra .btn-getstarted {
    width: 100%;
    /* Full width agar mudah ditekan di HP */
    text-align: center;
    justify-content: center;
  }

  /* Active State untuk Mobile Toggle */
  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }

  /* TAMPILAN MOBILE MELON */
  /* 2. Product Carousel (Sunlady, dll) */
  .product-showcase-section .carousel-card {
    margin-top: 50px;
    height: auto !important; /* Biarkan tinggi otomatis */
    flex-direction: column;  /* Tumpuk Gambar & Teks */
  }

  .product-showcase-section .carousel-card .text-side p {
    font-size: 0.8rem !important;
  }

  .product-showcase-section .carousel-card .text-side h2, h4 {
    font-size: 1.5rem !important;
  }

  .product-showcase-section .image-side {
    height: 150px; /* Tinggi gambar di HP */
    min-height: 150px;
    
  }
  
  .product-showcase-section .image-side img {
    max-height: 250px;
  }

  .product-showcase-section .text-content {
    padding: 30px 20px;
    margin-top: -20px;
    text-align: center; /* Rata tengah teks di HP */
  }

  /* Sembunyikan panah jika mengganggu, atau perkecil */
  .product-showcase-section .carousel-control-prev,
  .product-showcase-section .carousel-control-next {
    width: 10%;
    opacity: 0.5;
  }


  /* 3. Perbedaan Section */
  .perbedaan-section {
    text-align: center;
    padding: 60px 0;
    margin-top: 20px;
  }

  .perbedaan-section .section-title {
    font-size: 1.8rem !important;
    text-align: center !important;
  }

  .perbedaan-section .section-desc {
    font-size: 0.9rem !important;
    text-align: center !important;
  }

  .perbedaan-section .products-row {
    display: none;
  }
  
  .perbedaan-section .decorative-circle {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    opacity: 0.5;
  }
  
  /* Susun gambar sayur agar rapi di tengah */
  .products-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  
  .product-item img {
    max-width: 120px; /* Kecilkan gambar agar muat */
  }


  /* 4. Buah Section (Caption Oranye) */
  .buahsec-image {
    height: 60vh; /* Kurangi tinggi banner */
  }

  .buahsec-caption {
    width: 80% !important; /* Lebarkan kotak oranye di HP */
    bottom: 40px !important; /* Geser sedikit */
    transform: translate(-50%, 0);
    
  }
  
  .buahsec-caption p {
    font-size: 0.8rem !important; /* Perkecil font */
    text-align: center;
    margin-top: 10px;
  }
  /* Beri jarak bawah agar kotak caption tidak tertutup section bawahnya */
  .buahsec-container {
    margin-bottom: 80px !important; 
  }


  /* 5. Quality Section (Gambar & Progress Bar) */
  .quality-section .display-wrapper {
    height: 300px; /* Perkecil tinggi gambar utama */
    margin-bottom: 20px;
  }

  .quality-section .overlay-box {
    position: relative;
    bottom: auto;
    left: auto;
    width: 80% !important;
    height: 20% !important;
    margin-top: -100px; /* Tarik sedikit ke atas */
    margin-left: 10px;

    text-align: center;
  }
  
  .quality-section .overlay-box h2 {
    font-size: 0.8rem;
    margin-top: auto;
  }

  .quality-section .controls-row {
    flex-direction: column; /* Susun progress bar ke bawah */
    gap: 20px;
  }
  
  .control-item {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .control-item .control-text {
    font-size: 0.8rem;
  }
  /* END TAMPILAN MOBILE MELON */

  /* TAMPILAN MOBILE ABOUT */
  /* 2. Hero About (Produk Segar Tahan Lama) */
  #heroabout {
    text-align: center;
    padding-top: 120px; /* Jarak dari header */
    padding-bottom: 60px;
  }
  
  #heroabout .hero-about-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  /* Mengatur SVG dan Teks di Hero agar vertikal */
  #heroabout .hero-about-point {
    flex-direction: grid;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .hero-about-point svg {
    width: 80px !important;
    /* sesuaikan (55–70px biasanya ideal) */
    height: auto;
    flex-shrink: 0;
    /* supaya tidak tertekan */
    margin-top: 0;
    /* fine-tuning agar benar2 sejajar */
  }
  
  #heroabout .hero-about-desc {
    text-align: center;
    font-size: 0.9rem;
  }

  /* 3. About Image Section (Gambar Besar + Teks Hijau) */
  #about .col-lg-12 > div {
    /* Hapus overflow hidden agar teks bisa keluar kotak */
    overflow: visible !important; 
  }
  
  #about img {
    height: 250px; /* Batasi tinggi gambar di HP */
    object-fit: cover;
    border-radius: 20px;
  }

  /* Ubah posisi kotak teks hijau dari Absolute ke Relative */
  #about div[style*="position: absolute"] {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin: -30px auto 0 auto; /* Overlap sedikit ke atas (-30px) */
    width: 90% !important;
    max-width: 100%;
    font-size: 0.9rem !important;
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  /* 4. Cerita Kami (2 Gambar Sejajar) */
  .cerita-section {
    padding: 40px 20px !important;
    text-align: center;
  }

  .cerita-section .label-title span {
    color: var(--default-color);
    font-size: 2rem;
  }
  
  .cerita-text {
    text-align: justify; /* Tetap rata kiri-kanan untuk teks panjang */
    font-size: 0.9rem !important;
    margin: auto;
  }

  .cerita-section .d-flex.gap-3 {
    flex-direction: column; /* Gambar jadi atas-bawah di layar sangat kecil */
    gap: 15px !important;
  }
  
  /* Jika layar agak lebar (tablet), biarkan sejajar tapi kecil */
  @media (min-width: 576px) {
    .cerita-section .d-flex.gap-3 {
      flex-direction: row;
    }
  }

  .image-left img, 
  .image-right img {
    width: 100% !important; /* Gambar memenuhi container */
    height: auto !important;
    max-height: 300px;
    object-fit: cover;
  }

  /* --- Team Section --- */
    .team-slider {
        flex-direction: column; /* Menyusun kartu ke bawah (stacking) */
        align-items: center;    /* Posisi tengah */
    }

    l.investors-section .team-title {
      font-size: 2rem !important;
    }

    .team-card {
        width: 100%;       /* Lebar kartu penuh di HP */
        max-width: 300px;  /* Batas maksimal lebar agar enak dilihat */
        margin-bottom: 15px;
    }
    
    .team-card img {
        width: 80px;      /* Foto sedikit lebih kecil di HP */
        height: 80px;
    }

    /* --- Penyesuaian Investors Section Mobile --- */
    .investors-section .row {
        gap: 20px 0; /* Memberi jarak vertikal antar baris logo */
    }

    /* Mengatur kolom logo di HP (karena pakai col-6, jadi 2 kolom) */
    .investor-logo {
        max-height: 120px !important; /* Logo lebih kecil di HP agar tidak berantakan */
        padding: 0 10px;  /* Memberi napas kiri kanan */
    }
    
    .section-title h2 {
        font-size: 1.5rem; /* Judul section tidak terlalu besar */
    }
  /* END TAMPILAN MOBILE ABOUT */

  /* TAMPILAN MOBILE SUSTAIN */
  .hero-main-sustain {
    font-size: 2rem !important; /* Mengecilkan font hero */
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .hero-sustain-split .row {
    flex-direction: column;
    text-align: center;
  }

  .sdg-features {
    text-align: center;
  }
  
  .sdg-features p {
    text-align: justify !important; /* Override text-align justify inline */
    font-size: 0.9rem;
    white-space: normal;
  }

  .sdg-features h3 {
    font-size: 2rem !important;
  }

  .sdg-features h4 {
    font-size: 1rem !important;
  }

  .sdg-features .icon-box {
    justify-content: center; /* Menengahkan icon SDG */
    margin-bottom: 1.5rem;
  }

  .sustain h2 {
    font-size: 2rem !important;
  }

  .sustain-cards {
    display: flex;
    flex-direction: column; /* Kartu berbaris ke bawah */
    gap: 30px;
  }

  .sustain-card {
    width: 100%;
    margin: 0 auto;
  }

  .sustain-card p {
    font-size: 0.9rem !important;
    text-align: justify !important;
  }
  

  /* --- 5. CHALLENGE SECTION --- */
  .challenge-sustain {
    text-align: center;
  }

  .challenge-sustain .label-title-sustain {
    font-size: 2rem !important;
  }

  .challenge-sustain .sustain-text {
    font-size: 0.9rem !important;
  }

  .challenge-sustain .images-wrapper {
    margin-top: 40px;
  }

  /* Membuat SVG Responsif */
  .challenge-sustain svg {
    width: 100%;
    height: auto;
    max-width: 400px; /* Batas maksimal agar tidak terlalu besar di tablet */
  }
  /* END TAMPILAN MOBILE SUSTAIN */

  /* TAMPILAN MOBILE PRESSKIT */
  .contactpress-card-right h2 {
    font-size: 2rem !important;
    text-align: center;
  }

  .contactpress-card-right .info-group {
    text-align: center;
  }
  /* END TAMPILAN MOBILE PRESSKIT */

  /* TAMPILAN MOBILE BLOG */
  .heroblog {
    padding: 30px 0;
}

.blog-card {
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Reset Lebar Gambar & Konten */
.card-image, 
.card-blog-content {
    width: 100%;
}

.card-image {
    height: 250px;
}

/* --- BAGIAN INI YANG DIPERBAIKI --- */
.card-blog-content {
    padding: 30px 20px;
    
    /* Teknik Centering Paling Kuat (Flexbox) */
    display: flex;           /* Mengaktifkan mode flex */
    flex-direction: column;  /* Menyusun elemen ke bawah */
    align-items: center;     /* MEMAKSA semua anak elemen ke tengah horizontal */
    text-align: center;      /* Menengahkan teks di dalam elemen */
}

.card-blog-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    width: 100%; /* Memastikan text container penuh agar text-align jalan */
}

.card-blog-content p {
    font-size: 0.95rem;
    margin-bottom: 25px;
    /* Opsional: Jika ingin paragraf rata kiri-kanan tapi tombol tetap tengah */
    /* text-align: justify; */ 
}

/* --- UPDATE TOMBOL --- */
.card-blog-content .read-more {
    /* Opsi A: Tombol menyesuaikan panjang teks (Recommended) */
    width: auto; 
    min-width: 150px; /* Agar tombol tidak kekecilan */
    display: inline-block;
    
    /* Opsi B: Jika ingin tombol selebar layar (Hapus komentar jika mau) */
    /* width: 100%; */
    /* display: block; */
    
    text-align: center; /* Pastikan teks dalam tombol di tengah */
}
  /* END TAMPILAN MOBILE BLOG */

  /* TAMPILAN MOBILE CONTACT */
  .contact-us-section {
    padding: 40px 0; /* Mengurangi padding atas-bawah */
}

.contact-header {
    margin-bottom: 30px;
}

.section-title {
    font-size: 2rem !important; /* Mengecilkan ukuran font judul */
}

.contact-us-section .subtitle {
  font-size: 0.9rem !important;
}

.yellow-squiggle {
    width: 35px; /* Mengecilkan dekorasi SVG */
    top: -10px;
    right: -15px;
}

/* --- Penyesuaian Form Card --- */
.contact-form-card {
    padding: 25px 20px; /* Padding dalam kartu lebih tipis agar muat di HP */
    margin-bottom: 40px; /* Memberi jarak antara form dan info di bawahnya */
}

.form-title {
    font-size: 1rem !important;
    margin-bottom: 20px !important;
}

/* Memperbaiki jarak antar input yang bertumpuk (Stacking) */
/* Karena di HTML pakai col-md-6, di HP jadi tumpuk ke bawah */
.contact-form-card .row .col-md-6 {
    margin-bottom: 15px; /* Jarak vertikal antar input Nama Depan/Belakang */
}

/* Menghapus margin bottom pada elemen terakhir dalam grup agar tidak dobel */
.contact-form-card .row .col-md-6:last-child {
    margin-bottom: 0;
}

/* Memberi jarak ekstra pada row pembungkus */
.contact-form-card .row.mb-3 {
    margin-bottom: 15px !important;
}

/* --- Penyesuaian Info Wrapper (Alamat/Telp) --- */
.contact-info-wrapper {
    padding-left: 0 !important; /* Reset padding bootstrap (ps-lg-5) */
    padding: 0 15px;
}

.info-item {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03); /* Memberi kotak halus pada info */
}
  /* END TAMPILAN MOBILE CONTACT */
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--contrast-color);
  background-color: var(--surfacedark-color);
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--contrast-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--contrast-color), transparent 10%);
  font-size: 16px;
  color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 8px 0;
  width: 75%;
  /* <- lebar fixed */
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--contrast-color);
  transition: 0.3s ease;
  background: transparent;
}

.footer .footer-newsletter .store-wrapper {
  width: 70%;
  /* <- samakan dengan newsletter-form */
  display: flex;
  justify-content: space-between;
  /* kiri & kanan */
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-bottom-color: var(--contrast-color);
}

.footer .footer-newsletter .newsletter-form .email-input {
  background: transparent !important;
  border: 1px solid var(--contrast-color) !important;
  border-radius: 10px;
  color: var(--contrast-color);
  font-size: 15px;
  padding: 6px 4px;
  width: 100%;
}

.footer .footer-newsletter .newsletter-form .email-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer-newsletter .newsletter-form .email-input:focus {
  outline: none !important;
}

.footer .footer-newsletter .newsletter-form button {
  background-color: var(--accent-color);
  font-family: var(--heading-font);
  color: var(--default-color);
  border: none;
  font-size: 14px;
  font-weight: 100;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.footer .footer-newsletter .newsletter-form button:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  transform: translateY(-1px);
}

/* Responsiveness */
@media (max-width: 576px) {
  .footer .footer-newsletter .newsletter-form {
    flex-direction: column;
    align-items: stretch;
    border-bottom: none;
    gap: 10px;
  }

  .footer .footer-newsletter .newsletter-form button {
    align-self: flex-end;
    border-radius: 8px;
  }
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--contrast-color), transparent 10%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;

  /* Gambar favicon sebagai loader center */
  background-image: url("../img/favicon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
}

/* Lingkaran animasi */
#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 3px solid var(--accent-color);
  border-radius: 50%;
  animation: animate-ring 1.8s ease-out infinite;
}

#preloader:after {
  animation-delay: -0.7s;
}

/* Animasi ring - dimulai dari LUAR favicon */
@keyframes animate-ring {

  /* Ring mulai dari ukuran lebih besar dari favicon (tidak overlap) */
  0% {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    /* half of 90px */
    left: calc(50% - 45px);
    opacity: 0.9;
  }

  /* Ring membesar jauh sampai fade */
  100% {
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    /* half of 160px */
    left: calc(50% - 80px);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--default-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accentdark-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  /* Full 1 layar */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0;
  /* Hilangkan padding agar fullscreen bersih */
}

#hero {
  position: relative;
  overflow: hidden;
}

#heroabout {
  position: relative;
  overflow: hidden;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Background berada paling belakang */
}

.hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* FULL menutupi layar */
  position: absolute;
  inset: 0;
}

.hero .hero-bg::before {
  content: "";
  background: color-mix(in srgb, var(--default-color), transparent 45%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
  /* Teks berada di depan gambar */
}

.hero h1 {
  margin: 0;
  color: var(--contrast-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.hero h1 span {
  color: var(--contrast-color);
}

.hero p {
  color: white;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero .hero-img {
    max-width: 600px;
  }
}

.hero .btn-get-started {
  color: var(--default-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}



@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

#heroabout.hero-about-split {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  /* hilangkan padding agar benar-benar full screen */
  background-color: color-mix(in srgb, var(--contrast-color), transparent 96%);
}

/* Full height section */
.hero-about-split {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 96%);
}

/* Title Left */
.hero-about-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--default-color);
}

/* Highlight background (kuning) */
.highlight-about {
  background: color-mix(in srgb, var(--accent-color), transparent 10%);
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--default-color);
  /* hijau seperti pada gambar */
}

/* Bullet Point Container */
.hero-about-point {
  display: flex;
  align-items: flex-start;
  /* penting: sejajarkan atas */
  gap: 16px;
  /* jarak antara icon dan teks */
}

.hero-about-point svg {
  width: 100px;
  /* sesuaikan (55–70px biasanya ideal) */
  height: auto;
  flex-shrink: 0;
  /* supaya tidak tertekan */
  margin-top: 0;
  /* fine-tuning agar benar2 sejajar */
}




/* Icon */
.hero-about-icon {
  width: 3px;
  margin-right: 15px;
  margin-top: 5px;
}

/* Bullet text */
.hero-about-desc {
  margin: 0;
  line-height: 1.5;
  text-align: justify;
}

.cerita-section {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  border-radius: 35px;
  padding: 60px 20px;
}

.label-title {
  background: var(--accent-color);
  display: inline-block;
  padding: 8px 18px;
  border-radius: 10px 20px;
}

.label-title span {
  color: var(--default-color);
  font-size: 32px;
  font-weight: 700;
}

.ornament {
  width: 80px;
  margin-top: 10px;
}

.cerita-text {
  font-size: 18px;
  color: var(--default-color);
  line-height: 1.6;
  max-width: 90%;
  text-align: justify;
}

.image-left img {
  width: 180px;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}

.image-right img {
  width: 180px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {

  .image-left img,
  .image-right img {
    width: 45%;
    height: auto;
  }
}

.team-section {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  border-radius: 35px 35px 0 0;
  /* Atas kiri – atas kanan – bawah kanan – bawah kiri */
}

.team-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--default-color);
}

.team-ornament {
  width: 120px;
  margin-bottom: 20px;
}

.team-wrapper {
  display: flex;
  gap: 20px;
}

.team-slider {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.team-slider::-webkit-scrollbar {
  display: none;
}

/* CARD */
.team-card {
  text-align: center;
  min-width: 170px;
  transition: .25s ease-in-out;
}

.team-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}

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

.team-card h4 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
}

.team-card p {
  font-size: 14px;
  color: #555;
}

/* NAV BUTTONS */
.nav-btn {
  background: var(--accent-color);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s ease;
}

.nav-btn:hover {
  transform: scale(1.1);
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
}

@media (max-width: 768px) {
  .nav-btn {
    display: none;
  }
}

/* Sustain Page */

/* Hero background (kalau butuh full height) */
#herosustain {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

#herosustain.hero-sustain-split {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  /* hilangkan padding agar benar-benar full screen */
  background-color: color-mix(in srgb, var(--contrast-color), transparent 96%);
}

/* Style teks utama */
.hero-main-sustain {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--default-color);
}

/* Bagian "Tumbuh," yang ada background kuning */
.hero-tag-sustain {
  background: var(--accent-color);
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

.hero-sustain-split {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 96%);
}

.sustain {
  min-height: 100vh;
  /* lebih tinggi dari 100vh */
  background: color-mix(in srgb, var(--accent-color), transparent 87%);
  /* hijau gelap */
  border-radius: 40px;
  display: flex;
  align-items: center;

}

.sustain-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.sustain h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 1.4;
  color: var(--default-color);
}

.sustain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.sustain-card {
  background: color-mix(in srgb, var(--contrast-color), transparent 10%);
  color: var(--default-color);
  border-radius: 22px;
  padding: 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.sustain-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 20px;
}

.sustain-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sustain-card p {
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 992px) {
  .sustain-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .sustain-cards {
    grid-template-columns: 1fr;
  }

  .sustain {
    padding-bottom: 90px;
  }
}


/* --- Section Style: Challenge Sustain --- */
.challenge-sustain {
  background-color: var(--background-color);
  /* Warna dasar Cream sesuai gambar */
  font-family: 'Poppins', sans-serif;
  /* Pastikan font Poppins sudah di-load */
  border-radius: 20px;
  /* Sesuai request awal Anda */
  overflow: hidden;
  /* Agar dekorasi tidak keluar area */
  position: relative;
}

.label-title-sustain {
  display: inline-block;
  /* color: #1BAF5C; */
  color: var(--default-color);
}

/* Judul Utama (Cerita Kami) */
.challenge-sustain .label-title-sustain h2,
.challenge-sustain .label-title-sustain span {
  font-size: 2.3rem;
  /* Ukuran besar */
  font-weight: 700;
  color: var(--default-color);
  line-height: 1.2;
  margin-bottom: 1rem;
  display: block;
}

/* Teks Paragraf */
.challenge-sustain .sustain-text {
  font-size: 1rem;
  color: var(--default-color);
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
  /* Opsional: agar rata kiri-kanan rapi */
}

/* --- Bagian Gambar & Dekorasi --- */

.challenge-sustain .images-wrapper {
  position: relative;
  padding: 20px;
}

.challenge-sustain .image-left img,
.challenge-sustain .image-right img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  /* Border putih tipis agar kontras dengan background (opsional) */
  border: 4px solid rgba(255, 255, 255, 0.5);
}

/* Responsif untuk Mobile */
@media (max-width: 768px) {
  .challenge-sustain .label-title h2 {
    font-size: 2rem;
  }

  .challenge-sustain .decorative-pattern {
    height: 80px;
    /* Perkecil dekorasi di HP */
  }
}


/* Press kit Section */

#heropresskit {
  background: var(--contrast-color);
  /* warna background seperti gambar */
  min-height: 120vh;
}

#heropresskit .presskit-box {
  margin-top: 70px !important;
  /* jarak antara badge dan box hijau */
}

#heropresskit .presskit-box {
  margin-top: 70px !important;
  /* jarak antara badge dan box hijau */
}

.presskit-badge span {
  background: #FDC447;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.12);
}

.presskit-box {
  background: color-mix(in srgb, var(--accent-color), transparent 87%);
  border-radius: 25px;
  width: 100%;
  max-width: 1100px;
  margin-top: 90px;
  /* atur jarak sesuai tampilan */
}

.presskit-card {
  background: #fff;
  border-radius: 18px;
  border: 2px solid color-mix(in srgb, var(--accent-color), transparent 55%);
  display: flex;
  gap: 20px;
  transition: .25s ease-in-out;
  text-align: left;
}

.presskit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

/* teks kiri */
.presskit-card-text {
  color: var(--default-color);
  max-width: 65%;
}

.presskit-card-text h5 {
  font-weight: 700;
  margin-bottom: 6px;
}

.presskit-card-text p {
  font-size: 15px;
  margin-bottom: 14px;
}

/* link */
.presskit-link {
  color: var(--default-color);
  font-weight: 600;
  text-decoration: none;
  transition: .2s;
}

.presskit-link:hover {
  margin-left: 4px;
}

/* gambar kanan */
.presskit-card-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 14px;
}

/* Background section */
#press-release {
  background: var(--contrast-color);
}

/* Title badge */
.press-title {
  display: flex;
  align-items: center;
}

.press-badge {
  background: color-mix(in srgb, var(--accent-color), transparent 10%);
  color: var(--default-color);
  font-size: 22px;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
}

/* Card */
.press-card {
  background: var(--contrast-color);
  border-radius: 18px;
  border: 1.5px solid rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.press-card h5 {
  color: var(--default-color);
}

.press-card p {
  color: var(--default-color);
}

.press-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

/* Link */
.press-link {
  color: var(--default-color);
  font-weight: 600;
  text-decoration: none;
}

.press-link:hover {
  text-decoration: underline;
}

/* --- Styling Section Utama 'contactpress' --- */
.contactpress {
  padding: 60px 20px;
  /* Ruang di sekitar kartu */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* Agar section menempati setidaknya tinggi layar penuh */
}

/* --- Container Kartu --- */
.contact-card {
  display: flex;
  /* Menggunakan Flexbox untuk membagi dua kolom */
  width: 100%;
  max-width: 1100px;
  /* Lebar maksimal kartu */
  background-color: #fff;
  border-radius: 40px;
  /* Sudut membulat yang besar */
  overflow: hidden;
  /* Penting: agar sudut anak elemen (kiri/kanan) ikut membulat */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /* Bayangan halus opsional */
}

/* --- Bagian Kiri (Warna Kuning/Oranye) --- */
.contactpress-card-left {
  flex: 1;
  /* Mengambil 50% lebar */
  background-color: color-mix(in srgb, var(--accent-color), transparent 10%);
  /* Warna oranye sesuai gambar */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.contactpress-card-left .illustration {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* --- Bagian Kanan (Warna Hijau) --- */
.contactpress-card-right {
  flex: 1;
  /* Mengambil 50% lebar */
  background-color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  /* Warna hijau sesuai gambar */
  color: var(--default-color);
  /* Warna teks putih */
  padding: 60px 50px;
  /* Padding internal agar teks tidak mepet */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Teks rata tengah secara vertikal */
}

/* --- Styling Teks --- */
.contactpress-card-right h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.info-group {
  margin-bottom: 25px;
}

.info-group h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.info-group p a {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--default-color);
  text-decoration: none;
}

.info-group p a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

/* --- Responsif (Untuk Tampilan Mobile/Tablet) --- */
/* Ketika layar kurang dari 900px, ubah tata letak menjadi atas-bawah */
@media (max-width: 900px) {
  .contact-card {
    flex-direction: column;
    /* Stack vertikal */
    border-radius: 30px;
  }

  .card-left,
  .card-right {
    flex: auto;
    /* Reset flex basis */
    width: 100%;
    padding: 40px 30px;
  }

  .card-left .illustration {
    max-height: 300px;
    /* Batasi tinggi gambar di HP */
  }

  .card-right h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}


/* mobile responsive */
@media (max-width: 768px) {
  .presskit-card {
    flex-direction: column;
    text-align: center;
  }

  .presskit-card-text {
    max-width: 100%;
  }

  .presskit-card-img img {
    margin-top: 12px;
  }
}


/* Blog Section */

/* --- Styling Section heroblog (Posisi Tengah Layar) --- */
.heroblog {
  /* Agar section mengambil tinggi minimal setara layar penuh */
  min-height: 100vh;

  /* Teknik Flexbox untuk menengahkan konten (vertikal & horizontal) */
  display: flex;
  align-items: center;
  /* Tengah Vertikal */
  justify-content: center;
  /* Tengah Horizontal */

  padding: 40px 20px;
  /* Memberi jarak aman agar tidak mentok tepi layar */
  background-color: var(--contrast-color);
  font-family: 'Poppins', sans-serif;
}

/* Pastikan container memiliki lebar maksimal agar kartu tidak terlalu lebar */
.heroblog .container {
  width: 100%;
  max-width: 1100px;
  /* Sesuaikan lebar maksimal kartu di sini */
}

/* --- (Sisa CSS di bawah ini tetap sama seperti sebelumnya) --- */

.heroblog .blog-card {
  display: flex;
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  /* Hapus min-height fix jika ingin tinggi otomatis mengikuti konten, 
       atau biarkan min-height: 400px; */
}

.heroblog .card-image {
  flex: 1;
  position: relative;
  min-height: 300px;
  /* Pastikan gambar punya tinggi di mode mobile/desktop */
}

.heroblog .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  /* Trik agar gambar memenuhi area flex */
  top: 0;
  left: 0;
}

.heroblog .card-blog-content {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.heroblog h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.heroblog p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
  opacity: 0.9;
  color: var(--default-color);
}

.heroblog .read-more {
  color: var(--default-color);
  background: var(--accent-color);
  text-decoration: none;
  font-size: 0.9rem;
  width: fit-content;
  transition: 0.3s;
}

.heroblog .read-more:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
}

/* --- Community Section Styling --- */
.community-section {
  padding: 60px 20px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  /* Cream Background */
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
}

.community-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* --- Header & Judul --- */
.community-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  width: 100%;
  /* Agar bisa di-center parent-nya */
}

/* Judul dengan latar kuning */
.community-header .title-highlight {
  display: inline-block;
  background-color: var(--accent-color);
  /* Warna Kuning Pastel */
  color: var(--default-color);
  /* Warna Teks Hijau */
  padding: 10px 30px;
  font-size: 2.2rem;
  font-weight: 700;
  transform: rotate(-1deg);
  /* Sedikit miring agar artistik */
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Hiasan Squiggle Hijau */
.community-header .green-squiggle {
  position: absolute;
  top: -30px;
  right: 50%;
  transform: translateX(180px);
  /* Geser ke kanan judul */
  z-index: 2;
}

/* --- Grid Layout --- */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 Kolom */
  gap: 40px;
  /* Jarak antar item */
  margin-bottom: 50px;
}

/* --- Item Kartu --- */
.highlight-item {
  display: flex;
  flex-direction: column;
}

.highlight-item .image-box {
  width: 100%;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

.highlight-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.highlight-item:hover .image-box img {
  transform: scale(1.05);
  /* Efek zoom dikit saat hover */
}

/* Meta Data (Tanggal/Waktu) */
.highlight-item .meta-info {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 8px;
  font-weight: 400;
}

/* Judul Artikel */
.highlight-item h3 {
  font-size: 1.4rem;
  color: var(--default-color);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Deskripsi Artikel */
.highlight-item p {
  font-size: 1rem;
  color: var(--default-color);
  /* Abu-abu untuk teks deskripsi */
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Tombol Read More */
.highlight-item .read-more {
  color: var(--default-color);
  /* Hijau tua */
  font-weight: 700;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  /* Jarak garis bawah */
}

/* Tombol Read More */
.highlight-item .read-more:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 10%);
  /* Hijau tua */
  text-decoration: underline;
}

/* --- Tombol Bawah (Show More) --- */
.button-wrapper {
  text-align: center;
}

.btn-show-more {
  display: inline-block;
  background-color: var(--accent-color);
  /* Oranye */
  color: var(--default-color);
  padding: 12px 30px;
  border-radius: 50px;
  /* Bentuk pil */
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(253, 185, 78, 0.4);
}

.btn-show-more:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
  transform: translateY(-2px);
}

.btn-show-more .arrow-down {
  margin-left: 5px;
  font-size: 1.1em;
}

/* --- Responsif Mobile --- */
@media (max-width: 768px) {
  .highlights-grid {
    grid-template-columns: 1fr;
    /* Ubah jadi 1 kolom di HP */
    gap: 30px;
  }

  .community-header .title-highlight {
    font-size: 1.8rem;
    padding: 8px 20px;
  }

  .community-header .green-squiggle {
    transform: translateX(120px);
    /* Sesuaikan posisi hiasan di HP */
    width: 40px;
  }
}

/* --- Responsif (Mobile) --- */
@media (max-width: 991px) {
  .heroblog {
    /* Di HP, mungkin tidak perlu full height 100vh agar scroll nyaman */
    min-height: auto;
    padding: 60px 20px;
  }

  .heroblog .blog-card {
    flex-direction: column;
  }

  .heroblog .card-image {
    position: relative;
    /* Reset posisi gambar */
    height: 250px;
    flex: none;
    /* Matikan flex grow gambar di mobile */
  }

  .heroblog .card-image img {
    position: static;
    /* Reset absolute positioning */
  }

  .heroblog .card-content {
    padding: 40px 30px;
  }

  .heroblog h2 {
    font-size: 2rem;
  }
}


/* Contact Section */

/* Contact Section */

/* --- Section Utama --- */
.contact-us-section {
  margin-top: 50px;
  min-height: 100vh;
  /* Agar background memenuhi layar */
  background-color: var(--background-color);
  /* Warna Cream */
  font-family: var(--heading-font);
  color: var(--default-color);

  /* Hapus display:flex pusat jika ingin kontrol penuh lewat padding */
  display: block;
}

/* --- Header (Judul & Subjudul) --- */
.contact-header {
  position: relative;
  text-align: left;
  /* Rata Kiri sesuai gambar */
  width: 100%;

}

.contact-header .title-wrapper {
  display: inline-block;
  position: relative;
}

.contact-header h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--default-color);
  position: relative;
  z-index: 2;
}

/* Garis Kuning */
.contact-header .yellow-squiggle {
  position: absolute;
  top: -15px;
  /* Atur naik turun garis kuning */
  right: -25px;
  /* Atur kiri kanan garis kuning */
  z-index: 1;
  transform: rotate(10deg);
  /* Sedikit miring agar alami */
}

.contact-header .subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  /* Sedikit tebal */
  color: var(--default-color);
  line-height: 1.5;
}

/* --- Style Formulir (Sama seperti sebelumnya) --- */
.contact-form-card {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form-card label {
  color: var(--default-color);
  font-size: 0.9rem;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.custom-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--default-color);
  color: var(--default-color);
  padding: 8px 0;
  font-size: 1rem;
  outline: none;
}

.custom-input:focus {
  border-bottom: 1px solid var(--default-color);
  background-color: transparent;
}

/* Style Select Dropdown */
.custom-select {
  cursor: pointer;
}

/* Panah Custom untuk Select */
.select-arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: var(--default-color);
  pointer-events: none;
}

.custom-select option {
  color: var(--default-color);
  /* Warna teks dropdown saat dibuka */
  background-color: color-mix(in srgb, var(--surface-color), transparent 80%);
  border-radius: 30px;
}

.btn-kirim {
  width: 100%;
  background-color: var(--accent-color);
  color: var(--default-color);
  border: none;
  padding: 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-kirim:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
  ;
}

/* --- Style Info Kanan (Sama seperti sebelumnya) --- */
.contact-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
}

.contact-link {
  color: var(--default-color);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.contact-link::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #FDB94E;
  transition: width 0.3s ease;
}

.contact-link:hover::after {
  width: 100%;
}

.info-item {
  display: flex;
  gap: 20px;
}

.icon-box i {
  font-size: 2.5rem;
  color: var(--accent-color);
}

.text-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.text-box p {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Careers Section */

.career-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- SECTION 1: ATAS (Background Putih/Cream) --- */
.career-top-white {
  background-color: var(--contrast-color);
  /* Warna Cream (Sama dengan body) */

  /* KUNCI 1: JARAK DENGAN NAVBAR */
  /* Padding-top ini memberi jarak agar tidak nabrak navbar */
  padding-top: 140px;

  /* KUNCI 2: TIDAK ADA JARAK DENGAN HIJAU */
  /* Padding-bottom harus 0 agar kartu kuning nempel ke bawah */
  padding-bottom: 0;

  position: relative;
}

/* Hero Card (Kuning) */
.career-hero-card {
  background-color: var(--contrast-color);
  /* Warna Kuning */

  /* KUNCI 3: SUDUT BAWAH RATA */
  /* Radius hanya di atas (30px), bawahnya 0 agar rata dengan hijau */
  border-radius: 30px 30px 0 0;

  padding: 40px 20px 80px 20px;
  /* Padding dalam kartu */
  text-align: center;
  max-width: 1200px;
  height: 80vh;
  margin: 0 auto;
  /* Tengah horizontal */

  /* Pastikan tidak ada margin bawah */
  margin-bottom: 0;
  display: block;
  /* Memastikan block level element */
}

.badge-title {
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--default-color);
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.illustration-wrapper img {
  max-width: 350px;
  height: auto;
}

/* --- SECTION 2: BAWAH (Background Hijau) --- */
.career-bottom-green {
  background-color: var(--contrast-color);
  /* Warna Hijau Utama */

  /* Padding atas 0 agar langsung nempel dengan kuning */
  padding-top: 0;

  padding-bottom: 100px;
  /* Ruang bawah halaman */
  position: relative;
}

/* --- SEARCH FLOATING BOX --- */
.search-floating-box {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  border-radius: 25px;
  padding: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  z-index: 10;

  margin-top: -100px;
}

/* Style Search Header, Input, Dropdown, & Grid (Tetap sama) */
.search-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.main-search-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.1rem;
  color: #555;
  outline: none;
  padding: 5px 0;
}

.search-icon {
  font-size: 1.3rem;
  color: #888;
}

.filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.custom-select-wrapper {
  background-color: #fff;
  border-radius: 15px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.custom-select-wrapper select {
  width: 100%;
  border: none;
  background: transparent;
  appearance: none;
  font-size: 0.95rem;
  color: #555;
  cursor: pointer;
  outline: none;
  padding: 0 15px;
}

.icon-left {
  font-size: 1.2rem;
}

.icon-arrow {
  position: absolute;
  right: 20px;
  pointer-events: none;
  color: #999;
}

/* Job Grid */
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 70px;
}

.job-card {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  transition: transform 0.3s;
}

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

.job-card h3 {
  color: var(--default-color);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.job-card p {
  color: var(--default-color);
  font-size: 0.9rem;
  margin-bottom: 25px;
}

.btn-daftar {
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--default-color);
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 25px;
  width: fit-content;
  transition: background 0.3s;
}

.btn-daftar:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
}

/* Responsif */
@media (max-width: 991px) {
  .job-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .filter-row,
  .job-grid {
    grid-template-columns: 1fr;
  }

  .search-floating-box {
    margin-top: -80px;
  }

  .career-top-white {
    padding-top: 120px;
  }

  /* Sesuaikan jarak navbar di HP */
}

/* Buah Section */
.product-showcase-section {
  background-color: var(--contrast-color);
  /* Background Cream */
  height: 100vh;
  /* Full height */
  padding: 120px 0 80px 0;
  /* Jarak aman dari navbar */
  display: flex;
  align-items: center;
}

/* --- Styling Carousel Card --- */
.carousel-card {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  height: 400px;

  /* PENGATURAN TENGAH */
  max-width: 80%;
  /* Lebar maksimal kartu */
  width: 100%;
  /* Agar responsif mengisi ruang hingga batas max-width */
  margin: 0 auto;
  /* KUNCI: Membuat elemen rata tengah secara horizontal */
}

/* Bagian Kiri: Gambar */
.image-side {
  background-color: var(--contrast-color);
  /* Warna Kuning sebagai default background gambar */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  /* Tinggi minimal di mobile */
}

.image-side img {
  width: 100%;
  height: auto;
  /* Opsi 1: Jika ingin gambar penuh memenuhi kotak (mungkin terpotong) */
  /* object-fit: cover; */

  /* Opsi 2: Jika ingin gambar utuh terlihat semua (ada ruang kosong) - Seperti contoh */
  object-fit: contain;
  padding: 40px;
  max-height: 500px;
}

/* Bagian Kanan: Teks */
.text-side {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  /* Warna Hijau */
  color: var(--default-color);
  display: flex;
  align-items: center;
}

.text-content {
  padding: 60px;
  /* Padding besar agar teks lega */
}

.text-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.text-content .subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 25px;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.9;
  text-align: justify;
}

/* --- Kustomisasi Tombol Kontrol Panah --- */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  /* Mempersempit area klik di samping agar tidak menutupi konten */
  opacity: 1;
  /* Agar selalu terlihat jelas */
}

.carousel-control-custom-icon {
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 50%);
  /* Hijau transparan */
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

/* Posisi panah digeser sedikit keluar agar tidak menempel ketat */
.carousel-control-prev {
  left: -30px;
}

.carousel-control-next {
  right: -30px;
}

.carousel-control-prev:hover .carousel-control-custom-icon,
.carousel-control-next:hover .carousel-control-custom-icon {
  background-color: var(--accent-color);
  /* Hijau solid saat hover */
  transform: scale(1.1);
}


/* --- Responsif (Mobile / Tablet) --- */
@media (max-width: 991px) {
  .carousel-card {
    /* Di mobile, layout otomatis jadi atas-bawah karena pakai Bootstrap Row/Col */
    min-height: auto;
  }

  .image-side {
    height: 350px;
    /* Tinggi area gambar di HP */
  }

  .image-side img {
    padding: 20px;
  }

  .text-content {
    padding: 40px 30px;
  }

  .text-content h2 {
    font-size: 2rem;
  }

  /* Di HP, panah dikembalikan ke posisi default agar tidak keluar layar */
  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .carousel-control-custom-icon {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    background-color: rgba(46, 176, 102, 0.8);
    /* Lebih solid di HP */
  }
}

.perbedaan-section {
  background-color: var(--contrast-color);
  /* Warna Cream Background seperti gambar */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  /* Agar dekorasi lingkaran tidak keluar layar */
  font-family: var(--heading-font);
}

/* Dekorasi Lingkaran Samar di Kiri */
.perbedaan-section .decorative-circle {
  position: absolute;
  top: 50%;
  left: -20%;
  /* Posisi sebagian di luar layar kiri */
  transform: translateY(-50%);
  width: 600px;
  height: 500px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  /* Warna bayangan tipis */
  border-radius: 80%;
  /* Membuat bentuk bulat */
  z-index: 1;
  /* Di bawah konten */
  pointer-events: none;
}

/* Memastikan konten di atas dekorasi background */
.perbedaan-section .container {
  position: relative;
  z-index: 2;
}

/* --- Typography Teks Kiri --- */
.perbedaan-section .section-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--default-color);
  /* Warna Hijau Utama */
  line-height: 1.2;
  text-align: left;
}

/* Highlight Kuning pada kata "Perbedaan" */
.perbedaan-section .highlight-bg {
  background-color: var(--accent-color);
  /* Warna Kuning/Oranye */
  padding: 0 10px 5px 5px;
  /* Sedikit padding agar terlihat seperti stabilo */
  display: inline-block;
}

.perbedaan-section .section-desc {
  color: var(--default-color);
  /* Hijau yang sama atau sedikit lebih gelap */
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;

}

/* --- Layout Gambar Kanan --- */
.products-row {
  display: flex;
  justify-content: center;
  /* Mengatur gambar di tengah area kanan */
  align-items: flex-end;
  /* Agar gambar sejajar bawahnya */
  gap: 20px;
  /* Jarak antar sayuran */
}

.product-item {
  flex: 1;
  /* Membagi ukuran sama rata */
  text-align: center;
  transition: transform 0.3s ease;
}

.product-item img {
  max-width: 100%;
  height: auto;
}

/* Efek Hover (Opsional) */
.product-item:hover {
  transform: translateY(-10px);
}

/* --- Responsif (Mobile) --- */
@media (max-width: 991px) {
  .perbedaan-section {
    padding: 60px 0;
    text-align: center;
  }

  .perbedaan-section .section-desc {
    margin: 0 auto 40px auto;
    /* Tengah text di HP */
  }

  .decorative-circle {
    left: 50%;
    transform: translate(-50%, -50%);
    /* Pindah dekorasi ke tengah di HP */
    width: 400px;
    height: 400px;
  }
}

.quality-section {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- 1. DISPLAY AREA (GAMBAR ATAS) --- */
.display-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  /* Tinggi fix agar gambar konsisten */
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 40px;
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Gambar memenuhi kotak tanpa gepeng */
  display: block;
}

/* Animasi Fade saat ganti gambar */
.fade-anim {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

/* Overlay Box Hijau */
.overlay-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: var(--accent-color);
  /* Warna Hijau */
  padding: 20px 30px;
  max-width: 450px;
  border-radius: 4px;
  /* Sudut tajam sedikit rounded */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.overlay-box h2 {
  color: var(--default-color);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

/* --- 2. CONTROLS ROW (TEKS BAWAH) --- */
.controls-row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

/* Item Kontrol */
.control-item {
  cursor: pointer;
  flex: 1;
  /* Membagi 3 kolom sama rata */
  transition: all 0.3s ease;
}

/* Baris Progress di atas teks */
.progress-bar {
  height: 6px;
  width: 100%;
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  /* Hijau pudar (Non-aktif) */
  border-radius: 10px;
  margin-bottom: 20px;
  transition: background-color 0.3s;
}

/* Teks Deskripsi */
.control-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--surfacedark-color), transparent 50%);
  /* Hijau pudar (Teks Non-aktif) */
  font-weight: 400;
  transition: color 0.3s;
}

/* --- STATE ACTIVE (SAAT DIKLIK) --- */
.control-item.active .progress-bar {
  background-color: var(--accent-color);
  /* Hijau Terang (Aktif) */
}

.control-item.active .control-text {
  color: var(--default-color);
  /* Hijau Terang Teks (Aktif) */
  font-weight: 600;
  /* Teks lebih tebal */
}

/* --- Responsif Mobile --- */
@media (max-width: 768px) {
  .display-wrapper {
    height: 300px;
    border-radius: 20px;
  }

  .overlay-box {
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 15px;
  }

  .overlay-box h2 {
    font-size: 1.2rem;
  }

  .controls-row {
    flex-direction: column;
    /* Stack ke bawah di HP */
    gap: 20px;
  }
}

.buahsec-container {
  position: relative;
  width: 100%;
}

/* 2. Gambar Latar Belakang */
.buahsec-image {
  /* Ganti URL ini dengan link gambar makanan kamu */
  background-image: url('https://images.unsplash.com/photo-1540189549336-e6e99c3679fe?q=80&w=1920&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  height: 80vh;
  /* Atur tinggi banner sesuai kebutuhan */
  width: 100%;
  position: relative;
  /* Penting untuk positioning anak elemen */
}

/* 3. Kotak Teks Oranye */
.buahsec-caption {
  background-color: var(--accent-color);
  /* Warna oranye/kuning mustard sesuai gambar */
  color: var(--default-color);
  text-align: center;
  padding: 25px 25px;
  border-radius: 15px 15px;
  /* Membuat sudut tumpul */

  /* Mengatur Posisi di Tengah Bawah */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  /* Trik agar kotak 'setengah' keluar dari gambar */

  /* Mengatur lebar kotak */
  width: 40%;

  /* Bayangan halus agar terlihat melayang (opsional) */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.buahsec-caption p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}


/* Responsive: Agar tampilan bagus di HP */
@media (max-width: 600px) {
  .hero-image {
    height: 300px;
  }

  .hero-caption {
    width: 90%;
    padding: 15px 20px;
  }

  .hero-caption p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
/* Featured inline style */
.featured-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 1.0rem;
}


/* Titik pemisah hijau */
.featured-inline li:not(:last-child)::after {
  content: "•";
  margin-left: 1.5rem;
  color: var(--accent-color);
}

.featured-inline li:last-child::after {
  content: "";
}

.featured-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;

  /* gradient mask optional agar pinggirannya fade */
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.featured-track {
  display: flex;
  gap: 10px;
  /* jarak antar item */
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;

  animation: featuredScroll 25s linear infinite;
}

.featured-track .dot {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.featured-track li {
  font-size: 1rem;
  font-weight: 600;
  color: var(--default-color);
}


@keyframes featuredScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
    /* geser setengah, karena kita duplikasi list */
  }
}


.map-section {
  padding: 60px 0;
}

.map-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.map-image {
  width: 100%;
  height: auto;
  user-select: none;
}

/* TITIK MARKER */
.map-marker {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--accent-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;

  /* animasi pulse */
  box-shadow: 0 0 0 0 rgba(163, 184, 109, 0.8);
  animation: pulse 2s infinite;
}

/* pulse effect */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 184, 109, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(163, 184, 109, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(163, 184, 109, 0);
  }
}

#mapid {
  width: 100%;
  height: 400px;
  /* bisa kamu sesuaikan */
  border-radius: 12px;
}

/* Tooltip custom */
.leaflet-tooltip {
  background: #ffcc33;
  color: #000;
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 10px;
}





.featured-services {
  padding: 40px 0;
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
}

.featured-services .service-item {
  position: relative;
  padding-top: 20px;
}

.featured-services .service-item .icon {
  background-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  width: 72px;
  height: 72px;
  position: relative;
  margin-right: 15px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 32px;
  z-index: 2;
  position: relative;
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.featured-services .service-item .title a {
  color: var(--heading-color);
}

.featured-services .service-item .title a:hover {
  color: var(--accent-color);
}

.featured-services .service-item .description {
  font-size: 14px;
}

.featured-services .service-item:hover .icon {
  background-color: var(--accent-color);
}

.featured-services .service-item:hover .icon i {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  padding-bottom: 20px;
}

.about .content .who-we-are {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-top: 100px;
}

.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: var(--accent-color);
  color: var(--default-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
  color: var(--default-color);
}

.about .content .read-more:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

/* Wrapper utama: kiri & kanan sejajar */
/* ukuran kotak (sesuaikan) */

/* Agar kolom gambar sejajar vertikal dengan kolom teks */
.about .about-images {
  display: flex;
  align-items: center;
  /* center vertical */
  justify-content: center;
  /* center horizontal */
}

/* Pastikan row internal tidak mepet ke atas */
.about .about-images .row {
  width: 100%;
}

.about-images .img-wrap {
  width: 100%;
  /* lebar kotak kanan; untuk responsive bisa ubah di media queries */
  height: auto;
  /* tinggi kotak (square) */
  overflow: hidden;
  /* penting: memotong gambar yang di-zoom */
  border-radius: 12px;
  display: block;
}

/* untuk tampilan kiri yang center vertically - bila kamu ingin kiri lebih besar,
   beri ukuran berbeda untuk .left-image .img-wrap */
.about-images .left-image .img-wrap {
  width: 100%;
  /* samakan agar proporsional dengan kanan. Ubah kalau mau lebih besar */
  height: auto;
}

/* Gambar berada penuh di dalam wrapper */
.about-images .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center center;
  display: block;
}

/* Hanya gambar yang nge-zoom, kotaknya tetap */
.about-images .img-wrap:hover img {
  transform: scale(1.1);
}

/* Responsive: buat kotak lebih kecil di mobile */
@media (max-width: 767px) {

  .about-images .img-wrap,
  .about-images .left-image .img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    /* jaga square */
  }
}


/*--------------------------------------------------------------
# Investor / Press Section
--------------------------------------------------------------*/
.investors-section {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%); /* Mengikuti warna dasar website */
  padding: 20px 20px;
}

.investor-logo {
  max-width: 200px; /* Batas lebar logo agar tidak terlalu besar */
  max-height: 200px; /* Batas tinggi agar sejajar rapi */
  width: auto;
  height: auto;
  
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* Efek saat mouse diarahkan ke logo */
.investor-logo:hover {
  filter: none; /* Kembalikan warna asli (jika ada) */
  opacity: 1;   /* Jadi jelas 100% */
  transform: scale(1.05); /* Sedikit membesar */
}

/* Responsif untuk Mobile */
@media (max-width: 768px) {
  .investor-logo {
    max-width: 120px; /* Perkecil logo di HP */
    max-height: 40px;
    margin-bottom: 10px;
  }
}

/* AWARDS Section */

.awards-section {
  
  padding: 20px 20px;
}

.awards-logo {
  max-width: 150px; /* Batas lebar logo agar tidak terlalu besar */
  max-height: 150px; /* Batas tinggi agar sejajar rapi */
  width: auto;
  height: auto;
  
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* Efek saat mouse diarahkan ke logo */
.awards-logo:hover {
  filter: none; /* Kembalikan warna asli (jika ada) */
  opacity: 1;   /* Jadi jelas 100% */
  transform: scale(1.05); /* Sedikit membesar */
}

/* Responsif untuk Mobile */
@media (max-width: 768px) {
  .awards-logo {
    max-width: 120px; /* Perkecil logo di HP */
    max-height: 40px;
    margin-bottom: 10px;
  }
}

/* End AWARDS Section */


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 20px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 20px 40px;
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

/* Running Client Slider */
.client-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.client-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
  gap: 50px;
}

.client-item img {
  height: 140px;
  width: auto;
  opacity: 0.85;
  transition: 0.3s;
}

.client-item img:hover {
  opacity: 1;
}

.logo-carousel-wrapper {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-carousel {
  display: flex;
  width: fit-content;
  animation: scrollLogos 40s linear infinite;
}

.logo-track {
  display: flex;
  align-items: center;
}

.logo-item {
  flex: 0 0 auto;
  width: 120px;
  margin-right: 48px;
  /* jarak antar logo */
  transition: transform 0.3s ease;
}

.logo-item img {
  width: 100%;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-item:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.partners-title {
  color: var(--default-color);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}


/* Animasi infinite */
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Showcase Card (Gaya Mirip Referensi)
--------------------------------------------------------------*/
.showcase-card {
  position: relative;
  width: 100%;
  height: 450px; /* Atur tinggi kartu di sini */
  overflow: hidden;
  border-radius: 10px; /* Sudut sedikit membulat atau 0 jika ingin tajam */
  background-color: var(--accent-color); /* Fallback color */
}

/* Gambar sebagai Background Full */
.showcase-card .showcase-bg {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Memastikan gambar penuh tanpa gepeng */
  transition: transform 0.6s ease;
}

/* Efek Zoom saat Hover */
.showcase-card:hover .showcase-bg {
  transform: scale(1.05);
}

/* Overlay Gelap Tipis (Agar teks putih terbaca jelas) */
.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(247, 199, 82,0.3) 0%, rgba(247, 199, 82, 0.1) 50%, rgba(247, 199, 82,0.4) 100%);
  pointer-events: none;
}

/* Wrapper Konten (Flexbox untuk menyebar Atas & Bawah) */
.showcase-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Memisahkan Judul (Atas) dan Link (Bawah) */
  align-items: center;
  padding: 40px 20px;
  text-align: center;
  color: var(--default-color); /* Pastikan teks putih */
}

/* Typography Judul */
.showcase-content h3 {
  font-family: var(--default-font); /* Gunakan font Serif agar elegan */
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--default-color);
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Typography Subtitle */
.showcase-content .subtitle {
  font-family: var(--default-font); /* Atau sans-serif biasa */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  opacity: 0.9;
  color: var(--default-color);
  margin: 0;
}

/* Link Bawah (Learn More) */
.learn-more-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--default-color);
  text-decoration: none;
  border-bottom: 1px solid var(--default-color);
  padding-bottom: 3px;
  transition: 0.3s;
}

.learn-more-link:hover {
  color: var(--contrast-color); /* Berubah jadi kuning/hijau saat hover */
  border-bottom-color: var(--accentdark-color);
}

.features .nav-tabs {
  border: 0;
}

.features .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.features .nav-item:last-child {
  margin-bottom: 0;
}

.features .nav-link {
  color: var(--heading-color);
  border: 0;
  padding: 30px;
  transition: 0.3s;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
}

.features .nav-link i {
  background-color: var(--surface-color);
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  font-size: 22px;
  flex-shrink: 0;
  border-radius: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
  transition: 0.3s;
}

.features .nav-link p {
  font-size: 15px;
  margin: 0;
}

.features .nav-link:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 96%);
}

.features .nav-link.active {
  background: color-mix(in srgb, var(--accent-color), transparent 96%);
  color: var(--default-color);
}

.features .tab-pane img {
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Features Details Section
--------------------------------------------------------------*/
.features-details .features-item+.features-item {
  margin-top: 20px;
}

.features-details.section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.features-details .features-item {
  margin-bottom: 10px !important;
}

.features-details .features-item+.features-item {
  margin-top: 10px !important;
}

.features-details .features-item .content {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 30px;
  border-radius: 10px;
}

.features-details .features-item h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}

.features-details .more-btn {
  background-color: var(--accent-color);
  color: var(--default-color);
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 30px;
  border-radius: 6px;
}

.features-details .more-btn:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
}

.features-details .features-item ul {
  list-style: none;
  padding: 0;
}

.features-details .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.features-details .features-item ul li:last-child {
  padding-bottom: 0;
}

.features-details .features-item ul i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--accent-color);
}

.features-details .features-item img {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.4s ease;
  transform-origin: center;
}

/* Hover zoom */
.features-details .features-item img:hover {
  transform: scale(1.04);
  /* zoom sedikit */
}



/*--------------------------------------------------------------
# More Features Section
--------------------------------------------------------------*/
.more-features {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  max-width: 83%;
  /* batas lebar agar tidak full */
  margin: 0 auto;
  /* membuatnya center */
  border-radius: 10px;
  /* opsional, biar lebih elegan */
  padding: 40px 30px;
  /* opsional, biar kontennya rapi */
}

.more-features .features-image {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-radius: 20px;
  /* supaya ikut bentuk rounded */
}

.more-features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;

}

.more-features .features-image img:hover {
  transform: scale(1.08);
  /* zoom 8% */
}

.more-features h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.more-features .icon-box {
  margin-top: 30px;
}

.more-features .icon-box i {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 1.2;
}

.more-features .icon-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.more-features .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# SDG Features Section
--------------------------------------------------------------*/
.sdg-features {
  background-color: color-mix(in srgb, var(--contrast-color), transparent 80%);
  max-width: 86%;
  /* batas lebar agar tidak full */
  margin: 0 auto;
  /* membuatnya center */
  border-radius: 10px;
  /* opsional, biar lebih elegan */
  padding: 40px 30px;
  /* opsional, biar kontennya rapi */
}

.sdg-features .features-image {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-radius: 20px;
  /* supaya ikut bentuk rounded */
}

.sdg-features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;

}

.sdg-features .features-image img:hover {
  transform: scale(1.08);
  /* zoom 8% */
}

.sdg-features h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.sdg-features .icon-box {
  margin-top: 30px;
}

.sdg-features .icon-box i {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 1.2;
}

.sdg-features .icon-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.sdg-features .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Instagram Feed Section
--------------------------------------------------------------*/
.insta-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 200px; /* Tinggi kotak Instagram */
}

.insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Overlay Hitam saat Hover */
.insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Hitam transparan */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.insta-overlay i {
  color: #fff;
  font-size: 40px; /* Ukuran Ikon Instagram */
}

/* Efek Hover */
.insta-item:hover .insta-overlay {
  opacity: 1;
}

.insta-item:hover img {
  transform: scale(1.1); /* Zoom in gambar sedikit */
}


/*--------------------------------------------------------------
# Custom Instagram Modal
--------------------------------------------------------------*/
.custom-insta-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.85); /* Background redup */
  align-items: center;
  justify-content: center;
}

/* Tombol Close (X) */
.close-insta-modal {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
}

/* Wrapper Konten (Putih) */
.insta-modal-content {
  display: flex;
  background-color: #fff;
  width: 90%;
  max-width: 1000px;
  height: 80vh; /* Tinggi popup */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

/* Kolom Kiri: Media */
.insta-media-col {
  flex: 1.5; /* Lebih lebar dari teks (60%) */
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.carousel-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: var(--contrast-color);
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
  z-index: 10;
  display: none; /* Sembunyikan default, JS yang akan menampilkannya */
  text-decoration: none;
}

.carousel-btn:hover {
  color: var(--contrast-color);
}

/* Posisi Tombol */
.carousel-btn.next {
  right: 0;
  color: var(--contrast-color);

}

.carousel-btn.prev {
  left: 0;
  color: var(--contrast-color);
}

.insta-media-col img,
.insta-media-col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kolom Kanan: Info */
.insta-info-col {
  flex: 1; /* 40% */
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
}

/* Header Profil */
.insta-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.insta-header .profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.insta-header h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.insta-header span {
  font-size: 13px;
  color: #888;
}

/* Caption */
.insta-caption {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  flex-grow: 1; /* Mendorong footer ke bawah */
}

/* Footer Modal */
.insta-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.insta-footer .follow-link {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.insta-footer .social-icons i {
  font-size: 18px;
  margin: 0 8px;
  color: #aaa;
  cursor: pointer;
  transition: 0.3s;
}

.insta-footer .social-icons i:hover {
  color: var(--accent-color);
}

/* Responsif Mobile */
@media (max-width: 991px) {
  .insta-modal-content {
    flex-direction: column;
    height: 90vh;
    width: 95%;
  }

  .insta-media-col {
    flex: 1; /* Setengah atas */
  }

  .insta-info-col {
    flex: 1; /* Setengah bawah */
    padding: 20px;
  }
}



/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  background-color: color-mix(in srgb, var(--accent-color), transparent 87%);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--accent-color);
  padding: 20px 0 30px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact .info-item i {
  font-size: 20px;
  color: var(--default-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/* Blog Detail */
.blog-detail-page {
  background-color: #fff;
  font-family: 'Inter', sans-serif; /* Fallback font */
}

/* --- 2. Header Section --- */
.blog-header-section {
  padding-top: 140px; /* Jarak dari fixed navbar */
  padding-bottom: 40px;
}

.badge-category {
  background-color: color-mix(in srgb, var(--accentdark-color), transparent 87%);
  color: var(--blog-accent);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
}

.post-date {
  color: #888;
  font-size: 0.9rem;
}

.post-title {
  font-family: 'Merriweather', serif; /* Font serif untuk judul agar elegan */
  font-weight: 700;
  font-size: 3rem;
  color: var(--blog-heading-color);
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.post-subtitle {
  font-size: 1.25rem;
  color: #666;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
}

/* Hero Image */
.hero-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 10px 20px;
  font-size: 0.85rem;
  text-align: right;
  backdrop-filter: blur(4px);
}

/* --- 3. Content Body --- */
.article-body {
  font-family: 'Merriweather', serif; /* Font serif untuk paragraf panjang */
  font-size: 1.15rem;
  line-height: 1.9;
  color: #333;
}

.article-body h2 {
  font-family: 'Inter', sans-serif; /* Heading tetap sans-serif agar modern */
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 50px;
  margin-bottom: 20px;
  color: var(--blog-heading-color);
}

.article-body h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 15px;
}

.article-body p {
  margin-bottom: 1.8rem;
}

/* Dropcap (Huruf pertama besar) */
.dropcap::first-letter {
  float: left;
  font-size: 4rem;
  line-height: 0.8;
  margin-right: 12px;
  color: var(--blog-heading-color);
  font-weight: 700;
}

/* Blockquote */
.article-body blockquote {
  border-left: 4px solid var(--blog-accent);
  padding-left: 25px;
  margin: 40px 0;
  font-style: italic;
  font-size: 1.3rem;
  color: #555;
  background: transparent;
}

/* Highlight Box */
.highlight-box {
  background-color: color-mix(in srgb, var(--accentdark-color), transparent 87%); /* Hijau sangat muda */
  
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0;
}

.highlight-box h4 {
  color: var(--default-color);
  margin-top: 0;
  font-size: 1.2rem;
}

/* List Styling */
.content-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.content-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.content-list li::before {
  content: "•";
  color: var(--blog-accent);
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}

.separator {
  border: 0;
  height: 1px;
  background: #eee;
  margin: 50px auto;
  width: 100px; /* Garis pemisah pendek */
}

/* --- 4. Sidebar & Sticky Elements --- */
.sticky-sidebar {
  position: sticky;
  top: 100px; /* Menempel saat discroll */
  text-align: center;
}

.share-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #f8f9fa;
  color: #555;
  margin: 10px auto;
  transition: all 0.3s;
}

.share-icon:hover {
  background: color-mix(in srgb, var(--accentdark-color), transparent 67%);
  color: var(--default-color);
  transform: translateY(-3px);
}

.blog-footer-nav .btn-getstarted,
.blog-footer-nav .btn-getstarted:focus {
  color: var(--default-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 25px;
  
  border-radius: 50px;
  transition: 0.3s;
}

.blog-footer-nav .btn-getstarted:hover,
.blog-footer-nav .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accentdark-color), transparent 15%);
}

/* --- 5. RESPONSIVE MOBILE --- */
@media (max-width: 991px) {
  .post-title {
    font-size: 2rem; /* Judul lebih kecil di HP */
  }
  
  .post-subtitle {
    font-size: 1.1rem;
  }
  
  .article-body {
    font-size: 1.05rem; /* Ukuran font baca di HP */
    padding: 0 15px;
  }
  
  .sticky-sidebar {
    position: static;
    display: flex; /* Horizontal share di HP */
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
  }
  
  .share-icon {
    margin: 0; /* Reset margin auto */
    display: inline-block;
  }
  
  .author-mini {
    display: none; /* Sembunyikan foto author di sidebar mobile */
  }
}