/* 
Theme Name: NuReady
Description: Child theme of Hello Elementor for NuReady
Template: hello-elementor
Version: 2.0.0
Text Domain: nuready-wp
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
	font-family: "Futura Condensed";
	src: url("fonts/futura_condensed_bold-webfont.woff2") format("woff2"),
		url("fonts/futura_condensed_bold-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

:root {
	/* @link https://utopia.fyi/clamp/calculator?a=360,1200,60—120|50—100 */
	--angled-corner-clip-size--md: clamp(60px, 34.2857px + 7.1429vw, 120px);
	--angled-corner-clip-size--sm: clamp(60px, 34.2857px + 7.1429vw, 120px);
}

body {
	overflow-x: hidden !important;
}

h1 {
	font-family: "Futura Condensed" !important;
}

h2 {
	font-size: 56px;
}
@media (max-width: 1200px) {
	h2 {
		font-size: 50px;
	}
}
@media (max-width: 1024px) {
	h2 {
		font-size: 44px;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 40px;
	}
}

.custom-40 h2 {
	font-size: 40px;
}
@media (max-width: 600px) {
	h2,
	.custom-40 h2 {
		font-size: 36px;
	}
}

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

.header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.admin-bar .header-section {
	top: var(--wp-admin--admin-bar--height, 0);
}

.elementskit-navbar-nav > li.current-menu-item > a {
	font-weight: 800 !important;
}

.elementskit-navbar-nav > li > a::before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	background-color: #ffffff;
	margin: 0 auto;
	transition: width 0.3s ease;
}

.elementskit-navbar-nav > li.current-menu-item > a::before,
.elementskit-navbar-nav > li > a:hover:before {
	content: "";
	width: 16px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	background-color: #ffffff;
}

.hero-title h1 span {
	color: #8deeff;
}

/* Prevent Elementor conflicts */
.menu-section-fix {
	position: relative !important;
	width: 100vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 12px 0;
	overflow-x: hidden;
	z-index: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Swiper layout */
.myMenuSwiper {
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

/* Force Swiper flow */
.myMenuSwiper .swiper-wrapper {
	display: flex;
	transition: none !important;
	will-change: transform;
}

/* Slide styles */
.myMenuSwiper .swiper-slide {
	flex-shrink: 0;
	width: auto;
	padding: 10px 33px;
	font-size: 24px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	white-space: nowrap;
	transition: color 0.3s ease;
	cursor: pointer;
}

.myMenuSwiper .swiper-slide a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.myMenuSwiper .swiper-slide a:hover,
.myMenuSwiper .swiper-slide a:focus {
	color: #ffffff;
}

.service-hm-section {
	z-index: 1;
}

.service-hm-section::before {
	content: "";
	width: 530px;
	height: 567px;
	position: absolute;
	left: 0;
	top: 800px;
	z-index: -1;
	background-image: url(images/serrvice-before.webp);
	background-repeat: no-repeat;
	background-position: top left;
}

.service-hm-section::after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 800px;
	z-index: -1;
	background-image: url(images/servoce-bg-hm.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.service-about-section::before {
	display: none;
}

.myMenuSwiper.swiper-horizontal {
	border-bottom: 1px solid #3a6e69;
	padding-bottom: 14px;
}

.img-back-col {
	left: 110px;
}
@media (max-width: 1500px) {
	.img-back-col {
		left: 0;
	}
}

.expert-section {
	z-index: 1;
}
.expert-section::before {
	content: "";
	width: 63%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: -1;
	background-image: url(images/expert-before.webp);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}

.expert-img .elementor-widget-container {
	position: relative;
}
.expert-img .elementor-widget-container::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background-image: url(images/expert-img-before.webp);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.impact-img a {
	display: block !important;
}

.btn-menu .ekit-menu-nav-link {
	border: 1px solid #ffffff !important;
	border-radius: 6px !important;
	padding: 13px 22px !important;
	line-height: 1;
	font-weight: 600 !important;
}

.btn-menu .ekit-menu-nav-link:hover {
	background-color: #ffffff !important;
	color: #02509b !important;
}

.elementskit-navbar-nav > li.btn-menu > a:before {
	display: none !important;
}

.footer-btm::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 82%;
	background-color: #0f1312;
	height: 1px;
}

.benifit-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	background-image: url(images/benifit-before.webp);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	height: 510px;
}

.benifit-section::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 68%;
	background-image: url(images/benifit-after.webp);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	height: 1200px;
}

.health-game-img img {
	display: block;
	height: 740px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}

.health-game-img .elementor-widget-container::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	background-image: url(images/connect-shadow-bottom.webp);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 100%;
}

.reach-img img {
	display: block;
	height: 650px;
	width: 100%;
	object-fit: cover;
}

.reach-img .elementor-widget-container::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-image: url(images/connect-shadow-top.webp);
	background-repeat: repeat-x;
	background-position: top left;
	height: 100%;
}

.ready-blue::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 146px;
	background-image: url(images/elevate-before.webp);
	background-repeat: repeat-x;
	background-position: top right;
	background-size: 100%;
	height: 160px;
}

body.home .footer-top {
	margin-top: -295px;
}

.top-left-angled-corner img,
.on-site-img img,
.nationwide-img img,
.training-img img {
	clip-path: polygon(
		0px 100%,
		100% 100%,
		100% 0,
		var(--angled-corner-clip-size--md) 0px,
		0px var(--angled-corner-clip-size--md)
	);
}

.top-right-angled-corner img,
.clinical-img img,
.telehealth-img img {
	clip-path: polygon(
		calc(100% - var(--angled-corner-clip-size--md)) 0,
		100% var(--angled-corner-clip-size--md),
		100% 100%,
		0 100%,
		0 0
	);
}

.bottom-right-angled-corner img,
.service-img img {
	clip-path: polygon(
		100% 0,
		100% calc(100% - var(--angled-corner-clip-size--sm)),
		calc(100% - var(--angled-corner-clip-size--sm)) 100%,
		0 100%,
		0 0
	);
}

.gform-theme.gform_wrapper {
	--gf-color-primary: #02509b;
	--gf-color-primary-rgb: 2, 80, 155;
	--gf-color-primary-contrast: #fff;
	--gf-color-primary-contrast-rgb: 255, 255, 255;
	--gf-color-primary-darker: #001e69;
	--gf-color-primary-lighter: #3482cd;
	--gf-color-secondary: #fff;
	--gf-color-secondary-rgb: 255, 255, 255;
	--gf-color-secondary-contrast: #000000;
	--gf-color-secondary-contrast-rgb: 0, 0, 0;
	--gf-color-secondary-darker: #f5f5f5;
	--gf-color-secondary-lighter: #ffffff;

	--gf-font-family-base: "Archivo", sans-serif;

	--gf-ctrl-btn-radius: 6px;
	--gf-ctrl-btn-font-weight: 700;

	--gf-label-space-primary: 0.5em;

	--gf-ctrl-btn-color-primary: white;
	--gf-ctrl-btn-bg-color-primary: #02509b;
	--gf-ctrl-btn-bg-color-hover-primary: #3a6e69;

	--gf-ctrl-label-color-primary: #112337;
	--gf-ctrl-label-color-secondary: #112337;

	--gf-ctrl-btn-border-color-secondary: #bdbdbd;
	--gf-ctrl-file-btn-bg-color-hover: #ebebeb;

	--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);
}

.gfield input,
.gfield textarea {
	--gf-ctrl-border-color: #bdbdbd;
}

.gform_button[type="submit"] {
	--gf-ctrl-btn-font-size: 18px;

	--gf-ctrl-btn-padding-x: 25px;
	--gf-ctrl-btn-padding-y: 19px;
}

.gfield_description {
	--gf-desc-space: 2px;
}

.field_description_below .gfield_description {
	--gf-ctrl-desc-font-size: 75%;
	--gf-ctrl-desc-font-style: italic;
}
.field_description_above .gfield_description {
	--gf-ctrl-desc-font-size: 87.5%;
}

.ginput_counter.gfield_description {
	--gf-ctrl-desc-font-size: 75%;
}

.gfield_required {
	letter-spacing: initial;

	transition-property: opacity, transform, scale, translate, rotate;
	transition-duration: 250ms;
	transition-timing-function: ease;
}
.gfield_required > span {
	margin: 0;
}
@supports selector(:focus-within) {
	.gfield_required > span {
		opacity: 0;
	}
	.gfield_required::before {
		content: "*";
		opacity: 1;
		vertical-align: super;
	}
	.gfield_required > span::before {
		content: none;
	}

	.gfield:focus-within .gfield_required::before {
		opacity: 1;
	}
	.gfield:focus-within .gfield_required > span {
		opacity: 1;
	}
}

/****about start******/

a[aria-expanded="true"] .ekit-accordion-title {
	font-weight: 600;
}

.elementskit-accordion .elementskit-card:last-of-type {
	border: none !important;
}

body.page-id-493 .footer-top {
	margin-top: -190px;
}
@media (max-width: 1200px) {
	body.page-id-493 .footer-top {
		margin-top: -300px;
	}
}
@media (max-width: 1024px) {
	body.page-id-493 .footer-top {
		margin-top: -250px;
	}
}
@media (max-width: 600px) {
	body.page-id-493 .footer-top {
		margin-top: -200px;
	}
}

.about-hero-section .elementor-widget-heading,
.about-hero-section .hero-title {
	z-index: 2 !important;
	position: relative !important;
}

.stretched-link-container .elementor-image-box-title a::before {
}

/****about end******/

/****Services start******/

.nation-section::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	width: 860px;
	background-image: url(images/nation-before.webp);
	background-repeat: repeat-x;
	background-position: top right;
	background-size: 100%;
	height: 800px;
}

.nation-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45%;
	height: 800px;
	background-image: url(images/nation-bottom.webp);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: 100%;
}

.clinical-col::before {
	content: "";
	position: absolute;
	top: 120px;
	left: -31%;
	width: 230px;
	height: 205px;
	background-image: url(images/clinical-before.webp);
	background-repeat: no-repeat;
	background-position: top left;
}

.clinical-icon .elementor-image-box-img {
	min-height: 70px;
}

.training-section::before {
	display: none;
}

body.page-id-687 .footer-top .e-con-inner {
	padding-top: 170px !important;
}

/****Services end******/

/****network start******/
.network-img:after {
	content: "";
	position: absolute;
	bottom: -160px;
	left: 0;
	width: 160px;
	height: 160px;
	background-image: url(images/white-before.webp);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100%;
}

body.page-id-965 .footer-top {
	margin-top: -190px;
}
@media (max-width: 1024px) {
	body.page-id-965 .footer-top {
		margin-top: -300px;
	}
}
@media (max-width: 600px) {
	body.page-id-965 .footer-top {
		margin-top: -200px;
	}
}

.connect-section::before {
	height: 1060px;
}
@media screen and (min-device-width: 780px) and (max-device-width: 880px) {
	.connect-section::before {
		height: 980px;
	}
}

.network-img {
	z-index: 9 !important;
}

/****network end******/

/****contact start******/

body.page-id-1192 .footer-top {
	display: none;
}

.contact-section::before {
	background-size: cover !important;
	height: 1070px;
}

/****contact end******/

/****404 start******/

body.error404 .header-section {
	background-color: #090909;
}

body.error404 main#content {
	margin-top: 235px;
	text-align: center;
	margin-bottom: 150px;
}

body.error404 #menu-main-menu {
	margin-top: -11px;
}

body.error404 .footer-top > .e-con-inner {
	padding-top: 220px;
}

/****404 end******/

/**** customizer start ******/
.faq-desc a {
	color: #094a42;
	font-weight: 600;
}
.faq-desc a:hover {
	color: #02509b;
}
/**** customizer end ******/

@media (max-width: 1024px) {
	.btn-menu .ekit-menu-nav-link {
		border: 0 solid #ffffff !important;
		border-radius: 0 !important;
		padding: 13px 14px !important;
	}
	.btn-menu .ekit-menu-nav-link:hover {
		background-color: transparent !important;
	}
	.elementskit-navbar-nav > li.current-menu-item > a,
	.elementskit-navbar-nav > li > a:hover,
	.elementskit-navbar-nav > li > a:focus {
		color: #02509b !important;
	}
	.myMenuSwiper .swiper-slide {
		font-size: 22px;
	}
	.health-game-img,
	.reach-img {
		position: relative !important;
		margin-bottom: 30px !important;
		width: 100% !important;
	}
	.health-game-img img,
	.reach-img img {
		max-width: 600px;
		height: 700px;
	}
	.ready-blue {
		margin-top: 0 !important;
	}

	.health-game-img .elementor-widget-container::before,
	.reach-img .elementor-widget-container::before {
		display: none;
	}
	.elementskit-navbar-nav > li {
		margin: 0px 0px 0px 15px !important;
	}
	.network-img:after {
		bottom: 0px;
	}
}

@media (max-width: 767px) {
	.myMenuSwiper .swiper-slide {
		font-size: 20px;
	}
	.myMenuSwiper .swiper-slide {
		padding: 10px 18px;
	}
	.health-game-img img,
	.reach-img img {
		max-width: 600px;
		height: 550px;
	}
	.ready-blue::after {
		display: none;
	}
	.impact-img {
		overflow: hidden;
	}
	.clinical-icon .elementor-image-box-img {
		min-height: 50px;
	}
	.service-list-hero .elementor-icon-box-wrapper {
		align-items: center !important;
	}
	.clinical-img,
	.telehealth-img {
		overflow: hidden;
	}
}

@media (max-width: 600px) {
	.myMenuSwiper .swiper-slide {
		font-size: 20px;
	}
	.service-hm-section::before {
		width: 100%;
	}
	.health-game-img img,
	.reach-img img {
		max-width: 600px;
		height: 400px;
	}
}
