
.footer {
	padding-top: 3rem;
	padding-left: 6rem;
	padding-right: 6rem;
	padding-bottom: 2rem;
	margin: 2rem;
	border-radius: 25px;
	position: relative;
}

.socmed-icon {
	width: 21px;
	height: 21px;
	flex-shrink: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-menu-wrapper {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-header {
	color: #fafafa;
	font-family: ceraBold;
}
.footer-caption {
	color: #ccc;
}

.footer .footer-menu-wrapper>li {
}

.footer .footer-menu-wrapper>li img {
	height: 20px;
	margin: 3px;
}

.footer .footer-menu-wrapper>li img,
.footer .footer-menu-wrapper>li span {
	vertical-align: middle;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	gap: 30px;
}

.footer-column {
	flex: 1 1 200px;
	min-width: 200px;
}

.footer-column h3,
.footer-column h2 {
	margin-bottom: 10px;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 6px;
}

.footer-column ul li a {
	text-decoration: none;
}
.footer .footer-menu-wrapper a.active,
.footer .footer-menu-wrapper a:hover {
	color: #1a81f6;
}
.izin-img img{
	width: 75px;
	height: 75px;
	/*object-fit: cover;*/
	display: flex;
    align-items: center;
    justify-content: center;
}
.sertifikat-img img {
	width: 50px;
	height: auto;
} 
.sucor-logo-footer{
	width: 12rem;
	height:auto;
}
.theme-toggle {
	border: none;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 18px;
	cursor: pointer;
}

.theme-toggle:hover {
	background-color: rgba(32, 33, 35, 0.3);
}

.theme-modal {
	position: absolute;
	bottom: 70px;
	right: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	min-width: 100px;
}
.theme-option {
	padding: 10px 16px;
	cursor: pointer;
	font-size: 14px;
}
.theme-option:hover {
	background-color: rgba(26, 129, 246, 0.1);
}
.hidden {
	display: none;
}

@media (max-width: 991.98px) {
	.footer {
		padding-right: 2rem;
		padding-left: 2rem;
		margin: 20px;
	}
}