:root {
	--inner-wrapper-width: 1440px;
	--orange-color: #FF6F3C;
	--global-font-family: 'Montserrat';
	--paragraph-font-family: 'Open Sans';
	--dark-background-color: rgb(26, 62, 92);
	--mobile-inline-padding: 16px;
}

* {
	box-sizing: border-box;
	font-family: var(--global-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin-top: 0;
}

.section-1 {
	/* max-width var(--inner-wrapper-width); */
	max-width: 1536px;
	margin-inline: auto;
}

.section-1 .image-banner-container {
	position: relative;
	top: 200px;
}

.section-1 .image-banner-container .container,
.section-1 .image-banner-container .container {
	max-width: 100%;
}

.image-banner-container:first-of-type {
	margin-top: 40px;
}

h1 {
	font-weight: 500;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 42px;
}

img {
	display: block;
	max-width: 100%;
}

.main-hero .img-wrapper {
	margin-top: 84px;
	position: relative;
	width: fit-content;
	z-index: 10;
}

.main-hero .img-wrapper::before {
	content: " ";
	position: absolute;
	left: -46px;
	bottom: -40px;
	background-color: var(--orange-color);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.main-hero h1 {
	margin-bottom: 20px;
}

.main-hero p {
	margin-inline: auto;
	width: 100%;
	text-align: center;
	font-size: 16px;
	/* text-wrap: balance; */
}

/* .main-hero p:first-of-type {
	margin-bottom: 0;
} */
a {
	display: block;
	max-width: fit-content;
}

.row {
	display: flex;
}

.orange_button {
	position: relative;
	display: block;
	padding: 16px 24px;
	background: linear-gradient(90deg, #FF6F3C, #FF6F3C);
	/* solid orange */
	color: white;
	overflow: hidden;
	text-decoration: none;
}

.orange_button::before,
.orange_button::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	z-index: 0;
}

/* Solid blue */
.orange_button::before {
	background: linear-gradient(90deg, rgb(26, 62, 92), rgb(26, 62, 92));
}

/* Blue-orange mix */
.orange_button::after {
	background: linear-gradient(90deg, rgba(26, 62, 92, 0.9), rgba(255, 111, 60, 0.9));
}

/* On hover: fade in solid blue */
.orange_button.hovered::before {
	opacity: 1;
}

/* On leave: fade in gradient */
.orange_button.leaving::after {
	opacity: 1;
}

/*.section-7, .section-8{
	.orange_button{
		border: 2px solid transparent;
	}
	.orange_button:hover{
		border-color: white;
	}
}  

*/

.section-7 .orange_button,
.section-8 .orange_button {
	border: 2px solid transparent;
}

.section-7 .orange_button:hover,
.section-8 .orange_button:hover {
	border-color: white;
}

.homepage .orange_button span {
	color: white;
	font-weight: 600;
	font-family: 'Montserrat';
	position: relative;
	z-index: 1;
}

.homepage .section-1 .orange_button,
.section-8 .orange_button {
	margin-inline: auto
}

/* Section 2 */

.section-2 {
	background: radial-gradient(circle at 15% 61%, rgba(255, 111, 60, 0.2), transparent 260px), radial-gradient(circle at 95% 15%, rgba(255, 111, 60, 0.2), transparent 300px), var(--dark-background-color);
	padding-top: 300px;
	padding-bottom: 150px !important;
	position: relative;
	color: white;
	margin-top: -200px;
}

.section-2 .inner-wrapper h2,
.section-4 h2,
.section-6 h2 {
	/* font-size 58px; */
	font-weight: 700;
	color: white;
	text-align: center;
	max-width: 720px;
	margin-inline: auto;
	margin-bottom: 0;
}

.section-7 h2 {
	font-weight: 700;
	color: white;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 40px;
}

.section-2 .inner-wrapper h2 {
	margin-top: 0px;
}

.section-8 h4 {
	/* .section-2 .arrow-div h4 was also here */
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 42px;
}

.section-2 .arrow-div .left-paragraph,
.section-8 p {
	font-family: var(--paragraph-font-family);
	font-weight: 500;
	color: white;
}

.section-2 .arrow-div .section .services .row p,
.section-6 .introduction h4 {
	/* font-size 28px; */
	font-weight: 700;
	margin-bottom: 0;
	color: white;
}

.section-2 .arrow-div .section .services .row div h4 {
	margin-bottom: 0;
}

.section-2 .arrow-div .left-paragraph {
	font-size: 18px;
}

.section-2 .inner-wrapper {
	/* max-width var(--inner-wrapper-width); */
	max-width: 78%;
	margin: 0 auto;
	position: relative;
}

.section-2 h2 {
	text-align: center;
	/* font-size: 58px; */
	font-weight: 700;
	margin-bottom: 84px;
	max-width: 720px;
	margin-inline: auto;
}

.section-2 .stacked-content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	/* margin-left 40px; */
	padding-top: 20px;
	padding-bottom: 40px;
}

.section-2 .stacked-content::before {
	content: " ";
	position: absolute;
	width: 40px;
	aspect-ratio: 1/1;
	background-color: var(--orange-color);
	top: 20px;
	left: -20px;
	z-index: 1;
}

.section-2 .stacked-content::after {
	content: "";
	position: absolute;
	right: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid var(--orange-color);
	z-index: 1;
	bottom: 10px;
}

.section-2 .arrow-div .stacked-content .section .col {
	/* max-width: 638px; */
	flex: 1;
}

.section-2 .arrow-div .stacked-content .section.top-section .col h3 {
	/* was first of type */
	margin-bottom: 20px;
}

.section-2 .section {
	display: flex;
	gap: 42px;
	margin-left: 0;
	padding: 20px 40px;
}

.section-2 .top-section {
	border-left: 2px solid var(--orange-color);
	/* padding-block: 42px; */
	border-bottom: 2px solid var(--orange-color);
}

.section-2 .bottom-section {
	/* padding-top: 42px; */
	border-right: 2px solid var(--orange-color);
}

.section-2 .section h3 {
	/* font-size 48px; */
	font-weight: 700;
	margin-bottom: 20px;
	text-wrap: balance;
}

.section-2 .left-paragraph {
	/* was 32 */
	font-weight: 600;
}

.section-2 .services {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-2 .service {
	display: flex;
	align-items: center;
	gap: 24px;
}

.section-2 .img-wrapper {
	background-color: rgba(255, 111, 60, 0.2);
	padding: 10px;
	width: 50px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.section-2 .img-wrapper img {
	max-width: 100%;
	max-height: 100%;
}

.section-2 .service p {
	/* font-size 28px; */
	font-weight: 700;
}

/* Section 3  */
.section-3 {
	max-width: var(--inner-wrapper-width);
	margin-inline: auto;
	max-height: unset !important;
	height: auto;
	margin-top: -150px !important;
}

.section-3 .image-banner-container {
	position: relative;
	width: 100% !important;
	z-index: 10;
	top: initial !important;
	margin-top: 0px !important;
}

/* Section 4 */

.section-4 {
	padding-bottom: 30px;
}

.section-4 h2,
.section-6 h2 {
	color: var(--orange-color);
	max-width: 794px;
	text-transform: capitalize;
}

.section-4 h2 span,
.section-6 h2 span {
	color: black;
}

.section-4 h2 {
	margin-top: 20px !important;
	margin-bottom: 0px !important;
}

.section-4 .card-container {
	justify-content: center;
	gap: 42px;
}

.section-4 .card {
	max-width: 719px;
	position: relative;
	z-index: 0;
}

.section-4 .card .inner-card-wrapper {
	border: 2px solid #ADADAD;
	padding: 48px;
	padding-bottom: 136px;
	max-height: 438px;
}

.section-4 .card .inner-card-wrapper h4,
.section-5 .arrow-div h4 {
	font-weight: 700;
	margin-bottom: 0;
	/* background-color: red; */
}

.section-4 .card .inner-card-wrapper p {
	font-family: var(--paragraph-font-family);
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 0;
}

.section-4 .card .inner-card-wrapper .img-wrapper {
	background-color: rgba(55, 71, 79, 0.2);
	padding: 16px;
	width: fit-content;
	margin-bottom: 48px;
}

.section-4 .card .orange_button {
	max-width: 342px;
	margin: 0;
}

.section-4 .card .button-wrapper {
	width: fit-content;
	margin-left: auto;
	border-top: 2px solid #ADADAD;
	border-left: 2px solid #ADADAD;
	padding: 20px 0 0 20px;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	background-color: white;
}

.section-4 .card:first-child .orange_button {
	min-width: 342px;
	text-align: center;
}

/* Section 5 */

.section-5 {
	background: radial-gradient(circle at 7% 30%, rgba(255, 111, 60, 0.2), transparent 260px), radial-gradient(circle at 95% 65%, rgba(255, 111, 60, 0.2), transparent 300px), var(--dark-background-color);
	padding: 60px 240px 60px 220px;

}

.section-5>.arrow-div>.row>.col.row.title {
	width: 40%;
	min-width: 40%;
	padding-right: 20px;
}

.section-5 .arrow-div h2 {
	text-align: left;
	margin-bottom: 0;
	font-weight: 700;
	color: white;
	max-width: 720px;
	margin-bottom: 40px;
}

.section-5 .arrow-div>.row {
	width: 100%;
	align-items: stretch;
}

.section-5 .arrow-div .row .row.title {
	position: relative;
	flex-direction: row;
	align-items: center;
	border-top: 2px solid var(--orange-color);
}

.section-5 .arrow-div .row .row.title::before {
	content: " ";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: var(--orange-color);
	top: -20px;
	left: 0px;
	z-index: 1;
}

.section-5 .arrow-div .row .col.cards {
	position: relative;
	padding: 20px;
	border: 2px solid var(--orange-color);
	border-top: none;
	flex: 1;
}

.section-5 .arrow-div .row .col.cards::after {
	content: "";
	position: absolute;
	right: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid var(--orange-color);
	z-index: 1;
	rotate: 180deg;
	top: -10px;
}

.section-5 .arrow-div .img-wrapper {
	max-width: 80px;
}

.section-5 .arrow-div .img-wrapper img {
	max-width: 50px;
	aspect-ratio: 1/1;
}

.section-5 .arrow-div .col.row {
	flex-direction: column;
	gap: 25px;
}

.section-5 .arrow-div .col.row>.row {
	gap: 40px;
	align-items: center;
	color: white;
}

.section-5 .arrow-div .col.row h2 {
	font-weight: 700;
	margin-bottom: 0;
}

.section-5 .arrow-div .col.row p {
	font-weight: 600;
	margin-bottom: 0;
	color: white;
}

.section-5 .arrow-div .col.row p.subtext {
	font-weight: 500;
}

/* Section 6 */
#testimonial-video-2,
#testimonial-video-3 {
	display: none;
}

.section-6 {
	padding-block: 40px;
}

.section-6 h2 {
	max-width: 720px;
	margin-bottom: 20px;
	/* margin-bottom: 0; */
}

.section-6 .testimonials-wrapper {
	align-items: center;
}

.section-6 .testimonial-navigation {
	position: relative;
	bottom: 260px;
	width: 90%;
}

.section-6 .testimonial-arrow {
	outline: none;
	border: none;
	background: none;
	position: absolute;
}

.section-6 .testimonial-arrow.prevTestimonial {
	left: 0%;
}

.section-6 .testimonial-arrow.nextTestimonial {
	right: 0;
}

.section-6 .testimonials {
	width: 847px;
	border: 2px solid #ADADAD;
	z-index: 10;
	margin-left: -63px;
	background-color: white;
	padding: 46px;
	border-radius: 4px;
	display: none;
}

.section-6 .testimonials.active {
	display: block;
}

.section-6 #testimonial-thumbnails {
	margin-block: 20px;
}

#testimonial-thumbnails>img {
	width: 120px;
	height: 120px;
	opacity: 0.5;
	transition: opacity 1s ease, transform 1s ease;
}

#testimonial-thumbnails>img.active {
	opacity: 1;
	transform: scale(1.65);
}

.section-6 .img-container.row {
	max-width: 500px;
	margin-inline: auto;
	gap: 60px;
	align-items: center;
}

.section-6 .testimonials .description-box .introduction {
	position: relative;
	margin-inline: auto;
	max-width: 300px;
	text-align: center;
	margin-top: 42px;
}

.section-6 .testimonials .description-box .introduction::after {
	content: url("/wp-content/uploads/2025/04/Group-6898.png");
	position: absolute;
	left: 50%;
	bottom: -125%;
	transform: translateX(-50%);
}

.section-6 .testimonials .description-box .introduction h4 {
	margin-bottom: 4px;
}

.section-6 .testimonials .description-box .introduction p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	font-family: var(--paragraph-font-family);
}

.section-6 .testimonials .description-box .description p {
	font-size: 24px;
	font-weight: 400;
	font-family: var(--paragraph-font-family);
	margin-top: 100px;
	text-align: center;

}

/* Section 7 */

.section-7 {
	overflow: hidden;
}

.section-7 .inner-wrapper-dark,
.section-7 .inner-wrapper-light {
	padding: 150px 120px 250px 120px;
}

.section-7 .inner-wrapper-dark {
	background: radial-gradient(circle at 7% 30%, rgba(255, 111, 60, 0.2), transparent 260px), radial-gradient(circle at 95% 65%, rgba(255, 111, 60, 0.2), transparent 300px), var(--dark-background-color);
	padding-top: 40px;
	padding-bottom: 170px;
}

.section-7 .inner-wrapper-dark h2 {
	/* text-wrap nowrap; */
	padding-right: 20px;

	flex: 1;
	margin: 0;
	text-align: left;
}

.section-7 .inner-wrapper-dark .row {
	align-items: center;
	justify-content: space-between;
}

.section-7 .inner-wrapper-dark .orange_button,
.section-7 .inner-wrapper-light .orange_button {
	margin: 0;
}

.section-7 .inner-wrapper-light {
	padding-bottom: 0;
}

.section-7 .inner-wrapper-light .case-studies-wrapper {
	max-width: fit-content;
	margin-top: -285px;
	margin-bottom: 30px;
	overflow: visible;
	/* gap: 42px; */
}

.section-7 .inner-wrapper-light .case-study .image-wrapper {
	position: relative;
	margin-bottom: 24px;
}

.section-7 .inner-wrapper-light .case-study .image-wrapper a img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.section-7 .case-studies-wrapper .case-study .button-wrapper {
	position: absolute;
	bottom: 0%;
	right: 0%;
}

.section-7 .case-studies-wrapper .case-study .button-wrapper svg {
	position: relative;
	z-index: 3;
}

.section-7 .inner-wrapper-light .case-study .description {
	max-width: 720px;
}

.section-7 .inner-wrapper-light .case-study .description .tags p:first-child {
	background-color: #FFD7BF;
	color: var(--orange-color);
	font-weight: 600;
}

.section-7 .inner-wrapper-light .case-study .description .tags p:nth-child(2) {
	background-color: #E9E9E9;
	color: var(--dark-background-color);
	font-weight: 500;
}

.section-7 .inner-wrapper-light .case-study .description .tags p {
	font-size: 18px;
	padding: 12px 24px;
	margin-bottom: 0;
}

.section-7 .inner-wrapper-light .case-study .description .tags.row {
	gap: 24px;
	margin-bottom: 10px;
}

.section-7 .inner-wrapper-light .case-study .description>h4 {
	/* .section-7 .inner-wrapper-light .case-study .description > h3 */
	font-weight: 600;
	font-size: 18px;
}

.section-7 .case-studies-wrapper .swiper-slide {
	width: 400px;
	max-width: 90%;
	cursor: grab;
}

.section-7 .case-studies-wrapper .swiper-slide:active {
	cursor: grabbing;
}

.section-7>.orange_button.mobile {
	display: none;
}

/* Section 8 */

.section-8 {
	background: radial-gradient(circle at 7% 30%, rgba(255, 111, 60, 0.2), transparent 260px), radial-gradient(circle at 95% 65%, rgba(255, 111, 60, 0.2), transparent 300px), var(--dark-background-color);

}

.section-8 .wrapper {
	position: relative;
}

.section-8 .wrapper * {
	color: white;
	text-align: center;
	max-width: 1065px;
	width: fit-content;
	margin-inline: auto;
}

.section-8 .wrapper h4 {
	margin-bottom: 24px;
}

.section-8 .wrapper p {
	margin-bottom: 42px;
	font-family: var(--paragraph-font-family);
}

.section-8 #left-side {
	position: absolute;
	top: 48%;
}

.section-8 #left-side,
.section-8 #right-side {
	margin: 0;
}

.section-8 #right-side {
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 0;
	top: 50%;
}

.section-8 #right-side .wrapper {
	position: relative;
}

.section-8 #right-side .wrapper::before {
	content: " ";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: var(--orange-color);
	top: -6px;
	left: -20px;
	z-index: 1;
}

.section-8 #left-side .wrapper {
	position: relative;
}

.section-8 #left-side .wrapper::after {
	content: "";
	position: absolute;
	right: -40px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid var(--orange-color);
	z-index: 1;
	rotate: -90deg;
	bottom: -15px;
}

.cta-section .cta-block .full-container .cta-content-container {
	padding-block: 60px;
}

.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content h3 {
	/* .section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content h4 */
	/* max-width: 1065px; */

	margin-left: auto;
	margin-right: auto;
	text-wrap: balance;
}

.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content p {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.section-8 .cta-section .cta-block .full-container .left-arrow-container {
	transform: unset;
	/* bottom: 0%; */
}

.cards-div .container .cards-container .card {
	min-height: auto;
}

/* Resposniveness  */
@media only screen and (max-width: 1536px) {
	h1 {
		max-width: 90%;
	}

	.section-1 .img-wrapper {
		max-width: 90;
		margin-inline: auto;
	}

	body .cta-section .cta-block .full-container .left-arrow-container .arrow-svg {
		transform: translateY(5px);
	}

}

@media screen and (max-width:1440px) {
	.section-1 {
		max-height: 70vh;
	}

	.section-1 .main-hero {
		padding: 0 20px;
	}

	.section-1 .main-hero p {
		text-wrap: balance;
	}

	.section-1 h1 {
		text-wrap: balance;
	}

	.section-1 .homepage .orange_button span,
	.section-7 .homepage .orange_button span {
		font-size: 16px;
	}

	.section-1 .image-banner-container {
		margin-top: 0;
		top: 50px;
		max-width: 90%;
		margin-inline: auto;
	}

	.section-1 .image-banner-container .container {
		max-width: 78%;
	}

	.section-2 {
		padding-bottom: 210px;
		padding-top: 280px;
	}

	.section-2 .inner-wrapper {
		max-width: 78%;
		margin-inline: auto;
	}

	.section-2 .inner-wrapper h2 {
		margin-bottom: 0;
	}

	.section-2 .stacked-content::before {
		width: 30px;
		left: -15px;
	}

	.section-2 .stacked-content::after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 30px solid var(--orange-color);
		right: -14px;
		bottom: 15px;
	}

	.section-2 .section h4 {
		margin-bottom: 26px;
	}

	.section-2 .services {
		gap: 12px;
	}

	.section-2 .section {
		padding: 24px;
		justify-content: space-around;
	}

	.section-2 .arrow-div .stacked-content .section .col {
		/* max-width: 360px; */
		flex: 1;
	}

	.section-3 {
		max-height: unset;
	}

	.section-3 .image-banner-container .container {
		/* max-width 78%; */
	}

	.section-4 {
		padding-bottom: 40px;
	}

	.section-4 h2 {
		margin-bottom: 30px;
	}

	.section-5 {
		padding: 40px 110px;
	}

	.section-5 .arrow-div h2 {
		font-size: 32px;
	}

	.section-5 .arrow-div .row .col.cards::after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 30px solid var(--orange-color);
		right: -16px;
	}

	.section-5 .arrow-div .row .row.title::before {
		width: 30px;
		height: 30px;
		top: -17px;
	}

	.section-6 {
		padding-block: 40px 40px;
	}

	.section-6 h2 {
		max-width: 430px;
	}

	.section-6 .introduction h4 {
		font-size: 26px;
	}

	.section-7 .inner-wrapper-light .case-study .description>h3 {
		font-size: 20px;
	}

	.section-7 .inner-wrapper-light .case-study .description .tags p {
		font-size: 14px;
	}

	.section-7 .case-studies-wrapper .case-study .button-wrapper {
		padding: 11px 11px 0;
		background-color: white;
	}

	.section-7 .inner-wrapper-light .orange_button {
		padding: 9px 17px 8px;
	}

	.section-7 .inner-wrapper-dark {
		/* padding-bottom: 260px; */
		padding-top: 40px;
	}

	.section-7 .inner-wrapper-light {
		padding-bottom: 0;
	}

	.section-7 .inner-wrapper-light .case-studies-wrapper {
		margin-bottom: 40px;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content h4 {
		max-width: 640px;
		font-size: 26px;
	}

	.cta-section .cta-block .full-container .cta-content-container {
		padding-block: 40px;
	}

	.section-8 .cta-section .cta-block .full-container .left-arrow-container {
		top: unset;
		left: 0px
	}

	body .cta-section .cta-block .full-container .left-arrow-container .arrow-svg {
		transform: translateY(25px);
	}
}

@media (max-width: 1320px) {
	.cta-section .left-arrow-container .arrow-svg {
		translate: 0;
	}
}

@media screen and (max-width: 1200px) {
	.section-4 .cards-div .container .cards-container {
		grid-template-columns: 100% !important;
		gap: 10%;
	}

	.section-5 .arrow-div .col.row>.row {
		gap: 20px !important;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content p {
		width: 80%;
	}
}

@media only screen and (max-width:1024px) {

	.section-1 {
		max-height: 70vh;
	}

	.section-1 h1 {
		max-width: 90%;
	}

	.section-1 h1 span {
		text-wrap: initial;
	}

	.section-1 .image-banner-container {
		top: 50px;
	}

	.section-2 {
		padding-block: 250px 230px;
	}

	.section-2 .section {
		padding: 24px;
		gap: 19px
	}


	.section-2 .section h4 {
		margin-bottom: 12px;
	}

	.section-2 .arrow-div .left-paragraph {
		font-size: 16px;
	}

	.section-3 .image-banner-container {
		top: -191px;
	}

	.section-4 {
		padding-bottom: 40px;
	}

	.section-4 h2 {
		margin-bottom: 10px;
	}

	.section-5 {
		padding-inline: 80px;
	}

	.section-5 .arrow-div h2 {
		font-size: 28px;
	}

	.section-5 .arrow-div .row .col.cards {
		padding: 35px 24px;
	}

	.section-6 {
		padding-block: 20px;
	}

	.section-6 h2 {
		/* margin-bottom 50px; */
		margin-bottom: 20px;
	}

	.section-7 .inner-wrapper-dark .orange_button {
		text-align: center;
		padding: 12px 18px;
		width: 100%;
	}

	.section-7 .homepage .orange_button span {
		font-size: 16px;
	}

	.section-7 .inner-wrapper-dark {
		padding-block: 50px 140px;
		padding-inline: 120px;
	}

	.section-7 .inner-wrapper-dark .row {
		align-items: start;
	}

	.section-7 .case-studies-wrapper .case-study .button-wrapper {
		padding: 7px 7px 0;
	}

	.section-7 .inner-wrapper-light .case-study .image-wrapper {
		margin-bottom: 20px;
	}

	.section-7 .inner-wrapper-light .orange_button {
		padding: 5px 10px 3px;
	}

	.section-7 .inner-wrapper-light .case-studies-wrapper {
		top: 101px;
	}

	.section-7 .inner-wrapper-light {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.section-7 .case-studies-wrapper .case-study .button-wrapper svg {
		width: 32px;
		height: 26px;
	}

	.section-7 .inner-wrapper-light .case-study .description .tags p {
		padding: 8px 18px;
	}

	.section-7 .inner-wrapper-light .case-study .description .tags.row {
		margin-bottom: 10px;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content h4 {
		max-width: 1065px;

		margin-left: auto;
		margin-right: auto;
		text-wrap: balance;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content p {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}


}


@media screen and (max-width:768px) {

	.section-2 .inner-wrapper h2,
	.section-4 h2,
	.section-5 .arrow-div h2,
	.section-6 h2,
	.section-7 h2 {
		/* font-size 28px; */
	}

	.section-2 .inner-wrapper {
		max-width: 100%;
	}

	.section-2 .section h3 {
		margin-bottom: 10px;
	}

	.section-2 .arrow-div .stacked-content .section .col {
		max-width: initial;
	}

	.inner-wrapper {
		padding-inline: 25px;
	}

	.section-1 {
		max-height: 45vh;
	}

	/* section 1 */
	.section-1 h1 {
		max-width: 100%;
	}

	.section-1 h1 span:not(:first-child) {
		display: block;
	}

	.main-hero .img-wrapper {
		padding-left: 16px;
	}

	.main-hero .img-wrapper::before {
		content: " ";
		position: absolute;
		left: 16px;
		bottom: -16px;
		background-color: var(--orange-color);
		width: 90%;
		height: 100%;
		z-index: -1;
	}

	.image-banner-container:first-of-type .container {
		padding-left: 40px;
	}

	/* section 2 */
	.section-2 {
		padding-block: 150px 210px;
		margin-top: -100px;
	}

	.section-2 .arrow-div #text-wrapper-1,
	.section-2 .arrow-div #text-wrapper-2 {
		position: static;
		display: block;
	}

	.section-2 .arrow-div {
		/* padding-left 16px; */
	}

	.section-2 .stacked-content {
		margin-left: 0;
	}

	.section-2 .stacked-content::before {
		width: 20px;
		left: -9px;
		top: 0px;
	}

	.section-2 .stacked-content::after {
		right: -9px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 20px solid var(--orange-color);
		bottom: 30px;
	}

	.section-2 .section {
		flex-direction: column;
		padding-inline: 28px;
	}

	.section-2 .services {
		gap: 24px;
	}

	.section-2 .top-section {
		padding-right: 0;
	}

	/* section 3 */
	.section-3 .img-wrapper {
		top: -100px;
		padding-inline: 32px 16px;
	}

	.section-3 .img-wrapper::before {
		width: 40%;
		height: 45%;
		left: 16px;
		top: -16px;
	}

	/* Section 4 */
	.section-4 {
		padding-inline: 25px;
	}

	.section-4 h2,
	.section-4 h2 * {
		/* color: black; */
		text-align: center;
		margin-bottom: 64px;
	}

	.section-4 .card-container {
		flex-direction: column;
		gap: 36px;
	}

	.section-4 .card .inner-card-wrapper {
		padding: 20px;
		padding-bottom: 92px;
	}

	.section-4 .card .inner-card-wrapper h4 {
		font-size: 22px;
	}

	.section-4 .card .inner-card-wrapper p {
		font-size: 18px;
	}

	.section-4 .card .button-wrapper {
		padding: 10px 0 0 10px;
	}

	.section-4 .card:first-child .orange_button {
		min-width: unset;
	}

	.section-4 .card .orange_button {
		width: 286px;
		padding: 16px 10px;
	}

	.section-4 .card .orange_button span {
		font-size: 16px;
	}

	/* section 5 */
	.section-5 {
		padding: 42px 25px 60px;
	}

	.section-5>.arrow-div>.row>.col.row.cards>.row .subtext {
		text-align: center;
	}

	.section-5>.arrow-div>.row>.col.row.title {
		padding-right: 0;
		justify-content: center;
		width: 100%;
	}

	.section-5 .arrow-div>.row,
	.section-5 .row .cards .row {
		flex-direction: column;
	}

	.section-5 .arrow-div .row .row.title {
		border-top: none;
		border-bottom: 2px solid var(--orange-color);
		border-left: 2px solid var(--orange-color);
		padding-bottom: 40px;
	}

	.section-5 .arrow-div .row .row.title::before {
		width: 20px;
		height: 20px;
		left: -10px;
	}

	.section-5 .arrow-div .row .col.cards::after {
		right: -10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 20px solid var(--orange-color);
		rotate: 0deg;
		bottom: -10px;
		top: unset;
	}

	.section-5 .arrow-div .row .row.title {
		padding-top: 20px;
	}

	.section-5 .arrow-div {
		max-width: 78%;
		margin-inline: auto;
	}

	.section-5 .arrow-div h2 {
		text-align: left;
		margin-left: 0;
	}

	.section-5 .arrow-div .row .col.cards {
		border: none;
		border-right: 2px solid var(--orange-color);
		padding: 24px;
		gap: 36px;
	}

	.section-5 .arrow-div .col.row>.row {
		gap: 20px;
		text-align: center;
		/* flex-direction: column; */
	}

	.section-5 .arrow-div .col.row p {
		text-align: left;
	}

	.section-7 .inner-wrapper-dark {
		padding: 50px 60px 100px;
	}

	.section-7 .inner-wrapper-dark .row {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	.section-7 .inner-wrapper-light {
		padding-inline: 0px;
		padding-top: 150px;
		padding-bottom: 10px;
	}

	.section-7 .inner-wrapper-light .case-studies-wrapper {
		top: 60px;
		margin-inline: auto;
	}

	.section-7 .inner-wrapper-light .orange_button {
		padding: 16px 24px;
	}

	.section-7 .inner-wrapper-dark .orange_button {
		display: none;
	}

	.section-7 .inner-wrapper-light .case-study .description .tags p {
		padding: 8px;
	}

	.section-7 .inner-wrapper-light .case-study .description>h3 {
		font-size: 22px;
		margin-bottom: 0;
	}

	.section-7 .case-studies-wrapper .swiper-slide {
		margin-right: 0 !important;
		width: 500px;
	}

	.section-7 .swiper-wrapper {
		flex-direction: column;
		gap: 0;
		align-items: center;
	}

	.section-7>.orange_button.mobile {
		display: block;
		padding: 16px;
		margin-inline: auto;
		margin-block: 20px;
	}
}

@media only screen and (max-width:550px) {
	.section-4 .cards-div .container {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width:450px) {
	.section-1 {
		max-height: 53vh;
	}

	.section-1 h1 {
		max-width: 361px;
	}

	.section-1 .image-banner-container .container {
		max-width: 100%;
		padding-inline: 0;
	}

	.section-2 {
		padding-block: 100px 80px;
		margin-block: -70px;
	}

	.section-2 .inner-wrapper {
		max-width: 100%;
	}

	.section-2 .arrow-div .left-paragraph {
		font-size: 14px;
	}

	.section-3 {
		padding-bottom: 0px;
	}

	.section-3 .image-banner-container {
		top: -41px;
	}

	.section-3 .image-banner-container .container {
		width: 100%;
		max-width: 100%;
		padding-inline: 31px 20px;
	}

	.section-4 {
		padding-bottom: 30px;
	}

	.section-4 h2,
	.section-4 h2 * {
		text-align: center;
		margin-bottom: 10px;
	}

	.section-4 .cards-div .container .cards-container .card .overlay-block {
		min-width: 290px;
		text-align: center;
		font-size: 14px;
		max-width: 100%;
		width: 100%;
		position: relative;
		border: none !important;
		outline: none !important;
		box-shadow: none !important;
	}

	.section-4 .cards-div .container {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}

	.section-4 .cards-div .container .cards-container {
		gap: 36px;
		margin-bottom: 0;
	}

	.section-5 {
		padding: 40px 25px;
	}

	.section-5 .arrow-div {
		max-width: 100%;
	}

	.section-5 .arrow-div h2 {
		text-align: center;
		margin: 0;
	}

	.section-5 .arrow-div .col.row>.row {
		flex-direction: column;
		gap: 10px;
	}

	.section-5 .arrow-div .col.row p {
		text-align: center;
	}

	.section-5 .arrow-div .col.row p:not(:last-child) {
		text-wrap: balance;
	}

	.section-5 .arrow-div .row .row.title::before {
		left: -11px;
	}

	.section-5 .arrow-div .row .col.cards::after {
		right: -11px;
	}

	.section-6 {
		padding-bottom: 0;
	}

	.section-6 h2 {
		padding-inline: 20px;
		margin-bottom: 20px;
	}

	.section-6 h2 span {
		display: inline;
	}

	.section-6 .testimonials-div .container {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0;
		padding-inline: 25px;
	}

	.section-7 .inner-wrapper-dark {
		padding-inline: 20px;
		padding: 30px 20px 40px;
	}

	.section-7 .inner-wrapper-dark .orange_button {
		max-width: 361px;
	}

	.section-7 .inner-wrapper-light {
		padding-inline: 25px;
		padding-bottom: 50px;
	}

	.section-7 .inner-wrapper-light .case-studies-wrapper {
		margin-inline: 0;
		top: 110px;
		max-width: 100%;
		width: 100%;
	}

	.section-7 .inner-wrapper-dark h2 {
		text-wrap: pretty;
	}

	.section-7 .inner-wrapper-light .orange_button {
		padding: 9px 16px;
	}

	.section-7 .case-studies-wrapper .case-study .button-wrapper svg {
		width: 20px;
		height: 18px;
	}

	.section-7 .inner-wrapper-light .case-study .description>h3 {
		font-size: 18px;
	}

	.section-7 .case-studies-wrapper .swiper-slide {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container {
		display: block;
		padding: 20px 25px;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content {
		width: 100%;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content h4 {
		font-size: 26px;
		margin-bottom: 24px;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content p {
		width: 100%;
	}

	.section-8 p {
		margin-bottom: 42px;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content .buttons-wrapper .btn_left {
		width: auto !important;
		padding: 16px !important;
	}

	.section-8 .cta-section .cta-block .full-container .cta-content-container .cta-content .buttons-wrapper span {
		font-size: 16px;
	}

	.card-text p {
		padding-bottom: 30px;
	}


}