/*
Theme Name: PIA-CONSULTING
Theme URI: https://example.com/pia-consulting
Author: Your Name
Author URI: https://example.com
Description: Custom theme for PIA Consulting with hardcoded menu, perfect spacing, and full mobile responsiveness.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pia-consulting
*/

/* ==========================
   RESET & BASE STYLES
========================== */

:root {
  --primary-green: #40a070;
  --dark-blue: #1a2a40;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	line-height: 1.6;
	color: #2c3e50;
	background-color: #fff;
}

/* ==========================
   HEADER STYLING 
========================== */

/* Pastikan header mengambil seluruh lebar layar */
.pia-header {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;

    /* --- Sticky Logic Starts Here --- */
    position: sticky;      /* Makes it stick */
    top: 0;               /* To the very top of the screen */
    z-index: 9999;        /* Ensures it stays above all other content */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* Optional: adds a subtle shadow when scrolling */
}

admin-bar .pia-header {
    top: 32px;
}

/* Kunci utama ada di sini */
.pia-container {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Memaksa logo ke kiri, CTA ke kanan */
    width: 100%; /* Paksa lebar penuh */
    padding: 0 40px; /* Memberi sedikit 'napas' di pinggir agar tidak menyentuh bezel layar */
    box-sizing: border-box; /* Agar padding tidak merusak lebar 100% */
}

/* Navigasi di tengah */
.pia-nav {
    flex-grow: 1; /* Mengambil ruang kosong di antara logo dan CTA */
    display: flex;
    justify-content: center; /* Menjaga menu tetap di tengah-tengah */
}

.pia-menu {
    display: flex;
    list-style: none;
    gap: 30px; /* Jarak antar teks menu */
    margin: 0;
    padding: 0;
}

/* Logo */
.pia-logo {
    flex-shrink: 0; /* Mencegah logo gepeng saat layar mengecil */
}

.pia-logo img {
    height: 45px; /* Sesuaikan ukuran logo Anda */
    display: block;
}

/* Button CTA */
.pia-cta {
    flex-shrink: 0; /* Mencegah tombol mengecil */
}

.pia-cta-btn {
    background-color: #bf6a27;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap; /* Teks tombol tidak boleh turun ke bawah */
    transition: 0.3s;
}

.pia-menu-item a {
	text-decoration: none;
	font-weight: 600;
	color: #1a202c;
	transition: color 0.3s ease;
}

.pia-menu-item a:hover,
.pia-menu-item a:focus {
	color: #004080;
}

/* CTA button */
.pia-cta-btn {
	background-color: #bf6a27;
	color: #fff;
	padding: 10px 18px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
	transition: background-color 0.3s ease;
}

.pia-cta-btn:hover,
.pia-cta-btn:focus {
	background-color: #a55a20;
}


.faq-header {
	max-width: 1200px;
	margin: 60px auto 40px;
	padding: 0 20px;
	text-align: left;
}


.faq-main-title {
	font-size: 5rem;
	font-weight: 900;
	background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
	display: inline-block; 
	margin: 0 0 12px 0;
	user-select: none;
}


.faq-highlight {
	color: #2c944f;
}


.faq-subtitle {
	font-size: 1rem;
	font-weight: 700;
	color: #1a202c;
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
}

/* ===== FAQ SECTION ===== */
.faq-section {
	background-color: #fff;
	padding: 20px 0 80px;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	color: #1a202c;
}

.faq-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Q&A */
.faq-item {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgb(56 56 56 / 8%);
	padding: 24px 32px;
	margin-bottom: 24px;
}


.faq-question {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 14px;
	color: #2c944f;
}


.faq-q {
	color: #2c944f;
	font-weight: 700;
	margin-right: 8px;
}


.faq-answer p {
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #1a202c;
	margin: 0;
}


.faq-a {
	color: #2c944f;
	font-weight: 700;
	margin-right: 8px;
}


/* ===== FAQ TRANSAPARENCY SECTION ===== */
.faq-transparency {
	background-color: transparent;
	padding: 50px 20px 80px;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	color: #1a202c;
}

.faq-transparency-bg {
	background-color: #fff;
	padding: 50px 20px;
	display: flex;
	justify-content: center;
	border-radius: 12px;
}

.faq-transparency-content {
	background-color: #f2f2f2;
	max-width: 860px;
	padding: 40px 48px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
	text-align: center;
	color: #1a202c;
	position: relative;
}

.faq-transparency-title {
	color: #d92323;
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 32px;
}


.line-text {
	position: relative;
	font-weight: 600;
	font-size: 1rem;
	margin: 30px 0 20px;
	background-color: #fff;
}


.line-text.left-right-line::before,
.line-text.left-right-line::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 88px;
	height: 2px;
	background-color: #1a202c;
	transform: translateY(-50%);
}

.line-text.left-right-line-one::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 57px;
	height: 2px;
	background-color: #1a202c;
	transform: translateY(-50%);
}

.line-text.left-right-line-one::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 65px;
	height: 2px;
	background-color: #1a202c;
	transform: translateY(-50%);
}

.line-text.left-right-line-one::before {
	left: 0;
}

.line-text.left-right-line-one::after {
	right: 0;
}

.line-text.left-right-line::before {
	left: 0;
}

.line-text.left-right-line::after {
	right: 0;
}


.normal-text {
	font-weight: 500;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0 0 20px 0;
	white-space: normal;
}

/* footer */

.pia-footer {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #0f2d4b;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}

.pia-footer-bg {
	background-size: cover;
	background-position: center center;
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 270px;
}

.pia-footer-content {
	max-width: 1080px;
	width: 100%;
	text-align: center;
}

.pia-footer-title {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.pia-footer-subtitle {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.pia-footer-cta-group {
	display: inline-flex;
	margin-top: 10px;
	gap: 60px;
	flex-wrap: wrap;
	justify-content: center;
}

.pia-footer-cta {
	display: inline-block;
	font-weight: 700;
	font-size: 1.0rem;
	padding: 15px 25px;
	border-radius: 50px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.btn-primary {
	background: linear-gradient(90deg, #0A2A4B 0%, #2F9061 100%);
	color: #ffffff;
	border: none;
}

.btn-primary:hover,
.btn-primary:focus {
	background: linear-gradient(90deg, #093544 0%, #27a35a 100%);
}

.btn-secondary {
	background: #ffffff;
	color: #2a9047;
	border: 1px solid #2a9047;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: #2a9047;
	color: #fff;
}

.pia-footer-sub {
	background-image: linear-gradient(90deg, #12355a 0%, #3a9a63 100%);
	color: #ffffff;
	padding: 50px 20px;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.pia-footer-sub-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.pia-footer-sub-left {
	max-width: 400px;
	flex: 1 1 300px;
}

.pia-footer-sub-text1 {
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 20px;
	white-space: pre-line;
}

.pia-footer-sub-logo img {
	max-width: 200px;
	height: auto;
	margin-bottom: 20px;
}

.pia-footer-sub-address {
	font-weight: 700;
	font-size: 0.9rem;
}

/* .pia-footer-sub-nav {
	flex: 2 1 600px;
} */

.pia-footer-sub-menu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.pia-footer-sub-menu li {
	min-width: 120px;
	margin-bottom: 10px;
}

.pia-footer-sub-menu li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.85rem;
	line-height: 1.4;
}

.pia-footer-sub-menu li a small {
	display: block;
	font-weight: 400;
	font-size: 0.75rem;
	opacity: 0.8;
	margin-top: 4px;
}

.pia-footer-sub-copyright {
	flex-basis: 100%;
	text-align: center;
	margin-top: 40px;
}

.privacy-link {
	font-size: 0.75rem;
	color: #ffffff;
	opacity: 0.8;
	text-decoration: underline;
	cursor: pointer;
}

.pia-footer-sub-copyright p {
	font-size: 0.75rem;
	color: #ffffff;
	opacity: 0.8;
	margin: 8px 0 0 0;
}


/* process */

.process-top-section {
	background-color: #fff;
	padding: 15px 20px;
	text-align: center;
	font-family: "Yu Gothic", "Meiryo", sans-serif;
}

.process-container {
	max-width: 1000px;
	margin: 0 auto;
}

.process-title {
	font-weight: 800;
	font-size: 5rem;
	margin-bottom: 80px;
	display: flex;
	justify-content: left;
	gap: 20px;
	background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
	/* display: inline-block;  */
	/* background: linear-gradient(to right, #1a2e43 0%, #1a2e43 45%, #3a9466 55%, #3a9466 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.process-contract-label {
	font-weight: 700;
	font-size: 1.1rem;
	color: #1a2e43;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}

.process-contract-text {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #1a2e43;
	margin-bottom: 80px;
}


.process-contract-text-gradient {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8;
	background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
	margin-bottom: 80px;
}

.process-contract-text span {
	color: #3a9466;
}

.process-contract-text small {
	font-size: 1.1rem;
	color: #3a9466;
	display: block;
	margin-top: 10px;
}

.process-intro {
	font-weight: 700;
	font-size: 2.2rem;
	color: #1a2e43;
	letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 768px) {
	admin-bar .pia-header {
        top: 46px;
    }
	
	.process-title {
		font-size: 3rem;
	}

	.process-contract-text {
		font-size: 1.1rem;
	}

	.process-intro {
		font-size: 1.6rem;
	}
}

.process-mission-image {
	background-color: #fff;
	padding: 60px 20px 80px;
	text-align: center;
}

.process-mission-container {
	max-width: 100%;
	margin: 0 auto;
}

.process-mission-container img {
    width: 100%; 
    max-width: 1300px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border: none;
    box-shadow: none;
    border-radius: 0;
    /* padding: 50px 4px; */
}

.process-mission-section {
	background-image: linear-gradient(90deg, #12355a 0%, #3a9a63 100%);
	color: #ffffff;
	padding: 50px 20px;
}

.process-card {
	background-color: #fff;
	max-width: 1200px;
	margin: 40px auto;
	display: flex;
	align-items: center;
	gap: 32px;
	padding: 24px 32px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
	/* border-radius: 12px; */
	color: #0b1543;
}

.process-card-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 25px;
	min-width: 150px;
}

.process-card-step {
	font-weight: 700;
	font-size: 1.5rem;
	color: #3a9466;
	letter-spacing: 0.12em;
	white-space: nowrap;
	text-align: center;
}

.process-card-image img {
	width: 120px;
	height: auto;
	display: block;
}

.process-card-content {
	max-width: 900px;
}


.process-card-title {
	font-weight: 700;
	font-size: 1.8rem;
	margin: 0 0 12px 0;
}


.process-card-title span{
	font-weight: 700;
	font-size: 1rem;
	margin: 0 0 12px 0;
}


.process-card-desc {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.process-card-desc span {
	color: #3a9466;
}


/* .process-card-desc.highlight-green {
	color: #3a9466;
} */

.process-text-section {
	padding: 60px;
}

.process-text {
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
}

.process-header {
	max-width: 1200px;
	margin: 60px auto 40px;

	padding: 0 20px;
	text-align: left;

}


.process-main-title {
	font-size: 5rem;
	font-weight: 900;
	color: #1f3a54;
	margin: 0 0 12px 0;
	user-select: none;
}


.process-highlight {
	color: #2c944f;
}


.process-subtitle {
	font-size: 1rem;
	font-weight: 700;
	color: #1a202c;
	margin: 0 auto;

	max-width: 400px;
	text-align: center;
}



.case-header {
	max-width: 1200px;
	margin: 60px auto 40px;

	padding: 0 20px;
	text-align: left;

}


.case-main-title {
	font-size: 5rem;
	font-weight: 900;
	background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
	display: inline-block; 
	margin: 0 0 12px 0;
	user-select: none;
}


.case-highlight {
	color: #2c944f;
}


.case-subtitle {
	font-size: 1rem;
	font-weight: 700;
	color: #1a202c;
	margin: 0 auto;

	max-width: 400px;
	text-align: center;
}


.case-card-container {
	max-width: 900px;
	margin: 40px auto;
	padding: 24px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	color: #121f41;
}


.case-card-header {
	display: flex;
	justify-content: space-between;

	align-items: center;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1rem;
	color: #3abd95;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}

.case-number {
	font-weight: 700;
	font-size: 1.3rem;
	color: #3abd95;
	white-space: nowrap;
}

.case-right {
	display: flex;
	gap: 12px;
	color: #3abd95;
	font-weight: 700;
}

.case-divider {
	opacity: 0.5;
}


.case-description {
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 24px;
	color: #121f41;
}


.case-question {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 12px;
	color: #3abd95;
	display: flex;
	align-items: center;
	gap: 6px;
}

.case-question a.question-highlight {
	color: #3abd95;
	text-decoration: underline;
	cursor: pointer;
}


.case-answer {
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 24px;
	color: #121f41;
}


.case-answer-columns {
	display: flex;
	gap: 24px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}


.case-answer-column {
	flex: 1 1 45%;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #121f41;
}


.case-answer-image {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	display: block;
}

/* about */

.about-header {
	max-width: 1200px;
	margin: 20px auto 40px;
	padding: 0 20px;
	text-align: left;
}

.about-main-title {
	font-size: 5rem;
	font-weight: 900;
	background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
	display: inline-block; 
	margin: 0 0 12px 0;
	user-select: none;
}

.about-highlight {
	color: #2c944f;
}

.about-subtitle {
	font-size: 1rem;
	font-weight: 700;
	color: #1a202c;
	margin: 0 auto;
	/* center horizontal */
	max-width: 400px;
	text-align: center;
}

.about-mission-section {
	position: relative;
	background-size: cover;
	background-position: center center;
	padding: 0px 20px 140px;
	color: #162a4a;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	text-align: center;
	min-height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-mission-container {
	max-width: 1200px;
	padding: 40px 0;
}

.mission-subtitle {
	font-size: 1.6rem;
	color: #3a9466;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

.mission-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
    line-height: 1.4;
}

.mission-substitle {
	font-size: 2.1rem;
	font-weight: 700;
	color: #162a4a;
	line-height: 1.4;
	margin-bottom: 10px;
}


.mission-title span {
	color: #3a9466;
}

.mission-intro-bold {
	font-weight: 800;
	font-size: 1.3rem;
	margin-bottom: 35px;
	line-height: 1.6;
}

.mission-intro {
	font-weight: 800;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 30px;
}


.bg-orange {
	background-color: #f06626;
	color: #ffffff;
	padding: 2px 6px;
	font-weight: bold;
	display: inline-block;
	margin: 2px 0;
}



.mission-footer-text p {
	font-weight: 800;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 25px;
	color: #162a4a;
}

.about-mission-container {
  /* padding: 50px 20px; */
  text-align: center;
  font-family: sans-serif;
}

.about-mission-title {
  color: #000033;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.about-mission-list {
  display: inline-block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;  
}

.about-mission-list li {
  color: #2e8b57;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}

.about-mission-list li:last-child {
  margin-bottom: 0;
}

.mission-one {
	background-color: #fff;
	padding: 60px 20px 80px;
	color: #162a4a;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	max-width: 1200px;
	margin: 0 auto 60px;
}

.mission-one-container {
	max-width: 1000px;
	margin:  auto;
}


.mission-one-header {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.mission-one-text-image {
	width: 100vw;
	padding: auto;
}

.mission-one-text-image img {
	width: 100%;
	height: auto;
	display: block;
}


.mission-one-image {
	flex: 1 1 260px;
	max-width: 260px;
}

.mission-one-image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover;
	display: block;
}


.mission-one-content {
	text-align: left;
	color: #162a4a;
}

.mission-one-title {
	font-weight: 700;
	font-size: 1.3rem;
	color: #3a9466;
	margin-top: 24px;
	margin-bottom: 12px;
}

.mission-one-content p {
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 20px;
}

.about-info-image-section {
	background-color: #fff;
	text-align: center;
}

.about-info-image-container {
	margin: 0 auto;
}

.about-info-image-container img {
	width: 100%;
	height: auto;
}


.company-info-section {
	max-width: 900px;
	margin: 80px auto;
	padding: 0 20px;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	color: #121f41;
}

.company-title {
	text-align: center;
	color: #3a9466;
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
}


.company-grid-container {
	display: grid;
	grid-template-columns: 240px 1fr;
	row-gap: 24px;
	column-gap: 20px;
	align-items: start;
}

.company-grid-label {
	font-weight: 700;
	font-size: 1.1rem;
	color: #121f41;
}

.company-grid-content {
	font-weight: 700;
	font-size: 1.1rem;
	color: #121f41;
}


.company-logo-cell {
	padding-top: 20px;
}

.company-logo-cell img {
	max-width: 180px;
	height: auto;
	display: block;
}


.company-description-cell {
	padding-top: 25px;
}

.company-text-bold {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 12px;
}

.company-text-small {
	font-size: 0.9rem;
	margin: 0;
	line-height: 1.6;
}

.top-carousel-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; /* Hides cards outside the view */
  position: relative;
  padding: 20px 0;
}

.top-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
  padding: 10px;
}

.top-card {
  min-width: calc(25% - 15px); 
  background-repeat: no-repeat;
  background-size: 100% 100%; 
  background-position: center;
  background-color: transparent;
  border: none; 
  padding: 40px 25px 25px 25px; 
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.top-card-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.top-num {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
}

.top-lower-font{
	font-size: 0.6rem;
}

.top-card-head h3 {
  color: var(--primary-green);
  margin: 0;
  font-size: 1.2rem;
}

.top-card-body p {
  font-size: 0.9rem;
  margin: 5px 0;
  color: #333;
}

/* Arrow Styling */
.top-carousel-nav {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding-left: 10px;
}

.top-arrow {
  background: white;
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.top-arrow:hover {
  background: var(--primary-green);
  color: white;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .top-card {
    min-width: 100%; 
  }
}

/* Responsif untuk Mobile */
@media (max-width: 650px) {
	.company-grid-container {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}

	.company-logo-cell {
		padding-top: 10px;
	}

	.company-description-cell {
		padding-top: 0;
	}
}

/* top */

/* --- RESET & LAYOUT --- */
/* --- HERO WRAPPER --- */
.top-hero-wrapper {
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	overflow-x: hidden;
	width: 100%;
	background-color: #fff;
}

/* --- HERO SECTION LAYOUT --- */
.top-hero-section {
	padding: 50px 0px 0px;
	color: #123644;
	position: relative;
	background-color: #f5f5f5;
}

.top-hero-content {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 70px;
	position: relative;
	z-index: 5;
}

.top-hero-text-left {
	max-width: 650px;
	padding-top: 27px;
}

/* --- HEADLINE (Slides Up) --- */
.top-headline {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
	display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.2s;
}

/* --- SUBLINES (Fade in on the spot) --- */
.top-subline-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 1rem;
}

.top-subline {
    font-weight: 700;
    font-size: 1.7rem;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    margin: 0;
    opacity: 0;
    transition: opacity 0.8s ease-out;
	background: linear-gradient(90deg, #0f2c4e 0%, #2e9b62 100%);
}

/* --- DESCRIPTION (Slides Up) --- */
.top-desc {
	font-size: 1.7rem;
	background: linear-gradient(93deg, #10304a 5%, #2b9e87 50%, #1ac564 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
	font-weight: 700;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	transition-delay: 0.8s;
}

/* --- VERTICAL IMAGE (Slides from Right) --- */
.top-hero-image-vertical {
	max-width: 300px;
	width: 100%;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 1s ease-out, transform 1s ease-out;
	transition-delay: 0.4s;
	text-align: right;
}

.top-hero-image-vertical img {
	height: auto;
	width: auto;
}

/* --- ANIMATION TRIGGERS --- */

/* Sublines: Fade only */
.is-hero-active .top-subline {
	opacity: 1;
}

/* Headline & Desc: Fade + Slide Up */
.is-hero-active .top-headline,
.is-hero-active .top-desc {
	opacity: 1;
	transform: translateY(0);
}

/* Image: Fade + Slide Left */
.is-hero-active .top-hero-image-vertical {
	opacity: 1;
	transform: translateX(0);
}


/* --- WAVE SECTION --- */
.v2-wave-wrap {
	width: 100%;
	overflow: hidden;
	margin-top: -130px;
	position: relative;
	z-index: 1;
}

.v2-wave-svg-box {
	line-height: 0;
	width: 100%;
}

.v2-wave-svg-box svg {
	width: 100%;
	height: auto;
	display: block;
}

.v2-wave-path {
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 3.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 3.6s ease;
}

/* --- BUTTON SECTION --- */
.v2-wave-button-section {
	position: relative;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%),
		linear-gradient(90deg, #1A3B58 0%, #40AE69 100%);

	padding-bottom: 120px;
	text-align: center;
	margin-top: -2px;
	opacity: 0;
	transition: opacity 1.8s ease-out;
}

.v2-wave-btn-container {
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: transform 0.6s ease-out 1.2s, opacity 0.6s ease-out 1.2s;
	margin-top: -90px;
	position: relative;
	z-index: 10;
}

.btn-white-orange {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: #d95321;
	padding: 20px 60px;
	border-radius: 50px;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.2rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease;
}

.btn-white-orange:hover {
	transform: scale(1.05);
}

/* Trigger Wave Animation */

.v2-wave-path {
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	transition: opacity 3.6s ease-out, clip-path 3.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-v2-active .v2-wave-path {
	opacity: 1;
	clip-path: inset(0 0 0 0);
}


.v2-wave-button-section {
	position: relative;
	background: linear-gradient(90deg, #162c46 0%, #1d635a 50%, #56b567 100%);
	padding-bottom: 120px;
	text-align: center;
	margin-top: -2px;
	opacity: 0;
	transition: opacity 3.6s ease-out;
}

.v2-wave-btn-container {
	opacity: 0;
	visibility: hidden;
	transition: opacity 3.6s ease-out;
	margin-top: -90px;
	position: relative;
	z-index: 10;
}

.is-v2-active .v2-wave-button-section {
	opacity: 1;
}

.is-v2-active .v2-wave-btn-container {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 768px) {
	.top-hero-content {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.top-hero-text-left {
		text-align: center;
	}

	.top-subline-wrapper {
		align-items: center;
	}

	.top-headline {
		font-size: 1.8rem;
	}

	.v2-wave-wrap {
		margin-top: -80px;
	}

	.v2-wave-btn-container {
		margin-top: -40px;
	}
}



.wave-image-section {
	background-color: #f5f5f5;
	text-align: center;
}

.wave-image-container {
	margin: 0 auto;
}

.wave-image-container img {
	display: block;
	width: 100%;
	height: auto;
}

.wave-image-section {
    background-color: #f5f5f5;
    text-align: center;
    /* Memberikan padding agar gambar tidak menempel ke pinggir layar di mobile */
    padding: 0 15px; 
}

.wave-image-container-not-changed {
    margin: 0 auto;
    /* Membatasi lebar maksimal kontainer, misalnya 100% dari layar atau nilai pixel tertentu */
    max-width: 100%; 
    overflow: hidden;
}

.wave-image-container-not-changed img {
    display: block;
    /* Menjamin gambar tidak pernah lebih lebar dari kontainernya */
    max-width: 100%; 
    height: auto;
    margin: 0 auto;
}

/* Container Utama */
.hero-wave {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -80px;
	background-color: #f5f5f5;
}

.hero-wave-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeInReveal 2.4s ease-out forwards;
}

.wave-img {
	width: 100%;
	display: block;
	height: auto;
}


.hero-wave-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.hero-wave-button {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	color: #e65c00;
	padding: 15px 40px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	white-space: nowrap;
}

.hero-wave-button:hover {
	transform: scale(1.05);
}


@keyframes fadeInReveal {
	0% {
		opacity: 0;
		clip-path: inset(0 100% 0 0);
	}

	100% {
		opacity: 1;
		clip-path: inset(0 0 0 0);
	}
}


.our-mission-section {
	padding: 0px 100px;
	font-family: "Yu Gothic", "Meiryo", sans-serif;
	display: flex;
	justify-content: center;
	background-color: #f5f5f5;
}

.our-mission-grid {
	display: grid;
	grid-template-columns: 1fr;	
	max-width: 1200px;
	width: 100%;
}

.our-mission-top-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
	align-items: start;
}

.mission-image-box img {
	max-width: 100%;
	height: auto;
	display: block;
}

.mission-text-top {
    font-weight: 700;
    line-height: 1.6;
    color: #121f41;
    margin-top: auto;
    width: 100%; 
    container-type: inline-size; 
}

.mission-text-top p {
    font-size: 4cqw; 
    margin: 0; 
}


.mission-text-middle {
    margin-top: 20px;
    padding-left: calc(50% + 30px);
    font-weight: 700;
    color: #121f41;
    width: 100%; 
    container-type: inline-size;
}

.mission-text-middle p {
    font-size: 3cqw;  
    margin: 0; 
    margin-bottom: 0.5rem; 
}

.mission-button-row {
	margin-top: 20px;
	padding-left: calc(50% + 30px);
}

/* Style Button */
.mission-btn-green {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	background-color: #4CAF70;
	color: #fff;
	text-decoration: none;
	padding: 15px 35px;
	border-radius: 50px;
	min-width: 260px;
	font-weight: 700;
	transition: 0.3s ease;
}

.btn-arrow::after {
	content: ">";
	margin-left: 20px;
}

/* Responsive Mobile */
@media (max-width: 900px) {
	.our-mission-top-wrapper {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.mission-text-middle,
	.mission-button-row {
		padding-left: 0;
	}
}

.subtitle {
	font-weight: 700;
	font-size: 1.1rem;
	color: #3a9466;
	margin-bottom: 12px;
	letter-spacing: 0.15em;
}

.mission-highlight {
	font-weight: 900;
	font-size: 2.5rem;
	line-height: 1.15;
	color: #0a1d2f;
}

.highlight-box {
	color: #fff;
	padding: 0 10px 4px;
	border-radius: 4px;
	font-weight: 700;
}

.green-dark {
	background-color: #2c5f34;
}

.green-light {
	background-color: #4aa563;
}


.our-mission-right {
	flex: 1.4 1 600px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.7;
	color: #0a1d2f;
}

.our-mission-right p {
	margin-bottom: 24px;
}

/* Tombol hijau */
.btn-green-arrow {
	font-weight: 700;
	font-size: 1rem;
	background-color: #3a9466;
	color: #fff;
	padding: 12px 36px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}

.btn-green-arrow:hover,
.btn-green-arrow:focus {
	background-color: #327a53;
}

.btn-arrow {
	font-size: 1.4rem;
	line-height: 1;
}

.three-keys {
	background-color: #f5f5f5;
	padding: 80px 20px;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	color: #114054;
}

.three-keys-container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.three-keys-pretitle {
	color: #d95321;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 12px;
}

.three-keys-title {
	font-weight: 800;
	font-size: 2rem;
	margin-bottom: 12px;
	color: #114054;
	line-height: 1.2;
}

.highlight-orange {
	color: #d95321;
}

.three-keys-subtitle {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 48px;
	color: #114054;
}

.three-keys-cards {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	align-items: stretch;
}

.three-keys-card {
	flex: 1 1 300px;
	max-width: 360px;
	display: flex;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
}

.three-keys-card:hover {
	transform: translateY(-10px);
}

.three-keys-card:hover .custom-card {
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.custom-card {
	width: 100%;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-bottom: 5px solid #e06c1e;
}

.custom-card-header {
background: linear-gradient(to right, #c1540d 0%, #e06c1e 50%, #f08236 100%);
	color: #fff;
	font-weight: 700;
	font-size: 1rem;
	padding: 10px 20px;
	text-align: left;
}

.custom-card-title {
	font-weight: 800;
	font-size: 1.3rem;
	color: #e06c1e;
	padding: 25px 20px 15px;
	line-height: 1.4;
	margin: 0;
	min-height: 4.2rem;
	text-align: left;
}

.custom-card-text {
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.8;
	padding: 0 20px 30px;
	color: #333;
	flex-grow: 1;
	text-align: left;
	font-weight: bold;
}

.highlight-orange {
	color: #e06c1e;
	font-weight: bold;
}


.highlight-orange {
	color: #e06c1e;
	font-weight: 700;
}


.top-case {
	background-color: #f5f5f5;
	padding: 80px 20px 0px;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	color: #114054;
}

.top-case-container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.top-case-pretitle {
	color: #4aa563;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 12px;
}

.top-case-title {
	font-weight: 800;
	font-size: 2rem;
	padding-bottom: 12px;
	color: #114054;
	line-height: 1.2;
}


.how-it-works-subtitle {
	font-weight: 700;
	font-size: 1.1rem;
	padding-bottom: 12px;
	color: #114054;
	line-height: 1.2;
}

.top-case {
	background-color: #f5f5f5;
	padding: 80px 20px 0px;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	color: #114054;
}

.top-case-container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.top-case-pretitle {
	color: #4aa563;
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 12px;
}

.btn-white-green {
	background-color: #ffffff;
	color: #4aa563;
	padding: 14px 56px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1.1rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	white-space: nowrap;
}

.top-case-section {
	padding: 80px 20px;
	background-color: #fff;
	text-align: center;
}


.carousel-wrapper {
	width: 100%;
	padding: 40px 20px;
	background: #fff;
}

.carousel {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 20px;
}

.carousel::-webkit-scrollbar {
	height: 8px;
}

.carousel::-webkit-scrollbar-thumb {
	background: #2fb36f;
	border-radius: 4px;
}

.card {
	flex: 0 0 280px;
	background: #fff;
	border: 3px solid #2fb36f;
	border-radius: 10px;
	padding: 24px 20px 30px;
	position: relative;
	scroll-snap-align: start;
}

.card-number {
	position: absolute;
	top: 14px;
	left: 16px;
	font-size: 42px;
	font-weight: bold;
	color: #2fb36f;
}

.card h3 {
	margin: 40px 0 16px;
	font-size: 20px;
	color: #2fb36f;
}

.card p {
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 6px;
}

.card-carousel {
	position: relative;
	background: #fff;
	padding: 40px 0 80px;
	overflow: hidden;
}

.carousel-track {
	display: flex;
	gap: 32px;
	overflow-x: auto;
	padding: 0 40px;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.carousel-track::-webkit-scrollbar {
	display: none;
}

.card {
	min-width: 260px;
	background: #fff;
	border-radius: 10px;
	padding: 24px;
	scroll-snap-align: start;
	border: 3px solid #3aa76d;
	box-shadow: 0 6px 0 #1f3d52;
}

.card-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.num {
	font-size: 42px;
	font-weight: 700;
	color: #3aa76d;
}

.card h3 {
	font-size: 18px;
	color: #3aa76d;
}

.card p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 8px;
}

/* Arrow style */
.carousel-nav {
	position: absolute;
	left: 40px;
	bottom: 20px;
	display: flex;
	gap: 10px;
}

.arrow {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #3aa76d;
	color: #3aa76d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	transition: 0.2s;
}

.arrow:hover {
	background: #3aa76d;
	color: #fff;
}

/* Contact Page Styles */
/* General styling for the contact page */



.news-card {
	display: block;
	background: #fff;
	padding: 24px;
	border-radius: 10px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}

.news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.news-card:hover .news-title {
	text-decoration: underline;
}


.news-section {
	padding: 80px 20px;
}

.news-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.news-pagination {
	margin: 40px 0;
	text-align: center;
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}


.news-pagination ul {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 12px;
	justify-content: center;
}

/* Link pagination */
.news-pagination li a,
.news-pagination li span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 38px;
	height: 38px;
	font-weight: 700;
	font-size: 1.1rem;
	color: #222;
	text-decoration: none;
	border-radius: 50%;
	border: 1px solid transparent;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.news-pagination li a:hover {
	background-color: #f0f0f0;
	border-color: #ccc;
}


.news-pagination li span.current {
	background-color: #d1d3d4;
	color: #333;
	font-weight: 700;
	border: none;
}


.news-pagination li a[aria-label="Next"] {
	border: 1px solid #bbb;
	color: #222;
	font-weight: 700;
}


.news-pagination li a[aria-label="Next"]:hover {
	background-color: #f0f0f0;
	border-color: #999;
}

.news-pagination li {
	list-style: none;
}

.news-pagination li a[aria-label="Previous"] {
	border: 1px solid #bbb;
	color: #222;
	font-weight: 700;
}

.news-pagination li a[aria-label="Previous"]:hover {
	background-color: #f0f0f0;
	border-color: #999;
}

.news-date,
.news-title {
	color: #3a9466;
}

.contact-page {
    padding: 0px 20px;
    background-color: #fff;
}

.contact-form-container {
	max-width: 900px;
	margin: 0 auto;
}

.contact-page-gray {
    padding: 0px 20px;
    background-color: #f5f5f5;
}

.contact-form-container-gray {
	max-width: 900px;
	margin: 0 auto;
}

.about-detail-container {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1rem;
}

.about-detail-row {
	display: flex;
	margin-bottom: 30px;
	align-items: flex-start;
}

.about-detail-row.about-detail-header-row {
	margin-bottom: 40px;
}

.about-detail-row.about-detail-no-margin {
	margin-bottom: 0;
}

.about-detail-left-col {
	width: 160px;
	flex-shrink: 0;
	font-weight: bold;
	color: #6bc176;
	padding-right: 20px;
}

.about-detail-label {
	font-weight: bold;
	color: #6bc176;
}

.about-detail-right-col {
	flex-grow: 1;
}

.about-detail-right-col .about-detail-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.about-detail-right-col p {
	margin-bottom: 5px;
	text-align: justify;
}


.about-detail-green-box {
	background-color: #eaf6ec;
	padding: 30px 20px;
	margin-bottom: 40px;
	border-radius: 2px;
}

.about-detail-client-list {
	list-style: none;
}

.about-detail-client-list li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}

.about-detail-client-list li::before {
	content: "・";
	position: absolute;
	left: 0;
}

.about-detail-text-section {
	margin-bottom: 40px;
}

.about-detail-text-section h3 {
	color: #6bc176;
	margin-bottom: 15px;
	font-weight: bold;
}

.about-detail-text-section p {
	font-weight: bold;
	margin-bottom: 15px;
}

/* Accordion Style) */
.about-detail-accordion-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	color: #6bc176;
	font-weight: bold;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.3s;
}

.about-detail-accordion-item:first-of-type {
	border-top: 1px solid #ccc;
}

.about-detail-accordion-item span.about-detail-arrow {
	font-size: 12px;
	transition: transform 0.3s ease;
}


.about-detail-accordion-item.active span.about-detail-arrow {
	transform: rotate(180deg);
}


.about-detail-content {
	padding: 0 10px;
	max-height: 0;
	overflow: hidden;
	font-weight: 500;
	transition: max-height 0.3s ease-out;
	background-color: #f9f9f9;
}


.about-detail-two-container {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1rem;
}

.about-detail-two-row {
	display: flex;
	margin-bottom: 25px;
	align-items: flex-start;
}

.about-detail-two-header-row {
	margin-bottom: 35px;
}

.about-detail-two-no-margin {
	margin-bottom: 0;
}

.about-detail-two-left-col {
	width: 140px;
	flex-shrink: 0;
	font-weight: bold;
	color: #6bc176;
	padding-right: 15px;
}

.about-detail-two-label {
	color: #6bc176;
}

.about-detail-two-right-col {
	flex-grow: 1;
}

.about-detail-two-title {
	font-weight: bold;
	margin-bottom: 4px;
}

.about-detail-two-right-col p {
	margin-bottom: 2px;
}

.about-detail-two-note {
	margin-top: 15px !important;
}

/* Green Box */
.about-detail-two-green-box {
	background-color: #eaf6ec;
	padding: 25px 20px;
	margin-bottom: 35px;
}

.about-detail-two-client-list {
	list-style: none;
}

.about-detail-two-client-list li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 4px;
	font-weight: bold;
}

.about-detail-two-client-list li::before {
	content: "・";
	position: absolute;
	left: 0;
}

/* Text Section */
.about-detail-two-text-section {
	margin-bottom: 30px;
}

.about-detail-two-text-section p {
	margin-bottom: 20px;
	text-align: justify;
	font-weight: 500;
}

/* Accordion Style */
.about-detail-two-accordion-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #6bc176;
	color: #6bc176;
	font-weight: bold;
	font-size: 15px;
}

.about-detail-two-accordion-item:first-of-type {
	border-top: 1px solid #6bc176;
}

.about-detail-two-arrow {
	font-size: 10px;
}


.news-detail-wrapper {
	width: 100%;
	background-color: #f4f6f8;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 80vh;
	box-sizing: border-box;
}

.news-detail-card {
	background-color: #ffffff;
	width: 100%;
	max-width: 800px;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-bottom: 40px;
}

.news-detail-header {
	padding: 50px 50px 30px 50px;
	text-align: center;
}

.news-detail-category a {
	background: #eef2f5;
	color: #0056b3;
	padding: 6px 12px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.news-detail-title {
	font-family: serif;
	font-size: 2.5rem;
	color: #222;
	margin: 25px 0;
	line-height: 1.3;
}

.news-detail-meta {
	font-size: 14px;
	color: #777;
	font-family: sans-serif;
}

.news-detail-separator {
	margin: 0 10px;
	color: #ccc;
}

.news-detail-image img {
	width: 100%;
	height: auto;
	display: block;
}

.news-detail-body {
	padding: 40px 50px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
}

.news-detail-body p {
	margin-bottom: 24px;
	font-weight: 400;
}

.news-detail-body h2 {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.news-detail-body h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

/* --- 6. Footer & Navigasi --- */
.news-detail-footer {
	padding: 20px 50px 40px 50px;
	border-top: 1px solid #eee;
}

.news-detail-nav {
	max-width: 800px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news-detail-nav a {
	color: #555;
	text-decoration: none;
	font-weight: 600;
}

.about-header {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding: 40px 20px 0px;
    color: #1a364d; 
}

.about-header-main-title {
    font-size: 80px; 
    font-weight: 800;
    margin: 0 0 50px 0;
    letter-spacing: -1px;
    background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
}

.about-header-highlight {
    background: linear-gradient(93deg, #10304a 5%, #2c7a6b 50%, #48b878 95%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent; 
}

.contact-form-subtitle {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.contact-form {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding: 40px 20px 0px;
    color: #1a364d; 
}

.contact-form-text-area {
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.contact-form-text-area p {
    margin-bottom: 5px;
}

.contact-form-required {
    font-size: 14px;
    margin-top: 10px;
}

.contact-form-asterisk {
    color: #f19116; 
    font-weight: bold;
    margin-right: 3px;
}

.contact-form-subtitle-gray {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.contact-form-gray {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    padding: 40px 20px 40px;
    color: #1a364d; 
	background: #f5f5f5;
}

.contact-form-text-area-gray {
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.contact-form-text-area-gray p {
    margin-bottom: 5px;
}

.contact-form-required-gray {
    font-size: 14px;
    margin-top: 10px;
}

.contact-form-asterisk-gray {
    color: #f19116; 
    font-weight: bold;
    margin-right: 3px;
}

 /* Scoped CSS for the Privacy Policy Page */
    .privacy-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 40px 20px;
        font-family: "Noto Sans JP", sans-serif;
        color: #333;
        line-height: 1.6;
    }

    .privacy-title {
        font-size: 2.5rem;
        margin-bottom: 10px;
        color: #0056b3; 
        border-bottom: 2px solid #eee;
        padding-bottom: 20px;
    }

    .privacy-date {
        font-size: 0.9rem;
        color: #666;
        margin-bottom: 30px;
        display: block;
    }

    .privacy-section {
        margin-bottom: 30px;
    }

    .privacy-heading-2 {
        font-size: 1.5rem;
        margin-top: 30px;
        margin-bottom: 15px;
        color: #2c3e50;
        border-left: 4px solid #0056b3;
        padding-left: 10px;
    }

    .privacy-heading-3 {
        font-size: 1.25rem;
        margin-top: 25px;
        margin-bottom: 10px;
        color: #444;
        font-weight: bold;
    }

    .privacy-heading-4 {
        font-size: 1.1rem;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #555;
        font-weight: bold;
    }

    .privacy-paragraph {
        margin-bottom: 15px;
        text-align: justify;
    }

    .privacy-list {
        list-style: none; /* This removes the dots */
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .privacy-list li {
        margin-bottom: 8px;
    }

    .privacy-strong {
        font-weight: bold;
        color: #222;
    }

    .privacy-link {
        color: #0056b3;
        text-decoration: underline;
    }

    .privacy-link:hover {
        text-decoration: none;
    }

	.how-it-works-section {
    width: 100%;
	background-color: #f5f5f5;
    position: relative;
    padding: 0px 0px;
	}

.how-it-works-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* Background image yang menutupi seluruh area */
.how-it-works-bg {
    width: 100%;
    height: auto;
    display: block;
}

/* Kontainer pembungkus elemen yang akan di-animate */
.how-it-works-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.how-it-works-layer {
    width: 90%; /* Sesuaikan agar box tidak terlalu lebar dibanding bg */
    text-align: center;
    /* Efek awal: Tersembunyi */
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.how-it-works-layer img {
    max-width: 100%;
    height: auto;
}

/* Class untuk mentrigger animasi saat scroll */
.how-it-works-layer.reveal {
    opacity: 1;
    transform: translateY(0);
}

/* Penyesuaian khusus jika box tertentu perlu lebih kecil */
.layer-orange img {
    max-width: 50%;
}

@media (max-width: 900px) {
	.news-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.news-container {
		grid-template-columns: 1fr;
	}

	.about-detail-row {
		flex-direction: column;
	}

	.about-detail-left-col {
		width: 100%;
		margin-bottom: 5px;
	}

	.about-detail-two-row {
		flex-direction: column;
	}

	.about-detail-two-left-col {
		width: 100%;
		margin-bottom: 5px;
	}
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 40px 20px;
}

.cta-item {
  text-decoration: none;
  color: #4CAF7D; /* Adjust this green to match your exact brand */
  flex: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.cta-item:hover {
  opacity: 0.7;
}

.cta-item p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Vertical Divider */
.divider {
  width: 1px;
  height: 80px;
  background-color: #4CAF7D;
  margin: 0 40px;
}

/* The Green Triangle Arrow */
.arrow-down {
    position: relative;
    width: 24px;  /* Size of the arrow */
    height: 14px;
    margin: 10px auto;
}

/* Common styles for both chevrons */
.arrow-down::before,
.arrow-down::after {
    content: '';
    position: absolute;
    width: 12px;  /* Adjust for desired width */
    height: 12px; /* Adjust for desired height */
    border-right: 2px solid #52b788; /* Match the green in your image */
    border-bottom: 2px solid #52b788;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -6px;
}

/* Positioning the top chevron */
.arrow-down::before {
    top: -5px;
}

/* Positioning the bottom chevron */
.arrow-down::after {
    top: 5px;
}




/* --- Mobile Responsive --- */
@media (max-width: 768px) {

	/* header styling */
	.pia-container {
		flex-direction: column;
		align-items: flex-start;
	}

	.pia-logo {
		margin-bottom: 10px;
	}

	.pia-nav {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.pia-menu {
		flex-direction: column;
		gap: 10px;
	}

	.pia-cta {
		width: 100%;
		text-align: left;
	}

	.pia-cta-btn {
		display: inline-block;
		width: 100%;
		text-align: center;
	}


	/* faq style */
	.faq-main-title {
		font-size: 3.8rem;
	}

	.faq-subtitle {
		font-size: 0.95rem;
		max-width: 300px;
	}

	.faq-question {
		font-size: 1rem;
	}

	.faq-answer p {
		font-size: 0.9rem;
	}

	.faq-transparency-bg {
		padding: 30px 15px;
	}

	.faq-transparency-content {
		padding: 30px 20px;
		max-width: 100%;
		box-shadow: none;
		border-radius: 8px;
	}

	.line-text.left-right-line-one::before,
	.line-text.left-right-line-one::after {
		width: 50px;
	}


	.line-text.left-right-line::before,
	.line-text.left-right-line::after {
		width: 50px;
	}

	.faq-transparency-title {
		font-size: 1.1rem;
	}

	.line-text {
		font-size: 0.9rem;
		margin: 20px 0 16px;
	}

	.normal-text {
		font-size: 0.85rem;
		margin-bottom: 16px;
	}

	/* footer */
	.pia-footer-sub-container {
		flex-direction: column;
		gap: 30px;
		align-items: center;
		text-align: center;
	}

	.pia-footer-sub-left,
	.pia-footer-sub-nav {
		max-width: 100%;
		flex: unset;
	}

	.pia-footer-sub-menu {
		justify-content: center;
		gap: 40px;
		flex-wrap: wrap;
	}

	.pia-footer-sub-menu li {
		min-width: unset;
		margin-bottom: 20px;
	}

	/* process */
	.process-title {
		font-size: 3rem;
		margin-bottom: 32px;
	}

	.process-contract-text {
		font-size: 1.1rem;
		margin-bottom: 48px;
	}

	.process-intro {
		font-size: 1.4rem;
	}

	.process-intro span {
		font-size: 1rem;
	}

	.process-mission-image {
		padding: 40px 15px 60px;
	}

	.process-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}

	.process-card-left {
		flex-direction: row;
		margin-bottom: 16px;
		min-width: auto;
	}

	.process-card-step {
		font-size: 1.3rem;
	}

	.process-card-image img {
		width: 50px;
	}

	/* case */
	.case-card-container {
		padding: 20px;
	}

	.case-card-header {
		flex-direction: column;
		gap: 8px;
	}

	.case-answer-columns {
		flex-direction: column;
	}

	.case-answer-column {
		flex: 1 1 100%;
	}

	/* about */
	.about-mission-section {
		padding: 80px 15px 100px;
		min-height: auto;
	}

	.about-mission-container {
		padding: 30px 25px;
	}

	.mission-title {
		font-size: 1.8rem;
	}

	.mission-points li {
		font-size: 0.95rem;
	}

	.mission-one-header {
		flex-direction: column;
		gap: 24px;
		align-items: flex-start;
	}

	.mission-one-text-image,
	.mission-one-image {
		max-width: 100%;
		flex: none;
	}

	/* top */
	.top-hero-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	.top-hero-image-vertical {
		max-width: 100%;
		width: auto;
		align-self: center;
	}

	.wave-button-section {
		height: 260px;
	}

	.btn-white-orange {
		padding: 12px 42px;
		font-size: 1rem;
	}

	.btn-arrow {
		font-size: 1.3rem;
	}

	.our-mission-section {
		min-height: auto;
	}

	.our-mission-container {
		flex-direction: column;
		gap: 40px;
		align-items: flex-start;
	}

	.our-mission-left,
	.our-mission-right {
		flex: none;
		width: 100%;
	}

	.mission-highlight {
		font-size: 2rem;
	}

	.three-keys-cards {
		flex-direction: column;
		gap: 40px;
	}

	.three-keys-card {
		max-width: 100%;
	}

	.carousel-track {
		padding-left: 20px;
	}

	.carousel-nav {
		left: 20px;
	}

	.news-detail-header,
	.news-detail-body,
	.news-detail-footer {
		padding: 30px 20px;
		/* Kurangi padding di HP */
	}

	.news-detail-title {
		font-size: 1.8rem;
	}


 .cta-container {
    flex-direction: column;
  }
  .divider {
    width: 80%;
    height: 1px;
    margin: 20px 0;
  }

}


@media (max-width: 480px) {

	/* faq style */
	.faq-main-title {
		font-size: 3rem;
	}

	.faq-subtitle {
		font-size: 0.9rem;
		max-width: 250px;
	}

	.faq-question {
		font-size: 0.9rem;
	}

	.faq-answer p {
		font-size: 0.85rem;
	}

	.line-text.left-right-line::before,
	.line-text.left-right-line::after {
		width: 35px;
	}

	.line-text.left-right-line-one::before,
	.line-text.left-right-line-one::after {
		width: 35px;
	}

	/* footer */
	.pia-footer-title {
		font-size: 1.2rem;
	}

	.pia-footer-subtitle {
		font-size: 0.8rem;
	}

	.pia-footer-cta-group {
		flex-direction: column;
		gap: 12px;
	}

	.pia-footer-cta {
		width: 100%;
		text-align: center;
	}

	/* process */
	.process-title {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}

	.process-contract-text {
		font-size: 1rem;
		margin-bottom: 40px;
	}

	.process-intro {
		font-size: 1.2rem;
	}

	.process-intro span {
		font-size: 0.9rem;
	}

	.process-mission-image {
		padding: 30px 10px 40px;
	}

	.process-card {
		padding: 16px 12px;
	}

	.process-card-step {
		font-size: 1.1rem;
	}

	.process-card-title {
		font-size: 1rem;
	}

	.process-card-desc {
		font-size: 0.9rem;
	}

	.process-card-image img {
		width: 45px;
	}

	/* about */
	.about-mission-container {
		padding: 25px 15px;
	}

	.mission-title {
		font-size: 1.5rem;
	}

	.mission-subtitle {
		font-size: 0.85rem;
	}

	.mission-points li {
		font-size: 0.9rem;
	}

	.mission-one {
		padding: 40px 15px 60px;
	}

	.mission-one-title {
		font-size: 1.1rem;
	}

	.mission-one-content p {
		font-size: 0.95rem;
	}

	.company-info-list {
		grid-template-columns: 100px 1fr;
		row-gap: 14px;
		column-gap: 12px;
	}

	.company-title {
		font-size: 1.6rem;
		margin-bottom: 32px;
	}

	.company-info-list dt {
		font-size: 0.9rem;
	}

	.company-info-list dd {
		font-size: 0.9rem;
	}

	/* top */
	.top-headline {
		font-size: 1.8rem;
	}

	.top-subline {
		font-size: 1rem;
		padding: 3px 10px;
	}

	.top-desc {
		font-size: 1rem;
	}

	.top-cta-button {
		font-size: 1rem;
		gap: 6px;
	}

	.wave-button-section {
		height: 220px;
	}

	.btn-white-orange {
		padding: 10px 34px;
		font-size: 0.95rem;
	}

	.btn-arrow {
		font-size: 1.2rem;
	}

	.mission-highlight {
		font-size: 1.6rem;
	}

	.btn-green-arrow {
		width: 100%;
		justify-content: center;
	}

	.three-keys-pretitle {
		font-size: 0.9rem;
	}

	.three-keys-title {
		font-size: 1.6rem;
	}

	.three-keys-subtitle {
		font-size: 1rem;
	}

	.card-title {
		font-size: 1rem;
	}

	.card-text {
		font-size: 0.85rem;
	}
}