/*
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.   ***************/

/* ===== GILROY FONT FACE ===== */
@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Thin Italic.otf') format('opentype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Xlight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Xlight Italic.otf') format('opentype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Light Italic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Italic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Medium Italic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy SemiBold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy SemiBold Italic.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Bold Italic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy XBold.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy XBold Italic.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Heavy.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Heavy Italic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Black.otf') format('opentype');
	font-weight: 950;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/SVN-Gilroy Black Italic.otf') format('opentype');
	font-weight: 950;
	font-style: italic;
	font-display: swap;
}

/* ===== END GILROY FONT FACE ===== */

:root {
	--primary-color: #002d72;
	--secondary-color: #5dace1;
	--bg-light-blue: #E0E5EE;
	--linear-yellow: linear-gradient(180deg, #FCEEBA 0%, #FBDB5D 100%);
	--linear-blue: linear-gradient(180deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.wpcf7-spinner {
	display: none;
}

body {
	font-family: 'Gilroy', sans-serif;
	font-weight: 400;
}

.header-main .nav>li>a {
	font-weight: bold;
}

li.html.header-social-icons {
	margin: 0;
}

.html .social-icons {
	font-size: 12px;
}

.autocomplete-suggestion .search-price {
	display: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.col-inner:last-child {
	padding-bottom: 0;
}

a {
	transition: all .25s ease;
}

p:last-child {
	margin-bottom: 0;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	max-width: 350px;
	width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	text-transform: math-auto;
	color: #000;
}

.mfp-bg.mfp-ready {
	background-color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
	backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active>.children {
	padding-bottom: 0;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0;
}

.autocomplete-suggestion img+.search-name {
	font-size: 16px;
}

.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children {
	position: relative;
	width: 100%;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.sub-menu li a {
	min-width: 150px;
	font-weight: 400 !important;
	text-transform: math-auto !important;
	color: initial !important;
	font-size: 14px !important;
}


.nav-uppercase li a,
.nav-uppercase li>a,
ul.nav-uppercase>li>a {
	text-transform: none !important;
	letter-spacing: normal !important;
}

.flickity-button {
	opacity: 1;
}

.flickity-button svg {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 10px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
}

.row-slider .flickity-prev-next-button svg {
	padding: 10px !important;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
	fill: #333;
}

.flickity-page-dots {
	background: #ffffff30;
	width: max-content;
	margin: auto;
	border-radius: 16px;
	padding: 0px 4px;
	padding-bottom: 2px;

}

.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

ul:last-child,
li:last-child {
	margin-bottom: 0;
}

.ss-pd {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}

.ss-banner {

	h1,
	h2 {
		font-size: 50px;
		font-weight: 800;

		span {
			background: var(--linear-yellow);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
		}
	}

	.icon-box {
		padding: 15px 0;
		border-bottom: 1px dashed #fff;

		&:last-child {
			border-bottom: 0;
		}

		.icon-box-text {
			p {
				text-align: justify;
				font-size: 18px;
			}
		}
	}

	.ux-timer {
		span {
			background-color: #fff;
			color: var(--primary-color);
		}
	}

	h3 {
		font-size: 24px;
	}

	form {
		margin-bottom: 0;

		input,
		select {
			border: 0;
			background-color: #fafafa;
			border-radius: 8px;
		}

		input.wpcf7-submit {
			margin: 0;
			width: 100%;
			text-transform: math-auto;
		}
	}
}

.frame-title {

	h2,
	h1 {
		position: relative;
		font-size: 38px;
		margin-bottom: 0;
		font-weight: 800;
		background: var(--linear-blue);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		padding-bottom: 20px;

		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			background-image: url(/wp-content/uploads/2026/05/dotline.png);
			width: 80%;
			height: 15px;
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}
	}
}

.ss-footer {
	.icon-box {
		margin-bottom: 15px;
	}
}

.accordion-item {
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;

	&:last-child {
		margin-bottom: 0;
	}

	.accordion-title,
	.accordion-title.active {
		border-top: 0px;
		background-color: #fff;
		padding-left: 20px;
		font-weight: 500;
		margin-bottom: 0px;
		border: 1px solid var(--primary-color);
		border-radius: 8px;
	}

	.accordion-title.active {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.toggle {
		left: unset;
		right: 0;
		margin-left: 0;

		i {
			font-size: 18px;
		}
	}

	.accordion-inner {
		padding: 20px;
		background-color: #f3f3f3;
	}
}

.ss-ecosystem {
	.info-number {
		h3 {
			font-size: 50px;
			margin-bottom: 0;
			background: var(--linear-blue);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			background-clip: text;
			font-weight: 900;
		}

		p {
			margin-bottom: 0;
			font-weight: 800;
			font-size: 20px;
		}
	}

	.accordion-title,
	.accordion-title.active {
		padding-left: 50px;

		&:after {
			content: '';
			position: absolute;
			width: 24px;
			height: 24px;
			background-image: url(/wp-content/uploads/2026/05/ic-bulb.svg);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			left: 20px;
			top: 13px;
		}
	}
}

.btn-tuvan {
	background: linear-gradient(180deg, #fdda35 36.06%, #fe9c2b 100%);
	border: 5px solid #fff;
	box-shadow: 0px 4px 4px rgba(217, 217, 217, 1) !important;

	&:hover {
		transform: scale(.95);
	}
}

.ss-method {
	.column-graphic {
		position: relative;

		&:after {
			content: '';
			position: absolute;
			bottom: 30px;
			left: 50%;
			transform: translate(-50%, 100%);
			width: 316px;
			height: 14px;
			background: var(--linear-blue);
			border-radius: 0px 0px 20px 20px;
		}
	}
}

.flickity-slider>.row:not(.is-selected) {
	opacity: 1;
}

.ss-teammember {
	.column-graphic {
		position: relative;

		.ul-desc {
			min-height: 210px;

			p {
				margin-bottom: 0;
			}
		}

		ul {
			margin-bottom: 0;

			li:last-child {
				margin-bottom: 0;
			}
		}

		h4 {
			display: block;
			background-color: var(--bg-light-blue);
			color: var(--primary-color);
			padding: 10px;
			border-radius: 8px;
			font-weight: 900;
			font-size: 20px;
		}

		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, 100%);
			width: 316px;
			height: 14px;
			background: var(--linear-blue);
			border-radius: 0px 0px 20px 20px;
		}

		&::before {
			content: '';
			position: absolute;
			left: 5%;
			top: -20px;
			width: 40px;
			height: 40px;
			background-image: url(/wp-content/uploads/2026/05/right.png);
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			z-index: 1;
		}
	}
}

.ss-feedback {
	.img-inner {
		border-radius: 50%;
		overflow: hidden;
		border: 2px solid var(--primary-color);
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	}

	.frame-star {
		i {
			color: #FFD250;
		}
	}
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
	border: 0;
}

.ss-partner {
	.box-image {
		border-radius: 16px;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		border: 1px solid var(--primary-color);
		padding: 15px;
	}

	.box-text {
		display: none;
	}

	.gallery-col.col {
		padding-top: 30px;
	}

	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: 0%;
	}
}

.ss-aboutus {
	h2 {
		font-style: italic;
	}

	h1 {
		font-size: 40px;
		background: var(--linear-blue);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		margin-bottom: 15px;
	}

	h3 {
		font-weight: 400;
		font-style: italic;
	}

	i {
		font-size: 20px;
		color: var(--secondary-color);
	}
}

.ss-vision-mission {
	.frame-heading {
		h3 {
			border-radius: 0.625rem 1.25rem;
			background: var(--linear-blue);
			color: #FFF;
			text-align: center;
			font-size: 1.5rem;
			font-style: normal;
			font-weight: 700;
			line-height: normal;
			width: max-content;
			padding: 0.25rem 1rem;
		}
	}

	.icon-box {
		align-items: center;
	}

	.icon {
		border: 4px solid #fff;
		background: var(--linear-blue);
		padding: 20px;
		border-radius: 50%;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
}

.ss-history {
	position: relative;

	ul {
		position: relative;

		&:before {
			content: '';
			position: absolute;
			top: 0;
			left: 114px;
			width: 1px;
			height: 100%;
			border: 1px dashed var(--primary-color);
		}
	}

	li {
		position: relative;
		list-style-type: none;
		margin-left: 0 !important;
		display: flex;
		align-items: flex-start;
		gap: 50px;

		&:after {
			content: '';
			position: absolute;
			width: 10px;
			height: 10px;
			background-color: var(--primary-color);
			border-radius: 50px;
			left: 110px;
			top: 8px;
		}

		&:before {
			content: '';
			position: absolute;
			width: 16px;
			height: 16px;
			background-color: #c9dcff;
			border-radius: 50px;
			left: 107px;
			top: 5px;
		}

		h3 {
			width: max-content;
			margin: 0;
			border-radius: 50px;
			background: var(--linear-blue);
			color: #FFF;
			text-align: center;
			font-size: 18px;
			font-weight: 700;
			line-height: normal;
			padding: 6px 24px;
		}
	}
}

.ss-achievements.ss-ecosystem {
	& .info-number {
		p {
			font-weight: 600;
		}
	}
}

.ss-trial {
	.icon-box {
		border: 2px solid var(--primary-color);
		border-radius: 50px;
		align-items: center;
		padding: 10px;
		margin-bottom: 15px;

		.icon {
			background: var(--linear-blue);
			padding: 10px;
			border-radius: 50px;
		}

		.icon-box-text {

			strong,
			b {
				color: var(--primary-color);
			}
		}
	}
}

.ss-route {
	.accordion-item {
		.accordion-inner {
			padding: 20px;
			background-color: #f3f3f3;

			h3,
			h4 {
				color: var(--primary-color);
			}
		}
	}
}

.ss-excellent {
	.box-text {
		display: none;
	}

	.box-image {
		border-radius: 12px;
		overflow: hidden;
	}

	.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
		margin-top: 0;
	}
}




@media(max-width: 1000px) {

	.ss-vision-mission {
		& .frame-heading {
			h3 {
				font-size: 20px;
			}
		}
	}

	.ss-aboutus {
		h1 {
			font-size: 30px;
		}
	}

	.ss-teammember {
		& .column-graphic {
			.ul-desc {
				min-height: 260PX;
			}
		}
	}

	.ss-banner {

		h1,
		h2 {
			font-size: 40px;
		}
	}

	.ss-ecosystem {
		& .info-number {
			h3 {
				font-size: 30px;
			}
		}
	}

	.ss-ecosystem {
		& .info-number {
			p {
				font-weight: 600;
				font-size: 14px;
			}
		}
	}

	.frame-title {

		h2,
		h1 {
			font-size: 26px;
		}
	}
}

@media(max-width: 600px) {
	.ss-teammember {
		& .column-graphic {
			.ul-desc {
				min-height: 240px;
			}
		}
	}

	.ss-aboutus {
		h1 {
			font-size: 24px;
		}
	}

	.ss-banner {

		h1,
		h2 {
			font-size: 24px;
		}

		h3 {
			font-size: 20px;
		}
	}
}