body {
	margin: 0;
	font-family: 'Cantarell', sans-serif !important;
	line-height: 1.8;
}

.section_padding {
	padding: 120px 30px;
}

.container-fluid {
	max-width: 1600px;
	width: 100%;
	margin: auto;
	padding: 0 45px;
}

.banner_main {
	height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}


.banner_main .container-fluid {
	position: relative;
	z-index: 20;
}

.banner_overlay {
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.banner_content {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.banner_content h6 {
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;

}

.banner_content h6::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	margin-right: 15px;
}


.banner_content h1 {
	font-size: 72px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #fff;
	max-width: 645px;
	width: 100%;
}

.banner_content p {
	line-height: 1.8;
	max-width: 645px;
	width: 100%;
}


.glass {
	background: rgba(255, 255, 255, 0.1);
	/* Semi-transparent */
	backdrop-filter: blur(10px);
	/* Glass blur effect */
	-webkit-backdrop-filter: blur(10px);
	/* Safari support */
}

.form_main {
	border-radius: 15px;
}

.input_label {
	color: #fff;
	padding: .7rem .75rem !important;
	font-size: 14px;
}

.input_text {
	background-color: transparent !important;
	color: #fff !important;
	border-radius: 10px;
	box-shadow: none !important;
	font-size: 14px;
	height: 45px !important;
	padding: 1.4rem .75rem .5rem .75rem !important;
}

textarea.input_text {
	min-height: 120px !important;
}


.requirement p {
	font-size: 12px;
}

.shape_container {
	width: 350px;
	bottom: -60px;
	right: -60px;
	z-index: -1;
}


.main_btn {
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
	box-shadow: none !important;
	text-decoration: none;
}


.main_btn:hover {
	color: #cccccc;
}


.rotate {
	animation: rotor 250s linear infinite;
}


@keyframes rotor {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}




.about_section .about_title h6 {
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: start;
}

.about_section .about_title h6::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	margin-right: 15px;
}


.about_section .about_title h2 {
	font-size: 35px;
	font-weight: 500;
	font-family: "Fugaz One", sans-serif;
}

.about_section {
	background-image: radial-gradient(circle at top, #c92729 0%, #000 50%);
}

.small_section .small_sepration_title h6 {
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: start;
}

.small_section .small_sepration_title h6::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	margin-right: 15px;
}


.small_section .small_sepration_title h2 {
	font-size: 35px;
	font-weight: 500;
	font-family: "Fugaz One", sans-serif;
}

.brand {
	width: 150px;
}

.main_nav {
	position: fixed;
	z-index: 999;
	top: 25px;
	left: 0;
	right: 0;
}

.nav_container {
	border-radius: 15px;
}

.counter_main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.counter_main .counter_item {
	width: calc(33.33% - 20px);
	margin-right: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.counter_main .counter_item span {
	font-family: "Fugaz One", sans-serif;
}

.service_item_main {
	height: 150px;
	flex-direction: column;
	box-shadow: 0px 0px 29px -11px #07c599;
	border-radius: 15px;
}



.nav_links_container .nav-links {
	list-style: none;
	margin: 0;
}

.nav_links_container .nav-links li {
	margin: 0 15px;
}

.nav_links_container .nav-links li a {
	color: #c92729;
}

.nav_buttons a {
	border-radius: 25px;
	padding: 10px 20px;
	margin: 0 7px;
}

.call_action_btn {
	border: 1px solid #c92729;
	color: #c92729;
	font-size: 14px;
	padding: 10px 12px !important;
}

.about_section .service_item {
	height: 300px;
}

.service_item {
	height: 100%;
	box-shadow: 0px 0px 59px -37px #c92729;
	flex-direction: column;
	border-radius: 50px;
}


.icon_container::before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: -1;
	top: -40px;
	left: 0;
	filter: blur(60px);
}

.icon_container::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: -1;
	bottom: -40px;
	left: 0;
	filter: blur(60px);
}

.service_item .icon_container i {
	font-size: 70px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 10px 0px;
}

.service_1 {
	box-shadow: 0px 0px 59px -37px #c92729;
}

.service_1 .icon_container::before {
	background-image: linear-gradient(45deg, #c92729, #6d1212);
}

.service_1 .icon_container::after {
	background-image: linear-gradient(45deg, #c92729, #6d1212);
}

.service_1 .icon_container i {
	background-image: linear-gradient(45deg, #c92729, #6d1212);
}


.service_2 {
	box-shadow: 0px 0px 59px -37px #1bc63f;
}

.service_2 .icon_container::before {
	background-image: linear-gradient(45deg, #1bc63f, #096606);
}

.service_2 .icon_container::after {
	background-image: linear-gradient(45deg, #1bc63f, #096606);
}

.service_2 .icon_container i {
	background-image: linear-gradient(45deg, #1bc63f, #096606);
}



.service_3 {
	box-shadow: 0px 0px 59px -37px #f5f5f5;
}

.service_3 .icon_container::before {
	bbackground-image: linear-gradient(45deg, #f5f5f5, #6f6f6f);
}

.service_3 .icon_container::after {
	background-image: linear-gradient(45deg, #f5f5f5, #6f6f6f);
}

.service_3 .icon_container i {
	background-image: linear-gradient(45deg, #f5f5f5, #6f6f6f);
}



.service_4 {
	box-shadow: 0px 0px 59px -37px #1077fe;
}

.service_4 .icon_container::before {
	background-image: linear-gradient(45deg, #1077fe, #072566);
}

.service_4 .icon_container::after {
	background-image: linear-gradient(45deg, #1077fe, #072566);
}

.service_4 .icon_container i {
	background-image: linear-gradient(45deg, #1077fe, #072566);
}


.service_5 {
	box-shadow: 0px 0px 59px -37px #f5d912;
}

.service_5 .icon_container::before {
	background-image: linear-gradient(45deg, #f5d912, #664d06);
}

.service_5 .icon_container::after {
	background-image: linear-gradient(45deg, #f5d912, #664d06);
}

.service_5 .icon_container i {
	background-image: linear-gradient(45deg, #f5d912, #664d06);
}


.service_6 {
	box-shadow: 0px 0px 59px -37px #e911ab;
}

.service_6 .icon_container::before {
	background-image: linear-gradient(45deg, #e911ab, #520337);
}

.service_6 .icon_container::after {
	background-image: linear-gradient(45deg, #e911ab, #520337);
}

.service_6 .icon_container i {
	background-image: linear-gradient(45deg, #e911ab, #520337);
}

.sticky_class {
	position: sticky;
	top: 150px;
	height: fit-content;
}

.about_section .main_content p {
	line-height: 1.8;
}

.shape_container_about1 {
	width: 315px;
	top: 120px;
	right: 40%;
	z-index: 9;
	/*filter: blur(10px);*/
}


.shape_container_about2 {
	width: 300px;
	bottom: 120px;
	right: 5%;
	z-index: 9;
	/*filter: blur(4px);*/
}

.small_section {
	background-image: radial-gradient(circle at center, #432f7e 5%, #000 40%);
}

.aiseovsseo {
	background-color: #000;
	background-image: linear-gradient(327deg, #c92729 10%, #000 45%);
}


.aiseovsseo .section_title h6 {
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aiseovsseo .section_title h6::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	margin-right: 15px;
}


.aiseovsseo .section_title h2 {
	font-size: 35px;
	font-weight: 500;
	font-family: "Fugaz One", sans-serif;
}

.seo_features {
	list-style: none;
	padding: 0;
}

.seo_features li {
	padding-bottom: 30px;
	font-size: 20px;
	display: flex;
	align-items: center;
}

.seo_features li:last-child {
	padding-bottom: 0;
}

.seo_feat_icon_container {
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	margin-right: 20px;
	padding: 10px;
	border-radius: 10px;
}

.seo_features li i {
	font-size: 25px;
}

.aiseovsseo .card {
	border-radius: 45px;
	overflow: hidden;
}

.aiseovsseo .card-body {
	padding: 40px;
}

.aiseovsseo .card-title {
	background-color: rgba(201, 39, 41, 0.2);
}

.shape_container_seo1 {
	width: 250px;
	top: 80px;
	right: 12%;
	z-index: 9;
	filter: blur(6px);
}

.shape_container_seo2 {
	width: 250px;
	bottom: 100px;
	left: 5%;
	z-index: 9;
	filter: blur(6px);
}

.why_partner {
	background-image: linear-gradient(207deg, #c92729 12%, #000 55%);
}

.why_partner .section_title h6 {
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: start;
}

.why_partner .section_title h6::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	margin-right: 15px;
}


.why_partner .section_title h2 {
	font-size: 35px;
	font-weight: 500;
	font-family: "Fugaz One", sans-serif;
}

.why_partner .service_item h3 {
	font-size: 18px;
}

.why_partner .service_item h2 {
	font-family: "Fugaz One", sans-serif;
	font-size: 35px;
}


.contact_section {
	background-color: #000;
}


.contact_section .section_title h6 {
	font-size: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: start;
}

.contact_section .section_title h6::before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: linear-gradient(45deg, #c92729, #6d1212);
	margin-right: 15px;
}


.contact_section .section_title h2 {
	font-size: 35px;
	font-weight: 500;
	font-family: "Fugaz One", sans-serif;
}



#faqAccordion {
	margin-top: 60px;
}

.accordion-item {
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-button {
	padding: 1rem 0;
	font-size: 20px;
	color: #ffffff;
	text-align: left;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: transparent;
	box-shadow: none;
}

.accordion-body {
	padding: 1rem 0px;
}

.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}


.accordion-button::after {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	position: relative;
	background: none;
}

/* Horizontal line */
.accordion-button::before {
	content: "";
	position: absolute;
	right: 1rem;
	width: 1.25rem;
	height: 2px;
	background-color: #fff;
}

/* Vertical line */
.accordion-button::after {
	content: "";
	position: absolute;
	right: calc(1rem + 0.625rem - 1px);
	width: 2px;
	height: 1.25rem;
	background-color: #fff;
	transition: opacity 0.2s ease;

	background-image: none;
}


.accordion-button:not(.collapsed)::after {
	opacity: 0;
	background-image: none;
	transform: unset;
}


/* Footer Styling */
.footer {
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
}

.footer a {
	color: #ddd;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

.footer-links li {
	margin-bottom: 0.5rem;
}

.footer-links li a {
	transition: 0.3s;
}

.footer-contact .social-icons a {
	color: #ddd;
	transition: 0.3s;
}

.footer-contact .social-icons a:hover {
	color: #fff;
}


.nav-link {
    color: #ba2425;
    font-size: 18px;
    font-weight: 500;
	&:hover{
		color: #ba2425;
	}
}
.why_partner .glass {
    padding: 25px;
    border-radius: 25px;
}


/* =====================================================
   GLOBAL RESPONSIVE FIXES
===================================================== */
@media (max-width: 1199px) {
	.section_padding {
		padding: 90px 24px;
	}
}

@media (max-width: 991px) {
	.section_padding {
		padding: 70px 20px;
	}

	h1 {
		font-size: 48px !important;
	}

	h2 {
		font-size: 30px !important;
	}

	h3 {
		font-size: 22px !important;
	}
}

@media (max-width: 767px) {
	body {
		line-height: 1.6;
	}

	.section_padding {
		padding: 60px 16px;
	}

	.container-fluid {
		padding: 0 16px;
	}

	.navbar-toggler {
		padding: 0;
		font-size: 27px;
		line-height: 1;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: 0;
		transition: box-shadow .15s ease-in-out;
	}

	.navbar-toggler-icon {
		height: auto;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	h1 {
		font-size: 36px !important;
	}

	h2 {
		font-size: 26px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	p {
		font-size: 14px;
	}
}

/* =====================================================
	 HEADER & NAVIGATION
  ===================================================== */
@media (max-width: 991px) {
	.main_nav {
		padding: 0 !important;
		top: 10px;
	}

	.nav_container {
		padding: 15px !important;
	}

	.nav_links_container {
		display: none;
	}

	.nav_buttons a.main_btn {
		padding: 10px 14px;
		font-size: 14px;
	}

	.nav_buttons .call_action_btn {
		padding: 8px 10px !important;
	}

	.shape_container_about1,.shape_container_about2,.shape_container{
		display: none;
	}
}

/* =====================================================
	 BANNER SECTION
  ===================================================== */
@media (max-width: 991px) {
	.banner_main {
		padding-top: 150px;
		height: auto;
		padding-bottom: 120px;
		background: url('../images/main_bg.png');
		background-size: cover;
		background-repeat: no-repeat;

	}

	.banner_content {
		text-align: left;
	}

	.banner_content h6 {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.banner_content h1 {
		font-size: 32px !important;
	}

	.banner_content p {
		font-size: 14px;
	}

	.shape_container {

		display: none;
	}
}

/* =====================================================
	 FORMS (GLASS)
  ===================================================== */
@media (max-width: 767px) {
	.form_main {
		margin-top: 40px;
		padding: 20px !important;
	}

	.input_text {
		font-size: 13px;
		height: 42px !important;
	}

	textarea.input_text {
		min-height: 100px !important;
	}

	.main_btn {
		padding: 12px 16px;
		font-size: 14px;
	}
}

/* =====================================================
	 ABOUT & SERVICES
  ===================================================== */
@media (max-width: 991px) {
	.sticky_class {
		position: static;
	}

	.shape_container_seo1,.shape_container_seo2{
		display: none;
	}

	.aiseovsseo .card-title{
		padding-top: 30px !important;
        padding-bottom: 30px !important;
	}
}

@media (max-width: 767px) {

	.service_item {
		height: auto;
		padding: 30px 20px;
		border-radius: 30px;
	}

	.service_item h3 {
		font-size: 18px;
	}

	.service_item .icon_container i {
		font-size: 50px;
	}
}

/* =====================================================
	 SEO CARDS
  ===================================================== */
@media (max-width: 767px) {
	.aiseovsseo .card {
		border-radius: 16px;
	}

	.aiseovsseo .card-body {
		padding: 25px;
	}

	.seo_features li {
		font-size: 16px;
		padding-bottom: 20px;
	}

	.seo_feat_icon_container {
		padding: 8px;
	}

	.aiseovsseo .card-title h3 {
		margin-bottom: 0;
	}
}

/* =====================================================
	 WHY PARTNER SECTION
  ===================================================== */
@media (max-width: 767px) {
	.why_partner .service_item {
		padding: 30px 20px;
	}

	.why_partner .service_item h2 {
		font-size: 28px !important;
	}

	.why_partner .service_item h3 {
		font-size: 15px !important;
	}
}

/* =====================================================
	 ACCORDION
  ===================================================== */
@media (max-width: 767px) {
	.accordion-button {
		font-size: 16px;
		padding-right: 40px;
	}

	.accordion-body {
		font-size: 14px;
	}
}

/* =====================================================
	 FOOTER
  ===================================================== */
@media (max-width: 767px) {
	.footer {
		text-align: center;
	}

	.footer .social-icons {
		justify-content: center;
	}

	.footer-logo img {
		margin: auto;
	}
}


.thank-you-section {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	overflow: hidden;
  }
  
  .thank-you-section::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(227, 0, 15, 0.1) 0%, transparent 70%);
	border-radius: 50%;
	animation: float 6s ease-in-out infinite;
  }
  
  .thank-you-section::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(227, 0, 15, 0.08) 0%, transparent 70%);
	border-radius: 50%;
	animation: float 8s ease-in-out infinite reverse;
  }
  
  @keyframes float {
	0%, 100% {
	  transform: translateY(0) rotate(0deg);
	}
	50% {
	  transform: translateY(-20px) rotate(5deg);
	}
  }
  
  .thank-you-card {
	background: white;
	border-radius: 20px;
	padding: 60px 40px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	max-width: 700px;
	margin: 0 auto;
  }
  
  .check-icon {
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
	animation: scaleIn 0.5s ease-out;
  }
  
  .check-icon::before {
	content: '';
	position: absolute;
	width: 140px;
	height: 140px;
	border: 3px solid rgba(40, 167, 69, 0.2);
	border-radius: 50%;
	animation: pulse 2s ease-out infinite;
  }
  
  .check-icon i {
	color: white;
	font-size: 60px;
	animation: checkmark 0.5s ease-out 0.3s both;
  }
  
  @keyframes scaleIn {
	0% {
	  transform: scale(0);
	  opacity: 0;
	}
	50% {
	  transform: scale(1.1);
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  
  @keyframes checkmark {
	0% {
	  transform: scale(0) rotate(-45deg);
	  opacity: 0;
	}
	100% {
	  transform: scale(1) rotate(0deg);
	  opacity: 1;
	}
  }
  
  @keyframes pulse {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	50% {
	  transform: scale(1.1);
	  opacity: 0.5;
	}
	100% {
	  transform: scale(1.2);
	  opacity: 0;
	}
  }
  
  .thank-you-title {
	font-family: 'Outfit', sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	color: #353535;
	margin-bottom: 20px;
	animation: fadeInUp 0.6s ease-out 0.2s both;
  }
  
  .thank-you-subtitle {
	font-size: 1.25rem;
	color: #666;
	margin-bottom: 30px;
	animation: fadeInUp 0.6s ease-out 0.4s both;
  }
  
  .thank-you-message {
	color: #353535;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 40px;
	animation: fadeInUp 0.6s ease-out 0.6s both;
  }
  
  @keyframes fadeInUp {
	0% {
	  transform: translateY(30px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
  }
  
  .btn-primary-custom {
	background: #E3000F;
	color: white;
	padding: 15px 40px;
	font-size: 1.1rem;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	animation: fadeInUp 0.6s ease-out 0.8s both;
  }
  
  .btn-primary-custom:hover {
	background: #c30010;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(227, 0, 15, 0.3);
	color: white;
  }
  
  .btn-secondary-custom {
	background: transparent;
	color: #353535;
	padding: 15px 40px;
	font-size: 1rem;
	font-weight: 500;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
	animation: fadeInUp 0.6s ease-out 1s both;
  }
  
  .btn-secondary-custom:hover {
	border-color: #E3000F;
	color: #E3000F;
	transform: translateY(-2px);
  }
  
  .info-box {
	background: #f8f9fa;
	border-left: 4px solid #E3000F;
	padding: 20px;
	border-radius: 8px;
	margin-top: 30px;
	animation: fadeInUp 0.6s ease-out 1.2s both;
  }
  
  .info-box p {
	margin: 0;
	color: #353535;
	font-size: 0.95rem;
  }
  
  .info-box i {
	color: #E3000F;
	margin-right: 10px;
  }
  
  @media (max-width: 768px) {
	.thank-you-card {
	  padding: 40px 25px;
	}
	
	.thank-you-title {
	  font-size: 2.5rem;
	}
	
	.check-icon {
	  width: 100px;
	  height: 100px;
	}
	
	.check-icon i {
	  font-size: 50px;
	}
	
	.btn-secondary-custom {
	  margin-left: 0;
	  margin-top: 15px;
	  display: block;
	}
  }


  .modal-body .requirement{
	color: #000;
  }

  .modal-header {
    padding: 1.25rem 1.25rem 0;
    border-bottom: none;
}


.modal-body  .form-floating>label{
	color: #000;
  }

  .modal-body .input_text{
	color: #000 !important;
  }