:root {
	--color-primary: #0b5acf;
	--color-primary-hover: #2b7cf7;

	--color-secondary: #23dab2;
	--color-secondary-hover: #56ebcb;

	--color-primary-linear-gradient: linear-gradient(to right, #0056d2, #74c0ff);
}

* {
	scroll-behavior: smooth;
}
a {
	color: var(--color-primary);
	transition: all 0.3s;
}
a:hover {
	color: var(--color-primary-hover);
	text-decoration: none;
}
input:focus {
	border: 1px solid var(--color-primary) !important;
	box-shadow: 0 0 6px var(--color-primary-hover) !important;
}
::-webkit-scrollbar {
	width: 10px;
	scrollbar-color: #f0f0f0 #808080;
}

::-webkit-scrollbar-thumb {
	scrollbar-highlight-color: var(--color-primary);
	background-color: var(--color-primary-hover);
	border-radius: 10px;
	border: 2px solid #fff;
}

.hr {
	margin: 0;
	padding: 0;
}

.high-title {
	position: relative;
	color: var(--color-primary);
	text-transform: uppercase;
	font-weight: 700;
}
.high-title span {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background: #0056d2;
	display: block;
	border-radius: 50px;
}
.desc-high-title {
	font-size: 1rem;
}

.section-limit {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.bg-header-popup {
	background-color: var(--color-primary) !important;
	color: #fff !important;
}
.bg-header-popup .close {
	color: #fff !important;
}
.bg-btn-popup {
	background-color: var(--color-primary) !important;
	color: #fff !important;
	transition: all 0.3s;
}
.bg-btn-popup:hover {
	background-color: var(--color-primary-hover) !important;
}

/* Topbar */
#topbar {
	background-color: #f8f9fa; /* Warna background */
	border-bottom: 1px solid #e9ecef; /* Garis bawah */
	font-size: 14px; /* Ukuran font */
}
#topbar a {
	color: var(--color-primary); /* Warna link */
	text-decoration: none;
}
#topbar a:hover {
	color: var(--color-primary-hover);
	text-decoration: underline;
}
#topbar .container-fluid {
	max-width: 100%;
}

/* Navbar */
.navbar {
	position: sticky;
	top: 0;
	z-index: 1020;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.navbar-brand,
.navbar-nav {
	color: var(--color-primary) !important;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-brand:hover {
	color: var(--color-primary-hover) !important;
}
.navbar-nav .nav-link:hover {
	color: var(--color-primary-hover) !important;
}
.btn-login {
	background-color: var(--color-primary);
	color: #eee !important;
	transition: all 0.3s;
}
.btn-login:hover.nav-link {
	background-color: var(--color-primary-hover) !important;
	color: #fff !important;
	box-shadow: 0 0 3px 3px var(--color-primary-hover) !important;
}
.navbar-nav .nav-link:focus.btn-login {
	background-color: var(--color-primary) !important;
	color: #fff !important;
}
.navbar-nav .nav-link:visited.btn-login {
	background-color: var(--color-primary) !important;
}
.bg-btn-forgot,
.bg-btn-login,
.bg-btn-register,
.bg-btn-change-password {
	background-color: var(--color-primary) !important;
	color: #fff !important;
	transition: all 0.3s;
}
.bg-btn-forgot:hover,
.bg-btn-login:hover,
.bg-btn-register:hover,
.bg-btn-change-password:hover {
	background-color: var(--color-primary-hover) !important;
}
.nav-item.dropdown:focus,
.dropdown-toggle:focus {
	color: var(--color-primary) !important;
}
.dropdown-menu .dropdown-item:hover {
	background-color: var(--color-primary-hover);
	color: #fff;
}

/* Banner */
.jumbotron {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
		url("../image/banner/banner.jpg") no-repeat center center;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	min-height: 500px; /* tambah tinggi */
	display: flex; /* agar isi tetap rapi */
	align-items: center; /* konten vertical center */
}
.jumbotron .col-jumbotron {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.say-hello {
	color: #fff;
	/* font-weight: bold; */
	font-size: 1rem;
	margin-bottom: 5px;
}
.text-banner {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
}
.subtext-banner {
	font-size: 1.3rem;
	color: #eee;
}
section#banner .img-banner {
	width: 350px;
}

/* About US */
section#aboutUs {
	padding-top: 80px;
	padding-bottom: 80px;
}
section#aboutUs .content-teks,
section#aboutUs .content-teks p {
	font-size: 1.1rem;
	line-height: 1.5 !important;
	color: #555;
}

/* Contact Us */
section#contact {
	padding-top: 80px;
	padding-bottom: 80px;
}
section#contact .iconSosmed a {
	font-size: 30px;
	padding: 5px;
	display: inline-block;
	transition: all 0.3s; /* Pindahkan transition ke sini */
}
section#contact .iconSosmed a.instagram {
	color: #e1306c !important;
}
section#contact .iconSosmed a.instagram:hover {
	color: #fa6294 !important;
	transform: scale(1.1);
}
section#contact .iconSosmed a.whatsapp {
	color: rgb(18, 140, 126) !important;
}
section#contact .iconSosmed a.whatsapp:hover {
	color: rgb(35, 216, 195) !important;
	transform: scale(1.1);
}
section#contact .iconSosmed a.email {
	color: #c71610 !important;
}
section#contact .iconSosmed a.email:hover {
	color: #f13d37 !important;
	transform: scale(1.1);
}
section#contact .iconSosmed a.web {
	color: #0056b3 !important;
}
section#contact .iconSosmed a.web:hover {
	color: #007bff !important;
	transform: scale(1.1);
}
section#contact .maps-contact {
	width: 100%;
	height: 400px;
	border: 0;
}

/* Footer */
section#footer {
	background-color: #f3f3f3;
	margin-top: 0;
}
section#footer .title-foot {
	font-weight: bold;
	text-transform: uppercase;
}
.icon-to-top {
	display: none;
	position: fixed;
	right: 25px;
	bottom: 15px;
	z-index: 10;
	transition: opacity 0.3s ease;
}
.icon-to-top i {
	font-size: 2.3rem;
	/* filter: invert(100%); */
	color: #333;
	opacity: 0.8;
	transition: all 0.3s;
}
.icon-to-top i:hover {
	text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}
/* End Footer */

/* MEDIA QUERY */
/* Desktop */
@media screen and (min-width: 980px) {
	.btn-login,
	.elemen-dropdown-logged {
		margin-left: 30px;
	}
}

.topbar .col-left {
	text-align: left;
}
.topbar .col-right {
	text-align: right;
}

/* Mobile */
@media screen and (max-width: 975px) {
	.topbar .col-left,
	.topbar .col-right {
		text-align: center !important;
	}
	.jumbotron .row {
		justify-content: center;
	}
	.text-banner {
		text-align: center;
		font-size: 1.5rem;
	}
	.subtext-banner {
		text-align: center;
		font-size: 18px;
	}
	section#banner .img-banner {
		margin-top: 10px;
		width: 240px;
	}

	.high-title {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 400px) {
}
