@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

:root {
	--accent-green: #0f743a;
	--archive-bg: #f8fafb;
	--black: #000000;
	--bronze: #cd7f32;
	--card-hover-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
	--card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	--color-1: #eee;
	--color-10: #14783e;
	--color-11: #00ced1;
	--color-12: #747474;
	--color-13: #444;
	--color-14: #bbb;
	--color-15: #dedede;
	--color-16: #b8860b;
	--color-17: #888;
	--color-18: #f5f5f5;
	--color-19: #e8f5e9;
	--color-2: #666;
	--color-20: #425a4b;
	--color-21: #cbcbcb;
	--color-22: #f7f9fa;
	--color-23: #ededed;
	--color-24: #94bca7;
	--color-25: #e7e7e6;
	--color-26: #004652;
	--color-27: #f9f9f9;
	--color-28: #001a1a;
	--color-29: #111;
	--color-3: #e0e0e0;
	--color-30: #004d40;
	--color-31: #fdfdfd;
	--color-32: #0b5e2f;
	--color-33: #f0ffff;
	--color-34: #3b5998;
	--color-35: #cb2027;
	--color-36: #25d366;
	--color-37: #0088cc;
	--color-38: #008080;
	--color-39: #ccc;
	--color-4: #f8f9fa;
	--color-40: #2e7d32;
	--color-5: #999;
	--color-6: #f0f0f0;
	--color-7: #555;
	--color-8: #ddd;
	--color-9: #aaa;
	--dark-grey: #333333;
	--date-color: #777;
	--gold: #ffc107;
	--green: #00ffff;
	--green-light: #0ab0b0;
	--grey: #f4f4f4;
	--post-bg-color: #fcfcfc;
	--primary-font: #03222f;
	--silver: #9e9e9e;
	--white: #ffffff;
	--yellow: #f8c81e;
	--color-shadow: rgba(0, 0, 0, 0.1);
}

* {
	box-sizing: border-box;
}

body {
	width: 100%;
	background-color: var(--archive-bg);
	color: var(--primary-font);
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html {
	padding: 0 !important;
	overflow-x: hidden;
	width: 100%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: inherit;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: inherit;
	text-align: center;
}

table {
	caption-side: inherit;
}



:target:before {
	display: block;
}

.wrap-brosur {
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 60px;
	height: 60px;
}

.wrap-magz {
	position: fixed;
	bottom: 70px;
	right: 7px;
	width: 90px;
	height: 90px;
}

.wrap-wa {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	padding: 5px 14px;
}

.wrap-wa .bi {
	color: var(--white);
}

.wrap-wa:hover .bi {
	color: var(--green);
}

.page-item.active .page-link {
	background-color: var(--color-10) !important;
	border-color: var(--color-10) !important;
	color: var(--white) !important;
}

.page-link {
	color: var(--color-10) !important;
}

a {
	text-decoration: none;
	color: var(--primary-font);
}

ol.breadcrumb {
	position: relative;
}

.breadcrumb-item.active {
	color: var(--green-light);
}

.breadcrumb .date-time {
	position: absolute;
	right: 10px;
}

.count {
	font-size: 60px;
}

.c-green {
	color: var(--green);
}

.c-grey {
	color: var(--grey);
}

.c-yellow {
	color: var(--yellow);
}


.p-content {
	padding: 0 8.33333333%;
}

.display-mobile {
	display: none;
}

.btn-green {
	background: linear-gradient(90deg, var(--green), var(--color-11));
	/* aqua → darker aqua */
	color: var(--black) !important;
	border: 1px solid var(--green) !important;
	font-weight: bold !important;
	transition: 0.4s;
	border-radius: 5px;
}

.btn-green:hover {
	background: var(--white);
	border: 1px solid var(--color-11) !important;
	color: var(--color-11) !important;
}


.btn-yellow {
	background-color: var(--yellow) !important;
	color: var(--primary-font) !important;
	transition: 0.4s;
	border-radius: 5px;
}

.btn-yellow:hover {
	background: linear-gradient(90deg, var(--green), var(--primary-font));
	border: 1px solid var(--yellow) !important;
	color: var(--yellow) !important;
	letter-spacing: 1px;
}

.btn-dropdown-custom {
	background: var(--white);
	width: 260px;
	padding: 10px;
	border: 2px solid var(--grey);
}


.navbar-expand-lg .navbar-nav .nav-link {
	color: var(--primary-font);
	padding: 20px !important;
}

.navbar-toggler {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: var(--white) !important;
	border: 1px solid var(--green-light) !important;
}

.main-header {
	width: 100%;
	position: fixed;
	background: var(--white);
	top: 0;
	z-index: 1000;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	height: 85px;
	max-width: 1400px;
	margin: 0 auto;
}

.header-logo {
	flex-shrink: 0;
}

.header-nav {
	flex-grow: 1;
	display: flex;
	justify-content: center;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 25px;
}

.nav-menu li a {
	color: var(--primary-font);
	font-weight: 500;
	transition: 0.3s;
	text-decoration: none;
	padding: 10px 0;
}

.nav-menu li a:hover,
.nav-menu li a.active {
	color: var(--green-light);
	border-bottom: 2px solid var(--green-light);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
}

.lang-selector {
	position: relative;
}

.lang-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	background: var(--white);
	box-shadow: 0 5px 20px var(--color-shadow);
	list-style: none;
	padding: 10px 0;
	border-radius: 8px;
	display: none;
	min-width: 150px;
	z-index: 10;
}

.lang-dropdown.show {
	display: block;
}

.lang-dropdown a {
	padding: 8px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--primary-font);
}

.header-cta {
	display: flex;
	align-items: center;
}

.header-cta .btn-green {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 20px !important;
	/* Padding lebih proporsional */
	line-height: 1.2;
	height: auto;
	/* Biar tidak narik ke atas/bawah */
}

.header-cta .btn-green span img {
	width: 20px;
	/* Batasi ukuran icon login */
	height: auto;
	display: block;
}

.btn-lang {
	background: var(--color-4);
	border: 1px solid var(--color-8);
	padding: 5px 8px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.mobile-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	color: var(--primary-font);
}

/* Container Semantic */
.container-custom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

/* Hero & Banner Mobile Optimizations */
@media (max-width: 768px) {
	.home-page .section-1 h1 {
		font-size: 36px !important;
	}

	.carousel-caption p {
		width: 90% !important;
		/* Agar teks tidak terlalu sempit di mobile */
		font-size: 14px;
	}

	.slider-overlay {
		padding: 15px !important;
	}
}

/* Mobile actions di dalam nav - default disembunyikan */
.mobile-actions {
	display: none;
}

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

	.mobile-toggle {
		display: block;
	}

	.header-container {
		padding: 0 20px;
	}

	.header-actions {
		margin-left: auto;
	}
}

/* Di bawah 640px: pindahkan actions ke dalam nav */
@media (max-width: 640px) {
	.header-actions {
		display: none !important;
	}

	.mobile-actions {
		display: flex;
		align-items: center;
		gap: 15px;
		padding-top: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-top: 1px solid var(--color-1);
	}

	.mobile-actions .lang-selector {
		position: relative;
	}

	.mobile-actions .lang-dropdown {
		top: 100%;
		left: 0;
		right: auto;
	}
}

.footer {
	background: var(--primary-font);
	color: var(--white);
}

.footer .phone {
	border-right: 2px solid var(--white);
}

.footer .sosmed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
}

.footer .sosmed img {
	margin: 0 7px;
	width: 35px;
	display: flex;
	justify-content: center;
}

.footer .copy-right {
	border-top: 1px solid var(--color-20);
	color: var(--white);
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 98;
	color: var(--white) !important;
	font-weight: bold !important;
	border-radius: 100px;
	height: 40px;
	width: 40px;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background: var(--white);
}

.slick-arrow:hover:before,
.slick-arrow:focus:before {
	color: var(--green) !important;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background: transparent !important;
}

.section {
	padding: 50px;
	min-height: calc(100vh - 100px);
}

/* <-----------home-page---------> */
.about-page .section-1 h1,
.sma-page .section-1 h1,
.work-prestation-page .section-1 h1,
.register-page .section-1 h1,
.news-page .section-1 h1,
.partner-page .section-1 h1 {
	font-size: 60px;
}

.home-page .section-1 h1 {
	font-size: 70px;
}

.home-page {
	margin-top: 80px;
}

.home-page .section-1 {
	padding: 0;
}

.home-page .section-1 .features img {
	width: 70px;
}


.home-page .section-1 .container {
	padding: 0 150px;
	width: 100vw;
	height: 100vh;
}

.home-page .section-1 .container .btn {
	position: absolute;
	bottom: 100px;
	transform: translateX(-50%);
	left: 50%;
}

.home-page .section-1 .container .card {
	box-shadow: 0px 7px 10px 2px var(--color-21);
	border-radius: 25px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.home-page .section-2 {
	margin-top: 100px;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-2 .card {
	transition: 0.6s;
	border-radius: 20px;
	max-height: 438px !important;
	min-height: 438px !important;
}

.home-page .section-2 .card img {
	border-radius: 20px 20px 0 0;
}

.home-page .section-2 .card:hover {
	background: linear-gradient(90deg, var(--green-light), var(--primary-font));
	color: var(--white);
	border: none;
}

.home-page .section-2 .card .btn-green {
	box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 32%);
	padding: 6px 12px;
	border-radius: 10px;
	position: absolute;
	bottom: 25px;
}

.home-page .section-2 .card:hover .btn-green {
	background: var(--white);
	color: var(--green) !important;
}

.home-page .section-2 .card .card-body {
	position: relative;
	padding: 25px;
	min-height: 230px;
}

.home-page .section-2 .card .card-body .location {
	position: absolute;
	top: -15px;
	right: 25px;
	background-color: var(--yellow) !important;
	color: var(--primary-font) !important;
}

.home-page .section-2 .card .card-title {
	font-size: 24px;
}

.home-page .section-2 .card .card-title .level-school {
	font-weight: 900;
}

.home-page .section-2 .card .card-title .major {
	font-weight: 500;
}

.bg-batik {
	background: url(../img/bg-4.png);
}

.home-page .section-3 {
	/* background: url(../img/bg-4.png); */
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-3 .slide-gallery .card {
	border-radius: 15px;
	box-shadow: 0 4px 15px var(--color-shadow);
	border: none;
	overflow: hidden;
	position: relative;
	background: var(--white);
	margin-bottom: 20px;
	padding: 10px;
	max-height: 470px !important;
	min-height: 470px !important;
}

.home-page .section-3 .slide-gallery .card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 0px 3px 12px var(--color-shadow);
}

.home-page .section-3 .slide-gallery .card .desc {
	padding: 20px;
	position: relative;
}

.home-page .section-3 .slide-gallery .card .date {
	position: absolute;
	top: -10px;
	left: 20px;
	background: var(--white);
	padding: 5px 12px;
	border-radius: 10px;
	font-size: 0.8rem;
	color: var(--color-2);
	box-shadow: 0 2px 8px var(--color-shadow);
	font-weight: 500;
}

.home-page .section-3 .slide-gallery .card .title {
	font-size: 1.3rem !important;
	font-weight: bold !important;
	color: var(--dark-grey);
	line-height: 1.4;
	margin: 15px 0 10px 0 !important;
}

.home-page .section-3 .slide-gallery .card p {
	color: var(--primary);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

.home-page .section-3 .slide-gallery .card a {
	color: var(--primary-font);
	font-weight: bold !important;
	font-weight: 500;
	text-decoration: none;
	font-size: 0.9rem;
}

.home-page .section-3 .slide-gallery .card .read-more:hover {
	color: var(--green);
	text-decoration: underline;
}

.home-page .section-3 .slide-gallery .slick-list {
	margin: auto;
	width: 91.66666667%;
}

.home-page .section-3 .slide-gallery .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-3 .slide-gallery .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-4 {
	background: url(../img/background-2.png);
	min-height: auto;
}

.home-page .section-4 .wrap-content {
	background: rgb(15 116 58 / 90%);
}

.home-page .section-4 .slide-performence {
	position: relative;
}

.home-page .section-4 .slide-performence .slick-list {
	margin: 0 75px;
	z-index: 97;
}

.home-page .section-4 .slide-performence .slick-arrow {
	top: 85px;
	border: none !important;
}

.home-page .section-4 .slide-performence .slick-arrow::before {
	color: var(--white) !important;
}

.home-page .section-4 .slide-performence .slick-prev {
	left: -10px;
}

.home-page .section-4 .slide-performence .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-4 .slide-performence .slick-next {
	right: -10px;
}

.home-page .section-4 .slide-performence .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}


.home-page .section-4 .slide-performence::after {
	content: "";
	background: var(--white);
	position: absolute;
	height: 4px;
	width: 97%;
	top: 85px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.home-page .section-4 .slide-performence .item .icon {
	height: 50px;
	width: 50px;
	position: relative;
	background: var(--green);
	border-radius: 100px;
}

.home-page .section-4 .slide-performence .item .icon img {
	width: 100%;
}

.home-page .section-4 .slide-performence .item .card {
	border-radius: 15px;
	position: relative;
}

.home-page .section-4 .slide-performence .item .card ul {
	/* height: 125px; */
	overflow: hidden;
}

.home-page .section-4 .slide-performence .item .card .show-more {
	height: 125px;
	overflow: hidden;
}

.home-page .slide-comment .btn-show {
	cursor: pointer;
}

.home-page .section-4 .slide-performence .item .card .btn-show {
	color: var(--green);
	margin-left: 20px;
	cursor: pointer;
	width: fit-content;
}

.home-page .section-4 .slide-performence .item .card .show-less {
	height: auto !important;
}

.home-page .section-4 .slide-performence .item .card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid var(--white);
	top: -20px;
	left: 20px;
}

.home-page .section-5 {
	background: var(--primary-font);
	color: var(--white);
	min-height: auto;
}

.home-page .section-6 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-6 .slide-comment {
	padding-top: 15px;
}

.home-page .section-6 .slide-comment .toggle-more {
	color: var(--green);
	cursor: pointer;
	text-decoration: none;
}

.home-page .section-6 .slide-comment .toggle-more:hover {
	text-decoration: underline;
}

.home-page .section-6 .slide-comment .slick-prev {
	left: -50px;
}

.home-page .section-6 .slide-comment .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-6 .slide-comment .slick-next {
	right: -50px;
}

.home-page .section-6 .slide-comment .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-6 .slide-comment .slick-list {
	padding-top: 50px;
	margin-top: -50px;
}

.home-page .section-6 .slide-comment .item {
	padding: 0 10px;
}

.home-page .section-6 .slide-comment .card {
	padding-top: 60px !important;
	position: relative;
	border-radius: 20px;
	min-height: 430px !important;
}

.home-page .section-6 .slide-comment .card .avatar {
	position: absolute;
	top: -50px;
	background: var(--white);
	border-radius: 100px;
	padding: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.home-page .section-6 .slide-comment .card .avatar img {
	border-radius: 100px;
}

.home-page .slide-pengurus .slick-list {
	margin: 0 -10px;
	padding: 20px 0;
}

.home-page .slide-pengurus .slick-prev {
	left: 0;
}

.home-page .slide-pengurus .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .slide-pengurus .slick-next {
	right: 0;
}

.home-page .slide-pengurus .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .slide-pengurus .card {
	min-height: 380px !important;
}

.home-page .section-7 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-7 .news .item {
	position: relative;
}

.home-page .section-7 .news .item img {
	width: 100%;
	border-radius: 15px;
	min-height: 120px;
}

.home-page .section-7 .news .item-left img {
	height: 100%;
}

.home-page .section-7 .news .item .desc {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: var(--white);
	width: 90%;
	transform: translateX(-50%);
}

.home-page .section-7 .news .item .desc a {
	color: var(--white);
}

.home-page .section-7 .news .item .title {
	color: var(--primary-font);
}

.home-page .section-partner {
	padding: 0;
	min-height: auto;
}

.home-page .section-partner .wrap-partner {
	background-color: var(--color-22);
	padding: 60px 0;
}

.home-page .section-kurikulum {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select {
	border: 2px solid var(--green);
	/* padding: 10px 20px; */
	width: 200px;
	border-radius: 5px;
	outline: none;
}

.home-page .section-kurikulum .on-dekstop {
	display: block;
}

.home-page .section-kurikulum .on-mobile {
	display: none;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 15px var(--color-shadow);
	border: none;
	padding: 6px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card-header {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: var(--white);
	text-align: center;
	font-weight: bold;
	padding: 15px;
	font-size: 1.2rem;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card-body {
	padding: 25px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .card-title {
	font-weight: bold;
	margin-bottom: 15px;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-kurikulum .on-mobile .slide-kurikulum .slick-arrow::before {
	color: var(--white);
}

@media (max-width: 767.98px) {
	.home-page .section-kurikulum .on-dekstop {
		display: none;
	}

	.home-page .section-kurikulum .on-mobile {
		display: block;
	}
}

.home-page .section-kurikulum .card {
	border-radius: 20px;
}

.home-page .section-kurikulum .card .header-tab {
	border-radius: 20px 20px 0 0;
	background: var(--grey);
	overflow: auto;
	white-space: nowrap;
}

.home-page .section-kurikulum .card .header-tab .curriculum-tab {
	display: inline-block;
	cursor: pointer;
}

.home-page .section-kurikulum .card .header-tab .curriculum-tab:first-child {
	border-top-left-radius: 20px;
}

.home-page .section-kurikulum .card .header-tab .curriculum-tab:last-child {
	border-top-right-radius: 20px;
}

.home-page .section-kurikulum .card .header-tab .active-tab {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: var(--white) !important;
}

.home-page .section-kurikulum .card .desc-curriculum {
	min-height: 400px;
}

.home-page .section-kurikulum .card .desc-curriculum .item-curriculum {
	display: none;
}

.home-page .partner-slider .slick-list {
	margin: 0 100px;
}

.home-page .partner-slider .slick-track {
	padding-top: 5%;
}

.home-page .partner-slider .partner-item {
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-page .partner-slider .kerjasama-item {
	padding: 15px;
}

.home-page .partner-slider .kerjasama-text {
	background: var(--white);
	border-radius: 20px;
	padding: 30px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid var(--color-1);
}

.home-page .partner-slider .kerjasama-text:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 45px var(--color-shadow);
	border-color: var(--green);
}

.home-page .partner-slider .kerjasama-text img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(0.2);
	transition: all 0.3s ease;
}

.home-page .partner-slider .kerjasama-text:hover img {
	filter: grayscale(0);
	transform: scale(1.05);
}

.home-page .partner-slider .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .partner-slider .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}


/* <-----------home-page-end---------> */


/* <-----------about-page---------> */

.about-page {
	margin-top: 80px;
}

.about-page .section-1 {
	background: url(../img/about/background-about.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 {
	min-height: auto;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 .visi {
	background: url(../img/about/Visi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 .misi {
	background: url(../img/about/Misi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-2 .card {
	border-radius: 20px;
}

.about-page .section-3 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-page .section-4 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.about-page .section-4 .card {
	border-radius: 15px;
}

.about-page .section-4 .card .show-more {
	height: 100px;
	overflow: hidden;
}

.about-page .section-4 .card .btn-show {
	cursor: pointer;
}

.about-page .section-4 .card .show-less {
	height: auto !important;
}

.about-page .section-4 .card img {
	border-radius: 15px 15px 0 0;
}

.home-page .section-metode-belajar {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page .section-metode-belajar .card {
	border-radius: 15px;
}

.home-page .section-metode-belajar .card .show-more {
	height: 100px;
	overflow: hidden;
}

.home-page .section-metode-belajar .card .btn-show-metode {
	cursor: pointer;
}

.home-page .section-metode-belajar .card .show-less {
	height: auto !important;
}

.home-page .section-metode-belajar .card img {
	border-radius: 15px 15px 0 0;
	height: 200px !important;
}

.about-page .section-5 {
	padding: 0;
}

.about-page .section-5 .wrap-top {
	padding: 50px;
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.about-page .section-5 .comite .item {
	width: 20%;
	transition: 0.6s;
	cursor: pointer;
}

.about-page .section-5 .comite .item img {
	width: 100%;
	filter: grayscale(100%);
}

.about-page .section-5 .comite .item .caption {
	background: var(--white);
}

.about-page .section-5 .comite .item:nth-child(even) .caption {
	background: var(--grey);
}

.about-page .section-5 .comite .item:hover img {
	filter: none;
}

.about-page .section-5 .comite .item:hover .caption {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.about-page .section-5 .caption-comite {
	background: var(--primary-font);
	color: var(--white);
	min-height: 230px;
}

.about-page .section-5 .caption-comite .captions {
	display: none;
}

.about-page .section-6 {
	background: var(--yellow);
	min-height: auto;
}

.about-page .section-7 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.about-page .section-7 .card {
	transition: 0.6s;
	border-radius: 20px;
}

.about-page .section-7 .card img {
	border-radius: 20px 20px 0 0;
}

.about-page .section-7 .card:hover {
	background: linear-gradient(90deg, var(--green-light), var(--primary-font));
	color: var(--white);
	border: none;
}

.about-page .section-7 .card:hover .btn-green {
	background: var(--white);
	color: var(--green) !important;
}

.about-page .section-7 .card .card-body {
	position: relative;
	padding: 25px;
}

.about-page .section-7 .card .card-body .location {
	position: absolute;
	top: -15px;
	right: 25px;
	background-color: var(--yellow) !important;
	color: var(--primary-font) !important;
}

.about-page .section-7 .card .card-title {
	font-size: 24px;
}

.about-page .section-7 .card .card-title .level-school {
	font-weight: 900;
}

.about-page .section-7 .card .card-title .major {
	font-weight: 500;
}

.about-page .section-8 {
	background: var(--grey);
	min-height: auto;
}

/* <-----------about-page---------> */

/* <-----------sma-page---------> */
.sma-page {
	margin-top: 80px;
}

.sma-page .section-1 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-visi-misi {
	min-height: auto;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-visi-misi .visi {
	background: url(../img/about/Visi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-visi-misi .misi {
	background: url(../img/about/Misi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-2 .on-dekstop {
	display: block;
}

.sma-page .section-2 .on-mobile {
	display: none;
}

.sma-page .section-1 img {
	width: 100%;
	border-radius: 20px;
}

.sma-page .section-2 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-2 .card {
	border-radius: 20px;
}

.sma-page .section-2 .card .header-tab {
	border-radius: 20px 20px 0 0;
	background: var(--grey);
	overflow: auto;
	white-space: nowrap;
}

.sma-page .section-2 .card .header-tab .curriculum-tab {
	/* width: 20%; */
	display: inline-block;
	cursor: pointer;
}

.sma-page .section-2 .card .header-tab .curriculum-tab:first-child {
	border-top-left-radius: 20px;
}

.sma-page .section-2 .card .header-tab .curriculum-tab:last-child {
	border-top-right-radius: 20px;
}

.sma-page .section-2 .card .header-tab .active-tab {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: var(--white) !important;
}

.sma-page .section-2 .card .desc-curriculum {
	min-height: 400px;
}

.sma-page .section-2 .card .desc-curriculum .item-curriculum {
	display: none;
}

.sma-page .section-3 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-3 .slide-program .card {
	border-radius: 20px;
}

.sma-page .section-3 .slide-program .card img {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	min-height: 240px;
}

.sma-page .section-3 .slide-program .slider-program-nav {
	margin: 0 -50px;
}

.sma-page .section-3 .slide-program .slider-program-nav .shadow-sm {
	/* border-radius: 20px; */
	padding-bottom: 20px;
}

.sma-page .section-3 .slide-program .slider-program-nav img {
	border-radius: 20px;
	filter: grayscale(1);
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center img {
	filter: grayscale(0);
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-arrow,
.sma-page .section-2 .card .desc-curriculum .slick-arrow {
	top: 40%;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-prev::before,
.sma-page .section-2 .card .desc-curriculum .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-next::before,
.sma-page .section-2 .card .desc-curriculum .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center {
	transform: scale(1.08);
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .rank {
	font-weight: bold;
	font-size: 16px;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .shadow-sm {
	position: relative;
	margin-bottom: 5px;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .shadow-sm::after {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--green-light);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
	opacity: 0.8;
}

.sma-page .section-3 .slide-program .slider-program-nav .slick-center .shadow-sm::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 35px solid var(--white);
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.sma-page .section-4 {
	padding: 0;
	min-height: auto;
}

.sma-page .section-4 .wrap-top {
	padding: 50px;
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.sma-page .section-4 .teacher .item {
	width: 20%;
	transition: 0.6s;
}

.sma-page .section-4 .teacher .item img {
	width: 100%;
	filter: grayscale(100%);
}

.sma-page .section-4 .teacher .item .caption {
	background: var(--white);
}

.sma-page .section-4 .teacher .item:nth-child(even) .caption {
	background: var(--grey);
}

.sma-page .section-4 .teacher .item:hover img {
	filter: none;
}

.sma-page .section-4 .teacher .item.slick-current img {
	filter: none;
}

.sma-page .section-4 .teacher .item:hover .caption {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.sma-page .section-4 .teacher .item.slick-current .caption {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.sma-page .section-5 {
	background: var(--primary-font);
	min-height: auto;
}

.sma-page .section-5 .slide-performence {
	position: relative;
}

.sma-page .section-5 .slide-performence .slick-list {
	margin: 0 75px;
	z-index: 97;
}

.sma-page .section-5 .slide-performence .slick-arrow {
	top: 85px;

}

.sma-page .section-5 .slide-performence .slick-arrow::before {
	color: var(--white) !important;
}

.sma-page .section-5 .slide-performence .slick-prev {
	left: -10px;
}

.sma-page .section-5 .slide-performence .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.sma-page .section-5 .slide-performence .slick-next {
	right: -10px;
}

.sma-page .section-5 .slide-performence .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}


.sma-page .section-5 .slide-performence::after {
	content: "";
	background: var(--white);
	position: absolute;
	height: 4px;
	width: 98%;
	top: 85px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.sma-page .section-5 .slide-performence .item .icon {
	background: var(--yellow);
	height: 50px;
	width: 50px;
	border-radius: 100px;
	position: relative;
}

.sma-page .section-5 .slide-performence .item .icon i {
	background: var(--green);
	padding: 3px 7px;
	border-radius: 100px;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sma-page .section-5 .slide-performence .item .icon i::before {
	color: var(--yellow);
}

.sma-page .section-5 .slide-performence .item .card {
	border-radius: 15px;
	position: relative;
}

.sma-page .section-5 .slide-performence .item .card ul {
	/* height: 125px; */
	overflow: hidden;
}

.sma-page .section-5 .slide-performence .item .card .show-more {
	height: 125px;
	overflow: hidden;
}

.sma-page .section-5 .slide-performence .item .card .show-more.show-less {
	height: auto !important;
}

.sma-page .section-5 .slide-performence .item .card .btn-show {
	color: var(--green);
	margin-left: 20px;
	cursor: pointer;
	width: fit-content;
}

.sma-page .section-5 .slide-performence .item .card .show-less p {
	height: 100px;
	overflow: hidden;
}

.sma-page .section-5 .slide-performence .item .card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid var(--white);
	top: -20px;
	left: 20px;
}

.sma-page .section-6 {
	min-height: 0;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-6 .slide-facility .item img {
	border-radius: 20px;
	margin-bottom: 10px;
}

.sma-page .section-6 .slide-facility .slick-arrow {
	top: 42%;
}

.sma-page .section-6 .slide-facility .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.sma-page .section-6 .slide-facility .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.sma-page .section-6 .slide-facility .slick-list {
	margin: 0 85px;
}

.sma-page .section-7 {
	min-height: 0;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sma-page .section-7 .alumni .card {
	border-radius: 20px;
}

.sma-page .section-7 .alumni .card .header-card {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .name {
	background: var(--primary-font);
	color: var(--white);
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .title {
	font-size: 9px;
	background: var(--yellow);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-arrow {
	top: auto;
	bottom: -23px;
	border-radius: 0;
	height: 44px;
	width: 44px;
	border: none !important;
	background: var(--green) !important;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 14px;
	opacity: 1;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 14px;
	opacity: 1;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-prev {
	border-bottom-left-radius: 20px;
}

.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-next {
	border-bottom-right-radius: 20px;
}

.sma-page .section-8 {
	min-height: auto;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding-bottom: 0 !important;
}

.sma-page .section-8 img {
	filter: grayscale(1);
}

.sma-page .section-9 {
	min-height: auto;
}

/* <-----------sma-page-end---------> */

/* <-----------work-prestation-page---------> */

.work-prestation-page {
	margin-top: 80px;
}

.work-prestation-page .section-1 {
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-2 .gallery-prestation {
	overflow: auto;
	white-space: nowrap;
}

.work-prestation-page .section-1 img {
	width: 60%;
}

.work-prestation-page .section-2 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-2 .gallery-prestation .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.work-prestation-page .section-2 .gallery-prestation .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.work-prestation-page .section-2 .gallery-prestation .item:hover .desc,
.work-prestation-page .section-2 .gallery-prestation .item-active .desc {
	transition: 0.5s;
	height: 100% !important;
}

.work-prestation-page .section-2 .gallery-prestation .item {
	cursor: pointer;
}

.work-prestation-page .section-2 .gallery-prestation img {
	width: 100%;
	height: 100%;
}

.work-prestation-page .section-2 .gallery-prestation .item .desc,
.work-prestation-page .section-2 .gallery-prestation .item-active .desc {
	position: absolute;
	bottom: 0;
	height: 0;
	width: calc(100% - 1rem);
	background: rgb(53 114 64 / 79%);
	text-align: center;
	display: flex;
	justify-content: center;
	color: var(--white);
	flex-direction: column;
	overflow: hidden;
	align-items: center;
}

.work-prestation-page .section-2 .gallery-prestation .item .desc .icon-patch,
.work-prestation-page .section-2 .gallery-prestation .item-active .desc .icon-patch {
	width: 60px;
	height: 60px;
}

.work-prestation-page .section-2 .gallery-prestation .item-2 .desc {
	width: 100%;
}

.work-prestation-page .section-2 .desc-gallery-prestation {
	padding: 50px;
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.work-prestation-page .section-2 .desc-gallery-prestation .card {
	border-radius: 20px;
	min-height: 490px;
}

.work-prestation-page .section-2 .desc-gallery-prestation .card .item-desc {
	display: none;
}

.work-prestation-page .section-2 .desc-gallery-prestation .card img {
	border-radius: 20px;
	width: 100%;
}

.work-prestation-page .section-3 {
	min-height: 0;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-3 .presentation-data .card {
	border-radius: 20px;
}

.work-prestation-page .section-3 .presentation-data .card .header-card {
	color: var(--white);
	background: var(--green);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.work-prestation-page .section-3 .presentation-data .growth .card .desc,
.work-prestation-page .section-3 .presentation-data .distribution .card .desc {
	min-height: 306px;
}

.work-prestation-page .section-3 .presentation-data .growth .card .desc img,
.work-prestation-page .section-3 .presentation-data .distribution .card .desc img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.work-prestation-page .section-3 .presentation-data .blank-green {
	background: var(--green);
	min-height: 200px;
}

.work-prestation-page .section-4 {
	background: url(../img/bg-1.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.work-prestation-page .section-4 .slide-fun-fact .slick-list {
	margin: 0 100px;
}

.work-prestation-page .section-4 .slide-fun-fact .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.work-prestation-page .section-4 .slide-fun-fact .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}


.work-prestation-page .section-4 .item .card {
	border-radius: 20px;
}

.work-prestation-page .section-4 .item .card img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

/* <-----------work-prestation-page-end---------> */



/* <-----------register-page---------> */

.register-page {
	margin-top: 80px;
}

.register-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.register-page .section-1 img {
	width: 60%;
}

.register-page .section-2 {
	min-height: auto;
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.register-page .section-2 .card {
	border-radius: 20px;
}

.register-page .section-2 .card img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.register-page .section-3 {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	min-height: auto;
}

.register-page .section-3 .slide-timeline {
	position: relative;
}

.register-page .section-3 .slide-timeline .slick-list {
	z-index: 97;
	margin: 0 75px;
}

.register-page .section-3 .slide-timeline .slick-arrow {
	top: 50px;

}

.register-page .section-3 .slide-timeline .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.register-page .section-3 .slide-timeline .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.register-page .section-3 .slide-timeline .slick-prev {
	left: -10px;
}

.register-page .section-3 .slide-timeline .slick-next {
	right: -10px;
}

.register-page .section-3 .slide-timeline::after {
	content: "";
	background: var(--white);
	position: absolute;
	height: 4px;
	width: 98%;
	top: 48px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.register-page .section-3 .slide-timeline .item .icon {
	height: 50px;
	width: 50px;
	position: relative;
}

.register-page .section-3 .slide-timeline .item .icon i {
	background: var(--primary-font);
	border-radius: 100px;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.register-page .section-3 .slide-timeline .item .icon i::before {
	color: var(--white);
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.register-page .section-3 .slide-timeline .item .card {
	border-radius: 15px;
	position: relative;
}

.register-page .section-3 .slide-timeline .item .card::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid var(--white);
	top: -20px;
	left: 20px;
}

.register-page .section-4 {
	padding: 0;
	background: var(--primary-font);
}

.register-page .section-4 .wrap-top {
	padding: 50px;
	color: var(--white);
}

.register-page .section-4 .material .item {
	width: 20%;
	transition: 0.6s;
	cursor: pointer;
}

.register-page .section-4 .material .item img {
	width: 100%;
	filter: grayscale(100%);
}

.register-page .section-4 .material .item .caption {
	background: var(--white);
}

.register-page .section-4 .material .item:nth-child(even) .caption {
	background: var(--grey);
}

.register-page .section-4 .material .item:hover img {
	filter: none;
}

.register-page .section-4 .material .item:hover .caption {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
}

.register-page .section-4 .caption-comite {
	background: var(--primary-font);
	color: var(--white);
	min-height: 230px;
}

.register-page .section-4 .caption-comite .captions {
	display: none;
}

.register-page .section-5 {
	background: url(../img/bg-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.register-page .section-5 .quotas-and-fees img {
	width: 400px;
	height: 400px;
	border-radius: 0 20px 20px 0;
}

.register-page .section-5 .quotas-and-fees .quota {
	position: absolute;
	margin-left: 300px;
	top: 180px;
	text-align: center;
}

.register-page .section-5 .quotas-and-fees .quota .card {
	width: 200px;
	height: 200px;
	border-radius: 20px;
	border: none;
}

.register-page .section-5 .quotas-and-fees .quota .card .header-card {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.register-page .section-5 .quotas-and-fees .d-flex .desc-fee {
	padding-right: 50px;
}

.register-page .section-6 {
	min-height: auto;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding-bottom: 0;
}

.register-page .section-6 img {
	filter: grayscale(1);
}

.register-page .section-7 {
	min-height: auto;
}

/* <-----------register-page-end---------> */

/* <-----------news-page---------> */

.news-page {
	margin-top: 80px;
}

.news-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-page .section-1 img {
	width: 100%;
}

.news-page .section-2 {
	background: url(../img/bg-2.png);
	background-position: left;
	background-repeat: repeat;
	background-size: contain;
}

.news-page .section-2 .slide-news .card {
	border-radius: 20px;
	position: relative;
}

.news-page .section-2 .slide-news .card img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	min-height: 450px;
}

.news-page .section-2 .slide-news .card .caption {
	background: var(--green);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: var(--white);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.news-page .section-2 .slide-news .slick-arrow {
	background: transparent;
	border: none !important;
	top: auto;
	bottom: 140px;
}

.news-page .section-2 .slide-news .slick-arrow::before {
	font-size: 40px;
}

.news-page .section-2 .slide-news .slick-prev {
	left: 50px;
}

.news-page .section-2 .slide-news .slick-next {
	right: 50px;
}

.news-page .section-2 .news-feed .item img {
	border-radius: 20px;
	width: 100%;
	/* height: 100%; */
	min-height: 145px;
}

.news-page .section-2 .news-feed .paging-news div {
	margin: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	border: 2px solid var(--green);
	cursor: pointer;
	padding: 5px 8px;
	line-height: 1;
}

.news-page .section-2 .news-feed .paging-news div:hover {
	background: var(--green);
	color: var(--white);
}

.news-page .section-2 .news-feed .paging-news .prev,
.news-page .section-2 .news-feed .paging-news .next {
	padding: 5px 6px;
}

.news-page .section-2 .news-feed .paging-news .active {
	background: var(--green);
	color: var(--white);
}

.news-page .section-2 .popular-news .number {
	color: var(--color-14);
}

.news-page .section-2 .popular-news .late-post {
	font-size: 14px;
}

.news-page .section-2 .news-topic .topic {
	border: 2px solid var(--green);
	background: var(--grey);
	padding: 5px 20px;
	margin: 5px;
	border-radius: 100px;
	display: inline-block;
	cursor: pointer;
	transition: 0.4s;
}

.news-page .section-2 .news-topic .topic:hover {
	background: var(--green);
	color: var(--white);
}

.news-page .section-2 .news-topic .active {
	background: var(--green);
	color: var(--white);
}

.news-page .section-3 {
	min-height: auto;
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-page .section-3 .news .item {
	position: relative;
}

.news-page .section-3 .news .item img {
	width: 100%;
	height: 100%;
	min-height: 130px;
	border-radius: 15px;
}

.news-page .section-3 .news .item .desc {
	position: absolute;
	bottom: 0;
	left: 50%;
	color: var(--white);
	width: 90%;
	transform: translateX(-50%);
}

/* <-----------news-page-end---------> */


/* <-----------partner-page---------> */
.partner-page {
	margin-top: 80px;
}

.partner-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.partner-page .section-1 img {
	width: 60%;
}

.partner-page .section-2 {
	background: url(../img/bg-1.png);
	background-position: right;
	background-repeat: repeat;
	background-size: cover;
}

.partner-page .section-2 .partner .card {
	border-radius: 20px;
	min-height: 150px;
	position: relative;
}

.partner-page .section-2 .partner .card .title {
	position: absolute;
	top: -25px;
	color: var(--white);
	background: var(--green);
	border-radius: 8px;
	left: 50%;
	transform: translateX(-50%);
}

.partner-page .section-2 .partner .partners-universitas .item {
	width: 19.5%;
}

.partner-page .section-2 .partner .partners-universitas .item img {
	width: 100%;
}

.partners-universitas .item {
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.partners-universitas .item:hover {
	filter: grayscale(0%);
}

.partner-page .section-3 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.partner-page .section-3 .slide-article .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.partner-page .section-3 .slide-article .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.partner-page .section-3 .slide-article .card {
	border-radius: 20px;
}

.partner-page .section-3 .slide-article .card img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.partner-page .section-3 .slide-article .slick-list {
	margin: auto;
	width: 91.66666667%;
}

/* <-----------partner-page-end---------> */

/* <-----------detail-register-page---------> */

.detail-register-page {
	margin-top: 80px;
}

.detail-register-page .section {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.detail-register-page .section-1 h1 {
	font-size: 70px;
}


.detail-register-page .section-1 .card {
	border-radius: 20px;

}

/* <-----------detail-register-page-end---------> */

/* <-----------detail-news-page--------> */

.detail-news-page {
	margin-top: 80px;
}

.detail-news-page .section-1 {
	min-height: auto;
	background: url(../img/bg-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.detail-news-page .section-1 img {
	width: 100%;
}

.detail-news-page .section-2 {
	background: url(../img/bg-2.png);
	background-position: left;
	background-repeat: repeat;
	background-size: contain;
}

.detail-news-page .section-2 .slide-news .card {
	border-radius: 20px;
	position: relative;
}

.detail-news-page .section-2 .slide-news .card img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.detail-news-page .section-2 .slide-news .card .caption {
	background: var(--primary-font);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: var(--white);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.detail-news-page .section-2 .slide-news .slick-arrow {
	background: transparent;
	border: none !important;
	top: auto;
	bottom: 140px;
}

.detail-news-page .section-2 .slide-news .slick-arrow::before {
	font-size: 40px;
}

.detail-news-page .section-2 .slide-news .slick-prev {
	left: 50px;
}

.detail-news-page .section-2 .slide-news .slick-next {
	right: 50px;
}

.detail-news-page .section-2 .news-feed .item img {
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

.detail-news-page .section-2 .news-feed .paging-news div {
	margin: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	border: 2px solid var(--green);
	cursor: pointer;
	padding: 5px 8px;
	line-height: 1;
}

.detail-news-page .section-2 .news-feed .paging-news div:hover {
	background: var(--green);
	color: var(--white);
}

.detail-news-page .section-2 .news-feed .paging-news .prev,
.detail-news-page .section-2 .news-feed .paging-news .next {
	padding: 5px 6px;
}

.detail-news-page .section-2 .news-feed .paging-news .active {
	background: var(--green);
	color: var(--white);
}

.detail-news-page .section-2 .popular-news .number {
	color: var(--color-14);
}

.detail-news-page .section-2 .popular-news .late-post {
	font-size: 14px;
}

.detail-news-page .section-2 .news-topic .topic {
	border: 2px solid var(--green);
	padding: 5px 20px;
	margin: 5px;
	border-radius: 100px;
	display: inline-block;
	cursor: pointer;
	transition: 0.4s;
}

.detail-news-page .section-2 .news-topic .topic:hover {
	background: var(--green);
	color: var(--white);
}

.detail-news-page .section-2 .news-topic .active {
	background: var(--green);
	color: var(--white);
}

/* <-----------detail-news-page-end--------> */

/* <-----------home-page-new--------> */

.main-new {
	max-width: 480px !important;
	margin: auto;
	background: var(--white);
}

.bg-grey {
	background: var(--grey);
}

.home-page-new {
	font-size: 14px;
}

.home-page-new .section-1 h1 {
	font-size: 70px;
}

.home-page-new {
	margin-top: 80px;
}

.home-page-new .section-1 {
	background: url(../img/brosur/background-home-new.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.home-page-new .section-1 .mb-5 img {
	width: 200px;
}

.home-page-new .section-1 .container {
	padding: 0 150px;
}

.home-page-new .wrap-section-1 {
	min-height: auto;
}

.home-page-new .section-2 {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.wrap-tab-radio {
	background: var(--grey);
	border-radius: 100px;
	padding: 10px;
	display: flex;
	max-width: 300px;
	margin: auto;
	overflow: auto;
	white-space: nowrap;
}

.wrap-tab-radio .tab-radio {
	border-radius: 100px;
	padding: 10px 20px;
	width: 50%;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}

.wrap-tab-radio .tab-radio:hover {
	background: var(--yellow);
}

.wrap-tab-radio .tab-radio-active {
	background: var(--yellow);
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran {
	border: 2px solid var(--grey);
	border-radius: 10px;
	box-shadow: 0px 0px 4px 3px var(--grey);
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .tanggal-register {
	display: flex;
	justify-content: center;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .btn {
	padding: 2px 20px;
	width: 100%;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio img.border-radius {
	width: 100%;
	border-radius: 10px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .dates {
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .dates .desc-date {
	margin-top: 5px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .dates .start-date .fs-4 {
	color: var(--color-12);
}

.line-vertical {
	background: var(--color-23);
	height: 59px;
	width: 10px;
	border-radius: 10px;
	margin-top: 15px;
	margin-left: 12px;
}

.home-page-new .section-3 {
	background: url(../img/brosur/background-syarat.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	color: var(--white);
	min-height: auto;
}

.home-page-new .section-3 .wrap-tab-radio .tab-radio {
	color: var(--green);

}

.home-page-new .section-3 .desc-persyaratan .item-persyaratan {
	display: none;
}

.home-page-new .section-3 .desc-persyaratan .item-persyaratan ul li .fs-small {
	font-size: 12px;
	color: var(--color-24);
}

.home-page-new .section-4 {
	min-height: auto;
}

.home-page-new .section-4 .wrap-content .img-left {
	width: 100%;
	margin-left: -150px;
	border-radius: 20px;
}

.home-page-new .section-4 .desc-seleksi {
	top: 50%;
	transform: translateY(-50%);
}

.home-page-new .section-4 .desc-seleksi .line-vertical {
	height: 50px;
	left: 12px;
}

.home-page-new .section-4 .desc-seleksi .line-vertical-2 {
	top: 180px;
}

.home-page-new .section-4 .desc-seleksi .seleksi .number {
	border: 2px solid var(--color-3);
	padding: 4px 12px;
	border-radius: 100%;
	height: 35px;
	width: 35px;
}

.c-grey-2 {
	color: var(--color-12);
}

.home-page-new .section-4 .desc-seleksi .seleksi .dropdown-akademik {
	background: var(--white);
	padding: 10px;
	width: 260px;
	border: 2px solid var(--grey);
	border-radius: 5px;
}

.home-page-new .section-5 {
	background: url(../img/brosur/background-pelaksanaan.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page-new .section-5 .observasi .border-radius {
	border-radius: 10px;
	width: 100px;
}

.home-page-new .section-5 .observasi .d-flex {
	justify-content: center;
	align-items: center;
}

.home-page-new .section-5 .observasi .announcement .text-white {
	background: var(--green);
	border-radius: 10px;
}


.home-page-new .section-6 .wrap-tab-radio .tab-radio {
	color: var(--green);
}

.home-page-new .section-6 .desc-biaya .item-biaya {
	display: none;
}

.home-page-new .total-biaya {
	border-radius: 10px;
	background: var(--grey);
	border: 2px solid var(--color-25);
}

.home-page-new .section-7 {
	background: url(../img/brosur/background-syarat.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.home-page-new .section-7 .slide-ketentuan .item-ketentuan .p-4 {
	background: var(--white);
	border-radius: 10px;
}

.home-page-new .section-7 .slick-dots li button:before {
	font-size: 20px;
	color: var(--white);
}

.home-page-new .section-8 .mekanisme .img-mekanisme {
	width: 100%;
}

.home-page-new .section-8 .mekanisme .slide-mekanisme .item-mekanisme img {
	border-radius: 10px;
}

.home-page-new .section-8 .mekanisme .desc-mekanisme {
	width: calc(100% - 100px);
}

.home-page-new .section-8 .mekanisme .desc-mekanisme div {
	word-break: break-word;
}

.home-page-new .section-8 .slick-dots li button:before {
	font-size: 20px;
	color: var(--green-light);
}

.home-page-new .section-9 {
	background: url(../img/brosur/background-daftar.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	min-height: auto;
}

.home-page-new .section-9 .btn {
	width: 300px;
}

.footer-2 {
	background: var(--primary-font);
	color: var(--white);
}

.footer-2 .phone {
	border-right: 2px solid var(--white);
}

.footer-2 .sosmed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
	justify-content: center;
}

.footer-2 .sosmed img {
	margin: 0 7px;
	width: 35px;
}

.wrap-wa-2 {
	position: sticky;
	bottom: 80px;
	font-size: 30px;
	padding: 5px 14px;
	background: var(--green-light);
	border-radius: 100px;
	width: 57px;
	float: right;
	margin-right: 15px;
}

.wrap-wa-2 .bi {
	color: var(--white);
}

.wrap-wa-2:hover .bi {
	color: var(--green);
}

.btn-white-yellow {
	border: 2px solid var(--yellow);
	border-radius: 10px;
	padding: 7px 20px;
	background: var(--white);
}

.btn-daftar {
	display: none;
	float: right;
}

.menu-mobile {
	background: var(--white);
	box-shadow: 0px 0px 10px 5px var(--color-15);
	position: fixed;
	width: 100%;
	bottom: 0;
	display: none !important;
}

.menu-mobile .item-menu {
	width: 20%;
	color: var(--primary-font);
}

.menu-mobile .item-menu img {
	width: 20px;
}

.menu-mobile .item-menu .fw-bold {
	font-size: 10px;
}

.menu-mobile .active-link {
	color: var(--green);
	transform: scaleX(1.2);
}

.back-home {
	padding: 5px;
}

.back-home i {
	font-size: 40px;
}

.gallery-page-new .container .item img {
	width: 100%;
	border-radius: 10px;
	min-width: 224px;
	min-height: 224px;
}

/* <-----------home-page-end---------> */

/* <-----------register-page-new--------> */
.register-page-new {
	font-size: 14px;
}

.register-page-new .section-1 h1 {
	font-size: 70px;
}

.register-page-new {
	margin-top: 60px;
}

.register-page-new .section-1 {
	background: url(../img/brosur/background-home-new.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.register-page-new .section-2 {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	min-height: auto;
}

.wrap-tab-radio {
	background: var(--grey);
	border-radius: 100px;
	padding: 10px;
	display: flex;
	max-width: 300px;
	margin: auto;
	overflow: auto;
	white-space: nowrap;
}

#syarat .wrap-tab-radio::-webkit-scrollbar {
	width: 5px;
	height: 2px;
}

#syarat .wrap-tab-radio::-webkit-scrollbar-thumb {
	background: var(--yellow);
}

#biaya .wrap-tab-radio::-webkit-scrollbar {
	width: 5px;
	height: 2px;
}

#biaya .wrap-tab-radio::-webkit-scrollbar-thumb {
	background: var(--green);
}

.wrap-tab-radio .tab-radio {
	border-radius: 100px;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}

.wrap-tab-radio .tab-radio:hover {
	background: var(--yellow);
}

.wrap-tab-radio .tab-radio-active {
	background: var(--yellow);
}

.register-page-new .section-2 .desc-persyaratan ul li {
	padding: 10px;
}

.register-page-new .section-3 {
	background: url(../img/brosur/background-syarat.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.register-page-new .section-3 .wrap-tab-radio .tab-radio {
	color: var(--green);
}

.register-page-new .section-3 .desc-radio .item-radio {
	display: none;
}

.register-page-new .section-3 .desc-radio .item-radio .card {
	/* color: var(--green); */
	color: var(--black);
	flex-direction: row;
}

.register-page-new .section-3 .desc-radio .item-radio .card img {
	width: 100px;
	height: 100px;
	border-radius: 10px;
}

.register-page-new .section-3 .desc-radio .item-radio .card ul li {
	padding-bottom: 10px;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item {
	border: none;
	background: transparent;
	margin-bottom: 40px;


}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track {
	min-width: 600px;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track .slick-slide {
	min-width: 300px;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .accordion-button {
	background: var(--green);
	color: var(--white);
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .accordion-button::after {
	content: " \F235";
	background-image: none;
	font-family: 'bootstrap-icons';
	height: auto;
}

.register-page-new .section-3 .desc-radio .item-radio .accordion-item .accordion-body {
	background: var(--white);
	border-radius: 10px;
	margin-top: 10px;
}

.register-page-new .section-3 .slick-dots {
	left: 50%;
	transform: translateX(-50%);
}

.register-page-new .section-3 .slick-dots li button:before {
	font-size: 20px;
	color: var(--white);
}

.register-page-new .section-4 {
	background: url(../img/brosur/background-mekanisme.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.register-page-new .section-4 .desc-seleksi .line-vertical {
	height: 50%;
}

.register-page-new .section-4 .desc-seleksi .line-vertical-2 {
	top: 180px;
}

.register-page-new .section-4 .desc-seleksi .seleksi .number {
	border: 2px solid var(--color-3);
	padding: 4px 12px;
	border-radius: 100%;
	height: 35px;
	width: 35px;
}

.register-page-new .section-4 .desc-seleksi .seleksi .fs-4 {
	color: var(--color-12);
}

.register-page-new .section-9 {
	background: url(../img/brosur/background-daftar.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	min-height: auto;
}

.register-page-new .section-9 .btn {
	width: 300px;
}

.footer-2 {
	background: var(--primary-font);
	color: var(--white);
}

.footer-2 .phone {
	border-right: 2px solid var(--white);
}

.footer-2 .sosmed {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
	justify-content: center;
}

.footer-2 .sosmed img {
	margin: 0 7px;
	width: 35px;
}

.btn-white-yellow {
	border: 2px solid var(--yellow);
	border-radius: 10px;
	padding: 7px 20px;
	background: var(--white);
}

.btn-daftar {
	display: none;
	float: right;
}

.menu-mobile {
	background: var(--white);
	box-shadow: 0px 0px 10px 5px var(--color-15);
	position: fixed;
	width: 100%;
	bottom: 0;
	display: none !important;
}

.menu-mobile .item-menu {
	width: 20%;
}

.menu-mobile .item-menu img {
	width: 20px;
}

.menu-mobile .item-menu .fw-bold {
	font-size: 10px;
}

.back-home {
	padding: 5px;
}

.back-home i {
	font-size: 40px;
}

/* <-----------home-page-end---------> */
/* <-----------home-page-new-mobile--------> */
.header-2 {
	height: 60px;
	background: var(--white);
}

.btn-daftar {
	display: block;
}

.home-page-new {
	margin-top: 60px;
}

.home-page-new .section-1 {
	min-height: auto;
}

.home-page-new .section-1 .container {
	padding: 20px !important;
}

.home-page-new .section-1 .container .btn {
	width: 80%;
}

.home-page-new .section-1 h1 {
	font-size: 30px;
	margin-top: 20px;
}

.home-page-new .section-1 h3 {
	font-size: 20px;
	margin-top: 10px;
}

.home-page-new .wrap-section-1 {
	padding: 0;
}

.home-page-new .wrap-section-1 .p-content {
	padding: 20px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran {
	border: none;
	box-shadow: none;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 {
	padding: 0 !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .ps-4 {
	padding: 0 !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .py-4 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .px-4 {
	padding-left: 10px !important;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .icon {
	width: 30px;
}

.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .fs-4 {
	margin-left: 10px !important;
}

.home-page-new .section-2 .wrap-btn a {
	width: 100% !important;
}

.line-vertical {
	left: 6px;
}

.home-page-new .section-4 .row .col-left {
	width: 35%;
	padding: 0;
}

.home-page-new .section-4 .row .col-left img {
	margin-left: -60%;
	width: 250px;
	clip-path: inset(0px 0px 0px 101px);
}

.home-page-new .section-4 .row .col-right {
	width: 65%;
}

.home-page-new .section-4 .row .col-right .ms-4 {
	margin-left: 10px !important;
}

.home-page-new .section-4 .row .col-right .fs-4 {
	font-size: 14px !important;
}

.home-page-new .section-4 .desc-seleksi {
	position: static !important;
	transform: none;
}

.home-page-new .section-4 .row .col-right .btn-dropdown-custom {
	max-width: 220px;
}

.home-page-new .section-4 .desc-seleksi .line-vertical {
	left: 24px;
	top: 100px;
}

.home-page-new .section-4 .desc-seleksi .line-vertical-2 {
	top: 220px;
}

.home-page-new .section-5 .observasi .announcement .text-white {
	padding: 15px 20px !important;
}

.home-page-new .section-6 {
	min-height: auto;
}

.home-page-new .section-6 .desc-biaya .item-biaya .icon img {
	width: 30px;
}

.home-page-new .section-6 .desc-biaya .item-biaya .ms-4 {
	margin-left: 15px !important;
}

.home-page-new .section-6 .desc-biaya .item-biaya h4 {
	font-size: 14px !important;
}


.home-page-new .total-biaya {
	padding: 15px !important;
}

.home-page-new .section-7 .slide-ketentuan .item-ketentuan {
	padding: 10px 2px !important;
}

.footer-2 {
	margin-bottom: 120px;
}

.menu-mobile {
	display: flex !important;
}

.gallery-page-new .section {
	padding: 20px 0;
}

.gallery-page-new .container #galleryImage {
	display: flex;
}

.gallery-page-new .container #galleryImage .item {
	width: 50%;
}

.register-page-new .section-1 {
	min-height: auto;
}

.register-page-new .section-1 h1 {
	font-size: 30px;
	margin-top: 20px
}

.register-page-new .section-3 .desc-radio .item-radio .card img {
	width: 70px;
	height: 70px;
}

.register-page-new .section-3 .desc-radio .item-radio .card .desc-card {
	padding-left: 15px !important;
}

.register-page-new .section-3 .desc-radio .item-radio .card h3 {
	font-size: 16px;
}

.register-page-new .section-4 .desc-seleksi .seleksi h4 {
	font-size: 16px;
}

.home-page .section-2 .slide-pendidikan .slick-prev,
.home-page .section-2 .slide-pendidikan .slick-next {
	display: none !important;
}

.home-page .section-2 .slide-pendidikan .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-2 .slide-pendidikan .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.home-page .section-2 .slide-pendidikan .slick-list {
	margin: auto;
	width: 91.66666667%;
}

/* <-----------home-page-new-mobile-end--------> */
/* -----------slide-performence responsive-----------*/
@media (max-width: 800px) {
	.home-page .section-4 .wrap-content {
		padding: 30px 15px !important;
	}

	.home-page .section-4 .slide-performence .slick-list {
		margin: 0 40px;
	}

	.home-page .section-4 .slide-performence::after {
		top: 75px;
		width: 90%;
	}

	.home-page .section-4 .slide-performence .slick-arrow {
		top: 75px;
	}

	.home-page .section-4 .slide-performence .item {
		padding: 0 10px !important;
	}

	.home-page .section-4 .slide-performence .item .card {
		margin-top: 15px;
	}
}

@media (max-width: 676px) {
	.home-page .section-4 .wrap-content {
		padding: 30px 10px !important;
	}

	.home-page .section-4 .slide-performence .slick-list {
		margin: 0 36px;
	}

	/* Garis timeline tetap tampil, sesuaikan top & width */
	.home-page .section-4 .slide-performence::after {
		top: 55px;
		width: 80%;
		display: block;
	}

	.home-page .section-4 .slide-performence .slick-arrow {
		top: 55px;
	}

	.home-page .section-4 .slide-performence .item {
		padding: 0 6px !important;
	}

	.home-page .section-4 .slide-performence .item p {
		padding: 0 10px;
	}

	.home-page .section-4 .slide-performence .item .card {
		margin-top: 10px;
		border-radius: 10px;
	}

	.home-page .section-4 .slide-performence .item .year {
		font-size: 1rem !important;
		margin-bottom: 5px !important;
	}

	.home-page .section-4 .slide-performence .item .icon {
		width: 40px !important;
		height: 40px !important;
		margin-bottom: 10px !important;
	}

	.home-page .section-6 .slide-comment .item {
		padding: 0 5px;
	}

	.home-page .section-6 .slide-comment .card {
		min-height: auto !important;
		padding-bottom: 30px;
	}
}

/* -----------slide-performence responsive end-----------*/
@media (max-width: 676px) {
	.home-page .section-3 .slide-gallery .card {
		height: auto !important;
		min-height: auto !important;
	}

	.home-page .section-3 .slide-gallery .slick-list {
		width: 100%;
	}

	.home-page .section-3 .slide-gallery .slick-prev {
		left: 0;
	}

	.home-page .section-3 .slide-gallery .slick-next {
		right: 0;
	}
}

/* mobile */
@media all and (max-width: 480px) {
	.home-page .section-3 .slide-gallery .card {
		height: auto !important;
	}

	.home-page .partner-slider .slick-list {
		margin: 0 40px;
		padding-top: 30px;
	}

	.home-page .partner-slider .partner-item {
		padding: 10px;
	}

	/* <-----------home-page-new--------> */
	.header-2 {
		height: 60px;
		background: var(--white);
	}

	.btn-daftar {
		display: block;
	}

	.home-page-new {
		margin-top: 60px;
	}

	.home-page .section-partner {
		min-height: auto;
	}

	.home-page .section-partner .wrap-partner {
		padding: 10px 0;
	}

	.home-page-new .section-1 {
		min-height: auto;
	}

	.home-page-new .section-1 .container {
		padding: 20px !important;
	}

	.home-page-new .section-1 .container .btn {
		width: 80%;
	}

	.home-page-new .section-1 h1 {
		font-size: 30px;
		margin-top: 20px;
	}

	.home-page-new .section-1 h3 {
		font-size: 20px;
		margin-top: 10px;
	}

	.home-page-new .wrap-section-1 {
		padding: 0;
	}

	.home-page-new .wrap-section-1 .p-content {
		padding: 20px;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran {
		border: none;
		box-shadow: none;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 {
		padding: 0 !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .ps-4 {
		padding: 0 !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .py-4 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-right: 0 !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .col-md-12 .px-4 {
		padding-left: 10px !important;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .icon {
		width: 30px;
	}

	.home-page-new .section-2 .desc-pendaftaran .item-radio .card-pendaftaran .fs-4 {
		margin-left: 10px !important;
	}

	.home-page-new .section-2 .wrap-btn a {
		width: 100% !important;
	}

	.line-vertical {
		left: 6px;
	}

	.home-page-new .section-4 .row .col-left {
		width: 35%;
		padding: 0;
	}

	.home-page-new .section-4 .row .col-left img {
		margin-left: -111%;
		width: 250px;
		clip-path: inset(0px 0px 0px 140px);
	}

	.home-page-new .section-4 .row .col-right {
		width: 65%;
	}

	.home-page-new .section-4 .row .col-right .ms-4 {
		margin-left: 10px !important;
	}

	.home-page-new .section-4 .row .col-right .fs-4 {
		font-size: 14px !important;
	}

	.home-page-new .section-4 .desc-seleksi {
		position: static !important;
		transform: none;
	}

	.home-page-new .section-4 .row .col-right .btn-dropdown-custom {
		max-width: 220px;
		width: auto;
	}

	.home-page-new .section-4 .desc-seleksi .line-vertical {
		left: 24px;
		top: 100px;
	}

	.home-page-new .section-4 .desc-seleksi .line-vertical-2 {
		top: 220px;
	}

	.home-page-new .section-5 .observasi .announcement .text-white {
		padding: 15px 20px !important;
	}

	.home-page-new .section-5 .observasi .border-radius {
		width: 70px;
	}

	.home-page-new .section-6 .desc-biaya .item-biaya .icon img {
		width: 30px;
	}

	.home-page-new .section-6 .desc-biaya .item-biaya .ms-4 {
		margin-left: 15px !important;
	}

	.home-page-new .section-6 .desc-biaya .item-biaya h4 {
		font-size: 14px !important;
	}


	.home-page-new .total-biaya {
		padding: 15px !important;
	}

	.home-page-new .section-7 .slide-ketentuan .item-ketentuan {
		padding: 10px 2px !important;
	}

	.footer-2 {
		margin-bottom: 120px;
	}

	.menu-mobile {
		display: flex !important;
	}

	.gallery-page-new .section {
		padding: 20px 0;
	}

	.gallery-page-new .container #galleryImage {
		display: flex;
	}

	.gallery-page-new .container #galleryImage .item {
		width: 50%;
	}

	.gallery-page-new .container .item img {
		min-width: 164px;
		min-height: 164px;
	}


	.register-page-new .section-1 {
		min-height: auto;
	}

	.register-page-new .section-1 h1 {
		font-size: 30px;
		margin-top: 20px
	}

	.register-page-new .section-3 .desc-radio .item-radio .card img {
		width: 70px;
		height: 70px;
	}

	.register-page-new .section-3 .desc-radio .item-radio .card .desc-card {
		padding-left: 15px !important;
	}

	.register-page-new .section-3 .desc-radio .item-radio .card h3 {
		font-size: 16px;
	}

	.register-page-new .section-4 .desc-seleksi .seleksi h4 {
		font-size: 16px;
	}

	/* <-----------home-page-new-end--------> */


	.breadcrumb .date-time {
		position: static;
		margin-top: 5px;
	}

	/* <-----------header-page---------> */
	.header .container-fluid {
		display: block;
	}

	.header .container-fluid .navbar-brand {
		position: absolute;
		left: 10px;
		top: 10px;
		padding: 0 !important;
	}

	.header .container-fluid .navbar-brand img {
		width: 130px;
	}

	.header .container-fluid .navbar-nav {
		margin-top: 50px;
		text-align: left;
	}

	.header .container-fluid .navbar-nav .nav-item {
		border-bottom: 1px solid var(--color-9);
	}

	.header .container-fluid .navbar-toggler {
		position: absolute;
		top: 10px;
		right: 10px;
		padding-top: 0.3125rem;
	}

	.header .container-fluid .wrap-login {
		padding: 20px;
	}

	.header .container-fluid .btn {
		display: none;
	}

	.header .container-fluid .btn.show {
		display: block !important;
	}

	.header .btn-lang {
		display: block !important;
		position: fixed;
		top: 8px;
		right: 60px;
	}

	/* <-----------header-page-end---------> */

	.section {
		padding: 40px 0px;
	}

	.section h2 {
		margin-bottom: 20px !important;
	}

	.section p {
		width: 100% !important;
	}

	/* <-----------home-page---------> */

	.home-page {
		margin-top: 55px;
	}

	.home-page .section-1 .container {
		padding: 10px;
	}

	.home-page .section-1 h1 {
		font-size: 36px;
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
	}

	.home-page .section-1 .container p {
		width: 90% !important;
	}

	.home-page .section-1 .container .btn {
		position: static;
		transform: none;
	}

	.home-page .section-1 .container .card {
		width: 70%;
		bottom: -100px;
	}

	.home-page .section-1 .container .card .features {
		justify-content: center;
	}

	.home-page .section-1 .container .card .features .col-md-4 {
		border-bottom: 1px solid var(--color-9);
		width: 80%;
	}

	.home-page .section-1 .container .card .features .col-md-4:nth-child(odd) br {
		display: none;
	}

	.home-page .section-1 .container .card .features .border-start {
		border-right: none !important;
		border-left: none !important;
	}

	.home-page .section-4 .wrap-content {
		padding: 40px 8.33333333% !important;
	}

	.home-page .section-4 .slide-performence .slick-list {
		margin: 0 40px;
	}

	.home-page .section-4 .slide-performence::after {
		width: 90%;
	}

	.home-page .section-4 .slide-performence .item {
		padding: 0 8px !important;
	}


	.home-page .section-5 .col-md-4:not(:last-child) {
		border-bottom: 1px solid var(--color-9);
	}

	.home-page .section-5 .border-start {
		border-right: none !important;
		border-left: none !important;
	}

	.home-page .section-6 .container .row {
		margin: auto !important;
	}

	.home-page .section-6 .slide-comment .slick-prev {
		left: 0;
	}

	.home-page .section-6 .slide-comment .slick-next {
		right: 0;
	}

	.home-page .section-7 .news .item {
		margin-bottom: 30px;
		padding: 0 10px !important;
	}

	.home-page .section-7 .news .item .title {
		margin: 5px 0;
	}

	.home-page .section-7 .news .item img {
		height: auto;
		margin-bottom: 20px;
	}

	.home-page .section-7 .news .item .desc {
		position: static;
		transform: initial;
		width: 100%;
		padding: 0 !important;
		color: var(--primary-font);
	}

	.home-page .section-7 .news .item .desc a {
		color: var(--primary-font);
	}

	.home-page .section-2 .p-content {
		padding: 0 20px !important;
	}

	.home-page .section-2 .slide-pendidikan .item {
		padding: 0 5px !important;
	}

	.home-page .section-2 .card .card-body {
		padding: 10px;
		padding: 15px;
	}

	.home-page .section-2 .card .card-body .location {
		font-size: 12px;
		right: 10px;
		padding: 2px 6px;
	}

	.home-page .section-2 .card .card-body .card-title {
		font-size: 16px;
	}

	.home-page .section-2 .card .card-body p {
		font-size: 12px;
	}

	.home-page .section-2 .card .btn-green {
		bottom: 15px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.home-page .section-2 .slide-pendidikan .slick-prev,
	.home-page .section-2 .slide-pendidikan .slick-next {
		display: block !important;
	}

	/* <-----------home-page-end---------> */
	.about-page .section-1 h1,
	.sma-page .section-1 h1,
	.work-prestation-page .section-1 h1,
	.register-page .section-1 h1,
	.news-page .section-1 h1,
	.partner-page .section-1 h1,
	.detail-register-page .section-1 h1 {
		font-size: 36px;
	}

	/* <-----------about-page---------> */
	.about-page {
		margin-top: 40px;
	}

	.about-page .section-1 .container .row div {
		padding: 0px 8.33333333% !important;
		text-align: center;
	}

	.about-page .section-2 .container .row .m-auto {
		padding: 0px 8.33333333% !important;
	}

	.about-page .section-2 .container .row .text-center {
		text-align: left !important;
	}

	.about-page .section-2 .container .row .fs-2 {
		font-size: 30px !important;
	}

	.about-page .section-3 {
		min-height: auto;
	}

	.about-page .section-3 .container .row iframe {
		height: 250px !important;
	}

	.about-page .section-4 .container p {
		width: 100% !important;
	}

	.about-page .section-4 .container .metode-learning .col-md-3 {
		padding: 20px 0 !important;
	}

	.home-page .section-metode-belajar .container p {
		width: 100% !important;
	}

	.home-page .section-metode-belajar .container .metode-learning .col-md-3 {
		padding: 20px 0 !important;
	}

	.about-page .section-5 .wrap-top p {
		width: 100% !important;
	}

	.about-page .section-5 .wrap-comite {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.about-page .section-5 .wrap-comite .comite {
		width: fit-content;
	}

	.about-page .section-6 .container .border-start {
		border: none !important;
		border-bottom: 1px solid var(--primary-font) !important;
		border-top: 1px solid var(--primary-font) !important;
	}

	.about-page .section-7 .container .card {
		margin-bottom: 20px;
	}

	.about-page .section-8 .row {
		margin: auto;
	}

	.about-page .section-8 .row .title {
		display: inline-block;
		vertical-align: top;
		padding-right: 5px;
	}

	.about-page .section-8 .row .desc-contact {
		display: inline-block;
		margin-top: 3px;
		text-align: left;
		padding-left: 5px;
	}

	/* <-----------about-page-end---------> */


	/* <-----------sma-page-end---------> */
	.sma-page {
		margin-top: 55px;
	}

	.sma-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.sma-page .section-1 .container .row .col-md-6 .display-mobile {
		display: block;
	}

	.sma-page .section-1 .container .row .col-md-6 img {
		display: none;
		margin-bottom: 20px;
	}

	.sma-page .section-2 .on-dekstop {
		display: none !important;
	}

	.sma-page .section-2 .on-mobile {
		display: block !important;
	}

	.sma-page .section-2 .card .desc-curriculum .item-curriculum {
		display: block !important;
	}

	.sma-page .section-2 .on-mobile .header-tab .curriculum-tab {
		display: block;
		background: linear-gradient(90deg, var(--green-light), var(--green));
		color: var(--white) !important;
	}

	.sma-page .section-2 .card .header-tab .curriculum-tab {
		padding: 10px 0 !important;
	}

	.sma-page .section-3 .slide-program .card img {
		border-radius: 20px 20px 0 0 !important;
	}

	.sma-page .section-3 .slide-program .slider-program-nav {
		margin: 0;
	}

	.sma-page .section-5 .container {
		padding: 0px 8.33333333% !important;
	}

	.sma-page .section-5 .slide-performence .slick-list {
		margin: 0;
	}

	.sma-page .section-5 .slide-performence::after {
		width: 92%;
	}

	.sma-page .section-6 .slide-facility .slick-list {
		margin: 0 30px;
	}

	.sma-page .section-7 .alumni .card {
		margin-bottom: 20px;
	}

	.sma-page .section-7 .alumni .col-md-3,
	.sma-page .section-7 .alumni .col-md-7 {
		padding: 10px !important;
	}

	.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-arrow {
		top: auto;
		bottom: -30px;
		height: 59px;
		width: 59px;
		border: none !important;
	}

	.sma-page .section-7 .alumni .card .desc .slide-alumni .title {
		font-size: 14px;
	}

	.sma-page .section-8 {
		/* text-align: center; */
		padding-bottom: 50px !important;
	}

	.sma-page .section-8 .px-5 {
		padding: 10px !important;
	}

	.sma-page .section-9 iframe {
		margin-top: 20px;
	}

	/* <-----------sma-page-end---------> */

	/* <-----------work-page---------> */
	.work-prestation-page {
		margin-top: 55px;
	}

	.work-prestation-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.work-prestation-page .section-2 .gallery-prestation {
		padding: 10px;
	}

	/* .work-prestation-page .section-2 .gallery-prestation .item-gallery:nth-child(0) {
		padding-left: 10px;
	}
	.work-prestation-page .section-2 .gallery-prestation .item-gallery:nth-child(1) {
		padding-right: 10px;
	} */

	.work-prestation-page .section-2 .gallery-prestation .m-inline-block {
		display: inline-block !important;
	}

	.work-prestation-page .section-2 .gallery-prestation .col-md-6 {
		padding: 0 !important;
		margin-bottom: 20px;
	}

	.work-prestation-page .section-2 .desc-gallery-prestation {
		padding: 50px 0px !important;
	}

	.work-prestation-page .section-2 .desc-gallery-prestation .card {
		padding: 10px 20px !important;
	}

	.work-prestation-page .section-3 .presentation-data .card {
		margin-bottom: 20px;
	}

	.work-prestation-page .section-3 .presentation-data .card .desc {
		font-size: 30px !important;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc {
		min-height: auto;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc img,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc img {
		position: static;
		transform: none;
	}

	.work-prestation-page .section-4 .slide-fun-fact .slick-list {
		margin: 0 30px !important;
	}

	.work-prestation-page .section-4 .item .card img {
		border-radius: 20px 20px 0 0 !important;
	}

	/* <-----------work-page-end---------> */

	/* <-----------register-page---------> */
	.register-page {
		margin-top: 55px;
	}

	.register-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.register-page .section-2 .container .row .col-md-8 {
		padding: 0 8.33333333%;
	}

	.register-page .section-2 .card img {
		border-radius: 20px 20px 0 0;
	}

	.register-page .section-3 .slide-timeline .slick-prev {
		left: 0 !important;
	}

	.register-page .section-3 .slide-timeline .slick-list {
		margin: 0 30px !important;
	}

	.register-page .section-3 .slide-timeline .slick-next {
		right: 0 !important;
	}

	.register-page .section-3 .slide-timeline::after {
		width: 87%;
	}

	.register-page .section-4 .wrap-material {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.register-page .section-4 .wrap-material .material {
		width: fit-content;
	}

	.register-page .section-5 .quotas-and-fees .d-flex {
		flex-direction: column;
		padding: 20px 8.33333333%;
	}

	.register-page .section-5 .quotas-and-fees img {
		width: 100%;
		height: 100%;
		border-radius: 20px !important;
	}

	.register-page .section-5 .quotas-and-fees .quota {
		transform: translateX(-50%);
		bottom: -100px;
		margin-left: 0;
		left: 50%;
	}

	.register-page .section-5 .quotas-and-fees .quota .fs-1 {
		font-style: 30px !important;
	}

	.register-page .section-5 .quotas-and-fees .d-flex .desc-fee {
		margin-top: 45%;
		padding-bottom: 0 !important;
		padding-right: 0 !important;
	}

	.register-page .section-6 {
		text-align: center;
	}

	.register-page .section-6 .px-5 {
		padding: 0 10px !important;
	}

	.register-page .section-7 iframe {
		margin-top: 20px;
	}

	/* <-----------register-page-end---------> */

	/* <-----------news-page---------> */
	.news-page {
		margin-top: 55px;
	}

	.news-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.news-page .section-2 .slide-news .card .caption {
		padding: 10px 20px !important;
	}

	.news-page .section-2 .slide-news .slick-arrow {
		bottom: 125px !important;
	}

	.news-page .section-2 .slide-news .slick-prev {
		left: 20px !important;
	}

	.news-page .section-2 .slide-news .slick-next {
		right: 20px !important;
	}

	.news-page .section-2 .slide-news .card img {
		min-height: 300px !important;
	}

	.news-page .section-2 .ps-3,
	.news-page .section-2 .pe-3 {
		padding: 10px !important;
	}

	.news-page .section-2 .popular-news .item,
	.detail-news-page .section-2 .popular-news .item {
		margin: auto;
		display: flex;
		flex-wrap: nowrap;
		text-decoration: none;
		color: var(--primary-font);
	}

	.news-page .section-2 .popular-news .item .col-md-2,
	.detail-news-page .section-2 .popular-news .item .col-md-2 {
		padding-left: 0;
		width: 50px;
	}

	.news-page .section-2 .popular-news .item .col-md-10,
	.detail-news-page .section-2 .popular-news .item .col-md-10 {
		width: calc(100% - 50px);
	}

	.news-page .section-2 .news-feed .item .col-md-4 {
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item {
		padding: 10px !important;
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item img {
		min-height: 300px;
	}

	.news-page .section-3 .news .item .col-md-4 {
		margin-bottom: 20px;
	}

	/* <-----------news-page-end---------> */

	/* <-----------partner-page---------> */
	.partner-page {
		margin-top: 55px;
	}

	.partner-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
		text-align: center;
	}

	.partner-page .section-2 .container {
		padding: 0 8.33333333%;
	}

	.partner-page .section-2 .partner .card .title {
		font-size: 16px !important;
		font-weight: bold;
	}

	.partner-page .section-2 .partner .partners-universitas .item {
		width: 100%;
	}

	/* <-----------partner-page-end---------> */

	/* <-----------footer---------> */
	.footer {
		text-align: center;
	}

	.footer .container .col-md-6 {
		display: block !important;
	}

	.footer .phone {
		border: none;
	}

	.footer .sosmed {
		justify-content: center;
	}

	/* <-----------footer---------> */

	/* <-----------detail-register-page---------> */
	.detail-news-page,
	.detail-register-page {
		margin-top: 55px;
	}

	.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track {
		min-width: 770px;
	}

	.register-page-new .section-3 .desc-radio .item-radio .accordion-item .slick-track .slick-slide {
		min-width: 385px;
	}

}

/* //on mobile landscape */
@media all and (min-width:481px) and (max-width:740px) {}

/* //on tablet */
@media all and (min-width:741px) and (max-width:1023px) {
	.breadcrumb .date-time {
		position: static;
		margin-top: 5px;
	}

	/* <-----------header-page---------> */
	.header .container-fluid {
		display: block;
	}

	.header .col-md-8 {
		width: 100% !important;
	}

	.header .container-fluid .navbar-brand {
		position: absolute;
		left: 10px;
		top: 10px;
		padding: 0 !important;
	}

	.header .container-fluid .navbar-brand img {
		width: 130px;
	}

	.header .container-fluid .navbar-nav {
		margin-top: 50px;
		text-align: left;
	}

	.header .container-fluid .navbar-nav .nav-item {
		border-bottom: 1px solid var(--color-9);
	}

	.header .container-fluid .navbar-toggler {
		position: absolute;
		top: 10px;
		right: 10px;
		padding-top: 0.3125rem;
	}

	.header .container-fluid .wrap-login {
		padding: 20px;
	}

	.header .container-fluid .btn {
		display: none;
	}

	.header .container-fluid .btn.show {
		display: block !important;
	}

	.header .btn-lang {
		display: block !important;
		position: fixed;
		top: 8px;
		right: 60px;
	}

	.header .dropdown-menu-end {
		/* display: block !important;
		position: fixed; */
		top: 8px !important;
		left: 480px !important;
		width: fit-content !important;
	}

	/* <-----------header-page-end---------> */

	.section {
		padding: 40px 0px;
		min-height: auto !important;
	}

	.section h2 {
		margin-bottom: 20px !important;
	}

	.section p {
		width: 100% !important;
	}

	/* <-----------home-page---------> */

	.home-page {
		margin-top: 55px;
	}

	.home-page .section-1 {
		min-height: 400px !important;
	}

	.home-page .section-1 .container {
		padding: 10px;
	}

	.home-page .section-1 h1 {
		font-size: 36px;
		width: 80%;
		margin: auto;
		margin-bottom: 20px;
	}

	.home-page .section-1 .container p {
		width: 90% !important;
	}

	.home-page .section-1 .container .btn {
		position: static;
		transform: none;
	}

	.home-page .section-1 .container .card {
		width: 85%;
		bottom: -50px;
	}

	.home-page .section-4 .wrap-content {
		padding: 40px 8.33333333% !important;
	}

	.home-page .section-4 .slide-performence .slick-list {
		margin: 0 35px;
	}

	/* Garis timeline tetap tampil di semua ukuran layar */
	.home-page .section-4 .slide-performence::after {
		top: 60px;
		width: 85%;
		display: block;
	}

	/* Sembunyikan dot timeline icon di tengah garis */
	.home-page .section-4 .slide-performence .slick-arrow {
		top: 60px;
	}

	.home-page .section-4 .slide-performence .item {
		padding: 0 6px !important;
	}

	.home-page .section-4 .slide-performence .item .card {
		margin-top: 10px;
	}

	.count {
		font-size: 50px !important;
	}

	.home-page .section-5 .border-start {
		border-right: none !important;
		border-left: none !important;
	}

	.home-page .section-6 .container .row {
		margin: auto !important;
	}

	.home-page .section-6 .slide-comment .slick-prev {
		left: 0;
	}

	.home-page .section-6 .slide-comment .slick-next {
		right: 0;
	}

	.home-page .section-7 .news .item {
		margin-bottom: 30px;
		padding: 0 10px !important;
	}

	.home-page .section-7 .news .item .title {
		margin: 5px 0;
	}

	.home-page .section-7 .news .item.col-md-6 img {
		min-height: 300px;
		height: auto;
		margin-bottom: 20px;
	}

	.home-page .section-7 .news .item .desc {
		top: 70px;
		padding: 20px !important;
	}

	.home-page .section-7 .news .item .col-md-4 img {
		min-height: 100px;
		height: auto;
		margin-bottom: 20px;
	}

	/* <-----------home-page-end---------> */
	.about-page .section-1 h1,
	.sma-page .section-1 h1,
	.work-prestation-page .section-1 h1,
	.register-page .section-1 h1,
	.news-page .section-1 h1,
	.partner-page .section-1 h1,
	.detail-register-page .section-1 h1 {
		font-size: 36px;
	}

	/* <-----------about-page---------> */
	.about-page {
		margin-top: 40px;
	}

	.about-page .section-2 .container .row .text-center {
		text-align: left !important;
	}

	.about-page .section-2 .container .row .fs-2 {
		font-size: 30px !important;
	}

	.about-page .section-3 {
		min-height: auto;
	}

	.about-page .section-3 .container .row iframe {
		height: 250px !important;
	}

	.about-page .section-4 .container p {
		width: 100% !important;
	}

	.about-page .section-4 .container .metode-learning .col-md-3 {
		padding: 10px !important;
	}

	.home-page .section-metode-belajar .container p {
		width: 100% !important;
	}

	.home-page .section-metode-belajar .container .metode-learning .col-md-3 {
		padding: 10px !important;
	}

	.about-page .section-5 .wrap-top p {
		width: 100% !important;
	}

	.about-page .section-5 .wrap-comite {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.about-page .section-5 .wrap-comite .comite {
		width: fit-content;
	}

	.about-page .section-7 .container .card {
		margin-bottom: 20px;
	}


	.about-page .section-8 .row {
		margin: auto;
	}

	.about-page .section-8 .row .col-md-2 {
		width: 33.3333% !important;
	}

	/* <-----------about-page-end---------> */


	/* <-----------sma-page-end---------> */
	.sma-page {
		margin-top: 55px;
	}


	.sma-page .section-1 .container .row .col-md-6 img {
		display: block;
		margin-bottom: 20px;
	}

	.sma-page .section-1 .container .row .col-md-6 .display-mobile {
		display: none !important;
	}

	.sma-page .section-2 .card .header-tab .curriculum-tab {
		padding: 10px !important;
	}

	.sma-page .section-5 .container {
		padding: 0px 8.33333333% !important;
	}

	.sma-page .section-5 .slide-performence .slick-list {
		margin: 0;
	}

	.sma-page .section-5 .slide-performence::after {
		width: 92%;
	}

	.sma-page .section-6 .slide-facility .slick-list {
		margin: 0 30px;
	}

	.sma-page .section-7 .alumni {
		flex-wrap: wrap;
		justify-content: center;
	}

	.sma-page .section-7 .alumni .diagram-alumni {
		width: 75%;
	}

	.sma-page .section-7 .alumni .top-alumni {
		width: 50%;
	}

	.sma-page .section-7 .alumni .card {
		margin-bottom: 20px;
	}


	.sma-page .section-7 .alumni .card .desc .slide-alumni .slick-arrow {
		top: auto;
		bottom: -30px;
		height: 59px;
		width: 59px;
		border: none !important;
	}

	.sma-page .section-7 .alumni .card .desc .slide-alumni .title {
		font-size: 14px;
	}



	.sma-page .section-8 .px-5 {
		padding: 0px 20px !important;
	}

	.sma-page .section-8 .py-5 {
		padding: 0 10px 10px 0px !important;
	}

	.sma-page .section-9 iframe {
		margin-top: 20px;
	}

	/* <-----------sma-page-end---------> */

	/* <-----------work-page---------> */
	.work-prestation-page {
		margin-top: 55px;
	}

	.work-prestation-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.work-prestation-page .section-2 .desc-gallery-prestation .card {
		min-height: 380px;
	}

	.work-prestation-page .section-3 .presentation-data .card {
		margin-bottom: 20px;
	}

	.work-prestation-page .section-3 .presentation-data .card .desc {
		font-size: 30px !important;
	}

	.work-prestation-page .section-3 .presentation-data .number-alumni {
		width: 50%;
		order: 1;
	}

	.work-prestation-page .section-3 .presentation-data .blank-green {
		display: none;
	}

	.work-prestation-page .section-3 .presentation-data .distribution {
		order: 2;
		width: 50%;
	}

	.work-prestation-page .section-3 .presentation-data .growth {
		width: 100% !important;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc {
		min-height: auto;
	}

	.work-prestation-page .section-3 .presentation-data .growth .card .desc img,
	.work-prestation-page .section-3 .presentation-data .distribution .card .desc img {
		position: static;
		transform: none;
	}

	.work-prestation-page .section-4 .slide-fun-fact .slick-list {
		margin: 0 30px !important;
	}

	.work-prestation-page .section-4 .item .card .p-5 {
		padding: 20px !important;
	}

	/* <-----------work-page-end---------> */

	/* <-----------register-page---------> */
	.register-page {
		margin-top: 55px;
	}

	.register-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.register-page .section-2 .container .row .m-auto {
		padding: 0 8.33333333%;
		width: 100%;
	}

	.register-page .section-3 .slide-timeline .slick-prev {
		left: 0 !important;
	}

	.register-page .section-3 .slide-timeline .slick-list {
		margin: 0 30px !important;
	}

	.register-page .section-3 .slide-timeline .slick-next {
		right: 0 !important;
	}

	.register-page .section-3 .slide-timeline::after {
		width: 90%;
	}

	.register-page .section-4 .wrap-material {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}

	.register-page .section-4 .wrap-material .material {
		width: fit-content;
	}

	.register-page .section-5 .quotas-and-fees .d-flex {
		padding: 50px 8.33333333% 100px 8.33333333%;
	}

	.register-page .section-5 .quotas-and-fees img {
		width: 100%;
		height: 100%;
		border-radius: 20px !important;
	}

	.register-page .section-5 .quotas-and-fees .quota {
		transform: translateX(-50%);
		bottom: -100px;
		margin-left: 0;
		left: 50%;
	}

	.register-page .section-5 .quotas-and-fees .quota .fs-1 {
		font-style: 30px !important;
	}

	.register-page .section-5 .quotas-and-fees .d-flex .desc-fee {
		padding: 0 0px 0 30px !important;
	}

	.register-page .section-6 {
		text-align: center;
	}

	.register-page .section-6 .px-5 {
		padding: 0 10px !important;
	}

	.register-page .section-7 iframe {
		margin-top: 20px;
	}

	/* <-----------register-page-end---------> */

	/* <-----------news-page---------> */
	.news-page {
		margin-top: 55px;
	}

	.news-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.news-page .section-2 .slide-news .card .caption {
		padding: 10px 20px !important;
	}

	.news-page .section-2 .slide-news .slick-arrow {
		bottom: 125px !important;
	}

	.news-page .section-2 .slide-news .slick-prev {
		left: 20px !important;
	}

	.news-page .section-2 .slide-news .slick-next {
		right: 20px !important;
	}

	.news-page .section-2 .slide-news .card img {
		min-height: 300px !important;
	}

	.news-page .section-2 .ps-3,
	.news-page .section-2 .pe-3 {
		padding: 10px !important;
		width: 100% !important;
	}

	.news-page .section-2 .p-content .row div:nth-child(3) {
		order: 2;
	}

	.news-page .section-2 .popular-news .item,
	.detail-news-page .section-2 .popular-news .item {
		margin: auto;
		display: flex;
		flex-wrap: nowrap;
		text-decoration: none;
		color: var(--primary-font);
	}

	.news-page .section-2 .popular-news .item .col-md-2,
	.detail-news-page .section-2 .popular-news .item .col-md-2 {
		padding-left: 0;
		width: 50px;
	}

	.news-page .section-2 .popular-news .item .col-md-10,
	.detail-news-page .section-2 .popular-news .item .col-md-10 {
		width: calc(100% - 50px);
	}

	.news-page .section-2 .news-feed .item .col-md-4 {
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item {
		padding: 10px !important;
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item .desc {
		top: 70px;
		padding: 20px !important;
	}

	.news-page .section-3 .news .item img {
		min-height: 300px;
		height: auto;
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item .col-md-4 {
		margin-bottom: 20px;
	}

	.news-page .section-3 .news .item .col-md-4 img {
		min-height: 100px;
		height: auto;
		margin-bottom: 20px;
	}

	/* <-----------news-page-end---------> */

	/* <-----------partner-page---------> */
	.partner-page {
		margin-top: 55px;
	}

	.partner-page .section-1 .container .row .col-md-6 {
		padding: 10px !important;
	}

	.partner-page .section-2 .container {
		padding: 0 8.33333333%;
	}

	.partner-page .section-2 .partner .card .title {
		font-size: 16px !important;
		font-weight: bold;
	}

	.partner-page .section-2 .partner .partners-universitas .item {
		width: 32%;
	}

	/* <-----------partner-page-end---------> */

	/* <-----------detail-register-page---------> */
	.detail-news-page,
	.detail-register-page {
		margin-top: 55px;
	}
}

/* //on tablet landscape */
@media all and (min-width:1023px) and (max-width:1365px) {}

/* dekstop */
@media all and (min-width:1366px) {}

/* Layanan Umum Page */
.layanan-umum-page .breadcrumb {
	background: none;
	padding: 20px 0;
}

.layanan-umum-page .breadcrumb-item a {
	color: var(--primary-font);
	text-decoration: none;
}

.layanan-umum-page .breadcrumb-item.active {
	color: var(--green-light);
}

.layanan-umum-page .qa-icon {
	padding: 12px 15px;

}

.layanan-umum-page .qa-icon img {
	height: 40px;
}

.layanan-umum-page .qa-meta {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: var(--color-2);
}

.layanan-umum-page .like-and-views {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
}

.layanan-umum-page .like-and-views i {
	color: var(--green);
	font-size: 26px;
}

.layanan-umum-page .like-and-views .like-count {
	color: var(--green);
	font-size: 30px;
	line-height: 1;
}

.layanan-umum-page .like-and-views .view-count {
	color: var(--color-5);
}

/* Layanan Umum Styles */
.layanan-umum-page .filter-section {
	margin-bottom: 40px;
}

.layanan-umum-page .filter-dropdown {
	border: 2px solid var(--color-3);
	border-radius: 10px;
	padding: 5px 15px;
	background: var(--white);
	margin-right: 15px;
	min-width: 200px;
	font-size: 14px !important;
}

.layanan-umum-page .btn-ask {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: var(--white);
	border: none;
	border-radius: 15px;
	padding: 15px 33px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	font-weight: bold;
}

.layanan-umum-page .qa-item {
	padding: 25px;
	margin-bottom: 20px;
	position: relative;
}

.layanan-umum-page .qa-question {
	color: var(--primary-font);
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4;
}

.layanan-umum-page .qa-answer {
	color: var(--primary-font);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 15px;
	padding-top: 0;
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	padding-left: 50px;
}

.layanan-umum-page .qa-expand {
	background: var(--green);
	color: var(--white);
	border: none;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.layanan-umum-page .qa-item .wrap-line hr {
	height: 2px;
	width: 88%;
	margin: auto;
}

.layanan-umum-page .qa-item .wrap-line .line-mobile {
	width: 0;
	margin: 0;
}

.layanan-umum-page .qa-answer.show {
	min-height: 150px;
	max-height: 100%;
	transition: all 0.4s ease-in-out;
}

.layanan-umum-page .answer-profile .profile-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 32%);

}

.layanan-umum-page .answer-header .ustadz-name {
	color: var(--primary-font);
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.layanan-umum-page .answer-header .ustadz-title {
	color: var(--green);
	font-size: 0.9rem;
	font-weight: 500;
}

.layanan-umum-page .answer-content {
	margin-top: 15px;
}

.layanan-umum-page .answer-content p {
	color: var(--primary-font);
	line-height: 1.6;
	margin-bottom: 0;
}

.layanan-umum-page .toggle-more {
	color: var(--green);
	font-weight: 100;
	cursor: pointer;
}

.layanan-umum-page .toggle-more:hover {
	text-decoration: underline;
}

/* Layanan Umum Mobile Responsive */
@media (max-width: 768px) {
	.layanan-umum-page .qa-section {
		padding: 5px;
	}

	.layanan-umum-page .p-content {
		padding: 0;
	}

	.layanan-umum-page .filter-dropdown {
		margin-right: 10px;
		margin-bottom: 10px;
		min-width: 150px;
		font-size: 0.9rem;
		padding: 8px 12px;
	}

	.layanan-umum-page .btn-ask {
		padding: 15px 30px;
		font-size: 16px;
		width: 100%;
	}

	.layanan-umum-page .qa-item {
		padding: 0px;
	}

	.layanan-umum-page .qa-question {
		font-size: 1rem;
		margin-bottom: 10px;
		width: 70%;
	}

	.layanan-umum-page .qa-meta {
		font-size: 10px;
	}

	.layanan-umum-page .like-and-views .like-count {
		font-size: 14px;
	}

	.layanan-umum-page .like-and-views i {
		font-size: 14px;
	}

	.layanan-umum-page .answer-profile .profile-img {
		width: 60px;
		height: 60px;
	}

	.layanan-umum-page .answer-header .ustadz-name {
		font-size: 1rem;
	}

	.layanan-umum-page .answer-content {
		font-size: 0.9rem;
	}

	.layanan-umum-page .wrap-line {
		align-items: flex-end;
	}

	.layanan-umum-page .qa-expand {
		position: relative;
		bottom: -6px;
	}
}

@media (max-width: 480px) {
	.home-page .section-alumni {
		padding: 100px 0px;
	}

	.layanan-umum-page .filter-dropdown {
		width: 100%;
		margin-right: 0;
	}

	.layanan-umum-page .qa-icon {
		padding: 8px 8px 10px 5px;
	}

	.layanan-umum-page .qa-icon img {
		height: 30px;
	}

	.layanan-umum-page .qa-answer {
		padding-left: 10px;
		margin: 0;
	}

	.layanan-umum-page .qa-item .wrap-line hr,
	.layanan-umum-page .qa-item .wrap-line .line-mobile {
		width: 40%;
		margin: 10px;
	}

	.layanan-umum-page .like-and-views {
		position: absolute;
		right: 10px;
		top: 6px;
	}
}

/* Ask Question Modal Styles */
.ask-modal {
	border-radius: 20px;
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.modal-logo {
	height: 80px;
}

@media (min-width: 576px) {
	.modal-dialog-layanan {
		max-width: 50%;
	}
}

.modal-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--primary-font);
	margin-bottom: 5px;
}

.modal-subtitle {
	color: var(--color-16);
	font-size: 0.9rem;
	margin-bottom: 0;
}

.modal-input {
	border: 2px solid var(--color-3);
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 1rem;
	background: var(--color-4);
}

.modal-input:focus {
	border-color: var(--green-light);
	box-shadow: none;
	background: var(--white);
}

.modal-textarea {
	border: 2px solid var(--color-3);
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 1rem;
	background: var(--color-4);
	resize: none;
}

.modal-textarea:focus {
	border-color: var(--green-light);
	box-shadow: none;
	background: var(--white);
}

.modal-checkbox-label {
	color: var(--green);
	font-size: 0.9rem;
	margin-left: 8px;
}

.form-check-input:checked {
	background-color: var(--green);
	border-color: var(--green);
}

.modal-submit-btn {
	background: var(--green);
	color: var(--white);
	border: none;
	border-radius: 15px;
	padding: 15px;
	font-size: 1.1rem;
	font-weight: 600;
}

.modal-submit-btn:hover {
	background: var(--green-light);
	color: var(--white);
}

/* Alumni Page */
.register-alumni-page .textarea-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	/* atau sesuai ukuran textarea */
}

.register-alumni-page .textarea-wrapper textarea {
	width: 100%;
	padding-bottom: 24px;
	/* beri ruang untuk counter agar tidak tumpang tindih teks */
	box-sizing: border-box;
	font-size: 1rem;
}

.register-alumni-page .char-counter {
	position: absolute;
	bottom: 6px;
	right: 10px;
	font-size: 0.7rem;
	color: var(--color-5);
	pointer-events: none;
}

.alumni-page .section-1 {
	background: url(../img/home/background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.alumni-page .section-1 h1 {
	font-size: 70px;
}

.alumni-page .section-2 {
	background: url(../img/bg-4.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.alumni-page .section-2 .card-jumlah-alumni {
	height: 150px;
	width: 100%;
}

.alumni-page .section-2 .card-diagram-pie .desc {
	position: relative;
	height: 250px;
}

.alumni-page .section-2 .card-diagram-pie .desc img {
	max-width: 92%;
	max-height: 200px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.alumni-page .section-2 .card-diagram-line .desc {
	position: relative;
	height: 416px;
}

.alumni-page .section-2 .card-diagram-line .desc img {
	max-height: 350px;
	max-width: 92%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.alumni-page .section-3 {
	background: url(../img/bg-3.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.alumni-page .section-4 {
	background: var(--primary-font);
	min-height: auto !important;
}

.alumni-page .section-4 .slick-initialized .slick-slide {
	display: flex;
}

.alumni-page .section-5 {
	background: var(--color-4);
}

.alumni-page .section-6 {
	background: var(--white);
}

.alumni-stats-card {
	border: none;
	box-shadow: 0 4px 20px var(--color-shadow);
	border-radius: 20px;
	padding: 2rem;
}

.alumni-chart-card {
	border: none;
	box-shadow: 0 4px 20px var(--color-shadow);
	border-radius: 20px;
}

.alumni-profile-card {
	border: none;
	box-shadow: 0 4px 20px var(--color-shadow);
	border-radius: 20px;
	transition: transform 0.3s ease;
}

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

.news-card {
	border: none;
	box-shadow: 0 4px 20px var(--color-shadow);
	border-radius: 20px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

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

.news-card .card-img-top {
	height: 200px;
	object-fit: cover;
}

.footer {
	background: var(--color-26);
}

.alumni-page .section-4 .testimonial-avatar img {
	width: 170px;
	height: 170px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.alumni-page .section-4 .testimonial-avatar {
		text-align: center;
		margin-bottom: 2rem;
	}

	.alumni-page .section-4 .testimonial-content {
		padding-left: 0;
		text-align: center;
	}
}

.alumni-page .section-1 .alumni .card,
.alumni-page .section-2 .alumni .card {
	border-radius: 20px;
}

.alumni-page .section-1 .alumni .card .header-card,
.alumni-page .section-2 .alumni .card .header-card {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.alumni-page .section-1 .alumni .card .desc .slide-alumni .name,
.alumni-page .section-2 .alumni .card .desc .slide-alumni .name {
	background: var(--primary-font);
	color: var(--white);
}

.alumni-page .section-1 .alumni .card .desc .slide-alumni .title,
.alumni-page .section-2 .alumni .card .desc .slide-alumni .title {
	font-size: 9px;
	background: var(--yellow);
}

.alumni-page .alumni-card {
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 4px 20px var(--color-shadow);
	overflow: hidden;
	transition: transform 0.3s ease;
	height: 100%;
}

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

.alumni-page .alumni-card:hover .btn-overlay {
	visibility: visible !important;
}

.alumni-page .alumni-card:hover .alumni-info {
	transform: translateY(-40px);

}

.alumni-page .alumni-card .alumni-photo {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	height: 75%;
	transition: transform 0.3s ease;

}

.alumni-page .alumni-card .alumni-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;

}

.alumni-page .alumni-card .alumni-info {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding: 15px;
	text-align: center;
	transition: transform 0.3s ease;

}

.alumni-page .alumni-card .alumni-info .btn-overlay {
	visibility: hidden;
	padding: 5px;
	width: 60%;
	margin: auto;
	font-size: 10px;
}

.alumni-page .alumni-card .alumni-name {
	color: var(--white);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}

.alumni-page .alumni-card .alumni-profession {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}

@media (max-width: 768px) {
	.alumni-page .alumni-card .alumni-photo {
		height: 250px;
	}

	.alumni-page .alumni-card .alumni-name {
		font-size: 12px;
	}

	.alumni-page .alumni-card .alumni-profession {
		font-size: 10px;
	}

	.alumni-page .section-4 {
		background: linear-gradient(90deg, var(--green-light), var(--green));
	}

	.alumni-page .section-4 .testimonial-avatar img {
		margin: auto;
		border-radius: 20px !important;
		box-shadow: 0 20px 40px var(--color-shadow);
	}

	.alumni-page .section-1 .alumni .card,
	.alumni-page .section-2 .alumni .card {
		margin-bottom: 20px;
	}

	.alumni-page .section-1 .alumni .card .desc .slide-alumni .slick-arrow,
	.alumni-page .section-2 .alumni .card .desc .slide-alumni .slick-arrow {
		top: auto;
		bottom: -30px;
	}

	.alumni-page .section-1 .alumni .card .desc .slide-alumni .title,
	.alumni-page .section-2 .alumni .card .desc .slide-alumni .title {
		font-size: 14px;
	}

	.alumni-page .section-2 .alumni .card-jumlah-alumni .desc {
		font-size: 50px !important;
	}

	.alumni-page .section-3 .paging-data-alumni {
		display: none !important;
	}
}

.section-3 .slide-data-alumni-mobile .slick-prev::before,
.alumni-page .section-prestasi .slide-prestasi .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.section-3 .slide-data-alumni-mobile .slick-next::before,
.alumni-page .section-prestasi .slide-prestasi .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.alumni-page .section-3 .paging-data-alumni div {
	margin: 3px;
	width: 30px;
	height: 30px;
	border: 2px solid var(--grey);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.alumni-page .section-3 .paging-data-alumni div:hover {
	background: var(--green);
	color: var(--white);
}

.alumni-page .section-3 .paging-data-alumni .prev,
.alumni-page .section-3 .paging-data-alumni .next {
	padding: 5px 6px;
}

.alumni-page .section-3 .paging-data-alumni .active {
	background: var(--green);
	color: var(--white);
}

.alumni-page .section-prestasi {
	background: var(--grey);
	min-height: auto;

}

.alumni-page .section-prestasi .slide-prestasi .item {
	padding: 20px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-card {
	border: none;
	border-radius: 25px;
	box-shadow: 0 8px 25px var(--color-shadow);
	overflow: hidden;
	margin: auto;
	background: var(--white);
	flex-direction: row;
	width: 85%;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-card .btn {
	width: 300px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-content {
	padding: 40px 40px 40px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-title {
	color: var(--green);
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.alumni-page .section-prestasi .slide-prestasi .prestasi-desc {
	color: var(--color-2);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.alumni-page .section-prestasi .slide-prestasi .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.alumni-page .section-prestasi .slide-prestasi .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.alumni-page .section-6 .slide-new .card {
	border-radius: 15px;
	box-shadow: 0 4px 15px var(--color-shadow);
	border: none;
	overflow: hidden;
	position: relative;
	background: var(--white);
	margin-bottom: 20px;
}

.alumni-page .section-6 .slide-new .card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
}

.alumni-page .section-6 .slide-new .card .desc {
	padding: 20px;
	position: relative;
}

.alumni-page .section-6 .slide-new .card .date {
	position: absolute;
	top: -10px;
	left: 20px;
	background: var(--white);
	padding: 5px 12px;
	border-radius: 10px;
	font-size: 0.8rem;
	color: var(--color-2);
	box-shadow: 0 2px 8px var(--color-shadow);
	font-weight: 500;
}

.alumni-page .section-6 .slide-new .card .title {
	font-size: 1.3rem !important;
	font-weight: bold !important;
	color: var(--dark-grey);
	line-height: 1.4;
	margin: 15px 0 10px 0 !important;
}

.alumni-page .section-6 .slide-new .card p {
	color: var(--green);
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

.alumni-page .section-6 .slide-new .card a {
	color: var(--primary-font);
	font-weight: bold !important;
	font-weight: 500;
	text-decoration: none;
	font-size: 0.9rem;
}

.alumni-page .section-6 .slide-new .card .read-more:hover {
	color: var(--green);
	text-decoration: underline;
}

.alumni-page .section-6 .slide-new .slick-list {
	margin: auto;
	width: 91.66666667%;
}

.alumni-page .section-6 .slide-new .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.alumni-page .section-6 .slide-new .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

/* Login Alumni Page */
.login-alumni-page {
	margin-top: 80px;
}

.login-alumni-page .login-section {
	min-height: calc(100vh - 80px);
	position: relative;
}

.login-alumni-page .login-bg {
	background: url('../img/login-page.png') center/cover no-repeat;
	position: relative;
	min-height: calc(100vh - 80px);
}

.login-alumni-page .login-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
}

.login-alumni-page .login-form-container {
	background: var(--grey);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 80px);
	position: relative;
	padding: 100px;
}

.login-alumni-page .login-form-wrapper {
	width: 100%;
	padding: 20px;
}

.login-alumni-page .login-form-card {
	background: var(--white);
	border-radius: 25px;
	padding: 40px 30px;
	box-shadow: 0 20px 40px var(--color-shadow);
}

.login-alumni-page .login-logo {
	height: 80px;
	margin-bottom: 10px;
}

.login-alumni-page .login-title {
	color: var(--green);
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.login-alumni-page .login-subtitle {
	color: var(--color-16);
	font-size: 0.9rem;
	margin-bottom: 30px;
}

.login-alumni-page .login-input {
	border: 2px solid var(--color-3);
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 0.95rem;
	transition: all 0.3s ease;
}

.login-alumni-page .login-input:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 0.2rem rgba(15, 116, 58, 0.25);
}

.login-alumni-page .login-input::placeholder {
	color: var(--color-9);
}

.login-alumni-page .password-toggle {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: var(--color-9);
	font-size: 1.1rem;
}

.login-alumni-page .btn {
	border: 2px solid var(--color-3);
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 0.95rem;
	transition: all 0.3s ease;
}

.login-alumni-page .remember-label {
	color: var(--green);
	font-size: 0.9rem;
}

.login-alumni-page .forgot-link {
	color: var(--green);
	text-decoration: none;
	font-size: 0.9rem;
}

.login-alumni-page .forgot-link:hover {
	color: var(--green-light);
	text-decoration: underline;
}

.login-alumni-page .register-btn {
	background: rgba(100, 190, 122, 0.3);
	color: var(--green);
	border: 2px solid rgba(100, 190, 122, 0.5);
	border-radius: 15px;
	padding: 15px;
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.login-alumni-page .register-btn:hover {
	background: rgba(100, 190, 122, 0.5);
	border-color: var(--green-light);
}

.login-alumni-page .magz-circle {
	width: 80px;
	height: 80px;
	background: var(--green);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 0.8rem;
	font-weight: bold;
}

.login-alumni-page .magz-circle i {
	font-size: 1.5rem;
	margin-bottom: 2px;
}

@media (max-width: 991px) {
	.login-alumni-page .login-bg {
		display: none;
	}

	.login-alumni-page .login-form-container {
		background: url('../img/home/background.png') center/cover no-repeat;
		position: relative;
		padding: 10px;
	}

	.login-alumni-page .login-logo {
		height: 60px;
		margin-bottom: 5px;
	}

	.login-alumni-page .login-form-container::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../img/login-page.png') center/cover no-repeat;
	}

	.login-alumni-page .login-form-wrapper {
		position: relative;
		z-index: 2;
		padding: 0;
	}
}

@media (max-width: 576px) {
	.login-alumni-page .login-form-card {
		padding: 30px 20px;
		margin: 20px;
	}

	.login-alumni-page .login-title {
		font-size: 1.5rem;
	}

	.login-alumni-page .magz-circle {
		width: 60px;
		height: 60px;
	}

	.login-alumni-page .magz-circle i {
		font-size: 1.2rem;
	}
}

/* End Login Alumni Page */

/* Register Alumni Page */
.register-alumni-page .form-container {
	max-width: 1000px;
	margin: 120px auto;
	background: var(--white);
	border-radius: 15px;
	box-shadow: 0 5px 20px var(--color-shadow);
}

.register-alumni-page .profile-upload {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: var(--color-6);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	cursor: pointer;
	position: relative;
}

.register-alumni-page .profile-upload i {
	font-size: 40px;
	color: var(--color-5);
}

.register-alumni-page .form-label {
	font-weight: 600;
	color: var(--primary-font);
	margin-bottom: 8px;
}

.register-alumni-page .form-control {
	border: 2px solid var(--color-3);
	border-radius: 10px;
	padding: 12px 15px;
	font-size: 14px;
}

.register-alumni-page .form-control:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 0.2rem rgba(15, 116, 58, 0.25);
}

.register-alumni-page .education-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--color-8);
	border-radius: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.register-alumni-page #educationList {
	border: 2px solid var(--color-3);
	border-radius: 10px;
	font-size: 14px;
	padding: 50px;
}

.register-alumni-page .education-item:last-child {
	margin-bottom: 0;
}

.register-alumni-page .education-item h6 {
	color: var(--primary-font);
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}

.register-alumni-page .education-item p {
	color: var(--color-2);
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 1.4;
}

.register-alumni-page .btn-add {
	background: transparent;
	border: none;
	font-weight: bold;
}

.register-alumni-page .btn-register {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	color: var(--white);
	border: none;
	border-radius: 15px;
	padding: 20px 50px;
	margin: 30px auto 0;
	display: block;
	width: 250px;
	font-size: 18px;
}

.register-alumni-page .btn-register:hover {
	background: var(--green);
	color: var(--white);
}

.register-alumni-page .navbar {
	background: var(--white) !important;
	box-shadow: 0 2px 10px var(--color-shadow);
}

.register-alumni-page .navbar-brand img {
	height: 40px;
}

.register-alumni-page .nav-link {
	color: var(--primary-font) !important;
	font-weight: 500;
}

.register-alumni-page .btn-login {
	background: var(--green-light);
	color: var(--white);
	border: none;
	border-radius: 25px;
	padding: 8px 20px;
}

@media (max-width: 768px) {
	.register-alumni-page #alumniForm {
		padding: 20px;
	}
}

/* Detail Alumni Page */
.detail-alumni-page .section-1 {
	min-height: auto;
	padding-bottom: 0;
}

.detail-alumni-page .section-2 {
	padding: 0 !important;
	min-height: auto;
}

.detail-alumni-page .breadcrumb {
	background: none;
	padding: 20px 0;
}

.detail-alumni-page .breadcrumb-item a {
	color: var(--primary-font);
	text-decoration: none;
}

.detail-alumni-page .breadcrumb-item.active {
	color: var(--green-light);
}

.detail-alumni-page .hero-section {
	background: url(../img/bg-alumni.png);
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	color: var(--white);
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.detail-alumni-page .hero-section .alumni-photo {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.detail-alumni-page .alumni-info h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.detail-alumni-page .alumni-info p {
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.detail-alumni-page .quote-section {
	border-left: 4px solid white;
	padding-left: 40px;
	margin-top: 20px;
}

.detail-alumni-page .quote-text {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

.detail-alumni-page .quote-author {
	font-size: 0.9rem;
	opacity: 0.9;
}

.detail-alumni-page .yellow-bar {
	background: var(--yellow);
	height: 20px;
	width: 100%;
}

.detail-alumni-page .data-alumni-section {
	padding: 60px 0;
	background: var(--color-4);
}

.detail-alumni-page .section-title {
	text-align: center;
	color: var(--primary-font);
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 50px;
}

.detail-alumni-page .alumni-card {
	background: var(--white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 15px var(--color-shadow);
	margin: 0 10px;
	transition: transform 0.3s ease;
}

.detail-alumni-page .alumni-card:hover {
	transform: translateY(-5px);
}

.detail-alumni-page .alumni-card-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.detail-alumni-page .alumni-card-footer {
	background: var(--green);
	color: var(--white);
	padding: 15px;
	text-align: center;
}

.detail-alumni-page .alumni-card-name {
	font-weight: 600;
	margin-bottom: 5px;
}

.detail-alumni-page .alumni-card-profession {
	font-size: 0.9rem;
	opacity: 0.9;
}

.detail-alumni-page .carousel-control-prev,
.detail-alumni-page .carousel-control-next {
	width: 50px;
	height: 50px;
	background: var(--green);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.detail-alumni-page .carousel-control-prev {
	left: -25px;
}

.detail-alumni-page .carousel-control-next {
	right: -25px;
}

.detail-alumni-page .navbar {
	background: var(--white) !important;
	box-shadow: 0 2px 10px var(--color-shadow);
}

.detail-alumni-page .navbar-brand img {
	height: 40px;
}

.detail-alumni-page .nav-link {
	color: var(--primary-font) !important;
	font-weight: 500;
}

.detail-alumni-page .btn-login {
	background: var(--green-light);
	color: var(--white);
	border: none;
	border-radius: 25px;
	padding: 8px 20px;
}

.detail-alumni-page footer {
	background: var(--green);
	color: var(--white);
	padding: 40px 0;
}

.detail-alumni-page .footer-logo {
	height: 60px;
}

.detail-alumni-page .social-icons a {
	color: var(--white);
	font-size: 24px;
	margin: 0 10px;
	text-decoration: none;
}

.detail-alumni-page .slide-data-alumni {
	padding: 20px 0;
}

.detail-alumni-page .slide-data-alumni .slick-list {
	margin: 0 75px;
}

.detail-alumni-page .slide-data-alumni .slick-track {
	padding: 10px 0;
}

.detail-alumni-page .slide-data-alumni .slick-prev::before {
	content: '\f284';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.detail-alumni-page .slide-data-alumni .slick-next::before {
	content: '\f285';
	font-family: "bootstrap-icons" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--green);
	color: var(--white);
	border-radius: 50%;
	font-size: 20px;
	opacity: 1;
}

.detail-alumni-page .slide-data-alumni .alumni-card {
	background: linear-gradient(90deg, var(--green-light), var(--green));
	border-radius: 20px;
	box-shadow: 0 4px 20px var(--color-shadow);
	overflow: hidden;
	transition: transform 0.3s ease;
	height: 100%;
	margin: 0 10px;
}

.detail-alumni-page .slide-data-alumni .alumni-card:hover {
	transform: translateY(-5px);
}

.detail-alumni-page .slide-data-alumni .alumni-card:hover .btn-overlay {
	visibility: visible !important;
}

.detail-alumni-page .slide-data-alumni .alumni-card:hover .alumni-info {
	transform: translateY(-40px);
}

.detail-alumni-page .slide-data-alumni .alumni-photo {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(90deg, var(--green-light), var(--green));
	height: 83%;
	transition: transform 0.3s ease;
}

.detail-alumni-page .slide-data-alumni .alumni-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.detail-alumni-page .slide-data-alumni .alumni-info {
	color: var(--white);
	background: linear-gradient(90deg, var(--green-light), var(--green));
	padding: 15px;
	text-align: center;
	transition: transform 0.3s ease;
}

.detail-alumni-page .slide-data-alumni .alumni-info .btn-overlay {
	visibility: hidden;
	padding: 5px;
	width: 70%;
	margin: auto;
	font-size: 10px;
}

.detail-alumni-page .slide-data-alumni .alumni-name {
	color: var(--white);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}

.detail-alumni-page .slide-data-alumni .alumni-profession {
	color: rgba(255, 255, 255, 0.8);
	font-size: 12px;
}

.detail-alumni-page .section-profile {
	margin-top: 10%;
}

@media (max-width: 768px) {
	.detail-alumni-page .slide-data-alumni .item {
		padding: 10px;
	}

	.detail-alumni-page .slide-data-alumni .alumni-photo {
		height: 250px;
	}

	.detail-alumni-page .slide-data-alumni .alumni-name {
		font-size: 12px;
	}

	.detail-alumni-page .slide-data-alumni .alumni-profession {
		font-size: 10px;
	}

	.detail-alumni-page .yellow-bar {
		height: 0;
		background: transparent;
	}

	/* Detail Alumni Page Mobile Responsive */
	.detail-alumni-page .section-2 .hero-section {
		padding: 30px 0;
	}

	.detail-alumni-page .section-2 .hero-section .col-md-4 {
		margin-bottom: 20px;
		display: inline-block;
		width: 50%;
	}

	.detail-alumni-page .section-2 .hero-section .alumni-photo {
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}

	.detail-alumni-page .section-2 .alumni-info {
		display: inline-block;
		width: 50%;
	}

	.detail-alumni-page .section-2 .alumni-info .title {
		font-size: 1.2rem;
	}

	.detail-alumni-page .section-2 .alumni-info p {
		font-size: 0.9rem;
	}

	.detail-alumni-page .section-2 .quote-section {
		border-left: none;
		border-top: 4px solid white;
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}

	.detail-alumni-page .section-2 .quote-section .title {
		font-size: 1.2rem;
	}

	.detail-alumni-page .section-2 .quote-text {
		font-size: 0.9rem;
	}

	.detail-alumni-page .section-2 .quote-author {
		font-size: 0.8rem;
	}

	.detail-alumni-page .data-alumni-section {
		padding: 40px 0;
	}

	.detail-alumni-page .section-title {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}

	.detail-alumni-page .slide-data-alumni .slick-list {
		margin: 0 30px;
	}

	.detail-alumni-page .section-profile {
		margin-top: 20%;
	}
}

@media (max-width: 480px) {

	/* Detail Alumni Page Extra Small Mobile */
	.detail-alumni-page .section-2 .hero-section {
		padding: 20px 0;
	}

	.detail-alumni-page .section-2 .hero-section .alumni-photo {
		width: 150px;
		height: 150px;
	}

	.detail-alumni-page .section-2 .alumni-info .title {
		font-size: 1rem;
	}

	.detail-alumni-page .section-2 .alumni-info p {
		font-size: 0.8rem;
	}

	.detail-alumni-page .section-2 .quote-section .title {
		font-size: 1rem;
	}

	.detail-alumni-page .section-2 .quote-text {
		font-size: 0.8rem;
	}

	.detail-alumni-page .section-title {
		font-size: 1.3rem;
	}

	.detail-alumni-page .slide-data-alumni .slick-list {
		margin: 0 15px;
	}
}

/* Detail Berita Alumni Styles */
.detail-news-alumni .article-image {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
	margin-bottom: 30px;
}

.detail-news-alumni .article-title {
	font-size: 2.5rem;
	font-weight: bold;
	color: var(--primary-font);
	margin-bottom: 20px;
	line-height: 1.2;
}

.detail-news-alumni .article-content {
	color: var(--primary-font);
	font-size: 1.1rem;
	line-height: 1.8;
	text-align: justify;
}

.detail-news-alumni .popular-item {
	display: flex;
	margin-bottom: 20px;
	padding: 15px;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	color: inherit;
}

.detail-news-alumni .popular-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px var(--color-shadow);
	color: inherit;
}

.detail-news-alumni .popular-number {
	font-size: 2rem;
	font-weight: bold;
	color: var(--color-8);
	min-width: 50px;
}

.detail-news-alumni .popular-image {
	width: 200px;
	height: 150px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 15px;
}

.detail-news-alumni .popular-content h6 {
	font-size: 1rem;
	font-weight: bold;
	color: var(--primary-font);
	margin-bottom: 5px;
	line-height: 1.3;
}

.detail-news-alumni .popular-content p {
	font-size: 0.85rem;
	color: var(--color-2);
	margin-bottom: 5px;
	line-height: 1.4;
}

.detail-news-alumni .popular-content .read-more {
	font-size: 0.8rem;
	color: var(--green);
	font-weight: bold;
}

/* Detail Berita Alumni Mobile Responsive */
@media (max-width: 768px) {
	.detail-news-alumni .article-image {
		height: 200px;
		margin-bottom: 20px;
	}

	.detail-news-alumni .article-title {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	.detail-news-alumni .article-content {
		font-size: 1rem;
		line-height: 1.6;
	}

	.detail-news-alumni .popular-item {
		flex-direction: column;
		text-align: center;
		padding: 10px;
	}

	.detail-news-alumni .popular-image {
		width: 100%;
		height: 150px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.detail-news-alumni .popular-number {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
}

@media (max-width: 768px) {
	.alumni-page .section-4 .testimonial-avatar {
		text-align: center;
		margin-bottom: 2rem;
	}

	.alumni-page .section-4 .testimonial-content {
		padding-left: 0;
		text-align: center;
	}

	.alumni-page .section-2 .card-diagram-line .desc {
		height: 250px;
	}

	.alumni-page .section-prestasi .slide-prestasi .prestasi-content {
		padding: 10px !important;
	}

	.alumni-page .section-4 .slide-testimonial-alumni .item {
		flex-direction: column;
	}

	.alumni-page .section-prestasi .slide-prestasi .prestasi-card {
		text-align: center;
		flex-wrap: wrap;
	}

	.alumni-page .section-prestasi .slide-prestasi .prestasi-card .col-md-8 {
		width: 100% !important;
	}

	.alumni-page .section-prestasi .slide-prestasi .prestasi-title {
		font-size: 16px !important;
	}

	.alumni-page .section-prestasi .slide-prestasi .prestasi-card .btn {
		width: 70% !important;
		margin: auto;
		display: block;
		font-size: 12px;
	}

	.alumni-page .section-prestasi .slide-prestasi .prestasi-desc {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 480px) {
	.alumni-page .alumni-card .alumni-info {
		padding-top: 10px;
		padding-bottom: 0px;
	}

	.alumni-page .section-1 h1 {
		font-size: 45px;
	}

	.detail-news-alumni .article-title {
		font-size: 1.5rem;
	}

	.detail-news-alumni .article-content {
		font-size: 0.9rem;
	}

	.detail-news-alumni .popular-item {
		margin-bottom: 15px;
	}

	.detail-news-alumni .popular-image {
		height: 120px;
	}
}

.kerjasama-item {
	margin-bottom: 30px;
	/* ubah nilai sesuai kebutuhan (misal 50px untuk lebih lebar) */
}

/* --- Semantic Layout Components --- */

/* Feature Bar */
.feature-bar {
	display: flex;
	justify-content: space-around;
	background: var(--white);
	padding: 25px;
	border-radius: 20px;
	box-shadow: 0 10px 40px var(--color-shadow);
	width: calc(100% - 30px);
	max-width: 1000px;
	margin: -60px auto 0;
	position: relative;
	z-index: 100;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1;
	justify-content: center;
	padding: 0 20px;
}

.feature-item:not(:last-child) {
	border-right: 1px solid var(--color-1);
}

.feature-icon img {
	width: 60px;
	height: 60px;
}

.feature-text a {
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--primary-font);
	line-height: 1.2;
}

@media (max-width: 767px) {
	.feature-bar {
		flex-direction: column;
		gap: 20px;
	}

	.feature-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid var(--color-1);
		padding-bottom: 20px;
	}
}

/* Curriculum Section */
.curriculum-container {
	background: var(--white);
	border-radius: 25px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-top: 30px;
}

.curriculum-tabs {
	display: flex;
	background: var(--color-27);
	border-bottom: 1px solid var(--color-1);
}

.tab-item {
	flex: 1;
	padding: 20px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	transition: 0.3s;
	color: var(--color-2);
}

.tab-item.active {
	background: var(--white);
	color: var(--green-light);
	border-bottom: 3px solid var(--green-light);
}

.curriculum-view {
	padding: 50px;
}

.grid-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.grid-layout.align-center {
	align-items: center;
}

.info-pane h3,
.info-pane h4 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: var(--primary-font);
}

.info-pane p {
	line-height: 1.7;
	color: var(--color-7);
}

.img-responsive {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
}

@media (max-width: 991px) {
	.grid-layout {
		grid-template-columns: 1fr;
	}

	.curriculum-view {
		padding: 30px 20px;
	}
}

/* Learning Methods Section */
.methods-container {
	padding: 40px 0;
}

.methods-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.card-shadow {
	background: var(--white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.card-shadow:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px var(--color-shadow);
}

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

.card-shadow .card-body {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.method-title {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--primary-font);
}

.method-desc {
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--color-2);
	margin-bottom: 20px;
}

.btn-toggle-metode {
	margin-top: auto;
	color: var(--green-light);
	font-weight: 700;
	cursor: pointer;
	text-decoration: underline;
}

/* Stats Section */
.stats-section {
	background: var(--primary-font);
	color: var(--white);
	padding: 60px 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.stats-item {
	padding: 20px;
}

.stats-number {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 10px;
	color: var(--green-light);
}

.stats-label {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.border-sides {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
	.stats-grid {
		grid-template-columns: 1fr;
	}

	.border-sides {
		border-left: none;
		border-right: none;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
}

/* Gallery Section */
.gallery-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.gallery-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.gallery-desc {
	padding: 25px;
}

.gallery-date {
	font-size: 0.8rem;
	color: var(--color-5);
	margin-bottom: 10px;
}

.gallery-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--primary-font);
}

/* Site Footer */
.site-footer {
	background: var(--color-28);
	/* Darker more professional teal-black */
	color: var(--white);
	padding: 100px 0 40px;
	position: relative;
	overflow: hidden;
}

.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--green), transparent);
}

.footer-top {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-bottom: 50px;
}

.footer-logo {
	text-align: center;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 60px;
	align-items: flex-start;
}

.footer-links-group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.footer-col h4 {
	font-size: 1rem;
	margin-bottom: 25px;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}

.footer-col h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--green);
}

.footer-col a {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 0.95rem;
}

.footer-col a:hover {
	color: var(--green-light);
	transform: translateX(8px);
}

.footer-social {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 50px 0;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--white);
	border-radius: 50%;
	font-size: 1.3rem;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social a:hover {
	background: var(--green);
	color: var(--white);
	transform: translateY(-8px) rotate(360deg);
	border-color: var(--green);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	margin-top: 50px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.9rem;
}

@media (max-width: 991px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-links-group {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.footer-links-group {
		grid-template-columns: 1fr;
	}
}

/* Modern Custom Dropdown */
.custom-dropdown {
	position: relative;
	display: inline-block;
	min-width: 150px;
	z-index: 100;
}

.dropdown-selected {
	background: var(--white);
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid var(--color-8);
	color: var(--primary-font);
	font-weight: 600;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.dropdown-selected:hover {
	border-color: var(--green-light);
	box-shadow: 0 8px 25px var(--color-shadow);
}

.dropdown-selected::after {
	content: '\F285';
	/* Bootstrap icons chevron down */
	font-family: 'bootstrap-icons' !important;
	font-size: 0.8rem;
	margin-left: 10px;
	transition: 0.3s;
}

.custom-dropdown.open .dropdown-selected::after {
	transform: rotate(180deg);
}

.dropdown-options {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	background: var(--white);
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	display: none;
	min-width: 100%;
	animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.custom-dropdown.open .dropdown-options {
	display: block;
}

.option-item {
	padding: 12px 20px;
	cursor: pointer;
	transition: 0.3s;
	color: var(--color-13);
}

.option-item:hover {
	background: var(--color-4);
	color: var(--green-light);
	padding-left: 25px;
}

.option-item.active {
	background: var(--green-light);
	color: var(--white);
}

/* Section Pengurus Mobile Fix */
@media (max-width: 800px) {
	.home-page .slide-pengurus .card {
		min-height: auto !important;
		padding-bottom: 20px;
	}
}

/* Alumni Page */
.alumni-page {
	margin-top: 85px;
	padding-bottom: 80px;
}

/* Hero Alumni */
.alumni-page .alumni-hero {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://alhikmahsby.s3.ap-southeast-1.amazonaws.com/images/MetodeBelajar/MetodeBelajar_3.jpg');
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-align: center;
}

.alumni-page .alumni-hero h1 {
	font-size: 3.5rem;
	font-weight: 900;
	text-transform: uppercase;
}

/* Stats Alumni */
.alumni-page .alumni-stats {
	margin-top: -60px;
	position: relative;
	z-index: 5;
}

.alumni-page .alumni-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	background: var(--white);
	padding: 40px;
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.alumni-page .stat-card {
	text-align: center;
	border-right: 1px solid var(--color-1);
}

.alumni-page .stat-card:last-child {
	border-right: none;
}

.alumni-page .stat-card h2 {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--accent-green);
	margin-bottom: 5px;
}

.alumni-page .stat-card p {
	font-size: 0.9rem;
	color: var(--color-2);
	text-transform: uppercase;
	font-weight: 700;
}

/* Card Grid - Sync with Arsip Style */
.alumni-page .alumni-grid {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 30px;
}

.alumni-page .alumni-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--color-6);
	height: 100%;
}

.alumni-page .alumni-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.alumni-page .card-img-wrap {
	position: relative;
	height: 230px;
	overflow: hidden;
}

.alumni-page .card-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.alumni-page .alumni-card:hover .card-img-wrap img {
	transform: scale(1.1);
}

.alumni-page .card-year-label {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--green-light);
	color: var(--white);
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 3;
}

.alumni-page .card-body {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.alumni-page .card-meta {
	display: flex;
	gap: 15px;
	font-size: 0.85rem;
	color: var(--color-17);
	margin-bottom: 15px;
}

.alumni-page .alumni-name {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--color-29);
	margin-bottom: 12px;
	line-height: 1.4;
}

.alumni-page .alumni-status {
	color: var(--color-2);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
}

/* Section Title */
.alumni-page .section-header {
	text-align: center;
	margin-top: 80px;
}

.alumni-page .section-header h2 {
	font-size: 2.2rem;
	font-weight: 800;
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	.alumni-page .alumni-stats-grid {
		grid-template-columns: 1fr 1fr;
	}

	.alumni-page .stat-card:nth-child(2) {
		border-right: none;
	}

	.alumni-page .alumni-hero h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 640px) {
	.alumni-page .alumni-stats-grid {
		grid-template-columns: 1fr;
	}

	.alumni-page .stat-card {
		border-right: none;
		border-bottom: 1px solid var(--color-1);
		padding-bottom: 20px;
	}

	.alumni-page .stat-card:last-child {
		border-bottom: none;
	}

	.alumni-page .alumni-grid {
		padding: 0 20px;
	}

	.alumni-page .alumni-hero h1 {
		font-size: 2rem;
	}
}

/* Archive Pages */
.archive-page {
	margin-top: 85px;
	padding-bottom: 80px;
}

/* Hero Section Archive */
.archive-page .archive-hero {
	background: linear-gradient(135deg, var(--green) 0%, var(--color-30) 100%);
	padding: 80px 0;
	color: var(--white);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.archive-page .archive-hero-content {
	position: relative;
	z-index: 2;
}

.archive-page .archive-hero h1 {
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 15px;
}

.archive-page .archive-hero p {
	font-size: 1.1rem;
	opacity: 0.9;
	max-width: 600px;
	margin: 0 auto 30px;
}

/* Modern Search Bar */
.archive-page .search-container {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.archive-page .search-container input {
	width: 100%;
	padding: 18px 30px 18px 60px;
	border-radius: 50px;
	border: none;
	font-size: 1.1rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	outline: none;
	transition: 0.3s;
}

.archive-page .search-container i {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-5);
	font-size: 1.4rem;
}

/* Filter Section */
.archive-page .archive-filters {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.archive-page .filter-btn {
	padding: 10px 25px;
	background: var(--white);
	border-radius: 50px;
	color: var(--color-7);
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid var(--color-1);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.archive-page .filter-btn:hover,
.filter-btn.active {
	background: var(--green);
	color: var(--white);
	border-color: var(--green);
	transform: translateY(-3px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Card Grid */
.archive-page .post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 30px;
	padding: 20px 0;
}

.archive-page .archive-card {
	background: var(--white);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--card-shadow);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	flex-direction: column;
	border: 1px solid var(--color-6);
	height: 100%;
}

.archive-page .archive-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--card-hover-shadow);
}

.archive-page .card-img-wrap {
	position: relative;
	height: 230px;
	overflow: hidden;
}

.archive-page .card-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.archive-page .archive-card:hover .card-img-wrap img {
	transform: scale(1.1);
}

.archive-page .card-category {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--green);
	color: var(--white);
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 3;
}

.archive-page .card-body {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.archive-page .card-meta {
	display: flex;
	gap: 15px;
	font-size: 0.85rem;
	color: var(--color-17);
	margin-bottom: 15px;
}

.archive-page .card-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.archive-page .card-title {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--primary-font);
	margin-bottom: 15px;
	line-height: 1.4;
	transition: 0.3s;
}

.archive-page .archive-card:hover .card-title {
	color: var(--green);
}

.archive-page .card-excerpt {
	color: var(--color-2);
	font-size: 1rem;
	margin-bottom: 25px;
	line-height: 1.6;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.archive-page .card-footer {
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--color-18);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.archive-page .read-more-link {
	font-weight: 700;
	color: var(--primary-font);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
}

.archive-page .read-more-link i {
	transition: 0.3s;
}

.archive-page .archive-card:hover .read-more-link i {
	transform: translateX(5px);
	color: var(--green);
}

/* Pagination */
.archive-page .archive-pagination {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.archive-page .page-num {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border-radius: 12px;
	color: var(--color-7);
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	border: 1px solid var(--color-1);
}

.archive-page .page-num:hover,
.page-num.active {
	background: var(--green);
	color: var(--white);
	border-color: var(--green);
}

@media (max-width: 768px) {
	.archive-page .archive-hero h1 {
		font-size: 2.2rem;
	}

	.archive-page .post-grid {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}

	.archive-page .archive-filters {
		padding: 0 15px;
	}
}

/* Gallery Page */
.gallery-page {
	margin-top: 85px;
	padding-bottom: 80px;
}

/* Hero Gallery */
.gallery-page .gallery-hero {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/backgroundmi.png');
	background-size: cover;
	background-position: center;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-align: center;
}

.gallery-page .gallery-hero h1 {
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Filters */
.gallery-page .gallery-filters {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 50px 0 30px;
	flex-wrap: wrap;
}

.gallery-page .gallery-filter-btn {
	padding: 10px 25px;
	background: var(--color-4);
	border-radius: 50px;
	font-weight: 700;
	color: var(--color-7);
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid var(--color-1);
}

.gallery-page .gallery-filter-btn:hover,
.gallery-filter-btn.active {
	background: var(--accent-green);
	color: var(--white);
	border-color: var(--accent-green);
}

/* Gallery Grid */
.gallery-page .gallery-grid {
	columns: 3 300px;
	column-gap: 20px;
	padding: 20px 0;
}

.gallery-page .gallery-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: 0.4s;
	cursor: pointer;
}

.gallery-page .gallery-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}

.gallery-page .gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 116, 58, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.4s;
	color: var(--white);
	padding: 20px;
	text-align: center;
}

.gallery-page .gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-page .gallery-item:hover img {
	transform: scale(1.1);
}

.gallery-page .gallery-overlay i {
	font-size: 2rem;
	margin-bottom: 10px;
}

.gallery-page .gallery-overlay h4 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.gallery-page .gallery-overlay p {
	font-size: 0.85rem;
	opacity: 0.9;
}

@media (max-width: 768px) {
	.gallery-page .gallery-hero h1 {
		font-size: 2rem;
	}

	.gallery-page .gallery-filters {
		padding: 0 20px;
	}

	.gallery-page .gallery-grid {
		columns: 1;
		padding: 0 20px;
	}
}

/* Contact Page */
.contact-page {
	margin-top: 85px;
	padding-bottom: 80px;
}

/* Hero Section */
.contact-page .contact-hero {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/backgroundmi.png');
	background-size: cover;
	background-position: center;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-align: center;
}

.contact-page .contact-hero h1 {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contact-page .contact-hero p {
	font-size: 1.2rem;
	opacity: 0.9;
}

/* Main Content Grid */
.contact-page .contact-wrapper {
	margin-top: -60px;
	position: relative;
	z-index: 5;
}

.contact-page .contact-container {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 40px;
	background: var(--white);
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

/* Info Sidebar */
.contact-page .contact-info-panel {
	background: var(--accent-green);
	padding: 60px;
	color: var(--white);
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.contact-page .contact-info-panel h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact-page .info-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.contact-page .info-icon {
	margin-top:20px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	transition: 0.3s;
	flex-shrink: 0;
}

.contact-page .info-item:hover .info-icon {
	background: var(--white);
	color: var(--accent-green);
	transform: scale(1.1);
}

.contact-page .info-text h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 5px;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-page .info-text p {
	font-size: 1.1rem;
	margin: 0;
	line-height: 1.4;
}

.contact-page .social-links {
	margin-top: auto;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.contact-page .social-links a {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-decoration: none;
	transition: 0.3s;
}

.contact-page .social-links a:hover {
	background: var(--white);
	color: var(--accent-green);
	border-color: var(--white);
}

/* Form Area */
.contact-page .contact-form-panel {
	padding: 60px;
	background: var(--white);
}

.contact-page .form-group {
	margin-bottom: 25px;
}

.contact-page .form-label {
	display: block;
	font-weight: 600;
	color: var(--dark-grey);
	margin-bottom: 8px;
	font-size: 0.95rem;
}

.contact-page .form-control {
	width: 100%;
	padding: 15px 20px;
	border: 2px solid var(--color-6);
	border-radius: 12px;
	font-size: 1rem;
	transition: 0.3s;
	background: var(--color-31);
}

.contact-page .form-control:focus {
	border-color: var(--green);
	background: var(--white);
	box-shadow: 0 10px 20px rgba(15, 116, 58, 0.05);
	outline: none;
}

.contact-page .btn-send {
	background: var(--accent-green);
	color: var(--white);
	padding: 18px 40px;
	border: none;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1.1rem;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	justify-content: center;
}

.contact-page .btn-send:hover {
	background: var(--color-32);
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(11, 94, 47, 0.2);
}

/* Map Section */
.contact-page .map-section {
	margin-top: 60px;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	height: 450px;
}

@media (max-width: 1100px) {
	.contact-page .contact-container {
		grid-template-columns: 1fr;
	}

	.contact-page .contact-hero h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 640px) {
	.contact-page .contact-page {
		margin-top: 75px;
	}

	.contact-page .contact-info-panel,
	.contact-form-panel {
		padding: 40px 20px;
	}

	.contact-page .contact-container {
		border-radius: 0;
	}

	.contact-page .contact-hero {
		height: 200px;
	}

	.contact-page .contact-hero h1 {
		font-size: 1.8rem;
	}

	.contact-page .contact-hero p {
		font-size: 1rem;
	}

	.contact-page .contact-info-panel h2 {
		font-size: 1.6rem;
	}

	.contact-page .contact-info-panel p {
		font-size: 0.9rem;
	}

	.contact-page .info-text h3 {
		font-size: 0.9rem;
	}

	.contact-page .info-text p {
		font-size: 1rem;
	}

	.contact-page .info-icon {
		width: 40px;
		height: 40px;
		font-size: 1.2rem;
	}

	.contact-page .contact-form-panel {
		padding: 40px 20px;
	}

	.contact-page .btn-send {
		padding: 15px;
		font-size: 1rem;
	}
}

/* Post Page */
.post-page {
	margin-top: 85px;
	background-color: var(--post-bg-color);
}

/* Hero Image Modern */
.post-page .post-hero {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-page .post-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6);
	transition: transform 0.8s ease;
}

.post-page .post-hero:hover img {
	transform: scale(1.05);
}

.post-page .post-hero-content {
	position: absolute;
	color: var(--white);
	text-align: center;
	padding: 0 20px;
	max-width: 900px;
}

.post-page .post-hero-content h1 {
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	line-height: 1.2;
}

.post-page .post-meta-hero {
	font-size: 1.1rem;
	display: flex;
	justify-content: center;
	gap: 20px;
	font-weight: 500;
	flex-wrap: wrap;
}

.post-page .post-meta-hero span {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

/* Article Body */
.post-page .post-content-container {
	max-width: 850px;
	margin: -50px auto 50px;
	background: var(--white);
	padding: 60px 80px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 2;
}

.post-page .post-breadcrumbs {
	margin-bottom: 30px;
	font-size: 0.9rem;
	color: var(--green-light);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.post-page .post-body {
	font-size: 1.15rem;
	line-height: 1.8;
	color: var(--color-13);
}

.post-page .post-body p {
	margin-bottom: 25px;
}

.post-page .post-body img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 35px auto;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.post-page .post-body h2 {
	margin: 40px 0 20px;
	font-weight: 700;
	color: var(--primary-font);
}

.post-page .post-body blockquote {
	padding: 30px;
	background-color: var(--color-33);
	border-left: 5px solid var(--green);
	margin: 40px 0;
	font-style: italic;
	font-size: 1.4rem;
	color: var(--primary-font);
	border-radius: 0 15px 15px 0;
}

.post-page .post-tags {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid var(--color-1);
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.post-page .tag-item {
	padding: 5px 15px;
	background: var(--color-6);
	border-radius: 50px;
	font-size: 0.9rem;
	color: var(--color-2);
	transition: 0.3s;
}

.post-page .tag-item:hover {
	background: var(--green);
	color: var(--black);
}

/* Share Area Model Penuh */
.post-page .post-share {
	display: flex;
	width: 100%;
	margin-top: 50px;
	border-radius: 8px;
	overflow: hidden;
}

.post-page .share-btn {
	flex: 1;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	font-size: 1.5rem;
	transition: 0.3s;
	text-decoration: none;
}

.post-page .share-fb {
	background: var(--color-34);
}

.post-page .share-x {
	background: var(--black);
}

.post-page .share-pt {
	background: var(--color-35);
}

.post-page .share-wa {
	background: var(--color-36);
}

.post-page .share-tg {
	background: var(--color-37);
}

.post-page .share-btn:hover {
	filter: contrast(1.2);
	opacity: 1;
}

/* Related Posts */
.post-page .related-posts {
	background-color: var(--white);
	padding: 80px 0;
}

.post-page .related-title {
	text-align: center;
	margin-bottom: 50px;
}

.post-page .related-carousel .item {
	padding: 15px;
}

.post-page .related-card {
	background: var(--white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	height: 100%;
}

.post-page .related-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

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

.post-page .related-info {
	padding: 20px;
}

.post-page .related-info h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: 700;
}

.post-page .related-info .date {
	font-size: 0.85rem;
	color: var(--color-5);
}

/* Slick Arrow Styling Custom */
.post-page .related-carousel {
	padding: 0 10px;
	margin-bottom: 40px;
}

.post-page .slick-prev,
.post-page .slick-next {
	width: 45px !important;
	height: 45px !important;
	background: var(--green) !important;
	border-radius: 50% !important;
	z-index: 100 !important;
	transition: 0.3s !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
}

.post-page .slick-prev:hover,
.post-page .slick-next:hover {
	background: var(--color-38) !important;
	transform: translateY(-50%) scale(1.1);
}

.post-page .slick-prev:before,
.post-page .slick-next:before {
	font-family: "bootstrap-icons" !important;
	font-size: 18px !important;
	color: var(--white) !important;
	opacity: 1 !important;
	line-height: 1;
}

.post-page .slick-prev:before {
	content: "\f284" !important;
}

.post-page .slick-next:before {
	content: "\f285" !important;
}

.post-page .slick-prev {
	left: 10px !important;
}

.post-page .slick-next {
	right: 10px !important;
}

@media (max-width: 1400px) {
	.post-page .related-carousel {
		padding: 0 40px;
		overflow: hidden;
		/* Prevent arrow overflow */
	}

	.post-page .slick-prev {
		left: 5px !important;
	}

	.post-page .slick-next {
		right: 5px !important;
	}
}

/* Custom Slick Dots */
.post-page .slick-dots {
	bottom: -45px !important;
}

.post-page .slick-dots li {
	margin: 0 3px !important;
	width: 15px !important;
	height: 15px !important;
}

.post-page .slick-dots li button:before {
	color: var(--color-39) !important;
	font-size: 10px !important;
	opacity: 1 !important;
	transition: 0.3s;
}

.post-page .slick-dots li.slick-active {
	width: 25px !important;
	/* Slightly wider for active */
}

.post-page .slick-dots li.slick-active button:before {
	color: var(--green) !important;
	font-size: 12px !important;
}

/* Comment Styling */
.post-page .comment-section {
	margin-top: 50px;
}

.post-page .comment-form {
	background: var(--color-4);
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 50px;
}

.post-page .comment-form h3 {
	margin-bottom: 25px;
	font-weight: 700;
	color: var(--primary-font);
}

.post-page .comment-item {
	margin-bottom: 40px;
}

.post-page .comment-content {
	display: flex;
	gap: 20px;
}

.post-page .comment-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--color-1);
}

.post-page .comment-info {
	flex-grow: 1;
}

.post-page .comment-name {
	font-weight: 700;
	font-size: 1.1rem;
	color: var(--primary-font);
	display: flex;
	align-items: center;
}

.post-page .comment-date {
	font-size: 0.85rem;
	color: var(--color-5);
	margin-bottom: 12px;
}

.post-page .comment-text {
	color: var(--color-7);
	line-height: 1.7;
	background: var(--post-bg-color);
	padding: 15px;
	border-radius: 12px;
	border: 1px solid var(--color-6);
}

.post-page .comment-reply {
	margin-top: 10px;
}

.post-page .btn-reply {
	color: var(--green-light);
	font-weight: 600;
	font-size: 0.9rem;
	cursor: pointer;
	transition: 0.3s;
}

.post-page .btn-reply:hover {
	opacity: 0.7;
}

.post-page .comment-nested {
	margin-left: 80px;
	padding-top: 25px;
	position: relative;
}

.post-page .comment-nested::before {
	content: "";
	position: absolute;
	left: -40px;
	top: 0;
	width: 2px;
	height: 50%;
	background: var(--color-1);
}

.post-page .comment-status {
	display: inline-block;
	padding: 2px 10px;
	background: var(--color-19);
	color: var(--color-40);
	border-radius: 20px;
	font-size: 0.7rem;
	font-weight: 700;
	margin-left: 12px;
	text-transform: uppercase;
}

@media (max-width: 640px) {
	.post-page .comment-nested {
		margin-left: 30px;
	}

	.post-page .comment-nested::before {
		left: -15px;
	}

	.post-page .comment-content {
		gap: 12px;
	}

	.post-page .comment-avatar {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 992px) {
	.post-page .post-content-container {
		padding: 40px;
		margin: -30px 15px 50px;
		border-radius: 0;
	}

	.post-page .post-hero-content h1 {
		font-size: 2.2rem;
	}

	.post-page .post-meta-hero {
		font-size: 0.95rem;
		gap: 15px;
	}

	.post-page .post-body {
		font-size: 1.1rem;
	}
}

@media (max-width: 640px) {
	.post-page .post-hero {
		height: auto;
		min-height: 400px;
		padding: 100px 20px 60px;
		display: flex;
		align-items: flex-end;
	}

	.post-page .post-hero-content h1 {
		font-size: 1.8rem;
	}

	.post-page .post-content-container {
		padding: 30px 15px;
		margin: 0 10px;
		/* Small margin for mobile article */
		width: auto;
	}

	.post-page .post-body {
		font-size: 1.05rem;
		line-height: 1.6;
	}

	.post-page .comment-nested {
		margin-left: 20px;
		padding-top: 20px;
	}

	.post-page .comment-nested::before {
		left: -10px;
	}

	.post-page .comment-content {
		gap: 12px;
	}

	.post-page .comment-avatar {
		width: 45px;
		height: 45px;
	}

	.post-page .related-posts {
		padding: 50px 0;
	}

	.post-page .related-carousel {
		padding: 0 30px;
	}

	.post-page .slick-prev,
	.post-page .slick-next {
		width: 35px !important;
		height: 35px !important;
	}

	.post-page .post-meta-hero {
		justify-content: flex-start;
		gap: 10px;
	}
}

/* Prestasi Page */
.prestasi-page {
	margin-top: 85px;
	padding-bottom: 80px;
}

/* Hero Section Premium */
.prestasi-page .prestasi-hero {
	position: relative;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://alhikmahsby.s3.ap-southeast-1.amazonaws.com/images/berita/yayasan/berita_1534.jpg');
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-align: center;
}

.prestasi-page .prestasi-hero-content {
	z-index: 2;
}

.prestasi-page .prestasi-hero h1 {
	font-size: 3.5rem;
	font-weight: 900;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.prestasi-page .prestasi-hero p {
	font-size: 1.25rem;
	max-width: 700px;
	margin: 0 auto;
	opacity: 0.9;
}

/* Stats Bar - Glassmorphism */
.prestasi-page .stats-wrapper {
	margin-top: -50px;
	position: relative;
	z-index: 10;
}

.prestasi-page .stats-container {
	display: flex;
	justify-content: space-around;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.prestasi-page .stat-item {
	text-align: center;
}

.prestasi-page .stat-item h2 {
	font-size: 3rem;
	font-weight: 800;
	color: var(--green-light);
	margin-bottom: 5px;
}

.prestasi-page .stat-item p {
	font-weight: 600;
	color: var(--color-7);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
}

/* Achievements Feed */
.prestasi-page .prestasi-grid {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 30px;
}

.prestasi-page .achievement-card {
	background: var(--white);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--color-6);
	position: relative;
}

.prestasi-page .achievement-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.prestasi-page .medal-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	background: var(--white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	z-index: 5;
}

.prestasi-page .medal-gold {
	color: var(--gold);
}

.prestasi-page .medal-silver {
	color: var(--silver);
}

.prestasi-page .medal-bronze {
	color: var(--bronze);
}

.prestasi-page .achievement-img {
	height: 220px;
	width: 100%;
	overflow: hidden;
}

.prestasi-page .achievement-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.8s;
}

.prestasi-page .achievement-card:hover .achievement-img img {
	transform: scale(1.15);
}

.prestasi-page .achievement-content {
	padding: 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.prestasi-page .level-label {
	display: inline-block;
	padding: 4px 12px;
	background: var(--color-19);
	color: var(--green-light);
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.prestasi-page .achievement-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--primary-font);
	margin-bottom: 12px;
	line-height: 1.4;
}

.prestasi-page .student-name {
	font-weight: 600;
	color: var(--color-13);
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
}

.prestasi-page .student-name i {
	color: var(--green-light);
}

.prestasi-page .achievement-date {
	margin-top: auto;
	padding-top: 15px;
	border-top: 1px solid var(--color-18);
	font-size: 0.85rem;
	color: var(--color-5);
	display: flex;
	align-items: center;
	gap: 5px;
}

/* Filter Section */
.prestasi-page .prestasi-filter {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 50px 0 20px;
	flex-wrap: wrap;
}

.prestasi-page .filter-chip {
	padding: 10px 25px;
	background: var(--white);
	border-radius: 50px;
	font-weight: 700;
	color: var(--color-2);
	cursor: pointer;
	transition: 0.3s;
	border: 2px solid transparent;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.prestasi-page .filter-chip:hover,
.filter-chip.active {
	background: var(--green-light);
	color: var(--white);
	box-shadow: 0 5px 15px rgba(15, 116, 58, 0.2);
}

@media (max-width: 992px) {
	.prestasi-page .stats-container {
		padding: 30px;
	}

	.prestasi-page .stat-item h2 {
		font-size: 2rem;
	}

	.prestasi-page .prestasi-hero h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 640px) {
	.prestasi-page .stats-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}

	.prestasi-page .prestasi-hero {
		height: 300px;
	}

	.prestasi-page .prestasi-hero h1 {
		font-size: 2.1rem;
	}

	.prestasi-page .prestasi-grid {
		padding: 0 20px;
	}
}

/* Modern Static Page CSS */
.statis-page .statis-hero {
	padding: 100px 0 60px;
	background: var(--white);
	border-radius: 0 0 50px 50px;
	text-align: center;
	margin-bottom: 50px;
}

.statis-page .statis-hero h1 {
	font-weight: 800;
}

.statis-page .statis-content {
	background: var(--white);
	border-radius: 20px;
	padding: 30px 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
	margin-bottom: 80px;
}

.statis-page .statis-content h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}

.statis-page .statis-content p {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
}

.statis-page .statis-content ul,
.statis-page .statis-content ol {
	margin-bottom: 20px;
	font-size: 1.1rem;
	color: #555;
}

.statis-page .statis-content li {
	margin-bottom: 10px;
}