
/* SLIDER */

@media (min-width: 1200px) {
	.container {
		/* width: 1170px; */
		width: 1380px;
	}
}

.nivo-slider .theme-default .nivoSlider {
	border-radius: 10px 10px 10px 10px;
}

.nivo-slider .theme-default .nivoSlider img {
	border-radius: 10px 10px 10px 10px;
}

/* SLIDER */


.titlecompany{
	font-weight:bold;
	line-height: 10px;
}

.contact{
	line-height: 18px;
}

#footer {
	background: #343399;
	border-top: 4px solid #343399;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

section.highlight {
	background-color: #0099fd !important;
	border-color: #0099fd !important;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
	color: #FFF !important;
}

#footer h4 {
	font-size: 1.8em;
	font-weight: 200;
}

#footer h5 {
	color: #CCC !important;
}

#footer p {
	color: #CCC !important;
}

#footer ul.nav-list.primary > li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
	color:#fff;
}

#footer ul.nav-list.primary > li:last-child a {
	border-bottom: 0;
	color:#fff;
}

#footer ul.nav-list.primary > li a:hover {
	background-color: rgba(255, 255, 255, 0.05);
	color:#fff;
}

#footer ul.list.icons li {
	color:#fff;
	margin-bottom: 5px;
}

.mb-3 {
	margin-bottom: 15px !important;
}

.mb-4 {
	margin-bottom: 25px !important;
}

.custom-alert {
    padding: 15px 20px;
    background-color: #fff5f5; /* Latar merah sangat muda */
    color: #c53030; /* Teks merah tua */
    border-left: 5px solid #f56565; /* Garis tegas di kiri */
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    margin: 20px 0;
    transition: all 0.3s ease;
    animation: slideIn 0.4s ease-out;
}

.custom-alert-content {
    display: flex;
    align-items: center;
}

.custom-alert-icon {
    font-size: 22px;
    margin-right: 12px;
    font-weight: bold;
}

.custom-alert-title {
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
}

.custom-alert-close {
    margin-left: auto;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #fc8181;
}

.custom-alert-close:hover {
    color: #c53030;
}

/* Animasi muncul dari atas */
@keyframes slideIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.lokasi-box {
	background-color: #ebf8ff;
	/* Biru sangat muda untuk background */
	border-left: 6px solid #3182ce;
	/* Garis biru tegas di kiri */
	border-radius: 8px;
	/* Sudut tumpul agar elegan */
	padding: 15px 20px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	/* Bayangan halus */
	max-width: 500px;
}

.lokasi-title {
	color: #2a4365;
	/* Biru tua untuk judul */
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.lokasi-detail {
	color: #2c5282;
	/* Biru medium untuk teks alamat */
	font-size: 16px;
	margin-bottom: 12px;
}

.lokasi-link {
	color: #2b6cb0;
	text-decoration: underline;
	font-weight: 600;
	cursor: pointer;
	font-size: 14px;
}

.lokasi-link:hover {
	color: #2c5282;
}

.alert-custom-blue {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: #e3f2fd;
	/* Biru muda */
	border-left: 6px solid #2196f3;
	/* Garis aksen biru */
	border-radius: 8px;
	color: #0d47a1;
	/* Teks biru tua */
	font-family: 'Segoe UI', Roboto, sans-serif;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
	margin: 20px 0;
	position: relative;
}

.alert-icon {
	font-size: 20px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.alert-content {
	flex-grow: 1;
}

.alert-title {
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
}

.alert-close {
	cursor: pointer;
	font-size: 22px;
	color: #90caf9;
	line-height: 1;
	margin-left: 15px;
	transition: color 0.2s;
}

.alert-close:hover {
	color: #2196f3;
}

.alert-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2196f3;
	/* Lingkaran biru */
	color: white;
	/* Centang warna putih */
	width: 32px;
	height: 32px;
	border-radius: 50%;
	/* Membuat lingkaran sempurna */
	margin-right: 15px;
	font-weight: bold;
	flex-shrink: 0;
	/* Mencegah ikon gepeng jika teks panjang */
}

.loading-dots:after {
	content: '.';
	animation: dots 1.5s steps(5, end) infinite;
}

@keyframes dots {
	0%,
	20% {
		content: '.';
	}
	40% {
		content: '..';
	}
	60% {
		content: '...';
	}
	80% {
		content: '....';
	}
	100% {
		content: '';
	}
}

/* BARU */
.alert-warning-custom {
	display: flex;
	align-items: center;
	background-color: #fffbeb;
	/* Kuning sangat muda (Latar) */
	border-left: 8px solid #f59e0b;
	/* Garis kuning tebal di kiri */
	border-radius: 8px;
	padding: 16px 24px;
	/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
	font-family: sans-serif;
	/* max-width: 500px; */
}

.icon-container {
	background-color: #f59e0b;
	/* Kuning warning */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}

.icon-clock {
	width: 24px;
	height: 24px;
	color: white;
}

.text-container h3 {
	margin: 0;
	color: #92400e;
	/* Cokelat tua kekuningan untuk judul */
	font-size: 1.2rem;
	font-weight: bold;
}

.text-container p {
	margin: 4px 0 0 0;
	color: #b45309;
	/* Warna teks isi */
	font-size: 0.95rem;
}

.alert-custom-warning {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background-color: #fffbeb;
	/* Biru muda */
	border-left: 6px solid #f59e0b;
	/* Garis aksen biru */
	border-radius: 8px;
	color: #92400e;
	/* Teks biru tua */
	font-family: 'Segoe UI', Roboto, sans-serif;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
	margin: 20px 0;
	position: relative;
}