*{
	font-family: "Urbanist", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
}
a {
	text-decoration: none !important;
	color: inherit !important;
}
.f-12 {
	font-size: 12px !important;
}
.f-14 {
	font-size: 14px !important;
}
.f-16 {
	font-size: 16px !important;
}
.f-18 {
	font-size: 18px !important;
}
.f-20 {
	font-size: 20px !important;
}
.f-22 {
	font-size: 22px !important;
}
.f-24 {
	font-size: 24px !important;
}
.f-25 {
	font-size: 25px !important;
}
.f-26 {
	font-size: 26px !important;
}
.f-28 {
	font-size: 28px !important;
}
.f-30 {
	font-size: 30px !important;
}
.f-35 {
	font-size: 35px !important;
}
.f-36 {
	font-size: 36px !important;
}
.f-50 {
	font-size: 50px !important;
}
.f-400 {
	font-weight: 400 !important;
}
.f-500 {
	font-weight: 500 !important;
}
.f-600 {
	font-weight: 600 !important;
}
.f-700 {
	font-weight: 700 !important;
}
.f-800 {
	font-weight: 800 !important;
}
.f-900 {
	font-weight: 900 !important;
}
.f-white {
	color: #fff !important;
}
.f-black {
	color: #000 !important;
}
.f-pink{
	color: #F8AD9D !important;
}
#mainsec{
/*	min-height: 98vh;*/
position: relative;
}
.mainTitle{
	font-size: 90px;
	position: relative;
}
.highlight {
	position: relative;
	display: inline-block;
}

.highlight::after {
	content: '';
	position: absolute;
	top: 55%;
	left: -100%;
	width: 104%;
	height: 130%;
	background-image: url('../images/text-lines.png'); /* Replace with your image */
	background-size: cover; /* Ensures the image covers the text */
	background-position: center; /* Center the background image */
	z-index: -1; /* Push the background behind the text */
/*  opacity: 0.5; /* Adjust opacity if needed for better readability */*/
}
.quot{
	width: 40%  ;
	position: relative;
}
.quot::before {
	content: '';
	display: block;
	width: 48px; /* Adjust as needed */
	height: 48px; /* Adjust as needed */
	background-image: url('../images/quote.png');
	background-size: auto; /* or use 'contain' depending on your needs */
	background-position: left;
	background-repeat: no-repeat;
	position: absolute; /* If needed */
	top: -15px;
	left: -60px;
	z-index: -1; /* Push it behind the content */
}
.quot::after {
	content: '';
	display: block;
	width: 48px; /* Adjust as needed */
	height: 48px; /* Adjust as needed */
	background-image: url('../images/quote-up.png');
	background-size: auto; /* or use 'contain' depending on your needs */
	background-position: left;
	background-repeat: no-repeat;
	position: absolute; /* If needed */
	bottom: -14px;
	right: 15px;
	z-index: -1; /* Push it behind the content */
}

.flotQuot{
	position: absolute;
	top: 40%;
	left: 8%;
}



#seSection{
	align-items: center;
	padding: 50px 0px;
	gap: 128px;
	isolation: isolate;
	background: #7168A1;
	border-radius: 50px;
	position: relative;
	align-content: center;
}
/* Image on the left side */
#seSection .left-image {
	position: absolute;
	top: 40%;
	left: 0;
	width: 200px; /* Adjust width as needed */
	height: auto; /* Maintain aspect ratio */
	z-index: -1; /* Make sure it stays behind the content */
}

/* Image on the right side */
#seSection .right-image {
	position: absolute;
	top: 50%;
	right: 0;

	width: 200px; /* Adjust width as needed */
	height: auto; /* Maintain aspect ratio */
	z-index: -1; /* Make sure it stays behind the content */
}
.btn-primary{
	position: absolute;
	top: -25px;
}
.download-btn {
	font-size: 26px;

	position: relative;
	color: #7168a1 !important;
	background-color: #F8AD9D !important;
	font-weight: 700;
	border-radius: 100px;
	--bs-btn-padding-x: 20px;
	padding: 10px 20px;
	z-index: 1;
}


.download-btn::before {
	content: '';
	position: absolute;
	display: block;
	top: -15px;
	left: -13px;
	width: 111%;
	height: 150%;
	border-radius: 100px;
	padding: 10px 20px;
	z-index: -1;
	box-shadow: inset 0px 0px 0px 0px #b1c3e7, -1px 1px 1px 0px #fff;
	background: radial-gradient(circle, #C9C9C900 0%, #FFFFFF 200%);
}
.btn-primary img{
	width: 25px;
	height: 25px;
}
.card-body{
	display: inline-grid;
	align-items: center;
	justify-items: center;
}
#footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/*	padding: 56px 94.6667px;*/
	gap: 46.67px;
	position: relative;
	left: 0px;
	background: #272727;
	border-radius: 66.6667px 66.6667px 0px 0px;
}

@media (max-width: 768px) {
	.mainTitle{
		font-size: 36px !important;
	}
	#mainsec{
		min-height: unset !important;
	}
	.flotQuot{
		position: relative;
		top: unset;
		left: unset;
	}
	.quot{
		margin-top: 80px;
		width: 85% ;
		font-size: 20px !important;
		left: 50%;
		transform: translateX(-50%);
	}
	.download-btn{
		font-size: 16px;
	}
	.download-btn::before{
		top: -12px !important;
		left: -12px !important;
		height: 150% !important;
	}
	.btn-primary img{
		width: 20px;
		height: 20px;
	}
	#footer{
		padding: 56px 10px !important;
	}
}