/********** Template CSS **********/
:root {
	--primary: #4272d7;
	--secondary: #f6f6f6;
	--light: #ffffff;
	--dark: #152440;
}

h1,
h2,
.font-weight-bold {
	font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
	font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
	font-weight: 500 !important;
}

.pt-6 {
	padding-top: 90px;
}

.pb-6 {
	padding-bottom: 90px;
}

.py-6 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.btn {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	transition: 0.5s;
}

.btn-primary {
	color: #ffffff;
	background: #4272d7;
}

.btn-square {
	width: 36px;
	height: 36px;
}

.btn-sm-square {
	width: 28px;
	height: 28px;
}

.btn-lg-square {
	width: 46px;
	height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
}

.top-shape::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 100%;
	top: 0;
	left: -20px;
	background: var(--primary);
	transform: skew(35deg);
}

.navbar-light .navbar-nav .nav-link {
	font-family: "Barlow", sans-serif;
	padding: 30px 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--dark);
	outline: none;
	transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
	padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--primary);
}

@media (max-width: 991.98px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
	}
}

.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(21, 36, 64, 0.7);
	z-index: 1;
}

@media (max-width: 576px) {
	.carousel-caption h5 {
		font-size: 14px;
		font-weight: 500 !important;
	}

	.carousel-caption h1 {
		font-size: 30px;
		font-weight: 600 !important;
	}
}

.carousel-control-prev,
.carousel-control-next {
	width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
}

.agenda {
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.service-item {
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.service-item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	bottom: -50px;
	left: 0;
	background: var(--light);
	border-radius: 100% 100% 0 0;
	box-shadow: 0px -10px 5px #eeeeee;
	transition: 0.5s;
}

.service-item:hover::after {
	bottom: -25px;
}

.service-item p {
	transition: 0.3s;
}

.service-item:hover p {
	margin-bottom: 25px !important;
}

.team-item img {
	transform: scale(1.15);
	margin-left: -30px;
	transition: 0.5s;
}

.team-item:hover img {
	margin-left: 0;
}

.team-item .team-text {
	left: -100%;
	transition: 0.5s;
}

.team-item .team-text::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	right: -60px;
	margin-top: -30px;
	border: 30px solid;
	border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
	left: 0;
}

.testimonial-carousel .owl-nav {
	margin-top: 30px;
	display: flex;
	justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
	position: relative;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: var(--primary);
	font-size: 22px;
	border-radius: 45px;
	transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	color: var(--dark);
}

.testimonial-carousel .owl-item img {
	width: 90px;
	height: 90px;
}

.blog-item img {
	transition: 0.5s;
}

.blog-item:hover img {
	transform: scale(1.1);
}

.bshadow {
	color: #0e0e0e;
}
.bshadow .list {
	background-color: #fff;
	padding: 20px;
}
.bshadow:hover {
	background-color: #4272d7;
	color: #fff;
	border-left: 5px solid #f4dd41;
}

.custom-link {
	color: #0e0e0e; /* Warna teks default */
	text-decoration: none; /* Opsional: Hilangkan underline */
}

.custom-link:hover {
	color: white !important;
	background-color: #4272d7;
}

/* Large rounded green border */
hr.new5 {
	border: 5px solid blue;
	margin-top: -0.5rem;
}

.VerticalTab.tabs_ver_2.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 25%;
	margin-top: 0 !important;
	float: left;
	width: 20%;
	margin-bottom: 10px;
}
.VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container {
	padding: 0;
	border: 0;
	float: left;
	width: 78%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
	border-radius: 0;
	margin-left: 13px;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li {
	display: block;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: none;
	color: #fff;
	padding: 10px !important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 0;
	line-height: 24px;
	border-radius: 0;
	margin-bottom: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
	text-align: left;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list .resp-tab-active {
	margin-bottom: 0 !important;
	padding: 10px !important;
	background-color: #fff !important;
	border: 0 !important;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li:hover {
	background-color: #fff !important;
	padding: 10px !important;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.VerticalTab.tabs_ver_2 h2.title_contanier {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #999;
	text-transform: inherit;
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 25px;
	line-height: 3px;
	border-bottom: 1px solid #e6e6e6;
}
.VerticalTab.tabs_ver_2 .resp-tab-content {
	border: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.VerticalTab.tabs_ver_2 p {
	color: #999;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
h2.resp-tab-active {
	border: 0 !important;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 0 !important;
	padding: 10px 15px !important;
	background: rgba(59, 89, 152, 0.8) !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
h2.resp-accordion:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
h2.resp-accordion .tabs-text {
	position: relative;
	left: 10px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
}
.arrow-tabs {
	float: right;
	color: #fff;
	font-size: 18px !important;
}
h2.resp-accordion .fc_icons {
	font-size: 22px;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	width: 42px !important;
	height: 42px !important;
	text-align: center;
	position: relative;
	z-index: 2;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 43px;
	background: #fff !important;
}
@media only screen and (max-width: 768px) {
	.resp-vtabs .resp-tabs-container {
		border: none !important;
		float: none !important;
		width: 100% !important;
		min-height: 250px !important;
		clear: none !important;
	}
	.VerticalTab.tabs_ver_2.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_3.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_4.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_5.resp-vtabs .resp-tabs-container,
	.VerticalTab.tabs_ver_6.resp-vtabs .resp-tabs-container {
		margin-left: 0;
	}
}
ul.resp-tabs-list {
	margin: 0;
	padding: 0;
}
.resp-tabs-list li {
	font-weight: 600;
	font-size: 13px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
}
.resp-tabs-container {
	padding: 0;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
}
.resp-tab-active {
	border: 1px solid #5ab1d0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px !important;
	border-top: 4px solid #5ab1d0 !important;
	border-bottom: 0 #fff solid !important;
	border-bottom: none;
	background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border: 1px solid #c1c1c1;
	border-top-color: #5ab1d0;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0 solid #c1c1c1;
	margin: 0;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0 solid #c1c1c1 !important;
	margin-bottom: 0 !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: #4272d7;
}
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5ab1d0 !important;
	border-left: 4px solid #5ab1d0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #fff solid !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9b9797;
}
h2.resp-tab-active {
	background: #dbdbdb;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
	width: 100%;
	margin: 0;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;
}
@media only screen and (max-width: 768px) {
	ul.resp-tabs-list {
		display: none;
	}
	h2.resp-accordion {
		display: block;
	}
	.resp-vtabs .resp-tab-content {
		border: 1px solid #c1c1c1;
	}
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: 100px;
		clear: none;
	}
	.resp-accordion-closed {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}
.VerticalTab.tabs_ver_1 .resp-tabs-list .resp-tab-active {
	color: #4272d7 !important;
}
.VerticalTab.tabs_ver_1 .resp-tabs-list li:hover,
.VerticalTab.tabs_ver_2 .resp-tabs-list li,
.VerticalTab.tabs_ver_1 .resp-tabs-list li {
	background-color: #4272d7 !important;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list .resp-tab-active,
.VerticalTab.tabs_ver_2 .resp-tabs-list li:hover {
	color: #4272d7 !important;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list li i {
	color: #4272d7;
}
.VerticalTab.tabs_ver_2 .resp-tabs-list .resp-tab-active i,
.VerticalTab.tabs_ver_2 .resp-tabs-list li:hover i {
	background: #4272d7 !important;
}
h2.resp-accordion {
	background: #4272d7 !important;
}
.profil-card {
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
	margin: 0 auto 1.6%;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	line-height: 1.45em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.profil-card .photo {
	position: relative;
	padding: 20px;
}
.profil-card .description {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
.profil-card .description h1 {
	font-family: "Roboto", sans-serif;
	line-height: 30px;
	font-weight: 700;
	margin: 10px 0;
	font-size: 25px;
}
.profil-card .description h2 {
	color: #3d4451;
	font-size: 14px;
	line-height: 1.1;
	font-family: "Open Sans";
	text-transform: uppercase;
	margin: 1.2% 0;
}
.profil-card .description p {
	position: relative;
	margin: 0;
	padding-top: 20px;
}
.profil-card .description a {
	color: #75d13b;
	margin-bottom: 10px;
	float: right;
}
@media screen and (min-width: 600px) {
	.profil-card {
		width: 100%;
		height: auto;
	}
	.profil-card .photo {
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		float: left;
	}
	.profil-card .description {
		float: left;
		z-index: 0;
	}
}

.site-main {
	min-height: 100px;
	font-size: 28px;
	margin-bottom: 10px;
	float: right;
}
.site-main .box-detail {
	list-style: inline !important;
}

@media (max-width: 320px) {
	/* Dimensi iPhone SE */
	.bshadow {
		flex-direction: column; /* Susun elemen secara vertikal */
		padding: 0.8rem; /* Kurangi padding */
		text-align: center; /* Pusatkan teks */
	}

	.bshadow i {
		font-size: 1.5rem; /* Sesuaikan ukuran ikon */
		margin-bottom: 0.5rem; /* Jarak antara ikon dan teks */
	}

	.bshadow h7 {
		font-size: 0.85rem; /* Perkecil teks */
		line-height: 1.2; /* Sesuaikan tinggi baris */
		word-wrap: break-word; /* Pecah teks jika terlalu panjang */
	}
}
