/*
	Theme Name: popularfx-child
	Author: BDD
	Author URI: https://bolehdicoba.com/
	Version: 4.3.6
	Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
	Text Domain: popularfx
	Template:  popularfx
*/

@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Red+Hat+Display:wght@400;500;700&display=swap');

aside.widget-area {
	display: none;
}

.badge {
	padding: 35px;
}

.badge-blue {
	background-color: #cce9f7;
	color: #479bc9;
}

.font-orange {
	color: #f18522 !important;
}

.logo-footer img {
	max-width: 120px;
}

.font-white div {
	color: #fff !important;
	text-align: center;
}

footer section {
	display: none !important;
}

/* Page Link */

.menu-link {
	background-color: #cce9f7;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 7px;
	padding: 3px 10px;
}

.menu-link img {
	margin-top: 7px;
	max-width: 60px !important;
	max-height: 60px;
	width: 100% !important;
	height: auto;
}

.menu-link .elementor-image-box-wrapper {
	display: flex;
	align-items: center;
}

.list-menu-link .elementor-top-column {
	width: 90% !important;
}

@media (max-width: 768px) {
	.site-main {
		padding-left: 0px;
		padding-right: 0px;
	}

	.logo-header {
		width: 80% !important;
	}

	.logo-header img {
		max-width: 120px;
	}

	.nav-header {
		width: 20% !important;
	}

	.nav-header ul.pagelayer-wp_menu-ul {
		margin-top: 45px;
	}

	.nav-header ul.pagelayer-wp_menu-ul a span {
		color: #479bc9 !important;
	}

	#backdrop-sks .p-jn68201 .pagelayer-col-holder>div:not(:last-child),
	#backdrop-sks .p-d9r8033 .pagelayer-col-holder>div:not(:last-child) {
		margin-bottom: 0px !important;
	}

	.elementor-element-93c465a img {
		display: flex;
		justify-content: center;
	}

	.menu-link-logo img {
		max-width: 100px !important;
	}

	.list-menu-link .elementor-top-column {
		width: 100% !important;
	}
}

body {
	position: relative;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #aaa;
}

a:focus {
	outline: none;
}

@media (min-width: 751px) {
	.hide-desktop {
		display: none !important;
	}
}

@media (max-width: 750px) {
	.hide-mobile {
		display: none !important;
	}
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	cursor: pointer;
}

/* header */
.site-header {
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	border-bottom: 3px solid #000;
}

.site-header .menu-toggle .burger {
	display: block;
}

.site-header .menu-toggle .close {
	display: none;
}

.site-header .menu-toggle.active .burger {
	display: none;
}

.site-header .menu-toggle.active .close {
	display: block;
}

.site-header .site-branding {
	width: auto;
	flex: 0 0 auto;
}

.site-header .custom-logo {
	max-width: 83px;
	height: auto;
}

.site-header .main-navigation {
	width: auto;
	flex: 1 0 0;
	text-align: center;
}

.site-header .main-navigation a {
	font-family: 'Bangers', sans-serif;
	font-size: 20px;
}

.site-header .main-navigation .current-menu-item>a {
	color: #000;
}

.site-header .main-navigation .menu-item-has-children .sub-menu {
	padding: 8px 6px;
}

.site-header .main-navigation ul .menu-item-has-children>a::before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f107';
	right: calc(50% - 65px);
	left: auto;
	text-align: right;
	border-color: transparent;
}

.site-header .main-navigation ul .menu-item-has-children:active>a::before,
.site-header .main-navigation ul .menu-item-has-children.focus>a::before {
	content: '\f106';
}

.header-btn-consult {
	flex: 0 0 auto;
	padding-top: 17px;
	padding-bottom: 24px;
	text-align: right;
}

.btn-sks-primary {
	border-radius: 0;
	border: 2px solid var(--Black, #010A0C);
	background: var(--Orange, #F28422);
	box-shadow: 4px 4px 0px 0px #010A0C;
	width: fit-content;
	padding: 10px 24px;
	line-height: normal;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.btn-sks-primary:hover {
	border: 2px solid var(--Black, #010A0C);
	box-shadow: 4px 4px 0px 0px #010A0C;
}

.btn-sks-primary:focus {
	color: #fff;
}

@media (max-width: 750px) {
	#masthead.site-header {
		padding: 0 20px;
		flex-wrap: wrap;
	}

	.site-header .site-branding {
		order: 2;
	}

	.site-header .custom-logo {
		max-width: 70px;
	}

	.site-header .menu-header-menu-container {
		margin-bottom: 50px;
	}

	.site-header .menu-toggle {
		flex: 0 0 auto;
		order: 1;
		top: 0;
		right: 0;
		padding: 9px 5px;
		border-radius: 0;
		border-color: transparent;
		background-color: transparent;
	}

	.site-header .main-navigation {
		order: 4;
		width: 112%;
		flex: 0 0 auto;
		text-align: center;
		margin: 0 -20px;
	}

	.site-header .main-navigation ul {
		width: 100%;
	}

	.site-header .main-navigation ul li {
		text-align: center;
	}

	.site-header .main-navigation ul.nav-menu>li:first-child {
		border-top: 2px solid #222;
		padding-top: 35px;
	}

	.site-header .main-navigation .menu-item-has-children .sub-menu {
		padding: 0;
	}

	.site-header .main-navigation .menu-item-has-children:active>ul,
	.site-header .main-navigation .menu-item-has-children:hover>ul,
	.site-header .main-navigation .menu-item-has-children.focus>ul {
		margin-left: 0;
		border: 0;
	}

	.site-header .main-navigation .menu-item-has-children:active>ul li a,
	.site-header .main-navigation .menu-item-has-children:hover>ul li a,
	.site-header .main-navigation .menu-item-has-children.focus>ul li a {
		color: var(--Light-Blue, #479BC9);
	}

	.site-header .main-navigation .menu-item a {
		border-color: #010A0C;
	}

	.header-copyright-privacy {
		margin: 20px 0 30px;
	}

	.header-copyright-privacy p {
		margin-bottom: 0;
	}

	.header-copyright {
		margin-bottom: 15px;
	}

	.header-copyright-privacy .header-privacy p a {
		font-family: 'Red Hat Display', sans-serif;
		font-size: 14px;
		padding: 0;
	}

	.header-btn-consult {
		order: 3;
		margin-left: auto;
	}

	.btn-sks-primary {
		padding: 8px 14px;
		font-size: 12px;
	}
}

/* end header */
/* footer */
.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover {
	color: #ddd;
}

.site-footer {
	background-color: #479BC9 !important;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	position: relative;
	padding: 97px 0 0;
	margin-top: 20px;
	margin-top: 0;
	border-top: 0;
}

.site-footer::before {
	content: '';
	background-image: url('https://dev.sksdigital.id/wp-content/uploads/2023/10/Frame.png');
	background-size: 100% auto;
	width: 374px;
	height: 624px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.site-footer::after {
	content: '';
	background-image: url('https://dev.sksdigital.id/wp-content/uploads/2023/10/Frame-1.png');
	background-size: 100% auto;
	width: 473px;
	height: 624px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media (min-width: 1400px) {
	.site-footer .container-footer {
		max-width: 1200px;
	}
}

.site-footer .container-footer {
	position: relative;
	z-index: 1;
}

.site-footer .container-footer .row {
	justify-content: space-between;
}

.site-footer .footer-logo {
	max-width: 127px;
}

.footer-title {
	margin-bottom: 15px;
	text-align: left;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer-description {
	text-align: left;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.footer-blocks {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer-block {
	margin-bottom: 30px;
}

.footer-blocks .footer-block {
	margin-bottom: 0;
}

.footer-akreditasi {
	margin-bottom: 70px;
}

.akreditasi-image-lists {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.akreditasi-image-lists .image-lists {
	flex: 0 0 auto;
	width: 31%;
}

.footer-menu {
	text-align: left;
}

.footer-menu ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 0;
}

.footer-menu ul li a {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.menu-item-phone-number {
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: 'liga' off;
}

.social-lists {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.ekosistem-image-lists {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ekosistem-image-lists .image-lists {
	max-width: 164px;
}

.footer-copyright-privacy {
	padding: 30px 0;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-copyright {
	text-align: left;
}

.footer-privacy {
	text-align: right;
}

.floating-contact {
	position: fixed;
	bottom: 62px;
	right: 20px;
	z-index: 100;
}

.contact-image {
	max-width: 170px;
	height: auto;
}

@media (max-width: 750px) {

	.site-footer::before,
	.site-footer::after {
		display: none;
	}

	.site-footer .container-footer .row {
		padding-left: 10px;
		padding-right: 10px;
	}

	.site-footer .container-footer .row:not(.footer-copyright-privacy) {
		gap: 15px;
	}

	.site-footer .footer-logo {
		max-width: 100px;
	}

	.footer-blocks {
		flex-direction: row;
		margin: 15px 0;
	}

	.footer-menu .menu .menu-item a {
		font-size: 14px;
		padding: 0;
		border-bottom: 0;
	}

	.footer-copyright,
	.footer-privacy {
		text-align: center;
	}

	.floating-contact {
		display: none;
	}
}

/* end footer */

/* homepage */
.elementor-section .elementor-container {
	z-index: 1;
}

.title-sks h2 {
	font-variant-numeric: lining-nums tabular-nums;
}

/* end homepage */

/* section-sks-bdd */
.section-sks-bdd {
	position: relative;
}

.section-sks-bdd::before {
	content: '';
	background-image: url('https://dev.sksdigital.id/wp-content/uploads/2023/10/Frame-2.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 392px;
	height: 518px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.section-sks-bdd::after {
	content: '';
	background-image: url('https://dev.sksdigital.id/wp-content/uploads/2023/10/Frame-3.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 392px;
	height: 518px;
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 750px) {
	.section-sks-bdd::before {
		background-image: url('https://dev.sksdigital.id/wp-content/uploads/2023/10/Frame-4.png');
		width: 304px;
		height: 402px;
	}

	.section-sks-bdd::after {
		background-image: url('https://dev.sksdigital.id/wp-content/uploads/2023/10/Frame-5.png');
		width: 304px;
		height: 402px;
	}
}

/* end section-sks-bdd */

/* section-title-siap-bantu */
.column-siap-bantu:hover .elementor-element-c41bf3b img,
.column-siap-bantu:hover .elementor-element-b9828d4 img {
	opacity: 1;
}

.column-siap-bantu:hover .elementor-element-881f284 .elementor-button,
.column-siap-bantu:hover .elementor-element-fcb5531 .elementor-button {
	background-color: #F28422;
}

.column-siap-bantu:hover .elementor-element-c41bf3b img {
	opacity: 1;
}

.column-siap-bantu:hover .elementor-element-881f284 .elementor-button {
	background-color: #F28422;
}

@media (max-width: 750px) {

	.column-siap-bantu .elementor-element-c41bf3b img,
	.column-siap-bantu .elementor-element-b9828d4 img {
		opacity: 1 !important;
	}

	.column-siap-bantu .elementor-element-881f284 .elem entor-button,
	.column-siap-bantu .elementor-element-fcb5531 .elementor-button {
		background-color: #F28422 !important;
	}

	.column-siap-bantu .elementor-element-c41bf3b img {
		opacity: 1 !important;
	}

	.column-siap-bantu .elementor-element-881f284 .elementor-button {
		background-color: #F28422 !important;
	}
}

.title-siap-bantu h2 {
	max-width: 800px;
	margin: 0 auto;
}

.title-siap-bantu-2 h2 {
	max-width: 700px;
	margin: 0 auto;
}

.decs-siap-bantu p {
	max-width: 590px;
	margin: 0 auto;
}

.decs-siap-bantu-2 p {
	max-width: 540px;
	margin: 0 auto;
}

.decs-tim-kami p {
	max-width: 520px;
	margin: 0 auto;
}

@media(max-width: 750px) {
	.decs-siap-bantu-2 p {
		max-width: 295px;
		margin: 0 auto;
	}
}

/* end section-title-siap-bantu */

/* mailchimp newsletter */
.newsletter-mailchimp-form {
	border: 2px solid #010A0C;
	background: #FFF;
	box-shadow: 4px 4px 0px 0px #010A0C;
}

.newsletter-text {
	color: #376444 !important;
	font-family: Anton;
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.newsletter-mailchimp-form {
	position: relative;
}

.newsletter-mailchimp-form input {
	width: 100%;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #dfcd97;
	padding: 15px 15px;
	color: var(--Black, #010A0C);
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: 'liga' off;
	font-family: 'Red Hat Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.newsletter-mailchimp-form input::placeholder {
	color: var(--Black, #010A0C);
	opacity: 0.5;
}

.newsletter-mailchimp-form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: transparent;
	padding: 15px 15px;
	border-color: transparent;
	color: var(--Orange, #F28422);
	font-variant-numeric: lining-nums tabular-nums;
	font-feature-settings: 'liga' off;
	/* Red Hat/Bold 16 */
	font-family: 'Red Hat Display';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.newsletter-mailchimp-form button i {
	margin-left: 10px;
}

@media(max-width: 750px) {
	.newsletter-mailchimp-form button {
		position: relative;
		text-align: center;
		width: 100%;
		background-color: #F28422;
		color: #010A0C;
		border-top: 2px solid #010A0C;
	}
}

/* end mailchimp newsletter */