:root {
	--label-text_color: #e84e7f;
	--label-border_color: #e84e7f;
	--services-bg_color: #fff;
	--about_us-item_color: #c42155;
}

nav.navbar {
	background-color: #fff !important;
}

ul.nav.navbar-nav.navbar-right li a {
	color: #333 !important;
	text-align: center;
	font-family: Nunito;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.banner-area {
	background-image: url("./assets/img/hero-bg.svg") !important;
	background-repeat: no-repeat;
	z-index: -2;
	background-size: cover;
	background-position: center 90px;
	min-height: 931px;
}

@media (max-width: 1024px) {
	.banner-area {
		background-position: 0;
		min-height: auto;
	}
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
	color: #333;
}

/* Section label styling */
.section-label {
	color: var(--label-text_color);
	border: 1px solid var(--label-border_color);
	background-color: #fff;
	display: inline-block;
	position: relative;
	font-family: Nunito;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.48px;
	padding: 8px 6px;
	margin-bottom: 25px;
}

.section-label::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	border: 1px solid var(--label-border_color);
	z-index: -1;
}

.text-background {
	background-image: url("./assets/img/pink-border.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;

	max-width: 234px;

	color: #e84e7f;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.48px;
	padding: 8px 6px;
	margin-bottom: 25px;
}

/* Different color themes for section-label */
.section-label-pink {
	--label-text_color: #e84e7f;
	--label-border_color: #e84e7f;
	background-color: transparent;
	font-size: 24px;
}

.section-label-blue {
	--label-text_color: #3871de;
	--label-border_color: #3871de;
}

.section-label-teal {
	--label-text_color: #37dbdb;
	--label-border_color: #37dbdb;
	max-width: 160px;
	font-size: 20px;
}

.section-label-yellow {
	--label-text_color: #ffc63a;
	--label-border_color: #ffc63a;
}

.section-label-green {
	--label-text_color: #a9de38;
	--label-border_color: #a9de38;
}

.process-img_container {
	background-color: #f7f7f7;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.process-img {
	max-width: 60%;
	height: auto;
}

.process-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.services-area {
	background-image: url("./assets/img/services-bg.svg");
	background-repeat: no-repeat;
	background-size: 738px 823px;
}

.services-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.services-item .info {
	flex-grow: 1;
}

.services-img_container {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: var(--services-bg_color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.services-img_container i {
	color: #fff;
}

.services-img_container img {
	width: 32px;
	height: 32px;
}

.services-img_container-pink {
	--services-bg_color: linear-gradient(180deg, #f699aa 0%, #d62a5d 100%);
}

.services-img_container-blue {
	--services-bg_color: linear-gradient(180deg, #a7f1ec 0%, #41b0a9 100%);
}

.services-img_container-yellow {
	--services-bg_color: linear-gradient(180deg, #f9fd6a 0%, #bbbf22 100%);
}

.services-img_container-green {
	--services-bg_color: linear-gradient(180deg, #d4f4ac 0%, #27a524 100%);
}

.services-img_container-purple {
	--services-bg_color: linear-gradient(180deg, #c3acf4 0%, #5d24a5 100%);
}

.services-img_container-brown {
	--services-bg_color: linear-gradient(180deg, #f8d796 0%, #cb890c 100%);
}

.why_choose_us-ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	gap: 10px;
}

.why_choose_us-li {
	list-style: none;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}

.why_choose_us-li::before {
	content: "";
	background-image: url("./assets/img/why_choose_us-check.svg");
	background-size: 35px 35px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 8px;
	width: 35px;
	height: 35px;
}

.choose-us-area {
	padding-top: 40px;
}

.choose-us-area ul li {
	border-bottom: none !important;
}

footer {
	background-color: #204656;
	padding: 12px 0 0;
}

footer * {
	color: #fff !important;
}

footer .address {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 448px;
	margin: 0 auto;
}

footer .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 25px 0;
	max-width: 448px;
	margin: 0 auto;
	text-align: center;
}

/* about us */

.breadcrumb-area {
	position: relative;
	background: url("./assets/img/about_us-banner-frame-2.png") no-repeat center
			bottom,
		radial-gradient(50% 50% at 50% 50%, #317f77 0%, #2a6365 50%, #204656 100%);
	background-size: cover;
}

.breadcrumb-area h1 {
	margin-top: 50px;
}

.single-item .item {
	border: 1px solid var(--about_us-item_color);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.single-item .item {
		height: 100%;
	}
}

.single-item .item .icon {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.single-item .item .icon svg path {
	fill: var(--about_us-item_color);
}

.single-item .item.item-purple {
	--about_us-item_color: #c42155;
}

.single-item .item.item-green {
	--about_us-item_color: #4ada85;
}

.single-item .item.item-yellow {
	--about_us-item_color: #fed101;
}

.single-item .item.item-blue {
	--about_us-item_color: #3f9adc;
}
