@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}

* {
	margin: 0;
	box-sizing: border-box;
}



:root {
	/* --gradient: linear-gradient(90deg, #2c4580 0%, #3b82c6 100%); */
	--gradient: linear-gradient(90deg, #2f4f88, #3a8dde);
	--primary-dark: #1f3a7d;
	--primary-light: #3a8dde;
	--oklch-text: oklch(37.3% .034 259.733);
	--text-white: #ffffff;
	--yellow-gr: linear-gradient(90deg, #FFD200 0%, #F5E6A5 100%);
	--yellow-gr-bk: linear-gradient(90deg, #FFD200 0%, #F5E6A5 100%);
}

.mobile-only {
	display: none !important;
}

.container {
	max-width: 1410px;
	width: 100%;
	padding: 0px 15px;
	margin: auto;
}




/*menu*/

.header .menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* .logo {
	width: 150px;
	height: 50px;
} */

.logo {
	width: 150px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.v-center {
	align-items: center;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/* header */
.header {
	display: block;
	width: 100%;
	/* position: relative; */
	z-index: 99;
	padding: 10px 0px;
	box-shadow: 0px 0px 4px #dddd;
	background-color: #ffffff;
}

.header-transparent {
	background-color: transparent;
}

.header .item-left {
	flex: 0 0 20%;
}

/* .header .logo a {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	width: 60px;
	display: flex;
	height: 58px;
} */

.header .logo a {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	width: 85px;
	display: flex;
	/* height: 81px; */
}

.header .item-center {
	flex: 0 0 80%;
}

.header .item-center {
	flex: 0 0 80%;
}


.header .menu {
	text-align: left;
}

.header .item-right {
	flex: 0 0 17%;
	display: flex;
	justify-content: flex-end;
}

.header .item-right a {
	text-decoration: none;
	font-size: 16px;
	color: #555555;
	display: inline-block;
	margin-left: 10px;
	transition: color 0.3s ease;
}

.header .menu>ul>li {
	display: inline-block;
	position: relative;
	/* line-height: 50px;
	margin-left: 25px; */
}


.header .menu>ul>li>a {
	font-size: 20px;
	color: #000000;
	position: relative;
	text-transform: capitalize !important;
	transition: color 0.3s ease;
	color: #44414d;
	font-weight: 600;
	margin-right: 40px !important;
	padding: 15px 0 !important;
	text-decoration: none;
	border-color: #fff;

}

.modal {
	z-index: 99999999;
}

.header .menu>ul>li>a:after {
	background-color: var(--primary-dark) !important;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transition: width .4s ease-in-out;
	width: 0;
}

.header .menu>ul>li a:hover {
	color: #363636 !important;
}

.header.herder-transparent .menu>ul>li>a:after {
	background-color: #f7e902 !important;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transition: width .4s ease-in-out;
	width: 0;
}

.header .menu>ul>li>a:after {
	bottom: -17px;
	content: "";
	height: 4px;
	left: -1px;
	position: absolute;
	transition: width .4s ease-in-out;
}




.header.active .menu>ul>li>a:after {
	background-color: #6b40ee;
	transition: width .4s ease-in-out;
}

.header.active .menu>ul>li>a:hover:after {
	width: 100%;
}

ul.menu-main {
	width: 80%;
	text-align: center;
	float: left;
}

.social-icon {
	width: auto;
	float: right;
	margin-right: 28px;
	/* 
	width: 16%;
    float: right;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center; */
}


.social-icon ul {
	display: flex;

}

.social-icon ul li a i {
	color: #190065;
	font-size: 23px;
}

.social-icon ul li a {
	width: 32px;
	text-align: center;
	height: 32px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.modal-main-header {
	width: auto;
	float: right;

}

.modal-main-header .btn {
	background: #ed5454 !important;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	line-height: 100%;
	padding: 12px 12px;
	transition: 0.4s;
	width: 135px;
	margin: 0px auto;
}






.header .menu>ul>li>a:hover:after {
	width: 100%;
}

.header .menu>ul>li:hover a {
	color: #818181 !important;
}

.header .menu>ul>.menu-item-has-children a {
	text-transform: uppercase;
}

.header .menu>ul>li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff !important;
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 56px;
	opacity: 0;
	visibility: hidden;
}


.sub-menu.mega-menu.mega-menu-column-4.about {
	width: 285px !important;
}

.about .list-item {
	width: 100% !important;
}

@media(min-width: 992px) {

	.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
		background-color: #4848488a;
	}
}

.header .menu>ul>li .sub-menu>ul>li {
	line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
	min-width: 280px;
	max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
	line-height: 1;
	display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
	padding: 10px 0;
	display: inline-block;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
	top: 52px;
	left: 56%;
	transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
	max-width: 1100px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
	width: 10%;
	padding: 0 0px;
	/* text-align: center; */
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title a {
	font-size: 16px;
	cursor: pointer;
	color: #0a0a0a !important;
	font-weight: 500;
	line-height: 1;
	padding: 10px 0;
	text-transform: capitalize;
	display: block;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	cursor: pointer;
	color: #333 !important;
	font-weight: 600;
	line-height: 25px;
	padding: 10px 0;
	text-transform: capitalize;
}


.sub-cun-mune {
	width: auto;
	position: absolute;
	right: -219px;
	top: 30px;
	background-color: #ffffff !important;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	padding: 20px 30px;
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
}




.list-item .sub-cun-mune ul li {
	padding: 10px 0px;
	color: #000;
}

header.header.header-transparent .menu>ul>li a header .menu-main .new .sub-cun-mune ul.main-cl li a {
	color: #333 !important;
	font-size: 15px;
	font-weight: 600;
}

header .menu-main .new .sub-cun-mune .main-cl li a {
	color: #333 !important;
	font-size: 15px;
	font-weight: 600;
	text-transform: none !important;
}

.list-item:hover .sub-cun-mune {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

.product .list-item .title small {
	color: #333;
	font-size: 11px;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}

.product .list-item .title small:hover {
	font-weight: 700;
}

.sub-menu>.list-item.text-center .title:hover {
	font-weight: 500 !important;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title a:hover {
	font-weight: 600 !important;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
	text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
	color: #ea4636;
}

/* banner section */
.banner-section {
	background-image: url('../img/banner.jpg');
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
	display: none;
}

.img-boxx img {
	width: 100%;
}

.img-boxx {
	padding-left: 14px;
	width: 129px;
	display: none;
}



.icon-respo {
	position: absolute;
	right: 21px;
	top: 10px;
	display: none;
}

.mian-text-details-p ul li {
	margin-bottom: 10px;
	font-size: 17px;
}


.icon-respo i {
	color: #333;
	font-size: 16px;
}

.menu-item-has-children {
	position: relative;
}

.servies-end-main-heading p b i {
	margin-right: 10px;
}


/* .menu-item-has-children a{
	width: 50px;
	display: flex;
} */

.menu-item-has-children a img {
	width: 50px;
}

/*responsive*/


@media(max-width: 991px) {
	.create-moments-form form input::placeholder {
		font-size: 14px !important;
	}

	.create-moments-form form textarea::placeholder {
		font-size: 14px !important;
	}

	.mobile-only {
		display: block !important;
	}

	.header .menu {
		width: 100% !important;
		display: flex;
		justify-content: inherit;
		align-items: start;
		flex-direction: column;
		height: auto;
	}

	.header .menu .mobile-menu-head {
		width: 100% !important;
	}

	.header .menu .menu-main {
		overflow-x: hidden;
		overflow-y: auto;
		width: 100% !important;
		height: 100vh;
	}

	header.header.header-transparent .menu>ul>li a {
		color: #000 !important;
	}

	.header .menu>ul>li>a {
		color: #000000 !important;
		padding: 13px !important;
		vertical-align: middle;
		line-height: 1 !important;
	}

	li.menu-item-has-children a {
		width: calc(100% - 50px);
	}

	.header .menu>ul>li>a {
		color: #000 !important;
		padding: 13px !important;
		vertical-align: middle;
		line-height: 1 !important;
	}

	.social-icon {
		display: none;
	}

	.modal-main-header {
		display: none;
	}

	.social-icon-rspn {
		display: none !important;
	}

	.logo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.header .menu .menu-main {
		overflow-x: hidden;
		overflow-y: auto;
		width: 100% !important;
		height: 100vh;
	}

	.header .menu .mobile-menu-head {
		width: 100% !important;
	}

	.v-center {
		flex-wrap: nowrap !important;
	}

	.social-icon-rspn {
		display: none !important;
	}

	.header .menu>ul>li>a:hover:after {
		width: 0 !important;
	}

	.modal-main-header-11 {
		display: block !important;
	}

	.header .menu {
		text-align: left !important;
	}


	.modal-main-header {

		float: inherit !important;
		display: none !important;
		position: absolute;
		z-index: 9999;
		bottom: 30px;
		margin-left: 10px;
		width: 100%;
		text-align: left;
	}

	.modal-main-header .btn {
		color: #ffffff !important;
		height: 40px !important;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.header .item-center {
		order: 3;
		flex: 0 0 100%;
	}

	.header .item-left,
	.header .item-right {
		flex: 0 0 auto;
		padding-left: 18px;
	}

	.v-center {
		justify-content: space-between;
	}

	.icon-respo {
		width: 50px;
		right: 0;
		margin-top: -10px;
		background: #ccc;
		padding: 17px;
	}

	.new.sub-menu.mega-menu.mega-menu-column-4.about.active {
		width: 100% !important;
		flex-wrap: nowrap !important;
		flex-direction: column;
		display: flex;
		padding: 10px !important;
		position: static;
		overflow-y: inherit;
		height: auto;
	}

	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 45px;
		margin-left: -50px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}

	.header .logo a {
		width: 50px;
	}

	.header {
		padding: 10px 0px;
	}

	.header .mobile-menu-trigger span {
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}

	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}

	.header .mobile-menu-trigger span:before {
		top: -6px;
	}

	.header .mobile-menu-trigger span:after {
		top: 6px;
	}

	.header .item-right {
		align-items: center;
	}

	.header .menu {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.header .menu.active {
		transform: translate(0%);
	}

	.header .menu>ul>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.header .menu>ul>li>a {
		line-height: 50px;
		height: 50px;
		padding: 0 50px 0 15px;
		display: inline-block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		text-transform: uppercase;
	}

	.icon-respo {
		display: none;
	}

	.header .menu>ul>li>a {
		font-size: 15px;
	}

	.header .menu>ul>li {
		border-bottom: 1px solid #ddd;
		text-align: left;
	}

	li.menu-item-has-children {
		border-bottom: 1px solid #ddd;
	}

	.header .menu>ul>li>a i {
		position: absolute;
		height: 50px;
		width: 50px;
		top: 0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.header .menu .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	.header .menu .mobile-menu-head .go-back {
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 16px;
		display: none;
	}

	.header .menu .mobile-menu-head.active .go-back {
		display: none;
	}

	.header .menu .mobile-menu-head .current-menu-title {
		font-size: 15px;
		font-weight: 500;
		color: #000000;
	}

	.header .menu .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 25px;
	}

	.header .menu .menu-main {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.mega-menu,
	.header .menu>ul>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.active {
		display: block;
	}

	@keyframes slideLeft {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		100% {
			opacity: 1;
			transform: translateX(0%);
		}
	}

	@keyframes slideRight {
		0% {
			opacity: 1;
			transform: translateX(0%);
		}

		100% {
			opacity: 0;
			transform: translateX(100%);
		}
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
		margin-bottom: 20px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
		flex: 0 0 100%;
		padding: 0px;
	}

	.header .menu>ul>li .sub-menu>ul>li>a,
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
	}

	.menu-overlay {
		position: fixed;
		background-color: #fff !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}
}


@media(max-width: 1293px) {
	.social-icon {
		display: none;
	}

	.header .item-center {
		flex: 0 0 75%;
	}

	ul.menu-main {
		width: 100%;
		float: left;
		text-align: center;
	}

	/* .modal-main-header .btn {

		color: #060a3a;
		font-size: 12px;
		font-weight: 700;
		line-height: 100%;
		padding: 0px;
		text-transform: uppercase;
		transition: 0.4s;
		width: 170px;
		height: 45px;
	} */


	.header .menu>ul>li>a {
		margin-right: 33px !important;
	}





}

/* pages css */


.social-icon-rspn {
	display: none;
	width: 100%;
	float: left;
	padding: 15px;

}


.social-icon-rspn ul {
	display: flex;

}

.social-icon-rspn ul li a i {
	color: #190065;
	font-size: 23px;
}

.social-icon-rspn ul li a {
	width: 32px;
	text-align: center;
	height: 32px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.modal-main-header-11 .btn {
	background-color: #f7e902 !important;
	color: #060a3a;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
	padding: 0px;
	text-transform: uppercase;
	transition: 0.4s;
	width: 140px;
	height: 45px;
}

.modal-main-header-11 {
	display: none;
	float: inline-start;
	padding: 15px;
	margin-top: 10px;
}

header {
	z-index: 999;
	top: 0;
	position: sticky;
	color: #fff;
	background: #494949;
	padding: 20px;
}
















.testimonial-inner .truth-behind-heading {
	text-align: center;
	width: 100%;

}


.testimonial-inner {
	width: 100%;
}

.testimonial-section {
	width: 100%;
	padding: 80px 0px;
	background-color: #fafaf8;
}


.testimonial-slider .item h4 {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
	display: none;
}

.testimonial-slider .item p {
	text-align: center;
	font-size: 20px;
	color: var(--oklch-text);
	font-weight: 400;
	margin-bottom: 30px;

}


.testimonial-slider .item ul {
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.testimonial-slider .item ul li {
	font-size: 18px;
}

.testimonial-slider .item b {
	text-align: center;
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}


.testimonial-slider .item span {
	text-align: center;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 18px;
	color: var(--oklch-text);
	font-weight: 400;
}



.testmonial-slider-top-main {
	width: 80%;
	margin: auto;
}

.testmonial-slider-top-main .testimonial-slider {
	width: 100%;
	position: relative;
}

.testimonial-section .owl-nav {
	text-align: center;
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 15%;
}

.testimonial-section .owl-nav button.owl-prev {
	margin-left: -115px;
}

.testimonial-section .owl-nav button.owl-next {
	margin-right: -115px;
}

.testimonial-section .owl-nav button {
	background: transparent !important;
	color: #000000 !important;
	font-size: 70px !important;
	margin: 0 15px;
}

.testimonial-section .owl-dots {
	margin-top: 40px;
}

.testimonial-section .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
}

.testimonial-section .owl-dots .owl-dot.active span {
	background-color: var(--primary-dark) !important;
}

.header .menu>ul>li>a:hover {
	color: var(--primary-dark) !important;
}



.banner-main {
	width: 100%;
	display: flex;
	/* margin-top: -86px; */
}


.banner-main img {
	width: 100%;
}

.ready-to-transform-main {
	width: 100%;
	background-color: var(--primary-dark);
}

.ready-to-transform {
	width: 68%;
	margin: auto;
	padding: 80px 0px;
	text-align: center;
}


.ready-to-transform h1 {
	font-size: 52px;
	font-weight: 600;
	margin: 0;
	font-size: 53px;
	font-weight: 600;
	margin: 0;
	background: var(--yellow-gr);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 65px;
}

.ready-to-transform p {
	color: var(--text-white);
	font-size: 20px;
	font-weight: 400;
	margin: auto;
	width: 69%;
	margin-bottom: 40px;
}

.ready-to-transform-button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}


.ready-to-transform-button {
	font-size: 20px;
	font-weight: 500;
}

.ready-to-transform-button .create-button {
	background: #ed5454;
	height: 56px;
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 10px;
	font-size: 20px;
}

.ready-to-transform-button .learn-more {
	background: #ed5454;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 10px;
	width: 195px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.truth-behind-main {
	width: 100%;
	display: flex;
}

.truth-behind {
	width: 58%;
	margin: auto;
	padding: 80px 0px;
}

.truth-behind-heading h2 {
	font-size: 51px;
	font-weight: 600;
	margin: 0;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 45px;
}



.truth-behind-box-main {
	width: 100%;

}

.truth-behind-box {
	width: 100%;
	padding: 32px;
	border-radius: 10px;
	background-color: #f0f0f0;
}

.truth-behind-box.Problem-box-main {
	border-left: 4px solid gold;
}

.truth-behind-box.insight-box-main {
	background: linear-gradient(90deg, #E3E6EB 0%, #F4EEDC 100%);
	border: 2px solid gold;
	margin-top: 50px;
}

.truth-behind-box.insight-box-main p:last-child {
	margin-bottom: 0;
}

.truth-behind-box h3 {
	color: var(--primary-dark);
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 28px;

}

.truth-behind-box p {
	color: var(--oklch-text);
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 500;
}

.truth-behind-box ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 20px;
}

.truth-behind-box ul li {
	font-size: 18px;
	color: var(--oklch-text);
	font-weight: 500;
	position: relative;
}

.truth-behind-box ul li::after {
	left: -20px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: gold;
	content: "";
	position: absolute;
}


.thoughtful-gifting-min {
	width: 100%;
	padding: 80px 0px;
	background-color: #fafaf8;
}

.thoughtful-gifting {
	width: 100%;
}

.thoughtful-gifting h2 {
	text-align: center;
}

.thoughtful-gifting-itom-box-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	padding-top: 20px;
}

.thoughtful-gifting-itom-box {
	background: #ffff;
	width: 48%;
	padding: 32px;
	border-top: 4px solid gold;
	border-radius: 10px;
	box-shadow: 0 10px 15px -3px #00000014;
}

.thoughtful-gifting-itom {
	width: 100%;
}

.thoughtful-gifting-itom span {
	font-size: 50px;
}

.thoughtful-gifting-itom h4 {
	color: var(--primary-dark);
	color: var(--primary-dark);
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 28px;
}


.thoughtful-gifting-itom p {
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 19px;
}

.thoughtful-gifting-itom-img {
	width: 100%;
	margin-top: 24px;
	height: 200px;
}

.thoughtful-gifting-itom-img img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gifting-itom-box-top-gap {
	margin-top: 50px;
}

.last-box-thoughtful-gifting {
	width: 100%;
}



.what-we-do-main {
	width: 100%;
}

.what-we-do {
	width: 100%;
	padding: 80px 0px;
}

.what-we-do .truth-behind-heading h2 {
	text-align: center;
	margin-bottom: 30px;
}

.what-we-do .truth-behind-heading p {
	text-align: center;
	font-size: 20px;
	color: var(--oklch-text);
	font-weight: 500;
}

.what-we-do-box-itom-box-main {
	width: 100%;
	display: flex;
	gap: 35px;
	margin-top: 75px;
}

.home-why-us .what-we-do-box-itom-box-main {
	flex-wrap: wrap;
}

.what-we-do-box-itom-box {
	width: 33%;
	padding: 32px;
	/* border-top: 4px solid gold; */
	border-radius: 10px;
	/* box-shadow: 0 10px 15px -3px #00000014; */
	background-color: #fafaf8;
	height: 375px;
}

.home-why-us .what-we-do-box-itom-box {
	width: 31.6%;
	height: 360px;
}

.what-we-do-box-itom {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}



.what-we-do-box-itom span {
	font-size: 50px;
	height: 70px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.what-we-do-box-itom span img {
	margin-bottom: 25px;
	width: 65px;
}

.what-we-do-box-itom h4 {
	color: var(--primary-dark);
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 28px;
}

.what-we-do-box-itom p {
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 19px;
}

.what-we-do-box-itom a {
	color: gold;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}


.trusted-by-leading-main {
	width: 100%;
	display: flex;
	padding-top: 30px;
	padding-bottom: 80px;
}

.trusted-by-leading {
	width: 100%;

}

.trusted-by-leading .truth-behind-heading {
	text-align: center;
	width: 100%;
}

.trusted-by-leading .truth-behind-heading p {
	text-align: center;
	font-size: 20px;
	color: var(--oklch-text);
	font-weight: 500;
}

.trusted-by-leading-inner-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
	margin-top: 90px;
}

.trusted-by-leading-inner {
	width: 23.1%;

}

.trusted-by-leading-inner-img {
	width: 100%;
	background-color: #f7f7f7;
	padding: 24px;
	border-radius: 12px;
	height: 112px;
}

.trusted-by-leading-inner-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gap-bottom-box {
	margin-bottom: 30px;
}

.wrapping-happiness-main {
	width: 100%;
	background-image: url(../images/wrapping-bg-big.png);
	background-repeat: no-repeat;
	padding: 60px 0px;
	border-top: 10px solid var(--primary-dark);
	background-size: cover;
	background-position: bottom;
}

.wrapping-happiness {
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
	position: relative;
}

.wrapping-happiness::after {
	width: 1.6px;
	height: 80%;
	margin: auto;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #b5b4b4;
}

.wrapping-happiness-inner-box {
	width: 50%;
}

.wrapping-happiness-inner-box h2 {
	font-size: 51px;
	font-weight: 600;
	margin: 0;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 45px;
}

.left-box-wrapping {
	padding-left: 80px;
}

.wrapping-happiness-inner-box a {
	background: #ed5454;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	margin-top: 50px;
}

.right-box-wrapping {
	padding-left: 65px;
}

.wrapping-happiness-inner-box p {
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}

.create-moments-main {
	width: 100%;
	padding: 80px 0px;
	background-color: var(--primary-dark);
}

.create-moments {
	width: 55%;
	margin: auto;

}

.create-moments h2 {
	color: #ffffff;
	font-size: 51px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	line-height: 50px;
}

.create-moments p {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.create-moments-form {
	width: 100%;
	background-color: #ffffff;
	padding: 32px;
	border-radius: 12px;
	margin-top: 60px;
}

.create-moments-form form {
	width: 100%;

}

.form-name-email {
	width: 100%;
	display: flex;
	gap: 4%;
}


.create-moments-form form label {
	color: var(--primary-dark);
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.create-moments-form form input {
	color: var(--oklch-text);
	font-size: 18px;
	font-weight: 400;
	border-radius: 12px;
	border: 2px solid #dddd;
	padding: 12px 16px;
	width: 100%;

}

.create-moments-form form input:focus {
	outline: 2px solid gold;
	border: transparent;
}

.full-name {
	width: 50%;
}

.create-moments-form form input::placeholder {
	color: #6d6d6ddd;
	font-size: 18px;
	font-weight: 400;

}

.form-full-width {
	margin-top: 25px;
}


.create-moments-form form textarea::placeholder {
	color: #6d6d6ddd;
	font-size: 18px;
	font-weight: 400;

}


.create-moments-form form textarea {
	color: var(--oklch-text);
	font-size: 18px;
	font-weight: 400;
	border-radius: 12px;
	border: 2px solid #dddd;
	padding: 12px 16px;
	width: 100%;
	height: 121px;

}

.create-moments-form form textarea:focus {
	outline: 2px solid gold;
	border: transparent;
}


.form-button {
	width: 100%;
	margin-top: 30px;
}

.form-button button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ed5454;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-dark);
	width: 100%;
	border: none;
}

.create-moments-form form p {
	margin-top: 15px;
	color: var(--oklch-text);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.footer-main {
	width: 100%;
	display: flex;
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer {
	width: 85%;
	margin: auto;
}

.footer-img {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

/* .footer-left-img {
	width: 60px;
} */
.footer-left-img {
	width: 95px;
}

.footer-left-img img {
	width: 100%;
}

.footer-left-main a {
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
}

.footer-left-main a:last-child {
	margin-bottom: 0;
}

.footer-left-main p {
	color: var(--oklch-text);
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.footer-left-main {
	width: 30%;
}

.footer-right-main {
	width: 70%;
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
}

.footer-right-list b {
	color: #000;
	font-weight: 600;
	margin-bottom: 25px;
	display: block;
	margin-top: 20px;
	font-size: 18px;
}

.footer-right-list ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
	text-decoration: none;
}

.footer-right-list ul li a img {
	width: 18px;
}

.footer-right-list ul {
	display: flex;

	flex-direction: column;
	gap: 20px;
}

.footer-inner {
	width: 100%;
	display: flex;
	gap: 80px;
}


.copy-right {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 50px;
	border-top: 1px solid #ddd;
	padding-top: 35px;
}

.copy-right p {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}


.employee-banner-main {
	width: 100%;
	display: flex;
	background: var(--gradient);
	padding: 80px 0px;
}

.employee-banner {
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.employee-banner h1 {
	color: #ffffff;
	font-size: 53px;
	font-weight: 600;
	margin: 0;
	/* background: var(--yellow-gr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
	margin-bottom: 25px;
}

.employee-banner p {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
	color: #ffffff;
	width: 50%;
}

.what-we-solve-main {
	width: 100%;
	padding: 80px 0px;
}

.what-we-solve {
	width: 100%;
}

.what-we-solve-heading {
	width: 100%;
	margin-bottom: 45px;
}

.what-we-solve-heading h2 {
	font-size: 51px;
	font-weight: 600;
	margin: 0;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.what-we-solve-heading p {
	font-size: 20px;
	color: var(--oklch-text);
	font-weight: 500;
	margin-top: 15px;
}

.what-we-solve-box-main {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	gap: 2%
}

.what-we-solve-box {
	background-color: #fafaf8;
	border-radius: 12px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 49%;
	margin-top: 20px;
}

.what-we-solve-box:first-child {
	margin-top: 0;
}

.what-we-solve-box:nth-child(2) {
	margin-top: 0;
}

.what-we-solve-box p {
	color: var(--oklch-text);
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.what-we-solve-box span {
	color: #ffd700;
	font-size: 24px;
}


.meaningful-moments-main {
	width: 100%;
	background-color: #fafaf8;
	padding-top: 80px;
}

.meaningful-moments {
	width: 100%;
}

.meaningful-moments .what-we-solve-heading h2 {
	text-align: center;
}

.meaningful-moment-banner-img {
	width: 100%;
}

.meaningful-moment-banner-img img {
	width: 100%;
}

.employeelifecycle-main {
	width: 100%;
}

.employeelifecycle-inner {
	width: 100%;
}

.employeelifecycle-inner img {
	width: 100%;
}

.multiple-box-main {
	width: 100%;
	background-color: #fafaf8;
	padding: 80px 0px;
}

.multiple-box {
	width: 100%;
}

.multiple-box-inner-main {
	width: 100%;
	display: flex;
	padding: 32px;
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 10px 15px -3px #00000014;
	align-items: center;
	gap: 30px;
	margin-bottom: 48px;
}

.multiple-box-inner-main:last-child {
	margin-bottom: 0px;
}

.multiple-box-text {
	width: 50%;
}

.multiple-box-text h4 {
	color: var(--primary-dark);
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 28px;
	display: flex;
	align-items: center;
}



.multiple-box-text p {
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 0;
}

.multiple-box-img {
	width: 50%;
	height: 256px;
}

.multiple-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.glimpse-of-products-main {
	width: 100%;
	display: flex;
	background-color: #fafaf8;
	padding: 80px 0px;
}

.glimpse-of-products {
	width: 100%;
}

.glimpse-of-products h2 {
	text-align: center;
}

.glimpse-of-products-boxs-main {
	display: flex;
	gap: 20px;
}

.glimpse-of-products-box-inner-main {
	width: 25%;
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 10px 15px -3px #00000014;
	transition: 0.3s;
	transform: scale(1);
}

.glimpse-of-products-box-inner-main:hover {
	box-shadow: 0 10px 15px -3px #00000035;
	transform: scale(1.04);
}

.glimpse-of-products-inner {
	width: 100%;

}

.glimpse-of-products-inner-img {
	width: 100%;
	height: 256px;
	overflow: hidden;
	transition: 0.3s;
	border-radius: 12px 12px 0px 0px;
}

.glimpse-of-products-inner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	transform: scale(1);

}

.glimpse-of-products-inner-img:hover img {
	transform: scale(1.1);
}

.glimpse-of-products-inner-text {
	padding: 24px;
}

.glimpse-of-products-inner-text h4 {
	margin-bottom: 12px;
	color: var(--primary-dark);
	font-weight: 700;
	font-size: 20px;
}

.glimpse-of-products-inner-text h4 a {
	margin-bottom: 12px;
	color: var(--primary-dark);
	font-weight: 700;
	font-size: 18px;
}

.glimpse-of-products-inner-text p {
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}

.success-stories-main {
	width: 100%;
	padding: 80px 0px;
}

.success-stories {
	width: 100%;
}

.success-stories h2 {
	text-align: center
}

.success-stories-box-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.success-stories-box-inner-main {
	width: 49%;
	height: 160px;
	background-color: #fafaf8;
	padding: 32px;
	border-radius: 12px;
	border-left: 5px solid gold;

}

.last-gap-box {
	margin-top: 30px;
}

.success-stories-box-inner {
	width: 100%;
	height: 100%;
}

.success-stories-box-inner p {
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 0;
}

.success-stories-box-inner h5 {
	color: var(--primary-dark);
	font-weight: 700;
	margin-bottom: 18px;
	font-size: 20px;
}

.great-onboarding-banner {
	width: 768px;
	height: 256px;
	margin: auto;
}

.great-onboarding-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.great-onboarding-main {
	width: 100%;
	padding: 80px 0px;
}

.great-onboarding {
	width: 100%;
}

.great-onboarding h2 {
	text-align: center;
}

.great-onboarding p {
	text-align: center;
}


.wrapping-button-main {
	display: flex;
	gap: 20px;
}

.wrapping-button-main a {
	width: 50%;
}

.wrapping-button-main a:last-child {
	background: #ed5454;
	color: #ffffff;
}



.our-approach-main {
	width: 100%;
	padding: 80px 0px;
}

.our-approach {
	width: 100%;
}

.our-approach-boxs-main {
	width: 100%;
}

.our-approach-box-main {
	width: 100%;
	border-radius: 12px;
	padding: 32px;
	margin-bottom: 48px;
	background-color: #fafaf8;
	border-left: 5px solid #ffd700;
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.our-approach-box-main:last-child {
	margin-bottom: 0;
}

.our-approach-box-main span {
	color: #ffd700;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	top: -10px;
}

.our-approach-box-main-text {
	width: 80%;

}

.our-approach-box-main-text p {
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 16px;
}

.our-approach-box-main-text ul {
	padding-left: 15px;
}


.our-approach-box-main-text ul li {
	font-size: 16px;
	color: var(--oklch-text);
	margin-bottom: 10px;
	position: relative;
}

.our-approach-box-main-text ul li::after {
	position: absolute;
	left: -15px;
	top: 0;
	background-color: #ffd700;
	width: 4px;
	height: 4px;
	content: "";
	border-radius: 50px;
	margin: auto;
	bottom: 0;
}

.our-approach-box-main-text ul li:last-child {
	margin-bottom: 0;
}



.our-approach-box-main-text h4 {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight: 700;
	color: var(--primary-dark);
}

.our-approach-box-main-text b {
	display: block;
	margin-top: 16px;
	font-size: 16px;
	color: var(--primary-dark);
	font-weight: 600;
}

.client-engagement-use-cases-main {
	width: 100%;
	padding: 80px 0px;
	background-color: #fafaf8;
}

.market-glimpse-main {
	background: transparent;
}

.market-great-onb {
	background-color: #fafaf8;
}

.client-engagement-use-cases h2 {
	text-align: center;
}

.client-engagement-use-cases-boxs-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.client-engagement-use-cases-box-main {
	width: 49%;
	border-radius: 12px;
	padding: 32px;
	background-color: #ffffff;
	border-top: 5px solid #ffd700;
	box-shadow: 0 10px 15px -3px #00000014;
	transition: 0.3s;
	transform: scale(1);
}

.client-engagement-use-cases-box-main:hover {
	box-shadow: 0 10px 15px -3px #00000035;
	transform: scale(1.001);
}

.client-engagement-use-cases-box {
	width: 100%;
}

.client-engagement-use-cases-box h5 {
	font-size: 24px;
	margin-bottom: 16px;
	font-weight: 600;
	color: var(--primary-dark);
}

.client-engagement-use-cases-box p {
	font-size: 16px;
	color: var(--oklch-text);
	font-weight: 500;
	margin-bottom: 0;
}

.client-gap-box {
	margin-top: 30px;
}



.our-positioning-main {
	width: 100%;
	padding: 32px;
	border-radius: 10px;
	background: linear-gradient(90deg, #E3E6EB 0%, #F4EEDC 100%);
	border: 2px solid gold;
	margin-top: 50px;
}

.our-positioning-main h5 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
	color: var(--primary-dark);
}

.our-positioning-main p {
	font-size: 16px;
	color: var(--oklch-text);
	font-weight: 600;
	margin-bottom: 15px;
}

.our-positioning-main p:last-child {
	margin-bottom: 0;
}

.government-engagement-main {
	width: 100%;
	background-color: #fafaf8;
	padding: 80px 0px;
}

.government-engagement {
	width: 80%;
	margin: auto;
}

.government-engagement .truth-behind-heading {
	text-align: center;
}


.government-engagement .what-we-do-box-itom-box {
	background-color: #ffffff;
	height: 290px;
}

.product-led-engagement-main {
	width: 100%;

}

.blog-main {
	width: 999px;
	display: flex;
	margin-top: 0px;
	padding: 0px;
	margin: auto;
}

.blog-detail {
	width: 100%;
	position: relative;
	padding: 0px;
}

.b-date {
	margin-top: 10px;
	color: #000000;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 7px;
	/* background: var(--gradient); */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	text-align: center;
}

.blog-date-top {
	display: flex;
	justify-content: center;
}

.blog-detail img {
	width: 100%;
	/* border-radius: 40px; */
	height: 100%;
	object-fit: cover;
}

.blog-text-detail {
	position: absolute;
	left: 90px;
	bottom: 60px;
}

.blog-text-detail span {
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	width: auto;
}


.blog-text-detail span::after {
	content: "";
	height: 1px;
	background-color: #ffff;
	left: 110%;
	top: 9px;
	position: absolute;
	width: 315px;
}

.blog-text-detail h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 42px;
	padding-right: 190px;
}


.blog-detail-artificial-main {
	width: 100%;
	display: flex;
	margin-top: 50px;
	margin-bottom: 60px;
}

.blog-detail-artificial {
	width: 900px;
	margin: auto;
}

.blog-detail-artificial h5 {
	font-size: 36px;
	font-weight: 600;
	margin: 0;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}


.blog-detail-artificial p {
	margin-bottom: 10px;
	line-height: 30px;
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 19px;
}

.blog-detail-artificial p a {
	color: var(--primary-dark);
}

.blog-detail-box {
	background-color: #fafaf8;
	width: 80%;
	padding: 30px 35px;
	display: flex;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	border-left: 4px solid #ffd700;
	border-radius: 12px;
	box-shadow: 0 10px 15px -3px #00000014;
}

/* .blog-detail-box::before {
	right: -6px;
	bottom: -30px;
	width: 80px;
	height: 70px;
	background-color: #2b333ee0;
	position: absolute;
	content: "";
}

.blog-detail-box::after {
	right: -6px;
	bottom: -30px;
	width: 150px;
	height: 51px;
	background-color: #2b333ee0;
	position: absolute;
	content: "";
} */

.blog-detail-img {
	width: 35%;
	display: flex;
	display: none;
}

.blog-detail-box p {
	margin-bottom: 0;
	color: var(--oklch-text);
}

.blogs-page-main {
	width: 100%;
	padding: 50px 0px;
}

.blogs-page {
	width: 100%;
	text-align: center;
}

.blogs-page h1 {
	margin-bottom: 10px;
}

.blogs-page p {
	text-align: center;
	width: 100%;
}

.blog-button {
	width: 100%;
	margin-top: 20px;
}

.blog-button a {
	background: #ed5454 !important;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	padding: 10px 13px;
	transition: 0.4s;
	width: 100px;
	/* margin: 0px auto; */
	display: flex;
	justify-content: center;
	border-radius: 6px;
}

.blog-inner-page-main {
	width: 100%;
	padding: 40px 0px;
}

.blog-inner-page {
	width: 990px;
	margin: auto;
}

.blog-inner-page h1 {
	font-size: 51px;
	font-weight: 600;
	margin: 0;
	background: var(--gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}




.blog-list-itom .glimpse-of-products-inner-text span {
	position: relative;
	top: -4px;
	margin-left: auto;
	font-size: 10px;
	background: var(--yellow-gr);
	padding: 4px 10px;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 500;
	border-radius: 4px;
}

.our--story-main {
	width: 100%;
	padding: 80px 0px;
}

.our--story {
	width: 80%;
	margin: auto;
}

.our--story p {
	font-size: 16px;
	color: var(--oklch-text);
	font-weight: 500;
	margin-bottom: 30px;
}

.our--story p:last-child {
	margin-bottom: 0;
}

.our-mission-main .what-we-do-box-itom p {
	text-align: left;
}

.our-mission-main .what-we-do-box-itom h4 {
	text-align: left;
	width: 100%;
}

.our-mission-main .what-we-do-box-itom {
	justify-content: flex-start;
	align-items: self-start;
}

.our-mission-main .what-we-do-box-itom-box {
	border-top: 5px solid #ffd700;
	height: 350px;
}


.what-makes-us-different-main {
	width: 100%;
	padding: 80px 0px;
}

.what-makes-us-different {
	width: 80%;
	margin: auto;
}

.what-makes-us-different h2 {
	text-align: center;
}

.what-makes-us-different-main .our-approach-box-main {
	padding: 0;
	border: none;
	background: transparent;
}

.our-team-main .what-we-solve-heading {
	width: 900px;
	margin: auto;
	text-align: center;
}

.our-team-main .what-we-solve-heading h2 {
	text-align: center
}

.our-team-main .what-we-solve-heading p {
	text-align: center
}

.our-team-main .what-we-do-box-itom-box {
	height: 245px;
}

.impact-by-numbers-main {
	width: 100%;
	padding: 80px 0px;
}

.impact-by-numbers {
	width: 100%;
}

.impact-by-numbers .what-we-solve-heading h2 {
	text-align: center;
}

.impact-by-numbers-boxs-main {
	width: 100%;
	margin-top: 30px;
	gap: 35px;
	display: flex;
}

.impact-by-numbers-box-main {
	width: 25%;
	background-color: #fafaf8;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px;
	border-radius: 12px;
	flex-direction: column;

}

.impact-by-numbers-box-main h4 {
	color: gold;
	font-size: 48px;
	margin-bottom: 8px;
	font-weight: 600;
}

.impact-by-numbers-box-main p {
	margin-bottom: 0;
	margin-top: 0;
	color: var(--oklch-text);
	font-weight: 500;
	font-size: 19px;
}


.partner-with-us {
	background-color: #fafaf8;
}

.partner-with-us .what-we-solve {
	width: 80%;
	margin: auto;
}

.partner-with-us h2 {
	text-align: center;

}

.partner-with-us .what-we-solve .what-we-solve-box {
	background-color: #ffffff;
}


.blog-list-itom .glimpse-of-products-box-inner-main {
	width: 33%;
}

.blog-list-itom .glimpse-of-products-inner-img {
	height: auto;
}

.whatsapp-float {
	position: fixed;
	width: 55px;
	height: 55px;
	bottom: 20px;
	right: 20px;
	background-color: #deffeb;
	border-radius: 50%;
	text-align: center;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.whatsapp-float img {
	width: 30px;
}

a.whatsapp-float.form-all-side-main {
	bottom: 90px;
	background-color: #ed5454;
	box-shadow: 2px 2px 8px rgb(237 84 84 / 42%);
}