:root {  
	--primary: #0B6623;  
	--bgsoft: #549F57;  
	--textclr: #232323;  
	--parclr : #797979;
}

h1{
	color: var(--textclr);
	font-family: 'Inter';
	font-size: 34px;
	font-weight: 700;
}

h2{
	color: var(--textclr);
	font-family: 'Inter';
	font-size: 20px;
	font-weight: 700;
}

p{
	color: var(--parclr);
	font-family: 'Inter';
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
}

.primary-color{
	color: var(--primary);
}

.bg-soft{
	background: linear-gradient(0deg, rgba(84, 159, 87, 0.08) 0%, rgba(84, 159, 87, 0.08) 100%), #FFF;
}

.btn-primary{
	background-color: var(--primary);
	border-radius: 100px;
	padding: 15px 30px;
	justify-content: center;
	align-items: center;
	border: 0px;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.btn-primary-w-icon{
	color: white;
	background-color: var(--primary);
	border-radius: 100px;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	border: 0px;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.btn-primary-header{
	background-color: var(--primary);
	color: white;
	border-radius: 100px;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	border: 0px;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

a.btn.btn-primary-header:hover, a.btn.btn-primary:hover, a.btn.btn-primary-w-icon:hover {
    color: white !important;
    background: #08af0f !important;
}

.navbar{
	background-color: white;
	padding: 20px 0px;
}

.nav-item>.nav-link{
	color: #232323;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 10px !important;
}

.nav-item>.nav-link.active{
	color: #0B6623;
}

.dropdown-toggle::after{
	margin-left: 5px;
	content: "\f107";
	font-family: FontAwesome;
	opacity: 1;
	font-size: 10px;
	opacity: .9;
	border-top: 0px;
	color:#232323;
}

ul.dropdown-menu {
	border: 0px;
	background-color: white;
	border-radius: 0px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
	border-top: 2px solid #79B900;
	width: 250px;
}

.dropdown-item{
	color: #232323;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 7px 25px;
}

.nav-item.dropdown {
	position: relative;
}

.nav-item.dropdown:hover .dropdown-menu {
	display: block;
	animation: fadeIn 0.3s ease;
}

.footer{
	background-color: var(--primary);
	padding: 70px 93px 20px 70px;
}

.tc-white{
	color: white;
}

.tc-center{
	text-align: center;
}

.tc-green{
	color: var(--primary);
}

.p-w-icon{
	font-family: 'Inter';
	font-size: 17px;
	color: white;
	display: flex;
	align-items: center;
	font-weight: normal;
	margin-bottom: 18px;
}

.p-w-icon>i{
	font-size: 26px;
	margin-right: 26px;
}

.link-terkait{
	padding-left: 0px;
}

.link-terkait>li{
	font-family: 'Inter';
	font-size: 17px;
	color: white;
	line-height: 40px;
}

.grid-icon>i{
	font-size: 26px;
	padding: 0px 5px;
}

.copyright{
	font-size: 15px;
	text-align: right;
	margin-top: 20px;
}

.footer .slogan{
	font-style: italic;
	text-transform: lowercase;
}

.hero{
	background-image: url('/assets/images/bg-hero-shb.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.katalog-hero, .konsultansi-hero, .profil-pengajar-hero{
	background-image: url('/assets/images/bg-katalog-top.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.jadwal-hero, .pendampingan-hero, .about-us-hero{
	background-image: url('/assets/images/bg-jadwal-top.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.berita-hero{
	background-image: url('/assets/images/berita-hero-horizontal.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.faq-hero{
	background-image: url('/assets/images/faq-hero-bg.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.alumni-hero{
	background-image: url('/assets/images/bg-hero-horizontal-infografis.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.testi-hero{
	background-image: url('/assets/images/bg-hero-testimonial.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.single-hero{
	background-image: url('/assets/images/bg-single-post-hero.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}

.contact-us-hero{
	background-image: url('/assets/images/contact-us-bg-hero.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}
.content-hero{
	margin: 130px 63px;
}
.content-single-hero{
	margin: 90px 63px;
}

.content-hero>h1{
	color: var(--textclr);
	font-family: 'Inter';
	font-size: 30px;
	font-weight: 800;
	line-height: normal;
	text-transform: capitalize;
}

.content-hero span{
	color: var(--primary);
	font-family: 'Inter';
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
	text-transform: capitalize;
}

.info-section{
	border-radius: 30px;
	background-color: #549F57;
	margin-top: 50px;
	padding: 40px 40px 40px 60px;
}

.info-left-section>h1{
	color: #FFF;
	font-size: 30px;
	font-weight: 800;
	text-transform: capitalize;
	padding-left: 30px;
	border-left: 10px solid #FFF;
}

.carousel-control-prev{
	margin-left: -63px;
	opacity: 1 !important;
}
.carousel-control-next{
	margin-right: -63px;
	opacity: 1 !important;
}

i.icon-nav-slide {
	background-color: white;
	width: 50px;
	height: 50px;
	align-content: center;
	border-radius: 100px;
	border: 1px solid #E6E7E9;
	display: grid;
}

.carousel-inner{
	border-radius: 20px;
}

.about-us{
	padding: 100px 50px 80px 50px;
}

.gallery-contain{
	padding: 0px 15px;
}

.gallery-item{
	width: 100%;
	height: 300px;
	background-size: cover;
	border-radius: 20px;
}

.layanan-kami{
	border-radius: 30px;
	background: linear-gradient(0deg, rgba(84, 159, 87, 0.08) 0%, rgba(84, 159, 87, 0.08) 100%), #FFF;
	padding: 75px 48px;
}

.green-line{
	width: 10%;
	height: 4px;
	background-color: var(--primary);
	border: none;
	margin: 40px auto;
	opacity: 1;
}

.layanan-item{
	background-color: white;
	border: 1px solid #E6E7E9;
	border-radius: 20px;
}

.layanan-item>img{
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
	width: 100%;
	height: 218px;
	object-fit: cover;
}

span.number-service {
	color: #FFF;
	font-family: 'Outfit';
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: capitalize;
	background: #0B6623;
	width: 80px;
	height: 80px;
	display: grid;
	align-items: center;
	text-align: center;
	border-radius: 100px;
	border: 8px solid white;
	z-index: 999;
	margin: -53px 0px 0px auto;
	position: relative;
}

.layanan-item>.card-body{
	padding: 20px 30px 50px 30px;
}

.list-fasilitas{
	padding-left: 13px;
}

.list-fasilitas>li>i{
	color: #0B6623;
	font-size: 20px;
	padding-right: 9px;
}

.list-fasilitas>li{
	font-family: 'Inter';
	font-size: 16px;
	color: var(--parclr);
	line-height: 35px;
}

.paket-pelatihan{
	padding: 80px 0px 80px 0px;
}

.paket-item{
	background-color: white;
	border: 1px solid #E6E7E9;
	border-radius: 20px;
	margin-bottom: 25px;
}

.paket-item>img{
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
	width: 100%;
	height: 218px;
	object-fit: cover;
}

.paket-item>.card-body{
	padding: 36px 28px 44px 28px;
	display: grid;
}

.paket-item>.card-body>h2{
	text-align: center;
	padding-bottom: 10px;
}

.paket-item>.card-body>p{
	text-align: center;
	padding-bottom: 10px;
}

.btn-secondary{
	background-color: white;
	border-radius: 100px;
	padding: 15px 30px;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--primary);
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: var(--textclr);
	margin: 0 auto;
	max-height: 53px;
}

.videos img {
	width:100%;
	height:600px;
	object-fit: cover;
	border-radius: 20px;
}

.ini-overlay {
	background: rgba(57, 57, 57, 0.2);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	border-radius: 20px;
}

a.video {
	float: left;
	width: 100%;
	position: relative;
}
a.video .ini-overlay span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("/assets/images/play-btn.png") no-repeat;
	background-position: 50% 50%;
	background-size: 30%;
}


@media screen and (max-width: 480px) {
	a.video span {
	background-size: 400%;
	}
}

.icon-info-card{
	border: 0px;
}

.icon-info-card .card-body {
	padding: 0px 20px;
}

.call-to-action{
	margin-top: 120px;
	margin-bottom: 120px;
	padding: 50px;
	border-radius: 30px;
	background-image: url('/assets/images/bg-contact.jpg');
	background-size: cover;
	background-position: bottom right;
}

.hr-white{
	width: 100px;
	height: 3px;
	background-color: white;
	border: none;
	margin: 20px 0px;
	opacity: 1;
}

.btn-dark{
	background-color: black;
	border-radius: 100px;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: white;
	margin: 0 auto;
}

.btn-dual-green{
	background-color: var(--primary);
	border-radius: 100px;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: white;
	margin: 0 auto;
	border: 3px solid white;
}

.btn-dual-green:hover{
    background: white;
    color: var(--primary);
}

.btn-dual-white{
	margin-left: 15px;
	background-color: white;
	border-radius: 100px;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: var(--primary);
	margin: 0 auto;
	border: 3px solid white;
}

.btn-dual-white:hover{
    background: var(--primary);
    color: white;
	border: 3px solid white;
}

.call-to-action span{
	padding: 10px;
}

.call-to-action p{
	padding-bottom: 20px;
}

.timeline {
	position: relative;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

/* Dashed Vertical Line */
.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 4px;
	border-left: 2px dashed var(--parclr);
}

/* Last Item - Remove Line Under It */
.timeline-item:last-child::before {
	content: "";
	position: absolute;
	left: 40px;
	width: 4px;
	border-left: 2px solid white;
	height: 100%;
}

.timeline-item {
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
}

/* Centered Icon */
.timeline-icon {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}

.timeline-icon>img{
width: 80px;
}

.timeline-content {
	padding: 0px 30px;
}

.testimoni{
border-radius: 30px;
background: linear-gradient(0deg, rgba(84, 159, 87, 0.08) 0%, rgba(84, 159, 87, 0.08) 100%), #FFF;
padding: 75px 48px;
margin-top: 120px;
margin-bottom: 120px;
}

.video-testi{
border-radius: 20px;
}

.slick-next::before, .slick-prev::before{
content: none !important;
}

.slick-prev, .slick-next {
position: absolute;
top: 47%;
transform: translateY(-50%);
background: white !important ;
border: 1px solid #E6E7E9 !important; /* 1px solid border */
border-radius: 100px !important; /* Circular shape */
width: 50px !important;
height: 50px !important;
display: flex;
align-items: center;
justify-content: center;
color: var(--textclr) !important;
font-size: 16px !important;
cursor: pointer;
z-index: 100;
}

/* Positioning the arrows */
.slick-prev {
left: -60px;
}


.slick-next {
right: -60px;
}

/* Hover effect */
.slick-prev:hover, .slick-next:hover {
background: #000;
color: white;
}

.logo-partner{
margin-top: 80px;
}

.logo-contain.slick-slide {
padding: 0px 12px;
}

.slick-slide img {
display: block;
margin: 0 auto;
border: 1px solid #E6E7E9;
border-radius: 20px;
width: 100%;
height: 170px;
object-fit: none;
}

.slick-dots{
position: static !important;
margin-top: 0px !important;
}

.slick-dots li{
margin: 0px !important;
}

.slick-dots li button:before {
font-family: 'slick';
font-size: 9px !important;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before{
color: var(--primary) !important;
}



.green-sm-line{
width: 20%;
height: 4px;
background-color: var(--primary);
border: none;
margin: 25px auto;
opacity: 1;
}

.ajar-item{
background-color: white;
border: none;
border-radius: 20px;
min-height: 550px;
margin: 0px 13px;
}

.ajar-img{
border-radius: 100px !important;
border: 0px !important;
width: 185px !important;
height: 185px !important;
object-fit: cover !important;
}

.ajar-item>.card-body{
padding: 30px 15px;
}

.ajar-item>.card-body>h2{
margin-top: 30px;
}

.pengajar{
margin-top: 120px;
margin-bottom: 120px;
}

.pd-l-70{
padding-left: 70px;
}

.about-bottom{
display: none;
}

.layanan-item h2{
padding-bottom: 30px;
}

.layanan-kami h1{
text-align: center;
}

.paket-pelatihan h1{
margin-bottom: 70px;
}

.footer img{
width: 300px;
}

.footer h2{
margin-top: 52px;
}

.footer p{
margin-top: 18px;
}

.eksplor-pelatihan, .jadwal-pelatihan{
padding: 90px 0px 10px 0px;
}

.pelatihan-tabs .nav-link {
border-radius: 100px; /* Rounded corners */
color: var(--textclr); /* Default text color */
padding: 10px 20px; /* Spacing */
transition: all 0.3s ease;
text-transform: none;
font-size: 18px;
font-weight: 700;
}

/* Active tab style */
.pelatihan-tabs .nav-link.active {
background-color: rgba(11, 102, 35, 0.15);
color: var(--primary);
}

/* Hover effect */
.pelatihan-tabs .nav-link:hover {
background-color: rgba(11, 102, 35, 0.15);
color: var(--primary);
}

.pelatihan-tabs {
border: 1px solid var(--primary);
border-radius: 100px;
padding: 10px;
margin-top: 40px;
}

.konsep-pelatihan{
padding: 20px 0px 0px 0px;
}

.konsep-pelatihan .col-12{
margin-bottom: 50px;
}

.content-konsep h2{
text-align: center;
margin: 20px 0px;
}

.content-konsep p{
text-align: center;
}

.content-konsep img{
width: 35%;
display: block;
margin: 0 auto;
}

.highlight-pelatihan{
padding: 90px 0px;
}

.title-b-table{
text-transform: uppercase;
margin: 50px 0px 30px 0px;
}

.custom-scroll {
max-height: 600px; /* Set the max height of the table */
overflow-y: auto; /* Enable vertical scrolling */
border-radius: 20px;
border: 1px solid var(--Main-Color, #0B6623);
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto; /* Horizontal scrolling if needed */
}

.table-jadwal thead {
font-family: 'Inter';
font-size: 17px;
text-align: center;
font-weight: 800;
position: sticky;
top: 0;
background-color: #0B6623; /* Sticky header color */
color: white;
z-index: 10;
}

.table-jadwal th, .table-jadwal td{
padding: 16px;
}

.table-jadwal td{
font-family: 'Inter';
font-size: 15px;
text-align: center;
font-weight: normal;
text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: #F8F7FF; /* Bootstrap default striped color */
}

.mobile-only{
display: none;
}

.dekstop-only img{
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 30px;
}

.img-left{
padding-right: 50px;
}

.img-right{
padding-left: 50px;
}

.content-pendampingan{
margin-top: 90px;
}

.content-pendamping-item{
margin-bottom: 40px;
padding: 0px;
}

.content-pendamping-item ul{
list-style: none;
padding-left: 0;
}

.content-pendamping-item ul li{
padding-left: 50px; /* Space for icon */
background: url('/assets/images/Instagram\ Check\ Mark.svg') no-repeat left top;
background-size: 30px; /* Adjust icon size */
margin-bottom: 8px;
}

.deskripsi-profil{
margin-top: 80px;
}

.content-profil{
padding-left: 50px;
}

.deskripsi-profil img{
width: 100%;
object-fit: cover;
border-radius: 30px;
}

.visi-misi {
margin: 80px 0px;
padding: 80px 120px;
background: linear-gradient(0deg, rgba(84, 159, 87, 0.08) 0%, rgba(84, 159, 87, 0.08) 100%), #FFF;
}

.tab-visi {
width: 70%;
margin: 0 auto;
}

.visimisi-tabs .nav-link {
border-radius: 100px; /* Rounded corners */
color: var(--textclr); /* Default text color */
padding: 10px 20px; /* Spacing */
transition: all 0.3s ease;
text-transform: none;
font-size: 18px;
font-weight: 700;
}

/* Active tab style */
.visimisi-tabs .nav-link.active {
background-color: rgba(11, 102, 35, 0.15);
color: var(--primary);
}

/* Hover effect */
.visimisi-tabs .nav-link:hover {
background-color: rgba(11, 102, 35, 0.15);
color: var(--primary);
}

.visimisi-tabs {
border: 0px;
background: white;
border-radius: 100px;
padding: 10px;
margin-top: 40px;
}

.visimisi-content .tab-pane {
padding: 80px;
}

.visimisi-content>.tab-pane>h2 {
margin-bottom: 30px;
}

.nilai-list {
list-style: none; /* Remove default numbering */
counter-reset: custom-counter; /* Create custom counter */
padding-left: 0;
}

.nilai-list li {
counter-increment: custom-counter; /* Increase counter */
position: relative;
padding-left: 65px; /* Space for custom marker */
margin-bottom: 10px;
}

.nilai-list li::before {
content: counter(custom-counter); /* Display counter */
position: absolute;
left: 0;
top: 20%;
transform: translateY(-50%); /* Center vertically */
width: 50px;
height: 50px;
font-size: 24px;
background: white;
font-family: "Inter";
color: var(--primary);
border-radius: 50%; /* Make it round */
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}

.tim-perusahaan h1{
margin-bottom: 50px;
}

.staff-list{
margin-bottom: 30px;
}

.staff-item{
background-color: white;
border: 1px solid #E6E7E9;
border-radius: 20px;
margin: 0px 13px;
}

.pengajar-item{
background-color: white;
border: 1px solid #E6E7E9;
border-radius: 20px;
margin: 0px 13px;
min-height: 500px;
}

.pengajar-item h2{
margin-top: 20px;
}

.grid-pengajar{
margin: 80px 0px;
}

.staff-img{
border-radius: 100px !important;
border: 0px !important;
width: 185px !important;
height: 185px !important;
object-fit: cover !important;
margin: 0 auto;
display: block;
}

.staff-item>.card-body{
padding: 30px 15px;
}

.staff-item>.card-body>h2{
margin-top: 30px;
}

.fasilitas{
margin: 80px 0px;
}

.custom-figure {
display: inline-block;
text-align: center;
width: 100%;
margin: 0 auto;
}

.custom-figure img {
display: block;
width: 100%; /* Adjust width as needed */
}

.custom-figure>img {
width: 100%;
height: 300px;
object-fit: cover;
border: 0px;
border-radius: 20px 20px 0px 0px;
}

.custom-caption {
background: green;
color: white;
padding: 20px 23px;
font-size: 16px;
font-weight: normal;
text-align: center;
font-family: "Inter";
margin: 0px;
border-radius: 0px 0px 20px 20px;
}

.facility-item{
padding: 0px 10px;
}

.list-facility{
margin: 50px 0px;
}

.news-meta {
color: #797979;
font-family: Inter;
font-size: 12px;
line-height: 22px;
display: flex;
gap: 15px; /* Space between date & author */
align-items: center;
}

.news-meta i {
color: var(--primary); /* Icon color */
margin-right: 5px;
font-size: 14px;
}

.berita-terkini{
margin: 80px 0px;
}

.news-list{
margin-top: 40px;
}

.news-list .card{
border-radius: 20px;
}

.news-list .card-body{
padding: 22px;
}

.news-list img{
border-radius: 20px 0px 0px 20px !important;
height: auto;
object-fit: cover;

}

.news-list h2{
font-size: 18px;
margin-bottom: 20px;
}

.custom-card {
border-radius: 15px;
border: 1px solid #ddd;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
padding: 20px;
max-width: 350px;
margin: auto;
}
.custom-card img {
max-width: 100%;
border-radius: 10px;
}
.publicity-meta {
font-size: 14px;
color: #555;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 10px;
}
.publicity-meta i {
color: var(--primary);
}
.custom-card .card-title {
font-weight: bold;
font-size: 18px;
margin-top: 10px;
}
.book-meta {
	font-size: 12px;
	color: #555;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.book-meta i {
	color: var(--primary);
}
.publikasi-item {
	border-radius: 15px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 20px 0px;
	margin: 50px auto auto auto;
}
.publikasi-item img {
	max-width: 100%;
	border-radius: 10px;
}
.publikasi-item .card-title{
	font-size: 18px;
	margin-top: 20px;
}
.list-faq {
	margin-top: 90px;
}
.faq-accordion button.accordion-button.collapsed {
	color: var(--textclr);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	padding: 20px 30px;
}
.faq-accordion{
	margin-top: 20px;
}

.faq-accordion .accordion-button:not(.collapsed){
	background: var(--primary);
	color: white;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	padding: 20px 30px;
	
}
.faq-accordion .accordion-body {
	background: #f5f5f5;
	padding: 30px;
	font-family: Inter;
font-size: 15px;
font-style: normal;
font-weight: normal;
}

.accordion-button:not(.collapsed)::after {
	background-image: url('/assets/images/icons8-minus-30.png');
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
}

.accordion-button.collapsed::after {
	background-image: url('/assets/images/icons8-plus.svg');
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
}
.accordion-collapse {
	transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.accordion-body {
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.accordion-collapse.show .accordion-body {
opacity: 1;
}

.temukan-kami {
	margin: 80px 0px;
}
.temukan-kami iframe{
	height: 400px;
}

.contact-item {
	min-height: 300px;
	margin: 10px 0px;
	border: 1px solid #E6E7E9;
	border-radius: 20px;
	padding: 30px;
	border-bottom: 10px solid #08b663;
}

.contact-item i {
	font-size: 40px;
	margin-bottom: 20px;
}

.contact-item hr {
	margin: 30px 0px;
}

.cari {
	margin: 80px 0px 0px 0px;
}

.search-wrapper {
	max-width: 100%;
	margin: 20px auto;
}
		
.search-box {
	position: relative;
	border: 1px solid #efefef;
	border-radius: 50px;
	transition: all 0.3s ease;
}
		
.search-box:focus-within {
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	transform: translateY(-2px);
}
		
.search-input {
	font-family: Inter;
	font-size: 14px;
	border-radius: 50px;
	padding-left: 45px;
	padding-right: 20px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	height: 50px;
}
		
.search-input:focus {
	border-color: #0d6efd;
	box-shadow: none;
}
		
.search-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
	z-index: 10;
}
		
.search-button {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	padding: 8px 20px;
	transition: all 0.3s ease;
}
	
.title-post{
	font-size : 24px;
	color: var(--textclr);
	font-family: 'Inter';
	font-weight: 800;
	line-height: normal;
	text-transform: capitalize;
}

.post-meta {
	margin: 30px 0px;
color: #797979;
font-family: Inter;
font-size: 16px;
line-height: 22px;
display: flex;
gap: 20px; /* Space between date & author */
align-items: center;
}

.post-meta i {
color: var(--primary); /* Icon color */
margin-right: 5px;
font-size: 20px;
}

li.breadcrumb-item {
	font-family: 'Inter';
	font-size: 16px;
}

.breadcrumb-item a {
	color: var(--primary);
	font-weight: bold;
	text-decoration: none;
}

.row.post-content {
	width: 80%;
	margin: 80px auto 0px auto;
}

img.post-img {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 50px;
}

p.post-isi {
	text-align: justify;
}

.title-other-news {
	margin-bottom: 50px;
}

.plyr--video{
	--plyr-color-main: #539F57;
	width: 100%;
	height: 700px;
	border-radius: 30px;
}

.plyr__poster{
	background-size: cover !important;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video{
	margin-top: 0px;
}

.testi-content h2 {
	margin: 20px 0px 30px 0px;
}

.testi-content{
	margin-top: 90px;
}

.alumni{
	margin-top: 90px;
}

.dataTables_filter {
	width: 100%;
	display: flex;
	justify-content: center;
}

.dataTables_filter input {
	width: 100%;
	border: 1px solid #efefef;
	border-radius: 50px;
	transition: all 0.3s ease;
	padding: 10px 40px 10px 15px; /* Padding untuk ikon */
	outline: none;
	font-family: Inter;
	font-size: 16px;
}

.search-container {
	position: relative;
	width: 100%;
	margin: 30px 0px;
}

.search-container i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
}
#data-alumni{
	font-family: Inter;
	font-size: 16px;
	border-collapse: collapse;
	border-radius: 15px;
	overflow: hidden;
}

#data-alumni th {
	background: var(--primary);
	color: white;
	text-align: center;
	text-transform: capitalize;
}

#dataSertifikat{
    font-family: Inter;
    font-size: 16px;
    border-collapse: collapse;
    border-radius: 15px;
    overflow: hidden;
}

#dataSertifikat th {
    background: var(--primary);
    color: white;
    text-align: center;
    text-transform: capitalize;
}

.btn.btn-download {
    border-radius: 20px;
    padding: 5px 10px;
    background: var(--primary);
    color: white;
    display: block;
    margin: 0px auto;
}

.num{
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 0px;
}

.content-counter{
	padding: 8px;
}

.content-counter p{
	text-align: center;
}

.content-counter img{
	width: 60%;
	display: block;
	margin: 0 auto;
}

.card-couter {
	border: 1px solid #efefef;
	padding: 20px;
	border-radius: 20px;
	min-height: 310px;
}

.counter{
	margin-top: 80px;
}

.why-us-content{
    padding-left: 45px;
}

/* ✅ Mobile Devices (480px - 767px) */
@media screen and (max-width: 767px) {

}

/* ✅ Small Mobile Devices (Below 480px) */
@media screen and (max-width: 480px) {
.nav-item>.nav-link{
	font-size: 12px;
}
.btn-primary-header{
	padding: 15px;
	font-size: 12px;
}
.navbar-collapse{
	margin-top: 20px;
}
.content-hero{
	padding: 30px;
	margin: 0px !important;
}
.content-hero>h1{
	font-size: 18px;
}

.content-hero span{
	color: var(--primary);
	font-family: 'Inter';
	font-size: 16px;
	font-style: italic;
	font-weight: 800;
	line-height: normal;
	text-transform: capitalize;
}
.btn-primary{
	font-size: 13px;
}
.hero{
	background-image: url('/assets/images/bg-hero-vertical.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 700px;
	margin: 0px;
	border-radius: 20px;
}
.katalog-hero, .jadwal-hero, .pendampingan-hero, .konsultansi-hero,.about-us-hero, .profil-pengajar-hero{
	background-image: url('/assets/images/bg-katalog-vertical.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 540px;
	margin: 0px;
	border-radius: 20px;
}
.berita-hero{
	background-image: url('/assets/images/bg-hero-berita-vertical.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 540px;
	margin: 0px;
	border-radius: 20px;
}
.faq-hero{
	background-image: url('/assets/images/faq-hero-bg-vertical.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 540px;
	margin: 0px;
	border-radius: 20px;
}
.alumni-hero{
	background-image: url('../img/bg-hero-infografis.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 540px;
	margin: 0px;
	border-radius: 20px;
}
.testi-hero{
	background-image: url('../img/bg-hero-testi-vertical.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 540px;
	margin: 0px;
	border-radius: 20px;
}
.contact-us-hero{
	background-image: url('/assets/images/contact-us-bg-vertical.jpg');
	background-size: cover;
	background-position: center bottom;
	min-height: 540px;
	margin: 0px;
	border-radius: 20px;
}
.info-section{
	margin: 30px 0px;
	border-radius: 20px;
	padding: 30px 20px;
}
.info-section h1{
	font-size: 19px;
	text-align: center;
	border-left: 4px solid white;
}
.pd-l-70{
	padding-left: 0px;
	padding-right: 1px;
	padding-top: 20px;
}
.carousel-control-prev{
	margin-left: -25px;
	opacity: 1 !important;
}
.carousel-control-next{
	margin-right: -25px;
	opacity: 1 !important;
}

i.icon-nav-slide {
	background-color: white;
	width: 30px;
	height: 30px;
	align-content: center;
	border-radius: 100px;
	border: 1px solid #E6E7E9;
}

.fa-arrow-left-long:before,.fa-arrow-right-long:before{
	font-size: 13px;
}

.about-us{
	padding: 20px;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

.about-top{
	display: none;
}

.about-bottom{
	display: inline-block;
}

.about-us p{
	margin-top: 10px;
}

.gallery-contain{
	padding: 0px 5px;
}

.layanan-kami{
	padding: 30px 20px;
	margin: 20px 0px;
}

.layanan-item{
	margin-bottom: 20px;
}

.layanan-item img{
	height: 150px;
}

span.number-service{
	font-size: 24px;
	width: 70px;
	height: 70px;
}

.layanan-item h2{
	padding-bottom: 10px;
}

.list-fasilitas>li{
	line-height: 28px;
	font-size: 15px;
}

.layanan-kami h1{
	text-align: left;
}

.green-line{
	margin: 30px 0px;
}

.paket-pelatihan{
	padding: 30px 10px;
	margin: 20px 0px;
}

.paket-pelatihan h1{
	margin-bottom: 30px;
}

.paket-item>img{
	height: 150px;
}

.paket-item>.card-body{
	padding: 20px;
	display: grid;
}

.paket-item>.card-body>h2{
	padding-bottom: 5px;
}

.paket-item>.card-body>p{
	padding-bottom: 5px;
}

.btn-secondary{
	padding: 10px 30px;
	font-size: 13px;
}

.why-us{
	padding: 30px 0px;
	margin: 20px 0px;
}

.videos img{
	height: 250px;
}

.why-us h1{
	margin-top: 30px;
}


img.img-fluid.rounded-start {
	padding: 10px 20px 10px;
}

.call-to-action{
	padding: 30px;
	margin: 20px 0px;
}

.btn-dark{
	padding: 10px 30px;
	width: 100%;
	font-size: 13px;
}

.hidden-img{
	display: none;
}

.step-sign{
	padding: 30px 0px;
	margin: 20px 0px;
}

.timeline{
	margin-top: 20px;
}

.timeline-icon>img {
	width: 50px;
}

.timeline-icon{
	top: 15%;
}

.timeline-content{
	padding: 0px;
}

.testimoni{
	padding: 30px 20px;
	margin: 20px 0px;
}

iframe {
	border: 0;
	width: 100%;
	height: 180px;
	margin-top: 20px;
}

.mitra-kami{
	margin: 50px 10px;
}

.logo-partner .slick-prev, .logo-partner .slick-next{
	top: 35% !important;
}

.logo-partner{
	margin-top: 30px;
}

.pengajar{
	margin: 0px 10px;
}

.list-pengajar .slick-prev, .list-pengajar .slick-next{
	top: 40% !important;
}

.ajar-item{
	min-height: fit-content;
}

.pengajar-item{
	margin-top: 20px;
}

.footer{
	padding: 40px 20px;
}

.footer img{
	width: 200px;
}

.footer h2{
	margin-top: 20px;
}

.footer p{
	margin-top: 15px;
}

.p-w-icon{
	margin-bottom: 10px;
}

.link-terkait>li{
	line-height: 25px;
}

.copyright{
	font-size: 12px;
}

.eksplor-pelatihan{
	padding: 30px 0px;
	margin: 20px 0px;
}

.pelatihan-tabs{
	padding: 5px;
}
.konsep-pelatihan{
	padding: 0px;
	margin: 20px 0px;
}
.highlight-pelatihan{
	padding: 30px 0px;
	margin: 20px 0px;
}

.btn.btn-dual-green {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 30px;
}

.btn-dual-white{
	width: 100%;
	padding: 15px 30px;
}

.jadwal-pelatihan{
	padding: 30px 0px;
	margin: 20px 0px;
}

.content-pendampingan{
	padding: 30px 0px;
	margin: 20px 0px;
}

.mobile-only{
	display: block;
	margin-bottom: 20px;
}

.dekstop-only{
	display: none;
}

.mobile-only img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 30px;
}

.deskripsi-profil{
	padding: 30px 0px;
	margin: 0px;
}

.content-profil{
	padding: 30px 20px;
}

.visi-misi {
	margin: 0px 0px;
	padding: 30px 20px;
}

.visi-misi .green-line{
	margin: 0 auto;
}

.tab-visi{
	width: 100%;
}

.visimisi-content .tab-pane {
	padding: 30px 10px;
}

.tim-perusahaan {
	margin: 50px 0px 0px 0px;
}

.fasilitas {
	margin: 50px 0px;
}

.publikasi-item{
	margin: 20px 0px 0px 0px;
}

.berita-terkini > .col-6 {
	padding: 5px !important;
}

.publikasi-item>.card-body {
	padding: 10px;
}

.list-faq{
	margin-top: 30px;
}

.temukan-kami {
	margin: 30px 0px;
}
.temukan-kami iframe{
	height: 250px;
}

.contact-item {
	margin: 10px 0px;
	padding: 30px;
	min-height: auto;
}

.cari {
	margin: 30px 0px 0px 0px;
}

.plyr--video{
	height: 250px;
}

.why-us-content{
    padding-left: 0px;
}

.content-single-hero{
	margin : 20px;
}

.content-single-hero hr{
        margin: 20px 0px;
        width: 80%;
    }

.title-pelatihan{
	font-size: 18px!important;
}

.tag-info{
	font-size: 12px!important;
}

.judul-meta{
	font-size: 14px!important;
	margin-bottom: 0px!important;
}

.pelatihan-meta{
	font-size: 14px!important;
	margin: 20px 0px!important;
}

.cta-pelatihan{
	margin-top : 30px;
	margin-left: 0px!important;
	position: inherit!important;
}

.judul-top-pelatihan{
	padding: 20px!important;
}
}