/*--------------------------------------------------------------
  # Archive Content
  --------------------------------------------------------------*/
.halaman-arsip {
	margin: 30px 0;
}

.halaman-arsip .item-arsip {
	box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
	padding: 15px 5px;
	margin-bottom: 15px;
	border-radius: 0.3em;
	background: #fff;
}

.halaman-arsip .item-arsip .blog-images {
	border-radius: 0.3rem;
	vertical-align: top;
}

.halaman-arsip .item-arsip .data-text {
	vertical-align: middle;
}

.halaman-arsip .item-arsip .data-text .title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	font-family: "Quicksand", sans-serif;
}

.halaman-arsip .item-arsip .data-text .title a {
	color: #232323;
}

.halaman-arsip .item-arsip .data-text .title a:hover {
	/* color: #1bbd36; */
	color: var(--color-primary);
}

.halaman-arsip .item-arsip .data-text .isi {
	line-height: 1.8;
	font-size: 14px;
}

.halaman-arsip .item-arsip .data-text .meta ul {
	margin-bottom: 5px;
	display: inline-flex;
	padding-inline-start: 0;
	list-style-type: none;
	color: orange;
	text-transform: uppercase;
}

.halaman-arsip .item-arsip .data-text .meta ul > li {
	margin-right: 7px;
}

.halaman-arsip .item-arsip .data-text .meta .name::after {
	content: "|";
	display: inline-block;
	font-weight: normal;
	margin-left: 7px;
	font-size: 8px;
	opacity: 0.5;
	position: relative;
	top: -2px;
}

@media (max-width: 768px) {
	.halaman-arsip .item-arsip {
		border-bottom: 1px solid #ddd;
	}

	.halaman-arsip .item-arsip .data-text {
		margin-top: 10px;
	}

	.halaman-arsip .item-arsip .data-text .title {
		font-size: 16px;
	}

	.halaman-arsip .item-arsip .data-text .meta ul {
		font-size: 12px;
		text-align: center;
	}
}

/*--------------------------------------------------------------
  # Widget
  --------------------------------------------------------------*/
.widgetdge {
	box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
	padding: 15px 15px 5px 15px;
	margin-bottom: 15px;
	border-radius: 0.3em;
}

.widgetdge .title {
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
	vertical-align: middle;
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.widgetdge .style-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 12px;
}

.widgetdge .style-1:after {
	border-radius: 0;
	bottom: -2px;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0;
	position: absolute;
	vertical-align: bottom;
	width: 50px;
	background: #1bbd36;
	/* background: var(--color-primary); */
}

/*--------------------------------------------------------------
  # Widget Popular Artikel
  --------------------------------------------------------------*/
.widgetdge-post-bx .recent-posts .post-item {
	margin-bottom: 10px;
}

.widgetdge-post-bx .item.recent-posts img {
	width: 80px;
	float: left;
	height: 50px;
}

.widgetdge-post-bx .item.recent-posts .judul {
	font-size: 14px;
	margin-left: 95px;
	font-weight: 500;
	font-family: "Quicksand", sans-serif;
}

.widgetdge-post-bx .item.recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 11px;
	color: #ee7410;
}

/*--------------------------------------------------------------
  # Single Article
  --------------------------------------------------------------*/
.dinamic-single {
	box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 0.3em;
}

.dinamic-single .title {
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
	vertical-align: middle;
	/* font-family: 'Quicksand', sans-serif; */
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	line-height: 12px;
}

.dinamic-single .title:after {
	border-radius: 0;
	bottom: -2px;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	margin: 0;
	position: absolute;
	vertical-align: bottom;
	width: 50px;
	background: var(--color-primary);
}

.dinamic-single .meta ul {
	font-size: 13px;
	display: inline-flex;
	padding-inline-start: 0;
}

.dinamic-single .meta ul > li {
	margin-right: 5px;
}

.dinamic-single .meta i {
	margin-right: 5px;
	color: #4084fd;
}

.dinamic-single .meta .author:after {
	content: "|";
	display: inline-block;
	font-weight: normal;
	margin-left: 5px;
	margin-top: -4px;
	font-size: 9px;
	opacity: 0.5;
}

.dinamic-single .meta .date:after {
	content: "|";
	display: inline-block;
	font-weight: normal;
	margin-left: 5px;
	margin-top: -4px;
	font-size: 9px;
	opacity: 0.5;
}

.dinamic-single .meta .cat:after {
	content: "|";
	display: inline-block;
	font-weight: normal;
	margin-left: 5px;
	margin-top: -4px;
	font-size: 9px;
	opacity: 0.5;
}

.dinamic-single .meta .cat a {
	color: #4d4643;
}

.dinamic-single .meta .cat a:hover {
	color: #1b26bd;
}

.dinamic-single .entry-img {
	margin-bottom: 15px;
}

.dinamic-single .entry-img .caption {
	font-size: 10px;
	text-align: center;
	font-weight: lighter;
	padding: 5px 0;
	color: #999;
	background: #efefef;
}

.dinamic-single .count-box {
	box-shadow: rgb(49 53 59 / 12%) 0px 1px 6px 0px;
	margin-bottom: 15px;
	border-radius: 0.3em;
}

.dinamic-single .count-box .icon {
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.3rem;
	display: block;
	float: left;
	height: 60px;
	width: 60px;
	text-align: center;
	padding-top: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.dinamic-single .count-box .icon i {
	color: #fff;
	font-size: 34px;
}

.dinamic-single .count-box .data-body {
	padding: 5px 10px;
	margin-left: 60px;
}

.dinamic-single .count-box .data-body .progress {
	background: rgba(0, 0, 0, 0.2);
	margin: 5px -10px 5px -10px;
	height: 2px;
}

.dinamic-single .count-box .data-body .progress .progress-bar {
	background: #fff;
	font-size: 12px;
	line-height: 15px;
}

.dinamic-single .count-box .data-body .progress,
.info-box .progress .progress-bar {
	border-radius: 0;
}

.dinamic-single .count-box .head {
	padding-bottom: 15px;
	position: relative;
	vertical-align: middle;
	font-family: "Quicksand", sans-serif;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	line-height: 12px;
}

.dinamic-single .count-box .data-body .judul {
	font-family: "Quicksand", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}

.dinamic-single .count-box .data-body .agenda_value {
	font-weight: lighter;
	font-size: 11px;
	padding: 3px 0;
}

.dinamic-single .entry-content .caption {
	font-size: 10px;
	text-align: center;
	font-weight: lighter;
	padding: 5px 0;
	color: #999;
	background: #efefef;
}

.dinamic-single .footer {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.dinamic-single .footer .social-shared {
	padding-top: 10px;
}

.dinamic-single .footer .social-shared .facebook {
	padding: 5px 10px;
	background: #4267b2;
	border-radius: 0.2rem;
}

.dinamic-single .footer .social-shared .twitter {
	padding: 5px 10px;
	background: #55acee;
	border-radius: 0.2rem;
}

.dinamic-single .footer .social-shared .whatsapp {
	padding: 5px 10px;
	background: #1bbd36;
	border-radius: 0.2rem;
}

.dinamic-single .footer .social-shared .telegram {
	padding: 5px 10px;
	background: #0088cc;
	border-radius: 0.2rem;
}

.dinamic-single .footer .social-shared a {
	color: #fff;
}

/* Container slider agar fixed height custome home */
.carousel-container {
	position: relative;
	width: 100%;
	height: 520px;
	/* Sesuaikan */
	overflow: hidden;
}

/* Gambar agar memenuhi area */
.carousel-container .slide-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Overlay title */
.slide-title {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.45);
	padding: 10px 25px;
	color: #fff;
	font-size: 20px;
	border-radius: 8px;
}

/* SECTION YANG NAIK KE ATAS SLIDER */
.section-overlap {
	margin-top: -70px;
	/* Efek naik */
	position: relative;
	z-index: 20;
	/* supaya berada di atas slider */
}

/* Pastikan slider berada di belakang */
.myCarousel {
	z-index: 10;
}

/* Fade effect */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	opacity: 0 !important;
	transition: opacity 1s ease-in-out;
}

.swiper-slide-active {
	opacity: 1 !important;
}

/* Container Flex */
.counter-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px;
	flex-wrap: wrap;
}

/* Box Counter */
.counter-box {
	flex: 1 1 calc(25% - 20px);
	background: #fff;
	border-radius: 14px;
	padding: 20px 10px;
	text-align: center;
	transition: 0.3s;
	min-width: 220px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.counter-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* Icon */
.counter-icon i {
	font-size: 35px;
	margin-bottom: 10px;
}

/* Number */
.counter-number {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 5px;
	color: rgb(17, 38, 68);
}

/* Title */
.counter-title {
	font-size: 14px;
	font-weight: 600;
	color: #666;
}

/* Link */
.counter-link {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

/* Responsif */
@media (max-width: 768px) {
	.counter-box {
		flex: 1 1 calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.counter-box {
		flex: 1 1 100%;
	}
}

.video-wrapper {
	text-align: center;
	padding: 40px 0;
}

.video-play-btn {
	width: 82px;
	height: 82px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	transition: 0.3s;
	cursor: pointer;
}

.video-play-btn::before {
	content: "";
	position: absolute;
	left: 32px;
	top: 26px;
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent white;
}

.video-play-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

.video-caption {
	text-align: center;
	margin-top: 20px;
}

/* KINGSTER POLLING STYLE */
.kingster-polling label {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: 0.2s ease-in-out;
	color: #fff;
	font-size: 15px;
}

.kingster-polling label:hover {
	background: rgba(255, 255, 255, 0.08);
}

.kingster-polling input[type="radio"] {
	width: 18px;
	height: 18px;
	accent-color: #00b3ff;
	/* warna biru Kingster */
}

.kingster-polling .polling-button {
	padding: 10px 26px;
	font-size: 14px;
	border-radius: 4px;
	margin-right: 8px;
}

.kingster-polling hr {
	border-color: rgba(255, 255, 255, 0.2);
	margin: 15px 0;
}

/* ukuran slide */
.myLinkTerkaitSwiper {
	width: 100%;
	padding: 10px 0;
}

/* gambar seragam */

/* atur padding kontainer supaya gambar tidak mepet tombol */
.myLinkTerkaitSwiper {
	padding: 0 50px;
	/* aman untuk tombol kiri & kanan */
}

/* rata tengah slide */
.myLinkTerkaitSwiper .swiper-slide {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	opacity: 1 !important;
}

/* gambar seragam dan rapi */
.linkterkait-img {
	width: 100px;
	height: 60px;
	object-fit: contain;
	padding: 5px;
}

/* tombol hanya muncul saat hover */
.myLinkTerkaitSwiper .swiper-button-next,
.myLinkTerkaitSwiper .swiper-button-prev {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.myLinkTerkaitSwiper:hover .swiper-button-next,
.myLinkTerkaitSwiper:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.myLinkTerkaitSwiper .swiper-button-next,
.myLinkTerkaitSwiper .swiper-button-prev {
	color: #333 !important;
}

/* judul bread detail */
@media (max-width: 991px) {
	.page-title {
		padding-top: 30px;
		/* atur sesuai selera */
		padding-bottom: 10px;
	}

	.page-title h5 {
		/* padding-top: 30px; */
		text-align: center;
		width: 100%;
	}

	.page-title .container {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.kingster-breadcrumbs {
		justify-content: center;
	}
}

.pointer {
	cursor: pointer;
}

.tipe {
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8rem;
	top: 3%;
	left: 5%;
	border-radius: 100px;
}

.tipe_inline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8rem;
	border-radius: 100px;
}

.kategorinew {
	position: absolute;
	right: 10px;
	font-size: 15px;
	top: calc(95% - 20px);
	/* color: rgba(var(--color-white-rgb), 0.7); */
	transition: 0.3s;
	/* line-height: 0; */
	border-radius: 5px;
}

.kategorinew_inline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8rem;
	border-radius: 100px;
}
/* image pengumuman */
.pengumuman-img {
	width: 100%;
	max-width: 450px;
	height: 260px;
	object-fit: cover;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.pengumuman-img {
		max-width: 100%;
		height: auto;
		object-fit: contain;
		margin-bottom: 20px;
	}
}

/* image infografis */
.infografis-img {
	width: 100%;
	max-width: 400px;
	height: 360px;
	object-fit: cover;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.infografis-img {
		max-width: 100%;
		height: auto;
		object-fit: contain;
		margin-bottom: 20px;
	}
}

/* Masukan dan Saran */
/* === COMMENT WRAPPER === */
.comment-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

/* === COMMENT CARD === */
.comment-card {
	display: flex;
	gap: 15px;
	background: #ffffff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* USER & ADMIN DIFFERENT */
.user-comment {
	border-left: 4px solid #17a2b8;
}

.admin-comment {
	background: #f9fbff;
	border-left: 4px solid #ffc107;
	margin-left: 50px;
}

/* === AVATAR === */
.comment-avatar img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

/* === BODY === */
.comment-body {
	flex: 1;
}

.comment-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.comment-author {
	font-weight: 600;
	color: #333;
}

.comment-author.admin {
	color: #d39e00;
}

.comment-date {
	font-size: 12px;
	color: #888;
}

/* === TEXT === */
.comment-text {
	color: #555;
	line-height: 1.6;
}

.comment-text.reply {
	font-style: italic;
}

/* === RESPONSIVE === */
@media (max-width: 576px) {
	.comment-card {
		flex-direction: column;
	}

	.admin-comment {
		margin-left: 20px;
	}
}

/* =========================
   SITEMAP WRAPPER
========================= */
.sitemap {
	font-family: inherit;
}

/* =========================
   SECTION
========================= */
.sitemap-section {
	margin-bottom: 22px;
}

/* =========================
   JUDUL MENU UTAMA
========================= */
.sitemap-title {
	display: flex;
	align-items: center;
	gap: 8px;

	font-size: 14.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.6px;

	padding: 8px 12px;
	margin-bottom: 8px;

	background: #f6f8fa;
	/* abu lembut */
	border-left: 4px solid #0d6efd;
	/* aksen biru */
	border-radius: 4px;

	color: #1f2937;
}

/* Icon menu utama */
.sitemap-title i {
	font-size: 15px;
	color: #0d6efd;
}

/* Link menu utama */
.sitemap-title a {
	font-size: 14.5px;
	color: #1f2937;
	text-decoration: none;
}

/* Hover menu utama */
.sitemap-title:hover {
	background: #eef3ff;
}

/* =========================
   LIST SUBMENU
========================= */
.sitemap-list,
.sitemap-sublist {
	list-style: none;
	padding-left: 28px;
	margin: 0;
}

/* ITEM */
.sitemap-list li,
.sitemap-sublist li {
	margin: 6px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

/* ICON */
.sitemap-list li i,
.sitemap-sublist li i {
	font-size: 13px;
	color: #6c757d;
	min-width: 16px;
}

/* LINK SUBMENU */
.sitemap-list a {
	font-size: 14px;
	color: #374151;
	text-decoration: none;
}

/* LINK SUB SUB */
.sitemap-sublist a {
	font-size: 13px;
	color: #4b5563;
}

/* HOVER SUBMENU */
.sitemap-list a:hover,
.sitemap-sublist a:hover {
	color: #0d6efd;
	text-decoration: underline;
}

/* =========================
   SUB SUB MENU INDENT
========================= */
.sitemap-sublist {
	padding-left: 22px;
	margin-top: 4px;
}

/* =========================
   TOP MENU & FOOTER MENU
========================= */
.sitemap-title.text-warning {
	border-left-color: #f59e0b;
}

.sitemap-title.text-warning i {
	color: #f59e0b;
}
