body {
	overflow-x: hidden;
}

.fixed-back-navigation {
	background-color: #fff;
	top: 80px;
	position: sticky;
	width: 100%;
	z-index: 100;
	transition: border-bottom 0.3s ease;
}

.fixed-back-navigation.scrolled {
	border-bottom: 1px solid #d2d6db;
}

.blue-search-wrapper {
	position: relative;
	overflow: hidden;
}

.blue-header {
	padding-top: 16px;
	padding-bottom: 16px;
}

/* .blue-search-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/bg-logo.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 704px;
    height: 280px;
    opacity: 0.1;
    right: -10%;
    bottom: 0;
} */

h1 {
	text-transform: capitalize;
}

.category-title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #5c5c5c;
	text-transform: capitalize;
}

.main-tiltes-wrapper {
	gap: 16px;
}

.platform-info {
	/* gap: 12px; */
}

.platform-info p {
	color: #2b2c2d;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.platform-info span {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

/*  all pages */

.portfolio-content {
	padding-top: 32px !important;
	margin-bottom: 72px;
}

.portfolio-sections {
	display: flex;
	flex-direction: column;
	gap: 72px;
}

.section-deatils {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section-deatils p {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section-deatils.mt-4 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.section-deatils.mt-4 p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.section-deatils p .section-image {
	width: 100%;
	height: auto;
}

.section-deatils p .section-image.mobile-application {
	width: 445px;
	height: auto;
}

.section-deatils .portfolio-logo {
	margin-bottom: 32px;
}

/* .section-deatils .section-image {
    width: 100%;
    height: auto;
} */

.section-deatils h2 {
	margin-bottom: 16px !important;
	color: #2b2c2d !important;
	font-size: 28px;
	font-weight: 600;
}

.section-deatils p span {
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #5c5c5c !important;
}

.section-deatils p {
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #5c5c5c !important;
}

.section-deatils b {
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #5c5c5c !important;
}

.list-with-style {
	/* for ul pointer list */
	list-style: disc !important;
	margin-left: 20px !important;
}

.list-with-style li {
	padding-left: 6px !important;
}

.section-deatils ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-left: 0;
	padding-left: 0;
}

.section-deatils ul li {
	font-size: 16px;
	color: #5c5c5c;
	letter-spacing: 0.05em;
}

/* logo page */

.logo-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 72px;
}

.logo-content p {
	width: 100%;
	height: 100%;
	flex-grow: 1;
}

.row-2,
.row-3,
.row-4,
.row-5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.row-2 p {
	width: 100%;
	height: 100%;
	flex-grow: 1;
}

.row-2 p img,
.row-3 p img {
	width: 100%;
	height: 100%;
}

#menu-item-250 a {
	color: #018f83 !important;
	font-weight: 600;
	border-bottom: 2px solid #018f83 !important;
}

.mobile-flow-chart,
.desktop-flow-chart {
	gap: 28px;
}

.problem-statement {
	padding: 20px;
	/* background: #E6F4F3; */
	text-align: center;
	gap: 16px;
	position: relative;
}

.problem-statement::before {
	content: '';
	position: absolute;
	left: -100vw;
	right: -100vw;
	/* left: -80px; */
	/* right: -80px; */
	bottom: 0;
	top: 0;
	z-index: -1;
	background: #e6f4f3;
}

.problem-statement h3 {
	font-size: 32px;
	font-weight: 600;
	color: #018f83;
}

.problem-statement h4 {
	font-size: 16px;
	font-weight: 500;
	color: #5c5c5c;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}

.problem-statement h4 span {
	color: #0f0f0f;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}

/* bradning css */

.branding .heading {
	font-size: 28px;
	font-weight: 600 !important;
	text-transform: none;
	color: #2b2c2d !important;
	margin: 0;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.double-circle-heading {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	color: #2b2c2d;
	position: relative;
	/* width: max-content;
	display: inline-block; */
	z-index: 1;
}

.double-circle-heading::before {
	content: url('../images/double-circle.svg');
	position: absolute;
	display: inline-block;
	width: 82px;
	height: 100%;
	left: -11px;
	top: -24px;
	z-index: -1;
}

.para-text {
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #5c5c5c !important;
}

.single-why-img img {
	width: 100%;
	height: 100%;
	max-width: 80px;
	max-height: 80px;
}

.para-18 {
	font-size: 18px;
}

@media screen and (min-width: 1200px) {
	.portfolio-sections .gx-lg-5 {
		--bs-gutter-x: 72px;
	}

	.icon-grid.gx-lg-5 {
		--bs-gutter-x: 100px;
	}
}

@media (max-width: 991px) {
	/* navbar */
	.fixed-back-navigation {
		top: 70px;
	}

	.portfolio-content {
		padding-top: 24px !important;
		margin-bottom: 48px;
	}

	.portfolio-sections {
		gap: 48px;
	}

	.logo-content {
		margin-bottom: 48px;
	}
}

@media (max-width: 575px) {
	.section-deatils p span {
		font-size: 14px;
	}

	.section-deatils p {
		font-size: 14px;
	}

	.section-deatils ul li {
		font-size: 14px;
	}

	.single-why {
		display: flex;
		align-items: center;
		gap: 24px;
	}

	.single-why-img img {
		min-width: 52px;
		min-height: 52px;
		width: 52px;
		height: 52px;
	}

	.problem-statement h4 {
		font-size: 14px;
	}

	.para-18 {
		font-size: 16px;
	}

	.section-deatils h2 {
		font-size: 24px;
	}

	.mobile-flow-chart,
	.desktop-flow-chart {
		gap: 24px;
	}

	.branding .heading {
		font-size: 24px;
	}

	.double-circle-heading {
		font-size: 24px;
	}

    .problem-statement h3 {
    font-size: 24px
}

	.section-deatils .portfolio-logo {
		margin-bottom: 10px;
	}

	.br-logo {
		max-width: 200px;
	}
}
