/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Coiny&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--primary-color: #F99C1F;
	--secondary-color: #ED2A30;
	--hover-color: #FA6406;
	--bg-be: #FFF8E8;
	--font-title: "Coiny", system-ui;
	--font-body:  "Montserrat", sans-serif;
}
footer#footer {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-title);
	font-weight: 400;
}
body {
	font-family: var(--font-body);
	font-weight: 400;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}
.col-inner:last-child, p:last-child {
	padding-bottom: 0;
}
a {
	transition: all 0.25s ease;
}
.header-main .nav > li > a {
	font-weight: 600;
}
.header-button-1 a {
	min-width: 160px;
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: math-auto;
	font-family: var(--font-title);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.header-button-1 a span {
	line-height: 1;
	text-decoration: underline;
}
.btn-style-1 {
	min-width: 160px;
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: math-auto;
	font-family: var(--font-title);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.btn-style-1 span {
	line-height: 1;
	text-decoration: underline;
}
.btn-style-1:hover {
	background-color: var(--hover-color);
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
	font-weight: 400;
}
.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background-color: var(--hover-color) !important;
	box-shadow: none;
}
.ss-pd {
	padding-bottom: 10px !important;
	padding-top: 40px !important;
}
.ss-tagline h1 {
	color: var(--secondary-color);
}
.ss-tagline h1, .ss-tagline h2 {
	font-size: 28px;
	margin-bottom: 0;
}
.ss-tagline .graphic {
	position: relative;
}
.ss-tagline .graphic:after, .ss-tagline .graphic:before {
	content: '';
	position: absolute;
	top: -35px;
	left: -115px;
	width: 140px;
	height: 140px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/wp-content/uploads/2025/12/graphic.png);
}
.ss-tagline .graphic:before {
	left: unset;
	right: -115px;
	transform: rotateY(180deg);
}
.frame-title h2 {
	color: var(--secondary-color);
	margin-bottom: 0;
	font-size: 32px;
}
.frame-title h3 {
	margin-bottom: 0;
}
.ss-heroic-english .icon-box {
	box-shadow: 0px 4px 4px 0px #00000040;
	border: 3px dashed var(--secondary-color);
	background-color: var(--primary-color);
	border-radius: 12px;
	padding: 10px;
}
.ss-heroic-english .icon-box p {
	color: #fff;
	font-size: 12px;
}
.ss-heroic-english .bg-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/wp-content/uploads/2025/12/Untitled-design-1.png);
}
.ss-heroic-english .img-1 .img-inner {
	overflow: visible;
}
.ss-heroic-english .img-1 .img-inner img {
	transform: translate(95%, 25%);
}
.ss-heroic-english .img-2 .img-inner {
	overflow: visible;
}
.ss-heroic-english .img-2 .img-inner img {
	transform: translate(20%, -20%);
}
.icon-box-img img, .icon-box-img svg {
	padding-top: 0;
}
.ss-battle-eou .frame-title h3 {
	font-family: var(--font-body);
	font-size: 24px;
	font-weight: bold;
}
.ss-battle-eou .video.video-fit.mb {
	border-radius: 10px;
	overflow: hidden;
}
.ss-benefit .frame-title h3 {
	font-size: 32px;
	color: var(--primary-color);
}
.ss-benefit .banner-benefit {
	border-radius: 10px;
	overflow: hidden;
}
.ss-benefit .icon-box {
	height: 100%;
	padding: 15px;
	border-radius: 16px;
	background-color: var(--bg-be);
	border: 2px solid var(--primary-color);
	transition: all 0.5s ease;
}
.ss-benefit .icon-box h3 {
	font-size: 16px;
	font-family: var(--font-body);
	font-weight: 600;
}
.ss-benefit .icon-box p, .ss-benefit .icon-box li {
	font-size: 12px;
}
.ss-benefit .icon-box:hover {
	background-color: var(--primary-color);
}
.ss-benefit .icon-box:hover h3, .ss-benefit .icon-box:hover p, .ss-benefit .icon-box:hover li {
	color: #fff;
}
.ss-benefit .icon-box:hover img {
	filter: brightness(0) invert(1);
}
.ss-interview h4 {
	font-size: 14px;
	color: var(--secondary-color);
	margin: 0;
}
.ss-interview h3 {
	font-size: 28px;
	color: var(--primary-color);
	margin-bottom: 0;
}
.ss-interview p {
	margin-bottom: 0;
}
.ss-interview .banner {
	border-radius: 10px;
	overflow: hidden;
}
.ss-interview .col-highlight .banner{
	margin-bottom: 15px;
}
.ss-interview .row-list-video h3 {
	font-size: 16px;
	margin: 0;
}
.ss-interview .row-list-video p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ss-interview .col-highlight .col-inner {
	background-color: var(--bg-be);
	padding: 15px;
	border-radius: 20px;
}
.ss-interview .frame-title h3 {
	font-size: 24px;
}
.ss-interview .frame-title p {
	margin-bottom: 30px;
}
.ss-interview .row-list-video .col-inner {
	overflow-y: auto;
	max-height: 350px;
	overflow-x: hidden;
}
.ss-chance .box-text {
	display: none;
}
.ss-chance .img-1 {
	float: right;
	margin-bottom: 0px !important;
}
.ss-chance .img-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: rotate(-12deg);
}
.ss-chance .img-1:hover, .ss-chance .img-2:hover {
	z-index: 2;
}
.ss-chance .flickity-button {
	opacity: 1;
	bottom: -65px;
	height: 50px;
	top: unset;
	display: block;
}
.ss-chance .flickity-button .flickity-button-icon {
	background-color: var(--secondary-color);
	border-radius: 10px;
	padding: 10px;
}
.ss-chance .flickity-button .flickity-button-icon path {
	fill: #fff;
	opacity: 1;
}
.ss-chance .flickity-button.next {
	left: 56%;
}
.ss-chance .flickity-button.previous {
	left: 35%;
}
.ss-chance .gallery-col.col {
	padding-bottom: 0;
}
.ss-award .icon-box {
	background: linear-gradient(45deg, rgba(237, 42, 48, 1) 20%, rgba(249, 156, 31, 1) 80%);
	padding: 30px;
	border-radius: 15px;
	padding-top: 120px;
	height: 100%;
	transition: all 0.25s ease;
	border: 3px solid var(--secondary-color);
}
.ss-award .icon-box h3 {
	font-size: 28px;
	line-height: 1;
}
.ss-award .icon-box p {
	font-family: var(--font-title);
	font-size: 30px;
	line-height: 1;
	color: var(--secondary-color);
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	padding-bottom: 10px;
}
.ss-award .icon-box ul li {
	list-style-type: none;
	margin-left: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	font-weight: bold;
}
.ss-award .icon-box ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.ss-award .icon-box .icon-box-img {
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.ss-award .icon-box:hover {
	background: var(--primary-color);
}
.ss-award .prize-1 .icon-box-img {
	top: -130px;
}
.ss-award .voucher {
	padding-top: 30px;
	padding: 20px;
	position: relative;
}
.ss-award .voucher p {
	margin-bottom: 15px;
	color: #000;
}
.ss-award .voucher h4 {
	font-size: 40px;
	color: var(--secondary-color);
	line-height: 1;
	margin-bottom: 0;
}
.ss-award .voucher:after, .ss-award .voucher:before {
	content: '';
	position: absolute;
	top: 35px;
	left: 90px;
	width: 140px;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/wp-content/uploads/2025/12/a7b158a16799cbf451dba03aae3ba6adda530a0712669-qNjOMD_fw1200-1.png);
}
.ss-award .voucher:before {
	transform: rotateY(180deg);
	left: unset;
	right: 90px;
}
.ss-route .icon-box-text {
	background-color: var(--secondary-color);
	padding: 10px;
	border-radius: 10px;
}
.ss-route .icon-box-text h3, .ss-route .icon-box-text p {
	color: #fff;
	margin: 0;
}
.ss-journey {
	position: relative;
}
.ss-journey .frame-title h3 {
	font-size: 32px;
	color: var(--secondary-color);
}
.ss-journey .frame-title h2 {
	font-size: 64px;
	text-shadow: 2px 4px 2px var(--secondary-color);
	color: #fff;
}
.ss-journey .col-shadow > .col-inner {
	box-shadow: 7px 4px 7.5px 0px #C900063B;
}
.ss-journey .icon-box {
	box-shadow: 2px 2px 5px 0px #0000001A;
	padding: 15px;
	border-radius: 10px;
	height: 100%;
	background-color: var(--primary-color);
}
.ss-journey .icon-box p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #fff;
}
.ss-journey .icon-box img {
	filter: brightness(0) invert(1);
}
.ss-journey .btn-style-1 {
	margin-bottom: 0;
}
.ss-journey:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 900px;
	height: 590px;
	background-image: url(/wp-content/uploads/2025/12/4057eb74e6a55cf41b276cbe50835a8ab44db41620d4e-GkpqmA_fw1200-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ss-route-up h3 {
	background-color: var(--bg-be);
	padding: 10px;
	border-radius: 15px;
	border: 1px solid var(--primary-color);
	box-shadow: 1px 3px 1.7px 0px #00000040;
	font-size: 26px;
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	margin-bottom: 20px;
	transition: all 0.25s ease;
}
.ss-route-up h4 {
	font-size: 24px;
	color: var(--primary-color);
	transition: all 0.25s ease;
	margin-bottom: 0;
}
.ss-route-up p {
	margin-bottom: 0;
}
.ss-route-up .btn-style-1 {
	margin-bottom: 0;
}
.ss-route-up .item:hover h3 {
	border-color: var(--secondary-color);
	background-color: var(--secondary-color);
	color: #fff;
}
.ss-route-up .item:hover h4 {
	color: var(--secondary-color);
}
.ss-diffirent .icon-box {
	margin-top: 30px;
}
.ss-diffirent .icon-box h4 {
	margin-bottom: 0;
	color: var(--secondary-color);
}
.ss-team .item {
	padding: 10px;
	background-color: var(--bg-be);
	border: 1px solid var(--secondary-color);
	border-radius: 10px;
	height: 100%;
}
.ss-team .item h4, .ss-team .item p {
	margin-bottom: 0;
}
.ss-team .item h4 {
	color: var(--secondary-color);
}
.gallery-col.col .box-text {
	display: none;
}
.ss-student-say .icon-box {
	margin-top: 20px;
}
.ss-tuition .frame-title h2 {
	font-size: 64px;
	text-shadow: 2px 4px 2px var(--secondary-color);
	color: #fff;
}
.ss-tuition .column-tuition-1 p {
	margin-bottom: 15px;
	color: var(--secondary-color);
}
.ss-tuition .column-tuition-1 h3 {
	background-color: var(--secondary-color);
	color: #fff;
	border-radius: 10px;
	line-height: 1.3;
	padding: 10px;
}
.ss-tuition .column-tuition-1 h4 {
	color: var(--secondary-color);
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 15px;
}
.ss-tuition .column-tuition-1 .btn-style-1 {
	margin-bottom: 0;
}
.ss-tuition .column-tuition-2 p {
	color: #fff;
}
.ss-tuition .column-tuition-2 h3 {
	background-color: var(--bg-be);
	color: var(--secondary-color);
}
.ss-tuition .column-tuition-2 h4 {
	color: #fff;
}
.ss-expected .frame-item {
	display: flex;
	align-items: center;
	gap: 15px;
}
.ss-expected .frame-item div {
	background-color: var(--primary-color);
	border-radius: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	min-height: 76px;
}
.ss-expected .frame-item div h4 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1;
}
.ss-expected .frame-item div p {
	margin: 0;
	color: #fff;
}
.ss-footer .icon-box {
	margin-bottom: 15px;
}
.ss-footer .icon-box:last-child {
	margin-bottom: 0;
}
.ss-footer ul {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.ss-footer ul li {
	list-style-type: none;
	margin: 0;
}
.ss-footer .btn-style-1 {
	margin-bottom: 0;
}
.ss-footer .line-hr hr {
	border: 1px solid #fff;
	opacity: 0.5;
}
.ss-footer .terms p {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.ss-footer .ux-logo {
	text-align: center;
}
.ss-footer .ux-logo {
	margin: auto;
	display: block;
}
@media (max-width: 998px) {
	.ss-interview .col:not(.col-highlight) .video-button-wrapper{
		font-size: 240% !important;
	}
	.ss-award .voucher:after, .ss-award .voucher:before {
		top: 80px;
		width: 100px;
		height: 80px;
	}
	.ss-award .icon-box {
		padding-top: 30px;
	}
	.ss-award .icon-box .icon-box-img {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}
	.ss-journey .frame-title h3 {
		font-size: 28px;
	}
	.ss-journey:after {
		width: 598px;
		height: 415px;
	}
	.ss-chance .flickity-button.previous {
		left: 39%;
	}
	.ss-chance .gallery-col.col {
		padding-bottom: 30px;
	}
	.ss-interview .row-list-video .col-inner {
		max-height: 490px;
	}
	.ss-benefit .frame-title h3 {
		font-size: 28px;
	}
	.ss-benefit .icon-box p, .ss-benefit .icon-box li {
		font-size: 14px;
	}
	.ss-battle-eou .frame-title h3 {
		font-size: 16px;
	}
	.frame-title h2 {
		color: var(--secondary-color);
		margin-bottom: 0;
		font-size: 28px;
	}
	.ss-heroic-english .icon-box p {
		font-size: 14px;
	}
	.ss-tagline h1, .ss-tagline h2 {
		font-size: 26px;
	}
	.ss-tagline .graphic:after, .ss-tagline .graphic:before {
		content: none;
	}
}
@media (max-width: 580px) {
	.ux-timer span {
		font-size: 28px;
	}
	.ss-interview .col:not(.col-highlight) .video-button-wrapper {
		font-size: 80% !important;
	}
	.ss-award .voucher:after, .ss-award .voucher:before {
		top: unset;
		bottom: -10px;
		width: 49px;
		height: 60px;
	}
	.ss-award .voucher:before {
		right: 0px;
	}
	.ss-award .voucher:after {
		left: 0;
	}
	.ss-expected .frame-item {
		flex-direction: column;
	}
	.ss-tuition .frame-title h2 {
		font-size: 34px;
	}
	.ss-journey .frame-title h2 {
		font-size: 46px;
	}
	.ss-journey:after {
		width: 400px;
		height: 300px;
	}
	.ss-chance .flickity-button.previous {
		left: 35%;
	}
	.ss-interview .row-list-video h3 {
		font-size: 16px;
	}
	.ss-interview h3 {
		font-size: 20px;
	}
	.header-button-1 a {
		font-size: 12px;
		min-width: 140px;
		min-height: 35px;
	}
	.ss-interview .frame-title h3 {
		font-size: 20px;
	}
	.ss-interview .row-list-video .col-inner {
		max-height: 285px;
	}
}
