@import url("/fonts/fonts.php"); /* File: css/style.css */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
body,
html {
	height: 100%;
	font-family: Arial, sans-serif;
	overflow-x: hidden;
}
.container {
	display: flex;
	flex-direction: column;
	background: url("../images/bg-idulfitri.png") no-repeat center center fixed;
	background-size: cover;
	min-height: 100vh;
	position: relative;
} /* Layout Sections */
.top-section {
	display: flex;
	flex-basis: 30%; /* Tentukan tinggi relatif atau tetap */
	height: 30%; /* Atau bisa menggunakan height secara eksplisit */
	overflow: hidden; /* Agar tidak terjadi overflow */
	margin-top: 1%;
}
.middle-section {
	display: flex;
	flex-basis: 40%; /* Tentukan tinggi relatif */
	height: 40%;
	align-items: center; /* Pusatkan konten */
	justify-content: center; /* Pusatkan konten */ /*padding-top: 300px;*/
	margin-top: 415px;
	z-index: 2;
}
.bottom-section {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	justify-items: center;
	gap: 10px;
	height: auto;
	margin-top: 42px;
}
.bottom-section .column {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom-section .column img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
} /* Horizontal Slider */
.horizontal-slider-container {
	width: 100%;
	height: 80%;
	overflow: hidden;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	margin-top: 1%;
}
.horizontal-slider {
	display: flex;
	height: 100%;
	will-change: transform;
}
.horizontal-slider .slide {
	flex: 0 0 auto;
	padding: 0 5px;
	display: flex;
	align-items: center;
}
.horizontal-slider img {
	height: 100%;
	width: auto;
	max-height: 150px;
	object-fit: contain;
	border-radius: 8px;
	transition: transform 0.3s ease;
}
.horizontal-slider-container:hover .horizontal-slider img {
	transform: scale(1.1);
} /* Main Content */
.back-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -8%;
	z-index: 0;
}
.back-column {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 50 !important;
} /* Kolom yang sama ukurannya */
.column {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
} /* Kolom yang sama ukurannya */
.column1 {
	margin-top: 10px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column1 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.rkft {
	text-align: center;
	margin-top: 5%;
	margin: 20px 0;
	z-index: 50 !important;
}
.rkft img {
	width: 400px;
	height: auto;
	transition: transform 0.3s ease;
}
.text-back {
	font-size: clamp(20px, 4vw, 40px);
	color: #8a0000;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
		-1px 1px 0 #fff;
	line-height: 1.4;
	animation: zoomIn 10s;
}
.zoom-text-back {
	font-size: clamp(20px, 4vw, 40px);
	color: #8a0000;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
		-1px 1px 0 #fff;
	line-height: 1.4;
	animation: zoomIn 10s;
} /* hiasan natal ===== */
.natal {
	font-family: "Almalik Regular";
	display: block;
	font-size: larger; /*font-size: clamp(24px, 5vw, 48px); /*line-height: 1.4; /* SHADOW DASAR (OUTLINE) — TIDAK BERUBAH */ /*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff; /*animation: gentlePulse 3s ease-in-out infinite; animation: zoomGlow 3s ease-in-out infinite;*/
	animation: glowText 2.8s ease-in-out infinite;
}
.puasa {
	font-family: "Almalik Regular";
	display: block;
	font-size: 50pt;
	color: #008a3c !important; /*font-size: clamp(24px, 5vw, 48px); /*line-height: 1.4; /* SHADOW DASAR (OUTLINE) — TIDAK BERUBAH */ /*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff; /*animation: gentlePulse 3s ease-in-out infinite; animation: zoomGlow 3s ease-in-out infinite;*/
	animation: glowText 2.8s ease-in-out infinite;
}
@keyframes glowText {
	0% {
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
			-1px 1px 0 #fff, 0 0 6px rgba(255, 255, 255, 0.6),
			0 0 12px rgba(176, 23, 23, 0.6); /*transform: scale(1);*/
	}
	25% {
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
			-1px 1px 0 #fff, 0 0 12px gold, 0 0 24px #ff0000; /*transform: scale(1.05);*/
	}
	50% {
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
			-1px 1px 0 #fff, 0 0 6px rgba(255, 255, 255, 0.6),
			0 0 12px rgba(176, 23, 23, 0.6); /*transform: scale(1);*/
	}
	75% {
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
			-1px 1px 0 #fff, 0 0 12px rgb(0, 255, 81), 0 0 24px #40fe3c; /*transform: scale(1.05);*/
	}
	100% {
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
			-1px 1px 0 #fff, 0 0 6px rgba(255, 255, 255, 0.6),
			0 0 12px rgba(176, 23, 23, 0.6); /*transform: scale(1);*/
	}
}
.natal-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: -10px;
	flex-wrap: wrap; /* aman untuk mobile */
}
.natal-icon {
	flex-shrink: 0;
} /* Ikon natal mengambang */
.natal-icon {
	animation: floatIcon 3.5s ease-in-out infinite;
	filter: drop-shadow(0 0 0 #008a3c) drop-shadow(1px 0 0 #008a3c)
		drop-shadow(-1px 0 0 #008a3c) drop-shadow(0 1px 0 #008a3c)
		drop-shadow(0 -1px 0 #008a3c) drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
}
.ramadhan-icon {
	filter: drop-shadow(0 0 0 #008a3c) drop-shadow(1px 0 0 #008a3c)
		drop-shadow(-1px 0 0 #008a3c) drop-shadow(0 1px 0 #008a3c)
		drop-shadow(0 -1px 0 #008a3c) drop-shadow(0 0 6px rgba(255, 215, 0, 0.6));
} /* Delay berbeda kiri & kanan */
.natal-icon.left {
	animation-delay: 0s;
}
.natal-icon.right {
	animation-delay: 1.5s;
}
@media (max-width: 768px) {
	.natal-icon {
		width: 100px;
	}
}
@media (max-width: 480px) {
	.natal-wrapper {
		flex-direction: column;
	}
	.natal-icon {
		width: 90px;
	}
}
@keyframes floatIcon {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
} /* ========================================================= SNOW SYSTEM — 3 LAYER + WIND (PERMANENT) ========================================================= */
.snow-system {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 9999;
	overflow: hidden;
} /* Base layer - PERMANENT */
.snow-layer {
	position: absolute;
	inset: 0;
	background-repeat: repeat;
	animation-name: snowFallWind;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	will-change: transform;
} /* ================== LAYER BELAKANG ================== */
.layer-back {
	background-image: radial-gradient(
			1px 1px at 20px 30px,
			rgba(255, 255, 255, 0.35),
			transparent
		),
		radial-gradient(
			1px 1px at 160px 210px,
			rgba(255, 255, 255, 0.25),
			transparent
		),
		radial-gradient(
			0.8px 0.8px at 280px 140px,
			rgba(255, 255, 255, 0.2),
			transparent
		);
	background-size: 300px 300px;
	animation-duration: 22s;
	opacity: 0.4;
} /* ================== LAYER TENGAH ================== */
.layer-mid {
	background-image: radial-gradient(
			1.5px 1.5px at 40px 70px,
			rgba(255, 255, 255, 0.6),
			transparent
		),
		radial-gradient(
			1.5px 1.5px at 190px 230px,
			rgba(255, 255, 255, 0.5),
			transparent
		),
		radial-gradient(
			1.2px 1.2px at 320px 160px,
			rgba(255, 255, 255, 0.45),
			transparent
		);
	background-size: 350px 350px;
	animation-duration: 16s;
} /* ================== LAYER DEPAN ================== */
.layer-front {
	background-image: radial-gradient(
			2px 2px at 90px 110px,
			rgba(255, 255, 255, 0.9),
			transparent
		),
		radial-gradient(
			2px 2px at 260px 300px,
			rgba(255, 255, 255, 0.8),
			transparent
		),
		radial-gradient(
			1.8px 1.8px at 360px 200px,
			rgba(255, 255, 255, 0.85),
			transparent
		);
	background-size: 400px 400px;
	animation-duration: 12s;
	filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
} /* ================== ANIMASI JATUH + ANGIN ================== */
@keyframes snowFallWind {
	from {
		transform: translate(-30px, -100%);
	}
	to {
		transform: translate(80px, 100%);
	}
} /* ========================================================= SNOW GROUND — TUMPUKAN LOOPING ========================================================= */ /*.snow-ground { position: absolute; bottom: 3%; left: 0; width: 100%; height: 0; background: linear-gradient( to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), transparent ); filter: blur(1px); opacity: 0; animation: snowGroundLoop 140s infinite linear; }*/ /* ================== ANIMASI LOOPING TUMPUKAN ================== */ /*@keyframes snowGroundLoop { 0% { height: 0; opacity: 0; } 5% { opacity: 0.3; } 20% { height: 20px; opacity: 0.6; } 40% { height: 40px; opacity: 0.8; } 60% { height: 60px; opacity: 1; } 75% { height: 80px; opacity: 1; } 85% { height: 80px; opacity: 1; } 90% { height: 60px; opacity: 0.8; } 95% { height: 30px; opacity: 0.5; } 100% { height: 0; opacity: 0; } }*/ /* ========================================================= RESPONSIVE & PERFORMANCE ========================================================= */
@media (max-width: 768px) {
	.layer-back {
		animation-duration: 26s;
	}
	.layer-mid {
		animation-duration: 20s;
	}
	.layer-front {
		animation-duration: 15s;
	}
	@keyframes snowGroundLoop {
		0% {
			height: 0;
			opacity: 0;
		}
		20% {
			height: 15px;
			opacity: 0.6;
		}
		40% {
			height: 30px;
			opacity: 0.8;
		}
		60% {
			height: 45px;
			opacity: 1;
		}
		75% {
			height: 60px;
			opacity: 1;
		}
		85% {
			height: 60px;
			opacity: 1;
		}
		90% {
			height: 40px;
			opacity: 0.8;
		}
		95% {
			height: 20px;
			opacity: 0.5;
		}
		100% {
			height: 0;
			opacity: 0;
		}
	}
}
@media (max-width: 480px) {
	.snow-ground {
		animation-duration: 100s; /* Lebih cepat di mobile */
	}
	@keyframes snowGroundLoop {
		0% {
			height: 0;
			opacity: 0;
		}
		25% {
			height: 10px;
			opacity: 0.6;
		}
		50% {
			height: 20px;
			opacity: 0.8;
		}
		75% {
			height: 30px;
			opacity: 1;
		}
		85% {
			height: 30px;
			opacity: 1;
		}
		90% {
			height: 20px;
			opacity: 0.8;
		}
		95% {
			height: 10px;
			opacity: 0.5;
		}
		100% {
			height: 0;
			opacity: 0;
		}
	}
} /* ========================================================= FIXED SNOW OPACITY - SELALU JELAS ========================================================= */
.snow-layer {
	opacity: 1 !important; /* Selalu full opacity */
	transition: none !important; /* Tidak ada transisi opacity */
} /* Atur opacity tetap untuk setiap layer */
.layer-back {
	opacity: 0.6 !important; /* Lebih jelas dari sebelumnya */
}
.layer-mid {
	opacity: 0.85 !important;
}
.layer-front {
	opacity: 1 !important;
} /* Nonaktifkan semua animasi opacity */
@keyframes snowFallWind {
	from {
		transform: translate(-30px, -100%); /* opacity: 1; */ /* Hapus jika ada */
	}
	to {
		transform: translate(80px, 100%); /* opacity: 1; */ /* Hapus jika ada */
	}
} /* ============ end effect ============ */ /* Icons Section */
.bottom-section .column {
	flex: 0 1 auto;
}
.bottom-section .column img {
	width: clamp(120px, 20vw, 300px);
	height: auto;
	max-height: 175px;
	transition: all 0.3s ease;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
.bottom-section .column img:hover {
	transform: scale(1.15);
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.2));
} /* Running Checklist */
.running-checklist-container-red {
	position: absolute;
	bottom: 17%;
	width: 100%;
	background: linear-gradient(
		90deg,
		rgba(138, 0, 0, 0.8) 0%,
		rgba(138, 0, 0, 0.9) 50%,
		rgba(138, 0, 0, 0.8) 100%
	);
	padding: 12px 0;
	color: white;
	font-size: clamp(14px, 2vw, 20px);
	overflow: hidden;
	border-top: 2px solid gold;
	border-bottom: 2px solid gold;
}
.running-checklist-container {
	position: absolute;
	bottom: 5%;
	width: 100%;
	background: linear-gradient(
		90deg,
		rgba(138, 0, 0, 0.29) 0%,
		rgba(138, 0, 0, 0.29) 50%,
		rgba(138, 0, 0, 0.29) 100%
	);
	padding: 12px 0;
	color: white;
	font-size: clamp(14px, 2vw, 20px);
	overflow: hidden;
	border-top: 2px solid gold;
	border-bottom: 2px solid gold;
}
.running-checklist-title {
	font-weight: bold;
	margin-bottom: 5px;
	color: #ffd700;
	text-shadow: 1px 1px 2px #000;
	text-align: center !important;
}
.running-checklist {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	animation: scrollChecklist 120s linear infinite;
}
.running-checklist:hover {
	animation-play-state: paused;
}
.opd-item {
	display: inline-block;
	margin: 0 20px;
	padding: 4px 12px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.separator {
	color: gold;
	font-weight: bold;
} /* ========================================= HEADER ================================ */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3%;
	padding: 5px 50px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	backdrop-filter: blur(10px);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	z-index: 5;
}
.header::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.4),
		transparent
	);
	transition: 0.5s;
}
.header:hover::before {
	left: 100%;
}
.h-logo {
	color: #8a0000;
	font-size: 25px;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}
.logo-img {
	display: inline-block;
	transition: transform 0.3s ease;
	z-index: 1002 !important;
}
.logo-img:hover {
	transform: scale(1.2) translateY(10px); /*filter: drop-shadow(0 0 2px rgba(255, 0, 0, 0.9)) drop-shadow(0 0 4px rgba(255, 0, 0, 0.7)) drop-shadow(0 0 6px rgba(255, 0, 0, 0.5)) drop-shadow(0 0 8px rgba(255, 0, 0, 0.3)) drop-shadow(0 0 10px rgba(255, 0, 0, 0.2));*/
	z-index: 1002 !important;
}
.logo-img2:hover {
	transform: scale(1.9); /* Memperbesar gambar sedikit saat di-hover */
	transition: transform 0.3s ease; /* Menambahkan transisi agar lebih halus */ /*filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.8)) drop-shadow(0 0 10px rgba(255, 0, 0, 0.6)) drop-shadow(0 0 20px rgba(255, 0, 0, 0.4)) drop-shadow(0 0 40px rgba(255, 0, 0, 0.2)) drop-shadow(0 0 60px rgba(255, 0, 0, 0.1));*/
}
.h-navbar {
	display: flex;
	align-items: center;
	z-index: 1001 !important;
}
.nav-icon img {
	display: block;
	object-fit: contain;
} /* UKURAN PER IKON */
.nav-icon.sipde-bmd img {
	width: 50px;
	height: 20px;
}
.nav-icon.jaga-id img {
	width: 60px;
	height: 20px;
}
.nav-icon.kalkulator-susut img {
	width: 24px;
	height: 24px;
}
.nav-icon.e-checklist img {
	width: 20px;
	height: 20px;
}
.nav-icon.monitor-app img {
	width: 21px;
	height: 21px;
}
.nav-icon:hover img {
	transform: scale(1.15);
	filter: brightness(1.15) drop-shadow(0 0 4px #fff)
		drop-shadow(0 0 6px #8a0000);
}
.logo-img3:hover {
	transform: scale(1.1); /* Memperbesar gambar sedikit saat di-hover */
	transition: transform 0.3s ease; /* Menambahkan transisi agar lebih halus */
}
.h-navbar a {
	color: white;
	font-size: medium;
	text-decoration: none;
	margin-left: 35px;
	transition: 0.8s;
	text-shadow: 1px 1px 0 #000, /* Posisi bayangan 1 */ -1px -1px 0 #000,
		/* Posisi bayangan 2 */ 1px -1px 0 #000,
		/* Posisi bayangan 3 */ -1px 1px 0 #000; /* Posisi bayangan 4 */
}
.h-navbar a:hover {
	color: #8a0000 !important;
	font-weight: bold;
	font-size: x-large !important;
	transform: scale(1.1);
	text-shadow: 1px 1px 0 #fff, /* Posisi bayangan 1 */ -1px -1px 0 #fff,
		/* Posisi bayangan 2 */ 1px -1px 0 #fff,
		/* Posisi bayangan 3 */ -1px 1px 0 #fff; /* Posisi bayangan 4 */
} /* ========================================= FOOTER ================================ */
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3%;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	backdrop-filter: blur(10px);
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	z-index: 5;
}
.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255, 255, 255, 0.4),
		transparent
	);
	transition: 0.5s;
}
.footer:hover::before {
	left: 100%;
}
.f-navbar {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.f-navbar a {
	color: #8a0000;
	font-size: medium;
	text-decoration: none;
	transition: 0.3s;
}
.f-navbar a:hover {
	color: rgb(1, 3, 122);
	font-weight: bold;
	font-size: larger !important;
	text-shadow: 1px 1px 0 #fff, /* Posisi bayangan 1 */ -1px -1px 0 #fff,
		/* Posisi bayangan 2 */ 1px -1px 0 #fff,
		/* Posisi bayangan 3 */ -1px 1px 0 #fff; /* Posisi bayangan 4 */
}
.f-navbar .center {
	flex: 1;
	text-align: center;
} /* Animations */
@keyframes scrollChecklist {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes gentlePulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.9;
		transform: scale(1.02);
	}
}
@keyframes zoomGlow {
	0%,
	100% {
		filter: brightness(0.95) drop-shadow(0 0 5px rgba(255, 255, 255, 0.1))
			drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));
	}
	25% {
		filter: brightness(1.05) drop-shadow(0 0 15px rgba(255, 255, 255, 0.3))
			drop-shadow(0 0 25px rgba(255, 255, 255, 0.4))
			drop-shadow(0 0 35px rgba(255, 255, 255, 0.2));
	}
	50% {
		filter: brightness(0.95) drop-shadow(0 0 5px rgba(255, 215, 0, 0.1))
			drop-shadow(0 0 10px rgba(176, 23, 23, 0.2));
	}
	75% {
		filter: brightness(1.05) drop-shadow(0 0 15px rgba(255, 215, 0, 0.3))
			drop-shadow(0 0 25px rgba(176, 23, 23, 0.4))
			drop-shadow(0 0 35px rgba(255, 255, 255, 0.2));
	}
} /* Responsive Design */
@media (max-width: 1024px) {
	.top-section {
		height: 25vh;
	}
	.bottom-section {
		height: 25vh;
		gap: 15px;
	}
	.running-checklist-container {
		bottom: 80px;
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.top-section {
		height: 20vh;
	}
	.middle-section {
		padding: 10px;
	}
	.zoom-text-back {
		font-size: 24px;
	}
	.natal {
		font-size: 28px;
	}
	.bottom-section {
		height: auto;
		padding: 10px;
		gap: 10px;
	}
	.bottom-section .column img {
		width: clamp(100px, 25vw, 200px);
	}
	.running-checklist-container {
		position: relative;
		bottom: auto;
		margin-top: 20px;
		font-size: 14px;
	}
	.header,
	.footer {
		padding: 8px 15px;
	}
	.h-navbar,
	.f-navbar {
		gap: 10px;
	}
}
@media (max-width: 480px) {
	.zoom-text-back {
		font-size: 20px;
	}
	.natal {
		font-size: 24px;
	}
	.bottom-section {
		flex-direction: column;
		height: auto;
	}
	.running-checklist {
		animation-duration: 60s;
	}
	.opd-item {
		margin: 0 8px;
		padding: 2px 8px;
		font-size: 12px;
	}
} /* Print Styles */
@media print {
	.header,
	.footer,
	.running-checklist-container,
	.horizontal-slider-container {
		display: none;
	}
	.container {
		background: white !important;
	}
	.zoom-text-back {
		color: black !important;
		text-shadow: none !important;
	}
}
@media (max-width: 768px) {
	.bottom-section {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 480px) {
	.bottom-section {
		grid-template-columns: 1fr;
	}
}
