/* ----------------------------------------------------------------------------------------
* Project       : Enviroshield Website
* Template Base : Greva - Ecology & Environment HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Why Choose Us css
08. Our Story css
09. What We Do css
10. Our Features css
11. How It Works css
12. Our Testimonials css
13. Our Pricing css
14. Our FAQ's css
15. Our Blog css
16. Footer css
17. About Us Page css
18. Services Page css
19. Service Single css
20. Blog Archive css
21. Blog Single css
22. Projects Page css
23. Project Single css
24. Team Page css
25. Team Single css
26. Testimonials Page css
27. Pricing Page css
28. Image Gallery css
29. Video Gallery css
30. FAQ's Page css
31. Contact Us Page css
32. 404 Error Page css
33.	Responsive css
34. Home - Version 2 css
35. Home - Version 3 css
-------------------------------------------------------------------------------------- */

@font-face{
	font-family: "Inter Tight";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../webfonts/inter-tight-latin-variable.woff2") format("woff2");
}

@font-face{
	font-family: "Inter Tight";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("../webfonts/inter-tight-latin-italic-variable.woff2") format("woff2");
}

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root{
	--primary-color				: #0B2D4A;
	--secondary-color			: #F3F7FA;
	--bg-color					: #FFFFFF;
	--text-color				: #6B6F76;
	--accent-color				: #1E6FA8;
	--white-color				: #FFFFFF;
	--black-color				: #000000;
	--divider-color				: #0B2D4A1A;
	--dark-divider-color		: #FFFFFF1A;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Inter Tight", sans-serif;
}

/************************************/
/***  Enviroshield Home Prototype  ***/
/************************************/

body.home-prototype > .about-us,
body.home-prototype > .our-services,
body.home-prototype > .why-choose-us,
body.home-prototype > .our-story,
body.home-prototype > .what-we-do,
body.home-prototype > .our-features,
body.home-prototype > .how-work,
body.home-prototype > .how-it-work,
body.home-prototype > .our-testimonials,
body.home-prototype > .our-pricing,
body.home-prototype > .our-faqs,
body.home-prototype > .our-blog{
	display: none;
}

body.home-prototype .legacy-template-sections,
body.home-prototype .legacy-template-sections *,
body.home-prototype .legacy-template-sections *::before,
body.home-prototype .legacy-template-sections *::after{
	display: none !important;
	visibility: hidden !important;
	content: none !important;
}

.main-menu ul li.has-mega{
	position: static;
}

.main-menu ul li.has-mega > ul.mega-menu{
	left: 50%;
	right: auto;
	top: calc(100% + 8px);
	width: min(1180px, calc(100vw - 60px));
	background: rgba(11, 45, 74, 0.98);
	border: 1px solid var(--dark-divider-color);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	padding: 0;
	transform: translateX(-50%) translateY(12px);
	overflow: visible;
}

.main-menu ul li.has-mega:hover > ul.mega-menu{
	padding: 0;
	transform: translateX(-50%) translateY(0);
}

.main-menu ul li.has-mega > ul.mega-menu::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -18px;
	height: 18px;
	background: transparent;
}

.mega-menu-panel{
	width: 100%;
	margin: 0 !important;
	border-radius: 8px;
	overflow: hidden;
}

.mega-menu-grid{
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 0.95fr);
	gap: 0;
	width: 100%;
}

.mega-menu-grid-three{
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.mega-menu-grid > *{
	min-width: 0;
	box-sizing: border-box;
}

.mega-menu-intro{
	position: relative;
	background: linear-gradient(145deg, var(--accent-color), var(--primary-color));
	padding: 28px;
	min-height: 100%;
	overflow: hidden;
}

.mega-menu-intro span{
	display: inline-block;
	color: var(--white-color);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 14px;
}

.mega-menu-intro h3{
	position: relative;
	color: var(--white-color);
	font-size: 24px;
	line-height: 1.18em;
	margin-bottom: 16px;
	z-index: 1;
}

.mega-menu-intro p,
.mega-menu-intro a{
	position: relative;
	color: var(--white-color);
	opacity: 0.9;
	z-index: 1;
}

.mega-menu-intro a{
	display: inline-flex;
	font-size: 15px !important;
	font-weight: 700 !important;
	padding: 0 !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mega-menu-shield{
	position: absolute;
	right: -42px;
	bottom: -46px;
	width: 180px;
	height: 180px;
	object-fit: contain;
	opacity: 0.14;
	animation: enviroshieldShieldTurn 14s ease-in-out infinite;
}

.mega-menu-col{
	min-width: 0;
	box-sizing: border-box;
	padding: 28px;
	border-left: 1px solid var(--dark-divider-color);
}

.mega-menu-col h4{
	color: var(--white-color);
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 14px;
}

.main-menu ul li.has-mega .mega-menu-col a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: var(--white-color);
	font-size: 15px;
	line-height: 1.3em;
	padding: 10px 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	overflow-wrap: break-word;
	transition: color 0.3s ease, transform 0.3s ease;
}

.main-menu ul li.has-mega .mega-menu-col a:hover{
	color: var(--accent-color);
	padding: 10px 0 !important;
	transform: translateX(6px);
}

.mega-menu-col a span{
	display: block;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35em;
	margin-top: 4px;
}

.mega-menu-media{
	position: relative;
	min-width: 0;
	box-sizing: border-box;
	padding: 18px;
	border-left: 1px solid var(--dark-divider-color);
}

.mega-menu-media img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

.mega-menu-media > img:not(.mega-menu-media-emblem){
	border: 1px solid rgba(139, 214, 255, 0.22);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.mega-menu-media p{
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.4em;
	margin: 12px 0 0;
}

@keyframes enviroshieldShieldTurn{
	0%, 82%, 100%{
		transform: rotate(0deg) scale(1);
	}
	90%{
		transform: rotate(360deg) scale(1.04);
	}
}

.home-hero{
	padding: 0;
	min-height: 820px;
	height: 100vh;
	overflow: hidden;
}

.home-hero-slider,
.home-hero-slider .swiper-wrapper,
.home-hero-slide{
	height: 100%;
}

.home-hero-slide{
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 210px 0 110px;
	overflow: hidden;
}

.home-hero-video,
.home-hero-media-fallback{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.home-hero-media-fallback{
	background-position: center;
	background-size: cover;
}

.home-hero-video + .home-hero-media-fallback{
	z-index: -1;
}

.home-hero-slide::before{
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 45, 74, 0.92) 0%, rgba(11, 45, 74, 0.70) 44%, rgba(11, 45, 74, 0.36) 100%);
	z-index: 1;
}

.home-hero .container{
	position: relative;
	z-index: 3;
}

.home-hero .hero-content{
	max-width: 980px;
}

body.home-prototype .home-hero .section-title h1,
body.home-prototype .home-hero .section-title h2.home-hero-slide-title,
body.template-compare .home-hero .section-title h1,
body.template-compare .home-hero .section-title h2.home-hero-slide-title{
	font-size: 78px;
	line-height: 1.04em;
	max-width: 930px;
}

.home-hero .section-title p{
	max-width: 700px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 20px;
	line-height: 1.5em;
	margin-top: 24px;
}

.home-hero-proof{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.home-hero-proof span{
	display: inline-flex;
	align-items: center;
	color: var(--white-color);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	padding: 10px 14px;
}

.home-hero-controls{
	position: absolute;
	left: 50%;
	bottom: 34px;
	display: flex;
	align-items: center;
	gap: 18px;
	transform: translateX(-50%);
	z-index: 4;
}

.home-hero-prev,
.home-hero-next{
	width: 44px;
	height: 44px;
	color: var(--white-color);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.home-hero-prev:hover,
.home-hero-next:hover{
	background: var(--accent-color);
}

.home-hero-pagination{
	display: flex;
	align-items: center;
	gap: 8px;
}

.home-hero-pagination .swiper-pagination-bullet{
	width: 34px;
	height: 3px;
	background: rgba(255, 255, 255, 0.36);
	border-radius: 999px;
	opacity: 1;
	margin: 0 !important;
}

.home-hero-pagination .swiper-pagination-bullet-active{
	background: var(--accent-color);
}

.home-page-flow section{
	padding: 110px 0;
}

.home-proof-strip{
	background:
		linear-gradient(180deg, rgba(11, 45, 74, 0.84), rgba(11, 45, 74, 0.68)),
		url('../images/generated/backgrounds/enviroshield-core-services-bg.jpg') center / cover no-repeat;
	padding: 38px 0 !important;
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #2aa8e8;
}

.home-proof-strip .container{
	width: 100%;
	max-width: 1760px;
	padding-left: 42px;
	padding-right: 42px;
}

.home-proof-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.home-proof-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	color: inherit;
	min-height: 292px;
	padding: 32px 28px;
	border: 1px solid rgba(11, 45, 74, 0.08);
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0 10px 36px rgba(11, 45, 74, 0.06);
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.home-proof-item::before,
.home-proof-item::after{
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	transition: all 0.4s ease-in-out;
}

.home-proof-item::before{
	background-image: var(--card-image);
	background-size: cover;
	background-position: center;
	opacity: 0.72;
	transform: scale(1.03);
}

.home-proof-item::after{
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.76) 48%, rgba(255, 255, 255, 0.97) 100%),
		linear-gradient(135deg, rgba(45, 128, 196, 0.14) 0%, rgba(45, 128, 196, 0) 50%);
	opacity: 1;
}

.home-proof-service:hover{
	color: var(--white-color);
	transform: translateY(-6px);
	box-shadow: 0 22px 70px rgba(11, 45, 74, 0.18);
}

.home-proof-service:hover::before{
	opacity: 1;
	transform: scale(1);
}

.home-proof-service:hover::after{
	background:
		linear-gradient(180deg, rgba(5, 28, 47, 0.10) 0%, rgba(5, 28, 47, 0.84) 100%),
		linear-gradient(135deg, rgba(45, 128, 196, 0.28) 0%, rgba(45, 128, 196, 0) 48%);
	opacity: 1;
}

.home-proof-item .home-proof-number,
.home-proof-item .home-proof-icon,
.home-proof-item h2,
.home-proof-item p,
.home-proof-item .home-proof-cta{
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.home-proof-top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-bottom: 34px;
}

.home-proof-item .home-proof-number{
	display: inline-block;
	color: var(--accent-color);
	font-weight: 800;
	margin-bottom: 0;
}

.home-proof-item .home-proof-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	color: var(--accent-color);
	background: rgba(45, 128, 196, 0.12);
	border: 1px solid rgba(45, 128, 196, 0.16);
	border-radius: 50%;
	box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.36);
}

.home-proof-item .home-proof-icon i{
	font-size: 22px;
	line-height: 1;
	transition: transform 0.38s ease, filter 0.38s ease;
}

.home-proof-item h2{
	font-size: 21px;
	line-height: 1.25em;
	margin-bottom: 10px;
}

.home-proof-item p{
	margin: 0;
}

.home-proof-item .home-proof-cta{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 24px;
}

.home-proof-service:hover .home-proof-number,
.home-proof-service:hover .home-proof-icon,
.home-proof-service:hover h2,
.home-proof-service:hover p,
.home-proof-service:hover .home-proof-cta{
	color: var(--white-color);
}

.home-proof-service:hover .home-proof-icon{
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.12), 0 12px 30px rgba(0, 0, 0, 0.16);
	transform: translateY(-6px) rotate(3deg);
}

.home-proof-service:hover .home-proof-icon i{
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.18));
	transform: translateX(2px) rotate(-8deg) scale(1.12);
}

.home-proof-service:hover .home-proof-cta{
	transform: translateX(4px);
}

.home-service-grid,
.home-case-grid,
.home-process-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.home-service-card,
.home-case-card,
.home-process-step{
	display: block;
	height: 100%;
	color: inherit;
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 8px;
	padding: 30px;
	transition: all 0.3s ease-in-out;
}

.home-service-card:hover,
.home-case-card:hover{
	color: inherit;
	transform: translateY(-6px);
	box-shadow: 0 18px 60px rgba(11, 45, 74, 0.12);
}

.home-service-card i{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	color: var(--white-color);
	background: var(--accent-color);
	border-radius: 8px;
	font-size: 22px;
	margin-bottom: 26px;
}

.home-service-card h3,
.home-case-card h3,
.home-process-step h3{
	font-size: 24px;
	line-height: 1.25em;
	margin-bottom: 12px;
}

.home-service-card p,
.home-case-card p,
.home-process-step p{
	margin: 0;
}

.home-roi-band{
	position: relative;
	overflow: hidden;
	border-top: 3px solid #2aa8e8;
	border-bottom: 2px solid #2aa8e8;
}

.home-roi-band::before{
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--primary-color), #051827);
	z-index: 0;
}

.home-roi-band .container{
	position: relative;
	z-index: 1;
}

.home-roi-media img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

.home-roi-content{
	padding-left: 50px;
}

.home-roi-content .section-title p{
	color: rgba(255, 255, 255, 0.78);
}

.home-roi-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 28px 0 34px;
}

.home-roi-list span{
	color: var(--white-color);
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.25em;
	padding: 14px 16px;
}

.home-case-card{
	padding: 0;
	overflow: hidden;
}

.home-case-card figure{
	margin: 0;
	overflow: hidden;
}

.home-case-card figure img{
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.home-case-card:hover figure img{
	transform: scale(1.06);
}

.home-case-card span{
	display: block;
	color: var(--accent-color);
	font-weight: 800;
	line-height: 1.2em;
	padding: 24px 24px 0;
}

.home-case-card h3,
.home-case-card p{
	padding-left: 24px;
	padding-right: 24px;
}

.home-case-card p{
	padding-bottom: 26px;
}

.home-sector-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.home-sector-grid a{
	display: flex;
	align-items: center;
	min-height: 82px;
	color: var(--primary-color);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 8px;
	font-weight: 800;
	line-height: 1.25em;
	padding: 18px;
	transition: all 0.3s ease-in-out;
}

.home-sector-grid a:hover{
	color: var(--white-color);
	background: var(--primary-color);
}

.home-video-story{
	background-image: linear-gradient(90deg, rgba(11, 45, 74, 0.95), rgba(11, 45, 74, 0.58)), url('../client_assets/Enviroshield-Teams-BG-3.png');
	background-size: cover;
	background-position: center;
}

.home-video-panel{
	max-width: 760px;
}

.home-video-panel p{
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 30px;
}

.home-process-step span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	color: var(--white-color);
	background: var(--primary-color);
	border-radius: 50%;
	font-weight: 800;
	margin-bottom: 26px;
}

.home-insights-cta{
	padding-top: 0 !important;
}

.home-insights-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	color: var(--white-color);
	background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
	border-radius: 8px;
	padding: 46px;
	overflow: hidden;
}

.home-insights-box h2{
	color: var(--white-color);
	max-width: 780px;
	margin: 0;
}

.home-insights-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	flex: 0 0 auto;
}

body.home-prototype .home-about-enviro{
	position: relative;
	background:
		linear-gradient(180deg, rgba(243, 247, 250, 0.56), rgba(255, 255, 255, 1) 44%),
		var(--white-color);
	padding: 112px 0;
	overflow: hidden;
}

body.home-prototype .home-about-enviro .container{
	position: relative;
	z-index: 1;
}

body.home-prototype .home-about-enviro .about-us-image figure,
body.home-prototype .home-about-enviro .about-us-image figure img,
body.home-prototype .home-about-enviro .about-us-review-box{
	border-radius: 8px;
}

body.home-prototype .home-about-enviro .about-us-image figure img{
	object-position: center;
}

body.home-prototype .home-about-enviro .about-us-cta-box{
	right: 28px;
	bottom: 28px;
	background: rgba(11, 45, 74, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
}

body.home-prototype .home-about-enviro .about-us-cta-box .icon-box{
	background: rgba(30, 111, 168, 0.96);
}

body.home-prototype .home-about-enviro .about-us-review-box{
	border: 1px solid rgba(11, 45, 74, 0.08);
	box-shadow: 0 14px 46px rgba(11, 45, 74, 0.08);
}

body.home-prototype .home-about-enviro .about-us-review-content h3{
	font-size: 20px;
}

body.home-prototype .home-about-enviro .about-us-body-item .icon-box i{
	color: var(--white-color);
	font-size: 26px;
	line-height: 1;
}

body.home-prototype .home-about-enviro .about-us-btn{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

body.home-prototype .home-about-enviro .about-us-btn-logo{
	width: min(230px, 48vw);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 14px 22px rgba(11, 45, 74, 0.1));
}

body.home-prototype .home-roi-title-small{
	font-size: clamp(34px, 3vw, 52px);
	line-height: 1.08em;
}

body.home-prototype .home-roi-media img{
	aspect-ratio: 9 / 11.6;
	min-height: 620px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

body.home-prototype .home-service-route-grid{
	align-items: stretch;
}

body.home-prototype .home-service-route-grid .home-service-card{
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 330px;
	overflow: hidden;
	color: var(--primary-color);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 252, 0.96)),
		var(--white-color);
	border: 1px solid rgba(11, 45, 74, 0.09);
	box-shadow: 0 14px 44px rgba(11, 45, 74, 0.08);
}

body.home-prototype .home-service-route-grid .home-service-card::before{
	content: '';
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(180deg, rgba(5, 24, 39, 0.24), rgba(5, 24, 39, 0.92)),
		var(--route-image);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.05);
	transition: opacity 0.35s ease, transform 0.45s ease;
}

body.home-prototype .home-service-route-grid .home-service-card::after{
	content: '';
	position: absolute;
	inset: 14px;
	z-index: -1;
	border: 1px solid rgba(30, 111, 168, 0.13);
	border-radius: 8px;
	opacity: 0.8;
	transition: border-color 0.3s ease, opacity 0.3s ease;
}

body.home-prototype .home-service-route-grid .home-service-card i{
	position: relative;
	z-index: 1;
	background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 36px rgba(30, 111, 168, 0.22);
	transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

body.home-prototype .home-service-route-grid .home-service-card h3,
body.home-prototype .home-service-route-grid .home-service-card p{
	position: relative;
	z-index: 1;
	transition: color 0.3s ease, transform 0.3s ease;
}

body.home-prototype .home-service-route-grid .home-service-card:hover{
	color: var(--white-color);
	transform: translateY(-8px);
	box-shadow: 0 26px 70px rgba(5, 24, 39, 0.24);
}

body.home-prototype .home-service-route-grid .home-service-card:hover::before{
	opacity: 1;
	transform: scale(1);
}

body.home-prototype .home-service-route-grid .home-service-card:hover::after{
	border-color: rgba(255, 255, 255, 0.24);
	opacity: 1;
}

body.home-prototype .home-service-route-grid .home-service-card:hover i{
	color: var(--accent-color);
	background: rgba(255, 255, 255, 0.92);
	transform: translateY(-8px) rotate(4deg) scale(1.08);
}

body.home-prototype .home-service-route-grid .home-service-card:hover h3,
body.home-prototype .home-service-route-grid .home-service-card:hover p{
	color: var(--white-color);
	transform: translateY(-2px);
}

body.home-prototype .enviro-story-section{
	background-image: url('../images/generated/home/enviroshield-story-workmanship-bg-v2.jpg') !important;
	background-position: center center;
	overflow: hidden;
	border-top: 3px solid #2aa8e8;
	border-bottom: 2px solid #2aa8e8;
}

body.home-prototype .enviro-story-section::before{
	background:
		linear-gradient(90deg, rgba(5, 24, 39, 0.94) 0%, rgba(7, 31, 53, 0.78) 46%, rgba(7, 31, 53, 0.36) 100%),
		linear-gradient(180deg, rgba(30, 111, 168, 0.12), rgba(30, 111, 168, 0));
	opacity: 1;
}

body.home-prototype .enviro-story-section .our-story-content{
	max-width: 780px;
}

body.home-prototype .enviro-story-section .story-counter-item{
	background: rgba(255, 255, 255, 0.10);
	border-color: rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.home-prototype .enviro-story-section .watch-our-story-circle a{
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

body.home-prototype .home-sector-showcase-grid{
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

body.home-prototype .home-sector-showcase-grid .home-sector-card{
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 420px;
	overflow: hidden;
	color: var(--white-color);
	background: var(--primary-color);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 28px;
	box-shadow: 0 22px 60px rgba(11, 45, 74, 0.12);
}

body.home-prototype .home-sector-showcase-grid .home-sector-card figure{
	position: absolute;
	inset: 0;
	z-index: -2;
	margin: 0;
}

body.home-prototype .home-sector-showcase-grid .home-sector-card figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.45s ease;
}

body.home-prototype .home-sector-showcase-grid .home-sector-card::before{
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(5, 24, 39, 0.18) 0%, rgba(5, 24, 39, 0.88) 100%),
		linear-gradient(135deg, rgba(30, 111, 168, 0.22), rgba(5, 24, 39, 0));
	transition: background 0.35s ease;
}

body.home-prototype .home-sector-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: var(--white-color);
	background: rgba(30, 111, 168, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	font-size: 20px;
	margin-bottom: 18px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
	transition: transform 0.35s ease, background 0.35s ease;
}

body.home-prototype .home-sector-showcase-grid .home-sector-card h3{
	color: var(--white-color);
	font-size: 22px;
	line-height: 1.18em;
	margin-bottom: 10px;
}

body.home-prototype .home-sector-showcase-grid .home-sector-card p{
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
}

body.home-prototype .home-sector-showcase-grid .home-sector-card:hover{
	color: var(--white-color);
	transform: translateY(-6px);
	box-shadow: 0 30px 80px rgba(11, 45, 74, 0.22);
}

body.home-prototype .home-sector-showcase-grid .home-sector-card:hover figure img{
	transform: scale(1.08);
}

body.home-prototype .home-sector-showcase-grid .home-sector-card:hover .home-sector-icon{
	background: rgba(255, 255, 255, 0.16);
	transform: translateY(-6px) rotate(5deg);
}

body.home-prototype .home-project-proof{
	background-image: url('../images/generated/home/enviroshield-project-proof-bg.jpg') !important;
	background-position: center center;
	overflow: hidden;
	border-top: 3px solid #2aa8e8;
	border-bottom: 2px solid #2aa8e8;
}

body.home-prototype .home-project-proof::before{
	background:
		linear-gradient(90deg, rgba(5, 24, 39, 0.94) 0%, rgba(7, 31, 53, 0.84) 50%, rgba(7, 31, 53, 0.58) 100%),
		linear-gradient(180deg, rgba(30, 111, 168, 0.16), rgba(30, 111, 168, 0));
	opacity: 1;
}

body.home-prototype .home-project-proof .testimonial-item{
	min-height: 360px;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	backdrop-filter: blur(10px);
}

body.home-prototype .home-project-proof-slider .swiper-wrapper{
	align-items: stretch;
}

body.home-prototype .home-project-proof-slider .swiper-slide{
	height: auto;
	display: flex;
}

body.home-prototype .home-project-proof .testimonial-item{
	height: 100%;
}

body.home-prototype .home-project-proof .testimonial-item-content{
	flex: 1 1 auto;
}

body.home-prototype .home-project-proof .testimonial-item-author{
	margin-top: auto;
}

body.home-prototype .home-project-proof .testimonial-item-rating{
	display: inline-flex;
	align-items: center;
	width: auto;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	gap: 4px;
	padding: 8px 12px;
}

body.home-prototype .home-project-proof .testimonial-item-rating i{
	color: var(--accent-color);
}

body.home-prototype .home-project-proof .testimonial-item-rating p,
body.home-prototype .home-project-proof .testimonial-item-content p,
body.home-prototype .home-project-proof .testimonial-author-content p{
	color: rgba(255, 255, 255, 0.78);
}

body.home-prototype .home-project-proof .testimonial-item-rating p{
	color: var(--primary-color);
	font-size: 13px;
	font-weight: 800;
	line-height: 1em;
	margin: 0 0 0 8px;
}

body.home-prototype .home-project-proof .testimonial-author-content h2{
	color: var(--white-color);
}

body.home-prototype .home-project-proof .testimonial-pagination{
	position: relative;
	margin-top: 34px;
}

body.home-prototype .home-project-proof .testimonial-pagination .swiper-pagination-bullet{
	background: rgba(255, 255, 255, 0.6);
}

body.home-prototype .home-project-proof .testimonial-pagination .swiper-pagination-bullet-active{
	background: var(--accent-color);
}

body.home-prototype .home-how-help{
	position: relative;
	background:
		linear-gradient(180deg, rgba(243, 247, 250, 0.92), rgba(255, 255, 255, 1) 42%),
		var(--white-color);
	overflow: hidden;
}

body.home-prototype .home-how-help .section-title h2{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

body.home-prototype .home-how-help .section-title h2 img{
	width: 64px;
	height: 64px;
	object-fit: contain;
	background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
	border-radius: 50%;
	padding: 13px;
	margin: 0 12px;
	box-shadow: 0 18px 40px rgba(30, 111, 168, 0.2);
	vertical-align: middle;
}

body.home-prototype .home-how-help .what-we-item{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

body.home-prototype .home-how-help .what-we-item-list{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 30px;
}

body.home-prototype .home-how-help .what-we-item{
	width: auto;
	height: 100%;
}

body.home-prototype .home-how-help .what-we-item-content-box,
body.home-prototype .home-how-help .what-we-counter-content{
	margin-top: auto;
}

body.home-prototype .home-how-help .what-we-item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.home-prototype .home-how-help .what-we-item.box-2{
	background: linear-gradient(135deg, var(--primary-color), #0c3a5d);
}

body.home-prototype .home-how-help .what-we-item.box-2 h3,
body.home-prototype .home-how-help .what-we-item.box-2 p,
body.home-prototype .home-how-help .what-we-item.box-2 li{
	color: var(--white-color);
}

body.home-prototype .home-how-help .what-we-counter-content{
	position: relative;
	z-index: 2;
	background: rgba(5, 24, 39, 0.76);
	backdrop-filter: blur(8px);
	border-radius: 8px;
}

body.home-prototype .home-how-help .how-help-card-logo{
	position: absolute;
	top: -58px;
	left: 50%;
	width: clamp(126px, 12vw, 176px);
	height: auto;
	transform: translateX(-50%);
	z-index: 3;
	pointer-events: none;
}

@media only screen and (max-width: 991px){
	body.home-prototype .home-how-help .what-we-item-list{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px){
	body.home-prototype .home-how-help .what-we-item-list{
		grid-template-columns: 1fr;
	}
}

body.home-prototype .home-how-projects{
	background-color: #f3f7fa;
}

body.home-prototype .home-how-projects .how-work-item{
	display: flex;
	flex-direction: column;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

body.home-prototype .home-how-projects .how-work-item-list{
	align-items: stretch;
}

body.home-prototype .home-how-projects .how-work-item-body,
body.home-prototype .home-how-projects .how-work-item-content{
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

body.home-prototype .home-how-projects .how-work-item-body{
	min-height: 400px;
}

body.home-prototype .home-how-projects .how-work-item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

body.home-prototype .home-how-projects .section-footer-text{
	margin-top: 42px;
}

body.home-prototype .home-latest-blogs{
	position: relative;
	background:
		linear-gradient(180deg, rgba(238, 247, 252, 0.86), rgba(255, 255, 255, 1) 48%),
		var(--white-color);
	overflow: hidden;
}

body.home-prototype .home-latest-blogs .post-item{
	height: 100%;
	border: 1px solid rgba(11, 45, 74, 0.1);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(11, 45, 74, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

body.home-prototype .home-latest-blogs .post-item:hover{
	transform: translateY(-6px);
	border-color: rgba(30, 111, 168, 0.28);
	box-shadow: 0 26px 70px rgba(11, 45, 74, 0.14);
}

body.home-prototype .home-latest-blogs .post-featured-image img{
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

body.home-prototype .home-latest-blogs .post-item-content{
	display: flex;
	flex-direction: column;
	min-height: 230px;
	padding: 28px 30px 30px;
}

body.home-prototype .home-latest-blogs .post-item-content h2{
	flex: 1 1 auto;
	margin-bottom: 10px;
}

body.home-prototype .home-latest-blogs .post-item-content p{
	margin-bottom: 0;
}

body.home-prototype .home-latest-blogs .post-item-btn{
	margin-top: 24px;
}

body.home-prototype .home-latest-blogs .post-item-meta a{
	color: var(--accent-color);
	font-weight: 800;
}

body.home-prototype .home-why-choose{
	position: relative;
	background-image: url('../images/generated/home/enviroshield-why-choose-bg.jpg') !important;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	border-top: 3px solid #2aa8e8;
	border-bottom: 2px solid #2aa8e8;
}

body.home-prototype .home-why-choose-video{
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

body.home-prototype .home-why-choose::before{
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 24, 39, 0.96) 0%, rgba(7, 31, 53, 0.9) 50%, rgba(7, 31, 53, 0.32) 100%),
		linear-gradient(180deg, rgba(30, 111, 168, 0.22), rgba(30, 111, 168, 0));
	opacity: 1;
}

body.home-prototype .home-why-choose .why-choose-content-silver{
	position: relative;
	z-index: 2;
	max-width: 960px;
	padding: 108px 0;
}

body.home-prototype .home-why-choose .section-title h2,
body.home-prototype .home-why-choose .section-title p,
body.home-prototype .home-why-choose .why-choose-body-item-content-silver h3,
body.home-prototype .home-why-choose .why-choose-body-item-content-silver p,
body.home-prototype .home-why-choose .why-choose-footer-silver h3,
body.home-prototype .home-why-choose .why-choose-footer-silver li{
	color: var(--white-color);
}

body.home-prototype .home-why-choose .why-choose-body-item-content-silver h3{
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 8px;
}

body.home-prototype .home-why-choose .why-choose-body-item-content-silver p{
	font-size: 15px;
	line-height: 1.45em;
	margin: 0;
}

body.home-prototype .home-why-choose .why-choose-body-list-silver{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 36px;
}

body.home-prototype .home-why-choose .why-choose-body-item-silver{
	width: 100%;
	grid-column: span 2;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 18px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	backdrop-filter: blur(10px);
}

body.home-prototype .home-why-choose .why-choose-body-item-silver .icon-box{
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(30, 111, 168, 0.92);
	border-radius: 50%;
	box-shadow: 0 0 26px rgba(139, 214, 255, 0.22);
}

body.home-prototype .home-why-choose .why-choose-body-item-silver .icon-box i{
	color: var(--white-color);
	font-size: 24px;
}

body.home-prototype .home-why-choose .why-choose-body-item-content-silver{
	width: auto;
	flex: 1 1 auto;
}

body.home-prototype .home-why-choose .why-choose-footer-silver{
	margin-top: 24px;
	padding: 28px;
	background: rgba(5, 24, 39, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
}

body.home-prototype .home-why-choose .why-choose-footer-silver ul{
	margin: 16px 0 0;
	padding-left: 20px;
}

body.home-prototype .home-faqs{
	background:
		linear-gradient(180deg, rgba(238, 247, 252, 0.92), rgba(255, 255, 255, 1) 50%),
		#eef7fc;
}

body.home-prototype .home-faqs .faq-image-gold figure,
body.home-prototype .home-faqs .faq-image-gold img{
	border-radius: 8px;
	overflow: hidden;
}

body.home-prototype .home-faqs .faq-image-gold{
	margin-top: 0;
	align-self: flex-start;
}

body.home-prototype .home-faqs .faq-image-gold img{
	width: 100%;
	min-height: 640px;
	object-fit: cover;
	box-shadow: 0 24px 70px rgba(11, 45, 74, 0.16);
}

body.home-prototype .home-faqs .faq-cta-box-gold{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	border-radius: 8px;
	margin-top: 26px;
	padding: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	background: linear-gradient(135deg, rgba(11, 45, 74, 0.96), rgba(30, 111, 168, 0.9));
	box-shadow: 0 22px 52px rgba(11, 45, 74, 0.22);
}

body.home-prototype .home-faqs .home-faqs-wide-cta{
	width: 100%;
	margin-top: 34px;
	padding: 34px 38px;
}

body.home-prototype .home-faqs .home-faqs-wide-cta .faq-cta-content-gold{
	max-width: 720px;
}

body.home-prototype .home-faqs .home-faqs-wide-cta .faq-cta-btn-gold{
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

body.home-prototype .home-faqs .faq-cta-box-gold h3,
body.home-prototype .home-faqs .faq-cta-box-gold p,
body.home-prototype .home-faqs .faq-phone-link{
	color: var(--white-color);
}

body.home-prototype .home-faqs .faq-phone-link{
	display: inline-block;
	margin-top: 0;
	font-size: 18px;
	font-weight: 800;
}

@media only screen and (max-width: 991px){
	body.home-prototype .home-faqs .home-faqs-wide-cta{
		align-items: flex-start;
		flex-direction: column;
		padding: 30px;
	}

	body.home-prototype .home-faqs .home-faqs-wide-cta .faq-cta-btn-gold{
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767px){
	body.home-prototype .home-faqs .home-faqs-wide-cta{
		margin-top: 24px;
		padding: 24px;
		gap: 18px;
	}

	body.home-prototype .home-faqs .home-faqs-wide-cta .faq-cta-btn-gold{
		gap: 16px;
	}
}

body.home-prototype .home-faqs .accordion-item{
	border: 1px solid rgba(11, 45, 74, 0.1);
	border-radius: 8px !important;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(11, 45, 74, 0.06);
}

body.home-prototype .home-faqs .accordion-button{
	font-weight: 800;
	color: var(--primary-color);
}

body.home-prototype .home-faqs .accordion-button:not(.collapsed){
	color: var(--white-color);
	background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}

@media only screen and (max-width: 1199px){
	.enviro-topbar-social span{
		display: none;
	}

	.mega-menu-grid,
	.mega-menu-grid-three{
		grid-template-columns: 1fr 1fr;
	}

	.mega-menu-media{
		display: none;
	}

	.home-proof-grid,
	.home-sector-grid{
		grid-template-columns: repeat(2, 1fr);
	}

	body.home-prototype .home-sector-showcase-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home-prototype .home-why-choose .why-choose-body-list-silver{
		grid-template-columns: 1fr;
	}

	body.home-prototype .home-how-projects .how-work-item-body{
		min-height: 0;
	}
}

@media only screen and (max-width: 991px){
	.enviro-topbar{
		display: none;
	}

	.navbar{
		padding: 18px 0;
	}

	.main-menu ul li.has-mega > ul.mega-menu::before{
		display: none;
	}

	.main-menu ul li.has-mega > ul.mega-menu{
		position: static;
		width: auto;
		transform: none;
		box-shadow: none;
	}

	.mega-menu-grid,
	.mega-menu-grid-three{
		display: block;
	}

	.mega-menu-intro,
	.mega-menu-col{
		padding: 18px;
	}

	.home-hero{
		height: auto;
		min-height: 720px;
	}

	.home-hero-slide{
		min-height: 720px;
		padding: 170px 0 90px;
	}

	.home-hero .section-title p{
		font-size: 18px;
	}

	.home-service-grid,
	.home-case-grid,
	.home-process-grid{
		grid-template-columns: 1fr 1fr;
	}

	.home-roi-content{
		padding-left: 0;
		margin-top: 36px;
	}

	body.home-prototype .home-roi-media img{
		min-height: 520px;
	}

	.home-insights-box{
		display: block;
	}

	.home-insights-actions{
		margin-top: 28px;
	}
}

@media only screen and (max-width: 767px){
	.home-page-flow section{
		padding: 70px 0;
	}

	.home-proof-strip .container{
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-hero-slide{
		min-height: 700px;
		padding: 150px 0 86px;
	}

	.home-hero .section-title h1,
	.home-hero .section-title h2.home-hero-slide-title{
		font-size: 40px;
	}

	.home-hero .section-title p{
		font-size: 16px;
	}

	.home-hero-controls{
		bottom: 22px;
	}

	.home-proof-grid,
	.home-service-grid,
	.home-case-grid,
	.home-sector-grid,
	.home-process-grid,
	.home-roi-list{
		grid-template-columns: 1fr;
	}

	body.home-prototype .home-sector-showcase-grid{
		grid-template-columns: 1fr;
	}

	body.home-prototype .home-sector-showcase-grid .home-sector-card{
		min-height: 390px;
	}

	body.home-prototype .home-roi-media img{
		min-height: auto;
	}

	.home-proof-grid{
		border-left: none;
	}

	.home-proof-item{
		min-height: 307px;
	}

	.home-insights-box{
		padding: 30px;
	}
}

@media (prefers-reduced-motion: reduce){
	.mega-menu-shield{
		animation: none;
	}
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

html,
body{
	width: 100%;
	overflow-x: clip;
}

body{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--text-color);
	background: var(--bg-color);
}

::-webkit-scrollbar-track{
	background-color: var(--primary-color);
	border-left: 1px solid var(--primary-color);
}

::-webkit-scrollbar{
	width: 7px;
	background-color: var(--accent-color);
}

::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

::selection{
	color: var(--primary-color);
	background-color: var(--accent-color);
	filter: invert(1);
}

p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
	margin :0;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default{
    position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	background: var(--accent-color);
	color: var(--white-color);
	border-radius: 100px;
	padding: 17px 55px 17px 24px;
	border: none;
	overflow: hidden;
	box-shadow: none;
	outline: none;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover{
	color: var(--white-color);
}

.btn-default::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	background-color: var(--primary-color);
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	background-color: var(--white-color);
	background-image: url('../images/arrow-primary.svg');
}

.btn-default::after{ 
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover::after{
	right: auto;
	left: 0;
    width: 100%;
}

.btn-default.btn-highlighted:hover{
	color: var(--primary-color);
}

.btn-default.btn-highlighted:hover:before{
	background-color: var(--primary-color);
	background-image: url('../images/arrow-white.svg');
}

.btn-default.btn-highlighted::after{
	background-color: var(--white-color);
}

.readmore-btn{
	position: relative;
	display: inline-block;
	font-weight: 600;
	line-height: 1.5em;
	text-transform: capitalize;
	color: var(--primary-color);
	padding: 3px 40px 3px 0;
	transition: all 0.4s ease-in-out;
}

.readmore-btn::before{
	content: '';
    position: absolute;
    top: 50%;
    transform: translate(-2px, -50%);
    right: 0px;
    height: 30px;
    width: 30px;
    background-color: var(--accent-color);
    background-image: url('../images/arrow-primary.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}

.readmore-btn:hover::before{
	transform: translate(0, -50%);
}

.cb-cursor:before{
	background: var(--accent-color);
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.bg-section{
	background-color: var(--secondary-color);
}

.dark-section{
	background-color: var(--primary-color);
	background-image: url('../images/dark-section-bg-image.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.section-row{
	margin-bottom: 80px;
}

.section-row .section-title{
	margin-bottom: 0; 
}

.section-row .section-title.section-title-center{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.section-btn{
	text-align: right;
}

.section-content-btn .section-btn{
	margin-top: 30px;
	text-align: left;
}

.section-title-content p{
	margin-bottom: 20px;
}

.section-title-content p:last-child{
	margin-bottom: 0;	
}

.section-title{
	margin-bottom: 40px;
}

.section-title .section-sub-title{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: normal;
    color: var(--primary-color);
	background-color: var(--secondary-color);
	border-radius: 100px;
	padding: 8px 16px 8px 30px;
    margin-bottom: 15px;
}

.bg-section .section-title .section-sub-title{
	background-color: var(--white-color);
}

.dark-section .section-title .section-sub-title{
	background-color: var(--dark-divider-color);
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.section-title .section-sub-title::before{
	content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-color);
	border-radius: 50%;
    width: 5px;
    height: 5px;
}

.section-title h1{
	font-size: 100px;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 0;
	cursor: none;
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.dark-section .section-title .section-sub-title,
.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title p,
.dark-section .section-title-content p{
	color: var(--white-color);
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	    03. Header css		 ****/
/************************************/

header.main-header{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom: 1px solid var(--dark-divider-color);
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
	background: rgba(11, 45, 74, 0.76);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 70px rgba(0, 0, 0, 0.16);
}

header.main-header .header-sticky.hide{
	top: 100%;
	transition: transform 0.4s ease-in-out;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
	background: rgba(11, 45, 74, 0.86);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0;
}

.navbar{
	padding: 18px 0px;
	align-items: center;
}

header.main-header .container-fluid{
	max-width: 1640px;
	margin: 0 auto;
}

.enviro-topbar{
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(90deg, rgba(30, 111, 168, 0.34), rgba(11, 45, 74, 0.18));
}

.enviro-topbar .container-fluid{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.enviro-topbar-contact,
.enviro-topbar-social{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.enviro-topbar-contact a,
.enviro-topbar-contact span,
.enviro-topbar-social span{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
}

.enviro-topbar-contact a:hover{
	color: var(--white-color);
}

.enviro-topbar-contact i,
.enviro-topbar-social i{
	color: #7ec5f2;
	font-size: 13px;
}

.enviro-topbar-social a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: var(--white-color);
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.enviro-topbar-social a:hover{
	color: var(--white-color);
	background: var(--accent-color);
	transform: translateY(-2px);
}

.enviro-topbar-social a:hover i{
	color: var(--white-color);
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.navbar-brand img{
	width: 100%;
	max-width: 190px;
	height: auto;
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: left;
	margin: 0 4.167vw;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0 10px;
	position: relative;
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 12px 10px !important;
	color: var(--white-color);
	background: transparent;
	border-radius: 0px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-color);
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scale(1,0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 235px;
	border-radius: 14px;
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul{
    width: 235px;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scale(1,1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: var(--primary-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: var(--white-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.header-button-box{
	display: flex;
	align-items: center;
}

.header-sidebar-btn .btn-popup{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 100;
}

.header-sidebar-btn .offcanvas-backdrop{
	z-index: 100;
}

.header-sidebar-btn .btn-popup{
	height: 50px;
	width: 50px;
	background: linear-gradient(145deg, rgba(30, 111, 168, 0.95), rgba(7, 35, 58, 0.95));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	margin-left: 30px;
	padding: 0;
	transition: all 0.4s ease-in-out;
}

.header-sidebar-btn .btn-popup:hover{
	background: linear-gradient(145deg, var(--accent-color), var(--primary-color));
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
}

.header-sidebar-btn .btn-popup img{
	width: 100%;
	max-width: 32px;
	max-height: 32px;
	object-fit: contain;
	transition: transform 0.4s ease-in-out;
}

.header-sidebar-btn .btn-popup:hover img{
	transform: rotate(12deg) scale(1.05);
}

body:has(:not(.offcanvas)){
	padding-right: initial !important;
}

body:has(.offcanvas){
	padding-right: 0 !important;
}

.header-sidebar-btn .offcanvas{
	position: fixed;
	top: 0;
	bottom: 0;
	left: auto;
	right: -15px;
	background: var(--accent-color) !important;
	border-radius: 0;
	opacity: 100%;
	width: 100% !important;
	height: 100% !important;
	max-width: 400px;
	min-height: 100vh;
	border: none;
	padding: 110px 40px 40px;
	transform: translateX(100%) !important;
	z-index: 101;
	transition: all 0.3s ease-in-out !important;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing{
    transform: translateX(0) !important;
}

.navbar-expand-lg .offcanvas .offcanvas-body{
	text-align: center;
	display: block;
}

.header-sidebar-btn .offcanvas .btn-close{
	position: absolute;
	top: 45px;
	right: 45px;
	background-color: var(--divider-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 100%;
	box-shadow: none;
	padding: 0;
	transition: all 0.4s ease-in-out;
}

.header-sidebar-btn .offcanvas .btn-close:hover{
	background-color: var(--white-color);
}

.header-contact-box{
	text-align: center;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.header-contact-box .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.header-contact-box .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: var(--white-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.header-contact-box:hover .icon-box:before{
	transform: scale(1);
}

.header-contact-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.header-contact-box:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.header-contact-box-content h3{
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.header-contact-box-content p{
	color: var(--primary-color);
	margin: 0;
}

.header-contact-box-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.header-contact-box-content p a:hover{
	color: var(--white-color);
}

.header-social-links{
	text-align: center;
}

.header-social-links h2{
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.header-social-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.header-social-links ul li{
	margin: 0;
}

.header-social-links ul li a{
	font-size: 18px;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	background-color: transparent;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.header-social-links ul li a:hover{
	color: var(--white-color);
	background-color: var(--primary-color);
}


.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	position: relative;
	top: 0;
}

.slicknav_btn{
	background: linear-gradient(145deg, rgba(30, 111, 168, 0.95), rgba(7, 35, 58, 0.95));
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.slicknav_icon{
	display: block;
	width: 28px;
	height: 28px;
	background: url('../icons/enviroshield-shield-white.png') center / contain no-repeat;
	transition: transform 0.3s ease-in-out;
}

.slicknav_btn:hover .slicknav_icon,
.slicknav_btn.slicknav_open .slicknav_icon{
	transform: rotate(10deg) scale(1.05);
}

.slicknav_icon .slicknav_icon-bar{
	display: none;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--primary-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: var(--accent-color);
	border-radius: 0;
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 7px 20px;
	color: var(--primary-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--white-color);
}

.slicknav_menu ul ul li a{
    padding: 7px 20px 7px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--primary-color);
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--white-color);
}

/************************************/
/*** 	    04. Hero css	      ***/
/************************************/

.hero{
	position: relative;
	height: 100vh;
    min-height: 800px;
	align-content: end;
    background-image: url('../images/hero-bg-image.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 210px 0 100px;
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--black-color);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-shield-overlay{
	position: absolute;
	left: 50%;
	bottom: clamp(60px, 10vh, 130px);
	width: clamp(180px, 28vw, 460px);
	aspect-ratio: 1 / 1;
	transform: translateX(-50%);
	opacity: 0.16;
	pointer-events: none;
	z-index: 2;
}

.hero-shield-overlay img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero .container{
	position: relative;
    z-index: 3;
}

.hero-content{
	max-width: 1030px;
}

.hero-content-footer{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 40px;
}

.video-play-button{
	display: inline-flex;
    align-items: center;
    gap: 10px;
}

.video-play-button a{
	position: relative;
    height: 50px;
    width: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
    transition: all 0.4s ease-in-out;
}

.video-play-button:hover a{
	background: var(--white-color);
}

.video-play-button a i{
	font-size: 18px;
	color: var(--primary-color);
	margin-left: 2px;
}

.video-play-button p{
	font-weight: 600;
	color: var(--white-color);
	margin: 0;
}

/************************************/
/*** 	   05. About Us css	      ***/
/************************************/

.about-us{
	padding: 120px 0;
}

.about-us-image-box{
	position: relative;
    height: 100%;
}

.about-us-image{
	height: 100%;
}

.about-us-image figure{
	display: block;
    height: 100%;
    border-radius: 14px;
}

.about-us-image figure img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.37;
    object-fit: cover;
    border-radius: 14px;
}

.about-us-cta-box{
	position: absolute;
    right: 40px;
    bottom: 40px;
    background-color: var(--divider-color);	
	text-align: center;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    max-width: 205px;
    padding: 25px;
    z-index: 2;
}

.about-us-cta-box .icon-box{
	height: 40px;
	width: 40px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.about-us-cta-box .icon-box img{
	width: 100%;
	max-width: 20px;
}

.about-rating-star{
	display: inline-block;
	line-height: normal;
}

.about-rating-star i{
	color: var(--white-color);
}

.about-us-cta-box h2{
	font-size: 18px;
	line-height: 1.4em;
	color: var(--white-color);
	margin-top: 15px;
}

.about-us-content{
	margin-left: 15px;
}

.about-us-review-box{
	background-color: var(--secondary-color);
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.about-us-review-image{
	width: 35%;
}

.about-us-review-image figure{
	height: 100%;
	display: block;
}

.about-us-review-image figure img{
	height: 100%;
	width: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
}

.about-us-review-content-box{
	width: 65%;
	align-content: center;
	padding: 30px;
}

.about-us-review-content h3{
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.about-us-review-content h3:last-child{
	margin-bottom: 0;
}

.about-us-author-content{
	border-top: 1px solid var(--divider-color);
	padding-top: 20px;
	margin-top: 20px;
}

.about-us-author-content h3{
	font-size: 20px;
	line-height: normal;
}

.about-us-author-content p{
	margin: 5px 0 0;
}

.about-us-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.about-us-body-item{
	position: relative;
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.about-us-body-item .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-us-body-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-us-body-item:hover .icon-box::before{
	transform: scale(1);
}


.about-us-body-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.about-us-body-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.about-us-body-item-content{
	width: calc(100% - 65px);
}

.about-us-body-item-content h3{
	font-size: 20px;
}

.about-us-body-item-content p{
	margin: 10px 0 0;
}

.about-us-content-list{
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.about-us-content-list ul{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-us-content-list ul li{
	position: relative;
    width: calc(50% - 10px);
    line-height: 1.5em;
    padding-left: 25px;
}

.about-us-content-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.about-us-btn{
	margin-top: 40px;
}

/************************************/
/*** 	06. Our Services css      ***/
/************************************/

.our-services{
	position: relative;
	padding: 120px 0;
}

.our-services::before{
	content: '';
    position: absolute;
    bottom: -20px;
    left: -60px;
    background-image: url('../images/section-bg-image-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 310px;
    height: 250px;
	z-index: 0;
}

.service-item{
	background-color: var(--dark-divider-color);
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
	border-radius: 14px;
	height: calc(100% - 30px);
    margin-bottom: 30px;
	padding: 10px;
	transition: all 0.5s ease-in-out;
}

.service-item:hover{
	transform: translateY(-5px);
}

.service-item-box{
    min-height: 450px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
}

.service-item-box .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	margin-bottom: 30px;
	overflow: hidden;
}

.service-item-box .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-item-box:hover .icon-box::before{
	transform: scale(1);
}

.service-item-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-item-content h2{
	font-size: 20px;
	color: var(--white-color);
}

.service-item-content h2 a{
	color: inherit;
}

.service-item-content p{
	color: var(--white-color);
	margin: 10px 0 0;
}

.service-item-list ul{
	list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}

.service-item-list ul li{
	color: var(--white-color);
    line-height: 1.5em;
    margin-bottom: 10px;
}

.service-item-list ul li:last-child{
	margin-bottom: 0;
}

.service-item-btn{
	margin-top: 30px;
}

.section-footer-text{
	margin-top: 30px;
	text-align: center;
}

.section-footer-text p{
	color: var(--primary-color);
	margin-bottom: 0;
}

.section-footer-text p span{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: var(--accent-color);
	color: var(--primary-color);
	line-height: 1em;
	padding: 4px 10px;
	border-radius: 20px;
	margin-right: 10px;
}

.section-footer-text p a{
	font-weight: 600;
	text-transform: capitalize;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover{
	color: var(--primary-color);
}

.section-footer-text ul{
	width: 100%;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.section-footer-text ul li{
	display: inline-block;
	font-weight: 600;
	line-height: normal;
	color: var(--primary-color);
	margin-right: 10px;
}

.section-footer-text ul li:last-child{
	margin: 0;
}

.section-footer-text ul li i{
	color: var(--accent-color);
}

.dark-section .section-footer-text.section-satisfy-img .satisfy-client-image{
    border-color: var(--primary-color);
}

.dark-section .section-footer-text p,
.dark-section .section-footer-text ul li{
	color: var(--white-color);
}

.dark-section .section-footer-text p a:hover{
	color: var(--white-color);
}

.section-footer-text.section-footer-contact{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
}

.section-footer-text.section-footer-contact span{
	width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
	align-items: center;
    margin-right: 10px;
}

.section-footer-text.section-footer-contact span img{
	width: 100%;
	max-width: 16px;
}

.section-footer-text.section-satisfy-img{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section-footer-text.section-satisfy-img .satisfy-client-image figure img{
	max-width: 30px;
}

.section-footer-text.section-satisfy-img .satisfy-client-image.add-more{
	width: 32px;
	height: 32px;
    margin-left: -10px;
}

.section-footer-text.section-satisfy-img .satisfy-client-image.add-more img{
	max-width: 16px;
}

.section-footer-text.section-satisfy-img ul{
	margin: 5px 0 0;
}

.satisfy-client-images{
	display: flex;
	align-items: center;
}

.satisfy-client-image{
	position: relative;
    display: inline-block;
    margin-left: -16px;
	border: 1px solid var(--secondary-color);
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.satisfy-client-image:first-child{
	margin: 0;
}

.satisfy-client-image figure{
	display: block;
}

.satisfy-client-image figure img{
	width: 100%;
	max-width: 40px;
	border-radius: 50%;
}

.satisfy-client-image.add-more{
	width: 42px;
	height: 42px;
	background-color: var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.satisfy-client-image.add-more i{
	font-size: 20px;
	color: var(--white-color);
}

.satisfy-client-image.add-more h3{
	font-size: 16px;
	color: var(--white-color);
	line-height: 1em;
}

/************************************/
/*** 	07. Why Choose Us css     ***/
/************************************/

.why-choose-us{
	padding: 120px 0;
}

.why-choose-content{
	margin-right: 15px;
}

.why-choose-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
}

.why-choose-counter-box{
	width: calc(41% - 12.5px);
	background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 30px;
}

.why-choose-counter-item{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.why-choose-counter-item:last-child{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.why-choose-counter-item h3{
	font-size: 30px;
	color: var(--primary-color);
}

.why-choose-counter-item p{
	font-weight: 600;
	color: var(--primary-color);
	margin: 10px 0 0;
}

.why-choose-info-box{
	width: calc(59% - 12.5px);
}

.why-choose-info-item{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.why-choose-info-item .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	overflow: hidden;
}

.why-choose-info-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.why-choose-info-item:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-info-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.why-choose-info-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.why-choose-info-item-content h2{
	font-size: 20px;
}

.why-choose-info-item-content p{
	margin: 10px 0 0;
}

.why-choose-info-list ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-info-list ul li{
	position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 15px;
}

.why-choose-info-list ul li:last-child{
	margin-bottom: 0;
}

.why-choose-info-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.why-choose-btn{
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.why-choose-image-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	background-image: url('../images/why-choose-bg-image.png');
	background-position: bottom 30px center; 
	background-repeat: no-repeat;
	background-size: auto;
}

.why-choose-image-box-1{
	width: calc(56% - 10px);
	margin-top: 40px;
}

.why-choose-image-box-2{
	position: relative;
	width: calc(44% - 10px);
	display: flex;
    flex-direction: column;
	gap: 20px;
}

.why-choose-image{
	position: relative;
	z-index: 1;
}

.why-choose-image figure{
    display: block;
    border-radius: 14px;
}

.why-choose-image figure img{
	width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.why-choose-image-box-1 .why-choose-image figure img{
	aspect-ratio: 1 / 1.485;
}

.why-choose-image-box-2 .why-choose-image figure img{
	aspect-ratio: 1 / 1.161;
}

.why-choose-image-box-2 .contact-us-circle{
	position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 1;
}

.contact-us-circle a{
	display: inline-block;
    border-radius: 50%;
	border: 10px solid var(--bg-color);
    overflow: hidden;
}

.contact-us-circle img{
    width: 100%;
    max-width: 130px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.contact-us-circle a:hover img{
    animation-play-state: paused;
}


@keyframes infiniterotate{
	100%{
    	transform: rotate(360deg);
	}
}

/************************************/
/*** 	  08. Our Story css       ***/
/************************************/

.our-story{
	position: relative;
	background-image: url('../images/watch-our-story-bg-image.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 120px 0;
}

.our-story::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	opacity: 30%;
	z-index: 1;
}

.our-story .container{
	position: relative;
	z-index: 2;
}

.our-story-content{
	max-width: 700px;
}

.story-counter-items-list{
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.story-counter-item{
	width: calc(50% - 15px);
	border: 1px solid var(--dark-divider-color);
    background: var(--divider-color);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 30px;
}

.story-counter-item-header h2{
	font-size: 40px;
	color: var(--white-color);
}

.story-counter-item-header h3{
	font-size: 20px;
	color: var(--white-color);
	margin-top: 10px;
}

.story-counter-item-content{
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 30px;
	margin-top: 30px;
}

.story-counter-item-content p{
	color: var(--white-color);
	margin: 0;
}

.our-story-btn{
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.watch-our-story-circle{
	text-align: center;
}

.watch-our-story-circle a{
	display: inline-block;
    background: var(--divider-color);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
}

.watch-our-story-circle a img{
	width: 100%;
    max-width: 130px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

/************************************/
/*** 	  09. What We Do css      ***/
/************************************/

.what-we-do{
	padding: 120px 0;
}

.what-we-do .section-row .section-title.section-title-center{
	max-width: 990px;
}

.what-we-do .section-title h2 img{
	height: 50px;
	width: 50px;
	border-radius: 10px;
}

.what-we-item-list{
	display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
}

.what-we-item{
	width: calc(25% - 22.5px);
	background-color: var(--secondary-color);
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	padding: 30px;
}

.what-we-item.box-1{
	padding-bottom: 0;
	text-align: center;
}

.what-we-item-content h3{
	font-size: 20px;
}

.what-we-item-content p{
	margin: 10px 0 0;
}

.what-we-item-content ul{
	list-style: disc;
    border-top: 1px solid var(--divider-color);
    margin: 20px 0 0;
    padding: 20px 0 0 18px;
}

.what-we-item-content ul li{
	color: var(--primary-color);
	line-height: 1.5em;
	margin-bottom: 10px;
}

.what-we-item-content ul li:last-child{
	margin-bottom: 0;
}

.what-we-item-content ul li::marker{
	color: var(--primary-color);
}

.what-we-item.box-1 figure{
	display: block;
	border-radius: 14px 14px 0 0;
	max-width: 214px;
	margin: 0 auto;
}

.what-we-item.box-1 figure img{
	width: 100%;
    aspect-ratio: 1 / 1.156;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}

.what-we-item.box-2{
	background: var(--accent-color);
}

.what-we-item.box-2 .icon-box{
	position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.what-we-item.box-2:hover .icon-box{
	background: var(--white-color);
}

.what-we-item.box-2 .icon-box img{
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
}

.what-we-item.box-2:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.what-we-item.box-2 .what-we-item-content p{
	color: var(--primary-color);
}

.what-we-item.box-3{
	background-color: var(--primary-color);
	gap: 10px;
}

.what-we-item.box-3 .what-we-item-image{
	text-align: right;
}

.what-we-item.box-3 .what-we-item-image figure{
	display: block;
	max-width: 120px;
	border-radius: 14px;
	margin: -10px -10px 0 0;
}

.what-we-item.box-3 .what-we-item-image figure img{
	width: 100%;
	aspect-ratio: 1 / 0.67;
    object-fit: cover;
    border-radius: 14px;
}

.what-we-counter-content h2{
	font-size: 40px;
	color: var(--white-color);
}

.what-we-counter-content h3{
	font-size: 20px;
	color: var(--white-color);
	margin-top: 10px;
}

.what-we-item.box-4{
	min-height: 345px;
}

.what-we-item.box-4 .what-we-item-image figure{
	display: block;
	max-width: 210px;
	width: 100%;
	height: 100%;
    mask-size: cover;
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-image: url('../images/what-we-info-image-bg-shape.svg');
	background-image: url('../images/what-we-info-image-bg-shape.svg');
	border-radius: 14px;
}

.what-we-item.box-4 .what-we-item-image figure img{
	width: 100%;
	aspect-ratio: 1 / 0.48;
    object-fit: cover;
	border-radius: 14px;
}

.what-we-item-btn{
	margin-top: 20px;
}

.what-we-item-footer{
	margin-top: 60px;
}

.what-we-footer-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 30px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.what-we-footer-list ul li{
	position: relative;
	font-weight: 500;
	background: var(--secondary-color);
    color: var(--primary-color);
    padding: 12px 15px 12px 30px;
    border-radius: 100px;
	transition: all 0.4s ease-in-out;
}

.what-we-footer-list ul li:hover{
	background: var(--primary-color);
	color: var(--white-color);
}

.what-we-footer-list ul li::before{
	content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

/************************************/
/*** 	 10. Our Features css     ***/
/************************************/

.our-features{
	position: relative;
	padding: 120px 0 180px;
	overflow: hidden;
}

.features-list-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 30px 50px;
	z-index: 1;
}

.features-item-list{
	width: calc(31% - 33.33px);
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.features-item{
	position: relative;
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 14px;
	padding: 30px;
}

.features-item .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 30px;
	z-index: 1;
}

.features-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.features-item:hover .icon-box::before{
	transform: scale(1);
}

.features-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.features-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.features-item-content h3{
	font-size: 20px;
	line-height: 1.4em;
}

.features-item-content p{
	margin: 10px 0 0;
}

.features-image{
	width: calc(38% - 33.33px);
	position: relative;
	align-content: end;
	text-align: center;
	height: 100%;
	z-index: 1;
}

.features-image figure{
	display: block;
	border-radius: 14px 14px 0 0;
	margin-bottom: -180px;
}

.features-image img{
	width: 100%;
	max-width: 450px;
	aspect-ratio: 1 / 1.484;
	object-fit: cover;
	border-radius: 14px 14px 0 0;
}

.features-image-title{
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
}

.features-image-title h2{
	font-size: 20.833vw;
	font-weight: 900;
	line-height: 0.8em;
	background: linear-gradient(180deg, transparent 30%, var(--accent-color) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/************************************/
/*** 	 11. How It Works css     ***/
/************************************/

.how-it-work{
	padding: 120px 0;
}

.how-work-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.how-work-item{
	width: calc(33.33% - 20px);
}

.how-work-item:nth-child(3n + 3) .how-work-item-no::before,
.how-work-item:last-child .how-work-item-no::before{
	width: 100%;
}

.how-work-item-no{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.how-work-item-no::before{
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-color: var(--divider-color);
    width: calc(100% + 30px);
    height: 1px;
	left: 0px;
}

.how-work-item-no h2{
	position: relative;
	font-size: 14px;
	line-height: normal;
	display: inline-flex;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 100px;
	padding: 8px 16px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.how-work-item:hover .how-work-item-no h2,
.how-work-item.active .how-work-item-no h2{
	background-color: var(--primary-color);
	color: var(--white-color);
}

.how-work-item-body{
	position: relative;
	padding: 40px;
	border-radius: 14px;
	overflow: hidden;
}

.how-work-item-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.how-work-item-image figure{
	position: relative;
	display: block;
	height: 100%;
}

.how-work-item-image figure:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	opacity: 40%;
}

.how-work-item-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-color);
    border-radius: 14px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.how-work-item:hover .how-work-item-image::after, 
.how-work-item.active .how-work-item-image::after{
    transform: translate(100%, -100%);
}

.how-work-item-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.how-work-item-body .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 30px;
	z-index: 3;
}

.how-work-item-body .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.how-work-item.active .how-work-item-body .icon-box::before,
.how-work-item:hover .how-work-item-body .icon-box::before{
	transform: scale(1);
}

.how-work-item-body .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.how-work-item-content{
	position: relative;
	z-index: 2;
}

.how-work-item-content h3{
	font-size: 20px;
	transition: all 0.4s ease-in-out;
}

.how-work-item-content p{
	margin: 10px 0 0;
	transition: all 0.4s ease-in-out;
}

.how-work-item-content ul{
	list-style: disc;
	margin: 20px 0 0;
	padding: 20px 0 0 20px;
	border-top: 1px solid var(--divider-color);
	transition: all 0.4s ease-in-out;
}

.how-work-item-content ul li{
	line-height: 1.5em;
	margin-bottom: 15px;
	transition: all 0.4s ease-in-out;
}

.how-work-item-content ul li:last-child{
	margin-bottom: 0;
}

.how-work-item-content ul li::marker{
	color: var(--accent-color);
}

.how-work-item:hover .how-work-item-content h3,
.how-work-item:hover .how-work-item-content p,
.how-work-item:hover .how-work-item-content ul li,
.how-work-item.active .how-work-item-content h3,
.how-work-item.active .how-work-item-content p,
.how-work-item.active .how-work-item-content ul li{
	color: var(--white-color);
}

.how-work-item.active .how-work-item-content ul,
.how-work-item:hover .how-work-item-content ul{
	border-color: var(--dark-divider-color);
}


.how-it-work .section-footer-text{
	margin-top: 60px;
}

/************************************/
/***   12. Our Testimonials css   ***/
/************************************/

.our-testimonials{
	position: relative;
	background-image: url('../images/testimonials-bg-image.jpg');
	background-position: center center;
	padding: 120px 0;
}

.our-testimonials:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--primary-color);
	opacity: 40%;
	z-index: 1;
}

.our-testimonials .container{
	position: relative;
	z-index: 2;
}

.testimonial-slider .swiper-wrapper{
	cursor: none;
}

.testimonial-item{
	background-color: var(--white-color);
	border-radius: 14px;
	padding: 40px;
	min-height: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}

.testimonial-slider .swiper-wrapper .swiper-slide .testimonial-item{
	transform: scale(0.95);
	transition: all 0.6s ease-in-out;
}

.testimonial-slider .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item{
	transform: scale(1);
}

.testimonial-item-rating{
	width: max-content;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--secondary-color);
	border-radius: 4px;
	padding: 7px 10px;
	color: var(--primary-color);
}

.testimonial-item-rating i{
	color: var(--accent-color);
}

.testimonial-item-rating p{
	color: var(--primary-color);
	font-weight: 500;
	line-height: normal;
	margin: 0 0 0 5px;
}

.testimonial-item-content p{
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.testimonial-item-author{
	border-top: 1px solid var(--divider-color);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding-top: 30px;
}

.testimonial-author-image figure{
	display: block;
	border-radius: 50%;
}

.testimonial-author-image figure img{
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.testimonial-author-content{
	width: calc(100% - 65px);
}

.testimonial-author-content h2{
	font-size: 20px;
}

.testimonial-author-content p{
	line-height: normal;
	margin: 5px 0 0;
}

.testimonial-pagination.swiper-pagination-bullets{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	z-index: 1;
}

.testimonial-pagination .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	background: var(--dark-divider-color);
	border-radius: 40px;
	opacity: 1;
	margin: 0 4px;
	transition: all 0.3s ease-in-out;
}

.testimonial-pagination .swiper-pagination-bullet-active{
	width: 36px;
	background: var(--accent-color);
	opacity: 1;
}

/************************************/
/*** 	 13. Our Pricing css      ***/
/************************************/

.our-pricing{
	padding: 120px 0;
}

.pricing-item{
	position: relative;
    background-color: var(--secondary-color);
    border-radius: 14px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
}

.pricing-item .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 30px;
	z-index: 1;
}

.pricing-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.pricing-item:hover .icon-box::before{
	transform: scale(1);
}

.pricing-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.pricing-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.pricing-item-content h2{
    font-size: 20px;
}

.pricing-item-content p{
	margin: 10px 0 0;
}

.pricing-item-content h3{
	font-size: 36px;
	line-height: 1em;
	margin-top: 30px;
}

.pricing-item-content h3 sub{
	font-size: 16px;
	bottom: 0;
}

.pricing-item-list{
	border-top: 1px solid var(--divider-color);
	margin-top: 30px;
	padding-top: 30px;
}

.pricing-item-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pricing-item-list ul li{
	position: relative;
    line-height: 1.5em;
    padding-left: 25px;
	margin-bottom: 15px;
}

.pricing-item-list ul li:last-child{
	margin-bottom: 0;
}

.pricing-item-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
	color: var(--accent-color);
    top: 0;
    left: 0;
}

.pricing-item-btn{
	margin-top: 40px;
}

.pricing-item.highlighted-box::before{
	content: 'Most Popular';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	color: var(--white-color);
	background-color: var(--primary-color);
	border-radius: 0 14px 0 14px;
	padding: 12px 30px;
}

.pricing-benefit-list{
    margin-top: 30px;
}

.pricing-benefit-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px 60px;
}

.pricing-benefit-list ul li{
    display: inline-flex;
    align-items: center;
	color: var(--primary-color);
}

.pricing-benefit-list ul li img{
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
}

/************************************/
/*** 	  14. Our FAQ's css       ***/
/************************************/

.our-faqs{
	padding: 120px 0;
}

.faqs-content{
	position: sticky;
	top: 30px;
	margin-right: 15px;
}

.faqs-body{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-right: 50px;
}

.faqs-body-skill-list{
	width: calc(100% - 211px);
}

.skills-progress-bar{
	margin-bottom: 30px;
}

.skills-progress-bar:last-child{
	margin-bottom: 0;
}

.skills-progress-bar .skill-data{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.skills-progress-bar .skill-data .skill-title,
.skills-progress-bar .skill-data .skill-no{
    font-size: 18px;
	font-weight: 600;
    line-height: normal;
    color: var(--primary-color);
}

.skills-progress-bar .skillbar .skill-progress{
    position: relative;
    width: 100%;
    height: 10px;
    background: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--accent-color);
    border-radius: 100px;
}

.faqs-contact-circle{
	border-left: 1px solid var(--divider-color);
	padding-left: 40px;
	margin-left: 40px;
}

.faqs-contact-circle a{
	border: none;
}

.faq-accordion .accordion-item{
    position: relative;
    background: var(--white-color);
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.333em;
    background: transparent;
    color: var(--primary-color);
    padding: 18px 54px 18px 24px;
    transition: all 0.4s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed){
	background-color: var(--accent-color);
	color: var(--white-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
	height: 20px;
	width: 20px;
	background: url('../images/arrow-primary.svg');
	background-repeat: no-repeat;
	background-size: cover;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after{
    transform: translateY(-50%) rotate(-90deg);
}

.faq-accordion .accordion-item .accordion-body{  
    padding: 18px 24px;
}

.faq-accordion .accordion-item .accordion-body p:last-child{
    margin: 0;
}

.company-supports-slider-box{
    margin-top: 80px;
}

.company-supports-content{
    display: flex;
    align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.company-supports-content hr{
    height: 1px;
	flex-grow: 1;
    color: var(--divider-color);
    opacity: 1;
    margin: 0;
}

.company-supports-content h3{
	font-size: 18px;
	font-weight: 600;
}

.company-supports-slider{
	margin: 0 4.167vw;
} 

.company-supports-logo{
	text-align: center;
}

.company-supports-logo img{
	width: 100%;
	max-width: 170px;
	height: 40px;
}

/************************************/
/*** 	   15. Our Blog css       ***/
/************************************/

.our-blog{
	padding: 100px 0 70px;
}

.post-item{
	height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image{
	position: relative;
	margin-bottom: 20px;
}

.post-featured-image a{
    cursor: none;
    display: block;
	border-radius: 14px;
    overflow: hidden;
}

.post-featured-image figure{
	display: block;
}

.post-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 0.745;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.06);
}

.post-item-tags{
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
}

.post-item-tags a{
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
    text-transform: capitalize;
	color: var(--white-color);
	display: inline-block;
	border: 1px solid var(--dark-divider-color);
	background-color: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    border-radius: 100px;
	padding: 9px 16px;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.post-item-tags a:hover{
    background-color: var(--accent-color);
	color: var(--primary-color);
}

.post-item-content h2{
    font-size: 20px;
	line-height: 1.4em;
}

.post-item-content h2 a{
	display: inline-block;
    color: inherit;
}

.post-item-btn{
	border-top: 1px solid var(--divider-color);
	margin-top: 20px;
	padding-top: 20px;
}

/************************************/
/*** 	    16. Footer css        ***/
/************************************/

.main-footer{
	padding: 120px 0 60px;
}

.footer-contact-form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 30px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.footer-contact-form h2{
	color: var(--white-color);
	font-size: 30px;
	max-width: 400px;
}

.footer-contact-form p{
	color: var(--white-color);
	max-width: 460px;
	margin: 0;
}

.footer-newsletter-form{
	width: 100%;
    max-width: 350px;
}

.footer-enquiry-cta{
	display: flex;
	justify-content: flex-start;
}

.footer-enquiry-button{
	min-width: 220px;
	text-align: center;
}

.footer-newsletter-form .form-group{
	display: flex;
	background-color: var(--dark-divider-color);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
	border-radius: 10px;
	padding: 5px;
}

.footer-newsletter-form .form-group .form-control{
	width: calc(100% - 50px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--white-color);
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 6px 15px;
}

.footer-newsletter-form .form-group .form-control::placeholder{
	color: var(--white-color);
	opacity: 40%;
}

.footer-newsletter-form .form-group .newsletter-btn{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border: none;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn img{
	width: 100%;
	max-width: 20px;
}

.footer-newsletter-form .form-group .newsletter-btn:hover{
	background-color: var(--white-color);
}

.footer-logo img{
	width: 100%;
	max-width: 190px;
}

.about-footer-content{
	margin-top: 30px;
}

.about-footer-content p{
	color: var(--white-color);
	margin: 0;
}

.about-footer-info-box{
	background-color: var(--dark-divider-color);
	border-radius: 14px;
	backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
	margin-top: 40px;
	padding: 30px;
}

.footer-info-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-info-list ul li{
	color: var(--white-color);
	line-height: 1.5em;
	margin-bottom: 15px;
}

.footer-info-list ul li:last-child{
	margin-bottom: 0;
}

.footer-info-list ul li img{
	width: 100%;
	max-width: 24px;
	margin-right: 15px;
}

.footer-info-list ul li span{
	font-weight: 600;
}

.footer-info-list ul li a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.footer-info-list ul li a:hover{
	color: var(--accent-color);
}

.footer-social-links{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px 20px;
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 20px;
	padding-top: 20px;
}

.footer-social-links h2{
	font-size: 20px;
	color: var(--white-color);
}

.footer-social-links ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a{
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: var(--primary-color);
}

.footer-social-links ul li i{
	font-size: 18px;
	color: inherit;
}

.footer-links-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-left: 3.646vw;
}


.footer-links{
	max-width: 32%;
}

.footer-links h2{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 20px;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	position: relative;
	text-transform: capitalize;
	color: var(--white-color);
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left: 20px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links  ul li::before{
	content: '\f105';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
	color: var(--accent-color);
    top: 0;
    left: 0;
}

.footer-links ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
	color: var(--accent-color);
}

.footer-contact-item p{
	color: var(--white-color);
	margin: 0;
}

.footer-working-hour-box{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 20px;
	padding-top: 20px;
}

.footer-working-hour-box ul li{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-left: 0;
}

.footer-working-hour-box ul li:before{
	display: none;
}

.footer-links ul li span{
	font-weight: 600;
}

.footer-copyright-text{
	width: 100%;
	text-align: center;
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 10px;
	padding-top: 40px;
}

.footer-copyright-text p{
	color: var(--white-color);
	margin: 0;
}

body.home-prototype .main-footer{
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(5, 24, 39, 0.95) 0%, rgba(7, 31, 53, 0.96) 54%, rgba(5, 24, 39, 0.98) 100%),
		url('../images/generated/home/enviroshield-footer-bg-v2.jpg') center center / cover no-repeat !important;
	border-top: 3px solid #2aa8e8;
	padding: 110px 0 42px;
}

body.home-prototype .main-footer::before{
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 18%, rgba(30, 111, 168, 0.22), transparent 32%),
		radial-gradient(circle at 82% 76%, rgba(84, 184, 232, 0.14), transparent 30%);
	opacity: 0.58;
}

body.home-prototype .main-footer .container{
	position: relative;
	z-index: 1;
}

body.home-prototype .main-footer .footer-contact-form{
	border-color: rgba(255, 255, 255, 0.18);
}

body.home-prototype .main-footer .about-footer-info-box,
body.home-prototype .main-footer .footer-newsletter-form .form-group{
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

body.home-prototype .footer-accreditations{
	width: 100%;
	margin-top: 8px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(26px);
	-webkit-backdrop-filter: blur(26px);
}

body.home-prototype .footer-accreditations > span{
	display: block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 14px;
}

body.home-prototype .footer-accreditation-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

body.home-prototype .footer-accreditation-grid img{
	width: 100%;
	height: 58px;
	object-fit: contain;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.94);
	padding: 9px 12px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.home-prototype .footer-accreditation-grid img:hover{
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

body.home-prototype .footer-copyright-text{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px 24px;
	text-align: left;
	border-color: rgba(255, 255, 255, 0.18);
	margin-top: 40px;
	padding-top: 28px;
}

body.home-prototype .footer-copyright-text p,
body.home-prototype .footer-legal-links a,
body.home-prototype .footer-legal-links button{
	color: rgba(255, 255, 255, 0.78);
}

body.home-prototype .footer-legal-links{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 16px;
}

body.home-prototype .footer-legal-links a,
body.home-prototype .footer-legal-links button,
body.home-prototype .footer-credit a{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2em;
	transition: color 0.3s ease;
}

body.home-prototype .footer-legal-links button{
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

body.home-prototype .footer-legal-links a:hover,
body.home-prototype .footer-legal-links button:hover,
body.home-prototype .footer-credit a:hover{
	color: var(--white-color);
}

body.home-prototype .footer-credit a{
	color: var(--white-color);
}

body.home-prototype .footer-credit{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px 16px;
}

body.home-prototype .footer-credit-brand{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

body.home-prototype .footer-credit-brand img{
	width: 24px;
	height: 24px;
	object-fit: contain;
	border-radius: 5px;
	flex: 0 0 24px;
}

body.home-prototype .footer-credit-brand--ostina img{
	padding: 2px;
	border-radius: 50%;
}

body.home-prototype .footer-credit-separator{
	width: 1px;
	height: 22px;
	background: rgba(255, 255, 255, 0.24);
}

img.team-profile-placeholder-image{
	object-fit: contain !important;
	object-position: center !important;
	background: linear-gradient(145deg, #071f35 0%, #0b2d4a 58%, #1e6fa8 100%);
	padding: clamp(42px, 7vw, 88px);
}

@media only screen and (max-width: 991px){
	body.home-prototype .footer-links-box{
		margin-left: 0;
	}

	body.home-prototype .footer-copyright-text{
		justify-content: center;
		text-align: center;
	}

	body.home-prototype .footer-credit{
		justify-content: center;
	}
}

@media only screen and (max-width: 575px){
	body.home-prototype .footer-accreditation-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home-prototype .footer-accreditation-grid img{
		height: 54px;
		padding: 8px 10px;
	}
}

/************************************/
/*** 	   17. About Us css		  ***/
/************************************/

.page-header{
	position: relative;
	background-image: url('../images/page-header-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 285px 0 170px;
	overflow: hidden;
}

.page-header:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: var(--primary-color);
	opacity: 30%;
	z-index: 1;
}

.page-header-box{
	position: relative;
    text-align: center;
	z-index: 2;
}

.page-header-box h1{
	display: inline-block;
	font-size: 70px;
	line-height: 1.1em;
	color: var(--white-color);
	margin-bottom: 15px;
	cursor: none;
}

.page-header-box ol{
    justify-content: center;
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
    text-transform: capitalize;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}

.our-approach{
	padding: 120px 0;
}

.approach-image-box{
	position: relative;
}

.approach-image figure{
	display: block;
	border-radius: 14px;
}

.approach-image img{
	width: 100%;
	aspect-ratio: 1 / 0.82;
	object-fit: cover;
	border-radius: 14px;
}

.approach-review-box{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	width: 250px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	background: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 14px;
	padding: 25px;
	z-index: 2;
}

.approach-review-box .icon-box img{
	width: 100%;
	max-width: 50px;
}

.approach-review-box-content{
	width: calc(100% - 65px);
}

.approach-review-box-content h3{
	font-size: 20px;
	color: var(--white-color);
}

.approach-review-star{
	display: inline-block;
	margin: 10px 0 0;
} 

.approach-review-star i{
	color: var(--accent-color);
}

.approach-item-list{
	margin-left: 10px;
}

.approach-item{
	background: var(--white-color);
	border-radius: 14px;
	padding: 40px;
	margin-bottom: 30px;
}

.approach-item:last-child{
	margin-bottom: 0;
}

.approach-item .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 20px;
}

.approach-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.approach-item:hover .icon-box::before{
	transform: scale(1);
}

.approach-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.approach-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.approach-item-content h3{
	font-size: 20px;
	line-height: 1.4em;
}

.approach-item-content p{
	margin: 10px 0 0;
}

.our-approach .section-footer-text{
	margin-top: 60px;
}

.our-benefits{
	padding: 120px 0;
}

.benefit-content-box{
	position: sticky;
	top: 30px;
}

.benefit-item{
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
	background: var(--secondary-color);
    border-radius: 14px;
    margin-bottom: 30px;
    padding: 30px;
}

.benefit-item:last-child{
	margin-bottom: 0;
}

.benefit-item .icon-box{
	position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.benefit-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.benefit-item:hover .icon-box::before{
	transform: scale(1);
}

.benefit-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.benefit-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.benefit-item-content{
	width: calc(100% - 65px);
}

.benefit-item-content h3{
	font-size: 20px;
}

.benefit-item-content p{
	margin: 10px 0 0;
}

.benefit-content-footer{
	margin-top: 60px;
}

.benefit-footer-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 30px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.benefit-footer-list ul li{
	position: relative;
	font-weight: 500;
	background: var(--secondary-color);
    color: var(--primary-color);
    padding: 12px 15px 12px 30px;
    border-radius: 100px;
	transition: all 0.4s ease-in-out;
}

.benefit-footer-list ul li::before{
	content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.benefit-footer-list ul li:hover{
	background: var(--primary-color);
	color: var(--white-color);
}

.our-team{
	padding: 120px 0;
}

.team-item{
	background: var(--secondary-color);
	border-radius: 14px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 10px;
}

.team-item-image{
	margin-bottom: 10px;
}

.team-item-image a{
	display: block;
	border-radius: 14px;
	cursor: none;
	overflow: hidden;
}

.team-item-image figure{
	display: block;
}

.team-item-image img{
	width: 100%;
	aspect-ratio: 1 / 0.835;
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}

.team-item:hover .team-item-image img{
	transform: scale(1.06);
}

.team-item-body{
	padding: 20px;
}

.team-item-content h2{
	font-size: 20px;
}

.team-item-content h2 a{
	color: inherit;
}

.team-item-content p{
	margin: 5px 0 0;
}

.team-social-list{
	border-top: 1px solid var(--divider-color);
	margin: 20px 0 0;
	padding: 20px 0 0;
}

.team-social-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-social-list ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--divider-color);
	border-radius: 50%;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.team-social-list ul li:hover a{
	background: var(--accent-color);
	border-color: var(--accent-color);
}

.team-social-list ul li i{
	font-size: 18px;
	color: inherit;
}

/************************************/
/*** 	 18. Services Page css	  ***/
/************************************/

.page-services{
	padding: 120px 0 90px;
}

.page-services .service-item{
	background: var(--primary-color);
}

/************************************/
/*** 	19. Service Single css	  ***/
/************************************/

.page-service-single{
	padding: 120px 0;
}

.page-single-sidebar{
	position: sticky;
	top: 30px;
	margin-right: 15px;
}

.page-category-list{
	background: var(--secondary-color);
	border-radius: 14px;
    margin-bottom: 60px;
	overflow: hidden;
}

.page-category-list .page-category-list-title{
	font-size: 20px;
	line-height: 1.4em;
	background: var(--accent-color);
	padding: 20px 40px;
}

.page-category-list ul{
	list-style: none;
    margin: 0;
	padding: 40px;
}

.page-category-list ul li{
	color: var(--primary-color);
	font-weight: 600;
	line-height: 1.5em;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-category-list ul li:last-child{
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.page-category-list ul li a{
    position: relative;
    display: block;
    text-transform: capitalize;
	color: inherit;
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}

.page-category-list ul li a:hover{
    color: var(--accent-color);
}

.page-category-list ul li a::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
	background: url('../images/arrow-accent.svg') no-repeat;
	background-position: center center;
	background-size: cover;
    width: 20px;
    height: 20px;
	transform: translate(-2px, -50%);
    transition: all 0.4s ease-in-out;
}

.page-category-list ul li a:hover::before{
	transform: translate(0, -50%);
}

.sidebar-cta-box{
	position: relative;
	height: 100%;
	min-height: 350px;
	background: url('../images/sidebar-cta-box-image.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	padding: 40px;
	overflow: hidden;
}

.sidebar-cta-box::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(11, 45, 74, 0.00) 50%, var(--primary-color) 85%);
	width: 100%;
	height: 100%;
}

.sidebar-cta-box .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.sidebar-cta-box .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.sidebar-cta-box:hover .icon-box::before{
	transform: scale(1);
}

.sidebar-cta-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.sidebar-cta-content{
	position: relative;
	z-index: 1;
}

.sidebar-cta-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.sidebar-cta-content ul{
	list-style: none;
	border-top: 1px solid var(--dark-divider-color);
	padding: 15px 0 0;
	margin: 15px 0 0;
}

.sidebar-cta-content ul li{
	color: var(--white-color);
	line-height: 1.5em;
	margin-bottom: 10px;
}

.sidebar-cta-content ul li:last-child{
	margin-bottom: 0;
}

.sidebar-cta-content ul li span{
	font-weight: 600;
}

.sidebar-cta-content ul li a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-content ul li a:hover{
	color: var(--accent-color);
}

.page-single-image{
    margin-bottom: 30px;
}

.page-single-image figure{
    display: block;
    border-radius: 14px;
}

.page-single-image img{
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
    border-radius: 14px;
}

.service-entry{
    margin-bottom: 60px;
}

.service-entry p{
    margin-bottom: 20px;
}

.service-entry h2{
	font-size: 46px;
    margin-bottom: 20px;
}

.service-entry h3{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.service-entry p:last-child,
.service-entry h2:last-child,
.service-entry h3:last-child{
    margin: 0;
}

.service-entry ul{
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0;
}

.service-entry ul li{
	position: relative;
	color: var(--primary-color);
	line-height: normal;
	margin-bottom: 15px;
}

.service-entry ul li:last-child{
	margin-bottom: 0;
}

.service-entry ul li::marker{
	color: var(--accent-color);
}

.service-focus-box,
.service-entry-info-box{
	margin-top: 60px;
}

.service-focus-counter-boxes{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.service-focus-counter-item{
	width: calc(50% - 15px);
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	background: var(--secondary-color);
	border-radius: 14px;
	padding: 40px;
}

.service-focus-item-content h2{
	font-size: 40px;
	line-height: 1em;
}

.service-focus-item-list ul li{
	font-size: 20px;
	font-weight: 600;
}

.service-focus-item-list{
	border-top: 1px solid var(--divider-color);
	padding-top: 30px;
}

.service-focus-skills-list{
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.service-focus-skills-list .skills-progress-bar .skillbar .skill-progress{
	background-color: var(--secondary-color);
}

.service-info-image-content{
	background: var(--secondary-color);
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 40px;
	padding: 40px;
	margin-top: 40px;
}

.service-info-image{
	width: calc(41% - 20px);
}

.service-info-image figure{
	display: block;
	width: 100%;
    height: 100%;
    background-image: url('../images/service-info-image-bg-shape.svg');
    mask-image: url('../images/service-info-image-bg-shape.svg');
	mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center center;
	border-radius: 14px;
}

.service-info-image figure img{
	width: 100%;
	aspect-ratio: 1 / 1.152;
	object-fit: cover;
	border-radius: 14px;
}

.service-info-content-box{
	width: calc(59% - 20px);
}

.service-info-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.service-info-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.service-info-item .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-info-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-info-item:hover .icon-box::before{
	transform: scale(1);
}


.service-info-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-info-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-info-item-content{
	width: calc(100% - 65px);
}

.page-single-faqs .faq-accordion .accordion-item{
	background: var(--secondary-color);
}

/************************************/
/*** 	 20. Blog Archive css	  ***/
/************************************/

.page-blog{
	padding: 120px 0;
}

.page-pagination{
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
	border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--accent-color);
}

/************************************/
/*** 	 21. Blog Single css	  ***/
/************************************/

.page-single-post{
	padding: 120px 0;
}

.post-single-meta ol li{
	font-size: 18px;
	color: var(--white-color);
	margin-right: 15px;
}

.post-single-meta ol li:last-child{
	margin-right: 0;
}

.post-single-meta ol li i{
    font-size: 18px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;	
	border-radius: 14px;
	overflow: hidden;
}

.post-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 14px;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.435em;
}

.post-entry h1{
	font-size: 100px;
}

.post-entry h2{
	font-size: 46px;
}

.post-entry h3{
	font-size: 40px;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 20px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li{
    position: relative;
	font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	background: var(--secondary-color) url('../images/icon-blockquote.svg');
	background-repeat: no-repeat;
	background-position: 30px 30px;
    background-size: 45px;
	border-radius: 14px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--primary-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
    font-size: 20px;
	font-weight: 600;
    text-transform: capitalize;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
	background: var(--accent-color);
    color: var(--primary-color);
	border-radius: 100px;
    padding: 12px 20px;
	transition: all 0.4s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: var(--primary-color);
	color: var(--white-color);
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: var(--accent-color);
    color: var(--primary-color);
	border-radius: 100px;
    width: 40px;
    height: 40px;
    transition: all 0.4s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background: var(--primary-color);
	color: var(--white-color);
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}

/************************************/
/*** 	22. Projects Page css	  ***/
/************************************/

.page-projects{
    padding: 120px 0 90px;
}

.project-item{
	position: relative;
	align-content: end;
	border-radius: 14px;
	min-height: 450px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 10px;
	overflow: hidden;
}

.project-item-image{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.project-item-image a,
.project-item-image figure{
	position: relative;
	display: block;
	height: 100%;
	cursor: none;
}

.project-item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}

.project-item:hover .project-item-image img{
	transform: scale(1.06);
}

.project-item-content{
	position: relative;
	background: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 30px;
	border-radius: 14px;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.project-item:hover .project-item-content{
	transform: translateY(-5px);
}

.project-item-content ul{
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.project-item-content ul li a{
	position: relative;
	display: inline-block;
	font-weight: 500;
    border: 1px solid var(--dark-divider-color);
    color: var(--white-color);
    padding: 7px 16px 7px 32px;
    border-radius: 100px;
}

.project-item-content ul li a::before{
	content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 5px;
    height: 5px;
}

.project-item-content h2{
	font-size: 20px;
	line-height: 1.4em;
	color: var(--white-color);
}

.project-item-content h2 a{
	color: inherit;
}

/************************************/
/*** 	23. Project Single css	  ***/
/************************************/

.page-project-single{
	padding: 120px 0;
}

.project-category-list ul li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}

.project-category-list ul li span{
	font-weight: 400;
	color: var(--text-color);
}

.project-entry{
    margin-bottom: 60px;
}

.project-entry p{
    margin-bottom: 20px;
}

.project-entry h2{
	font-size: 46px;
    margin-bottom: 20px;
}

.project-entry h3{
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.project-entry p:last-child,
.project-entry h2:last-child,
.project-entry h3:last-child{
    margin: 0;
}

.project-entry ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.project-entry ul li{
	position: relative;
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left: 25px;
}

.project-entry ul li:last-child{
	margin-bottom: 0;
}

.project-entry ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.projects-overview-box,
.projects-approach-box,
.impact-result-box{
	margin-top: 60px;
}

.projects-overview-image-content{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.projects-overview-image,
.projects-overview-content{
	width: calc(50% - 15px);
}

.projects-overview-image figure{
	display: block;
	height: 100%;
	border-radius: 14px;
}

.projects-overview-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.85;
	object-fit: cover;
	border-radius: 14px;
}

.projects-overview-content{
	background: var(--secondary-color);
	border-radius: 14px;
	padding: 40px;
}

.projects-overview-item{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.projects-overview-item:last-child{
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.projects-overview-item ul{
	border-top: 1px solid var(--divider-color);
	padding-top: 20px;
}

.project-approach-image-content{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: end;
	margin-top: 40px;
}

.project-approach-image{
	width: calc(46% - 15px);
}

.project-approach-image figure{
	display: block;
	border-radius: 14px;
}

.project-approach-image img{
	width: 100%;
	aspect-ratio: 1 / 1.263;
	object-fit: cover;
	border-radius: 14px;
}

.project-approach-items-list{
	width: calc(54% - 15px);
}

.project-approach-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	background: var(--secondary-color);
	border-radius: 14px;
	margin-bottom: 20px;
	padding: 30px;
}

.project-approach-item:last-child{
	margin-bottom: 0;
}

.project-approach-item .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.project-approach-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.project-approach-item:hover .icon-box::before{
	transform: scale(1);
}

.project-approach-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.project-approach-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.project-approach-item-content{
	width: calc(100% - 65px);
}

.project-entry .section-footer-text{
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.project-entry .section-footer-text p{
	margin-bottom: 0;
}

.project-entry .section-footer-text ul li{
	padding: 0;
	margin-bottom: 0;
}

.project-entry .section-footer-text ul li::before{
	display: none;
}

.impact-result-images-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.impact-result-image{
	width: calc(50% - 15px);
}

.impact-result-image figure{
	display: block;
	border-radius: 14px;
}

.impact-result-image img{
	width: 100%;
	aspect-ratio: 1 / 0.794;
	object-fit: cover;
	border-radius: 14px;
}

.impact-result-counter-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4.167vw;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.impact-result-counter-item{
	position: relative;
	width: calc(33.33% - 2.778vw);
	text-align: center;
}

.impact-result-counter-item::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -2.083vw;
	transform: translateY(-50%);
	background: var(--secondary-color);
	width: 1px;
	height: 70%;
}

.impact-result-counter-item:last-child::before,
.impact-result-counter-item:nth-child(3n + 3)::before{
	display: none;
}

.impact-result-counter-item h3{
	font-size: 30px;
}

.impact-result-counter-item p{
	font-weight: 600;
	color: var(--primary-color);
}

/************************************/
/*** 	  24. Team Page css 	  ***/
/************************************/

.page-team{
	padding: 120px 0 90px;
}

/************************************/
/*** 	  25. Team Single css	  ***/
/************************************/

.page-team-single{
	padding: 120px 0;
}

.team-single-image{
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 40px;
}

.team-single-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(11, 45, 74, 0.00) 50%, var(--primary-color) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.team-single-image figure{
	position: relative;
	display: block;
	z-index: 1;
}

.team-single-image img{
	width: 100%;
	aspect-ratio: 1 / 1.29;
	object-fit: cover;
}

.member-social-list{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 1;
}

.member-social-list h2{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 20px;
}

.member-social-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.member-social-list ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--white-color);
	border-radius: 50%;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.member-social-list ul li:hover a{
	background: var(--accent-color);
}

.member-social-list ul li i{
	font-size: 18px;
	color: inherit;
}

.team-member-about,
.team-member-information,
.team-member-approach{
	margin-bottom: 60px;
}

.member-skill-list{
	background: var(--secondary-color);
	border-radius: 14px;
	padding: 40px;
}

.member-skill-list .skills-progress-bar .skillbar .skill-progress{
	background: var(--white-color);
}

.team-contact-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.team-contact-item{
	width: calc(50% - 15px);
    background-color: var(--secondary-color);
    border-radius: 14px;
    padding: 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.team-contact-item .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.team-contact-item .icon-box:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: var(--primary-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.team-contact-item:hover .icon-box:before{
	transform: scale(1);
}

.team-contact-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.team-contact-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.team-contact-item-content{
	width: calc(100% - 65px);
}

.team-contact-item-content p{
	margin: 0 0 5px;
}

.team-contact-item-content h3{
	font-size: 20px;
}

.member-information-content{
	margin-top: 40px;
}

.member-information-content p:last-child{
	margin-bottom: 0;
}

.member-approach-step-boxes{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.member-approach-item{
	width: calc(33.33% - 20px);
	background: var(--secondary-color);
	text-align: center;
	border-radius: 14px;
	transition: all 0.4s ease-in-out;
}

.member-approach-item:hover{
	transform: translateY(-5px);
}

.member-approach-step-no span{
	display: inline-block;
	color: var(--primary-color);
	font-weight: 600;
	background: var(--accent-color);
	padding: 10px 24px;
	border-radius: 0 0 5px 5px;
	transition: all 0.4s ease-in-out;
}

.member-approach-item:hover .member-approach-step-no span{
	background: var(--primary-color);
	color: var(--white-color);
}

.member-approach-content-box{
	padding: 40px 30px 30px;
}

.member-approach-content-box .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 30px;
}

.member-approach-content-box .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.member-approach-content-box:hover .icon-box::before{
	transform: scale(1);
}

.member-approach-content-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.member-approach-content-box:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.member-approach-item-content h3{
	font-size: 20px;
}

.member-approach-item-content p{
	margin: 10px 0 0;
}

.team-single-content .section-footer-text{
	justify-content: left;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.team-contact-form{
	padding: 60px;
	border-radius: 14px;
}

.team-contact-form .contact-form .form-control{
	border-color: transparent;
}

/************************************/
/***   26. Testimonials Page css  ***/
/************************************/

.page-testimonials{
	padding: 120px 0 90px;
}

.page-testimonials .testimonial-item{
	background: var(--secondary-color);
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-testimonials .testimonial-item .testimonial-item-rating{
	background: var(--white-color);
}

/************************************/
/*** 	 27. Pricing Page css	  ***/
/************************************/

.page-pricing{
	padding: 120px 0;
}

/************************************/
/*** 	 28. Image Gallery css	  ***/
/************************************/

.page-gallery{
	padding: 120px 0 90px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: none;
}

.page-gallery-box .photo-gallery figure{
	display: block;
	border-radius: 14px;
}

.page-gallery-box .photo-gallery img{
	width: 100%;
	aspect-ratio: 1 / 0.794;
	object-fit: cover;
	border-radius: 14px;
}

/************************************/
/*** 	 29. Video Gallery css	  ***/
/************************************/

.page-video-gallery{
	padding: 120px 0 90px;
}

.video-gallery-image{
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.video-gallery-image a{
	position: relative;
	display: block;
	cursor: none;
}

.video-gallery-image a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
	border-radius: 14px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before{
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after{
    content: '\f04b';
	font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
	font-size: 20px;
	background: var(--accent-color);
	color: var(--primary-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after{
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img{
	width: 100%;
	aspect-ratio: 1 / 0.794;
	object-fit: cover;
	border-radius: 14px;
}

/************************************/
/*** 	  30. FAQ's Page css	  ***/
/************************************/

.page-faqs{
	padding: 120px 0;
}

.page-faqs .page-single-faqs{
    margin-bottom: 60px;
}

.page-faqs .page-single-faqs:last-child{
    margin-bottom: 0px;
}

/************************************/
/***   31. Contact Us Page css	  ***/
/************************************/

.page-contact-us{
	padding: 120px 0 60px;
}

.contact-us-image-box{
	position: relative;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
}

.contact-us-image{
	height: 100%;
}

.contact-us-image figure{
	position: relative;
	height: 100%;
	display: block;
}

.contact-us-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.16;
	object-fit: cover;
}

.contact-info-box{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	background: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 14px;
	padding: 20px;
	z-index: 2;
}

.contact-info-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.contact-info-item .icon-box{
	position: relative;
    height: 50px;
    width: 50px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-item .icon-box::before{
   	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.contact-info-item:hover .icon-box::before{
	transform: scale(1);
}

.contact-info-item .icon-box img{
	position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}

.contact-info-item-content{
    width: calc(100% - 65px);
}

.contact-info-item-content h2{
	font-size: 20px;
	color: var(--white-color);
}

.contact-info-item-content p{
	color: var(--white-color);
	margin: 5px 0 0;
}

.contact-info-item-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.contact-info-item-content p a:hover{
	color: var(--primary-color);
}

.contact-us-form{
	margin-left: 20px;
}

.contact-form label{
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--primary-color);
	background: var(--bg-color);
	border-radius: 14px;
	padding: 17px 25px;
	border: 1px solid var(--divider-color);
	box-shadow: none;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
    opacity: 50%;
}

.google-map{
    padding: 60px 0 120px;
}

.google-map-iframe{
	height: 600px;
}

.google-map-iframe iframe{
	width: 100%;
	height: 100%;
	border-radius: 14px;
}

/************************************/
/*** 	32. 404 Error Page css	  ***/
/************************************/

.error-page{
	padding: 120px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 540px;
}

.error-page-content{
	text-align: center;
}

.error-page-content .section-title{
	margin-bottom: 15px;
}

/************************************/
/***      33. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1440px){

	.page-category-list .page-category-list-title{
		padding: 20px 30px;
	}
	
	.page-category-list ul,
	.sidebar-cta-box{
		padding: 30px;
	}

	.member-social-list{
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
}

@media only screen and (max-width: 1300px){

	header.main-header .container-fluid{
		max-width: 1300px;
	}
}

@media only screen and (max-width: 1024px){

	.main-menu ul li{
		margin: 0;
	}

	.section-content-btn .section-btn{
		margin-top: 20px;
	}
	
	.section-title-content{
        margin-top: 10px;
    }

	.section-btn{
        text-align: left;
        margin-top: 15px;
	}

	.hero{
		height: auto;
	}

	.about-us-image-box{
		max-width: 740px;
		margin: 0 auto 30px;
	}

	.about-us-image-box,
	.about-us-image,
	.about-us-image figure,
	.about-us-image figure img{
		height: auto;
	}

	.about-us-image figure img{
        aspect-ratio: 1 / 1.13;
    }

	.about-us-content{
		height: auto;
		margin: 0;
	}

	.why-choose-content{
		margin: 0 0 30px;
	}

	.why-choose-info-item{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.why-choose-image-box{
		max-width: 740px;
		margin: 0 auto;
	}
	
	.our-story-content{
		max-width: 100%;
		margin: 0;
	}

	.watch-our-story-circle{
		display: none;
	}

	.what-we-item-list{
		align-items: initial;
	}

	.what-we-item{
		width: calc(50% - 15px);
	}

	.what-we-item.box-4{
		min-height: initial;
	}

	.features-list-box{
		gap: 30px;
	}

	.features-item-list{
		width: calc(50% - 15px);
	}

	.features-image{
		width: 100%;
	}

	.features-image img{
		max-width: 380px;
	}

	.features-image-title h2{
		font-size: 250px;
	}

	.how-work-item{
		width: calc(50% - 15px);
	}

	.how-work-item:nth-child(3n + 3) .how-work-item-no::before{
		width: calc(100% + 30px);
	}

	.how-work-item:nth-child(2n + 2) .how-work-item-no::before,
	 .how-work-item:last-child .how-work-item-no::before{
		width: 100%;
	}

	.testimonial-item{
		padding: 30px;
		min-height: auto;
	}
	
	.testimonial-slider .swiper-wrapper .swiper-slide .testimonial-item{
		transform: scale(1);
	}

	.testimonial-pagination.swiper-pagination-bullets{
		margin-top: 40px;
	}

	.pricing-item{
		padding: 30px;
	}

	.pricing-item-btn{
		margin-top: 30px;
	}

	.faqs-content{
		position: initial;
		margin: 0 0 30px;
	}

	.faqs-body{
		padding-right: 0;
	}

	.footer-contact-form{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.footer-newsletter-form{
		max-width: 100%;
	}

	.about-footer{
		margin-bottom: 30px;
	}

	.about-footer-content{
		margin-top: 15px;
	}

	.about-footer-info-box{
		margin-top: 30px;
	}

	.footer-links-box{
		margin: 0;
	}

	.our-approach-content{
		margin: 0 0 30px;
	}

	.approach-item-list{
		margin: 0;
	}

	.benefit-content-box{
		position: initial;
		margin: 0 0 30px;
	}

	.page-single-sidebar{
		margin: 0;
	}

	.page-category-list .page-category-list-title{
		padding: 15px 20px;
	}

	.page-category-list ul,
	.sidebar-cta-box{
		padding: 20px;
	}

	.page-category-list ul li{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.page-category-list ul li a::before{
		width: 18px;
		height: 18px;
	}

	.sidebar-cta-box .icon-box{
		width: 50px;
		height: 50px;
	}

	.sidebar-cta-box .icon-box img{
		max-width: 24px;
	}

	.page-single-image{
		margin-bottom: 20px;
	}

	.service-entry{
		margin-bottom: 40px;
	}

	.service-focus-box,
	.service-entry-info-box{
		margin-top: 40px;
	}

	.service-focus-counter-boxes{
		margin-top: 30px;
	}

	.service-focus-counter-item{
		padding: 30px;
	}

	.service-focus-skills-list{
		margin-top: 30px;
		padding-top: 30px;
	}

	.service-info-image-content{
		padding: 20px;
		gap: 30px 20px;
	}

	.service-info-image{
		width: calc(37% - 10px);
	}

	.service-info-content-box{
		width: calc(63% - 10px);
	}
	
	.project-entry{
		margin-bottom: 40px;
	}

	.projects-overview-box,
	.projects-approach-box,
	.impact-result-box{
		margin-top: 40px;
	}

	.projects-overview-image-content{
		margin-top: 30px;
	}

	.projects-overview-content{
		padding: 20px;
	}

	.projects-overview-item{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.project-approach-image-content{
		margin-top: 30px;
	}

	.project-approach-image{
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}

	.project-approach-items-list{
		width: 100%;
	}

	.project-entry .section-footer-text{
		margin-top: 30px;
		padding-top: 30px;
	}

	.impact-result-images-box{
		margin-top: 30px;
	}

	.impact-result-counter-box{
		margin-top: 30px;
		padding-top: 30px;
	}

	.member-social-list{
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

	.team-member-about,
	.team-member-information,
	.team-member-approach{
		margin-bottom: 40px;
	}

	.team-contact-list{
		gap: 20px;
	}

	.team-contact-item{
		width: calc(50% - 10px);
		padding: 20px;
	}

	.team-contact-item-content h3{
		font-size: 18px;
	}

	.member-approach-step-boxes{
		gap: 20px;
	}

	.member-approach-item{
		width: calc(33.33% - 13.33px);
	}

	.member-approach-content-box{
		padding: 30px 20px 20px;
	}

	.member-approach-content-box .icon-box{
		margin-bottom: 20px;
	}

	.team-single-content .section-footer-text{
		margin-top: 30px;
		padding-top: 30px;
	}

	.team-contact-form{
		padding: 40px;
	}

	.contact-us-image-box{
		max-width: 740px;
		margin: 0 auto 30px;
	}

	.contact-us-image-box,
	.contact-us-image,
	.contact-us-image figure,
	.contact-us-image img{
		height: auto;
	}

	.contact-us-image img{
		aspect-ratio: 1 / 0.99;
	}

	.contact-us-form{
		margin: 0;
	}
}

@media only screen and (max-width: 991px){

	.btn-default{
        padding: 15px 50px 15px 15px;
    }

	.btn-default::before{
		width: 36px;
		height: 36px;
	}

	header.main-header .header-sticky{
		width: 100%;
		border-radius: 0;
	}
	
	.navbar{
		padding: 20px 0;
	}

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.header-button-box{
		display: none;
	}

	.readmore-btn{
		padding: 0 34px 0 0;
	}

	.readmore-btn::before{
		height: 24px;
		width: 24px;
		background-size: 14px auto;
	}

	.section-row{
		margin-bottom: 40px;
	}
	
	.section-title{
		margin-bottom: 30px;
	}

	.section-title .section-sub-title{
		padding: 6px 12px 6px 25px;
		margin-bottom: 10px;
	}

	.section-title .section-sub-title::before{
		left: 12px;
	}

	.section-title h1{
		font-size: 64px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 10px;
	}

	.hero{
		padding: 140px 0 50px;
		min-height: 650px;
	}

	.hero-shield-overlay{
		bottom: 80px;
		width: min(70vw, 280px);
		opacity: 0.12;
	}

	.hero-content-footer{
		padding-top: 30px;
	}

	.video-play-button a{
		height: 46px;
		width: 46px;
	}

	.about-us{
		padding: 60px 0;
	}

	.about-us-cta-box{
		right: 30px;
    	bottom: 30px;
	}

	.about-us-review-content-box{
		padding: 20px;
	}

	.about-us-body{
		margin-top: 30px;
	}

	.about-us-content-list{
		margin-top: 30px;
		padding-top: 30px;
	}

	.about-us-content-list ul li::before{
		font-size: 16px;
	}

	.about-us-btn{
		margin-top: 30px;
	}

	.our-services{
		padding: 60px 0;
	}

	.our-services::before{
		bottom: -10px;
		left: -30px;
		height: 150px;
		width: 180px;
	}

	.service-item-box{
		min-height: initial;
		padding: 15px;
	}

	.section-footer-text{
		margin-top: 10px;
	}

	.section-footer-text ul{
		margin-top: 10px;
	}

	.section-footer-text ul li{
		margin-right: 5px;
	}

	.why-choose-us{
		padding: 60px 0;
	}

	.why-choose-counter-item{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.why-choose-counter-item h3{
		font-size: 26px;
	}

	.why-choose-info-list ul li{
		margin-bottom: 10px;
	}

	.why-choose-info-list ul li::before{
		font-size: 16px;
	}

	.why-choose-btn{
		padding-top: 30px;
		margin-top: 30px;
	}

	.why-choose-image-box-2 .why-choose-image figure img{
		aspect-ratio: 1 / 1.1;
	}

	.contact-us-circle a{
		border-width: 5px;
	}

	.contact-us-circle img{
		max-width: 110px;
	}

	.our-story{
		padding: 60px 0;
	}

	.story-counter-item-header h2{
		font-size: 34px;
	}

	.story-counter-item-content{
		padding-top: 20px;
		margin-top: 20px;
	}

	.our-story-btn{
		padding-top: 30px;
		margin-top: 30px;
	}

	.what-we-do{
		padding: 60px 0;
	}

	.what-we-do .section-title h2 img{
		height: 40px;
		width: 40px;
	}

	.what-we-counter-content h2{
		font-size: 34px;
	}

	.what-we-item-footer{
		margin-top: 40px;
	}

	.what-we-footer-list ul{
		gap: 15px;
	}

	.what-we-footer-list ul li{
		font-size: 14px;
		padding: 10px 12px 10px 26px;
	}

	.what-we-footer-list ul li::before{
		left: 12px;
	}

	.what-we-item-footer .section-footer-text{
		margin-top: 20px;
	}

	.our-features{
		padding: 60px 0 0px;
	}

	.features-image figure{
		margin-bottom: 0;
	}

	.how-it-work{
		padding: 60px 0;
	}

	.how-work-item-no{
		margin-bottom: 30px;
	}

	.how-work-item-body{
		padding: 30px;
	}

	.how-work-item-body .icon-box{
		margin-bottom: 20px;
	}

	.how-work-item-content ul li{
		margin-bottom: 10px;
	}

	.how-it-work .section-footer-text{
		margin-top: 40px;
	}

	.our-testimonials{
		padding: 60px 0;
	}

	.testimonial-item-content p{
		font-size: 18px;
	}

	.our-pricing{
		padding: 60px 0;
	}

	.pricing-item .icon-box{
		margin-bottom: 20px;
	}

	.pricing-item-content h3{
		font-size: 32px;
		margin-top: 20px;
	}

	.pricing-item-list{
		margin-top: 20px;
		padding-top: 20px;
	}

	.pricing-item-list ul li{
		margin-bottom: 10px;
	}

	.pricing-item-list ul li::before{
		font-size: 16px;
	}

	.pricing-item.highlighted-box::before{
		font-size: 14px;
		padding: 10px 20px;
	}

	.pricing-benefit-list{
		margin-top: 10px;
	}

	.pricing-benefit-list ul{
		gap: 15px 30px;
	}

	.pricing-benefit-list ul li img{
		max-width: 18px;
	}

	.our-faqs{
		padding: 60px 0;
	}

	.faqs-body-skill-list{
		width: calc(100% - 171px);
	}

	.faqs-contact-circle{
		margin-left: 30px;
		padding-left: 30px;
	}

	.faq-accordion .accordion-header .accordion-button{
		padding: 15px 45px 15px 20px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		right: 20px;
		height: 18px;
		width: 18px;
	}

	.faq-accordion .accordion-item .accordion-body{
		padding: 15px 20px;
	}

	.company-supports-slider-box{
		margin-top: 40px;
	}

	.company-supports-content{
        margin-bottom: 30px;
    }

	.company-supports-slider{
		margin: 0;
	}

	.company-supports-logo img{
		max-width: 150px;
		height: 34px;
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.post-featured-image{
		margin-bottom: 15px;
	}

	.post-item-tags{
		top: 20px;
		left: 20px;
	}

	.post-item-btn{
		margin-top: 15px;
		padding-top: 15px;
	}

	.main-footer{
		padding: 60px 0 30px;
	}

	.footer-contact-form h2,
	.footer-contact-form p{
		max-width: 100%;
	}

	.footer-contact-form h2{
		font-size: 26px;
	}

	.footer-newsletter-form .form-group .form-control{
		width: calc(100% - 40px);
	}

	.footer-newsletter-form .form-group .newsletter-btn{
		width: 40px;
		height: 40px;
	}

	.footer-links h2{
		margin-bottom: 15px;
	}

	.footer-links ul li{
		margin-bottom: 10px;
	}

	.footer-links ul li::before{
		font-size: 16px;
	}

	.footer-copyright-text{
		margin-top: 0;
		padding-top: 30px;
	}

	.page-header{
		padding: 190px 0 100px;
	}

	.page-header-box h1{
		font-size: 48px;
		margin-bottom: 10px;
	}
	
	.our-approach{
		padding: 60px 0;
	}

	.approach-review-box{
		bottom: 30px;
		left: 30px;
		right: 30px;
		padding: 20px;
	}

	.approach-item{
		padding: 30px;
	}

	.our-approach .section-footer-text{
		margin-top: 40px;
	}

	.our-benefits{
		padding: 60px 0;
	}

	.benefit-content-footer{
		margin-top: 40px;
	}

	.benefit-footer-list ul{
		gap: 15px;
	}

	.benefit-footer-list ul li{
		font-size: 14px;
		padding: 10px 12px 10px 26px;
	}

	.benefit-footer-list ul li::before{
		left: 12px;
	}

	.benefit-content-footer .section-footer-text{
		margin-top: 20px;
	}

	.our-team{
		padding: 60px 0;
	}

	.team-item-body{
		padding: 10px;
	}

	.page-services{
		padding: 60px 0 30px;
	}

	.page-service-single{
		padding: 60px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin-bottom: 30px;
	}

	.page-category-list{
		margin-bottom: 30px;
	}

	.sidebar-cta-box{
		min-height: 280px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.service-entry ul li{
		margin-bottom: 10px;
	}

	.service-focus-counter-item{
		min-height: auto;
	}

	.service-focus-item-content h2{
		font-size: 32px;
	}

	.service-focus-item-list ul li{
		font-size: 18px;
	}

	.service-info-image{
        width: calc(45% - 10px);
    }

	.service-info-content-box{
        width: calc(55% - 10px);
    }

	.page-blog{
		padding: 60px 0;
	}

	.page-pagination{
		margin-top: 10px;
	}

	.page-single-post{
        padding: 60px 0;
    }
    
    .post-image{
        margin-bottom: 20px;
    }
    
    .post-entry h2{
        font-size: 36px;
    }
    
    .post-entry p{
        margin-bottom: 15px;
    }
    
    .post-entry ol li,
    .post-entry ul li{
		font-size: 16px;
        margin-bottom: 10px;
    }
    
    .post-entry blockquote{
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }
    
    .post-entry blockquote p{
        font-size: 18px;
    }
    
    .post-tags{
        margin-bottom: 20px;
    }
    
    .post-tags .tag-links a{
        padding: 12px 15px;
    }
    
    .post-social-sharing ul{
        text-align: left;
    }

	.page-projects{
		padding: 60px 0 30px;
	}

	.project-item{
		min-height: 400px;
	}
	
	.project-item-content{
		padding: 20px;
	}

	.project-item-content ul li a{
		font-size: 14px;
		padding: 6px 12px 6px 26px;
	}

	.project-item-content ul li a::before{
		left: 12px;
	}

	.page-project-single{
		padding: 60px 0;
	}

	.project-entry p{
		margin-bottom: 15px;
	}

	.project-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.project-entry ul li{
		margin-bottom: 10px;
	}

	.project-entry ul li::before{
		font-size: 16px;
	}

	.projects-overview-item ul{
		padding-top: 15px;
	}

	.project-approach-image{
		width: calc(46% - 15px);
	}

	.project-approach-items-list{
		width: calc(54% - 15px);
	}

	.project-approach-item{
		padding: 20px;
	}

	.impact-result-counter-item h3{
		font-size: 26px;
		margin-bottom: 5px;
	}

	.page-team{
		padding: 60px 0 30px;
	}

	.page-team-single{
		padding: 60px 0;
	}

	.team-single-image{
		margin-bottom: 30px;
	}

	.team-single-image img{
		aspect-ratio: 1 / 0.79;
	}

	.member-skill-list{
		padding: 30px;
	}

	.member-information-content{
		margin-top: 30px;
	}

	.member-approach-step-no span{
		padding: 8px 20px;
	}

	.page-testimonials{
		padding: 60px 0 30px;
	}

	.page-pricing{
		padding: 60px 0;
	}

	.page-gallery{
		padding: 60px 0 30px;
	}

	.page-video-gallery{
		padding: 60px 0 30px;
	}

	.page-faqs{
		padding: 60px 0;
	}

	.page-faqs .page-single-faqs{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 60px 0 30px;
	}

	.contact-form label{
		margin-bottom: 10px;
	}

	.contact-form .form-control{
		padding: 12px 18px;
		border-radius: 8px;
	}

	.google-map{
		padding: 30px 0 60px;
	}

	.google-map-iframe{
		height: 500px;
	}

	.error-page{
		padding: 60px 0px;
	}
	
	.error-page-image{
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px){

	.section-row{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 28px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero-content-footer{
		gap: 20px;
	}

	.video-play-button p{
		font-size: 14px;
	}

	.about-us-image figure img{
        aspect-ratio: 1 / 1;
    }
	
	.about-us-cta-box{
		right: 15px;
		bottom: 15px;
		padding: 15px;
		max-width: 160px;
	}

	.about-us-cta-box .icon-box{
		margin-bottom: 10px;
	}

	.about-us-cta-box h2{
		font-size: 16px;
		margin-top: 10px;
	}

	.about-us-review-image,
	.about-us-review-content-box{
		width: 100%;
	}

	.about-us-review-image figure img{
		aspect-ratio: 1 / 0.66;
	}

	.about-us-review-content h3{
		font-size: 16px;
	}

	.about-us-author-content h3{
		font-size: 18px;
	}

	.about-us-body{
		gap: 20px;
	}

	.about-us-body-item{
		width: 100%;
	}

	.about-us-body-item-content h3{
		font-size: 18px;
	}

	.about-us-content-list{
		padding-top: 20px;
		margin-top: 20px;
	}

	.about-us-content-list ul{
		gap: 10px;
	}

	.about-us-content-list ul li{
		width: 100%;
	}

	.service-item-content h2{
		font-size: 18px;
	}

	.why-choose-counter-box{
		width: 100%;
		padding: 20px;
	}
	
	.why-choose-info-box{
		width: 100%;
	}

	.why-choose-counter-item h3{
		font-size: 22px;
	}

	.why-choose-counter-item p{
		margin-top: 10px;
	}

	.why-choose-info-item-content h2{
		font-size: 18px;
	}

	.why-choose-image-box{
		background-position: bottom 15px center;
		background-size: 80px auto;
	}

	.why-choose-image-box-1{
		margin-top: 20px;
	}

	.contact-us-circle img{
		max-width: 90px;
	}

	.story-counter-item{
		width: 100%;
		padding: 20px;
	}

	.story-counter-item-header h2{
		font-size: 28px;
	}

	.story-counter-item-header h3{
		font-size: 18px;
	}

	.what-we-item{
		width: 100%;
		padding: 20px;
	}

	.what-we-item-content h3{
		font-size: 18px;
	}

	.what-we-counter-content h2{
		font-size: 28px;
	}

	.what-we-counter-content h3{
		font-size: 18px;
	}

	.what-we-footer-list ul{
		gap: 10px;
	}

	.what-we-footer-list ul li{
		padding: 8px 10px 8px 22px;
	}

	.what-we-footer-list ul li::before{
		left: 10px;
	}

	.features-item-list{
		width: 100%;
	}

	.features-item{
		padding: 20px;
	}

	.features-item .icon-box{
		margin-bottom: 20px;
	}

	.features-item-content h3{
		font-size: 18px;
	}

	.features-image img{
        max-width: 280px;
    }

	.features-image-title{
		bottom: -20px;
	}

	.features-image-title h2{
		font-size: 120px;
	}

	.how-work-item{
		width: 100%;
	}

	.how-work-item-no{
        margin-bottom: 20px;
    }

	.how-work-item-no::before{
		width: 100%;
	}

	.how-work-item-no h2{
		padding: 6px 12px;
	}

	.how-work-item-body{
        padding: 20px;
    }

	.how-work-item-content h3{
		font-size: 18px;
	}

	.how-work-item-content ul{
		margin-top: 15px;
		padding-top: 15px;
	}

	.testimonial-item{
		padding: 20px;
		gap: 20px;
	}

	.testimonial-item-content p{
        font-size: 16px;
    }

	.testimonial-item-author{
		padding-top: 20px;
	}

	.testimonial-author-content h2{
		font-size: 18px;
	}

	.pricing-item{
        padding: 20px;
    }

	.pricing-item-content h2{
		font-size: 18px;
	}

	.pricing-item-content p{
		margin: 10px 0 0;
	}

	.pricing-item-content h3{
        font-size: 28px;
        margin-top: 15px;
    }

	.pricing-benefit-list ul{
		gap: 10px 20px;
	}

	.pricing-benefit-list ul li{
		font-size: 14px;
	}

	.pricing-benefit-list ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.faqs-body-skill-list{
        width: calc(100% - 131px);
    }

	.skills-progress-bar{
		margin-bottom: 20px;
	}

	.skills-progress-bar .skill-data{
		margin-bottom: 10px;
	}

	.skills-progress-bar .skill-data .skill-title,
	.skills-progress-bar .skill-data .skill-no{
		font-size: 16px;
	}

	.faqs-contact-circle{
        margin-left: 20px;
        padding-left: 20px;
    }
	
	.faq-accordion .accordion-item{
		border-radius: 10px;
	}

	.faq-accordion .accordion-header .accordion-button{
		font-size: 16px;
        padding: 12px 40px 12px 15px;
    }

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
        right: 15px;
    }

	.faq-accordion .accordion-item .accordion-body{
        padding: 12px 15px;
    }

	.company-supports-content{
		justify-content: center;
        margin-bottom: 20px;
    }

	.company-supports-content H3{
		font-size: 16px;
	}

	.company-supports-content hr{
        display: none;
    }

	.post-item-tags a{
		padding: 7px 12px;
	}

	.post-item-content h2{
		font-size: 18px;
	}

	.main-footer{
		padding-bottom: 15px;
	}

	.footer-contact-form h2{
        font-size: 22px;
    }

	.about-footer-info-box{
		margin-top: 20px;
		padding: 20px;
	}

	.footer-info-list ul li img{
		max-width: 22px;
		margin-right: 10px;
	}

	.footer-social-links h2{
		font-size: 18px;
	}

	.footer-links h2{
		font-size: 18px;
	}

	.footer-links{
		max-width: 100%;
	}

	.footer-copyright-text{
		padding-top: 15px;
	}

	.page-header-box h1{
        font-size: 28px;
    }

	.approach-review-box{
		width: 210px;
        bottom: 15px;
        left: 15px;
		right: 15px;
        padding: 15px;
    }

	.approach-review-box .icon-box img{
		max-width: 40px;
	}
	
	.approach-review-box-content{
		width: calc(100% - 55px);
	}

	.approach-review-box-content h3{
		font-size: 18px;
	}

	.approach-review-star i{
		font-size: 14px;
	}

	.approach-item{
        padding: 20px;
		margin-bottom: 20px;
    }

	.approach-item-content h3{
		font-size: 18px;
	}

	.benefit-item{
        padding: 20px;
    }

	.benefit-item-content h3{
		font-size: 18px;
	}

	.benefit-footer-list ul{
		gap: 10px;
	}

	.benefit-footer-list ul li{
		padding: 8px 10px 8px 22px;
	}

	.benefit-footer-list ul li::before{
		left: 10px;
	}

	.team-item-content h2{
		font-size: 18px;
	}

	.page-category-list .page-category-list-title{
		font-size: 18px;
	}

	.page-single-image img{
		aspect-ratio: 1 / 0.66;
	}

	.service-entry h2{
		font-size: 26px;
	}

	.service-entry h3{
		font-size: 18px;
	}

	.service-entry ul li{
        font-size: 16px;
    }

	.service-focus-counter-item{
		width: 100%;
		gap: 20px;
		padding: 20px;
	}

	.service-focus-item-list{
		padding-top: 20px;
	}

	.service-info-image{
		width: 100%;
	}

	.service-info-content-box{
		width: 100%;
	}

	.service-info-item{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.service-info-item-content{
		width: 100%;
	}

	.post-single-meta ol li,
	.post-single-meta ol li i{
		font-size: 16px;
	}

	.post-image img{
		aspect-ratio: 1 / 0.7;
	}

	.post-entry h2{
		font-size: 26px;
	}

	.post-entry blockquote{
		padding: 65px 20px 20px 20px;
	}

	.post-entry blockquote p{
		font-size: 16px;
	}
	
	.tag-links{
		font-size: 18px;
	}

	.project-item-content ul{
		margin-bottom: 15px;
	}

	.project-item-content h2{
		font-size: 18px;
	}

	.project-entry h2{
		font-size: 26px;
	}

	.project-entry h3{
		font-size: 18px;
	}

	.projects-overview-image,
	.projects-overview-content{
		width: 100%;
	}

	.projects-overview-content{
		padding: 20px;
	}

	.project-approach-image,
	.project-approach-items-list{
		width: 100%;
	}

	.project-approach-item-content{
		width: 100%;
	}

	.impact-result-images-box{
		gap: 15px;
	}

	.impact-result-image{
		width: calc(50% - 7.5px);
	}

	.impact-result-counter-box{
		gap: 20px;
	}

	.impact-result-counter-item{
		width: 100%;
		text-align: left;
	}

	.impact-result-counter-item::before{
		display: none;
	}

	.impact-result-counter-item h3{
		font-size: 24px;
	}

	.team-single-image img{
        aspect-ratio: 1 / 1.05;
    }

	.member-social-list h2{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.member-social-list ul li a{
		width: 36px;
		height: 36px;
	}

	.member-skill-list{
        padding: 20px;
    }

	.team-contact-item{
		width: 100%;
		padding: 15px;
	}

	.member-approach-item{
		width: 100%;
	}
	
	.member-approach-item-content h3{
		font-size: 18px;
	}

	.team-single-content .section-footer-text{
		justify-content: center;
    }

	.team-contact-form{
        padding: 30px 20px;
    }

	.contact-us-image img{
        aspect-ratio: 1 / 1.16;
    }

	.contact-info-box{
		bottom: 15px;
		left: 15px;
		right: 15px;
		padding: 15px;
	}

	.contact-info-item{
		width: 100%;
	}

	.contact-info-item-content h2{
		font-size: 18px;
	}

	.google-map-iframe{
		height: 350px;
	}	
}

/************************************/
/***   34. Home - Version 2 css   ***/
/************************************/

.main-header.main-header-gold .main-menu .nav-menu-wrapper{
	text-align: center;
	margin: 0 1.042vw;
}

.hero-gold{
	position: relative;
	min-height: 100vh;
	align-content: center;
	background-image: url('../images/hero-bg-image-gold.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 235px 0 120px;
	overflow: hidden;
}

.hero-gold::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(11, 45, 74, 0.00) 85.66%, rgba(11, 45, 74, 0.50) 100%), linear-gradient(270deg, rgba(11, 45, 74, 0.00) 27.46%, rgba(11, 45, 74, 0.80) 66.42%, var(--primary-color) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-gold .container{
	position: relative;
    z-index: 2;
}

.hero-content-gold{
	max-width: 670px;
}

.hero-content-gold h1{
	font-size: 60px;
}

.hero-content-body-gold{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 40px; 
}

.hero-client-box-gold{
	display: flex;
    align-items: center;
    gap: 15px;
}

.hero-client-content-gold p{
	color: var(--white-color);
	margin: 0;
}

.hero-client-content-gold p span{
	font-weight: 600;
}

.hero-info-box-gold{
	display: flex;
    flex-wrap: wrap;
	gap: 30px 80px;
	border-top: 1px solid var(--dark-divider-color);
	padding-top: 40px;
	margin-top: 40px;
}

.hero-info-list-gold{
	position: relative;
    width: calc(50% - 40px);
	align-content: center;
}

.hero-info-list-gold::before{
	content: '';
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    background: var(--dark-divider-color);
    width: 1px;
    height: 100%;
}

.hero-info-list-gold ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.hero-info-list-gold ul li{
	position: relative;
    line-height: 1.5em;
    color: var(--white-color);
    margin-bottom: 20px;
    padding-left: 25px;
}

.hero-info-list-gold ul li:last-child{
	margin-bottom: 0;
}

.hero-info-list-gold ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.hero-info-box-content-gold{
	width: calc(50% - 40px);
}

.hero-info-box-content-gold h2{
	font-size: 20px;
	color: var(--white-color);
}

.hero-info-box-content-gold p{
	color: var(--white-color);
	margin: 10px 0 0;
}

.about-us-gold{
	padding: 120px 0;
}

.about-us-image-box-gold{
	display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 15px;
}

.about-us-image-box-1-gold{
	width: 31%;
	background: url('../images/about-us-image-box-bg-gold.png') no-repeat;
	background-position: bottom 40px right -10px;
	background-size: 160px auto;
	padding-bottom: 160px;
}

.about-us-image-gold{
    position: relative;
    z-index: 0;
}

.about-us-image-gold figure{
	border-radius: 14px;
    overflow: hidden;
}

.about-us-image-gold figure img{
	width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.about-us-image-box-1-gold .about-us-image-gold{
	position: relative;
	margin-right: -298px;
	z-index: 1;
}

.about-us-image-box-1-gold .about-us-image-gold figure img{
    aspect-ratio: 1 / 0.925;
}

.about-us-image-box-2-gold{
	position: relative;
    width: 69%;
}

.about-us-image-box-2-gold figure::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(11, 45, 74, 0.00) 0%, rgba(11, 45, 74, 0.80) 100%);
	border-radius: 14px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-us-image-box-2-gold .about-us-image-gold figure img{
    aspect-ratio: 1 / 1.006;
}

.contact-us-circle-gold{
	text-align: right;
	margin-bottom: -73px;
	margin-right: 50px;
}

.contact-us-circle-gold a{
	position: relative;
	display: inline-block;
    border-radius: 50%;
    border: 8px solid var(--bg-color);
	z-index: 2;
}

.contact-us-circle-gold a:hover img{
	animation-play-state: paused;
}

.contact-us-circle-gold a img{
	width: 100%;
	max-width: 140px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.about-us-image-video-gold{
	position: relative;
}

.about-us-image-video-gold .video-play-button-gold{
	position: absolute;
	bottom: 50px;
	left: 50px;
	display: inline-flex;
    align-items: center;
    gap: 20px 35px;
	right: 50px;
	z-index: 1;
}

.video-play-button-gold a{
	position: relative;
    height: 55px;
    width: 55px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
    transition: all 0.4s ease-in-out;
}

.video-play-button-gold a.bg-effect:before,
.video-play-button-gold a.bg-effect:after{
	content: '';
	position: absolute;
    width: 160%;
    height: 160%;
	border: 35px solid var(--white-color);
	opacity: 50%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.video-play-button-gold a.bg-effect:after{
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.video-play-button-gold a i{
	font-size: 20px;
    color: var(--primary-color);
    margin-left: 2px;
}

.about-us-image-video-gold .video-play-button-gold p{
	width: calc(100% - 85px);
    color: var(--white-color);
    margin: 0;
}

.about-review-box-gold{
	background-color: var(--secondary-color);
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
}

.about-review-content-gold{
	width: calc(60% - 10px);
    align-content: center;
    padding: 20px;
}

.about-review-content-gold h3{
	font-size: 20px;
	margin-bottom: 25px;
}

.about-review-content-gold ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.about-review-content-gold ul li{
	position: relative;
    line-height: 1.5em;
    margin-bottom: 15px;
    padding-left: 25px;
}

.about-review-content-gold ul li:last-child{
	margin-bottom: 0;
}

.about-review-content-gold ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.about-us-review-image-gold{
	width: 40%;
}

.about-us-review-image-gold figure{
	display: block;
	height: 100%;
	border-radius: 10px;
}

.about-us-review-image-gold figure img{
	height: 100%;
    width: 100%;
    aspect-ratio: 1 / 0.472;
    object-fit: cover;
}

.about-us-btn-gold{
	margin-top: 40px;
}

.our-services-gold{
	background-image: url('../images/service-bg-image-gold.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
	padding: 120px 0;
}

.service-item-gold{
	position: relative;
	background-color: var(--white-color);
	border-radius: 14px;
	padding: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.service-item-gold::before{
  	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.service-item-gold:hover:before{
	top: auto;
    height: 100%;
}

.service-item-header-gold{
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.service-item-header-gold .icon-box{
	width: 50px;
	height: 50px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

  
.service-item-header-gold .icon-box img{
	width: 100%;
	max-width: 24px;
}

.service-item-content-gold h2{
	font-size: 20px;
	line-height: 1.4em;
	transition: all 0.4s ease-in-out;
}

.service-item-gold:hover .service-item-content-gold h2{
	color: var(--white-color);
}

.service-item-content-gold h2 a{
	color: inherit;
}

.service-item-image-gold a,
.service-item-image-gold a figure{
	display: block;
	cursor: none;
	border-radius: 14px;
	overflow: hidden;
}

.service-item-image-gold a figure img{
	width: 100%;
    aspect-ratio: 1 / 0.621;
    object-fit: cover;
    border-radius: 14px;
    transition: all 0.6s ease-in-out;
}

.service-item-gold:hover .service-item-image-gold a figure img{
	transform: scale(1.06);
}

.why-choose-us-gold{
	padding: 120px 0;
}

.why-choose-body-gold{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.why-choose-item-gold{
	width: calc(50% - 15px);
}

.why-choose-item-gold .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.why-choose-item-gold .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.why-choose-item-gold:hover .icon-box:before{
	transform: scale(1);
}

.why-choose-item-gold .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.why-choose-item-gold:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.why-choose-item-content-gold h3{
	font-size: 20px;
}

.why-choose-item-content-gold p{
	margin: 10px 0 0;
}

.why-choose-footer-gold{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 40px;
    border-top: 1px solid var(--divider-color);
    padding-top: 40px;
    margin-top: 40px;
}

.author-contact-box-gold{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.author-contact-box-gold .icon-box{
	position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-contact-box-gold .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.author-contact-box-gold:hover .icon-box::before{
	transform: scale(1);
}

.author-contact-box-gold .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}

.author-contact-box-gold:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.author-contact-box-content-gold h3{
	font-size: 20px;
}

.author-contact-box-content-gold p{
	line-height: normal;
	margin: 5px 0 0;	
}

.author-contact-box-content-gold p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.author-contact-box-content-gold p a:hover{
	color: var(--accent-color);
}

.why-choose-image-box-gold{
	position: relative;
	margin-left: 10px;
}

.why-choose-image-gold figure{
	display: block;
	border-radius: 14px;
}

.why-choose-image-gold figure::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 77.45%, var(--bg-color) 98.37%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.why-choose-image-gold figure img{
	width: 100%;
	aspect-ratio: 1 / 1.043;
	object-fit: cover;
    border-radius: 14px;
}

.why-choose-client-box-gold{
	position: absolute;
	bottom: 40px;
	left: 80px;
	max-width: 265px;
	background-color: var(--secondary-color);
	border-radius: 10px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
	padding: 25px;
	animation: authorboxmove 4s infinite linear alternate;
	z-index: 1;
}

@keyframes authorboxmove{
	50%{
		transform: translateX(30px);
	}
}

.why-choose-client-box-gold .satisfy-client-image figure img{
	max-width: 50px;
}

.why-choose-client-content-gold h2{
	font-size: 30px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.why-choose-client-content-gold h2 span{
	min-width: 45px;
}

.why-choose-client-content-gold h2 i{
	font-size: 20px;
	color: var(--accent-color);
}

.why-choose-client-content-gold p{
	margin: 5px 0 0;
}

.our-projects-gold{
	padding: 120px 0;
}

.our-feature-gold{
	padding: 120px 0;
}

.feature-image-box-gold{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	margin-right: 15px;
}

.feature-image-gold{
	width: 68%;
	height: 100%;
}

.feature-image-gold figure{
	display: block;
	height: 100%;
	border-radius: 14px;
	margin-right: -115px;
}

.feature-image-gold figure img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.14;
    object-fit: cover;
	border-radius: 14px;
}

.feature-image-list-gold{
	position: relative;
	width: 32%;
	max-height: 450px;
	align-content: center;
    overflow-y: scroll;
	z-index: 1;
}

.feature-image-list-gold::-webkit-scrollbar{
	display: none;
}

.feature-list-img-gold{
	margin-bottom: 30px;
}

.feature-list-img-gold:last-child{
	margin-bottom: 0;
}

.feature-list-img-gold figure{
	display: block;
	border-radius: 14px;
}

.feature-list-img-gold figure img{
	width: 100%;
	aspect-ratio: 1 / 1.041;
	object-fit: cover;
	border-radius: 14px;
}

.feature-content-gold{
	height: 100%;
	align-content: center;
}

.feature-item-list-gold{
	display: flex;
    flex-wrap: wrap;
}

.feature-item-gold{
	width: 50%;
	padding: 40px;
	border-bottom: 1px solid var(--divider-color);
    border-right: 1px solid var(--divider-color);
}

.feature-item-gold:nth-of-type(2n + 2){
	border-right: none;
	padding-right: 0;
}

.feature-item-gold:nth-of-type(2n + 1){
	padding-left: 0;
}

.feature-item-gold:nth-child(-n + 2){
	padding-top: 0;
}

.feature-item-gold:nth-last-child(2):nth-child(odd),
.feature-item-gold:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.feature-item-gold h3{
	position: relative;
	font-size: 20px;
    margin-bottom: 15px;
    padding-left: 25px;
}

.feature-item-gold h3::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.feature-item-gold p{
	margin: 0;
}

.our-involved-gold .container-fluid{
	padding: 0;
}

.our-involved-box-gold{
	display: flex;
	flex-wrap: wrap;
}

.involved-content-box-gold,
.donation-form-box-gold{
	width: 50%;
	align-content: center;
	padding: 120px 5.208vw;
}

.involved-image-info-box-gold{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 3.125vw;
}

.involved-image-box-gold{
	width: calc(57% - 1.563vw);
}

.involved-image-gold{
	margin-bottom: 50px;
}

.involved-image-gold figure{
	display: block;
	border-radius: 14px;
}

.involved-image-gold img{
	width: 100%;
	aspect-ratio: 1 / 0.47;
	object-fit: cover;
	border-radius: 14px;
}

.involved-counter-box-gold{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.involved-counter-box-gold h2{
	width: 120px;
	font-size: 40px;
	line-height: 1em;
	text-align: right;
}

.involved-counter-box-gold p{
	width: 150px;
	line-height: normal;
	margin: 0;
}

.involved-info-list-gold{
	width: calc(43% - 1.563vw);
}

.involved-info-item-gold{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.involved-info-item-gold:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.involved-info-item-gold h3{
	font-size: 20px;
}

.involved-info-item-gold p{
	margin: 10px 0 0;
}

.donation-form-box-gold{
	position: relative;
	background-image: url('../images/donation-form-bg-gold.jpg');
}

.donation-form-box-gold::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: var(--primary-color);
    opacity: 40%;
	width: 100%;
    height: 100%;
    z-index: 1;
}

.donation-box-gold{
	position: relative;
	border: 1px solid var(--dark-divider-color);
	background: var(--divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 14px;
	padding: 3.125vw;
	z-index: 2;
}

.donate-form .form-control{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	background-color: transparent;
	color: var(--white-color);
	background: var(--dark-divider-color);
	border-radius: 30px;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 18px 30px;
}

.donate-form .form-control::placeholder{
	color: var(--white-color);
}

.donate-value-box .donate-value input{
	position: absolute;
	left: -9999px;
}

.donate-value-box{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}

.donate-form .donate-value{
	width: calc(33.33% - 10px);
}

.donate-value-box .donate-value label{
	display: block;
	text-align: center;
	position: relative;
	font-weight: 400;
	line-height: 1.5em;
	background-color: var(--dark-divider-color);
	color: var(--white-color);
	border-radius: 30px;
	padding: 13px 15px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}

.donate-value-box .donate-value input[type="radio"]:hover+label,
.donate-value-box .donate-value input[type="radio"]:focus+label,
.donate-value-box .donate-value input[type="radio"]:checked+label{
	background-color: var(--accent-color);
	color: var(--primary-color);
}

.donate-form .form-group-btn .btn-default{
	width: 100%;
	display: block;
	text-align: center;
	padding: 17px 24px;
}

.donate-form .form-group-btn .btn-default::before{
	display: none;
}

.our-pricing-gold{
	padding: 120px 0;
}

.pricing-item-gold{
	position: relative;
    background-color: var(--secondary-color);
    border-radius: 14px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
	overflow: hidden;
}

.pricing-item-gold .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 30px;
}

.pricing-item-gold .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 100px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
	z-index: 0;
}

.pricing-item-gold:hover .icon-box::before{
	transform: scale(1);
}

.pricing-item-gold .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.pricing-item-gold:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.pricing-item-content-gold h2{
    font-size: 20px;
}

.pricing-item-content-gold h3{
	font-size: 40px;
	line-height: 1em;
	margin-top: 30px;
}

.pricing-item-content-gold h3 sub{
	font-size: 16px;
	font-weight: 400;
	color: var(--text-color);
	bottom: 0;
}

.pricing-item-content-gold p{
	margin: 15px 0 0;
}

.pricing-item-list-gold{
	border-top: 1px solid var(--divider-color);
	margin-top: 30px;
	padding-top: 30px;
}

.pricing-item-list-gold h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.pricing-item-list-gold ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.pricing-item-list-gold ul li{
	position: relative;
    line-height: 1.5em;
    padding-left: 25px;
	margin-bottom: 15px;
}

.pricing-item-list-gold ul li:last-child{
	margin-bottom: 0;
}

.pricing-item-list-gold ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
	color: var(--accent-color);
    top: 0;
    left: 0;
}

.pricing-item-btn-gold{
	margin-top: 30px;
}

.pricing-item-gold.highlighted-box::before{
	content: 'popular';
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
	top: 32px;
    right: -44px;
    width: 165px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    transform: rotate(50deg);
}

.pricing-benefit-list-gold{
    margin-top: 30px;
}

.pricing-benefit-list-gold ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px 60px;
}

.pricing-benefit-list-gold ul li{
    display: inline-flex;
    align-items: center;
	color: var(--primary-color);
}

.pricing-benefit-list-gold ul li img{
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
}

.our-story-gold{
	position: relative;
	height: 100vh;
	min-height: 700px;
	align-content: end;
	background-image: url('../images/our-story-bg-image-gold.jpg');
	background-position: center center;
	padding: 120px 0 80px;
	overflow: hidden;
}

.our-story-gold::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(11, 45, 74, 0.00) 28.32%, rgba(11, 45, 74, 0.80) 78.16%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.our-story-gold .container{
	position: relative;
    z-index: 2;
}

.our-story-content-gold .section-title{
	margin-bottom: 0;
}

.our-story-info-box-gold{
	display: flex;
    flex-wrap: wrap;
	justify-content: end;
	align-items: end;
    gap: 30px;
}

.story-info-item-gold{
	width: calc(42% - 15px);
	min-height: 220px;
    background: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
    border-radius: 14px;
    padding: 30px;
}

.story-info-item-gold .icon-box{
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.story-info-item-gold .icon-box img{
	width: 100%;
	max-width: 20px;
}

.our-story-info-content-gold p{
	color: var(--white-color);
	margin: 0;
}

.our-story-image-box-gold{
	position: relative;
}

.our-story-info-image figure{
	display: block;
    mask-image: url('../images/our-story-image-shape-gold.svg');
    background-image: url('../images/our-story-image-shape-gold.svg');
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 302px;
    height: 217px;
}

.our-story-info-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	opacity: 30%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.our-story-info-image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.our-story-image-box-gold .video-play-button-gold{
	position: absolute;
    top: 50%;
    left: 50%;
	right: auto;
    transform: translate(-50%, -50%);
	z-index: 1;
}

.our-faqs-gold{
	padding: 120px 0;
}

.faq-image-box-gold{
	position: relative;
	height: 100%;
	margin-right: 15px;
}

.faq-image-gold{
	height: 100%;
}

.faq-image-gold figure{
	position: relative;
	display: block;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;
}

.faq-image-gold figure::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(11, 45, 74, 0.00) 48.64%, rgba(11, 45, 74, 0.80) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.faq-image-gold img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.99;
	object-fit: cover;
}

.faq-cta-box-gold{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	z-index: 2;
}

.faq-cta-counter-box-gold{
	width: calc(35% - 15px);
	background: var(--white-color);
	border-radius: 14px;
	padding: 20px;
}

.faq-cta-counter-box-gold h2{
	font-size: 30px;
	line-height: 1em;
	display: flex;
	align-items: center;
	gap: 5px;
}

.faq-cta-counter-box-gold h2 span{
	min-width: 45px;
}

.faq-cta-counter-box-gold h2 i{
	font-size: 20px;
	color: var(--accent-color);
}

.faq-cta-counter-box-gold p{
	margin: 15px 0 0;
}

.faq-cta-contact-box-gold{
	width: calc(65% - 15px);
}

.faq-cta-contact-box-gold h3{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 15px;
}

.faq-cta-contact-box-gold ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-cta-contact-box-gold ul li{
    font-size: 20px;
    font-weight: 600;
	line-height: 1.4em;
    color: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.faq-cta-contact-box-gold ul li:last-child{
	margin-bottom: 0;
}

.faq-cta-contact-box-gold ul li img{
    width: 100%;
    max-width: 24px;
}

.faq-cta-contact-box-gold ul li a{
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.faq-cta-contact-box-gold ul li a:hover{
    color: var(--accent-color);
}

.faq-accordion-gold{
	height: 100%;
	align-content: center;
}

.faq-accordion-gold .accordion-item{
    position: relative;
    background: var(--secondary-color);
    border-radius: 14px;
    margin-bottom: 30px;
    overflow: hidden;
}

.faq-accordion-gold .accordion-item:last-child{
    margin-bottom: 0;
}

.faq-accordion-gold .accordion-header .accordion-button{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.333em;
    background: transparent;
    color: var(--primary-color);
    padding: 22px 54px 22px 24px;
    transition: all 0.4s ease-in-out;
}

.faq-accordion-gold .accordion-item .accordion-button::after,
.faq-accordion-gold .accordion-item .accordion-button.collapsed::after{
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
	height: 20px;
	width: 20px;
	background: url('../images/arrow-primary.svg');
	background-repeat: no-repeat;
	background-size: cover;
    transition: all 0.3s ease-in-out;
}

.faq-accordion-gold .accordion-button:not(.collapsed)::after{
    transform: translateY(-50%) rotate(-90deg);
}

.faq-accordion-gold .accordion-item .accordion-body{ 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
	border-top: 1px solid var(--divider-color);
    padding: 22px 24px;
}

.faq-accordion-gold .accordion-item .accordion-body p{
	width: calc(68% - 15px);
	margin: 0;
}

.faq-accordion-gold .accordion-item .accordion-body figure{
	width: calc(32% - 15px);
	display: block;
	border-radius: 14px;
}

.faq-accordion-gold .accordion-item .accordion-body img{
	width: 100%;
	aspect-ratio: 1 / 0.48;
	object-fit: cover;
	border-radius: 14px;
}

.our-testimonials-gold{
	background-image: url('../images/testimonials-bg-image-gold.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding: 120px 0;
}

.testimonial-slider-gold .swiper .swiper-wrapper{
	cursor: none;
}

.testimonial-slider-gold,
.testimonial-slider-gold .swiper,
.testimonial-slider-gold .swiper .swiper-wrapper{
	height: 100%;
}

.testimonial-item-gold{
	background: var(--white-color);
	border-radius: 14px;
	height: 100%;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	padding: 40px;
}

.testimonial-slider-gold .swiper-wrapper .testimonial-item-gold{
	transform: scale(0.96);
	transition: all 0.6s ease-in-out;
}

.testimonial-slider-gold .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial-item-gold{
	transform: scale(1);
}

.testimonial-item-author-gold{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.testimonial-author-image-gold figure{
	display: block;
	border-radius: 50%;
}

.testimonial-author-image-gold img{
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.testimonial-author-content-gold{
	width: calc(100% - 65px);
}

.testimonial-author-content-gold h2{
	font-size: 20px;
}

.testimonial-author-content-gold p{
	margin: 5px 0 0;
}

.testimonial-item-content-gold p:last-child{
	margin-bottom: 0;
}

.testimonial-counter-box-gold{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.testimonial-counter-no-gold{
	width: calc(30% - 10px);
	border-right: 1px solid var(--divider-color);
	padding-right: 20px;
}

.testimonial-counter-no-gold h2{
	font-size: 40px;
}

.testimonial-rating-box-gold{
	width: calc(70% - 10px);
}

.testimonial-rating-box-gold span i{
	color: var(--accent-color);
}

.testimonial-rating-box-gold p{
	margin: 5px 0 0;
}

.our-testimonials-gold .section-footer-text{
	margin-top: 60px;
}

.main-footer-gold{
    position: relative;
    padding: 120px 0 0;
    overflow: hidden;
}

.main-footer-gold::before{
	content: '';
    position: absolute;
    bottom: -15px;
    left: -60px;
    background-image: url('../images/section-bg-image-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 310px;
    height: 250px;
}

.main-footer-gold .container{
    position: relative;
    z-index: 1;
}

.footer-header-gold{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.footer-logo-gold img{
	width: 100%;
	max-width: 190px;
}

.footer-social-links-gold{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 30px;
}

.footer-social-links-gold h2{
    font-size: 20px;
	color: var(--white-color);
}
		
.footer-social-links-gold ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links-gold ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.footer-social-links-gold ul li:hover a{
	background: var(--accent-color);
    color: var(--primary-color);
}

.footer-social-links-gold ul li i{
	font-size: 18px;
	color: inherit;
}

.about-footer-content-gold{
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.about-footer-content-gold h2{
    font-size: 20px;
    color: var(--white-color);
	margin-bottom: 20px;
}

.about-footer-content-gold p{
	color: var(--white-color);
    margin: 0;
}

.footer-contact-info-list-gold ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info-list-gold ul li{
    font-size: 20px;
    font-weight: 600;
	line-height: 1.4em;
    color: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-contact-info-list-gold ul li:last-child{
	margin-bottom: 0;
}

.footer-contact-info-list-gold ul li img{
    width: 100%;
    max-width: 24px;
}

.footer-contact-info-list-gold ul li a{
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.footer-contact-info-list-gold ul li a:hover{
    color: var(--accent-color);
}

.footer-links-box-gold{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	gap: 30px 20px;
	margin-left: 3.125vw;
}

.footer-links-gold{
	max-width: 47%;
}

.footer-links-gold h2,
.footer-newsletter-form-gold h2{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-links-gold ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links-gold ul li{
	position: relative;
	text-transform: capitalize;
	color: var(--white-color);
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left: 20px;
}

.footer-links-gold ul li:last-child{
	margin-bottom: 0;
}

.footer-links-gold  ul li::before{
	content: '\f105';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
	color: var(--accent-color);
    top: 0;
    left: 0;
}

.footer-links-gold ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links-gold ul li a:hover{
	color: var(--accent-color);
}

.footer-newsletter-form-gold{
	position: relative;
    max-width: 355px;
	background: url('../images/footer-newsletter-box-image-gold.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 14px;
	padding: 30px;
	margin-left: auto;
}

.footer-newsletter-form-gold::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	opacity: 70%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.footer-newsletter-form-gold h2,
.footer-newsletter-form-gold form,
.footer-newsletter-form-gold p{
	position: relative;
	z-index: 2;
}

.footer-newsletter-form-gold h2,
.footer-newsletter-form-gold p{
	color: var(--white-color);
}

.footer-newsletter-form-gold p{
	margin: 15px 0 0;
}

.footer-newsletter-form-gold .form-group{
	display: flex;
	background-color: var(--white-color);
	border-radius: 10px;
	padding: 5px;
}

.footer-newsletter-form-gold .form-group .form-control{
	width: calc(100% - 50px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--primary-color);
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 6px 15px;
}

.footer-newsletter-form-gold .form-group .form-control::placeholder{
	color: var(--text-color);
}

.footer-newsletter-form-gold .form-group .newsletter-btn-gold{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border: none;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form-gold .form-group .newsletter-btn-gold img{
	width: 100%;
	max-width: 20px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form-gold .form-group .newsletter-btn-gold:hover{
	background-color: var(--primary-color);
}

.footer-newsletter-form-gold .form-group .newsletter-btn-gold:hover img{
	filter: brightness(0) invert(1);
}

.footer-copyright-gold{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 60px;
	padding: 60px 0;
}

.footer-copyright-text-gold p{
	color: var(--white-color);
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 1440px){

	.involved-content-box-gold,
	.donation-form-box-gold{
		padding: 120px 40px;
	}

	.involved-content-box-gold{
		width: 56%;
	}

	.donation-form-box-gold{
		width: 44%;
	}
}

@media only screen and (max-width: 1024px){

	.hero-gold{
		min-height: 780px;
	}

	.hero-content-gold{
		max-width: 100%;
	}

	.about-us-image-box-gold{
		max-width: 650px;
		margin: 0 auto 30px;
	}

	.why-choose-content-gold{
		margin-bottom: 30px;
	}

	.why-choose-image-box-gold{
		max-width: 600px;
		margin: 0 auto;
	}

	.feature-image-box-gold{
		max-width: 740px;
		margin: 0 auto 30px;
		height: auto;
	}

	.feature-image-box-gold,
	.feature-image-gold figure,
	.feature-image-gold figure img{
		height: auto;
	}

	.feature-content-gold{
		height: auto;
	}

	.involved-content-box-gold,
	.donation-form-box-gold{
		width: 100%;
		padding: 120px 15px;
	}

	.involved-image-gold{
		margin-bottom: 30px;
	}

	.donation-box-gold{
		padding: 30px;
	}

	.our-story-gold{
		height: auto;
	}
	
	.our-story-content-gold{
		margin-bottom: 30px;
	}

	.our-story-info-box-gold{
		justify-content: start;
	}

	.faq-image-box-gold{
		max-width: 740px;
		height: auto;
		margin: 0 auto 30px;
	}

	.faq-accordion-gold,
	.faq-image-gold img,
	.faq-image-gold figure,
	.faq-image-gold{
		height: auto;
	}

	.testimonial-item-gold{
		min-height: auto;
	}

	.testimonial-slider-gold .swiper-wrapper .testimonial-item-gold{
		transform: scale(1);
	}

	.footer-header-gold{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.about-footer-gold{
		margin: 0 0 30px;
	}

	.about-footer-content-gold{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.about-footer-content-gold h2{
		margin-bottom: 15px;
	}

	.footer-links-box-gold{
		margin: 0;
	}

	.footer-links-gold h2,
	.footer-newsletter-form-gold h2{
		margin-bottom: 20px;
	}

	.footer-copyright-gold{
		padding: 30px 0;
		margin-top: 30px;
	}	
}

@media only screen and (max-width: 991px){

	.hero-gold{
		padding: 150px 0 60px;
	}

	.hero-gold::before{
		background: var(--primary-color);
        opacity: 50%;
	}

	.hero-content-gold h1{
		font-size: 44px;
	}

	.hero-content-body-gold{
		gap: 20px 30px;
	}

	.hero-info-box-gold{
		padding-top: 30px;
		margin-top: 30px;
	}

	.hero-info-list-gold ul li{
		margin-bottom: 10px;
	}

	.hero-info-list-gold ul li::before{
		font-size: 16px;
	}

	.about-us-gold{
		padding: 60px 0;
	}

	.contact-us-circle-gold a img{
		max-width: 110px;
	}

	.contact-us-circle-gold{
		margin-right: 80px;
		margin-bottom: -59px;
	}
	
	.contact-us-circle-gold a{
		border-width: 4px;
	}

	.about-review-content-gold h3{
		margin-bottom: 15px;
	}

	.about-review-content-gold ul li{
		margin-bottom: 10px;
	}

	.about-review-content-gold ul li::before{
		font-size: 16px;
	}

	.about-us-btn-gold{
		margin-top: 30px;
	}

	.our-services-gold{
		padding: 60px 0;
	}

	.service-item-gold{
		padding: 30px;
	}

	.service-item-header-gold{
		margin-bottom: 30px;
	}

	.service-item-header-gold .icon-box{
		margin-bottom: 20px;
	}

	.why-choose-us-gold{
		padding: 60px 0;
	}

	.why-choose-item-gold .icon-box{
		margin-bottom: 20px;
	}

	.why-choose-footer-gold{
		padding-top: 30px;
		margin-top: 30px;
	}

	.why-choose-client-box-gold{
		padding: 20px;
	}

	.why-choose-client-content-gold h2{
		font-size: 26px;
	}

	.why-choose-client-content-gold h2 i{
		font-size: 18px;
	}

	.our-projects-gold{
		padding: 60px 0;
	}

	.our-feature-gold{
		padding: 60px 0;
	}

	.feature-image-list-gold{
		max-height: 522px;
	}

	.feature-item-gold{
		padding: 30px;
	}

	.feature-item-gold h3{
		margin-bottom: 10px;
	}

	.involved-content-box-gold,
	.donation-form-box-gold{
		padding: 60px 15px;
	}

	.involved-counter-box-gold h2{
		font-size: 34px;
	}

	.donate-form .form-control{
		padding: 13px 20px;
	}

	.donate-value-box .donate-value label{
		padding: 10px;
	}

	.donate-form .form-group-btn .btn-default{
		padding: 15px;
	}

	.our-pricing-gold{
		padding: 60px 0;
	}

	.pricing-item-gold{
		padding: 30px;
	}

	.pricing-item-gold .icon-box{
		margin-bottom: 20px;
	}

	.pricing-item-content-gold h3{
		font-size: 34px;
		margin-top: 20px;
	}

	.pricing-item-list-gold h3{
		margin-bottom: 15px;
	}

	.pricing-item-list-gold ul li{
		margin-bottom: 10px;
	}

	.pricing-item-list-gold ul li::before{
		font-size: 16px;
	}

	.pricing-benefit-list-gold{
		margin-top: 10px;
	}

	.pricing-benefit-list-gold ul{
		gap: 15px 30px;
	}

	.pricing-benefit-list-gold ul li img{
		max-width: 18px;
	}

	.pricing-item-gold.highlighted-box::before{
		top: 25px;
        right: -45px;
        height: 28px;
	}
	
	.our-story-gold{
		padding: 60px 0px;
	}

	.our-faqs-gold{
		padding: 60px 0;
	}

	.faq-cta-counter-box-gold h2{
		font-size: 26px;
	}

	.faq-cta-counter-box-gold h2 i{
		font-size: 18px;
	}

	.faq-cta-counter-box-gold p{
		margin: 10px 0 0;
	}

	.faq-cta-contact-box-gold ul li img{
		max-width: 20px;
	}

	.faq-cta-contact-box-gold ul li{
		font-size: 18px;
	}

	.faq-accordion-gold .accordion-item{
		margin-bottom: 20px;
	}

	.faq-accordion-gold .accordion-header .accordion-button{
		padding: 15px 50px 15px 20px;
	}

	.faq-accordion-gold .accordion-item .accordion-button::after,
	.faq-accordion-gold .accordion-item .accordion-button.collapsed::after{
		right: 20px;
		width: 18px;
		height: 18px;
	}

	.faq-accordion-gold .accordion-item .accordion-body{
		padding: 15px 20px;
	}

	.our-testimonials-gold{
		padding: 60px 0;
	}

	.testimonial-item-gold{
		padding: 30px;
		gap: 30px;
	}

	.testimonial-counter-box-gold{
		margin-top: 30px;
		padding-top: 30px;
	}

	.testimonial-counter-no-gold h2{
		font-size: 34px;
	}

	.our-testimonials-gold .section-footer-text{
		margin-top: 40px;
	}

	.main-footer-gold{
		padding: 60px 0 0;
	}

	.main-footer-gold::before{
        bottom: -10px;
        left: -30px;
        height: 150px;
        width: 180px;
    }

	.footer-contact-info-list-gold ul li{
		font-size: 18px;
	}

	.footer-contact-info-list-gold ul li img{
		max-width: 20px;
	}

	.footer-links-gold{
		width: 100%;
	}

	.footer-links-gold ul li{
		margin-bottom: 10px;
	}

	.footer-links-gold ul li::before{
		font-size: 16px;
	}

	.footer-newsletter-form-gold{
		max-width: 100%;
		padding: 20px;
		margin: 30px 0 0;
	}

	.footer-newsletter-form-gold .form-group .form-control{
		width: calc(100% - 40px);
	}

	.footer-newsletter-form-gold .form-group .newsletter-btn-gold{
		width: 40px;
		height: 40px;
	}

	.footer-newsletter-form-gold .form-group .newsletter-btn-gold img{
		max-width: 18px;
	}
}

@media only screen and (max-width: 767px){

	.hero-content-gold h1{
		font-size: 28px;
	}

	.hero-info-box-content-gold,
	.hero-info-list-gold{
		width: 100%;
	}

	.hero-info-list-gold::before{
		display: none;
	}

	.hero-info-box-content-gold h2{
		font-size: 18px;
	}

	.about-us-image-box-1-gold{
		background-size: 80px auto;
	}

	.about-us-image-box-1-gold{
		padding-bottom: 90px;
	}

	.about-us-image-box-1-gold .about-us-image-gold{
		margin-right: -155px;
	}

	.contact-us-circle-gold{
		margin-right: 30px;
		margin-bottom: -44px;
	}

	.contact-us-circle-gold a img{
		max-width: 80px;
	}

	.about-us-image-video-gold .video-play-button-gold{
		gap: 10px 15px;
		bottom: 20px;
		right: 20px;
		left: 20px;
	}

	.about-us-image-video-gold .video-play-button-gold a{
		height: 40px;
		width: 40px;
	}

	.about-us-image-video-gold .video-play-button-gold a.bg-effect:before,
	.about-us-image-video-gold .video-play-button-gold a.bg-effect:after{
		border-width: 8px;
	}

	.about-us-image-video-gold .video-play-button-gold a i{
		font-size: 16px;
	}

	.about-us-image-video-gold .video-play-button-gold p{
		font-size: 12px;
		width: calc(100% - 55px);
	}

	.about-review-content-gold{
		width: 100%;
		padding: 10px;
	}

	.about-review-content-gold h3{
		font-size: 18px;
	}

	.about-us-review-image-gold{
		width: 100%;
	}

	.about-us-review-image-gold figure,
	.about-us-review-image-gold figure img{
		height: initial;
	}

	.service-item-gold{
		padding: 20px;
	}

	.service-item-header-gold{
		margin-bottom: 20px;
	}

	.service-item-content-gold h2{
		font-size: 18px;
	}

	.why-choose-item-gold{
		width: 100%;
	}
	
	.why-choose-item-content-gold h3{
		font-size: 18px;
	}

	.why-choose-footer-gold{
		gap: 20px 25px;
	}

	.author-contact-box-gold .icon-box{
		width: 44px;
		height: 44px;
	}

	.author-contact-box-gold .icon-box img{
		max-width: 22px;
	}

	.author-contact-box-content-gold h3{
		font-size: 18px;
	}

	.why-choose-client-box-gold{
		max-width: 230px;
		left: 50px;
		bottom: 20px;
		padding: 15px;
	}

	.why-choose-client-box-gold .satisfy-client-image figure img{
		max-width: 40px;
	}

	.why-choose-client-content-gold h2 span{
		min-width: 35px;
	}

	.why-choose-client-content-gold h2{
		font-size: 22px;
	}

	.why-choose-client-content-gold h2 i{
		font-size: 16px;
	}

	.feature-image-gold figure{
		margin-right: -70px;
	}

	.feature-image-list-gold{
		max-height: 250px;
	}

	.feature-list-img-gold{
		margin-bottom: 20px;
	}

	.feature-item-gold{
		width: 100%;
		border-right: none;
		padding: 0 0 20px;
		margin-bottom: 20px;
	}

	.feature-item-gold:last-child{
		margin-bottom: 0;
	}

	.feature-item-gold:nth-last-child(2):nth-child(odd){
		border-bottom: 1px solid var(--divider-color);
		padding-bottom: 20px;
	}

	.feature-item-gold h3{
		font-size: 18px;
	}	

	.feature-item-gold h3::before{
		font-size: 16px;
	}
	
	.involved-image-box-gold,
	.involved-info-list-gold{
		width: 100%;
	}

	.involved-image-gold{
        margin-bottom: 20px;
    }

	.involved-counter-box-gold h2{
		width: 90px;
        font-size: 28px;
    }

	.involved-info-item-gold{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.involved-info-item-gold h3{
		font-size: 18px;
	}

	.donation-box-gold{
        padding: 20px;
    }

	.donate-value-box .donate-value label{
		font-size: 14px;
	}

	.pricing-item-gold{
		padding: 20px;
	}

	.pricing-item-content-gold h2{
		font-size: 18px;
	}

	.pricing-item-content-gold h3{
		font-size: 28px;
		margin-top: 15px;
	}

	.pricing-item-content-gold h3 sub{
		font-size: 14px;
	}

	.pricing-item-list-gold{
		margin-top: 20px;
		padding-top: 20px;
	}

	.pricing-item-list-gold h3{
		font-size: 18px;
	}

	.pricing-item-gold.highlighted-box::before{
		top: 24px;
		right: -50px;
		height: 26px;
		font-size: 12px;
	}

	.pricing-benefit-list-gold ul{
		gap: 10px 20px;
	}

	.pricing-benefit-list-gold ul li{
		font-size: 14px;
	}

	.pricing-benefit-list-gold ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.our-story-gold::before{
		background: var(--primary-color);
		opacity: 40%;
	}

	.story-info-item-gold{
		width: 100%;
		min-height: auto;
		padding: 20px;
	}

	.faq-cta-box-gold{
		left: 15px;
		bottom: 15px;
		right: 15px;
		gap: 10px;
	}

	.faq-cta-counter-box-gold{
		padding: 15px;
		border-radius: 8px;
	}

	.faq-cta-counter-box-gold{
		width: calc(37% - 5px);
        padding: 12px;
        border-radius: 8px;
    }

	.faq-cta-counter-box-gold h2{
        font-size: 22px;
    }

	.faq-cta-counter-box-gold h2 span{
		min-width: 35px;
	}

	.faq-cta-counter-box-gold h2 i{
        font-size: 16px;
    }

	.faq-cta-contact-box-gold{
		width: calc(63% - 5px);
	}

	.faq-cta-contact-box-gold h3{
		font-size: 18px;
	}

	.faq-cta-contact-box-gold ul li{
        font-size: 16px;
		margin-bottom: 10px;
    }

	.faq-cta-contact-box-gold ul li img{
        max-width: 18px;
    }

	.faq-accordion-gold .accordion-header .accordion-button{
		font-size: 16px;
        padding: 12px 36px 12px 15px;
    }

	.faq-accordion-gold .accordion-item .accordion-button::after,
	.faq-accordion-gold .accordion-item .accordion-button.collapsed::after{
		right: 15px;
		width: 16px;
		height: 16px;
	}

	.faq-accordion-gold .accordion-item .accordion-body{
		padding: 12px 15px;
	}

	.faq-accordion-gold .accordion-item .accordion-body p,
	.faq-accordion-gold .accordion-item .accordion-body figure{
		width: 100%;
	}

	.testimonial-item-gold{
        padding: 20px;
    }

	.testimonial-author-content-gold h2{
		font-size: 18px;
	}

	.testimonial-counter-box-gold{
		gap: 15px;
        margin-top: 20px;
        padding-top: 20px;
    }

	.testimonial-counter-no-gold{
		width: calc(24% - 7.5px);
		padding-right: 15px;
	}

	.testimonial-counter-no-gold h2{
        font-size: 28px;
    }

	.testimonial-rating-box-gold{
		width: calc(76% - 7.5px);
	}
	
	.main-footer-gold::before{
        height: 100px;
        width: 130px;
    }

	.footer-header-gold{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.footer-social-links-gold h2{
		font-size: 18px;
	}

	.footer-social-links-gold,
	.footer-social-links-gold ul{
		gap: 10px;
	}

	.footer-social-links-gold ul li a{
		width: 34px;
		height: 34px;
	}

	.footer-social-links-gold ul li a i{
		font-size: 16px;
	}

	.about-footer-content-gold{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.about-footer-content-gold h2{
		font-size: 18px;
	}
	
	.footer-contact-info-list-gold ul li{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer-contact-info-list-gold ul li img{
        max-width: 18px;
    }

	.footer-links-gold{
		max-width: 100%;
		width: auto;
	}

	.footer-links-gold h2,
	.footer-newsletter-form-gold h2{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-copyright-gold{
		padding: 15px 0;
	}
}

/************************************/
/***   35. Home - Version 3 css   ***/
/************************************/

.main-header.main-header-silver .main-menu .nav-menu-wrapper{
	text-align: center;
	margin: 0 1.042vw;
}

.hero-silver{
	position: relative;
    padding: 230px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.hero-silver::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 70%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-silver .hero-bg-video-silver{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero-silver .hero-bg-video-silver video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-silver .container{
	position: relative;
	z-index: 2;
}

.hero-content-box-silver{
	max-width: 1080px;
	text-align: center;
	margin: 0 auto;
}

.hero-content-box-silver .section-title h1{
	font-size: 80px;
}

.hero-content-box-silver .section-title p{
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.hero-content-body-silver{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    gap: 30px;
}

.video-play-button-silver{
    display: inline-flex;
    align-items: center;
}

.video-play-button-silver a{
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
	color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
	transition: all 0.4s ease-in-out;
}

.video-play-button-silver a:hover{
	background-color: var(--white-color);
}

.video-play-button-silver a.bg-effect:before,
.video-play-button-silver a.bg-effect:after{
	content: '';
	position: absolute;
    width: 160%;
    height: 160%;
	border: 35px solid var(--white-color);
	opacity: 50%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.video-play-button-silver a.bg-effect:after{
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.video-play-button-silver a i{
    font-size: 20px;
    color: inherit;
    margin-left: 2px;
}

.video-play-button-silver span{
	font-weight: 600;
    color: var(--white-color);
    margin: 0 0 0 10px;
}

.hero-info-item-list-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 120px;
}

.hero-info-item-silver{
	width: calc(33.33% - 20px);
	background: var(--dark-divider-color);
	border-radius: 14px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 30px;
}

.hero-info-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	overflow: hidden;
}

.hero-info-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.hero-info-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.hero-info-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.hero-info-item-content-silver{
	width: calc(100% - 65px);
	text-align: left;
}

.hero-info-item-content-silver h2{
	font-size: 20px;
	line-height: 1.4em;
	color: var(--white-color);
}

.about-us-silver{
	padding: 120px 0;
}

.about-us-image-box-silver{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	height: 100%;
	padding-left: 80px;
}

.about-education-item-silver{
	position: absolute;
	top: 45px;
	left: 0;
	background-color: var(--secondary-color);
	border-radius: 14px;
	padding: 30px;
	animation: educationboxmove 4s infinite linear alternate;
	z-index: 2;
}

@keyframes educationboxmove{
	50%{
		transform: translateX(30px);
	}
}

.about-education-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border-radius: 50%;
	margin-bottom: 30px;
	overflow: hidden;
}

.about-education-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-education-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.about-education-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.about-education-item-silver:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.about-education-item-content-silver h2{
	font-size: 30px;
}

.about-education-item-content-silver p{
	margin: 10px 0 0;
}

.about-us-image-1-silver{
	width: 88%;
	height: 100%;
	padding-bottom: 40px;
}

.about-us-image-1-silver figure{
	display: block;
	height: 100%;
	border-radius: 14px;
}

.about-us-image-1-silver img{
	width: 100%;
	height: 100%;
    aspect-ratio: 1 / 1.42;
    object-fit: cover;
    border-radius: 14px;
}

.about-us-image-2-silver{
	position: relative;
	width: 12%;
	z-index: 1;
}

.about-us-image-2-silver figure{
	display: block;
	border: 5px solid var(--white-color);
	border-radius: 150px;
	margin-left: -205px;
}

.about-us-image-2-silver img{
	width: 100%;
    aspect-ratio: 1 / 1.555;
	object-fit: cover;
	border-radius: 150px;
}

.about-us-content-silver{
	height: 100%;
	align-content: center;
	margin-left: 15px;
}

.about-body-item-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	background-color: var(--secondary-color);
	border-left: 2px solid var(--accent-color);
	border-radius: 14px;
	margin-bottom: 30px;
	padding: 30px;
}

.about-body-item-silver:last-child{
	margin-bottom: 0;
}

.about-body-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	overflow: hidden;
}

.about-body-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-body-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.about-body-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.about-body-item-silver:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.about-body-item-content-silver{
	width: calc(100% - 65px);
}

.about-body-item-content-silver h3{
	font-size: 20px;
}

.about-body-item-content-silver p{
	margin: 10px 0 0;
}

.about-body-list-silver{
	margin-top: 40px;
}

.about-body-list-silver ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-body-list-silver ul li{
	position: relative;
	line-height: 1.5em;
	padding-left: 25px;
	margin-bottom: 15px;
}

.about-body-list-silver ul li:last-child{
	margin-bottom: 0;
}

.about-body-list-silver ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.about-us-footer-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
	margin-top: 40px;
}


.about-author-Box-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.about-author-image-silver figure{
	display: block;
	border-radius: 50%;
}

.about-author-image-silver img{
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.about-author-content-silver h3{
	font-size: 20px;
}

.about-author-content-silver p{
	line-height: normal;
	margin: 5px 0 0;
}

.our-services-silver{
	background-image: url('../images/service-bg-image-silver.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 120px 0;
}

.service-item-silver{
	background-color: var(--white-color);
	border-radius: 14px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 10px;
}

.service-item-image-silver a{
	cursor: none;
	display: block;
	border-radius: 14px;
	overflow: hidden;
}

.service-item-image-silver figure{
	display: block;
}

.service-item-image-silver img{
	width: 100%;
	aspect-ratio: 1 / 0.667;
	object-fit: cover;
	transition: all 0.6s ease-in-out;
}

.service-item-silver:hover .service-item-image-silver img{
	transform: scale(1.06);
}

.service-item-body-silver{
	padding: 0 30px 30px;
	text-align: center;
}

.service-item-body-silver .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border: 2px solid var(--white-color);
	border-radius: 50%;
	overflow: hidden;
	margin-top: -30px;
	margin-bottom: 30px;
	z-index: 1;
}

.service-item-body-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-item-silver:hover .service-item-body-silver .icon-box::before{
	transform: scale(1);
}

.service-item-body-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-item-silver:hover .service-item-body-silver .icon-box img{
	filter: brightness(0) invert(1);
}

.service-item-content-silver h2{
	font-size: 20px;
	line-height: 1.4em;
}

.service-item-content-silver h2 a{
	color: inherit;
}

.service-item-content-silver p{
	margin: 10px 0 0;
}

.what-we-do-silver{
	padding: 120px 0;
}

.what-we-image-box-silver{
	display: flex;
	flex-wrap: wrap;
	margin-right: 15px;
	height: 100%;
}

.what-we-image-box-1-silver{
	width: 63%;
	padding-bottom: 40px;
}

.what-we-image-box-2-silver{
	position: relative;
	width: 37%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	z-index: 1;
}

.what-we-image-silver{
	height: 100%;
}

.what-we-image-silver figure{
	display: block;
	height: 100%;
	border-radius: 14px;
}

.what-we-image-silver img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
}

.what-we-image-box-1-silver img{
	aspect-ratio: 1 / 1.622;
}

.what-we-communities-box-silver{
	background-color: var(--secondary-color);
	border-radius: 14px;
	padding: 30px;
	margin-left: 20px;
}

.what-we-communities-box-silver .satisfy-client-images{
	margin-bottom: 40px;
}

.what-we-communities-content-silver h2{
	font-size: 40px;
	line-height: 1em;
}

.what-we-communities-content-silver p{
	margin: 10px 0 0;
}

.what-we-image-box-2-silver .what-we-image-silver figure{
	margin-left: -160px;
	border: 5px solid var(--white-color);
}

.what-we-image-box-2-silver .what-we-image-silver img{
	aspect-ratio: 1 / 1.066;
	border-radius: 8px;
}

.what-we-content-silver{
	height: 100%;
	align-content: center;
}

.what-we-body-item-list-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.what-we-body-item-silver{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.what-we-body-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	overflow: hidden;
}

.what-we-body-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.what-we-body-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.what-we-body-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.what-we-body-item-silver:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.what-we-body-item-content-silver{
	width: calc(100% - 65px);
}

.what-we-body-item-content-silver h3{
	font-size: 20px;
}

.what-we-body-item-content-silver p{
	margin: 10px 0 0;
}

.what-we-body-list-silver{
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.what-we-body-list-silver ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
}

.what-we-body-list-silver ul li{
	position: relative;
    width: calc(50% - 10px);
    line-height: 1.5em;
    padding-left: 25px;
}

.what-we-body-list-silver ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.what-we-btn-silver{
	margin-top: 40px;
}

.why-choose-us-silver{
	position: relative;
	background-image: url('../images/why-choose-bg-image-silver.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 120px 0;
}

.why-choose-us-silver:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(270deg, transparent 33.46%, var(--secondary-color) 63.39%);
	z-index: 1;
}

.why-choose-us-silver .container{
	position: relative;
	z-index: 2;
}

.why-choose-body-list-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.why-choose-body-item-silver{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.why-choose-body-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	overflow: hidden;
}

.why-choose-body-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.why-choose-body-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.why-choose-body-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.why-choose-body-item-silver:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.why-choose-body-item-content-silver{
	width: calc(100% - 65px);
}

.why-choose-body-item-content-silver h3{
	font-size: 20px;
}

.why-choose-body-item-content-silver p{
	margin: 10px 0 0;
}

.why-choose-footer-silver{
	background-color: var(--white-color);
	border-radius: 14px;
	margin-top: 40px;
	padding: 30px;
}

.why-choose-footer-silver h3{
	font-size: 20px;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.why-choose-footer-silver ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.why-choose-footer-silver ul li{
	position: relative;
	line-height: 1.5em;
	padding-left: 25px;
	margin-bottom: 20px;
}

.why-choose-footer-silver ul li:last-child{
	margin-bottom: 0;
}

.why-choose-footer-silver ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-color);
    top: 0;
    left: 0;
}

.our-team-silver{
	padding: 120px 0;
}

.team-item-silver{
	position: relative;
	background-color: var(--secondary-color);
	border-radius: 14px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 10px;
	overflow: hidden;
}

.team-item-image-silver{
	margin-bottom: 10px;
}

.team-item-image-silver figure{
	display: block;
	border-radius: 14px;
}

.team-item-image-silver img{
	width: 100%;
	aspect-ratio: 1 / 0.916;
    object-fit: cover;
	border-radius: 14px;
}

.team-item-body-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 20px;
}

.team-item-content-silver{
	width: calc(100% - 65px);
}

.team-item-content-silver h2{
	font-size: 20px;
}

.team-item-content-silver h2 a{
	color: inherit;
}

.team-item-content-silver p{
	margin: 10px 0 0;
}

.team-social-list-box-silver{
	position: relative;
	z-index: 2;
}

.team-social-btn-silver a{
	width: 40px;
    height: 40px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.team-item-silver:hover .team-social-btn-silver a{
	background: var(--primary-color);
}

.team-social-btn-silver img{
	width: 100%;
	max-width: 18px;
	transition: all 0.4s ease-in-out;
}

.team-item-silver:hover .team-social-btn-silver img{
	filter: brightness(0) invert(1);
}

.team-social-list-silver{
    position: absolute;
    left: 0px;
    right: 0;
    opacity: 0;
    bottom: 46px;
	text-align: center;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.team-item-silver:hover .team-social-list-silver{
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}

.team-social-list-silver ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

.team-social-list-silver ul li{
	margin-bottom: 15px;
}

.team-social-list-silver ul li:last-child{
	margin-bottom: 0;
}

.team-social-list-silver ul li a{
	width: 40px;
    height: 40px;
    color: var(--accent-color);
	border: 1px solid var(--accent-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.team-social-list-silver ul li:hover a{
	color: var(--primary-color);
	background: var(--accent-color);
}

.team-social-list-silver ul li a i{
	font-size: 18px;
	color: inherit;
}

.our-pricing-silver{
	padding: 120px 0;
}

.pricing-item-silver{
	position: relative;
	background-color: var(--bg-color);
    border-radius: 14px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 10px;
	overflow: hidden;
}

.pricing-item-box-silver{
	background: linear-gradient(180deg, var(--secondary-color) 0%, transparent 100%);
	border-radius: 10px;
	padding: 30px;
}

.pricing-item-header-box-silver{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.pricing-item-header-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}

.pricing-item-header-silver .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.pricing-item-header-silver .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: var(--primary-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.pricing-item-silver:hover .pricing-item-header-silver .icon-box::before{
	transform: scale(1);
}

.pricing-item-header-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.pricing-item-silver:hover .pricing-item-header-silver .icon-box img{
	filter: brightness(0) invert(1);
}

.pricing-item-header-silver .pricing-item-title-silver{
	width: calc(100% - 65px);
}

.pricing-item-header-silver .pricing-item-title-silver h2{
	font-size: 20px;
}

.pricing-item-price-silver{
	margin-bottom: 10px;
}

.pricing-item-price-silver h2{
	font-size: 40px;
}

.pricing-item-price-silver h2 sub{
	font-size: 16px;
    bottom: 0;
}

.pricing-item-contant-silver p{
	margin: 0;
}

.pricing-item-list-silver h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.pricing-item-list-silver ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-item-list-silver ul li{
	position: relative;
    line-height: 1.5em;
    margin-bottom: 15px;
    padding-left: 25px;
}

.pricing-item-list-silver ul li:last-child{
	margin-bottom: 0;
}

.pricing-item-list-silver ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
	color: var(--accent-color);
    top: 0;
    left: 0;
}

.pricing-item-btn-silver{
	margin-top: 30px;
}

.pricing-item-btn-silver .btn-default{
	width: 100%;
	padding: 17px 24px;
	text-align: center;
}

.pricing-item-btn-silver .btn-default:before{
	display: none;
}

.pricing-benefit-list-silver{
	margin-top: 30px;
}

.pricing-benefit-list-silver ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 20px 40px;
}

.pricing-benefit-list-silver ul li{
    display: inline-flex;
    align-items: center;
	color: var(--primary-color);
}

.pricing-benefit-list-silver ul li img{
	width: 100%;
	max-width: 20px;
	margin-right: 10px;
}

.our-faqs-silver{
	padding: 120px 0;
}

.faqs-image-box-silver{
	position: relative;
	height: 100%;
	margin-right: 15px;
}

.faqs-iamge-silver{
	height: 100%;
}

.faqs-iamge-silver figure{
	display: block;
	height: 100%;
	border-radius: 14px;
}

.faqs-iamge-silver img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
	border-radius: 14px;
}

.faqs-image-cta-box-silver{
	position: absolute;
	max-width: 450px;
	right: 30px;
	left: 30px;
	bottom: 30px;
	border: 1px solid var(--dark-divider-color);
	background: var(--divider-color);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
	padding: 30px;
	z-index: 2;
}

.faqs-cta-item-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.faqs-cta-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	overflow: hidden;
}

.faqs-cta-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.faqs-cta-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.faqs-cta-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.faqs-cta-item-content-silver{
	width: calc(100% - 65px);
}

.faqs-cta-item-content-silver h2{
	color: var(--white-color);
	font-size: 20px;
}

.faqs-cta-item-content-silver p{
	color: var(--white-color);
	margin: 10px 0 0;
}

.faqs-contact-list-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 30px;
	padding-top: 30px;
}

.faqs-contact-item-silver{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.faqs-contact-item-silver .icon-box img{
	width: 100%;
	max-width: 24px;
}

.faqs-contact-item-content-silver{
	width: calc(100% - 40px);
}

.faqs-contact-item-content-silver h2{
	color: var(--white-color);
	font-size: 20px;
}

.faqs-contact-item-content-silver p{
	color: var(--white-color);
	margin: 5px 0 0;
}

.faqs-contact-item-content-silver p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.faqs-contact-item-content-silver p a:hover{
	color: var(--accent-color);
}

.faqs-content-silver{
	height: 100%;
	align-content: center;
}

.faq-accordion-silver .accordion-item{
    position: relative;
    background: var(--secondary-color);
    border-radius: 14px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion-silver .accordion-item:last-child{
    margin-bottom: 0;
}

.faq-accordion-silver .accordion-header .accordion-button{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.333em;
	background: transparent;
	color: var(--primary-color);
	padding: 22px 54px 22px 24px;
	transition: all 0.4s ease-in-out;
}

.faq-accordion-silver .accordion-item .accordion-button::after,
.faq-accordion-silver .accordion-item .accordion-button.collapsed::after{
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
	height: 20px;
	width: 20px;
	background: url('../images/arrow-primary.svg');
	background-repeat: no-repeat;
	background-size: cover;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.faq-accordion-silver .accordion-button:not(.collapsed)::after{
    transform: translateY(-50%) rotate(-90deg);
}

.faq-accordion-silver .accordion-item .accordion-body{  
	border-top: 1px solid var(--divider-color);
    padding: 22px 24px;
}

.faq-accordion-silver .accordion-item .accordion-body p:last-child{
    margin: 0;
}

.our-donation-silver{
	position: relative;
	background-image: url('../images/donation-bg-image-silver.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 120px 0;
}

.our-donation-silver:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	opacity: 40%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.our-donation-silver .container{
	position: relative;
	z-index: 2;
}

.donation-content-silver{
	position: sticky;
	top: 30px;
}

.donation-form-box-silver{
	max-width: 525px;
	border: 1px solid var(--dark-divider-color);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
	padding: 30px;
	margin-left: auto;
}

.donation-form-box-silver .section-title h2{
	font-size: 30px;
}

.our-expertise-silver{
	padding: 120px 0;
}

.expertise-image-silver{
	margin-right: 15px;
}

.expertise-image-silver figure{
	display: block;
	border-radius: 50%;
}

.expertise-image-silver img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.expertise-body-silver{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.expertise-body-item-silver{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	background-color: var(--secondary-color);
	border-radius: 14px;
	padding: 30px;
}

.expertise-body-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	overflow: hidden;
}

.expertise-body-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.expertise-body-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.expertise-body-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.expertise-body-item-silver:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.expertise-body-item-content-silver{
	width: calc(100% - 65px);
}

.expertise-body-item-content-silver h3{
	font-size: 20px;
	line-height: 1.3em;
}

.expertise-footer-silver{
	margin-top: 40px;
}

.expertise-footer-silver .skills-progress-bar .skillbar .skill-progress{
	background: var(--secondary-color);
}

.our-testimonials-silver{
	background-image: url('../images/testimonials-bg-image-silver.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.contact-us-circle-silver{
	text-align: right;
}

.contact-us-circle-silver a{
	display: inline-block;
    border-radius: 50%;
}

.contact-us-circle-silver img{
    width: 100%;
    max-width: 130px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

.contact-us-circle-silver a:hover img{
    animation-play-state: paused;
}

.testimonials-image-silver{
	height: 100%;
}

.testimonials-image-silver figure{
	display: block;
	height: 100%;
	border-radius: 14px;
}

.testimonials-image-silver img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.09;
	object-fit: cover;
	border-radius: 14px;
}

.testimonial-slider-silver .swiper-wrapper{
	cursor: none;
}

.testimonial-slider-silver,
.testimonial-slider-silver .swiper,
.testimonial-slider-silver .swiper .swiper-wrapper{
	height: 100%;
}

.testimonial-item-silver{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	background: var(--white-color);
	border-radius: 14px;
	height: 100%;
	min-height: 490px;
	padding: 40px;
}

.testimonial-item-logo-silver img{
	width: 100%;
	max-width: 170px;
	height: 40px;
}

.testimonial-item-title-silver{
	margin-bottom: 25px;
}

.testimonial-item-title-silver h2{
	font-size: 20px;
}

.testimonial-item-content-silver p{
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.testimonial-author-box-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid var(--divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.testimonial-author-content-silver{
    width: calc(100% - 60px);
}

.testimonial-author-content-silver h2{
    font-size: 20px;
}

.testimonial-author-content-silver p{
    margin: 5px 0 0;
}

.testimonials-iten-quotes-silver img{
	width: 100%;
	max-width: 40px;
}

.our-testimonials-silver .section-footer-text{
	margin-top: 60px;
}

.main-footer-silver{
	position: relative;
	padding: 120px 0 0;
	overflow: hidden;
}

.main-footer-silver::before{
	content: '';
    position: absolute;
    bottom: -20px;
    left: -60px;
    background-image: url('../images/section-bg-image-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 310px;
    height: 250px;
}

.footer-header-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 30px;
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.footer-logo-silver img{
	width: 100%;
	max-width: 190px;
}

.footer-header-contact-item-list-silver{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 4.167vw;
}

.footer-header-contact-item-silver{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.footer-header-contact-item-silver:before{
	content: '';
	position: absolute;
	top: 0;
	right: -2.083vw;
	bottom: 0;
	height: 100%;
	width: 1px;
	background-color: var(--dark-divider-color);
}

.footer-header-contact-item-silver:last-child:before{
	display: none;
}

.footer-header-contact-item-silver .icon-box{
	position: relative;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: var(--accent-color);
	overflow: hidden;
}

.footer-header-contact-item-silver .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--white-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.footer-header-contact-item-silver:hover .icon-box::before{
	transform: scale(1);
}

.footer-header-contact-item-silver .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.footer-header-contact-item-content-silver{
	width: calc(100% - 65px);
}

.footer-header-contact-item-content-silver h2{
	color: var(--white-color);
	font-size: 20px;
}

.footer-header-contact-item-content-silver p{
	color: var(--white-color);
	margin: 5px 0 0;
}

.footer-header-contact-item-content-silver p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.footer-header-contact-item-content-silver p a:hover{
	color: var(--accent-color);
}

.about-footer-silver{
	margin-right: 5.208vw;
}

.about-footer-content-silver h2{
	color: var(--white-color);
	font-size: 20px;
	margin-bottom: 20px;
}

.about-footer-content-silver p{
	color: var(--white-color);
	margin: 0;
}

.footer-newsletter-form-box-silver{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.footer-newsletter-form-silver{
	width: 100%;
}

.footer-newsletter-form-silver .form-group{
	display: flex;
	background-color: var(--dark-divider-color);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
	border-radius: 10px;
	padding: 5px;
}

.footer-newsletter-form-silver .form-group .form-control{
	width: calc(100% - 50px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--white-color);
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	padding: 6px 15px;
}

.footer-newsletter-form-silver .form-group .form-control::placeholder{
	color: var(--white-color);
	opacity: 40%;
}

.footer-newsletter-form-silver .form-group .newsletter-btn-silver{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
	border: none;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form-silver .form-group .newsletter-btn-silver img{
	width: 100%;
	max-width: 20px;
}

.footer-newsletter-form-silver .form-group .newsletter-btn-silver:hover{
	background-color: var(--white-color);
}

.footer-links-box-silver{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.footer-links-silver{
	max-width: 32%;
}

.footer-newsletter-form-box-silver{
	max-width: 100%;
}

.footer-links-silver h2{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 25px;
}

.footer-links-silver ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links-silver ul li{
	position: relative;
	text-transform: capitalize;
	color: var(--white-color);
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left: 20px;
}

.footer-links-silver ul li:last-child{
	margin-bottom: 0;
}

.footer-links-silver  ul li::before{
	content: '\f105';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-size: 18px;
    font-weight: 900;
	color: var(--accent-color);
    top: 0;
    left: 0;
}

.footer-links-silver ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links-silver ul li a:hover{
	color: var(--accent-color);
}

.footer-links-silver.footer-contact-list-silver{
	width: 100%;
	max-width: 42%;
}

.footer-contact-item-silver p{
	color: var(--white-color);
	margin: 0;
}

.footer-working-hour-box-silver{
	background-color: var(--dark-divider-color);
	border-radius: 14px;
	margin-top: 30px;
	padding: 30px;
}

.footer-working-hour-box-silver h2{
	border-bottom: 1px solid var(--dark-divider-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.footer-working-hour-box-silver ul li{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-left: 0;
}

.footer-working-hour-box-silver ul li:before{
	display: none;
}

.footer-copyright-silver{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	border-top: 1px solid var(--dark-divider-color);
	padding: 60px 0;
	margin: 60px 0 0;
}

.footer-social-links-silver ul{
	display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links-silver ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links-silver ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--dark-divider-color);
    color: var(--white-color);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.footer-social-links-silver ul li:hover a{
	background: var(--accent-color);
	color: var(--primary-color);
}

.footer-social-links-silver ul li a i{
    font-size: 18px;
    color: inherit;
}

.footer-copyright-text-silver p{
	color: var(--white-color);
	margin: 0;
}

@media only screen and (max-width: 1024px){

	.hero-info-item-list-silver{
		margin-top: 60px;
	}

	.about-us-image-box-silver{
		height: auto;
		max-width: 650px;
		margin: 0 auto 30px;
	}

	.about-us-image-1-silver,
	.about-us-image-1-silver figure,
	.about-us-image-1-silver img{
		height: auto;
	}

	.about-us-content-silver{
		margin-left: 0;
		height: auto;
	}

	.what-we-image-box-silver{
		height: auto;
		max-width: 740px;
		margin: 0 auto 30px;
	}

	.what-we-image-box-1-silver img{
		aspect-ratio: 1 / 1.45;
	}

	.what-we-content-silver{
		height: auto;
	}

	.why-choose-us-silver:before{
		background: linear-gradient(270deg, transparent -22.36%, var(--secondary-color) 30.39%);
	}

	.pricing-item-header-box-silver{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.faqs-image-box-silver{
		height: auto;
		margin: 0 0 30px;
	}

	.faqs-iamge-silver,
	.faqs-iamge-silver figure,
	.faqs-iamge-silver img{
		height: auto;
	}

	.faqs-iamge-silver img{
		aspect-ratio: 1 / 0.75;
	}

	.donation-content-silver{
		position: initial;
		margin-bottom: 30px;
	}

	.donation-form-box-silver{
		max-width: 100%;
	}

	.expertise-image-silver{
		max-width: 650px;
		margin: 0 auto 30px;
	}

	.contact-us-circle-silver{
		display: none;
	}

	.testimonial-item-silver{
		padding: 30px;
		min-height: auto;
	}

	.testimonial-item-title-silver{
		margin-bottom: 15px;
	}

	.testimonial-item-content-silver p{
		font-size: 18px;
	}

	.testimonial-author-box-silver{
		margin-top: 30px;
		padding-top: 30px;
	}

	.footer-header-silver{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.about-footer-silver{
		margin: 0 0 30px;
	}

	.footer-links-silver h2{
		margin-bottom: 20px;
	}

	.footer-newsletter-form-box-silver{
		margin-top: 30px;
		padding-top: 30px;
	}

	.footer-working-hour-box-silver h2{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.footer-copyright-silver{
		padding: 30px 0;
		margin: 30px 0 0;
	}
}

@media only screen and (max-width: 991px){

	.hero-silver{
		padding: 150px 0 60px;
	}

	.hero-content-box-silver .section-title h1{
		font-size: 54px;
	}

	.hero-info-item-silver{
		flex-direction: column;
		padding: 20px;
	}

	.hero-info-item-content-silver{
		width: 100%;
		text-align: center;
	}

	.about-us-silver{
		padding: 60px 0;
	}

	.about-education-item-silver{
		padding: 20px;
	}

	.about-education-item-silver .icon-box{
		margin-bottom: 20px;
	}

	.about-education-item-content-silver h2{
		font-size: 26px;
	}

	.about-body-list-silver,
	.about-us-footer-silver{
		margin-top: 30px;
	}

	.about-body-list-silver ul li{
		margin-bottom: 10px;
	}

	.about-body-list-silver ul li:before{
		font-size: 16px;
	}

	.about-author-image-silver img{
		max-width: 46px;
	}

	.about-author-content-silver h3{
		font-size: 18px;
	}

	.our-services-silver{
		padding: 60px 0;
	}

	.service-item-body-silver{
		padding: 0 20px 20px;
	}

	.service-item-body-silver .icon-box{
		height: 50px;
		width: 50px;
		margin-top: -25px;
    	margin-bottom: 20px;
	}

	.service-item-body-silver .icon-box img{
		max-width: 24px;
	}

	.what-we-do-silver{
		padding: 60px 0;
	}

	.what-we-communities-box-silver{
		padding: 20px;
	}

	.what-we-communities-box-silver .satisfy-client-images{
		margin-bottom: 30px;
	}

	.what-we-communities-content-silver h2{
		font-size: 34px;
	}

	.what-we-body-list-silver{
		margin-top: 30px;
		padding-top: 30px;
	}

	.what-we-body-list-silver ul li::before{
		font-size: 16px;
	}

	.what-we-btn-silver{
		margin-top: 30px;
	}
	
	.why-choose-us-silver{
		padding: 60px 0;
	}

	.why-choose-body-list-silver{
		margin-top: 30px;
		padding-top: 30px;
	}

	.why-choose-footer-silver{
		margin-top: 30px;
		padding: 20px;
	}

	.why-choose-footer-silver h3{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.why-choose-footer-silver ul li{
		margin-bottom: 15px;
	}

	.why-choose-footer-silver ul li:before{
		font-size: 16px;
	}

	.our-team-silver{
		padding: 60px 0;
	}

	.team-item-body-silver{
		padding: 10px;
	}

	.our-pricing-silver{
		padding: 60px 0;
	}

	.pricing-item-box-silver{
		padding: 20px;
	}

	.pricing-item-header-silver{
		margin-bottom: 20px;
	}

	.pricing-item-price-silver h2{
		font-size: 34px;
	}

	.pricing-item-list-silver ul li{
		margin-bottom: 10px;
	}

	.pricing-item-list-silver ul li:before{
		font-size: 16px;
	}

	.pricing-item-btn-silver .btn-default{
		padding: 15px;
	}

	.pricing-benefit-list-silver{
		margin-top: 10px;
	}

	.pricing-benefit-list-silver ul{
		gap: 15px 30px;
	}

	.pricing-benefit-list-silver ul li img{
		max-width: 18px;
	}

	.our-faqs-silver{
		padding: 60px 0;
	}

	.faqs-image-cta-box-silver{
		right: 20px;
		bottom: 20px;
		left: 20px;
		padding: 20px;
	}

	.faqs-contact-list-silver{
		margin-top: 20px;
		padding-top: 20px;
	}

	.faq-accordion-silver .accordion-header .accordion-button{
		padding: 18px 45px 18px 20px;
	}

	.faq-accordion-silver .accordion-item .accordion-button::after,
	.faq-accordion-silver .accordion-item .accordion-button.collapsed::after{
		height: 18px;
		width: 18px;
		right: 20px;
	}

	.faq-accordion-silver .accordion-item .accordion-body{
		padding: 18px 20px;
	}

	.our-donation-silver{
		padding: 60px 0;
	}

	.donation-form-box-silver{
		max-width: 100%;
	}

	.donation-form-box-silver .section-title h2{
		font-size: 26px;
	}

	.our-expertise-silver{
		padding: 60px 0;
	}

	.expertise-body-item-silver{
		padding: 20px;
	}

	.expertise-footer-silver{
		margin-top: 30px;
	}
	
	.our-testimonials-silver{
		padding: 60px 0;
	}

	.testimonials-image-silver{
		height: auto;
		margin-bottom: 30px;
	}

	.testimonials-image-silver img,
	.testimonials-image-silver figure{
		height: auto;
	}

	.testimonials-image-silver img{
		aspect-ratio: 1 / 0.95;
	}

	.testimonial-slider-silver, .testimonial-slider-silver .swiper, .testimonial-slider-silver .swiper .swiper-wrapper{
		height: auto;
	}

	.testimonial-item-logo-silver img{
		max-width: 150px;
		height: 34px;
	}

	.our-testimonials-silver .section-footer-text{
		margin-top: 40px;
	}

	.main-footer-silver{
		padding: 60px 0 0;
	}

	.main-footer-silver::before{
        bottom: -10px;
        left: -30px;
        height: 150px;
        width: 180px;
    }

	.footer-header-contact-item-list-silver{
		gap: 30px;
	}

	.footer-header-contact-item-silver:before{
		right: -15px;
	}

	.footer-newsletter-form-silver .form-group .form-control{
		width: calc(100% - 40px);
	}

	.footer-newsletter-form-silver .form-group .newsletter-btn-silver{
		height: 40px;
		width: 40px;
	}

	.footer-newsletter-form-silver .form-group .newsletter-btn-silver img{
		max-width: 18px;
	}

	.about-footer-content-silver h2{
		margin-bottom: 15px;
	}

	.footer-links-silver ul li{
		margin-bottom: 10px;
	}

	.footer-links-silver ul li::before{
		font-size: 16px;
	}

	.footer-working-hour-box-silver{
		padding: 20px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px){

	.hero-content-box-silver .section-title .section-sub-title{
		font-size: 12px;
	}

	.hero-content-box-silver .section-title h1{
		font-size: 26px;
	}

	.hero-content-body-silver{
		gap: 20px;
	}

	.video-play-button-silver a{
		height: 46px;
		width: 46px;
	}

	.video-play-button-silver a i{
		font-size: 18px;
	}

	.video-play-button-silver span{
		font-size: 14px;
	}

	.hero-info-item-list-silver{
        margin-top: 30px;
		gap: 20px;
    }

	.hero-info-item-silver{
		width: calc(50% - 10px);
		padding: 15px;
	}

	.hero-info-item-content-silver h2{
		font-size: 16px;
	}

	.about-us-image-box-silver{
		padding-left: 40px;
	}

	.about-education-item-silver{
		top: 20px;
        padding: 15px;
    }

	.about-education-item-silver .icon-box{
        margin-bottom: 10px;
    }

	.about-education-item-content-silver p{
		font-size: 14px;
		margin-top: 5px;
	}

	.about-us-image-2-silver figure{
		margin-left: -105px;
	}

	.about-body-item-silver{
		padding: 20px;
	}

	.about-body-item-content-silver{
		width: 100%;
	}

	.about-body-item-content-silver h3{
		font-size: 18px;
	}

	.service-item-content-silver h2{
		font-size: 18px;
	}

	.what-we-image-box-2-silver{
		gap: 10px;
	}

	.what-we-communities-box-silver{
        padding: 10px;
		margin-left: 10px;
    }

	.what-we-communities-box-silver .satisfy-client-images{
		margin-bottom: 15px;
	}

	.what-we-communities-box-silver .satisfy-client-image{
		margin-left: -12px;
	}

	.what-we-communities-box-silver .satisfy-client-image:first-child{
    	margin: 0;
	}

	.what-we-communities-box-silver .satisfy-client-image figure img{
		max-width: 28px;
	}

	.what-we-communities-box-silver .satisfy-client-image.add-more{
		height: 30px;
		width: 30px;
	}

	.what-we-communities-box-silver .satisfy-client-image.add-more i{
		font-size: 16px;
	}

	.what-we-communities-content-silver h2{
        font-size: 28px;
    }

	.what-we-communities-content-silver p{
		font-size: 14px;
		margin-top: 5px;
	}

	.what-we-image-box-2-silver .what-we-image-silver figure{
		margin-left: -80px;
	}

	.what-we-body-item-silver{
		width: 100%;
	}

	.what-we-body-item-content-silver h3{
		font-size: 18px;
	}

	.what-we-body-list-silver ul{
		gap: 10px;
	}

	.what-we-body-list-silver ul li{
		width: 100%;
	}

	.what-we-body-item-list-silver{
		gap: 20px;
	}

	.why-choose-body-item-silver{
		width: 100%;
	}

	.why-choose-body-item-content-silver h3{
		font-size: 18px;
	}

	.what-we-body-item-content-silver p{
		margin: 5px 0 0;
	}

	.why-choose-body-list-silver{
		gap: 20px;
	}

	.why-choose-body-item-content-silver p{
		margin-top: 5px;
	}

	.why-choose-footer-silver h3{
		font-size: 18px;
		margin-bottom: 15px;
        padding-bottom: 15px;
	}

	.why-choose-footer-silver ul li{
        margin-bottom: 10px;
    }

	.team-item-content-silver h2{
		font-size: 18px;
	}

	.team-item-content-silver p{
		margin: 5px 0 0;
	}

	.pricing-item-header-silver .pricing-item-title-silver h2{
		font-size: 18px;
	}

	.pricing-item-price-silver h2{
        font-size: 28px;
    }

	.pricing-item-price-silver h2 sub{
		font-size: 14px;
	}

	.pricing-item-header-box-silver{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.pricing-item-list-silver h3{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.pricing-benefit-list-silver ul{
		gap: 10px 20px;
	}

	.pricing-benefit-list-silver ul li{
		font-size: 14px;
	}

	.pricing-benefit-list-silver ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.faqs-iamge-silver img{
		aspect-ratio: 1 / 1.2;
	}

	.faqs-image-cta-box-silver{
		padding: 15px;
		right: 10px;
		bottom: 10px;
		left: 10px;
	}

	.faqs-cta-item-silver .icon-box{
		height: 45px;
		width: 45px;
	}

	.faqs-cta-item-silver .icon-box img{
		max-width: 22px;
	}

	.faqs-cta-item-content-silver{
		width: calc(100% - 60px);
	}

	.faqs-cta-item-content-silver h2{
		font-size: 18px;
	}

	.faqs-cta-item-content-silver p{
		margin-top: 5px;
	}

	.faqs-contact-list-silver{
		gap: 15px;
        margin-top: 15px;
        padding-top: 15px;
    }

	.faqs-contact-item-silver{
		width: calc(50% - 7.5px);
		gap: 10px;
	}

	.faqs-contact-item-silver .icon-box img{
		max-width: 20px;
	}

	.faqs-contact-item-content-silver{
		width: 100%;
	}

	.faqs-contact-item-content-silver h2{
		font-size: 16px;
	}

	.faq-accordion-silver .accordion-item{
		border-radius: 10px;
	}

	.faq-accordion-silver .accordion-header .accordion-button{
		font-size: 16px;
        padding: 12px 40px 12px 15px;
    }

	.faq-accordion-silver .accordion-item .accordion-button::after,
	.faq-accordion-silver .accordion-item .accordion-button.collapsed::after{
		right: 15px;
	}

	.faq-accordion-silver .accordion-item .accordion-body{
		padding: 12px 15px;
	}
	
	.donation-form-box-silver{
		padding: 20px;
	}

	.donation-form-box-silver .section-title h2{
		font-size: 22px;
	}

	.expertise-body-silver{
		gap: 20px;
	}

	.expertise-body-item-silver{
		width: calc(50% - 10px);
		flex-direction: column;
	}

	.expertise-body-item-content-silver{
		width: 100%;
		text-align: center;
	}

	.expertise-body-item-content-silver h3{
		font-size: 18px;
	}

	.testimonials-image-silver img{
        aspect-ratio: 1 / 1.09;
    }

	.testimonial-item-silver{
        padding: 20px;
		gap: 20px;
    }

	.testimonial-item-title-silver{
        margin-bottom: 10px;
    }

	.testimonial-item-title-silver h2{
		font-size: 18px;
	}

	.testimonial-item-content-silver p{
        font-size: 16px;
    }

	.testimonial-author-box-silver{
        margin-top: 20px;
        padding-top: 20px;
    }

	.testimonial-author-content-silver h2{
		font-size: 18px;
	}

	.footer-header-contact-item-list-silver{
		gap: 20px;
	}

	.footer-header-contact-item-silver{
		width: 100%;
	}

	.footer-header-contact-item-content-silver h2{
		font-size: 18px;
	}

	.footer-header-contact-item-silver:before{
		display: none;
	}

	.about-footer-content-silver h2{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.footer-links-silver h2{
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-links-silver,
	.footer-links-silver.footer-contact-list-silver{
		max-width: 100%;
	}

	.footer-copyright-silver{
		justify-content: center;
		padding: 15px 0;
	}
}

/* Enviroshield home prototype overrides must stay after template responsive rules. */
body.home-prototype .home-hero,
body.template-compare .home-hero{
	height: 100vh;
	min-height: 820px;
	align-content: initial;
	background-image: none;
	padding: 0;
	overflow: visible;
	position: relative;
}

body.home-prototype .home-hero::before,
body.template-compare .home-hero::before{
	display: none;
}

body.home-prototype .home-hero .container,
body.template-compare .home-hero .container{
	position: relative;
	z-index: 3;
}

body.home-prototype .home-hero .hero-shield-overlay,
body.template-compare .home-hero .hero-shield-overlay{
	left: 50%;
	bottom: clamp(54px, 9vh, 128px);
	width: clamp(200px, 29vw, 470px);
	opacity: 0.14;
	z-index: 2;
}

.case-study-page-cta .faq-cta-box-gold{
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 0;
}

.case-study-page-cta .home-faqs-wide-cta{
	width: 100%;
	padding: 34px 38px;
	border-radius: 8px;
}

.case-study-page-cta .home-faqs-wide-cta .faq-cta-content-gold{
	max-width: 720px;
}

.case-study-page-cta .home-faqs-wide-cta .faq-cta-btn-gold{
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media only screen and (max-width: 991px){
	.case-study-page-cta .home-faqs-wide-cta{
		align-items: flex-start;
		flex-direction: column;
		padding: 30px;
	}

	.case-study-page-cta .home-faqs-wide-cta .faq-cta-btn-gold{
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767px){
	.case-study-page-cta .home-faqs-wide-cta{
		padding: 24px;
		gap: 18px;
	}

	.case-study-page-cta .home-faqs-wide-cta .faq-cta-btn-gold{
		gap: 16px;
	}
}

body.home-prototype .main-menu .nav-menu-wrapper,
body.template-compare .main-menu .nav-menu-wrapper{
	position: relative;
	margin: 0 2.5vw;
}

body.home-prototype .main-menu ul li,
body.template-compare .main-menu ul li{
	margin: 0 6px;
}

body.home-prototype .main-menu ul li a,
body.template-compare .main-menu ul li a{
	white-space: nowrap;
}

body.home-prototype .main-menu ul li.has-mega .mega-menu-intro a,
body.template-compare .main-menu ul li.has-mega .mega-menu-intro a{
	color: var(--white-color) !important;
	background: transparent !important;
	padding: 0 !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

body.home-prototype .main-menu ul li.has-mega .mega-menu-intro a:hover,
body.template-compare .main-menu ul li.has-mega .mega-menu-intro a:hover{
	color: var(--white-color) !important;
	opacity: 1;
}

@media only screen and (max-width: 991px){
	body.home-prototype .home-hero,
	body.template-compare .home-hero{
		height: auto;
		min-height: 720px;
	}

	body.home-prototype .home-hero-slide,
	body.template-compare .home-hero-slide{
		min-height: 720px;
		padding: 170px 0 90px;
	}
}

@media only screen and (max-width: 767px){
	body.home-prototype .home-hero-slide,
	body.template-compare .home-hero-slide{
		min-height: 700px;
		padding: 150px 0 86px;
	}

	body.home-prototype .home-hero .section-title h1,
	body.home-prototype .home-hero .section-title h2.home-hero-slide-title,
	body.template-compare .home-hero .section-title h1,
	body.template-compare .home-hero .section-title h2.home-hero-slide-title{
		font-size: 40px;
	}

	body.home-prototype .home-hero .hero-shield-overlay,
	body.template-compare .home-hero .hero-shield-overlay{
		width: min(78vw, 300px);
		bottom: 82px;
	}
}

/* Enviroshield homepage interaction refinements. */
body.home-prototype .main-menu ul li.has-mega > ul.mega-menu,
body.template-compare .main-menu ul li.has-mega > ul.mega-menu{
	left: 50%;
	right: auto;
	top: 100%;
	width: min(1260px, calc(100vw - 60px));
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 14px 0 0 !important;
	transform: translateX(-50%) scale(1, 0.8);
	transform-origin: top;
	pointer-events: none;
	overflow: visible;
}

body.home-prototype .main-menu ul li.has-mega:hover > ul.mega-menu,
body.home-prototype .main-menu ul li.has-mega.mega-open > ul.mega-menu,
body.template-compare .main-menu ul li.has-mega:hover > ul.mega-menu,
body.template-compare .main-menu ul li.has-mega.mega-open > ul.mega-menu{
	visibility: visible;
	opacity: 1;
	padding: 14px 0 0 !important;
	transform: translateX(-50%) scale(1, 1);
	pointer-events: auto;
}

body.home-prototype .main-menu ul li.has-mega > ul.mega-menu::before,
body.template-compare .main-menu ul li.has-mega > ul.mega-menu::before{
	display: none;
}

body.home-prototype .main-menu ul li.has-mega .mega-menu-panel,
body.template-compare .main-menu ul li.has-mega .mega-menu-panel{
	position: relative;
	background: rgba(11, 45, 74, 0.98);
	border: 1px solid var(--dark-divider-color);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

body.home-prototype .main-menu ul li.has-mega .mega-menu-col a.mega-menu-graphic-card,
body.template-compare .main-menu ul li.has-mega .mega-menu-col a.mega-menu-graphic-card{
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 12px;
	align-items: center;
	color: var(--white-color);
	margin-top: 16px;
	padding: 14px !important;
	border: 1px solid rgba(139, 214, 255, 0.22);
	border-radius: 8px;
	background:
		radial-gradient(circle at 18% 18%, rgba(139, 214, 255, 0.28), transparent 34%),
		linear-gradient(145deg, rgba(30, 111, 168, 0.42), rgba(6, 24, 39, 0.94));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 32px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

body.home-prototype .main-menu ul li.has-mega .mega-menu-col a.mega-menu-graphic-card-alt,
body.template-compare .main-menu ul li.has-mega .mega-menu-col a.mega-menu-graphic-card-alt{
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(11, 45, 74, 0.96), rgba(30, 111, 168, 0.52));
}

body.home-prototype .main-menu ul li.has-mega .mega-menu-col a.mega-menu-graphic-card:hover,
body.template-compare .main-menu ul li.has-mega .mega-menu-col a.mega-menu-graphic-card:hover{
	color: var(--white-color);
	padding: 14px !important;
	transform: translateY(-2px);
	border-color: rgba(139, 214, 255, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 18px 38px rgba(0, 0, 0, 0.22);
}

.mega-menu-graphic-card i{
	grid-row: span 2;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 22px rgba(139, 214, 255, 0.2);
	transition: transform 0.3s ease;
}

.mega-menu-graphic-card:hover i{
	transform: rotate(-10deg) scale(1.08);
}

.mega-menu-graphic-card strong{
	display: block;
	font-size: 14px;
	line-height: 1.15em;
}

.main-menu ul li.has-mega .mega-menu-col a.mega-menu-graphic-card span{
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.35em;
	margin-top: 4px;
}

.mega-menu-media .mega-menu-media-emblem{
	position: absolute;
	top: 22px;
	left: 50%;
	right: auto;
	z-index: 2;
	width: 92px;
	height: 92px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 0;
	opacity: 0.92;
	transform: translateX(-50%) perspective(720px) rotateY(0deg) rotateZ(0deg);
	transform-origin: center;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
	will-change: transform, filter, opacity;
	animation: none;
}

body.home-prototype .main-menu ul li.has-mega:hover .mega-menu-media .mega-menu-media-emblem,
body.home-prototype .main-menu ul li.has-mega.mega-open .mega-menu-media .mega-menu-media-emblem,
body.template-compare .main-menu ul li.has-mega:hover .mega-menu-media .mega-menu-media-emblem,
body.template-compare .main-menu ul li.has-mega.mega-open .mega-menu-media .mega-menu-media-emblem{
	animation: megaShieldMomentumSweep 3.8s cubic-bezier(0.17, 0.88, 0.25, 1) infinite;
}

@keyframes megaShieldMomentumSweep{
	0%{
		transform: translateX(-50%) perspective(720px) rotateY(0deg) rotateZ(0deg) scale(1);
		filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
		opacity: 0.92;
	}
	12%{
		transform: translateX(calc(-50% - 8px)) perspective(720px) rotateY(-42deg) rotateZ(-2.4deg) scale(1.04);
		filter: drop-shadow(-14px 14px 20px rgba(139, 214, 255, 0.3)) brightness(1.18);
		opacity: 1;
	}
	26%{
		transform: translateX(calc(-50% + 12px)) perspective(720px) rotateY(58deg) rotateZ(2deg) scale(1.07);
		filter: drop-shadow(18px 14px 20px rgba(139, 214, 255, 0.34)) brightness(1.24);
		opacity: 1;
	}
	43%{
		transform: translateX(calc(-50% - 4px)) perspective(720px) rotateY(-24deg) rotateZ(-1deg) scale(1.02);
		filter: drop-shadow(-9px 13px 20px rgba(139, 214, 255, 0.2)) brightness(1.1);
		opacity: 0.98;
	}
	60%{
		transform: translateX(calc(-50% + 2px)) perspective(720px) rotateY(9deg) rotateZ(0.35deg) scale(1);
		filter: drop-shadow(5px 12px 22px rgba(139, 214, 255, 0.14)) brightness(1.04);
		opacity: 0.95;
	}
	75%{
		transform: translateX(-50%) perspective(720px) rotateY(0deg) rotateZ(0deg) scale(1);
		filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
		opacity: 0.92;
	}
	100%{
		transform: translateX(-50%) perspective(720px) rotateY(0deg) rotateZ(0deg) scale(1);
		filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
		opacity: 0.92;
	}
}

body.home-prototype .main-menu ul li.has-mega .mega-menu-media,
body.template-compare .main-menu ul li.has-mega .mega-menu-media{
	padding-top: 130px;
}

body.home-prototype .home-hero-prev,
body.home-prototype .home-hero-next,
body.template-compare .home-hero-prev,
body.template-compare .home-hero-next{
	width: 44px !important;
	min-width: 44px;
	max-width: 44px;
	height: 44px !important;
	min-height: 44px;
	max-height: 44px;
	aspect-ratio: 1 / 1;
	padding: 0 !important;
	border-radius: 50% !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	line-height: 1;
	box-sizing: border-box;
}

.home-hero-action{
	position: absolute;
	right: clamp(34px, 7vw, 110px);
	top: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: var(--white-color);
	background: rgba(11, 45, 74, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	padding: 12px 20px 12px 12px;
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	transform: translateY(-50%);
	transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.home-hero-action:hover,
.home-hero-action:focus{
	color: var(--white-color);
	background: rgba(11, 45, 74, 0.62);
	border-color: rgba(91, 211, 255, 0.58);
	transform: translateY(-50%) translateX(-4px);
}

.home-hero-action-icon{
	position: relative;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 62px;
	color: var(--white-color);
	background: var(--accent-color);
	box-shadow: 0 0 0 10px rgba(91, 211, 255, 0.14), 0 12px 28px rgba(0, 0, 0, 0.3);
}

.home-hero-action-icon::before{
	content: '';
	position: absolute;
	inset: -11px;
	border: 1px solid rgba(91, 211, 255, 0.46);
	border-radius: 50%;
	animation: enviroHeroPlayPulse 2.2s ease-out infinite;
}

.home-hero-action-icon i{
	position: relative;
	font-size: 20px;
	margin-left: 3px;
}

.home-hero-action-copy{
	display: block;
	min-width: 170px;
}

.home-hero-action-copy strong,
.home-hero-action-copy em{
	display: block;
	line-height: 1.2em;
}

.home-hero-action-copy strong{
	font-size: 16px;
	font-weight: 800;
}

.home-hero-action-copy em{
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	margin-top: 4px;
}

.home-video-modal{
	position: relative;
	width: min(960px, calc(100vw - 32px));
	margin: 40px auto;
	background: #071b2d;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
}

.home-video-modal video{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 6px;
}

.home-video-popup .mfp-close{
	color: var(--white-color);
	opacity: 1;
}

@keyframes enviroHeroPlayPulse{
	0%{
		opacity: 0.7;
		transform: scale(0.86);
	}
	100%{
		opacity: 0;
		transform: scale(1.28);
	}
}

.home-hero-divider{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -54px;
	height: 132px;
	z-index: 7;
	pointer-events: none;
}

.home-hero-divider-shape{
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.home-hero-divider-shape path{
	fill: #f5f7f8;
	stroke: rgba(0, 132, 202, 0.72);
	stroke-width: 2px;
	vector-effect: non-scaling-stroke;
}

.home-hero-divider-badge{
	position: absolute;
	left: 50%;
	top: 20px;
	width: clamp(96px, 8.5vw, 138px);
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(17, 118, 181, 0.96), rgba(11, 45, 74, 0.98));
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), 0 0 0 6px rgba(0, 132, 202, 0.22);
	transform: translateX(-50%);
}

.home-hero-divider-badge img{
	width: 72%;
	height: 72%;
	object-fit: contain;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.22));
}

body.home-prototype .home-hero-controls,
body.template-compare .home-hero-controls{
	bottom: 74px;
	width: min(330px, 82vw);
	justify-content: space-between;
	gap: 0;
}

body.home-prototype .home-hero-pagination,
body.template-compare .home-hero-pagination{
	display: none;
}

body.home-prototype .home-proof-strip,
body.template-compare .home-proof-strip{
	padding-top: 96px !important;
	margin-top: -1px;
}

@media only screen and (max-width: 991px){
	.home-hero-divider{
		bottom: -46px;
		height: 112px;
	}

	body.home-prototype .home-hero-controls,
	body.template-compare .home-hero-controls{
		bottom: 66px;
		width: min(280px, 78vw);
	}

	body.home-prototype .home-hero-pagination,
	body.template-compare .home-hero-pagination{
		display: none;
	}
}

@media only screen and (max-width: 767px){
	.home-hero-divider{
		bottom: -36px;
		height: 92px;
	}

	.home-hero-divider-badge{
		top: 18px;
		width: 78px;
		box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22), 0 0 0 4px rgba(0, 132, 202, 0.2);
	}

	body.home-prototype .home-hero-controls,
	body.template-compare .home-hero-controls{
		display: none;
		bottom: 48px;
		width: min(210px, 72vw);
	}

	body.home-prototype .home-proof-strip,
	body.template-compare .home-proof-strip{
		padding-top: 72px !important;
	}
}

@media only screen and (max-width: 1199px){
	.home-hero-action{
		right: 30px;
		top: auto;
		bottom: 120px;
		transform: none;
	}

	.home-hero-action:hover,
	.home-hero-action:focus{
		transform: translateX(-4px);
	}
}

@media only screen and (max-width: 767px){
	.home-hero-action{
		right: 18px;
		bottom: 94px;
		gap: 0;
		padding: 10px;
	}

	.home-hero-action:hover,
	.home-hero-action:focus{
		transform: none;
	}

	.home-hero-action-copy{
		display: none;
	}

	.home-hero-action-icon{
		width: 52px;
		height: 52px;
		flex-basis: 52px;
	}
}

/* Enviroshield sticky header, hero assets and cookie controls. */
body.home-prototype header.main-header,
body.template-compare header.main-header{
	transition: border-color 0.35s ease;
}

body.home-prototype header.main-header .header-sticky,
body.template-compare header.main-header .header-sticky{
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, box-shadow 0.3s ease;
	will-change: transform;
}

body.home-prototype header.main-header.enviro-sticky,
body.template-compare header.main-header.enviro-sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 0;
	pointer-events: none;
	z-index: 900;
}

body.home-prototype header.main-header.enviro-sticky .header-sticky,
body.template-compare header.main-header.enviro-sticky .header-sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(11, 45, 74, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
	pointer-events: auto;
	transform: translateY(-118%);
}

body.home-prototype header.main-header.enviro-sticky.enviro-sticky-visible .header-sticky,
body.template-compare header.main-header.enviro-sticky.enviro-sticky-visible .header-sticky{
	transform: translateY(0);
}

body.home-prototype header.main-header.enviro-sticky .enviro-topbar,
body.template-compare header.main-header.enviro-sticky .enviro-topbar{
	display: none;
}

body.home-prototype header.main-header.enviro-sticky .navbar,
body.template-compare header.main-header.enviro-sticky .navbar{
	padding: 12px 0;
}

body.home-prototype header.main-header.enviro-sticky .navbar-brand img,
body.template-compare header.main-header.enviro-sticky .navbar-brand img{
	max-height: 74px;
}

body.home-prototype .home-hero-action,
body.template-compare .home-hero-action{
	left: 74%;
	right: auto;
	top: 50%;
	width: clamp(112px, 10vw, 150px);
	height: clamp(112px, 10vw, 150px);
	display: block;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transform: translate(-50%, -50%);
}

body.home-prototype .home-hero-action:hover,
body.home-prototype .home-hero-action:focus,
body.template-compare .home-hero-action:hover,
body.template-compare .home-hero-action:focus{
	background: transparent;
	border-color: transparent;
	transform: translate(-50%, -50%) scale(1.06);
}

body.home-prototype .home-hero-action img,
body.template-compare .home-hero-action img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.32));
	transition: filter 0.3s ease, transform 0.3s ease;
}

body.home-prototype .home-hero-action:hover img,
body.home-prototype .home-hero-action:focus img,
body.template-compare .home-hero-action:hover img,
body.template-compare .home-hero-action:focus img{
	filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 18px rgba(30, 111, 168, 0.44));
}

body.home-prototype .home-hero-divider-fill,
body.template-compare .home-hero-divider-fill{
	fill: url(#homeHeroDividerGradient);
}

body.home-prototype .home-hero-divider-line,
body.template-compare .home-hero-divider-line{
	fill: none;
	stroke: rgba(109, 204, 255, 0.78);
	stroke-width: 1.4;
	vector-effect: non-scaling-stroke;
}

body.home-prototype .home-hero-divider-badge,
body.template-compare .home-hero-divider-badge{
	top: 6px;
	width: clamp(100px, 8vw, 138px);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.home-prototype .home-hero-divider-badge img,
body.template-compare .home-hero-divider-badge img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.35));
}

.enviro-cookie{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 22px;
	pointer-events: none;
}

.enviro-cookie-card{
	width: min(1160px, 100%);
	margin: 0 auto;
	color: var(--primary-color);
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(11, 45, 74, 0.14);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
	padding: 22px;
	pointer-events: auto;
	transform: translateY(24px);
	opacity: 0;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.enviro-cookie.is-visible .enviro-cookie-card{
	opacity: 1;
	transform: translateY(0);
}

.enviro-cookie-main{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: center;
}

.enviro-cookie-emblem{
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, var(--accent-color), var(--primary-color));
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.enviro-cookie-emblem img{
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.enviro-cookie-copy span{
	display: inline-flex;
	align-items: center;
	color: var(--accent-color);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.enviro-cookie-copy h2{
	color: var(--primary-color);
	font-size: 24px;
	line-height: 1.16em;
	margin-bottom: 6px;
}

.enviro-cookie-copy p{
	color: var(--text-color);
	font-size: 15px;
	line-height: 1.48em;
	margin: 0;
	max-width: 780px;
}

.enviro-cookie-panel{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.enviro-cookie-option{
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
	min-height: 94px;
	background: #f4f8fb;
	border: 1px solid rgba(11, 45, 74, 0.12);
	border-radius: 8px;
	padding: 16px;
	margin: 0;
	cursor: pointer;
}

.enviro-cookie-option.is-locked{
	cursor: default;
}

.enviro-cookie-option strong{
	display: block;
	color: var(--primary-color);
	font-size: 15px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.enviro-cookie-option p{
	color: var(--text-color);
	font-size: 13px;
	line-height: 1.4em;
	margin: 0;
}

.enviro-cookie-option > span:not(.enviro-cookie-toggle){
	color: var(--accent-color);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.enviro-cookie-option input{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.enviro-cookie-toggle{
	position: relative;
	width: 54px;
	height: 30px;
	background: #cbd6df;
	border-radius: 999px;
	transition: background 0.25s ease;
}

.enviro-cookie-toggle::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 22px;
	height: 22px;
	background: var(--white-color);
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
	transition: transform 0.25s ease;
}

.enviro-cookie-option input:checked + .enviro-cookie-toggle{
	background: var(--accent-color);
}

.enviro-cookie-option input:checked + .enviro-cookie-toggle::before{
	transform: translateX(24px);
}

.enviro-cookie-actions{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
}

.enviro-cookie-buttons{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.enviro-cookie-link,
.enviro-cookie-btn{
	border: 0;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2em;
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.enviro-cookie-link{
	color: var(--accent-color);
	background: transparent;
	padding: 10px 0;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.enviro-cookie-btn{
	padding: 13px 20px;
}

.enviro-cookie-btn:hover,
.enviro-cookie-btn:focus,
.enviro-cookie-link:hover,
.enviro-cookie-link:focus{
	transform: translateY(-1px);
}

.enviro-cookie-btn-primary{
	color: var(--white-color);
	background: var(--accent-color);
}

.enviro-cookie-btn-secondary{
	color: var(--white-color);
	background: var(--primary-color);
}

.enviro-cookie-btn-ghost{
	color: var(--primary-color);
	background: transparent;
	border: 1px solid rgba(11, 45, 74, 0.22);
}

@media only screen and (max-width: 991px){
	body.home-prototype .home-hero-action,
	body.template-compare .home-hero-action{
		left: auto;
		right: 28px;
		top: 50%;
		bottom: auto;
		width: 104px;
		height: 104px;
		transform: translateY(-50%);
	}

	body.home-prototype .home-hero-action:hover,
	body.home-prototype .home-hero-action:focus,
	body.template-compare .home-hero-action:hover,
	body.template-compare .home-hero-action:focus{
		transform: translateY(-50%) scale(1.04);
	}

	body.home-prototype header.main-header.enviro-sticky .navbar,
	body.template-compare header.main-header.enviro-sticky .navbar{
		padding: 10px 0;
	}

	.enviro-cookie-panel{
		grid-template-columns: 1fr;
	}

	.enviro-cookie-actions{
		align-items: stretch;
		flex-direction: column;
	}

	.enviro-cookie-buttons{
		justify-content: stretch;
	}

	.enviro-cookie-btn{
		flex: 1 1 auto;
	}
}

@media only screen and (max-width: 767px){
	body.home-prototype .home-hero-action,
	body.template-compare .home-hero-action{
		right: 18px;
		width: 82px;
		height: 82px;
	}

	body.home-prototype .home-hero-divider-badge,
	body.template-compare .home-hero-divider-badge{
		top: 10px;
		width: 86px;
	}

	.enviro-cookie{
		padding: 12px;
	}

	.enviro-cookie-card{
		padding: 16px;
		max-height: calc(100vh - 24px);
		overflow-y: auto;
	}

	.enviro-cookie-main{
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.enviro-cookie-emblem{
		width: 56px;
		height: 56px;
	}

	.enviro-cookie-emblem img{
		width: 42px;
		height: 42px;
	}

	.enviro-cookie-copy h2{
		font-size: 21px;
	}

	.enviro-cookie-buttons{
		display: grid;
		grid-template-columns: 1fr;
	}
}

/* Final Enviroshield home interaction overrides. */
body.home-prototype header.main-header,
body.template-compare header.main-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 0;
	z-index: 900;
}

body.home-prototype header.main-header .header-sticky,
body.template-compare header.main-header .header-sticky{
	position: relative;
	transform: none !important;
	background: rgba(11, 45, 74, 0.76);
	box-shadow: 0 18px 70px rgba(0, 0, 0, 0.16);
	transition: background 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease;
}

body.home-prototype header.main-header.enviro-sticky .header-sticky,
body.template-compare header.main-header.enviro-sticky .header-sticky{
	position: relative;
	background: rgba(11, 45, 74, 0.93);
	box-shadow: 0 16px 54px rgba(0, 0, 0, 0.24);
	pointer-events: auto;
}

body.home-prototype .enviro-topbar,
body.template-compare .enviro-topbar{
	display: block !important;
	max-height: 52px;
	overflow: hidden;
	opacity: 1;
	transition: max-height 0.34s ease, opacity 0.24s ease, border-color 0.34s ease;
}

body.home-prototype .enviro-topbar .container-fluid,
body.template-compare .enviro-topbar .container-fluid{
	transition: padding 0.34s ease;
}

body.home-prototype header.main-header.enviro-sticky .enviro-topbar,
body.template-compare header.main-header.enviro-sticky .enviro-topbar{
	max-height: 0;
	opacity: 0;
	border-bottom-color: transparent;
}

body.home-prototype header.main-header.enviro-sticky .enviro-topbar .container-fluid,
body.template-compare header.main-header.enviro-sticky .enviro-topbar .container-fluid{
	padding-top: 0;
	padding-bottom: 0;
}

body.home-prototype .navbar,
body.template-compare .navbar{
	transition: padding 0.34s ease;
}

body.home-prototype header.main-header.enviro-sticky .navbar,
body.template-compare header.main-header.enviro-sticky .navbar{
	padding: 10px 0;
}

body.home-prototype .navbar-brand img,
body.template-compare .navbar-brand img{
	transition: max-height 0.34s ease, transform 0.34s ease;
}

body.home-prototype header.main-header.enviro-sticky .navbar-brand img,
body.template-compare header.main-header.enviro-sticky .navbar-brand img{
	max-height: 70px;
	transform: scale(0.94);
}

body.home-prototype .home-proof-strip,
body.template-compare .home-proof-strip{
	background:
		radial-gradient(circle at 50% -8%, rgba(30, 111, 168, 0.48), rgba(30, 111, 168, 0) 44%),
		linear-gradient(180deg, #041522 0%, #0B2D4A 50%, #061A2B 100%);
	padding: 92px 0 70px !important;
	isolation: isolate;
}

body.home-prototype .home-proof-strip::before,
body.home-prototype .home-proof-strip::after,
body.template-compare .home-proof-strip::before,
body.template-compare .home-proof-strip::after{
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}

body.home-prototype .home-proof-strip::before,
body.template-compare .home-proof-strip::before{
	background: url('../images/generated/backgrounds/enviroshield-core-services-bg.jpg') center / cover no-repeat;
	background-position: center calc(50% + var(--proof-parallax-y, 0px));
	opacity: 0.16;
	mix-blend-mode: screen;
	transform: scale(1.08);
	will-change: background-position;
}

body.home-prototype .home-proof-strip::after,
body.template-compare .home-proof-strip::after{
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 12% 30%, rgba(109, 204, 255, 0.18), rgba(109, 204, 255, 0) 28%),
		radial-gradient(circle at 86% 74%, rgba(30, 111, 168, 0.22), rgba(30, 111, 168, 0) 34%);
	background-size: 78px 78px, 78px 78px, auto, auto;
	opacity: 0.58;
}

body.home-prototype .home-proof-strip .container,
body.template-compare .home-proof-strip .container{
	position: relative;
	z-index: 1;
	max-width: 1840px;
	padding-left: 32px;
	padding-right: 32px;
}

body.home-prototype .home-proof-grid,
body.template-compare .home-proof-grid{
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 1.25vw, 24px);
}

body.home-prototype .home-proof-item,
body.template-compare .home-proof-item{
	aspect-ratio: 1 / 1;
	min-height: 0 !important;
	height: auto;
	padding: clamp(22px, 1.85vw, 34px);
	color: var(--white-color);
	background:
		linear-gradient(145deg, rgba(9, 38, 63, 0.98) 0%, rgba(6, 24, 39, 0.98) 100%);
	border: 1px solid rgba(139, 214, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.07);
	isolation: isolate;
}

body.home-prototype .home-proof-item::before,
body.template-compare .home-proof-item::before{
	background-position: var(--card-position, center);
	opacity: 0;
	filter: saturate(1.02) contrast(1.08);
	transform: scale(1.12);
	z-index: -2;
}

body.home-prototype .home-proof-item::after,
body.template-compare .home-proof-item::after{
	background:
		linear-gradient(180deg, rgba(4, 21, 34, 0.72) 0%, rgba(6, 24, 39, 0.92) 100%),
		linear-gradient(135deg, rgba(30, 111, 168, 0.36), rgba(30, 111, 168, 0) 46%);
	z-index: -1;
}

body.home-prototype .home-proof-service:hover,
body.template-compare .home-proof-service:hover{
	transform: translateY(-7px);
	border-color: rgba(139, 214, 255, 0.36);
	box-shadow: 0 32px 84px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

body.home-prototype .home-proof-service:hover::before,
body.template-compare .home-proof-service:hover::before{
	opacity: 0.96;
	transform: scale(1.01);
}

body.home-prototype .home-proof-service:hover::after,
body.template-compare .home-proof-service:hover::after{
	background:
		linear-gradient(180deg, rgba(4, 21, 34, 0.16) 0%, rgba(4, 21, 34, 0.64) 54%, rgba(3, 15, 25, 0.94) 100%),
		linear-gradient(135deg, rgba(30, 111, 168, 0.24), rgba(30, 111, 168, 0) 48%);
}

body.home-prototype .home-proof-top,
body.template-compare .home-proof-top{
	align-items: flex-start;
	margin-bottom: auto;
}

body.home-prototype .home-proof-item .home-proof-number,
body.template-compare .home-proof-item .home-proof-number{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 30px;
	padding: 0 12px;
	color: rgba(139, 214, 255, 0.88);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(139, 214, 255, 0.18);
	border-radius: 999px;
}

body.home-prototype .home-proof-item .home-proof-icon,
body.template-compare .home-proof-item .home-proof-icon{
	width: clamp(64px, 4.7vw, 82px);
	height: clamp(64px, 4.7vw, 82px);
	color: #8BD6FF;
	background:
		radial-gradient(circle at 50% 42%, rgba(139, 214, 255, 0.18) 0%, rgba(139, 214, 255, 0) 56%),
		linear-gradient(145deg, rgba(30, 111, 168, 0.24), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(139, 214, 255, 0.24);
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.035), 0 18px 38px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: visible;
}

body.home-prototype .home-proof-item .home-proof-icon::before,
body.home-prototype .home-proof-item .home-proof-icon::after,
body.template-compare .home-proof-item .home-proof-icon::before,
body.template-compare .home-proof-item .home-proof-icon::after{
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

body.home-prototype .home-proof-item .home-proof-icon::before,
body.template-compare .home-proof-item .home-proof-icon::before{
	inset: -8px;
	border: 1px solid rgba(139, 214, 255, 0.18);
	opacity: 0.72;
	transition: transform 0.38s ease, opacity 0.38s ease;
}

body.home-prototype .home-proof-item .home-proof-icon::after,
body.template-compare .home-proof-item .home-proof-icon::after{
	width: 7px;
	height: 7px;
	top: 10px;
	right: 9px;
	background: #8BD6FF;
	box-shadow: 0 0 18px rgba(139, 214, 255, 0.78);
	transition: transform 0.38s ease, opacity 0.38s ease;
}

body.home-prototype .home-proof-item .home-proof-icon i,
body.template-compare .home-proof-item .home-proof-icon i{
	font-size: clamp(25px, 2vw, 34px);
	line-height: 1;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

body.home-prototype .home-proof-item h2,
body.template-compare .home-proof-item h2{
	color: var(--white-color);
	font-size: clamp(21px, 1.45vw, 28px);
	line-height: 1.12em;
	margin: 28px 0 12px;
	letter-spacing: 0;
}

body.home-prototype .home-proof-item p,
body.template-compare .home-proof-item p{
	color: rgba(225, 240, 250, 0.78);
	font-size: 15px;
	line-height: 1.55em;
	max-width: 95%;
}

body.home-prototype .home-proof-item .home-proof-cta,
body.template-compare .home-proof-item .home-proof-cta{
	align-self: stretch;
	justify-content: space-between;
	color: #8BD6FF;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(139, 214, 255, 0.16);
}

body.home-prototype .home-proof-service:hover .home-proof-number,
body.home-prototype .home-proof-service:hover .home-proof-icon,
body.home-prototype .home-proof-service:hover h2,
body.home-prototype .home-proof-service:hover p,
body.home-prototype .home-proof-service:hover .home-proof-cta,
body.template-compare .home-proof-service:hover .home-proof-number,
body.template-compare .home-proof-service:hover .home-proof-icon,
body.template-compare .home-proof-service:hover h2,
body.template-compare .home-proof-service:hover p,
body.template-compare .home-proof-service:hover .home-proof-cta{
	color: var(--white-color);
}

body.home-prototype .home-proof-service:hover .home-proof-icon,
body.template-compare .home-proof-service:hover .home-proof-icon{
	background: rgba(11, 45, 74, 0.62);
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.08), 0 20px 42px rgba(0, 0, 0, 0.32), 0 0 30px rgba(109, 204, 255, 0.28);
	transform: translateY(-8px) rotate(4deg);
}

body.home-prototype .home-proof-service:hover .home-proof-icon::before,
body.template-compare .home-proof-service:hover .home-proof-icon::before{
	opacity: 1;
	transform: rotate(18deg) scale(1.08);
}

body.home-prototype .home-proof-service:hover .home-proof-icon::after,
body.template-compare .home-proof-service:hover .home-proof-icon::after{
	opacity: 0.95;
	transform: translate(-10px, 48px) scale(1.12);
}

body.home-prototype .home-proof-service:hover .home-proof-icon i,
body.template-compare .home-proof-service:hover .home-proof-icon i{
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
	transform: rotate(-8deg) scale(1.15);
}

body.home-prototype .home-proof-service:hover .home-proof-cta,
body.template-compare .home-proof-service:hover .home-proof-cta{
	border-top-color: rgba(255, 255, 255, 0.26);
	transform: translateX(0);
}

body.home-prototype .home-proof-service:hover .home-proof-cta i,
body.template-compare .home-proof-service:hover .home-proof-cta i{
	transform: translateX(5px);
}

@media only screen and (max-width: 1199px){
	body.home-prototype .home-proof-grid,
	body.template-compare .home-proof-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px){
	body.home-prototype .home-proof-strip,
	body.template-compare .home-proof-strip{
		padding: 72px 0 54px !important;
	}

	body.home-prototype .home-proof-strip .container,
	body.template-compare .home-proof-strip .container{
		padding-left: 16px;
		padding-right: 16px;
	}

	body.home-prototype .home-proof-grid,
	body.template-compare .home-proof-grid{
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.home-prototype .home-proof-item,
	body.template-compare .home-proof-item{
		padding: 26px;
	}
}

body.home-prototype .home-hero-action,
body.template-compare .home-hero-action{
	left: auto;
	right: clamp(260px, 23vw, 420px);
	top: 62.5%;
	width: clamp(168px, 12.4vw, 202px);
	height: clamp(168px, 12.4vw, 202px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transform: translateY(-50%);
	transition: transform 0.32s ease;
}

body.home-prototype .home-hero-action:hover,
body.home-prototype .home-hero-action:focus,
body.template-compare .home-hero-action:hover,
body.template-compare .home-hero-action:focus{
	background: transparent;
	border-color: transparent;
	transform: translateY(-50%) scale(1.04);
}

.home-hero-play-ring{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0 33%, transparent 34%),
		linear-gradient(145deg, rgba(30, 111, 168, 0.96), rgba(11, 45, 74, 0.95));
	border: 1px solid rgba(139, 214, 255, 0.38);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.home-hero-play-ring::before,
.home-hero-play-ring::after{
	content: '';
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.home-hero-play-ring::before{
	inset: 31px;
	border: 2px solid rgba(255, 255, 255, 0.74);
}

.home-hero-play-ring::after{
	inset: -8px;
	border: 1px solid rgba(109, 204, 255, 0.38);
	box-shadow: 0 0 30px rgba(30, 111, 168, 0.38);
}

.home-hero-play-text{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	animation: enviroHeroPlayTextSpin 16s linear infinite;
	transform-origin: 50% 50%;
}

.home-hero-play-text text{
	fill: var(--white-color);
	font-size: 11.2px;
	font-weight: 800;
	letter-spacing: 0.92px;
	text-transform: uppercase;
}

.home-hero-action:hover .home-hero-play-text,
.home-hero-action:focus .home-hero-play-text{
	animation-play-state: paused;
}

.home-hero-play-core{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	background: linear-gradient(145deg, rgba(109, 204, 255, 0.92), rgba(30, 111, 168, 0.98));
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
	transform: translate(-50%, -50%);
	transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.home-hero-play-core i{
	font-size: 22px;
	margin-left: 4px;
}

.home-hero-action:hover .home-hero-play-core,
.home-hero-action:focus .home-hero-play-core{
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3), 0 0 22px rgba(109, 204, 255, 0.44);
	transform: translate(-50%, -50%) scale(1.14);
}

@keyframes enviroHeroPlayTextSpin{
	to{
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 991px){
	body.home-prototype .home-hero-action,
	body.template-compare .home-hero-action{
		right: 104px;
		top: 59%;
		width: 118px;
		height: 118px;
	}

	.home-hero-play-text text{
		font-size: 11.2px;
		letter-spacing: 0.92px;
	}

	.home-hero-play-ring::before{
		inset: 22px;
	}

	.home-hero-play-core{
		width: 46px;
		height: 46px;
	}
}

@media only screen and (max-width: 767px){
	body.home-prototype .home-hero-action,
	body.template-compare .home-hero-action{
		right: 18px;
		top: 55%;
		width: 92px;
		height: 92px;
		transform: translateY(-50%);
	}

	body.home-prototype .home-hero-action:hover,
	body.home-prototype .home-hero-action:focus,
	body.template-compare .home-hero-action:hover,
	body.template-compare .home-hero-action:focus{
		transform: translateY(-50%) scale(1.03);
	}

	.home-hero-play-text text{
		font-size: 11.2px;
		letter-spacing: 0.92px;
	}

	.home-hero-play-core{
		width: 34px;
		height: 34px;
	}

	.home-hero-play-core i{
		font-size: 15px;
		margin-left: 3px;
	}

	body.home-prototype .home-proof-strip::before,
	body.template-compare .home-proof-strip::before{
		background-position: center;
		transform: scale(1.02);
	}
}

/************************************/
/***   35. Services Page Styles   ***/
/************************************/

body.services-page .services-hero{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	overflow: visible;
	padding: clamp(176px, 13vw, 220px) 0 150px;
	min-height: 760px;
	border-bottom: 0;
}

body.services-page .services-hero::before{
	background:
		linear-gradient(90deg, rgba(4, 21, 34, 0.9) 0%, rgba(7, 31, 53, 0.78) 42%, rgba(7, 31, 53, 0.5) 100%),
		linear-gradient(180deg, rgba(4, 21, 34, 0.12) 0%, rgba(4, 21, 34, 0.82) 100%);
	opacity: 1;
}

body.services-page .services-hero-video,
body.services-page .services-hero-fallback{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.services-page .services-hero-fallback{
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

body.services-page .services-hero > .container{
	position: relative;
	z-index: 2;
	width: 100%;
}

body.services-page .services-hero-content{
	max-width: 1040px;
	text-align: left;
	margin: 0;
	transform: translateY(20px);
}

body.services-page .services-hero-content .section-title h1{
	max-width: 940px;
	font-size: clamp(48px, 5vw, 76px);
	line-height: 1.04em;
}

body.services-page .services-hero-content .section-title p{
	max-width: 780px;
	margin-left: 0;
	margin-right: 0;
}

body.services-page .services-hero .hero-content-body-silver{
	justify-content: flex-start;
}

body.services-page .services-hero-play a{
	background: linear-gradient(135deg, #8bd6ff, #1e6fa8);
	color: var(--white-color);
	box-shadow: 0 18px 44px rgba(5, 24, 39, 0.34), 0 0 28px rgba(109, 204, 255, 0.22);
}

body.services-page .services-hero-play a:hover{
	background: var(--white-color);
	color: var(--primary-color);
}

body.services-page .services-hero-info-list{
	max-width: 1180px;
	margin-top: 42px;
}

body.services-page .services-hero-info-list .hero-info-item-silver{
	background: rgba(9, 37, 62, 0.68);
	border: 1px solid rgba(139, 214, 255, 0.18);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.services-page .services-hero-info-list .icon-box i{
	position: relative;
	z-index: 1;
	color: var(--primary-color);
	font-size: 21px;
	transition: color 0.3s ease;
}

body.services-page .services-hero-info-list .hero-info-item-silver:hover .icon-box i{
	color: var(--accent-color);
}

body.services-page .home-hero-divider-fill{
	fill: url(#servicesHeroDividerGradient);
}

body.services-page .services-hero .home-hero-divider{
	bottom: -66px;
	z-index: 8;
	pointer-events: none;
	overflow: visible;
}

body.services-page .services-hero .home-hero-divider-shape{
	z-index: 0;
}

body.services-page .services-hero .home-hero-divider-badge{
	z-index: 3;
}

body.services-page .services-hero .home-hero-divider-badge img{
	position: relative;
	z-index: 2;
}

body.services-page .services-why-choose{
	padding: 120px 0;
	background: #f3f7fa;
}

body.services-page .services-why-choose .why-choose-image figure,
body.services-page .services-why-choose .why-choose-image figure img{
	border-radius: 8px;
}

body.services-page .services-why-choose .why-choose-counter-box,
body.services-page .services-why-choose .why-choose-info-box{
	border-radius: 8px;
}

body.services-page .services-why-choose .why-choose-info-item{
	align-items: flex-start;
}

body.services-page .services-why-choose .why-choose-info-item .icon-box{
	background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}

body.services-page .services-why-choose .why-choose-info-item .icon-box i{
	color: var(--white-color);
	font-size: 24px;
	line-height: 1;
}

body.services-page .services-why-choose .services-brand-circle{
	width: 142px;
	height: 142px;
	left: -4px;
}

body.services-page .services-why-choose .services-brand-circle a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 142px;
	height: 142px;
	border: 10px solid var(--white-color);
	border-radius: 50%;
	overflow: hidden;
	background:
		radial-gradient(circle at 35% 30%, rgba(139, 214, 255, 0.32), transparent 34%),
		linear-gradient(135deg, var(--primary-color), #1e6fa8);
	box-shadow: 0 18px 46px rgba(5, 24, 39, 0.2);
}

body.services-page .services-why-choose .services-brand-circle-ring{
	position: absolute;
	inset: 9px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	animation: infiniterotate 18s infinite linear;
	background:
		repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.88) 0deg 3deg, transparent 3deg 9deg);
	mask: radial-gradient(circle, transparent 0 48%, #000 49% 56%, transparent 57%);
	-webkit-mask: radial-gradient(circle, transparent 0 48%, #000 49% 56%, transparent 57%);
}

body.services-page .services-why-choose .services-brand-circle-core{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: rgba(5, 24, 39, 0.44);
	border: 1px solid rgba(255, 255, 255, 0.28);
}

body.services-page .services-why-choose .services-brand-circle-core img{
	width: 48px;
	height: 48px;
	object-fit: contain;
	animation: none;
	border-radius: 0;
}

body.services-page .services-why-choose .services-brand-circle a:hover .services-brand-circle-ring{
	animation-play-state: paused;
}

body.services-page .services-key-feature{
	position: relative;
	padding: 120px 0;
	overflow: hidden;
	border-top: 3px solid #2aa8e8;
	border-bottom: 2px solid #2aa8e8;
}

body.services-page .services-key-feature::before{
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, rgba(4, 21, 34, 0.98) 0%, rgba(7, 31, 53, 0.93) 58%, rgba(30, 111, 168, 0.52) 100%),
		radial-gradient(circle at 12% 18%, rgba(109, 204, 255, 0.18), transparent 34%);
	z-index: 0;
}

body.services-page .services-key-feature .container{
	position: relative;
	z-index: 1;
}

body.services-page .services-feature-image-box{
	border-radius: 8px;
}

body.services-page .services-feature-image-box figure,
body.services-page .services-feature-image-box figure img{
	border-radius: 8px;
}

body.services-page .services-key-feature .feature-item-list-gold{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(139, 214, 255, 0.16);
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.services-page .services-key-feature .feature-item-gold{
	padding: 30px 32px;
	border-color: rgba(139, 214, 255, 0.16);
}

body.services-page .services-key-feature .feature-item-gold:nth-of-type(2n + 1),
body.services-page .services-key-feature .feature-item-gold:nth-of-type(2n + 2),
body.services-page .services-key-feature .feature-item-gold:nth-child(-n + 2),
body.services-page .services-key-feature .feature-item-gold:nth-last-child(2):nth-child(odd),
body.services-page .services-key-feature .feature-item-gold:last-child{
	padding: 30px 32px;
}

body.services-page .services-key-feature .feature-item-gold:nth-of-type(2n + 1){
	border-right: 1px solid rgba(139, 214, 255, 0.16);
}

body.services-page .services-key-feature .feature-item-gold:nth-of-type(2n + 2){
	border-right: 0;
}

body.services-page .services-key-feature .feature-item-gold:nth-child(-n + 2){
	border-bottom: 1px solid rgba(139, 214, 255, 0.16);
}

body.services-page .services-key-feature .feature-item-gold:nth-last-child(2):nth-child(odd),
body.services-page .services-key-feature .feature-item-gold:last-child{
	border-bottom: 0;
}

body.services-page .services-key-feature .feature-item-gold h3,
body.services-page .services-key-feature .feature-item-gold p{
	color: var(--white-color);
}

body.services-page .services-key-feature .feature-item-gold p{
	color: rgba(225, 240, 250, 0.78);
}

body.services-page .services-key-feature .feature-item-gold h3::before{
	color: #8bd6ff;
}

body.services-page .services-route-section{
	position: relative;
	z-index: 0;
	padding: 112px 0;
	background:
		linear-gradient(180deg, rgba(243, 247, 250, 0.72), rgba(255, 255, 255, 1) 44%),
		var(--white-color);
}

body.services-page .services-service-grid{
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

body.services-page .services-service-grid .home-service-card{
	min-height: 330px;
	padding: 28px;
	border-radius: 8px;
	overflow: hidden;
	background: #f3f7fa;
	border-color: rgba(11, 45, 74, 0.08);
}

body.services-page .services-service-grid .home-service-card h3{
	font-size: 22px;
	line-height: 1.16em;
}

body.services-page .services-service-grid .home-service-card p{
	font-size: 15px;
	line-height: 1.55em;
}

body.services-page .services-service-grid .home-service-card::before{
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(180deg, rgba(5, 24, 39, 0.12), rgba(5, 24, 39, 0.9)),
		var(--route-image);
	background-size: 100% 100%, auto 115%;
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	opacity: 1;
	filter: saturate(1.08) contrast(1.05) brightness(1.04);
	transform: scale(1.02);
}

body.services-page .services-service-grid .home-service-card::after{
	inset: 0;
	z-index: 1;
	border: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(243, 247, 250, 0.88));
	opacity: 1;
}

body.services-page .services-service-grid .home-service-card i,
body.services-page .services-service-grid .home-service-card h3,
body.services-page .services-service-grid .home-service-card p{
	position: relative;
	z-index: 2;
}

body.services-page .services-service-grid .home-service-card:hover::before{
	opacity: 1;
	transform: scale(1);
}

body.services-page .services-service-grid .home-service-card:hover::after{
	border: 0;
	background: linear-gradient(180deg, rgba(5, 24, 39, 0.16), rgba(5, 24, 39, 0.86));
	opacity: 1;
}

@media only screen and (max-width: 1199px){
	body.services-page .services-service-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 991px){
	body.services-page .services-hero{
		padding: 170px 0 112px;
		min-height: auto;
	}

	body.services-page .services-hero-content{
		text-align: center;
		margin: 0 auto;
		transform: none;
	}

	body.services-page .services-hero-content .section-title p{
		margin-left: auto;
		margin-right: auto;
	}

	body.services-page .services-hero .hero-content-body-silver{
		justify-content: center;
	}

	body.services-page .services-hero-info-list{
		margin-top: 34px;
	}

	body.services-page .services-why-choose .services-brand-circle,
	body.services-page .services-why-choose .services-brand-circle a{
		width: 118px;
		height: 118px;
	}

	body.services-page .services-why-choose .services-brand-circle-core{
		width: 62px;
		height: 62px;
	}

	body.services-page .services-why-choose .services-brand-circle-core img{
		width: 40px;
		height: 40px;
	}

	body.services-page .services-key-feature,
	body.services-page .services-why-choose,
	body.services-page .services-route-section{
		padding: 80px 0;
	}
}

@media only screen and (max-width: 767px){
	body.services-page .services-hero{
		padding: 236px 0 96px;
	}

	body.services-page .services-hero-content .section-title h1{
		font-size: 38px;
		line-height: 1.08em;
	}

	body.services-page .services-hero-content .section-title p{
		font-size: 16px;
		line-height: 1.62em;
	}

	body.services-page .services-hero-info-list .hero-info-item-silver{
		width: 100%;
		padding: 22px;
	}

	body.services-page .services-service-grid{
		grid-template-columns: 1fr;
	}

	body.services-page .services-service-grid .home-service-card{
		min-height: 285px;
	}

	body.services-page .services-service-grid .home-service-card::before{
		background-size: 100% 100%, cover;
	}

	body.services-page .services-key-feature .feature-item-gold,
	body.services-page .services-key-feature .feature-item-gold:nth-of-type(2n + 1),
	body.services-page .services-key-feature .feature-item-gold:nth-of-type(2n + 2),
	body.services-page .services-key-feature .feature-item-gold:nth-child(-n + 2),
	body.services-page .services-key-feature .feature-item-gold:nth-last-child(2):nth-child(odd),
	body.services-page .services-key-feature .feature-item-gold:last-child{
		width: 100%;
		padding: 24px;
		border-right: 0;
		border-bottom: 1px solid rgba(139, 214, 255, 0.16);
	}

	body.services-page .services-key-feature .feature-item-gold:last-child{
		border-bottom: 0;
	}
}

/************************************/
/*** Subpage Template Styles      ***/
/************************************/

body.subpage-template .subpage-hero{
	position: relative;
	min-height: 700px;
	display: flex;
	align-items: center;
	padding: 210px 0 150px;
	overflow: visible;
	background: #071f35;
	z-index: 1;
}

body.subpage-template .subpage-hero-media{
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, #061c2f 0%, #092a45 45%, #071f35 100%),
		repeating-linear-gradient(135deg, rgba(109, 204, 255, 0.045) 0 1px, transparent 1px 18px);
	z-index: 0;
}

body.subpage-template .subpage-hero-image-panel{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(74vw, 1420px);
	z-index: 0;
	overflow: hidden;
}

body.subpage-template .subpage-hero-image-panel img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	filter: saturate(1.12) contrast(1.04) brightness(1.08);
}

body.subpage-template .subpage-hero-image-panel::before{
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 21, 34, 0.92) 0%, rgba(6, 27, 45, 0.68) 18%, rgba(7, 31, 53, 0.34) 38%, rgba(7, 31, 53, 0.12) 56%, rgba(7, 31, 53, 0.02) 68%, rgba(7, 31, 53, 0) 78%),
		linear-gradient(180deg, rgba(4, 21, 34, 0.05), rgba(4, 21, 34, 0.08));
	z-index: 1;
	pointer-events: none;
}

body.subpage-template .subpage-hero::before{
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 21, 34, 0.99) 0%, rgba(7, 31, 53, 0.96) 24%, rgba(9, 38, 62, 0.84) 38%, rgba(11, 45, 74, 0.56) 50%, rgba(11, 45, 74, 0.24) 62%, rgba(11, 45, 74, 0.06) 74%, rgba(11, 45, 74, 0) 84%),
		radial-gradient(circle at 17% 50%, rgba(42, 168, 232, 0.32), transparent 32%);
	z-index: 1;
	pointer-events: none;
}

body.subpage-template .subpage-hero::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28%;
	background: linear-gradient(180deg, rgba(4, 21, 34, 0), rgba(4, 21, 34, 0.34));
	z-index: 2;
	pointer-events: none;
}

body.subpage-template .subpage-hero .container{
	position: relative;
	z-index: 4;
	transform: translateY(44px);
}

body.subpage-template .subpage-hero-shield-field{
	position: absolute;
	left: clamp(8px, 4vw, 74px);
	top: 50%;
	width: clamp(350px, 37vw, 620px);
	transform: translateY(-50%);
	z-index: 2;
	opacity: 0.16;
	pointer-events: none;
}

body.subpage-template .subpage-hero-shield-field::before{
	content: '';
	position: absolute;
	inset: -18%;
	background:
		linear-gradient(90deg, rgba(30, 111, 168, 0.62), rgba(30, 111, 168, 0)),
		repeating-linear-gradient(135deg, rgba(109, 204, 255, 0.09) 0 1px, transparent 1px 16px);
	border-radius: 50%;
	filter: blur(1px);
}

body.subpage-template .subpage-hero-shield-field img{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

body.subpage-template .subpage-hero-content{
	position: relative;
	max-width: min(1040px, 76vw);
	margin-left: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	text-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}

body.subpage-template .subpage-breadcrumb{
	margin-bottom: 22px;
}

body.subpage-template .subpage-breadcrumb .breadcrumb{
	margin: 0;
	padding: 0;
}

body.subpage-template .subpage-breadcrumb .breadcrumb-item,
body.subpage-template .subpage-breadcrumb .breadcrumb-item a{
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	font-weight: 600;
}

body.subpage-template .subpage-breadcrumb .breadcrumb-item.active{
	color: #8bd6ff;
}

body.subpage-template .subpage-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
	color: rgba(255, 255, 255, 0.54);
}

body.subpage-template .subpage-hero-content .section-sub-title{
	background: rgba(109, 204, 255, 0.14);
	color: var(--white-color);
}

body.subpage-template .subpage-hero-content h1{
	color: var(--white-color);
	font-size: clamp(46px, 4.35vw, 74px);
	line-height: 0.94em;
	max-width: min(1040px, 76vw);
	text-wrap: balance;
	margin: 18px 0 24px;
}

body.subpage-template .subpage-hero-content p{
	max-width: 610px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 19px;
	line-height: 1.64em;
	margin-bottom: 0;
}

body.subpage-template .subpage-hero .home-hero-divider{
	bottom: -66px;
	z-index: 8;
	pointer-events: none;
}

body.subpage-template .home-hero-divider-fill{
	fill: url(#subpageHeroDividerGradient);
}

body.subpage-template .home-hero-divider-line{
	fill: none;
	stroke: rgba(109, 204, 255, 0.78);
	stroke-width: 1.4;
}

body.subpage-template .subpage-service-detail{
	padding: 132px 0 112px;
	background: #ffffff;
}

body.subpage-template .subpage-service-detail .page-category-list{
	border-radius: 8px;
	background: #f3f7fa;
	box-shadow: 0 18px 45px rgba(11, 45, 74, 0.08);
}

body.subpage-template .subpage-service-detail .page-category-list-title{
	color: var(--white-color);
	background: linear-gradient(135deg, #0b2d4a, #1e6fa8);
	padding: 20px 26px;
}

body.subpage-template .subpage-service-detail .page-category-list ul{
	padding: 22px;
}

body.subpage-template .subpage-service-detail .page-category-list ul li{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
	color: var(--primary-color);
}

body.subpage-template .subpage-service-detail .page-category-list ul li:last-child{
	margin-bottom: 0;
}

body.subpage-template .subpage-service-detail .page-category-list ul li a{
	padding: 13px 42px 13px 16px;
	border-radius: 8px;
	line-height: 1.25em;
}

body.subpage-template .subpage-service-detail .page-category-list ul li a::before{
	display: none;
}

body.subpage-template .subpage-service-detail .page-category-list ul li a::after{
	content: '\2192';
	position: absolute;
	top: 50%;
	right: 16px;
	font-family: inherit;
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	color: #1e6fa8;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

body.subpage-template .subpage-service-detail .page-category-list ul li.active a,
body.subpage-template .subpage-service-detail .page-category-list ul li a:hover{
	color: var(--white-color);
	background: linear-gradient(135deg, #1e6fa8, #2aa8e8);
	box-shadow: 0 12px 24px rgba(30, 111, 168, 0.18);
}

body.subpage-template .subpage-service-detail .page-category-list ul li.active a::after,
body.subpage-template .subpage-service-detail .page-category-list ul li a:hover::after{
	color: var(--white-color);
	transform: translate(3px, -50%);
}

body.subpage-template .subpage-sidebar-cta{
	min-height: 410px;
	border-radius: 8px;
	background-image:
		linear-gradient(180deg, rgba(7, 31, 53, 0.05), rgba(7, 31, 53, 0.92)),
		url('../images/generated/subpages/thermal-insulation-uk-sidebar.jpg');
}

body.subpage-template .subpage-sidebar-cta::before{
	background: linear-gradient(180deg, rgba(7, 31, 53, 0.04) 26%, rgba(7, 31, 53, 0.9) 78%);
}

body.subpage-template .subpage-sidebar-cta .icon-box img{
	max-width: 34px;
	filter: none;
}

body.subpage-template .subpage-sidebar-cta .icon-box{
	background: linear-gradient(135deg, #1e6fa8, #2aa8e8);
	border: 1px solid rgba(255, 255, 255, 0.34);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

body.subpage-template .subpage-sidebar-cta .icon-box::before{
	background: linear-gradient(135deg, #2aa8e8, #0f416a);
}

body.subpage-template .subpage-sidebar-cta:hover .icon-box img{
	filter: none;
	transform: scale(1.04);
}

body.subpage-template .subpage-sidebar-cta .btn-default.btn-highlighted:hover{
	color: var(--white-color);
}

body.subpage-template .subpage-sidebar-cta .btn-default.btn-highlighted::after{
	background-color: #2aa8e8;
}

body.subpage-template .subpage-sidebar-cta .btn-default.btn-highlighted:hover::before{
	background-color: var(--primary-color);
	background-image: url('../images/arrow-white.svg');
}

body.subpage-template .subpage-single-image figure,
body.subpage-template .subpage-single-image img{
	border-radius: 8px;
}

body.subpage-template .thermal-focus-box,
body.subpage-template .thermal-info-box{
	border-top: 3px solid #2aa8e8;
	padding-top: 34px;
}

body.subpage-template .thermal-focus-box .service-focus-counter-item{
	border-radius: 8px;
	background: linear-gradient(135deg, #f3f7fa, #ffffff);
	border: 1px solid rgba(11, 45, 74, 0.08);
	min-height: 260px;
}

body.subpage-template .subpage-service-card-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

body.subpage-template .subpage-service-card{
	min-height: 100%;
	padding: 28px;
	border-radius: 8px;
	background: linear-gradient(135deg, #f3f7fa, #ffffff);
	border: 1px solid rgba(11, 45, 74, 0.09);
	box-shadow: 0 14px 34px rgba(11, 45, 74, 0.06);
	transition: all 0.3s ease-in-out;
}

body.subpage-template .subpage-service-card:hover{
	transform: translateY(-4px);
	border-color: rgba(42, 168, 232, 0.35);
	box-shadow: 0 22px 44px rgba(11, 45, 74, 0.12);
}

body.subpage-template .subpage-service-card .icon-box{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 12px;
	color: var(--white-color);
	background: linear-gradient(135deg, #0b2d4a, #1e8cc8);
}

body.subpage-template .subpage-service-card .icon-box i{
	font-size: 20px;
}

body.subpage-template .subpage-service-card h3{
	font-size: 21px;
	margin-bottom: 12px;
}

body.subpage-template .subpage-service-card p{
	margin-bottom: 0;
}

body.subpage-template .home-proof-strip .section-title{
	margin-bottom: 0;
}

body.subpage-template .home-proof-strip .section-title h2{
	color: var(--white-color);
}

body.subpage-template .home-proof-strip .section-sub-title{
	background: rgba(255, 255, 255, 0.92);
	color: var(--primary-color);
}

body.subpage-template .subpage-service-chip-list{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

body.subpage-template .subpage-service-chip-list span{
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(30, 111, 168, 0.09);
	color: var(--primary-color);
	font-weight: 700;
	line-height: 1.2em;
}

body.subpage-template .subpage-service-chip-list span::before{
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 9px;
	border-radius: 50%;
	background: #1e8cc8;
}

body.subpage-template .service-entry-info-box .service-info-image-content{
	align-items: stretch;
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(243, 247, 250, 0.96), rgba(255, 255, 255, 0.92));
}

body.subpage-template .service-entry-info-box .service-info-image{
	display: flex;
	align-self: stretch;
}

body.subpage-template .service-entry-info-box .service-info-image figure{
	min-height: 100%;
	mask-image: none;
	background-image: none;
	border-radius: 8px;
	overflow: hidden;
}

body.subpage-template .service-entry-info-box .service-info-image figure img{
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center center;
}

body.subpage-template .thermal-info-box .service-info-item .icon-box i{
	position: relative;
	z-index: 1;
	color: var(--white-color);
	font-size: 20px;
	transition: all 0.4s ease-in-out;
}

body.subpage-template .thermal-info-box .service-info-item:hover .icon-box i{
	color: var(--white-color);
	transform: scale(1.08);
}

body.thermal-insulation-subpage .thermal-sector-window{
	position: relative;
	padding: 0 64px 18px;
}

body.thermal-insulation-subpage .thermal-sector-showcase{
	background: var(--white-color) !important;
}

body.thermal-insulation-subpage .thermal-sector-window::before,
body.thermal-insulation-subpage .thermal-sector-window::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 16px;
	width: 48px;
	z-index: 3;
	pointer-events: none;
}

body.thermal-insulation-subpage .thermal-sector-window::before{
	left: 0;
	background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

body.thermal-insulation-subpage .thermal-sector-window::after{
	right: 0;
	background: linear-gradient(270deg, #ffffff, rgba(255, 255, 255, 0));
}

body.thermal-insulation-subpage .thermal-sector-track{
	display: flex;
	grid-template-columns: none !important;
	gap: 0;
	padding: 0;
}

body.thermal-insulation-subpage .thermal-sector-track .home-sector-card{
	flex: 0 0 auto;
	min-width: 0;
}

body.thermal-insulation-subpage .thermal-sector-track .home-sector-card figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.thermal-insulation-subpage .thermal-sector-arrow{
	position: absolute;
	top: calc(50% - 15px);
	z-index: 5;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(42, 168, 232, 0.28);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
	box-shadow: 0 18px 36px rgba(11, 45, 74, 0.2);
	transition: all 0.3s ease-in-out;
}

body.thermal-insulation-subpage .thermal-sector-slider{
	overflow: hidden;
}

body.thermal-insulation-subpage .thermal-sector-slider .swiper-wrapper{
	cursor: grab;
}

body.thermal-insulation-subpage .thermal-sector-slider .home-sector-card,
body.thermal-insulation-subpage .thermal-sector-slider .home-sector-card img{
	user-select: none;
	-webkit-user-drag: none;
}

body.thermal-insulation-subpage .thermal-sector-slider .swiper-wrapper:active{
	cursor: grabbing;
}

body.thermal-insulation-subpage .thermal-sector-arrow:hover,
body.thermal-insulation-subpage .thermal-sector-arrow:focus{
	color: var(--white-color);
	background: linear-gradient(135deg, #2aa8e8, #0b2d4a);
	transform: translateY(-2px) scale(1.04);
}

body.thermal-insulation-subpage .thermal-sector-arrow-prev{
	left: 2px;
}

body.thermal-insulation-subpage .thermal-sector-arrow-next{
	right: 2px;
}

body.thermal-insulation-subpage .thermal-sector-arrow i{
	font-size: 16px;
	line-height: 1;
}

body.thermal-insulation-subpage .home-faqs{
	background: #f3f7fa;
}

@media only screen and (max-width: 1199px){
	body.subpage-template .subpage-hero{
		min-height: 650px;
		padding: 190px 0 132px;
	}

	body.subpage-template .subpage-hero-content h1{
		font-size: 58px;
	}

	body.thermal-insulation-subpage .thermal-sector-track .home-sector-card{
		flex-basis: auto;
	}
}

@media only screen and (max-width: 991px){
	body.subpage-template .subpage-hero{
		min-height: auto;
		padding: 170px 0 124px;
	}

	body.subpage-template .subpage-hero-image-panel{
		width: 100%;
		opacity: 0.42;
	}

	body.subpage-template .subpage-hero::before{
		background:
			linear-gradient(180deg, rgba(4, 21, 34, 0.9) 0%, rgba(11, 45, 74, 0.55) 58%, rgba(11, 45, 74, 0.1) 100%),
			radial-gradient(circle at 16% 30%, rgba(42, 168, 232, 0.24), transparent 42%);
	}

	body.subpage-template .subpage-hero-content{
		margin: 0 auto;
	}

	body.subpage-template .subpage-hero .container{
		transform: none;
	}

	body.subpage-template .subpage-service-detail{
		padding: 104px 0 84px;
	}

	body.subpage-template .subpage-service-card-grid{
		grid-template-columns: 1fr;
	}

	body.subpage-template .page-single-sidebar{
		position: relative;
		top: auto;
		margin-right: 0;
		margin-bottom: 44px;
	}
}

@media only screen and (max-width: 767px){
	body.subpage-template .subpage-hero{
		padding: 232px 0 104px;
	}

	body.subpage-template .subpage-hero-content{
		padding: 26px 24px 30px;
	}

	body.subpage-template .subpage-hero-content h1{
		font-size: 40px;
	}

	body.subpage-template .subpage-hero-content p{
		font-size: 16px;
	}

	body.subpage-template .subpage-hero .hero-content-footer{
		flex-direction: column;
		align-items: flex-start;
	}

	body.subpage-template .subpage-service-detail{
		padding: 84px 0 70px;
	}

	body.thermal-insulation-subpage .thermal-sector-window{
		padding-left: 54px;
		padding-right: 54px;
	}

	body.thermal-insulation-subpage .thermal-sector-track .home-sector-card{
		flex-basis: auto;
	}

	body.thermal-insulation-subpage .thermal-sector-arrow{
		width: 44px;
		height: 44px;
	}
}

/************************************/
/*** Enviroshield Page Templates  ***/
/************************************/

.enviro-page-main{
	padding: 124px 0 108px;
	position: relative;
}

.enviro-contact-section{
	background: var(--white-color);
}

.enviro-contact-image-box{
	position: sticky;
	top: 124px;
}

.enviro-contact-image-box figure{
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 24px;
	box-shadow: 0 28px 82px rgba(11, 45, 74, 0.16);
	aspect-ratio: 16 / 10;
	background: #0b2d4a;
}

.enviro-contact-image-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.enviro-contact-info-panel,
.enviro-quote-checklist,
.enviro-form-card,
.enviro-thanks-card{
	border: 1px solid rgba(30, 111, 168, 0.16);
	border-radius: 8px;
	background: #f6f9fc;
	box-shadow: 0 20px 70px rgba(11, 45, 74, 0.08);
}

.enviro-contact-info-panel{
	padding: 26px;
}

.enviro-contact-info-item{
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 16px;
	align-items: start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(11, 45, 74, 0.10);
}

.enviro-contact-info-item:first-child{
	padding-top: 0;
}

.enviro-contact-info-item:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.enviro-contact-info-item i{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	color: var(--white-color);
}

.enviro-contact-info-item span{
	display: block;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 4px;
}

.enviro-contact-info-item a,
.enviro-contact-info-item p{
	color: var(--primary-color);
	font-weight: 700;
	margin: 0;
}

.enviro-form-card{
	background: var(--white-color);
	padding: clamp(28px, 4vw, 52px);
	border-radius: 18px;
}

.enviro-form-card .section-title{
	margin-bottom: 28px;
}

.enviro-jotform-shell{
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(246, 249, 252, 0.92), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(30, 111, 168, 0.14);
	min-height: 560px;
	padding: 22px;
}

.enviro-jotform-shell iframe{
	width: 100% !important;
	border: 0 !important;
}

.enviro-quote-checklist{
	position: relative;
	padding: clamp(28px, 4vw, 36px);
	border-radius: 8px;
	border: 1px solid rgba(17, 78, 121, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.98));
	box-shadow: 0 22px 60px rgba(11, 45, 74, 0.08);
	overflow: hidden;
}

.enviro-quote-checklist::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--primary-color), #2aa8e8);
}

.enviro-quote-checklist-header{
	margin-bottom: 10px;
}

.enviro-quote-checklist-kicker{
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: rgba(42, 168, 232, 0.1);
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.enviro-quote-checklist h3{
	color: var(--primary-color);
	margin-bottom: 12px;
}

.enviro-quote-checklist p{
	margin: 0;
	color: rgba(11, 45, 74, 0.72);
}

.enviro-quote-checklist-list{
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.enviro-quote-checklist-list li{
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 18px 20px 18px 28px;
	border: 1px solid rgba(17, 78, 121, 0.10);
	border-left: 4px solid #2aa8e8;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 249, 253, 0.96));
	color: var(--primary-color);
	font-weight: 600;
	line-height: 1.6em;
}

.enviro-quote-checklist-list li::before{
	content: none;
}

.enviro-quote-checklist-icon{
	display: none;
}

.enviro-map-section{
	padding: 110px 0;
}

.enviro-map-panel{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(30, 111, 168, 0.18);
	box-shadow: 0 24px 72px rgba(11, 45, 74, 0.12);
	background: var(--white-color);
}

.enviro-map-overlay{
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 2;
	max-width: 360px;
	padding: 22px 24px;
	border-radius: 8px;
	background: rgba(11, 45, 74, 0.92);
	border: 1px solid rgba(30, 111, 168, 0.36);
	box-shadow: 0 20px 60px rgba(11, 45, 74, 0.22);
	backdrop-filter: blur(12px);
	color: var(--white-color);
}

.enviro-map-overlay span{
	display: block;
	color: #91d8ff;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}

.enviro-map-overlay strong{
	display: block;
	color: var(--white-color);
	font-size: 18px;
	line-height: 1.35em;
	margin-bottom: 14px;
}

.enviro-map-overlay a{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--accent-color);
	font-weight: 800;
}

.enviro-map-panel iframe{
	width: 100%;
	height: 520px;
	border: 0;
	display: block;
}

.enviro-thanks-section{
	background:
		linear-gradient(180deg, rgba(246, 249, 252, 0.96), rgba(255, 255, 255, 1));
}

.enviro-thanks-card{
	padding: clamp(44px, 6vw, 76px);
	background: var(--white-color);
}

.enviro-thanks-logo{
	width: min(260px, 70vw);
	height: auto;
	margin: 0 auto 26px;
	display: block;
}

.enviro-thanks-card h2{
	font-size: clamp(38px, 4vw, 60px);
	margin: 16px 0 18px;
}

.enviro-thanks-card p{
	max-width: 740px;
	margin: 0 auto 30px;
}

.enviro-thanks-actions{
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.enviro-case-listing,
.enviro-intel-listing{
	background: var(--white-color);
}

.enviro-filter-bar{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -18px 0 44px;
}

.enviro-intel-overview-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 4px 0 28px;
}

.enviro-intel-overview-card{
	display: block;
	height: 100%;
	padding: 24px 24px 22px;
	border-radius: 8px;
	border: 1px solid rgba(30, 111, 168, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 253, 0.98));
	box-shadow: 0 18px 48px rgba(11, 45, 74, 0.07);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.enviro-intel-overview-card:hover{
	transform: translateY(-4px);
	border-color: rgba(30, 111, 168, 0.28);
	box-shadow: 0 26px 62px rgba(11, 45, 74, 0.12);
}

.enviro-intel-overview-kicker{
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(42, 168, 232, 0.1);
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
}

.enviro-intel-overview-card h3{
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 12px;
	color: var(--primary-color);
}

.enviro-intel-overview-card p{
	margin: 0;
	color: rgba(11, 45, 74, 0.72);
}

.enviro-filter-bar button{
	border: 1px solid rgba(30, 111, 168, 0.18);
	background: #f3f7fb;
	color: var(--primary-color);
	border-radius: 999px;
	padding: 11px 20px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: all 0.25s ease;
}

.enviro-filter-bar button.active,
.enviro-filter-bar button:hover{
	background: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}

.enviro-project-grid,
.enviro-blog-grid{
	row-gap: 30px;
}

.enviro-case-card,
.enviro-intel-card{
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(30, 111, 168, 0.12);
	background: var(--white-color);
	box-shadow: 0 22px 70px rgba(11, 45, 74, 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.enviro-case-card .project-item-image,
.enviro-case-card .project-item-image a,
.enviro-case-card .project-item-image figure,
.enviro-intel-card .post-featured-image,
.enviro-intel-card .post-featured-image a,
.enviro-intel-card .post-featured-image figure{
	display: block;
	height: 100%;
	overflow: hidden;
}

.enviro-case-card:hover,
.enviro-intel-card:hover{
	transform: translateY(-6px);
	border-color: rgba(30, 111, 168, 0.32);
	box-shadow: 0 30px 86px rgba(11, 45, 74, 0.14);
}

.enviro-case-card .project-item-image img,
.enviro-intel-card .post-featured-image img{
	width: 100%;
	height: 100%;
	min-height: 278px;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
	display: block;
}

.enviro-case-card .project-item-content,
.enviro-intel-card .post-item-body{
	padding: 28px;
}

.enviro-case-card .project-item-content{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 224px;
	background:
		linear-gradient(180deg, #214f79 0%, #123a5d 32%, #0b2d4a 100%);
}

.project-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.project-tags span{
	font-size: 13px;
	font-weight: 800;
	color: var(--primary-color);
	background: #edf5fb;
	border-radius: 999px;
	padding: 8px 12px;
}

.enviro-case-card h2,
.enviro-intel-card h2{
	font-size: 24px;
	line-height: 1.22em;
	margin-bottom: 14px;
}

.enviro-case-card h2,
.enviro-case-card h2 a,
.enviro-case-card p{
	color: var(--white-color);
}

.enviro-case-card p{
	color: rgba(255, 255, 255, 0.84);
}

.enviro-case-card .project-tags span{
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--white-color);
}

.enviro-case-card-gikn .project-item-image img{
	object-position: center top !important;
}

.enviro-case-card p,
.enviro-intel-card p{
	margin-bottom: 0;
}

.enviro-case-detail .page-single-sidebar{
	position: sticky;
	top: 124px;
}

.enviro-case-detail .project-single-image img,
.enviro-technical-guide .post-image img{
	width: 100%;
	max-height: 620px;
	object-fit: cover;
	border-radius: 8px;
}

.enviro-case-detail .sidebar-cta-box{
	background: linear-gradient(135deg, var(--secondary-color), #0f416a);
	border-radius: 8px;
	padding: 32px;
}

.enviro-case-detail .sidebar-cta-logo img{
	max-width: 210px;
	margin-bottom: 24px;
}

.enviro-case-detail .sidebar-cta-content p{
	color: rgba(255, 255, 255, 0.88);
}

.enviro-case-detail .project-approach-item .icon-box{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	color: var(--white-color);
	flex: 0 0 54px;
}

.enviro-intel-card .post-item-tags{
	left: 22px;
	top: 22px;
}

.enviro-intel-card .post-item-body{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	min-height: 224px;
	background: linear-gradient(180deg, #214f79 0%, #123a5d 34%, #0b2d4a 100%);
}

.enviro-intel-card .post-item-content{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.enviro-intel-card .post-item-content h2,
.enviro-intel-card .post-item-content h2 a{
	color: var(--white-color);
}

.enviro-intel-card .post-item-content p{
	color: rgba(255, 255, 255, 0.84);
}

.enviro-intel-card .post-item-btn{
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.industry-intel-page .enviro-intel-overview-card h3{
	color: #0b2d4a;
}

.industry-intel-page .enviro-intel-overview-card p{
	color: #5b7186;
}

.enviro-technical-guide .post-content{
	margin-top: 44px;
}

.enviro-guide-list{
	list-style: none;
	padding: 0;
	margin: 22px 0 30px;
	display: grid;
	gap: 12px;
}

.enviro-guide-list li{
	position: relative;
	padding-left: 30px;
}

.enviro-guide-list li::before{
	content: '\f058';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--primary-color);
}

.enviro-technical-guide blockquote{
	border-left: 4px solid var(--primary-color);
	background: #f4f8fb;
	border-radius: 0 8px 8px 0;
	padding: 26px 30px;
	margin: 34px 0;
}

/************************************/
/***  Enviroshield About Page css  ***/
/************************************/

body.about-page .about-main-flow .our-approach,
body.about-page .about-main-flow .our-features,
body.about-page .about-main-flow .our-benefits,
body.about-page .about-main-flow .our-team,
body.about-page .about-main-flow .our-faqs{
	position: relative;
}

body.about-page .about-why-choose-section{
	background: var(--white-color);
}

body.about-page .about-why-choose-section .section-title h2,
body.about-page .about-why-choose-section .section-title p,
body.about-page .about-why-choose-section .why-choose-counter-item h3,
body.about-page .about-why-choose-section .why-choose-counter-item p,
body.about-page .about-why-choose-section .why-choose-info-item-content h2,
body.about-page .about-why-choose-section .why-choose-info-item-content p,
body.about-page .about-why-choose-section .why-choose-info-list li,
body.about-page .about-approach-section .section-title h2,
body.about-page .about-approach-section .section-title p,
body.about-page .about-approach-section .approach-item-content h3,
body.about-page .about-approach-section .approach-item-content p,
body.about-page .about-approach-section .about-approach-proof h3,
body.about-page .about-approach-section .about-approach-proof span,
body.about-page .about-features-section .section-title h2,
body.about-page .about-features-section .section-title p,
body.about-page .about-features-section .features-item-content h3,
body.about-page .about-features-section .features-item-content p,
body.about-page .about-benefits-section .section-title h2,
body.about-page .about-benefits-section .section-title p,
body.about-page .about-benefits-section .benefit-item-content h3,
body.about-page .about-benefits-section .benefit-item-content p,
body.about-page .about-benefits-section .benefit-footer-list li,
body.about-page .about-faqs-section .section-title h2,
body.about-page .about-faqs-section .section-title p,
body.about-page .about-faqs-section .accordion-button,
body.about-page .about-faqs-section .accordion-body p{
	color: #0b2d4a;
}

body.about-page .about-approach-section .about-approach-proof h3,
body.about-page .about-approach-section .about-approach-proof span{
	color: var(--white-color);
}

body.about-page .about-why-choose-section .why-choose-counter-box{
	background: #f4f8fb;
	border: 1px solid rgba(11, 45, 74, 0.08);
	border-radius: 8px;
}

body.about-page .about-why-choose-section .why-choose-image-box{
	background-image: none;
}

body.about-page .about-why-choose-section .why-choose-info-box{
	background: #f4f8fb;
	border: 1px solid rgba(11, 45, 74, 0.08);
	border-radius: 8px;
	padding: 30px;
}

body.about-page .about-features-section .features-item{
	background: #f4f8fb;
	border: 1px solid rgba(11, 45, 74, 0.08);
}

/* Final media locks for case study and intel cards */
.enviro-case-card .project-item-image,
.enviro-case-card .project-item-image a,
.enviro-case-card .project-item-image figure,
.enviro-intel-card .post-featured-image,
.enviro-intel-card .post-featured-image a,
.enviro-intel-card .post-featured-image figure{
	display: block;
	height: auto !important;
	overflow: hidden;
}

.enviro-case-card .project-item-image img,
.enviro-intel-card .post-featured-image img{
	width: 100% !important;
	height: 280px !important;
	min-height: 280px !important;
	max-height: 280px !important;
	object-fit: cover !important;
	object-position: center center !important;
	aspect-ratio: auto !important;
	display: block;
}

@media only screen and (max-width: 991px){
	.enviro-case-card .project-item-image img,
	.enviro-intel-card .post-featured-image img{
		height: 248px !important;
		min-height: 248px !important;
		max-height: 248px !important;
	}
}

@media only screen and (max-width: 767px){
	.enviro-case-card .project-item-image img,
	.enviro-intel-card .post-featured-image img{
		height: 224px !important;
		min-height: 224px !important;
		max-height: 224px !important;
	}
}

body.about-page .approach-item .icon-box i,
body.about-page .features-item .icon-box i,
body.about-page .benefit-item .icon-box i{
	position: relative;
	color: var(--white-color);
	font-size: 20px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

body.about-page .about-team-card .team-item-body{
	padding: 24px 22px 22px;
	background: rgba(255, 255, 255, 0.04);
}

body.about-page .about-team-card .team-item-content{
	margin-bottom: 0;
}

body.about-page .about-team-card .team-item-content h2{
	margin-bottom: 6px;
}

body.about-page .about-faqs-section .faq-cta-btn-gold{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

body.about-page .about-faqs-section .faq-cta-content-gold{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.sectors-page .enviro-story-section .section-title h2,
body.sectors-page .enviro-story-section .section-title p,
body.sectors-page .enviro-story-section .story-counter-item-header h2,
body.sectors-page .enviro-story-section .story-counter-item-header h3,
body.sectors-page .enviro-story-section .story-counter-item-content p{
	color: var(--white-color);
}

body.sectors-page .home-how-help .what-we-item:not(.box-3){
	background: var(--white-color);
	border: 1px solid rgba(11, 45, 74, 0.08);
	border-radius: 8px;
	box-shadow: 0 20px 54px rgba(11, 45, 74, 0.08);
	overflow: hidden;
}

body.sectors-page .home-how-help .what-we-item-content h3,
body.sectors-page .home-how-help .what-we-item-content p,
body.sectors-page .home-how-help .what-we-item-content li,
body.sectors-page .home-how-help .section-title h2,
body.sectors-page .home-how-help .section-footer-text p,
body.sectors-page .home-how-help .what-we-footer-list li{
	color: #0b2d4a;
}

body.sectors-page .home-how-help .what-we-item.box-3{
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(135deg, #10395d 0%, #0b2d4a 100%);
}

body.sectors-page .home-how-help .what-we-counter-content h2,
body.sectors-page .home-how-help .what-we-counter-content h3{
	color: var(--white-color);
}

body.sectors-page .home-how-projects .section-title h2,
body.sectors-page .home-how-projects .section-title p,
body.sectors-page .home-how-projects .how-work-item-content h3,
body.sectors-page .home-how-projects .how-work-item-content p,
body.sectors-page .home-how-projects .how-work-item-content li,
body.sectors-page .home-how-projects .how-work-item.active .how-work-item-content h3,
body.sectors-page .home-how-projects .how-work-item.active .how-work-item-content p,
body.sectors-page .home-how-projects .how-work-item.active .how-work-item-content li{
	color: #0b2d4a;
}

body.sectors-page .home-how-projects .how-work-item{
	background: var(--white-color);
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.sectors-page .home-how-projects .how-work-item-list{
	align-items: stretch;
}

body.sectors-page .home-how-projects .how-work-item-body,
body.sectors-page .home-how-projects .how-work-item-content{
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

body.sectors-page .home-how-projects .how-work-item-body{
	height: 100%;
}

body.sectors-page .home-how-projects .how-work-item-content ul{
	margin-top: auto;
}

body.about-page .approach-review-box.about-approach-proof{
	width: min(360px, calc(100% - 80px));
	background: rgba(11, 45, 74, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

body.about-page .approach-review-box.about-approach-proof .icon-box{
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(30, 111, 168, 0.9);
	border-radius: 50%;
}

body.about-page .approach-review-box.about-approach-proof .icon-box img{
	max-width: 34px;
}

body.about-page .approach-review-box.about-approach-proof span{
	display: block;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.35em;
	margin-top: 5px;
}

body.about-page .about-director-message{
	position: relative;
	padding: 120px 0;
	background:
		linear-gradient(120deg, rgba(3, 22, 38, 0.94), rgba(11, 45, 74, 0.92)),
		url('../images/generated/home/enviroshield-footer-bg-v2.jpg') center center / cover no-repeat;
	border-top: 3px solid #1fb6ff;
	border-bottom: 2px solid #1fb6ff;
	overflow: hidden;
}

body.about-page .about-director-message::before{
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 82% 30%, rgba(31, 182, 255, 0.14), transparent 34%);
	pointer-events: none;
}

body.about-page .about-director-panel{
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 34px;
	z-index: 1;
}

body.about-page .about-director-image figure,
body.about-page .about-director-image img,
body.about-page .about-benefits-image figure,
body.about-page .about-benefits-image img{
	width: 100%;
	display: block;
	border-radius: 8px;
}

body.about-page .about-director-image img{
	aspect-ratio: 4 / 5;
	min-height: 520px;
	object-fit: cover;
}

body.about-page .about-director-content blockquote{
	margin: 28px 0 0;
	padding: 0;
	border: 0;
}

body.about-page .about-director-content blockquote p{
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	line-height: 1.65em;
	margin-bottom: 18px;
}

body.about-page .about-director-signoff{
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 14px;
	padding-left: 18px;
	border-left: 3px solid #1fb6ff;
}

body.about-page .about-director-signoff strong{
	color: var(--white-color);
	font-size: 20px;
}

body.about-page .about-director-signoff span{
	color: rgba(255, 255, 255, 0.72);
}

body.about-page .about-features-section .features-image figure{
	border-radius: 8px;
	margin-bottom: 0;
	overflow: hidden;
	box-shadow: 0 26px 60px rgba(11, 45, 74, 0.22);
}

body.about-page .about-features-section .features-image img{
	max-width: 430px;
	aspect-ratio: 1 / 1.22;
	border-radius: 8px;
}

body.about-page .about-features-section .features-list-box{
	align-items: center;
}

body.about-page .about-features-section .features-image{
	display: flex;
	align-items: center;
	justify-content: center;
}

body.about-page .about-features-section .features-image-title h2{
	background: linear-gradient(180deg, transparent 28%, rgba(30, 111, 168, 0.46) 100%);
	background-clip: text;
	-webkit-background-clip: text;
}

body.about-page .about-benefits-layout{
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 28px;
	align-items: stretch;
}

body.about-page .about-benefits-image img{
	height: 100%;
	min-height: 460px;
	object-fit: cover;
}

body.about-page .about-benefits-section .benefit-item{
	background: #f4f8fb;
	border: 1px solid rgba(11, 45, 74, 0.08);
}

body.about-page .about-team-card{
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 18px 55px rgba(11, 45, 74, 0.18);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

body.about-page .about-team-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 18px;
	padding-top: 18px;
}

body.about-page .about-team-tags span{
	display: inline-flex;
	align-items: center;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--white-color);
	font-size: 13px;
	font-weight: 700;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

body.about-page .about-team-section{
	background:
		linear-gradient(120deg, rgba(3, 22, 38, 0.95), rgba(11, 45, 74, 0.92)),
		url('../images/generated/home/enviroshield-footer-bg-v2.jpg') center center / cover no-repeat;
	border-top: 3px solid #1fb6ff;
	border-bottom: 2px solid #1fb6ff;
}

body.about-page .about-team-section .section-title .section-sub-title{
	background: rgba(255, 255, 255, 0.08);
	color: #91d8ff;
}

body.about-page .about-team-section .section-title h2,
body.about-page .about-team-section .section-title p,
body.about-page .about-team-card .team-item-content h2,
body.about-page .about-team-card .team-item-content h2 a{
	color: var(--white-color);
}

body.about-page .about-team-card .team-item-content p,
body.about-page .about-team-link-row p{
	color: rgba(255, 255, 255, 0.78);
}

body.about-page .about-team-card .team-item-image img{
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	display: block;
}

body.about-page .about-team-link-row{
	margin-top: 10px;
}

body.about-page .about-team-link-row a{
	color: #91d8ff;
}

body.about-page .about-faqs-section .home-faqs-wide-cta{
	margin-top: 48px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding: 34px 38px;
	justify-content: space-between;
	background: linear-gradient(135deg, #10395d 0%, #1e6fa8 100%);
	box-shadow: 0 22px 60px rgba(11, 45, 74, 0.16);
}

body.about-page .about-faqs-section .home-faqs-wide-cta .faq-cta-content-gold h3,
body.about-page .about-faqs-section .home-faqs-wide-cta .faq-cta-content-gold p,
body.about-page .about-faqs-section .home-faqs-wide-cta .faq-phone-link{
	color: var(--white-color);
}

body.about-page .about-faqs-section .home-faqs-wide-cta .faq-cta-content-gold{
	flex: 1 1 440px;
	max-width: 720px;
	padding-right: 18px;
}

body.about-page .about-faqs-section .home-faqs-wide-cta .faq-cta-btn-gold{
	margin-left: auto;
	justify-content: flex-end;
}

body.about-page .about-faq-circle a{
	width: 132px;
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
	border-radius: 50%;
	box-shadow: 0 20px 50px rgba(11, 45, 74, 0.18);
}

body.about-page .about-faq-circle img{
	width: 62px;
}

@media only screen and (max-width: 991px){
	.enviro-page-main{
		padding: 92px 0 80px;
	}

	.enviro-contact-image-box,
	.enviro-case-detail .page-single-sidebar{
		position: relative;
		top: auto;
		margin-bottom: 34px;
	}

	.enviro-filter-bar{
		margin-top: 0;
	}

	.enviro-intel-overview-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.about-page .about-benefits-layout{
		grid-template-columns: 1fr;
	}

	body.about-page .about-why-choose-section .why-choose-info-box{
		padding: 20px;
	}

	body.about-page .about-benefits-image img{
		min-height: 360px;
	}

	body.about-page .about-director-panel{
		padding: 24px;
	}
}

@media only screen and (max-width: 767px){
	.enviro-form-card,
	.enviro-contact-info-panel,
	.enviro-quote-checklist,
	.enviro-thanks-card{
		padding: 24px;
	}

	.enviro-map-panel iframe{
		height: 390px;
	}

	.enviro-map-overlay{
		left: 16px;
		top: 16px;
		right: 16px;
		max-width: none;
	}

	.enviro-case-card .project-item-image img,
	.enviro-intel-card .post-featured-image img{
		height: 236px;
	}

	body.about-page .about-director-message{
		padding: 82px 0;
	}

	body.about-page .about-director-content blockquote p{
		font-size: 16px;
	}

	.enviro-quote-checklist-list{
		grid-template-columns: 1fr;
	}

	.enviro-intel-overview-grid{
		grid-template-columns: 1fr;
	}

	body.about-page .about-features-section .features-image figure{
		margin-bottom: 0;
	}

	body.about-page .about-features-section .features-image img{
		max-width: 100%;
		aspect-ratio: 4 / 3;
	}

	body.about-page .about-faqs-section .home-faqs-wide-cta{
		padding: 30px;
	}

	body.about-page .about-faqs-section .home-faqs-wide-cta .faq-cta-content-gold{
		max-width: 100%;
		padding-right: 0;
	}

	body.about-page .about-faqs-section .home-faqs-wide-cta .faq-cta-btn-gold{
		margin-left: 0;
		justify-content: flex-start;
	}

body.about-page .about-faq-circle{
	margin: 30px 0 0;
	padding-left: 0;
	border-left: 0;
	}
}

/* Final pass shared fixes */
.faq-accordion-silver .accordion-header .accordion-button:not(.collapsed){
	color: var(--white-color);
	background: linear-gradient(135deg, #123a5d 0%, #1e6fa8 100%);
}

.faq-accordion-silver .accordion-button:not(.collapsed)::after{
	filter: brightness(0) invert(1);
}

@media only screen and (max-width: 991px){
	.enviro-topbar{
		display: none !important;
		max-height: 0 !important;
		overflow: hidden !important;
		border: 0 !important;
	}

	body.home-prototype .enviro-topbar,
	body.template-compare .enviro-topbar{
		display: none !important;
		max-height: 0 !important;
		overflow: hidden !important;
		border: 0 !important;
	}

	.enviro-topbar .container-fluid{
		display: none !important;
	}

	.responsive-menu{
		position: relative;
		z-index: 120;
	}

	.responsive-menu .slicknav_menu{
		position: absolute;
		left: 0;
		right: 0;
		top: 10px;
		width: 100%;
		padding: 0;
		background: rgba(7, 27, 45, 0.92);
		border: 1px solid rgba(143, 214, 255, 0.14);
		border-radius: 16px;
		box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		overflow: hidden;
	}

	.responsive-menu .slicknav_nav{
		max-height: calc(100vh - 168px);
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		padding: 8px 0 18px;
		background: transparent;
	}

	.responsive-menu .slicknav_nav > li{
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.responsive-menu .slicknav_nav > li:first-child{
		border-top: 0;
	}

	.responsive-menu .slicknav_nav > li > a,
	.responsive-menu .slicknav_nav > li > .slicknav_row{
		color: var(--white-color) !important;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.01em;
		padding: 14px 20px;
		background: transparent;
	}

	.responsive-menu .slicknav_nav > li > .slicknav_row a,
	.responsive-menu .slicknav_nav > li > a.nav-link{
		color: var(--white-color) !important;
		font: inherit;
		letter-spacing: inherit;
		line-height: inherit;
		background: transparent !important;
	}

	.responsive-menu .slicknav_nav > li > a:hover,
	.responsive-menu .slicknav_nav > li > a:focus,
	.responsive-menu .slicknav_nav > li > .slicknav_row:hover,
	.responsive-menu .slicknav_nav > li > .slicknav_row:focus{
		background: rgba(255, 255, 255, 0.05);
		color: var(--white-color) !important;
	}

	.responsive-menu .slicknav_nav > li > .slicknav_row:hover a,
	.responsive-menu .slicknav_nav > li > .slicknav_row:focus a{
		color: var(--white-color) !important;
	}

	.responsive-menu .slicknav_nav > li > ul{
		margin: 0 12px 12px;
		padding: 8px 0;
		background: rgba(28, 84, 122, 0.34);
		border: 1px solid rgba(143, 214, 255, 0.10);
		border-radius: 12px;
	}

	.responsive-menu .slicknav_nav > li > ul > li + li{
		border-top: 1px solid rgba(255, 255, 255, 0.06);
	}

	.responsive-menu .slicknav_nav > li > ul li a{
		color: rgba(255, 255, 255, 0.88);
		font-size: 14px;
		font-weight: 600;
		padding: 10px 18px 10px 20px;
		background: transparent;
	}

	.responsive-menu .slicknav_nav > li > ul li a:hover,
	.responsive-menu .slicknav_nav > li > ul li a:focus{
		color: var(--white-color);
		background: rgba(255, 255, 255, 0.04);
	}

	.responsive-menu .slicknav_arrow:after{
		color: rgba(255, 255, 255, 0.74);
	}

	.responsive-menu .slicknav_open > a .slicknav_arrow:after,
	.responsive-menu .slicknav_open > .slicknav_row .slicknav_arrow:after{
		color: #8fd6ff;
	}

	.responsive-menu .enviro-mobile-menu-cta{
		display: none;
		padding: 16px 16px 4px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.responsive-menu .slicknav_nav[aria-hidden="false"] + .enviro-mobile-menu-cta{
		display: block;
	}

	.responsive-menu .slicknav_nav.slicknav_hidden + .enviro-mobile-menu-cta,
	.responsive-menu .slicknav_nav[aria-hidden="true"] + .enviro-mobile-menu-cta{
		display: none;
	}

	.responsive-menu .enviro-mobile-menu-quote{
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 50px;
		color: var(--white-color) !important;
		font-size: 15px;
		font-weight: 800;
		line-height: 1.2em;
		text-transform: none;
		letter-spacing: 0.01em;
		background: linear-gradient(135deg, #1e6fa8 0%, #2a9de2 100%);
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 999px;
		box-shadow: 0 14px 30px rgba(7, 35, 58, 0.28);
		transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	}

	.responsive-menu .enviro-mobile-menu-quote:hover,
	.responsive-menu .enviro-mobile-menu-quote:focus{
		color: var(--white-color) !important;
		background: linear-gradient(135deg, #2a9de2 0%, #35b2f5 100%);
		transform: translateY(-1px);
		box-shadow: 0 18px 34px rgba(7, 35, 58, 0.34);
	}

	.enviro-topbar .container-fluid{
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 14px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.enviro-topbar-contact{
		flex: 1 1 100%;
		justify-content: center;
		gap: 6px 14px;
	}

	.enviro-topbar-social{
		justify-content: center;
		gap: 6px 8px;
	}

	.enviro-topbar-contact span,
	.enviro-topbar-social span{
		display: none;
	}

	.enviro-topbar-contact a{
		font-size: 12px;
		white-space: nowrap;
	}

	.enviro-topbar-social a{
		width: 26px;
		height: 26px;
	}

	.enviro-topbar-social i{
		font-size: 12px;
	}

	.navbar{
		padding: 14px 0;
	}

	.navbar-brand img{
		max-width: 168px;
	}

	.slicknav_btn{
		width: 46px;
		height: 46px;
	}

	.slicknav_icon{
		width: 22px;
		height: 16px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: none;
	}

	.slicknav_btn:hover .slicknav_icon,
	.slicknav_btn.slicknav_open .slicknav_icon{
		transform: none;
	}

	.slicknav_icon .slicknav_icon-bar{
		display: block;
		width: 22px;
		height: 2px;
		margin: 0 !important;
		border-radius: 999px;
		background-color: var(--white-color);
		transform-origin: center;
		transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}

	.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(1){
		transform: translateY(7px) rotate(45deg);
	}

	.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(2){
		opacity: 0;
	}

	.slicknav_btn.slicknav_open .slicknav_icon .slicknav_icon-bar:nth-child(3){
		transform: translateY(-7px) rotate(-45deg);
	}

	.page-header-box ol,
	body.subpage-template .subpage-breadcrumb{
		display: none !important;
	}

	body.subpage-template .subpage-service-detail > .container > .row > .col-lg-4,
	.enviro-case-detail > .container > .row > .col-lg-4{
		order: 2;
	}

	body.subpage-template .subpage-service-detail > .container > .row > .col-lg-8,
	.enviro-case-detail > .container > .row > .col-lg-8{
		order: 1;
	}

	body.subpage-template .page-single-sidebar,
	.enviro-case-detail .page-single-sidebar{
		margin-top: 34px;
		margin-bottom: 0;
	}

	body.subpage-template .subpage-hero .home-hero-divider{
		bottom: -34px;
		height: 92px;
	}

	body.subpage-template .subpage-service-detail{
		padding-top: 72px;
	}
}

@supports (height: 100dvh){
	@media only screen and (max-width: 991px){
		.responsive-menu .slicknav_nav{
			max-height: calc(100dvh - 168px);
		}
	}
}

@media only screen and (max-width: 767px){
	.enviro-topbar{
		display: none !important;
		max-height: 0 !important;
	}

	.enviro-topbar .container-fluid{
		gap: 6px 12px;
	}

	.enviro-topbar-contact{
		gap: 4px 12px;
	}

	.enviro-topbar-contact a{
		font-size: 11px;
	}

	.enviro-topbar-social{
		width: 100%;
	}

	body.subpage-template .subpage-hero{
		padding: 214px 0 86px;
	}

	body.subpage-template .subpage-hero-content{
		max-width: 100%;
		padding: 20px 18px 24px;
	}

	body.subpage-template .subpage-hero-content h1{
		max-width: 100%;
		font-size: 34px;
		line-height: 0.98em;
	}

	body.subpage-template .subpage-hero-content p{
		font-size: 15px;
	}

	body.subpage-template .subpage-hero-shield-field{
		left: 50%;
		top: 45%;
		width: clamp(260px, 74vw, 360px);
		transform: translate(-50%, -50%);
		opacity: 0.10;
	}

	body.subpage-template .subpage-hero .home-hero-divider{
		bottom: -18px;
		height: 74px;
	}

	body.subpage-template .subpage-hero .home-hero-divider-badge{
		top: 10px;
		width: 64px;
	}

	body.subpage-template .subpage-service-detail{
		padding: 56px 0 64px;
	}

	body.home-prototype .footer-copyright-text,
	body.template-compare .footer-copyright-text{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		text-align: center;
	}

	body.home-prototype .footer-copyright-text p,
	body.template-compare .footer-copyright-text p,
	body.home-prototype .footer-credit,
	body.template-compare .footer-credit{
		width: 100%;
	}

	body.home-prototype .footer-credit{
		flex-direction: column;
		gap: 10px;
	}

	body.home-prototype .footer-credit-separator{
		width: 42px;
		height: 1px;
	}

	.footer-enquiry-cta{
		justify-content: center;
	}

	.footer-enquiry-button{
		width: 100%;
		max-width: 320px;
	}

	body.home-prototype .footer-legal-links,
	body.template-compare .footer-legal-links{
		justify-content: center;
		gap: 8px 14px;
		max-width: 100%;
	}
}

.post-item-tags a,
.post-item-tags a:hover,
.post-tags .tag-links a,
.post-tags .tag-links a:hover{
	color: var(--white-color);
}

.project-approach-item .icon-box i{
	position: relative;
	z-index: 1;
	color: var(--primary-color);
	font-size: 22px;
	line-height: 1;
	transition: color 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}

.project-approach-item:hover .icon-box i{
	color: var(--white-color);
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.18));
	transform: scale(1.06);
}

.enviro-case-detail .page-category-list-title{
	color: var(--white-color);
}

.enviro-case-detail .page-category-list.project-category-list ul li{
	color: rgba(255, 255, 255, 0.82);
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.enviro-case-detail .page-category-list.project-category-list ul li span{
	color: rgba(255, 255, 255, 0.98);
}

.enviro-case-detail .projects-overview-image-content{
	align-items: stretch;
}

.enviro-case-detail .projects-overview-image,
.enviro-case-detail .projects-overview-image figure,
.enviro-case-detail .projects-overview-image img{
	height: 100%;
}

.enviro-case-detail .projects-overview-image img{
	aspect-ratio: auto;
}

.enviro-case-detail .sidebar-cta-box{
	background: linear-gradient(135deg, #0b2d4a 0%, #1b5f91 55%, #1e6fa8 100%);
}

.page-team .about-director-message,
.page-team .about-team-section{
	position: relative;
	isolation: isolate;
}

.page-team .about-director-message::before,
.page-team .about-team-section::before{
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 24%, rgba(30, 111, 168, 0.18), transparent 30%),
		radial-gradient(circle at 82% 72%, rgba(109, 204, 255, 0.12), transparent 28%);
	pointer-events: none;
	z-index: 0;
}

.page-team .about-director-message > *,
.page-team .about-team-section > *{
	position: relative;
	z-index: 1;
}
