@charset "UTF-8";
@import "font.css";
@import "var.css";
@import "util.css";

html {}

body {
    font-family: "Inter", sans-serif;
}

body .wrapper {
    background-color: var(--bg-white);
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

.navbar {
    /* padding: 16px; */
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.3s ease-in-out;
}

.navbar .navbar-brand {
    margin-right: 56px;
}

.navbar-nav {
    gap: 26px;
}

.navbar-nav .nav-item:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.navbar-nav .nav-item:hover:after {
	width: 100%;
	background: #5BA052;
}

.navbar-nav .nav-item.active:after {
    width: 100%;
    background: #5BA052;
}

.navbar-nav .nav-item.active .nav-link {
    font-weight: var(--txt-weight-title) !important;
    color: #5BA052 !important;
}

.navbar-nav .nav-item .nav-link {
    /* padding: 18px 4px !important; */
    padding: 14px 4px !important;
    font-size: 16px !important;
    font-weight: var(--txt-weight-body);
    color: var(--txt-dark);
    line-height: 24px !important;
    transition: none;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 200px;
}

.navbar-transparent {
  background: transparent !important;
  transition: all 0.4s ease;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff !important;
}

.navbar-transparent .nav-link {
  color: #fff !important;
  font-weight: 500 !important;
  transition: color 0.3s ease !important;
}

.navbar-transparent .nav-link:hover {
  color: #d1fae5 !important;
}

/* Saat di-scroll, ubah jadi putih */
.navbar-scrolled {
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.navbar-scrolled .nav-link {
  color: #222 !important;
}

.navbar-scrolled .nav-link:hover {
  color: #0a7a4a !important;
}

@media (max-width: 991.98px) {
  header {
    background: #fff !important;
    position: relative;
  }
  header .nav-link {
    color: #1a1a1a !important;
  }
  header .navbar-toggler {
    filter: invert(0);
  }
}

/* Logo bisa disesuaikan */
.navbar-scrolled .navbar-brand img {
  filter: none;
}

.btn-raise-capital {
    background-color: #CDDC3E;
    color: #0A0A0A;
    padding: 12px 24px;
}

.btn-custom-primary {
    padding: 12px 24px;
}

footer {
    padding-bottom: var(--p-sm);
}

footer .container {
    gap: 40px;
}

footer p {
    margin-bottom: 0;
}

footer hr {
    border: 1px solid var(--border-gray);
    margin: 0;
}

footer .footer-cta {
    height: 320px;
}

footer .footer-cta .cta-action {
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 100%;
    padding: 40px;
    position: relative;
    overflow: hidden;
    background: url('../images/bg_footer.png') center/cover no-repeat;
}

footer .footer-cta .cta-action .circle {
    position: absolute;
    opacity: 1;
}

footer .footer-cta .cta-action .circle-yellow {
    border-radius: 50%;
    width: 147.35px;
    height: 147.35px;
    top: -20%;
    right: 35%;
    background: linear-gradient(180deg, #F1E65A 19.27%, #E3803B 100%);
}

footer .footer-cta .cta-action .circle-green {
    border-top-left-radius: 58.21px;
    border-top-right-radius: 58.21px;
    border-bottom-left-radius: 58.21px;
    width: 149.17px;
    height: 149.17px;
    bottom: -5%;
    right: 5%;
    background: linear-gradient(180deg, #CFDB5C 0%, #539C52 100%);
}

footer .footer-cta .cta-action .cta-typography {
    width: 100%;
    z-index: 999;
}

footer .footer-cta .cta-action .cta-title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-white);
}

footer .footer-cta .cta-action .cta-description {
    margin-bottom: 24px;
    color: var(--txt-white);
    font-size: 14px;
    font-weight: var(--txt-weight-body);
    line-height: 24px;
}

footer .footer-cta .cta-action .btn {
    background-color: var(--btn-bg-green) !important;
    color: var(--txt-dark) !important;
    border: none;
    padding: 12px 24px;
}

footer .footer-cta .cta-image img {
    border-radius: 20px !important;
    height: 100%;
}

footer .footer-main .footer-title {
    color: var(--txt-dark);
    font-weight: var(--txt-weight-title);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

footer .footer-main .footer-description {
    font-size: 16px;
    color: var(--txt-gray);
    line-height: 24px;
    font-weight: var(--txt-weight-body);
}

footer .footer-main .footer-list {
    margin: 0;
}

footer .footer-main .footer-list li:not(:last-child) {
    margin-bottom: 12px;
}

footer .footer-main .footer-list li a {
    font-size: 16px;
    color: var(--txt-gray) !important;
    line-height: 24px;
    font-weight: var(--txt-weight-body);
}

footer .footer-disclaimer {
    gap: 12px;
}

footer .footer-disclaimer .disclaimer-title {
    font-size: 14px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-dark);
    line-height: 20px;
}

footer .footer-disclaimer .disclaimer-description {
    font-size: 14px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-gray);
    line-height: 20px;
}

footer .footer-disclaimer .disclaimer-btn .btn {
    font-size: 14px;
    font-weight: var(--txt-weight-body);
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--txt-secondary) !important;
}

footer .copyright-text {
    font-size: 14px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-dark);
    line-height: 20px;
}

footer .social-media-icon {
    font-size: 18px;
    color: var(--txt-dark);
    transition: none;
}

/* HOME */
.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  padding-top: 96px; /* offset navbar */
  color: var(--text);
  overflow: hidden;
  background: url('../images/home/slider.png') center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-weight: 800;
  line-height: 1.15;
  color: #FFF;
  font-size: 32px;
}

.hero p {
  color: #FFF;
  max-width: 640px;
  font-size: 18px;
}

.hero .cta .btn {
  padding: .7rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
}

/* WHY PRODANA */
.media-stack img{
  position: relative;
  z-index: 1;
  transform: translate(12px, 18px);
  border-radius: 20px;
}

.box-success-form img{
    width: 160px;
    height: 160px;
    margin-bottom: 16px;
}

.box-success-form h3{
    color: #2D2D2D;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
}

.box-success-form p{
    color: #2D2D2D;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.feature-list{
  display: grid;
  gap: 16px;
  margin-top: .25rem;
}
.feature-item img{
  width: 64px; height: 64px;
  flex-shrink: 0;
  object-fit: contain;
}

.feature-item h6 {
  font-size: 18px;
  font-weight: 600;
}

.feature-item p {
  font-size: 18px;
}



.tagline {
/*  text-align: center;*/
  padding: 20px 0;
  border-top: 1px solid rgba(83, 156, 82, 0.3);   /* garis atas */
  border-bottom: 1px solid rgba(83, 156, 82, 0.3);/* garis bawah */
  margin: 40px 0;
}

.tagline h3 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  background: linear-gradient(90deg, #CFDB5C, #539C52);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media (max-width: 991.98px){
  .media-stack{ padding: 8px; }
  .media-stack::before{ width: 85%; height: 78%; }
  .media-stack img{ transform: translate(8px, 14px); }
}

/* INSIGHT */
.insights .section-title{ 
    font-weight:700; 
    color:#12212a; 
}
.view-all-link{ 
    font-weight:600; 
    color:var(--txt-green); 
    text-decoration:none; 
}

.view-all-link:hover{
    text-decoration:underline;
}

/* cards */
.insight{
  position:relative; display:block; overflow:hidden;
  border-radius:16px; background:#f3f6f8;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.insight .img-cover{ width:100%; height:100%; object-fit:cover; }

/* Overlays */
.overlay{
  position:absolute; inset:0;
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:16px; color:#fff;
  background:linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.5) 100%);
}
.overlay.static{ position:absolute; inset:auto; bottom:0; left:0; right:0; background:none; color:#0b3010; }
.overlay.static.light{ color:#fff; }

.meta{ font-size:.85rem; opacity:.95; margin-bottom:.25rem; }
.meta.dark{ color:#111; opacity:1; }
.title{ margin:0; font-weight:700; }

/* size variants (use Bootstrap's ratio helpers) */
.b-card{ min-height: 460px; }          /* big feature left */
.s-card{ min-height: 210px; }          /* small tiles in the 2x2 */
.t-card{ min-height: 320px; }          /* tall tiles bottom row */

/* custom ratios to mimic screenshot */
.ratio-custom{ position:relative; }
.ratio-3x4::before{ content:""; display:block; padding-top:133.333%; } /* 3:4 */
.ratio-4x3::before{ content:""; display:block; padding-top:75%; }       /* 4:3 */

/* gradient tiles */
.grad{ display:flex; align-items:flex-end; }
.grad.lime{ background:linear-gradient(135deg, #CFDB5C 0%, #539C52 100%); }
.grad.ocean{ background:linear-gradient(135deg, #9BC3DE 0%, #2F6FA3 100%); }

/* text-only card */
.text-card{
  background:#fff; border:1px solid #eef2f6; border-radius:16px;
}

/* lime underline link style */
.lime-underline{
  color:var(--txt-green);
  text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:3px;
}

/* read more button */
.btn-readmore{
  background:#9BC3DE; color:#0a2641; border:0; border-radius:999px; font-weight:700;
  padding:.65rem 1.2rem;
}
.btn-readmore:hover{ filter:brightness(.95); color:#082133; }

/* spacing tweaks for mobile */
@media (max-width: 991.98px){
  .b-card{ min-height:360px; }
  .t-card{ min-height:280px; }
}

/* SME */
.image-stack {
  position: relative;
  display: inline-block;
}
.image-stack::before {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  border-radius: 20px;
  z-index: 0;
}
.image-stack img {
  position: relative;
  z-index: 1;
  border-radius: 14px;
}

/* ABOUT TEAM */
.about-line{
  border: 0;
  height: 2px;
  background: rgba(83,156,82,.25); /* hijau lembut */
  border-radius: 999px;
}

.about-tagline{
  color: var(--btn-bg-lime);
  font-weight: 800;
  line-height: 1.35;
  max-width: 620px;
  text-align: left;
}

/* Team grid background decorator */
.team-stack{
  position: relative;
  padding: 18px;
}
.team-stack::before{
  content:"";
  position:absolute;
  inset:-20px -10px -24px 60px; /* bentuk kapsul kanan sesuai contoh */
  background:
    linear-gradient(180deg, rgba(47,111,163,.18) 60%, rgba(47,111,163,.35) 100%),
    linear-gradient(180deg, #CFDB5C 0%, #539C52 100%);
  border-radius: 28px;
  z-index: 0;
}
.team-stack::after{
  /* potongan kapsul bawah-kanan biru */
  content:"";
  position:absolute;
  right: 20px; bottom: -22px;
  width: 120px; height: 90px;
  background: #2F6FA3;
  opacity: .85;
  border-bottom-right-radius: 18px;
  border-top-left-radius: 18px;
  z-index: 0;
}

/* team item */
.team-card{
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}
.team-card img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
}

/* Responsive tweaks */
@media (max-width: 991.98px){
  .about-tagline{ text-align:left; }
  .team-stack{ padding: 10px; }
  .team-stack::before{ inset:-10px -6px -16px 28px; border-radius:24px; }
  .team-stack::after{ width: 90px; height: 70px; right: 14px; bottom: -16px; }
}
@media (max-width: 575.98px){
  .about-tagline{ font-size: 1.15rem; }
}

/* SERVICES */
.svc-hero{
  position: relative;
/*  min-height: 48vh;*/
  display: flex;
  align-items: flex-end;
  padding: 74px 0 74px;
  color: #fff;
  background: url('../images/bg_footer.png') center/cover no-repeat;
  overflow: hidden;
  margin: 8px;
  border-radius: 20px;
}

.svc-hero::before{
  /* overlay kabut biar teks terbaca */
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,0) 75%),
    linear-gradient(0deg, rgba(0,0,0,.25), rgba(0,0,0,.25));
  pointer-events:none;
}
.svc-hero > .container{
  position: relative;
  z-index: 1;
}

.svc-breadcrumb{
  display:flex; 
  gap:.5rem; 
  flex-wrap:wrap;
  font-size:14px; 
  color:#FFFFFF;
  margin-bottom:.35rem;
  align-items: center;
  justify-content: center;
}
.svc-breadcrumb a{
  color:#ffffff; text-decoration:none;
  opacity:.95;
}
.svc-breadcrumb span.sep{
  opacity:.75;
}

.svc-title{
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  color:#fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.25);
  text-align: center;
}

.svc-panel{
  position: relative;
  background:#ffffff;
  padding: 48px 0;
  box-shadow: 0 -6px 24px rgba(0,0,0,.06);
}

.accent-bar{
  width: 56px; height: 4px; border-radius: 99px;
  background: var(--txt-green);
  margin-bottom: 12px;
}

.svc-lead{
  font-size: clamp(1.25rem, 1.1rem + 1.2vw, 1.75rem);
  font-weight: 700;
  color: var(--txt-muted);
  line-height: 1.4;
  margin-bottom: .75rem;
}

.svc-copy{
  color: var(--txt-muted);
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 28px;
}

.btn-lime{
  display:inline-block;
  background: var(--btn-bg-lime);
  color: #222;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: .6rem 1.1rem;
}

.btn-lime:hover{ filter: brightness(.95); color:#111; }

/* ========== RESPONSIVE ========== */
@media (max-width: 991.98px){
  .svc-hero{ min-height: 44vh; padding: 56px 0 36px; }
  .svc-title{ font-size: 1.75rem; }
  .svc-panel{ margin-top: -20px; border-radius: 18px 18px 0 0; padding: 36px 0; }
}
@media (max-width: 575.98px){
  .svc-hero{ min-height: 38vh; padding-bottom: 28px; }
  .svc-title{ font-size: 1.5rem; }
}

.ecosystem-flow {
    margin-top: 64px;
    margin-bottom: 80px;
}

.services-hero img {
  position: relative;
  z-index: 1;
}

/* service card */
.service-card {
  transition: max-height 0.4s ease, box-shadow 0.3s ease;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 20px;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
  display: flex;
  flex-direction: column;
}

.service-card h5, p{
    margin-bottom: 20px;
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

/* icon wrapper */
.icon-wrap {
  font-size: 2rem;
  color: var(--bg-green);
  margin-bottom: 12px;
}
.service-card.expanded {
    min-height: 280px;
  }
.icon-wrap img {
  width: 64px;
  height: 64px;
}

/* link */
.service-link {
  font-weight: 600;
  color: var(--bg-green-dark);
  text-decoration: none;
  margin-top: auto;
  display: inline-block;
}

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

/* list */
.service-card ul {
  margin: 0;
  padding-left: 18px;
  color: #374151;
  font-size: .95rem;
}
.service-card li + li { margin-top: .25rem; }

/* accent bar */
.accent-bar {
  width: 56px; height: 4px;
  border-radius: 99px;
/*  background: var(--bg-green);*/
}

/* ECOSYSTEM */
.process-section {
  background-color: #f5f8f7;
}

.process-cards {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.process-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  flex: 1;
  min-height: 360px;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.process-card .process-num {
  font-size: 2.5rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  margin-bottom: 1rem;
}

.process-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.process-sub {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.25rem;
}

.process-desc {
  font-size: 0.9rem;
  color: #888;
}

.process-link {
  color: #28a745;
  font-weight: 600;
  text-decoration: none;
}

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

/* Hover effect - enlarge + dark background */
.process-card:hover {
  flex: 1.3;
  transform: scale(1.05);
  background: radial-gradient(circle at top left, #0a0f0f, #111);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 2;
}

.process-card:hover .process-num {
  -webkit-text-stroke: 1px #fff;
}

.process-card:hover .process-sub,
.process-card:hover .process-desc {
  color: #ddd;
}

.process-card:hover .process-link {
  color: #1fc46c;
}

/* Responsive */
@media (max-width: 991px) {
  .process-cards {
    flex-direction: column;
  }
  .process-card {
    flex: unset;
  }
}

/* ECOSYSTEM */
.process-section {
  padding: 80px 0;
}

.process-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  transition: all 0.4s ease;
}

.process-card {
  flex: 1;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  position: relative;
  transition: all 0.45s ease;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.process-card .num {
  font-size: 2.8rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px #000;
  margin-bottom: 1.2rem;
}

.process-card h4 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.process-card .subtitle {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.process-card .desc {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(15px);
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

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

.process-card .link {
  position: absolute;
  bottom: 1.5rem;
  font-weight: 600;
  color: #28a745;
  text-decoration: none;
  transition: color 0.3s ease;
}

.process-card:hover .link {
  color: #00e26d;
}

.process-card:hover {
  flex: 1.8;
  transform: scale(1.1);
  background: url('../images/bg_footer.png') center/cover no-repeat;
  color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.process-card:hover .num {
  -webkit-text-stroke: 1.5px #fff;
}

.process-card:hover .subtitle,
.process-card:hover .desc {
  color: #ddd;
}

/* Responsif */
@media (max-width: 992px) {
  .process-wrapper {
    flex-direction: column;
  }
  .process-card {
    flex: unset;
  }
  .process-wrapper:hover .process-card {
    transform: none;
    filter: none;
  }
}


/* ===== TESTIMONIALS ===== */
.testi-card {
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

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

.testi-quote {
  line-height: 1.6;
}

.testi-nav .testi-arrow {
  font-size: 1.25rem;
  color: #198754; /* warna hijau */
  background: transparent;
  border: none;
}

.testi-nav .testi-index {
  font-size: 0.95rem;
  color: #6c757d;
}

.testi-section {
  background-color: #f9fafb;
}



/* ABOUT US */
.team-section{
  padding-top: 32px;
  padding-bottom: 40px;
}

.team-section .accent-bar{
  width: 56px;
  height: 4px;
  border-radius: 99px;
  background: var(--green, #539C52);
  margin-bottom: 10px;
}

.team-card{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 6px 0 6px;
}

.team-photo{
  border-radius: 16px;
  background: #E9ECEF;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(0,0,0,0.02);
  aspect-ratio: 16 / 9;
}

.team-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Teks */
.team-name{
  font-weight: 700;
  color: #1f2937;
  margin: 4px 0 2px;
  font-size: 1.05rem;
}
.team-role{
  color: #6b7280;
  margin: 0 0 8px;
  font-size: .95rem;
}
.team-bio{
  color: #6b7280;
  font-size: .95rem;
  line-height: 1.55;
  margin: 0;
}

.team-grid .col{ margin-bottom: 22px; }

/* Responsive tweaks */
@media (max-width: 991.98px){
  .team-name{ font-size: 1rem; }
  .team-bio{ font-size: .94rem; }
}
@media (max-width: 575.98px){
  .team-photo{ border-radius: 14px; }
}

.contact-cta {
  margin: 8px;
}

.contact-cta .cta-left {
  background: linear-gradient(135deg, #2F6FA3 0%, #5FA0C8 100%);
  color: #fff;
  padding: 48px 24px;
  border-radius: 20px;
  gap: 4px;
}
.contact-cta .cta-right {
  background: linear-gradient(135deg, #539C52 0%, #CFDB5C 100%);
  color: #0b3010;
  padding: 48px 24px;
  border-radius: 20px;
}
.contact-cta h6 {
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: .85;
  margin: 0 0 4px 0;
  font-weight: 600;
}
.contact-cta h4 {
  margin: 0 0 8px 0;
  font-weight: 800;
}
.contact-cta p {
  margin: 0 0 14px 0;
  opacity: .9;
}
.contact-cta .btn-lime,
.contact-cta .btn-ocean {
  display: inline-block;
  border-radius: 999px;
  font-weight: 700;
  padding: .55rem 1rem;
  border: 0;
}
.contact-cta .btn-ocean { background-color: #FFFFFF !important; color: #2D2D2D; text-decoration:none; }
.contact-cta .btn-lime:hover,
.contact-cta .btn-ocean:hover { filter: brightness(.95); }

.contact-wrap {
  padding: 36px 0 48px;
}

.contact-wrap .accent-bar{
  width: 56px; height: 4px; border-radius: 99px;
  background: var(--green);
  margin-bottom: 12px;
}
.contact-title{
  font-weight: 800;
  margin: 0 0 18px 0;
}

.sticky-detail-team {
  background-color: #D0D4E0;
  height: auto;
}

.sticky-detail-team img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.text-detail-team {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: 20%;
}

.text-detail-team h4{
  color: #2D2D2D;
  font-family: "Inter", sans-serif !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 137.5% */
}

.text-detail-team p{
  color: #2D2D2D;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}

.text-detail-team span{
  color: #3A8AB5;
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}

.body-detail-team {
  margin-top: 80px;
  margin-left: 108px;
  margin-right: 108px;
}

.data-detail-team {

}

.data-detail-team h3{
  color: #2D2D2D;
  font-family: "Inter", sans-serif !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}

.data-detail-team h4{
  color: #3A8AB5;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.data-detail-team p{
  color: #2D2D2D;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */ 
}

.contact-form .form-label{
  font-weight: 600;
  margin-bottom: 6px;
}
.contact-form .form-control{
  height: 44px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  box-shadow: none;
}
.contact-form textarea.form-control{
  height: auto; min-height: 44px; resize: vertical;
}
.contact-form .form-control:focus{
  border-color: #9bc3de;
  box-shadow: 0 0 0 3px rgba(155,195,222,.25);
}

.recaptcha-box{
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  height: 78px;        /* ganti bila pakai widget asli */
  display: flex; align-items: center; justify-content: center;
  background: #fafafa;
}

.contact-note{
  font-size: .85rem;
  color: #6B7280;
  line-height: 1.55;
}

.contact-form .btn-submit{
  background: var(--lime);
  color: #222;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  padding: .6rem 1.2rem;
}
.contact-form .btn-submit:hover{ filter: brightness(.95); }

.contact-card{
  background: #F3F4F6;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 18px 16px;
}
.contact-card h6{
  font-weight: 800; margin: 0 0 10px 0;
}
.contact-card .addr-title{
  font-weight: 700; color: #111827; margin-bottom: 2px;
}
.contact-card address{
  margin: 0 0 10px 0; font-style: normal; color: #4B5563;
}
.contact-card .item{
  display: flex; align-items: center; gap: 10px;
  color: #374151;
  margin: 8px 0;
}
.contact-card .item .icon{
  width: 22px; color: #1F2937;
}
.contact-card a{
  color: var(--green); text-decoration: none; font-weight: 600;
}
.contact-card a:hover{ text-decoration: underline; }

/* ========== Responsive ========== */
@media (max-width: 991.98px){
  .contact-cta{ grid-template-columns: 1fr; }
  .contact-cta .cta-left, .contact-cta .cta-right{ padding: 24px 20px; }
}

.card-raise-capital {
    text-align: center;
    padding: 48px;
    background-color: #F3F9FB;
    margin-top: 64px;
    border-radius: 20px;
}

.card-raise-capital h3{
    color: #2D2D2D;
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}

.card-raise-capital p{
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #2D2D2D;
}

.frm-raise-capital {
    width: 50%;
}

.txt-raise-capital {
    width:70%;
}

/* ========== Responsive ========== */
@media (max-width: 991.98px){
    .frm-raise-capital {
        width: 100%;
    }

    .txt-raise-capital {
        width:100%;
    }
}

.grid-container {
    height: 593px;
    display: grid;
    grid-template-columns: 1fr 1fr 0.5fr 1fr 1fr;
    grid-template-rows: repeat(4, 1fr);
}

.grid-item {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 20px;
}

.grid-item-1 {
    grid-row: 1 / 3;
    grid-column: 1;
}

.grid-item-2 {
    background-image: url(../images/new/home1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 35%;
    background-position-y: center;
    grid-row: 1 / 5;
    grid-column: 2 / 5;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    border-bottom-right-radius:30%;
}

.grid-item-4 {
    background: linear-gradient(180deg, #CFDB5C 0%, #539C52 100%);
    border-top-left-radius: 58.21px;
    border-top-right-radius: 58.21px;
    border-bottom-left-radius: 58.21px;
}

.grid-item-9 {
    background: linear-gradient(180deg, #F1E65A 19.27%, #E3803B 100%);
    border-radius: 50%;
}

.grid-item-13 {
    background-image: url(../images/bg-hero-small.jfif);
    background-size: cover;
    border-end-start-radius: 50%;
}

.grid-item-16 {
    background: var(--Blue-100, #4E9EC9);
    border-radius: 50%;
}

.grid-color {
    background-color: #4CAF50;
}

.overlay-item {
    grid-row: 4;
    grid-column: 2;
    background-color: var(--bg-primary);
    color: white;
    padding: 10px;
    position: relative;
    z-index: 1;
    border-top-right-radius: 50%;
}

/* Page: Knowledge Hub - Section: Featured Articles */
section.hub-articles-section .featured-article {
    margin-bottom: 48px;
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}

section.hub-articles-section .featured-article img {
    height: 440px;
    border-radius: 12px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

section.hub-articles-section .article-card {
    gap: 12px;
}

section.hub-articles-section .article-category {
    border-radius: 100px;
    padding: 4px 12px 4px 12px;
    font-size: 12px;
    font-weight: var(--txt-weight-title);
    line-height: 16px;
}

section.hub-articles-section .article-date {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-gray);
    line-height: 24px;
}

section.hub-articles-section .featured-article .article-card h2 {
    font-size: 32px;
    font-weight: var(--txt-weight-strong-title);
    color: var(--txt-dark);
    line-height: 40px;
}

section.hub-articles-section .article-description {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-gray);
    line-height: 24px;
}

section.hub-articles-section .article-btn {
    padding-top: 24px;
}

section.hub-articles-section .article-btn a {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    line-height: 24px;
    color: var(--txt-primary-light);
    text-decoration: none;
}

/* Page: Knowledge Hub - Section: Other Articles */
.other-article a {
    text-decoration: none;
}

section.hub-articles-section .other-article {
    margin-bottom: 48px;
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}

section.hub-articles-section .other-article .card .card-body {
    padding: 0;
}

section.hub-articles-section .other-article .card .card-body .card-image {
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

section.hub-articles-section .other-article .card .card-body .card-detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.hub-articles-section .other-article .card .card-body .card-detail h3 {
    font-size: 20px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-dark);
    line-height: 28px;
}

section.hub-articles-section .other-article .card .card-body .card-detail p {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-gray);
    line-height: 24px;
}

section.hub-articles-section .load-article .btn {
    background-color: transparent;
    color: var(--txt-primary);
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    line-height: 24px;
}

/* Page: Knowledge Hub Detail, Section: Article Summary */
section.article-summary-section {
    padding-top: var(--p-xs);
    padding-bottom: var(--p-xs);
}

section.article-summary-section .row {
    --bs-gutter-x: 32px;
}

section.article-summary-section .article-image {
    max-height: 440px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

section.article-summary-section .article-card {
    gap: 12px;
    padding-right: 56px;
}

section.article-summary-section .article-category {
    border-radius: 100px;
    padding: 4px 12px 4px 12px;
    font-size: 12px;
    font-weight: var(--txt-weight-title);
    line-height: 16px;
}

section.article-summary-section .article-date {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-gray);
    line-height: 24px;
}

section.article-summary-section .article-card h2, h1 {
    font-size: 32px;
    font-weight: var(--txt-weight-strong-title);
    color: var(--txt-dark);
    line-height: 40px;
}

section.article-summary-section .article-description {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-gray);
    line-height: 24px;
}

section.article-summary-section .article-btn {
    padding-top: 24px;
}

section.article-summary-section .article-btn a {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    line-height: 24px;
    color: var(--txt-primary-light);
    text-decoration: none;
}

/* Page: Knowledge Hub Detail, Section: Article Body */
section.article-body-section {
    padding-top: var(--p-md);
    padding-bottom: var(--p-md);
}

section.article-body-section .row {
    --bs-gutter-x: 40px;
}

section.article-body-section .article-content p {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-dark);
    line-height: 28px;
    margin-bottom: 16px;
}

section.article-body-section .sidebar-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--border-gray);
}

section.article-body-section .sidebar-box .sidebar-header .sidebar-title {
    font-size: 20px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-dark);
    line-height: 28px;
    margin-bottom: 8px;
}

section.article-body-section .sidebar-box .sidebar-header .sidebar-description {
    font-size: 16px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-dark);
    line-height: 24px;
}

section.article-body-section .sidebar-box form .form-input {
    margin-bottom: 16px;
}

section.article-body-section .sidebar-box form .form-input .form-label {
    font-size: 14px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-dark);
    line-height: 20px;
}

section.article-body-section .sidebar-box form .form-input .form-control {
    font-size: 14px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-dark-light);
    line-height: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 8px 12px 8px 12px;
}

section.article-body-section .sidebar-box form .btn {
    font-size: 16px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-white);
    line-height: 24px;
    border-radius: 12px;
    padding: 8px 16px 8px 16px;
    margin-bottom: 16px;
}

section.article-body-section .sidebar-box form .form-description {
    font-size: 14px;
    font-weight: var(--txt-weight-body);
    color: var(--txt-dark);
    line-height: 20px;
}

section.article-body-section .sidebar-box hr {
    margin: 0;
    border: 1px solid var(--border-gray);
}

section.article-body-section .sidebar-box .share-btn p {
    font-size: 12px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-dark-light);
    line-height: 16px;
    letter-spacing: 8%;
    margin-bottom: 12px;
}

section.article-body-section .sidebar-box .share-btn a {
    font-size: 16px;
    font-weight: var(--txt-weight-title);
    color: var(--txt-dark-light);
    line-height: 24px;
    background-color: var(--btn-bg-gray-light) !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.article-body-section .sidebar-box .share-btn a:hover {
    background-color: var(--btn-bg-primary) !important;
    color: var(--txt-white) !important;
}

section.article-body-section .sidebar-box .share-btn .social-media-icon {
    display: flex;
    gap: 16px;
}

.source-article {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-block;
}


/* FAQ */
.faq-question {
    font-weight: bold;
    cursor: pointer;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-question.active {
    color: #28a745;
}
.faq-answer {
    display: none;
    padding: 1rem;
    color: #6c757d;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}
.faq-icon {
    transition: transform 0.3s;
}
.faq-question.active .faq-icon {
    transform: rotate(90deg);
}

#loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.2); /* Warna border luar */
    border-top: 5px solid #3498db; /* Warna border atas (yang berputar) */
    border-radius: 50%; /* Membuat bentuk lingkaran */
    animation: spin 1s linear infinite; /* Animasi berputar */
    margin: auto; /* Untuk memposisikan spinner di tengah (opsional) */
}

/* Animasi berputar */
@keyframes spin {
    0% {
        transform: rotate(0deg); /* Awal */
    }
    100% {
        transform: rotate(360deg); /* Akhir */
    }
}

@media (max-width: 992px) {
    section.investment-listing .listing-filter .filter-option {
        flex-direction: column;
    }

    section.investment-listing .listing-filter .filter-option .select-input {
        gap: 12px;
    }

    section.investment-listing .listing-filter .filter-option .select-input select {
        width: 100%;
    }

    #investment_search {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .image-sidebar-right {
        display: none;
    }

    section.hero-section .hero-content {
        margin-bottom: 40px;
    }

    section.partners-section .partner-logos .logo-item {
        height: 100% !important;
        width: 100% !important;
    }

    section.investment-listing .listing-filter .filter-option {
        gap: 8px;
    }

    section.investment-listing .listing-filter .filter-option .select-input {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}