/*--- Service Hero Section ---*/
.service-hero {
	padding: 60px 0 30px;
	background: #f5f5f5;
	position: relative;
	min-height: 800px;
}
.has-service-image {
	min-height: 800px;
	background-image: var(--serviceBgImg);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
}
.has-service-image .service-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
}
.has-service-video {
	margin-bottom: 0;
}
.has-service-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: initial;
    z-index: 1;	
}
.has-service-video .service-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
	z-index: 2;
}
.text_white .project-breadcrumb,
.text_white .project-breadcrumb a,
.text_white .project-breadcrumb .active {
	color: #FFFFFF;
}
.text_white .project-divider {
	border-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.service-hero .container {
	position: relative;
	z-index: 9;
}

.service-hero .project-title {
	font-family: 'Moderat';
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 4px;
}
.service-hero .service-content {
	font-family: 'Moderat';
	font-size: 31px;
	font-weight: 400;
	margin-top: 80px;
	max-width: 700px;
}

/*--- Service Slider Section ---*/
.slider-sections {
	background: #f5f5f5;
}
.service-slider-layout {
	display: grid;
	grid-template-columns: minmax(0, 60%) minmax(0, 40%);
	height: 700px;
}
.service-slider-left {
	padding: 90px 28px 26px 8px;
	display: flex;
	flex-direction: column;
}
.service-slider-right {
	position: absolute;
	content: "";
	right: 0;
	width: 50%;
	padding: 0;
	overflow: hidden;
	height: 700px;
}
.service-slider-layout .slide-copy {
	max-width: 600px;
	padding-top: 8px;
}
.service-slider-layout .slide-title {
	margin: 0 0 30px;
	font-family: 'Moderat';
	font-size: 31px;
	line-height: 46px;
	font-weight: 400;
	color: var(--text-color);
}
.service-slider-layout .slide-description {
	font-family: 'Moderat_Regular';
	font-size: 20px;
	line-height: 30px;
	color: var(--text-color);
	font-weight: 400;
	margin: 0 0 34px;
}

@media (max-width: 1100px) {
	.service-slider-layout {
		grid-template-columns: 1fr;
		min-height: auto;
		height: auto;
		padding-top: 50px;
	}
	.service-slider-left {
		display: contents;
	}
	.service-slider-left, .service-slider-right {
		min-width: 0;
	}
	.sector-slider-wrap, .service-slider-right, .sector-nav {
		width: 100%;
	}
	.service-slider-right {
		order: 3;
		overflow: hidden;
		margin-top: 30px;

		position: relative;
		width: 100%;
	}
	.sector-nav {
		order: 4;
		margin-top: 40px;
		margin-bottom: 0px;
		justify-content: center;
		padding-bottom: 50px;
	}
	.service-slider-right {
		height: auto;
	}
}


/*--- Service Digital Section ---*/
.digital-section {
	padding: 60px 0 30px;
	background: #FFFFFF;
	overflow: hidden;
}
.digital-section h2 {
	margin: 0 0 38px;
	font-family: 'Moderat';
	font-size: 31px;
	font-weight: 400;
	color: #24262E;
}
.digital-swiper .swiper-slide {
	display: flex;
	gap: 18px;
	flex-shrink: 1;
}
.digital-swiper {
	overflow: visible;
}
.digital-slide {
	height: 640px;
	border-radius: 10px;
	overflow: hidden;
}
.digital-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image-slide {
	width: 800px;
}
.content-slide {
	width: 530px;
	background: #24262E;
}
.content-box .digital-description {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.content-box {
	height: 100%;
	padding: 45px 38px;
	color: #fff;
	overflow: auto;
}
.content-box span {
	display: block;
	/*margin-bottom: 4px;*/
	font-family: 'Moderat_Regular';
	font-size: 20px; /*22px;*/
	font-weight: 400;
	color: rgba(255, 255, 255, 0.55);
}
.content-box h3 {
	margin: 0 0 38px;
	font-family: 'Moderat_Regular';
	font-size: 20px; /*22px;*/
	font-weight: 400;
}
.content-box .digital-description p {
	margin: 0;
	font-family: 'Moderat_Regular';
	font-size: 18px; /*20px;*/
	line-height: 28px;
}

.digital-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	margin-top: 42px;
}
.digital-tab {
	/*width: 128px;*/
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 14px;
	color: #24262E;
	cursor: pointer;
	opacity: 0.5;
}
.digital-tab span {
	display: block;
	/*width: 64px;*/
	height: 2px;
	margin-bottom: 12px;
	background: #9D9D9C;
	transition: 0.3s ease;
}
.digital-tab.active {
	color: #24262E;
	opacity: 1;
}
.digital-tab.active span {
	/*width: 128px;*/
	background: #04C6A3;
}

@media (max-width: 991px) {
	.digital-swiper .swiper-slide {
		flex-shrink: 0;
		flex-direction: column;
	}
	.image-slide,
	.content-slide {
		width: 100%;
	}
	.digital-slide {
		height: 420px;
	}
	.digital-tabs {
		justify-content: center;
		padding-bottom: 10px;
	}
	.digital-tab {
		text-wrap: nowrap;
	}
}
@media (max-width: 575px) {
	/*.image-slide,
	.content-slide {
		width: 88%;
	}*/
	.visual-slide {
		height: 360px;
	}
	.content-box {
		padding: 32px 24px;
	}
	.content-box .digital-description p {
		font-size: 14px;
	}
}


/*--- Service Landscape Section ---*/
.landscape-tabs-section {
	padding: 44px 0 90px;
	background: #fff;
}
.landscape-container {
	width: 85%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 32% 58%;
	gap: 20px;
}
.landscape-left h2 {
	margin: 0 0 52px;
	font-family: 'Moderat';
	font-size: 31px;
	font-weight: 400;
	color: #24262E;
}
.landscape-tabs {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.landscape-tab {
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	font-family: 'Moderat';
	font-size: 22px;
	font-weight: 400;
	color: #24262E;
	cursor: pointer;
	transition: color 0.3s ease;
	opacity: 0.5;
}
.landscape-tab.active,
.landscape-tab:hover {
	opacity: 1;
}
.landscape-content {
	display: none;
}
.landscape-content.active {
	display: block;
}
.landscape-image {
	width: 100%;
	margin-bottom: 30px;
}
.landscape-image img {
	width: 100%;	
  	border-radius: 25px;
}
.landscape-content .landscape-description p {
	max-width: 740px;
	margin: 0 0 22px;
	font-family: 'Moderat_Regular';
	font-size: 20px;
	line-height: 1.35;
	color: #24262E;
}
.landscape-content .landscape-description p:last-child {
	margin-bottom: 0;
}
.section-line {
	display: block;
	width: 28px;
	height: 2px;
	margin-bottom: 18px;
	background: #555;
}

@media (max-width: 768px) {
	.landscape-container {
		width: 90%;
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.landscape-left h2 {
		margin-bottom: 32px;
	}
	.landscape-tabs {
		gap: 18px;
	}
	.landscape-content p {
		font-size: 16px;
	}
}


/*--- Service BG Content Section ---*/
.bg-section-hero {
	position: relative;
	min-height: 900px;
	background-image: var(--serviceBgSectionImg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0px;
}
.bg-section-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bg-section-hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.48);
}
.bg-section-hero-content {
	position: relative;
	z-index: 1;
	max-width: 800px;
	padding: 20px;
	text-align: center;
	color: #fff;
}
.bg-section-hero-content h2 {
	margin: 0 0 34px;
	font-family: 'Moderat';
	font-size: 31px;
	font-weight: 500;
	line-height: 1.2;
}
.bg-section-hero-content .bg-section-description p {
	margin: 0;
	font-family: 'Moderat_Regular';
	font-size: 28px;
	font-weight: 400;
	line-height: 1.18;
}

@media (max-width: 768px) {
	.bg-section-hero {
		min-height: 460px;
	}
	.bg-section-hero-content {
		max-width: 90%;
	}
	.bg-section-hero-content h2 {
		font-size: 21px;
		margin-bottom: 24px;
	}
	.bg-section-hero-content .bg-section-description p {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.bg-section-hero-content .bg-section-description p {
		font-size: 18px;
	}
}


/*--- Service Two Column Section ---*/
.two-column-section {
	background: #f5f5f5;
	position: relative;
	margin: 0;
}
.two-column-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 620px;
}
.two-column-item {
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	padding: 150px 0px;
}
.two-column-item.has-image .two-column-image {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	padding: 0;
	overflow: hidden;
}
.two-column-item.has-image .two-column-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}
.two-column-item.has-image:hover .two-column-image img {
	transform: scale(1.08);
}
.two-column-line {
	display: block;
	width: 36px;
	height: 2px;
	background: #7b7b7b;
	margin-bottom: 15px;
}
.two-column-line.active {
	background: #04C6A3;
}
.two-column-number {
	display: block;
	/*margin-bottom: 12px;*/
	font-size: 20px;
	color: #a4a4a4;
	font-weight: 300;
}
.two-column-content-wrap {
	position: relative;
	padding-right: 100px;
	padding-left: 20px;
	width: 90%;
}
.two-column-content-wrap.white .two-column-content,
.two-column-content-wrap.white .two-column-heading,
.two-column-content-wrap.white .two-column-number {
	color: #FFFFFF;
}
.two-column-heading {
	margin-bottom: 30px;
	font-family: 'Moderat_Regular';
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #24262E;
}
.two-column-content {
	display: flex;
	flex-direction: column;
	gap: 20px;

	font-family: 'Moderat_Regular';
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #24262E;
}
.two-column-cta {
	display: inline-block;
	font-size: 22px;
  	line-height: 30px;	
	background: var(--white);
	color: var(--text-color);
	text-decoration: none;
	border-radius: 4px;
	padding: 12px 20px 16px;
	transition: all .35s ease;
	margin-top: 100px;
}
.two-column-item:hover .two-column-cta {
	background: var(--green);
	color: var(--white);
}
@media (max-width: 992px) {
	.two-column-grid {
		grid-template-columns: 1fr;
	}
	.two-column-item.has-image .two-column-image {
		position: absolute;
		content: "";
		right: 0;
		top: unset;
		height: 52%;
		width: 100%;
		padding: 0;
		overflow: hidden;
		bottom: 0;
	}
	.two-column-item {
		padding: 80px 00px;
	}
	.two-column-content-wrap {
		padding-right: 10px;
		padding-left: 10px;
	}
	.two-column-content-wrap .two-column-content {
		padding: 0;
		width: 100%;
	}
}