* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: "Poppins", arial;
}
nav.scrolled {
	box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
	background: #f5f7fa;
}
nav {
	display: flex;
	padding: 0.8rem 0;
	font-size: 1.2rem;
	justify-content: space-around;
	align-items: center;

	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;

	background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
}
nav .logo img {
	width: 100%;
	max-width: 250px;
}
nav ul li {
	display: inline-block;
	margin: auto;
	list-style: none;
}
nav ul li a {
	text-decoration: none;
	margin: 0 1rem;
	color: #000;
}
nav ul li:last-child a {
	padding: 0.6rem 2rem;
	border: 2px solid #4e73df;
	border-radius: 0.4rem;
	color: #4e73df;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
nav ul li:last-child a:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	background: #4e73df;
	color: #fff;
}
nav ul li a.menu-login {
	padding: 0.6rem 2rem;
	background: #4e73df;

	border-radius: 0.4rem;
	color: #eee;
	text-decoration: none;
	border: none;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}
nav ul li a.menu-login:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
	color: #fff;
}
nav ul li a:hover {
	color: #003285;
}
#hamburger {
	display: none;
	font-size: 24px;
	color: white;
	cursor: pointer;
}

/* style jumbotron */
.jumbotron {
	max-height: 650px;
	height: auto;
	min-height: 500px;
	position: relative;
	/* top: 30%; */
	/* margin-top: 25px; */
	right: 0;
	left: 0;
	justify-content: space-between;

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
	display: flex;
	align-items: center;
	padding: 120px 50px 10px 50px;
}
.jumbotron .left {
	flex: 1;
	max-width: 55%;
}
.jumbotron .left h1 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
	text-transform: capitalize;
}
.jumbotron .left p {
	font-size: 1.2rem;
	color: #555;
	margin-top: 10px;
	line-height: 1.6;
}
.jumbotron .left a {
	display: inline-block;
	padding: 12px 20px;
	margin-top: 12px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;

	/* background: #ff9800; */
	background: #4e73df;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.jumbotron .left a:hover {
	background: rgb(70, 111, 232);

	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.jumbotron .left h1 span {
	color: #ff9800;
}
.jumbotron .right {
	flex: 1;
}
.jumbotron .right img {
	max-width: 80%;
	border-radius: 10px;
}
/* info css */
.info {
	background-color: #f8f9fa;
	text-align: center;
	padding: 50px 20px;
}

.info-header h2 {
	margin-bottom: 10px;
	color: #333;
}

.info-header p {
	font-size: 1rem;
	color: #666;
	margin-bottom: 40px;
}

.info-stats {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.info-box {
	padding: 20px;
	transition: transform 0.3s ease;
}

.info-box:hover {
	transform: translateY(-5px);
}

.info-count {
	font-size: 2.5rem;
	font-weight: bold;
	color: #007bff;
}

.info-label {
	font-size: 1rem;
	color: #444;
	margin-top: 10px;
}

/* style reason */
.reason {
	margin-top: 60px;
	padding: 25px 50px;
}
.reason h2 {
	margin-bottom: 15px;
	text-transform: capitalize;
	text-align: center;
}
.reason .sub-reason {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.reason .card {
	border-radius: 10px;
	max-width: 250px;
	border: 2px solid transparent;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.reason .card.active {
	max-width: 300px;
}
.reason .card:hover {
	border: 2px solid #4e73df;
	box-shadow: 5px 15px 15px rgba(0, 96, 255, 0.1);
}
.reason .card img {
	max-width: 100%;

	border-radius: 10px 10px 0 0;
}
.reason .card h3 {
	text-transform: capitalize;
}
.reason .card h3,
.reason .card p {
	padding: 5px;
	width: 80%;
	margin: auto;
	text-align: center;
}

/* style tentang */
.tentang-section {
	background: #ffffff;
	padding: 80px 20px;
	color: #333;
}

.tentang-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

/* style use */
.use {
	padding: 25px 50px;
}
.use h2 {
	margin-bottom: 15px;
	text-transform: capitalize;
}
.collapsible {
	width: 100%;
	max-width: 700px;
	margin-bottom: 5px;
}
input[type="checkbox"] {
	display: none;
}
.collapsible label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #c3cfe2;
	border-radius: 5px;
	padding: 10px;
	background: #f5f7fa;
}
.collapsible label i {
	transition: transform 0.3s;
}
input[type="checkbox"]:checked + label i {
	transform: rotate(180deg);
}
.content {
	max-height: 0;
	overflow: hidden;
	padding: 0 15px;
	transition: max-height 0.3s ease-in-out, padding 0.3s;
	border-radius: 5px;
}
input[type="checkbox"]:checked ~ .content {
	max-height: 200px;
	padding: 10px 15px;
	border: 1px solid #c3cfe2;
}

/* testimoni pengguna */
#testimoni {
	padding: 25px 50px;
	background-color: #77bef0;
}

.testimoni-container {
	max-width: 1200px;
	margin: 0 auto;
}

.testimoni-title {
	text-align: center;
	margin-bottom: 40px;
	color: #000;
}

.testimoni-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.testimoni-card {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	width: 100%;
	max-width: 340px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.3s ease;
}

.testimoni-card:hover {
	transform: translateY(-5px);
}

.testimoni-user {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.user-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.user-info h5 {
	margin: 0;
	font-size: 1rem;
	color: #333;
}

.user-info small {
	color: #777;
}

.testimoni-text {
	font-style: italic;
	color: #555;
	margin: 16px 0;
}

.testimoni-footer {
	margin-top: auto;
	text-align: right;
}

.star {
	font-size: 1rem;
	color: #ccc;
}

.star.filled {
	color: #ffc107;
}

/* style tentang */
.tentang-section {
	background: #ffffff;
	padding: 80px 20px;
	color: #333;
}

.tentang-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.tentang-text {
	flex: 1;
	min-width: 300px;
}

.tentang-text h2 {
	margin-bottom: 20px;
	color: #4e73df;
}

.tentang-text h2 span {
	color: #77bef0;
}

.tentang-text p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 15px;
	text-align: justify;
}

.tentang-image {
	flex: 1;
	text-align: center;
	min-width: 300px;
}

.tentang-image img {
	max-width: 100%;
	height: 350px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* style contactadmin */
.contactadmin {
	padding: 25px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactadmin .card {
	padding: 5px;
	display: flex;
	gap: 10px;
}
.contactadmin .card img {
	max-width: 100px;
	border-radius: 100%;
}
.contactadmin .body small {
	font-weight: 100;
	font-style: italic;
}
.contactadmin .contact-footer a {
	display: inline-block;
	padding: 10px 24px;
	margin-top: 12px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #4e73df;
	color: #4e73df;
	transition: all 0.3s ease-in-out;
}
.contactadmin .contact-footer a:hover {
	background: #4e73df;

	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* style footer */
.footer {
	background-color: #2c3e50;
	color: #ecf0f1;
	padding: 60px 20px 20px 20px;
	font-size: 0.95rem;
}

.footer-container {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.footer-column {
	flex: 1;
	min-width: 250px;
}

.footer-column h4 {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: #ffffff;
	border-bottom: 2px solid #4e73df;
	display: inline-block;
	padding-bottom: 5px;
}

.footer-column p,
.footer-column ul,
.footer-column li,
.footer-column a {
	color: #ecf0f1;
	line-height: 1.8;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column a {
	text-decoration: none;
	color: #ecf0f1;
	transition: color 0.3s ease;
}

.footer-column a:hover {
	color: #77bef0;
}

.footer-bottom {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #34495e;
	margin-top: 20px;
	font-size: 0.9rem;
	color: #bdc3c7;
}
@media (max-width: 1124px) {
	.jumbotron {
		padding-top: 50px;
	}

	.reason .sub-reason {
		grid-template-columns: 1fr 1fr;
	}

	h2 {
		text-align: center;
	}
}

@media (max-width: 768px) {
	nav {
		background: #f5f7fa;
	}
	nav .logo img {
		width: 100%;
		max-width: 150px;
	}
	#hamburger {
		display: block;
		color: #e68900;
	}
	nav .nav-menu {
		position: absolute;
		top: 100%;
		height: 100vh;
		right: -100%;
		/* font-size: 1rem; */
		width: 12rem;
		background: #c3cfe2;
		border-radius: 10px 0 0 10px;
		transition: 0.4s;
	}
	nav ul li {
		display: flex;
	}
	nav ul li a {
		margin: 10px;
	}
	nav .nav-menu.active {
		right: 0;
	}
	nav ul li:lash-child a,
	nav ul li a.menu-login {
		border: 2px solid transparent;
		color: #000;
	}
	nav ul li:lash-child a:hover,
	nav ul li a.menu-login:hover {
		background: none;
		padding: 0;
		color: #000;
	}

	.jumbotron {
		/* flex-direction: column-reverse; */
		flex-direction: column;
		text-align: center;
		width: 100%;
		margin-top: 10%;
		padding: 50px 20px;
	}

	.jumbotron .left,
	.jumbotron .right {
		max-width: 100%;
	}
	.jumbotron .right {
		margin-top: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.jumbotron .left a {
		padding: 15px 30px;
	}

	.jumbotron .right img {
		max-width: 250px;
		border-radius: 0;
	}
	.reason .sub-reason {
		grid-template-columns: 1fr;
	}
	.reason .card {
		max-width: 300px;
	}
	.collapsible {
		width: 100%;
	}

	.contactadmin .card {
		display: inline-block;
	}
	h2 {
		text-align: center;
	}

	.testimoni-row {
		flex-direction: column;
		align-items: center;
	}

	.tentang-container {
		flex-direction: column;
		text-align: center;
	}

	.tentang-text p {
		text-align: center;
	}

	.footer-container {
		flex-direction: column;
		text-align: center;
		gap: 40px;
	}
}
