/* frozen from the live head: page "Custom CSS" field */
.tab-content {background:none;}

.team-member img { width: 190px; }
.tab-header ul li.active-tab a {color:#EB3136 !important; font-weight:bold;}
.tab-header ul li.active-tab {border-top-color:#EB3136 !important; font-weight:bold;}
.alternate-slider-bg {background:transparent!important;}
.tab-content {font-family: Helvetica; font-size:14px;color:#58595b;}
.tab-content p{font-family: Helvetica; font-size:14px;color:#58595b;}
div.tab-content ul {
    list-style: outside disc !important;
}
.team-row { 

    display: none;

}

.team-row.team-row-1 { 

    display: block;

}

.about-text p {font-size:14px;}

/* frozen from the live head: per-element design options */
.vc_custom_1626203314285{margin-top: 50px !important;}.vc_custom_1442532425346{margin-top: 40px !important;}.vc_custom_1462540603835{margin-bottom: 0px !important;padding-top: 30px !important;padding-bottom: 50px !important;}.vc_custom_1442586931624{margin-top: 0px !important;margin-bottom: 10px !important;padding-top: 30px !important;padding-bottom: 30px !important;background-color: #eb3136 !important;}.vc_custom_1547059080672{margin-bottom: 0px !important;}.vc_custom_1606302286936{margin-top: 30px !important;}.vc_custom_1606299760981{padding-bottom: 40px !important;}.vc_custom_1547058828967{margin-top: 30px !important;margin-bottom: 0px !important;}.vc_custom_1444984469662{padding-bottom: 20px !important;}.vc_custom_1445534686208{margin-top: 35px !important;}.vc_custom_1442533104913{margin-bottom: 10px !important;}.vc_custom_1606301866055{padding-top: 40px !important;padding-right: 20px !important;padding-bottom: 30px !important;padding-left: 20px !important;background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}.vc_custom_1606302333794{padding-top: 20px !important;padding-bottom: 20px !important;}.vc_custom_1606302243363{margin-bottom: 35px !important;}.vc_custom_1606302250491{margin-bottom: 35px !important;}.vc_custom_1606302270898{margin-bottom: 35px !important;}
/* ==========================================================================
   About Us -- GREEN scheme, the brand's original colour. Green needs the same
   three-tint treatment gold did: #45B17B measures only 2.68:1 on
   white so it is graphics and rules; #2E8A5E (4.27:1) carries
   large headings and panel grounds; #237049 (6.03:1) carries
   links and anything set at body size.
   ========================================================================== */

/* ==========================================================================
   Hero replica (no LayerSlider) -- 1280x600 design stage, one photograph and
   one copy block, so no layer geometry. */
#eko4-hero-slider { position: relative; width: 100%; height: 600px; overflow: hidden; }
#eko4-hero-slider .ls-inner { position: relative; width: 100%; height: 100%; }
#eko4-hero-slider .ls-layers { position: absolute; inset: 0; }
#eko4-hero-slider .eko4-hero-bg-wrap { position: absolute; inset: 0; overflow: hidden; }
#eko4-hero-slider .ls-bg {
	display: block; width: 100%; height: 100%; object-fit: cover;
	animation: eko4-kenburns 25s linear forwards; transform-origin: 50% 50%;
}
@keyframes eko4-kenburns { from { transform: scale(1); } to { transform: scale(1.12); } }
/* Two scrims in one layer, first-listed on top. The dusk cityscape is too
   busy for white text on its own, so a dark wash falls from the left; but the
   theme header sits INSIDE the hero and its wave is semi-transparent, so the
   logo goes illegible unless the top band is lightened back. Painting both in
   one background keeps the light band above the dark one -- a separate
   ::before would sit underneath it. */
#eko4-hero-slider .eko4-hero-bg-wrap::after {
	content: ''; position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .55) 62px, rgba(255, 255, 255, 0) 126px),
		linear-gradient(105deg, rgba(12, 32, 24, .86) 0%, rgba(12, 32, 24, .70) 42%, rgba(12, 32, 24, .18) 78%, rgba(12, 32, 24, .05) 100%);
}
#eko4-hero-slider .eko4-hl-box {
	position: absolute; inset: 0; display: flex; align-items: center;
	padding: 0 30px; box-sizing: border-box;
}
#eko4-hero-slider .eko4-hero-copy {
	position: relative; width: 100%; max-width: 1140px; margin: 0 auto;
	animation: eko4-fade-in 1.4s ease both;
}
@keyframes eko4-fade-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.eko4-hero-kicker {
	display: inline-block; margin-bottom: 14px; padding: 6px 14px; border-radius: 40px;
	background: rgba(69, 177, 123, .22); border: 1px solid rgba(140, 220, 180, .55);
	color: #C9F2DE; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
#eko4-hero-slider h1.slider-main-title {
	color: #fff !important; font-size: 46px; line-height: 56px; font-weight: 700;
	margin: 0 0 16px; max-width: 16ch; text-wrap: balance;
}
.eko4-hero-sub {
	color: rgba(255,255,255,.92); font-size: 18px; line-height: 30px;
	margin: 0 0 28px; max-width: 60ch;
}
#eko4-hero-slider .slider-btns { display: flex; flex-wrap: wrap; gap: 14px; }

@media (max-width: 991px) {
	#eko4-hero-slider { height: auto; }
	/* .ls-inner and .ls-layers go STATIC, not relative: the background wrapper
	   is absolutely positioned, so if either stays a positioning context the
	   photo sizes to that box and stops ~75px short of the hero's real height,
	   leaving a white band under the buttons. */
	#eko4-hero-slider .ls-inner { position: static; height: auto; min-height: 460px; }
	#eko4-hero-slider .ls-layers { position: static; inset: auto; }
	#eko4-hero-slider .eko4-hl-box { position: relative; inset: auto; padding: 100px 24px 54px; }
	#eko4-hero-slider .eko4-hero-bg-wrap { position: absolute; inset: 0; }
	#eko4-hero-slider .ls-bg { animation: none; }
	#eko4-hero-slider h1.slider-main-title { font-size: 32px; line-height: 42px; max-width: none; }
	.eko4-hero-sub { font-size: 16px; line-height: 27px; }
}

/* ==========================================================================
   Section rhythm */
.eko4-intro-row, .eko4-usp-row, .eko4-team-row, .eko4-story-row, .eko4-timeline-row,
.eko4-brand-row, .eko4-awards-row, .eko4-diff-row, .eko4-router-row,
.eko4-nearyou-row, .eko4-faq-row { padding: 54px 0 22px; }
.eko4-counters-row { padding: 40px 0 10px; }
.eko4-guarantee-row { padding: 10px 0 20px; }
.eko4-quote-cta-row { padding: 60px 0 50px; }
.eko4-intro-row .wpb_text_column p, .eko4-usp-row .wpb_text_column p,
.eko4-team-row .wpb_text_column p, .eko4-awards-row .wpb_text_column p,
.eko4-diff-row .wpb_text_column p, .eko4-router-row .wpb_text_column p,
.eko4-nearyou-row .wpb_text_column p {
	max-width: 880px; margin-left: auto; margin-right: auto;
	font-size: 16px; line-height: 28px; color: #58595b;
}
.eko4-note { max-width: 880px; margin: 26px auto 0; text-align: center; font-size: 15px; line-height: 26px; color: #6c6d70; }
.eko4-note a, .eko4-faq-a a { color: #237049; text-decoration: underline; }

/* USP panel */
.eko4-usp {
	list-style: none; margin: 30px auto 0; padding: 30px 34px; max-width: 1100px;
	display: grid; gap: 16px 40px; grid-template-columns: repeat(2, minmax(0, 1fr));
	background: linear-gradient(180deg, #F2FAF6 0%, #FFFFFF 100%);
	border: 1px solid #DCEFE5; border-radius: 18px;
}
.eko4-usp li { position: relative; padding-left: 40px; font-size: 15.5px; line-height: 25px; color: #58595b; }
.eko4-usp li strong { color: #23323a; font-weight: 650; }
.eko4-usp li::before {
	content: ''; position: absolute; left: 0; top: 2px; width: 24px; height: 27px;
	background: linear-gradient(160deg, #45B17B, #2E8A5E);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.eko4-usp li::after {
	content: ''; position: absolute; left: 7px; top: 11px; width: 9px; height: 5px;
	border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);
}

/* the team band -- capabilities, not people */
.eko4-team {
	max-width: 1100px; margin: 30px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr));
}
.eko4-team-card {
	background: #fff; border: 1px solid #DCEFE5; border-top: 3px solid #45B17B;
	border-radius: 3px 3px 14px 14px; padding: 24px 26px 22px;
	box-shadow: 0 2px 12px rgba(30, 110, 75, .06);
}
.eko4-team-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 26px; color: #237049; font-weight: 700; }
.eko4-team-card p { margin: 0; font-size: 15px; line-height: 25px; color: #58595b; }

/* story + brand cards */
.eko4-story {
	max-width: 1100px; margin: 30px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr));
}
.eko4-story-item {
	background: #F2FAF6; border: 1px solid #DFF0E7; border-radius: 14px;
	padding: 24px 26px 22px;
}
.eko4-story-item h3 { margin: 0 0 8px; font-size: 18px; line-height: 26px; color: #237049; font-weight: 700; }
.eko4-story-item p { margin: 0; font-size: 15px; line-height: 25px; color: #58595b; }

/* timeline */
.eko4-timeline {
	list-style: none; max-width: 900px; margin: 34px auto 0; padding: 0 0 0 4px;
	position: relative;
}
.eko4-timeline::before {
	content: ''; position: absolute; left: 79px; top: 8px; bottom: 8px; width: 2px;
	background: linear-gradient(180deg, #45B17B, #DCEFE5);
}
.eko4-timeline li { position: relative; display: flex; gap: 26px; padding: 0 0 26px; }
.eko4-timeline li::before {
	content: ''; position: absolute; left: 74px; top: 7px; width: 12px; height: 12px;
	border-radius: 50%; background: #fff; border: 3px solid #45B17B; box-sizing: border-box;
}
.eko4-tl-year {
	flex: 0 0 66px; text-align: right; font-size: 16px; font-weight: 700;
	color: #237049; line-height: 26px; font-variant-numeric: tabular-nums;
}
.eko4-tl-body { flex: 1 1 auto; padding-left: 20px; }
.eko4-tl-body h3 { margin: 0 0 4px; font-size: 16.5px; line-height: 26px; color: #23323a; font-weight: 650; }
.eko4-tl-body p { margin: 0; font-size: 15px; line-height: 25px; color: #6c6d70; }

/* award wall */
.eko4-awards {
	max-width: 1140px; margin: 32px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr));
}
.eko4-award {
	display: flex; gap: 20px; align-items: flex-start;
	background: #fff; border: 1px solid #DCEFE5; border-radius: 16px; padding: 22px 24px 20px;
	box-shadow: 0 2px 10px rgba(30, 110, 75, .05);
}
.eko4-award-badge {
	flex: 0 0 92px; width: 92px; display: flex; align-items: center; justify-content: center;
}
.eko4-award-badge img { max-width: 92px; max-height: 92px; height: auto; width: auto; }
.eko4-award-body { flex: 1 1 auto; }
.eko4-award-result {
	display: inline-block; margin-bottom: 8px; padding: 3px 11px; border-radius: 40px;
	font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
}
.eko4-award-winner { background: #2E8A5E; color: #fff; }
.eko4-award-highly { background: #F2FAF6; color: #237049; border: 1px solid #BFE4D2; }
.eko4-award-finalist { background: #F3F5F4; color: #55665e; border: 1px solid #E2E7E4; }
.eko4-award-nominee { background: #F3F5F4; color: #55665e; border: 1px solid #E2E7E4; }
.eko4-award-body h3 { margin: 0 0 6px; font-size: 16.5px; line-height: 25px; color: #23323a; font-weight: 650; }
.eko4-award-body p { margin: 0; font-size: 14.5px; line-height: 23px; color: #6c6d70; }

/* what makes us different */
.eko4-tools {
	max-width: 1100px; margin: 30px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr));
}
.eko4-tool {
	background: #fff; border: 1px solid #DCEFE5; border-left: 3px solid #45B17B;
	border-radius: 3px 12px 12px 3px; padding: 20px 24px 18px;
}
.eko4-tool h3 { margin: 0 0 6px; font-size: 17px; line-height: 24px; color: #237049; font-weight: 700; }
.eko4-tool p { margin: 0; font-size: 14.5px; line-height: 23px; color: #58595b; }

/* counters + guarantee */
.eko4-counters { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.eko4-counters .counter-main-col { display: flex; justify-content: center; }
.eko4-counters .counter-outer-col { position: relative; width: 180px; height: 194px; }
.eko4-counters .counter-outer-col img { width: 180px; height: auto; left: 0; top: 0; }
.eko4-counters .counter-col { position: relative; width: 100%; padding: 0 14px; white-space: nowrap; }
.eko4-counters span.counter-value { font-size: 29px; font-weight: 700; }
.eko4-counters span.counter-suffix { font-size: 21px; font-weight: 700; }
.eko4-counters span.counter-text { font-size: 11.5px; line-height: 15px; margin-top: 5px; white-space: normal; }

.eko4-guarantee {
	max-width: 1100px; margin: 0 auto; padding: 34px 32px 30px; border-radius: 18px;
	background: linear-gradient(135deg, #1B5C3B 0%, #2E8A5E 100%); text-align: center;
	box-shadow: 0 12px 34px rgba(25, 85, 58, .24);
}
.eko4-guarantee h2 { color: #fff !important; font-size: 27px; line-height: 36px; font-weight: 600; margin: 0 0 22px; }
.eko4-guarantee ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eko4-guarantee li { position: relative; padding-left: 34px; text-align: left; color: #fff; font-size: 16px; font-weight: 600; line-height: 24px; }
.eko4-guarantee li::before { content: ''; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: #fff; }
.eko4-guarantee li::after { content: ''; position: absolute; left: 6px; top: 8px; width: 9px; height: 5px; border-left: 2px solid #1B5C3B; border-bottom: 2px solid #1B5C3B; transform: rotate(-45deg); }

/* router */
.eko4-router {
	max-width: 1100px; margin: 30px auto 0;
	display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr));
}
.eko4-router-card {
	display: block; background: #fff; border: 1px solid #DCEFE5; border-radius: 16px;
	padding: 22px 26px 20px; text-decoration: none;
	box-shadow: 0 2px 10px rgba(30, 110, 75, .05);
	transition: box-shadow .2s, transform .2s, border-color .2s;
}
.eko4-router-card:hover, .eko4-router-card:focus { box-shadow: 0 12px 30px rgba(30, 110, 75, .16); transform: translateY(-2px); border-color: #BFE4D2; }
.eko4-router-card h3 { margin: 0 0 8px; font-size: 19px; line-height: 26px; color: #23323a; font-weight: 600; }
.eko4-router-card p { margin: 0 0 12px; font-size: 15px; line-height: 25px; color: #58595b; }
.eko4-router-go { font-size: 14.5px; font-weight: 600; color: #237049; }

/* FAQ */
.eko4-faq { margin: 30px auto 0; max-width: 1100px; }
.eko4-faq-item { border-bottom: 1px solid #E4EFE9; }
.eko4-faq-item summary { cursor: pointer; padding: 18px 40px 18px 0; position: relative; list-style: none; }
.eko4-faq-item summary::-webkit-details-marker { display: none; }
.eko4-faq-item summary h3 { display: inline; font-size: 17px; line-height: 27px; color: #23323a; font-weight: 600; margin: 0; }
.eko4-faq-item summary::after { content: ''; position: absolute; right: 8px; top: 26px; width: 10px; height: 10px; border-right: 2px solid #237049; border-bottom: 2px solid #237049; transform: rotate(45deg); transition: transform .2s; }
.eko4-faq-item[open] summary::after { transform: rotate(-135deg); top: 30px; }
.eko4-faq-item[open] summary h3 { color: #237049; }
.eko4-faq-a { padding: 0 40px 20px 0; }
.eko4-faq-a p { font-size: 16px; line-height: 28px; color: #58595b; margin: 0; }

/* closing CTA */
.eko4-cta-panel {
	position: relative; overflow: hidden; max-width: 1040px; margin: 0 auto;
	padding: 52px 40px 48px; border-radius: 22px; text-align: center;
	background: linear-gradient(135deg, #123D28 0%, #237049 55%, #2E8A5E 100%);
	box-shadow: 0 18px 44px rgba(20, 70, 48, .28);
}
.eko4-cta-panel::before {
	content: ''; position: absolute; top: -140px; right: -110px; width: 380px; height: 380px; border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,.20), rgba(255,255,255,0) 70%); pointer-events: none;
}
.eko4-cta-panel h2 { position: relative; color: #fff !important; font-size: 34px; line-height: 44px; font-weight: 600; margin: 0 auto 14px; max-width: 22ch; }
.eko4-cta-panel p { position: relative; color: rgba(255,255,255,.9); font-size: 16px; line-height: 27px; max-width: 660px; margin: 0 auto 30px; }
.eko4-cta-actions { position: relative; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; }
/* the theme gives .red-universal-cta-btn margin: 50px 0 10px */
.eko4-cta-actions > * { margin: 0; }
.eko4-cta-panel .red-universal-cta-btn a, .eko4-cta-secondary {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 62px; padding: 0 38px; border-radius: 50px;
	font-size: 16px; font-weight: 600; text-transform: uppercase; text-decoration: none; line-height: 1;
}
.eko4-cta-panel .red-universal-cta-btn a { background: #fff; color: #237049; box-shadow: 0 6px 18px rgba(0,0,0,.16); border: 2px solid #fff; }
.eko4-cta-panel .red-universal-cta-btn a:hover { background: #F2FAF6; color: #1B5C3B; }
.eko4-cta-secondary { color: #fff; border: 2px solid rgba(255,255,255,.55); background: transparent; transition: background .2s, border-color .2s; }
.eko4-cta-secondary:hover, .eko4-cta-secondary:focus { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; }

/* wpb_ltr keyframes: the vendored js_composer subset keeps the animation
   shorthand but the extractor drops @keyframes. */
@-webkit-keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}
@keyframes wpb_ltr{0%{-webkit-transform:translate(-10%,0);-ms-transform:translate(-10%,0);-o-transform:translate(-10%,0);transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);opacity:1}}
.wpb_start_animation.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@media (max-width: 1199px) {
	.eko4-team, .eko4-story { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eko4-awards { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
	.eko4-usp, .eko4-router, .eko4-tools, .eko4-team, .eko4-story { grid-template-columns: 1fr; }
	.eko4-usp { padding: 24px 22px; gap: 14px; }
	.eko4-guarantee ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.eko4-guarantee h2 { font-size: 22px; line-height: 30px; }
	.eko4-cta-panel h2 { font-size: 27px; line-height: 36px; }
	/* the theme's .counters-row rules assume the home page's 5-column layout */
	.eko4-counters .vc_column_container,
	.eko4-counters .vc_column_container:nth-child(3) { width: 50%; }
	.eko4-counters .counter-outer-col { width: 156px; height: 168px; }
	.eko4-counters .counter-outer-col img { width: 156px; }
}
@media (max-width: 575px) {
	.eko4-guarantee ul { grid-template-columns: 1fr; }
	.eko4-cta-panel { padding: 40px 24px 36px; }
	.eko4-cta-panel .red-universal-cta-btn a, .eko4-cta-secondary { width: 100%; }
	.eko4-award { flex-direction: column; gap: 14px; }
	.eko4-timeline::before { left: 5px; }
	.eko4-timeline li { display: block; padding-left: 28px; }
	.eko4-timeline li::before { left: 0; }
	.eko4-tl-year { display: block; text-align: left; flex: none; }
	.eko4-tl-body { padding-left: 0; }
}
