/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/*MAIN*/
.wrapper {
	max-width: 1600px;
	margin: 0 auto;
	width: calc(100% - 40px);
	position: relative;
}

/* HEADER */
.header-main {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/* Prevent FOUC (Flash of Unstyled Content) on mobile */
	/* Default hidden state for overflow/popup overlay */
	/* Icon 4 */
}
@media only screen and (max-width: 1080px) {
	.header-main {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 0 5px 0;
	}
}
.header-main .webite-logo {
	color: #fff;
	position: relative;
	float: left;
	z-index: 101;
	font-size: 38px;
	line-height: 32px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	text-align: center;
}
@media screen and (max-width: 1340px) {
	.header-main .webite-logo {
		text-align: left;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	.header-main .webite-logo {
		font-size: 30px;
	}
}
.header-main .webite-logo_first {
	color: #ffffff;
}
.header-main .webite-logo_last {
	margin-left: 0;
	color: #feed49;
}
.header-main .webite-logo_description {
	font-size: 15px;
	color: #c0c1fa;
	font-weight: 400;
	margin-left: 9px;
}
@media screen and (max-width: 1340px) {
	.header-main .webite-logo_description {
		display: block;
		position: absolute;
		width: 100%;
		white-space: nowrap;
		left: 0;
		bottom: -15px;
	}
}
.header-main.active {
	right: 50%;
}
.header-main .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	/* Prevent mobile layout breaking */
	min-height: 45px;
}
@media screen and (max-width: 1340px) {
	.header-main .wrapper {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
@media screen and (max-width: 1080px) {
	.header-main .wrapper {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		min-height: 55px;
	}
}
.header-main .overflow {
	display: none !important;
	opacity: 0;
	visibility: hidden;
	/* iOS Safari specific hiding */
	-webkit-transform: translateZ(-1px);
	transform: translateZ(-1px);
}
.header-main.active .overflow {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 999;
	margin: -20px -20px -20px -24px;
	/* iOS Safari fixes for overlay */
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.header-main .primary-menu {
	/* Ensure menu doesn't break layout during load */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 1080px) {
	.header-main .primary-menu {
		display: block;
	}
}
.header-main.transparent-header {
	background-color: transparent;
}
.header-main.dark-header {
	background-color: #232336;
}
.header-main.light-header {
	background-color: #ffffff;
}
.header-main.light-header .webite-logo .webite-logo_first {
	color: #6c6ef7;
}
.header-main.light-header .webite-logo .webite-logo_last {
	margin-left: 0;
	color: #242424;
}
.header-main.light-header .primary-menu a {
	color: #6062f5;
}
.header-main.light-header .primary-menu a:after {
	background-color: #4d4d4d;
}
.header-main.light-header .primary-menu .bc-themes a {
	border-radius: 50px;
	color: #8f91f1;
	background-color: white;
	margin-left: 20px;
	-webkit-box-shadow: 0px 0px 10px 1px rgb(189, 190, 190);
	box-shadow: 0px 0px 10px 1px rgb(189, 190, 190);
}
.header-main.light-header .primary-menu .bc-themes a:hover {
	background: #8f91f1;
	color: white;
}
.header-main.light-header .primary-menu .coffee {
	position: relative;
}
.header-main.light-header .primary-menu .coffee a:after {
	background-color: #8e90fe;
	content: "\f0f4";
	font-family: FontAwesome;
	font-size: 25px;
	color: #FEED49;
	position: relative;
	top: 7px;
}
.header-main.light-header #nav-icon4 span {
	background: #8e90fe;
}
.header-main.light-header .main-menu.mobMenu.open .primary-menu {
	background-color: white !important;
}
.header-main.light-header .main-menu.mobMenu.open .primary-menu li a {
	color: #8e90fe;
}
.header-main.light-header .main-menu.mobMenu.open .primary-menu .bc-themes a {
	margin-top: 15px;
}
.header-main.light-header .main-menu.mobMenu.open .menu-primary-navigation-container {
	background-color: white;
}
.header-main .main-menu {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 100;
}
.header-main .main-menu .primary-menu {
	list-style: none;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0;
	margin-bottom: 0px;
}
@media only screen and (max-width: 1080px) {
	.header-main .main-menu .primary-menu {
		display: block;
	}
}
.header-main .main-menu .primary-menu li:last-child {
	margin-right: 0;
}
.header-main .main-menu .primary-menu li.coffee {
	margin-right: 40px;
	line-height: 1.3;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	.header-main .main-menu .primary-menu li {
		margin-right: 0px;
	}
}
.header-main .main-menu .primary-menu li.coffee a:after {
	background-color: #fae003;
}
.header-main .main-menu .primary-menu li.bc-themes a {
	border-radius: 50px;
	padding: 13px 20px 12px;
	color: #888BFE;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #fff;
	margin-left: 20px;
}
.header-main .main-menu .primary-menu li.bc-themes a i.fa.fa-chevron-right {
	margin-left: 14px;
}
.header-main .main-menu .primary-menu li.bc-themes a:after {
	display: none;
}
.header-main .main-menu .primary-menu li.bc-contact a:after {
	content: "";
	display: block;
	height: 5px;
	width: 0;
	background-color: #fae003;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.header-main .main-menu .primary-menu li.bc-contact a:hover:after {
	width: 140%;
}
.header-main .main-menu .primary-menu a:after {
	content: "";
	display: block;
	height: 4px;
	width: 0;
	background-color: #888BFE;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}
.header-main .main-menu .primary-menu a:hover:after {
	width: 100%;
}
.header-main .main-menu a {
	font-family: "Roboto", sans-serif;
	position: relative;
	top: 0;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	text-align: left;
	padding: 6px 20px 2px;
	line-height: 1;
}
@media screen and (max-width: 1120px) {
	.header-main .main-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.header-main .main-menu a.active:after {
	width: 100%;
}
.header-main .main-menu a.mob-menu {
	padding: 0 5px;
	position: relative;
	top: 10px;
}
@media only screen and (min-width: 1081px) {
	.header-main .main-menu a.mob-menu {
		display: none;
	}
}
.header-main .main-menu.mobMenu {
	float: none;
}
.header-main .main-menu.mobMenu a {
	display: block;
	text-align: left;
}
.header-main .main-menu.mobMenu .primary-menu {
	-webkit-padding-start: 0;
	        padding-inline-start: 0;
	text-align: center;
	background-color: #232336;
	/* iOS Safari reliable hiding - avoid opacity issues */
	display: none !important;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 85px;
	right: 0;
	padding-top: 35px;
	/* Pre-set transform for smoother iOS handling */
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: none;
	transition: none;
}
.header-main .main-menu.mobMenu .primary-menu li {
	display: block;
	margin-top: 0;
}
.header-main .main-menu.mobMenu .primary-menu li.bc-contact {
	margin-right: 0;
}
.header-main .main-menu.mobMenu .primary-menu li a {
	display: inline-block;
	font-size: 53px;
	font-weight: bolder;
	font-family: "robotoblack";
	padding: 10px;
	color: #8e90fe;
}
.header-main .main-menu.mobMenu .primary-menu a:after {
	background-color: transparent;
	height: 0;
}
.header-main .main-menu.mobMenu.open .primary-menu {
	/* Simple and reliable iOS approach - avoid opacity completely */
	display: block !important;
	/* Reset transform to show the menu */
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	/* iOS Safari specific optimizations */
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	/* Ensure proper positioning on iOS */
	position: fixed !important;
	top: 85px !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: auto !important;
	/* Force iOS to render properly */
	background-color: #232336 !important;
	z-index: 999 !important;
	width: 100% !important; /* Use standard width instead of vw */
	height: auto !important; /* Let it fill naturally */
	/* Force iOS to recognize the element */
	background-color: #232336 !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
}
.header-main .main-menu.mobMenu.open .primary-menu li a {
	padding: 10px;
	color: #ffffff;
	/* iOS text rendering fix */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 768px) {
	.header-main .main-menu.mobMenu.open .primary-menu li a {
		font-size: 50px;
	}
}
@media only screen and (max-height: 660px) {
	.header-main .main-menu.mobMenu.open .primary-menu li a {
		font-size: 30px;
		line-height: 1.5;
	}
}
@media only screen and (max-width: 480px) {
	.header-main .main-menu.mobMenu.open .primary-menu li a {
		font-size: 30px;
		line-height: 1.5;
	}
}
.header-main .main-menu.mobMenu.open .primary-menu .bc-themes a {
	padding: 16px 36px 16px;
	font-size: 30px;
	color: #8e90fe;
	margin-top: 15px;
}
@media only screen and (max-width: 480px) {
	.header-main .main-menu.mobMenu.open .primary-menu .bc-themes a {
		font-size: 15px;
	}
}
.header-main #nav-icon1, .header-main #nav-icon2, .header-main #nav-icon3, .header-main #nav-icon4 {
	width: 30px;
	height: 24px;
	position: relative;
	/* Show hamburger menu only on mobile */
	display: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
}
@media only screen and (max-width: 1080px) {
	.header-main #nav-icon1, .header-main #nav-icon2, .header-main #nav-icon3, .header-main #nav-icon4 {
		display: block;
	}
}
.header-main #nav-icon4 span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.header-main #nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.header-main #nav-icon4 span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
@media only screen and (max-width: 1080px) {
	.header-main #nav-icon4 span:nth-child(2) {
		top: 14px;
	}
}
.header-main #nav-icon4 span:nth-child(3) {
	top: 27px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.header-main #nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
	left: 5px;
}
.header-main #nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
.header-main #nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 28px;
	left: 5px;
}

.coffee:after {
	content: "\f0f4";
	font-family: FontAwesome;
	font-size: 25px;
	color: #FEED49;
	position: relative;
	top: 7px;
	right: -17px;
}
@media only screen and (max-width: 1080px) {
	.coffee:after {
		font-size: 30px;
		top: 0px;
		right: 0px;
	}
}
.coffee .smokes {
	-webkit-transform: translateX(20px);
	        transform: translateX(20px);
}

.header-main.light-header .coffee::after {
	color: #8e90fe;
}
.header-main.light-header g.smokes {
	stroke: #8e90fe;
}

.smoke-container {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: -13px;
}

.site-footer {
	margin-top: 60px;
	background-color: #232336;
	background-image: linear-gradient(330deg, #8363c9 0%, #4f50d6 58%, #232336 100%);
	clear: both;
	overflow: hidden;
}
.site-footer .wrapper {
	max-width: 1510px;
	padding: 80px 20px;
}
.site-footer .footer-looking-for,
.site-footer .footer-experts {
	color: #d0d1fb;
}
.site-footer .footer-m-wp-s,
.site-footer .footer-m-wp-s {
	font-size: 53px;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.site-footer .footer-m-wp-s,
.site-footer .footer-m-wp-s {
		font-size: 50px;
	}
}
.site-footer .footer-m-wp-s {
	color: white;
}
.site-footer .footer-m-wp-s span.divider {
	color: #7779f1;
}
@media (max-width: 768px) {
	.site-footer .footer-m-wp-s span.divider {
		display: none;
	}
}
@media (max-width: 768px) {
	.site-footer .footer-m-wp-s span.txt {
		display: block;
		padding-left: 50px;
	}
}
@media screen and (max-width: 480px) {
	.site-footer .footer-m-wp-s span.txt {
		padding-left: 20px;
	}
}
@media (max-width: 1024px) {
	.site-footer .footer-m-wp-s span.txt-blue {
		color: #c8c8fc;
	}
}
.site-footer .footer-looking-for {
	font-size: 29px;
	margin: 0 0 -6px 7px;
}
@media (max-width: 768px) {
	.site-footer .footer-looking-for {
		display: none;
	}
}
.site-footer .footer-experts {
	font-size: 54px;
	overflow: hidden;
	margin-bottom: 40px;
	color: #f9e849;
	margin-top: -36px;
	margin-left: 22px;
}
@media (max-width: 768px) {
	.site-footer .footer-experts {
		margin-left: 0;
		margin-top: 0;
	}
}
.site-footer .footer-hire-us {
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	border: 1px solid white;
	border-radius: 30px;
	display: inline;
	padding: 15px 30px;
	color: white;
}
.site-footer .footer-hire-us:hover {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.single-content ol, .single-content ul {
	padding-left: 40px;
	font-size: 18px;
	line-height: 1.75;
	margin: 0 0 20px 0;
}
.single-content h3 {
	line-height: 1.75;
	margin: 50px 0 20px 0;
	padding: 0;
	color: #8e90fe;
	font-weight: bold;
}

.wp-block-separator {
	background-color: #fae10f;
	color: #fae10f;
	border: 0;
	margin-left: 0;
	margin-right: 0;
}