/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0rem;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
	/* padding: 12px 15px; */
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

input,
textarea,
select,
fieldset {
	margin-bottom: 1.5rem;
}

.f-s-24 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 500;
}

.c-yellow {
	color: #f0cc47;
}

/******************************************************************/
/*                       Navigation                               */
/******************************************************************/
.site-header {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	position: relative;
	top: auto;
	z-index: 100;
	transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
	padding: 10px 0px;
}

body.home .site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* Header with background when scrolling up */
.site-header.header-visible {
	background-color: #e7fbff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* Hidden header styles */
.site-header.header-hidden {
	top: -215px;
	position: fixed;
	left: 0;
	width: 100%;
}

body.home .site-header.header-hidden {
	top: -215px;
}

body.home .site-header.header-visible {
	top: 0;
}

.site-header .container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-header__contact {
	display: flex;
	flex-direction: column;
}

.site-header__contact a {
	color: #3A4998;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	text-decoration: none;
	transition: ease-in-out all .3s;
}

.site-header__contact a:hover {
	color: var( --e-global-color-aa6bf08 );
}

.site-logo img {
	position: relative;
	z-index: 2;
	width: auto;
	height: 100px;
}

.main-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 50px;
}

.main-nav .right-side-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.icon-burger {
	display: flex;
	flex-direction: column;
	gap: 7px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	align-items: flex-start;
	justify-content: center;
	margin-left: 12px;
	position: relative;
}

.icon-burger::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background-color: #3a4998;
	border-radius: 50%;
	z-index: -1;
}

.icon-burger div {
	background-color: #fff;
	height: 3px;
	width: 26px;
	border-radius: 20px;
	transition: ease-in-out all .2s;
	margin-left: 12px;
}

.icon-burger div:last-of-type {
	width: 12px;
}

.icon-burger:hover div {
	background-color: #9FEED7;
}

.icon-burger:hover div:first-of-type {
	width: 12px;
}

.icon-burger:hover div:last-of-type {
	width: 6px;
}

.desktop-svg .st0 {
	fill: #327ab7 !important;
}

@media(max-width: 1024px) {
	.icon-burger {
		position: relative;
		z-index: 1;
	}

	.site-header__contact {
		display: none;
	}
}

@media(max-width: 640px) {
	.right-side-nav .header-btn {
		display: none;
	}

	.f-s-24 {
		font-size: 20px;
	}
}

/***********************************************************/
/*                     Buttons                             */
/***********************************************************/
.header-btn {
	background-color: #f0cc47;
	color: #40424e!important;
	padding: 15px 22.3px;
	text-decoration: none;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: capitalize;
	transition: ease-in-out all .3s;
	border-radius: 0px 30px 30px 30px;
}

.header-btn:hover {
	background: #fbe283;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.elementor-element p a, .elementor-element li a {
	text-decoration: underline;
}

.elementor-element p a:hover, .elementor-element li a:hover {
	text-decoration: none;
}

.footer-addy p.elementor-icon-box-description a {
	color: var(--e-global-color-421b72b)!important;
	text-decoration: underline;
}

.footer-addy p.elementor-icon-box-description a:hover {
	color:var( --e-global-color-aa6bf08 )!important;
	text-decoration: none!Important;
}

/* Off Canvas Menu Panels */
/* Off-canvas panel */
.offcanvas-wrap {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 500px;
	height: 100vh;
	background: #E7FBFF;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
	transition: right 0.3s ease, background 0.3s ease;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
}

.offcanvas-wrap.submenu-open {
	background: #E0F8F2;
}

/* Show the panel */
.offcanvas-wrap.open {
	right: 0;
}

/* Close button */
.offcanvas-wrap .close {
	position: absolute;
	top: 60px;
	right: 2rem;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: ease-in-out all .3s;
}

/* Prevent scrolling when menu is open */
body.offcanvas-open {
	overflow: hidden;
}

/* Optional overlay behind menu */
.offcanvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	z-index: 10;
}

/* Show overlay */
body.offcanvas-open .offcanvas-overlay {
	opacity: 1;
	visibility: visible;
}

.offcanvas-inner-wrap {
	display: flex;
	flex-direction: row;
	transition: transform 0.4s ease;
	width: 100%;
	padding: 0 20px;
	margin-top: 160px;
}

.offcanvas-panel {
	width: 100%;
	flex-shrink: 0;
	/* padding: 1.5rem; */
}

.offcanvas-back {
	font-weight: bold;
	margin-bottom: 1rem;
	display: block;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: 20px;
}

@media(max-width: 768px) {
	.offcanvas-back {
		margin-left: 0px;
	}
}

.offcanvas-back span {
	font-size: 24px;
	color: #3A4998;
	opacity: 1;
	transition: ease-in-out all .2s;
}

.offcanvas-back svg {
	position: relative;
	left: 0;
	transition: ease-in-out all .3s;
}

.offcanvas-back:hover svg {
	left: -3px;
	fill: #9FEED7;
}

.offcanvas-back:hover span {
	opacity: .7;
}

.offcanvas-panel a {
	font-family: "Outfit", sans-serif;
	height: 88px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #3A4998;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-left: 20px;
	transition: ease-in-out all .3s;
	border-top: solid #64ACE9 2px;
	justify-content: space-between;
	width: 87%;
}

.offcanvas-wrap .close:hover {
	transform: scale(.9);
}

.offcanvas-panel a:hover {
	background-color: #3A4998;
	color: #fff;
}

.offcanvas-wrap.open.submenu-open .offcanvas-button-container {
	display: none;
}

.offcanvas-wrap.submenu-open .offcanvas-panel a:hover {
	background-color: #BAEBD3;
	color: #3A4998;
}

.offcanvas-panel a:hover .submenu-chevron svg {
	fill: #fff;
}

.offcanvas-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.offcanvas-wrap .btn {
	padding: 26px;
	width: 235px;
	margin-left: 100px;
}

.submenu-chevron {
	display: inline-block;
	margin-left: 0.5em;
	transition: transform 0.3s ease;
	font-size: 1.2em;
	line-height: 1;
	vertical-align: middle;
	margin-right: 20px;
}

.submenu-chevron svg {
	width: 25px;
	fill: #3A4998;
}

/* Optional: animate chevron on hover */
.menu-item-has-children>a:hover .submenu-chevron {
	transform: translateX(4px);
	/* or rotate(90deg) for dropdown look */
}

/* Offcanvas button container */
.offcanvas-button-container {
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}

/* Offcanvas button styles */
.offcanvas-btn.offcanvas-btn {
	background-color: #3A4998;
	color: #fff!important;
	font-size: 20px;
	padding: 19px 40px;
	display: inline-block;
}

.menu-main-menu {
	margin: 0;
	padding: 0;
}

.offcanvas-wrap .site-logo {
	padding-left: 20px;
	padding-top: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.offcanvas-wrap .site-logo img {
	height: 80px;
}

.nav-btn {
	left: 0;
	margin-left: 0px !important;
	margin-top: 30px;
}

/* Mobile Bottom Bar Styles */
.mobile-bottom-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	background-color: rgba(231, 251, 255, .68);
	z-index: 99;
	transition: bottom 0.3s ease-in-out;
}

.mobile-bottom-bar.bar-hidden {
	bottom: -100px;
}

.mobile-bottom-bar__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	height: 100%;
	padding: 20px 10px;
}

.mobile-bottom-bar__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	color: #3A4998;
	font-size: 24px;
	text-decoration: none;
	transition: ease-in-out all .3s;
	border: 2px solid #3a4998;
}

.mobile-bottom-bar__icon:hover {
	background-color: #3a4998;
	transform: scale(1.05);
	color: #fff;
}

.mobile-bottom-bar__btn {
	white-space: nowrap;
	background-color: #3a4998;
	border-radius: 50px;
	padding: 14px 30px;
	color: #ffffff!important;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.mobile-bottom-bar__btn:hover {
	color: #40424e!important;
}

@media(max-width: 768px) {
	.site-header {
		/* background-color: rgb(255, 255, 255 .8); */
		background-color: #e7e7e7;
		padding: 6px 0;
	}

	body.home .site-header {
		background-color: rgba(255, 255, 255, 0.8);
	}

	/* Hide contact and button in header */
	.site-header__contact {
		display: none !important;
	}

	/* Make main-nav single row */
	.main-nav {
		flex-direction: row;
		row-gap: 0;
		justify-content: space-between;
		align-items: center;
	}

	.site-logo {
		order: 1;
	}

	.right-side-nav {
		order: 2;
	}

	.site-logo img {
		width: auto;
		height: 70px;
	}

	/* Show mobile bottom bar */
	.mobile-bottom-bar {
		display: block;
	}

	.offcanvas-wrap {
		max-width: 100%;
	}

	.offcanvas-wrap #menu-main-menu {
		padding-left: 0px;
	}

	.offcanvas-panel {
		width: 100vw;
	}

	.offcanvas-wrap .close {
		left: 0;
		text-align: right;
		width: fit-content;
		margin: 0 auto;
		margin-right: 0;
	}

	.offcanvas-back span {
		font-size: 24px;
	}

	.offcanvas-panel .nav-btn a {
		height: 75px;
		width: 275px;
		padding: 0;
		margin: 0 auto;
		position: relative;
		left: -30px;
	}

	.offcanvas-back {
		margin-top: 20px;
		padding-left: 20px;
	}

	.sub-menu {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.offcanvas-inner-wrap {
		width: 100%;
		display: block;
		position: relative;
		transform: none !important;
		padding: 0 20px;
	}

	.offcanvas-panel {
		width: 100%;
		display: none;
	}

	.offcanvas-panel.active {
		display: block;
	}

	/* Optional: reset horizontal transform in case resized from desktop */
	.offcanvas-inner-wrap {
		transform: none !important;
	}

	/* Button container same as desktop */
	.offcanvas-button-container {
		padding: 20px;
		margin-top: 20px;
	}
}

@media(max-width: 420px) {
	.offcanvas-panel a {
		width: 83%;
	}
}

@media(max-width: 380px) {
	.mobile-bottom-bar__icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}

.nav-btn a {
	padding: 0 26px;
}

/*------------------ Custom List ----------------- */
.list-star ul {
	list-style: none;
	padding-left: 0;
}

.list-star ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.list-star ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url('../img/icons/list-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.list-star__link ul li {
	margin-bottom: 30px;
}

.list-star__link ul li:last-of-type {
	margin-bottom: 0;
}

.list-star__link li a {
	color: #3a4998;
	font-weight: 700;
	border-bottom: 2px solid #3a4998;
	transition: all .3s;
	text-decoration: none;
}

.list-star__link li a:hover {
	border-bottom: 2px solid transparent;
}

.list-num-big {
    list-style: none;
    counter-reset: step;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list-num-big ol{
    margin-bottom: 0px;
}

.list-num-big ol li {
    counter-increment: step;
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 30px;
}

.list-num-big li::before {
    content: counter(step) ".";
    font-family: "the-seasons", serif !important;
    font-weight: 700;
    font-size: 48px;
    min-width: 44px;
    color: #fff;
    text-align: right;
    line-height:1;
}

.white.list-num-big li::before {
	color: #fff;
}

.grey.list-num-big li::before {
    color: #40424E;
}

@media(max-width:1024px){
.list-num-big li::before {
    font-size: 36px;
    }
    
    .list-num-big ol li {
        margin-bottom: 10px;
    }
}

/*------------------ Single Post Styles ----------------- */
.single-post h2 {
	font-family: "the-seasons", serif;
	color: #3a4998;
	font-size: 62px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 20px;
}

.single-post .elementor-widget-theme-post-content p {
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 20px;
	color: #40424e;
}

.single-post h3 {
	font-family: "Outfit", sans-serif;
	color: #007c94;
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
}

@media(max-width: 1024px) {
	.single-post h2 {
		font-size: 36px;
	}
}

/*------------------ Gravity Form ----------------- */
.gform-theme.gform-theme--foundation .gform_fields {
	row-gap: 20px;
}

.gform-theme.gform-theme--foundation .form-campaign input,
.gform-theme.gform-theme--foundation .form-campaign textarea {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 400;
}

.gform-theme.gform-theme--foundation .form-campaign .gform-field-label {
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 20px;
}

.gform-theme.gform-theme--foundation .form-campaign input {
	border-radius: 16px;
	height: 70px;
}

.gform-theme.gform-theme--foundation .form-campaign label .gfield_required {
	display: none;
}

.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox {
	padding: 10px 0px;
}

.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox input {
	height: 40px;
	width: 40px;
	border-radius: 4px;
}

.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin-left: 30px;
}

.gform-theme.gform-theme--framework.gform_wrapper .form-campaign .gform-footer {
	margin-top: 0px;
}

.gform-theme.gform-theme--framework.gform_wrapper .form-campaign .gform-footer .btn {
	background-color: #F0CC47;
	color: #40424E;
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 600;
	transition: ease-in-out all .3s;
	border-radius: 0px 30px 30px 30px;
	width: 100%;
	padding: 16px 35px;
}

.gform-theme.gform-theme--foundation .form-campaign .gform-footer .btn:hover {
	background: #fbe283;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.gform-theme.gform-theme--framework.gform_wrapper .form-campaign .gform-footer .btn .right-icon {
	display: none;
}

.gform_wrapper.gform-theme .gform_confirmation_message {
	color: #469983;
	font-size: 18px;
	line-height: 1.2em;
}

p.gform_required_legend {
	display:none;
}

@media(max-width: 1024px) {
	.gform-theme.gform-theme--foundation .form-campaign input {
		height: 50px;
	}

	.gform-theme.gform-theme--foundation .form-campaign .gform-field-label {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.gform-theme.gform-theme--foundation .form-campaign .gfield_checkbox input {
		height: 29px;
		width: 29px;
	}
}
