/*
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;
	--linear-yellow: linear-gradient(180deg, #FCEEBA 0%, #FBDB5D 100%);
	--linear-red: linear-gradient(180deg, #db1f1f 0%, #9d0b0f 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: 500px;
	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 {
		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;
			}
		}
	}

	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;
		}
	}
}

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

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

.frame-title {
	h2 {
		position: relative;
		font-size: 38px;
		margin-bottom: 0;
		font-weight: 800;
		background: var(--linear-red);
		-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/decoration-react.svg);
			width: 80%;
			height: 15px;
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}
	}
}

@media(max-width: 1000px) {
	.ss-banner {
		h1 {
			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 {
			font-size: 26px;
		}
	}
}

@media(max-width: 600px) {
	.ss-banner {
		h1 {
			font-size: 24px;
		}

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