@font-face {
	font-family: "Ambit";
	src:
		url("../fonts/Ambit-Regular.woff2") format("woff2"),
		url("../fonts/Ambit-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ambit";
	src:
		url("../fonts/Ambit-SemiBold.woff2") format("woff2"),
		url("../fonts/Ambit-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ambit";
	src:
		url("../fonts/Ambit-Bold.woff2") format("woff2"),
		url("../fonts/Ambit-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Ambit";
	src:
		url("../fonts/Ambit-Black.woff2") format("woff2"),
		url("../fonts/Ambit-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "3surendra";
	src:
		url("../fonts/3surendraNormal.woff2") format("woff2"),
		url("../fonts/3surendraNormal.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
	outline: none;
}

html,
body {
	font-family: "Ambit";
	margin: 0;
	height: 0;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	font-weight: normal;
	font-size: 24px;
	position: relative;
	background-color: #111318;
}

body.no-scroll {
	overflow: hidden;
}

body p {
	font-family: "Ambit";
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 15px;
	line-height: 130%;
	color: #fff;
}

body p:last-child {
	margin-bottom: 0;
}

body p:empty {
	display: none;
}

body p a {
	color: #1365d8;
	font-weight: 600;
}

body p a:hover {
	text-decoration: underline;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	display: block;
}

a {
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.img-responsive {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Ambit";
	margin: 0 0 15px;
	color: #080808;
	font-weight: 500;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin: 0;
}

.container {
	max-width: 1710px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.sm-container {
	max-width: 1400px;
}

.container-fluid {
	max-width: 100%;
}

/************************************/

.wrapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

footer.footer {
	margin-top: auto;
	padding: 40px 0;
	text-align: center;
}

footer.footer p {
	color: #4e4e4e;
	font-size: 24px;
}

.map-section,
.testimonial-section {
	padding: 0 40px;
}

.map-section .map-boxs,
.testimonial-container {
	background-color: #f99f22;
	padding: 50px 60px;
	border-radius: 40px;
	width: 100%;
	max-width: 1830px;
	margin: 0 auto;
}

.map-boxs .map-top-section,
.map-boxs .map-bottom {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.contact-detail h2,
.contact-detail h3 {
	font-weight: 800;
	font-size: 42px;
	color: #0b4882;
}

.contact-detail p {
	color: #111318;
	width: 100%;
	max-width: 400px;
	font-size: 24px;
}

body .btn {
	border-radius: 18px;
	background-color: #ffffff;
	font-size: 30px;
	display: inline-flex;
	color: #202020;
	padding: 15px 15px 10px;
	min-height: 74px;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
}

.contact-detail .btn,
.header-right .btn {
	min-height: 56px;
}

body .btn:hover {
	background-color: #0b4882;
	color: #fff;
}

.contact-detail h3 {
	font-size: 34px;
	margin-bottom: 0;
}

.contact-detail .mail_link {
	color: #111318;
	font-weight: 600;
	margin-bottom: 38px;
	display: inline-flex;
}

.contact-detail .mail_link:hover {
	color: #0b4882;
}

.contact-detail ul.social-icon {
	display: flex;
	gap: 52px;
	align-items: center;
}

.contact-detail ul.social-icon a {
	color: #fff;
	width: 25px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-detail ul.social-icon a:hover {
	color: #0b4882;
}

.map-section__map {
	height: 460px;
	overflow: hidden;
	border-radius: 40px;
	margin: 40px 0;
}

.map-section__map iframe {
	height: 100%;
}

.map-bottom .footer-logo {
	margin: -70px 40px 0 0;
}

.menu-footer-menu-container .menu {
	display: flex;
	gap: 58px;
}

.menu-footer-menu-container .menu li a {
	color: #81510f;
	font-weight: 600;
}

.menu-footer-menu-container .menu li a:hover {
	color: #0b4882;
}

header#header {
	padding: 78px 0 0;
	position: relative;
	z-index: 1;
}

header#header .container,
.banner-section .container {
	max-width: 1830px;
}

.main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	position: relative;
}

.header-right .btn {
	gap: 20px;
}

.header-right .btn .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0a4883;
}

.header-right .btn:hover .icon {
	color: #fff;
}

.main-menu .menu-main-menu-container {
	position: absolute;
	left: 96%;
	top: 0;
	background-color: #fff;
	padding: 20px 20px 19px;
	border-radius: 0 18px 18px 0;
	width: max-content;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
}

body.overlay-body .main-menu .menu-main-menu-container {
	opacity: 1;
	visibility: visible;
}

#menu-main-menu {
	display: flex;
	gap: 50px;
	align-items: center;
}

#menu-main-menu li a {
	font-size: 30px;
	color: #171717;
}

#menu-main-menu li a:hover {
	color: #0a4883;
}

.header-left {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 420px;
	justify-content: space-between;
	padding: 20px 15px;
	border-radius: 18px;
	position: relative;
}

.main-menu button.toggle {
	border: none;
	background-color: transparent;
	padding: 0;
	color: #231f20;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.main-menu button.toggle svg.close-menu,
body.overlay-body .main-menu button.toggle svg.open-menu {
	display: none;
}

body.overlay-body .main-menu button.toggle svg.close-menu {
	display: block;
}

.stats-section {
	position: relative;
	overflow: hidden;
	padding: 140px 0;
}

.stats-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.stats-wrapper .stat-box {
	width: 100%;
	max-width: 280px;
}

.stat-box .stat-number {
	color: #f5a623;
	font-size: 90px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
}

.stat-box .stat-text {
	color: #5fc0c3;
	font-size: 30px;
	line-height: 100%;
}

/******************************/
.approach-section {
	background: #111318;
	padding: 0 0 140px;
}

.approach-wrapper,
.how-we-do .container {
	display: flex;
	gap: 8%;
	justify-content: space-between;
}

/* LEFT */
.approach-content {
	flex: 1;
}

.approach-content .tab-buttons {
	display: flex;
	gap: 85px;
	margin-bottom: 75px;
}

.approach-content .tab-buttons .tab-btn {
	background: none;
	border: none;
	color: #514339;
	font-weight: bold;
	cursor: pointer;
	font-family: "Ambit";
	border-radius: 0;
	padding: 0;
	font-size: 30px;
}

.approach-content .tab-buttons .tab-btn.active {
	color: #f99f22;
}

.approach-content .tab-content {
	display: none;
}

.approach-content .tab-content.active {
	display: block;
}

.approach-content h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.approach-content h2 span {
	font-size: 16px;
	color: #ccc;
	display: block;
	margin-top: 10px;
}

.highlight {
	color: #f5a623;
}

.approach-content .tab-content .description p {
	color: #fff;
	margin-bottom: 35px;
}

.approach-content .tab-content .description p:last-child {
	margin-bottom: 0;
}

.approach-content .tab-content .big-text {
	font-size: 70px;
}

.yellow-color {
	color: #f99f22;
}

.approach-content .tab-content .btn {
	margin-top: 55px;
}

.approach-wrapper .approach-slider {
	flex: none;
	width: 875px;
}

.approach-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}

.approach-swiper .swiper-pagination {
	bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.approach-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 19px;
	height: 19px;
	border-radius: 50px;
	background-color: transparent;
	margin: 0;
	border: 2px solid #fff;
	cursor: pointer;
}

.approach-swiper .swiper-pagination .swiper-pagination-bullet:hover,
.approach-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

/******************************/

.client-section {
	padding: 180px 0;
	position: relative;
	overflow: hidden;
}

.client-section::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -350px;
	background-image: url(../images/prakalp-logo-big.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 700px;
	height: 700px;
	margin: auto;
}

.section-header {
	text-align: center;
	margin-bottom: 55px;
}

.main-title,
.testimonial-header h2 {
	color: #e0ab42;
	font-weight: 900;
	font-size: 80px;
	margin-bottom: 40px;
}

.section-header h4 {
	color: #396bad;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 10px;
}

.section-header p {
	width: 100%;
	margin: 0 auto;
	max-width: 825px;
	line-height: 120%;
}

.client-logos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 100px;
}

.client-logos .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-section {
	margin-bottom: 65px;
}

.testimonial-container {
	background-color: #f0ffef;
	position: relative;
}

.testimonial-container .testimonial-header {
	margin-bottom: 85px;
}

.testimonial-header h2 {
	text-align: left;
	font-size: 70px;
	margin-bottom: 0;
}

.testimonial-header h4 {
	width: 100%;
	font-weight: 900;
	color: #406345;
	text-transform: uppercase;
	font-size: 40px;
	max-width: 1060px;
}

.testimonial-wrapper .quote-box {
	border-radius: 40px;
	background-color: #81af7e;
	width: 100%;
	max-width: 800px;
	padding: 65px;
	position: relative;
	margin-bottom: 32px;
}

.testimonial-wrapper .quote-box ul.stars {
	display: flex;
	margin-bottom: 15px;
	gap: 5px;
	color: #b3e2b0;
}

.testimonial-wrapper .quote-box p {
	color: #fff;
	font-size: 24px;
}

.testimonial-wrapper .quote-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -87px;
	background-image: url(../images/prakalp-logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 175px;
	height: 164px;
	opacity: 0.1;
}

.testimonial-wrapper .quote-box::after {
	content: "";
	position: absolute;
	bottom: -32px;
	left: 52px;
	background-image: url(../images/testimonial-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 52px;
	height: 32px;
}

.testimonial-wrapper .swiper-slide {
	display: flex;
	gap: 35px;
	align-items: flex-start;
}

.testimonial-profile {
	border-radius: 40px;
	background-color: #bfe6c6;
	flex: none;
	margin-top: 165px;
	padding: 20px;
	text-align: center;
}

.testimonial-profile img {
	width: 340px;
	height: 340px;
	border-radius: 25px;
	object-fit: cover;
	border: 5px solid #fff;
	margin-bottom: 15px;
	object-position: top;
}

.testimonial-profile h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}

.testimonial-profile p {
	font-size: 18px;
}

.testimonial-wrapper {
	position: relative;
}

.testimonial-wrapper .testimonial-thumbs {
	position: absolute;
	right: -60px;
	width: 1200px;
	bottom: 0;
}

.testimonial-thumbs .swiper-slide {
	background-color: #bfe6c6;
	border-radius: 40px;
	overflow: hidden;
	padding: 10px;
	aspect-ratio: 1;
}

.testimonial-thumbs .swiper-slide:nth-child(2n),
.testimonial-slider .swiper-slide:nth-child(2n) .testimonial-profile {
	background-color: #b8c3ef;
}

.testimonial-thumbs .swiper-slide:nth-child(3n),
.testimonial-slider .swiper-slide:nth-child(3n) .testimonial-profile {
	background-color: #e5bfbe;
}

.testimonial-thumbs .swiper-slide:nth-child(4n),
.testimonial-slider .swiper-slide:nth-child(4n) .testimonial-profile {
	background-color: #aed2e8;
}

.testimonial-thumbs .swiper-slide:nth-child(5n),
.testimonial-slider .swiper-slide:nth-child(5n) .testimonial-profile {
	background-color: #d5daee;
}

.testimonial-profile h3,
.testimonial-profile p {
	color: #6ba375;
}

.testimonial-slider .swiper-slide:nth-child(2n) .testimonial-profile h3,
.testimonial-slider .swiper-slide:nth-child(2n) .testimonial-profile p {
	color: #5c6cac;
}

.testimonial-slider .swiper-slide:nth-child(3n) .testimonial-profile h3,
.testimonial-slider .swiper-slide:nth-child(3n) .testimonial-profile p {
	color: #9d7675;
}
.testimonial-slider .swiper-slide:nth-child(4n) .testimonial-profile h3,
.testimonial-slider .swiper-slide:nth-child(4n) .testimonial-profile p {
	color: #6390ab;
}
.testimonial-slider .swiper-slide:nth-child(5n) .testimonial-profile h3,
.testimonial-slider .swiper-slide:nth-child(5n) .testimonial-profile p {
	color: #737faf;
}

.testimonial-thumbs .swiper-slide img {
	border: 3px solid #fff;
	border-radius: 25px;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.testimonial-arrows {
	display: flex;
	align-items: center;
	margin-left: 117px;
	margin-top: 35px;
	gap: 35px;
}

.testimonial-arrows > div {
	color: #0a4883;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.testimonial-arrows .testimonial-button-next {
	rotate: 180deg;
}

.testimonial-arrows > div:hover {
	opacity: 0.3;
}

.testimonial-thumbs .testimonial-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	gap: 10px;
	margin-bottom: 10px;
}

.testimonial-thumbs .testimonial-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 2px solid #81af7e;
	opacity: 1;
	margin: 0;
	transition: all 0.5s ease 0s;
}

.testimonial-thumbs .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #81af7e;
	width: 25px;
	height: 25px;
}

.how-we-do {
	background-color: #0a4883;
	padding: 200px 0;
}

.how-we-do .left-content h2 {
	font-weight: 900;
	color: #f99f22;
	font-size: 90px;
	margin-bottom: 50px;
}

.how-we-do .container .left-content {
	width: 600px;
	flex: none;
}

.left-content .title-box {
	margin-bottom: 20px;
}

.left-content .title-box h1 {
	font-size: 200px;
	color: #a3b1d5;
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.left-content .title-box p {
	display: flex;
	color: #f99f22;
	margin-top: -25px;
	text-align: center;
	gap: 150px;
}

.left-content .title-box p .left {
	flex: none;
	width: 127px;
}

.left-content .title-box p .right {
	flex: 1;
}

.how-we-do .cards {
	display: flex;
	flex: 1;
}

.how-we-do .cards .card {
	background-color: #083c6d;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
	width: 520px;
	position: relative;
}

.how-we-do .cards .card::before {
	content: "?";
	position: absolute;
	font-size: 360px;
	font-weight: 900;
	color: rgba(217, 217, 217, 0.1);
	right: 80px;
	top: 20px;
	line-height: 1;
}

.how-we-do .cards .card:not(:first-child) {
	margin-left: -384px;
}

.how-we-do .cards .card:nth-child(2) {
	background-color: #073259;
}

.how-we-do .cards .card:nth-child(3) {
	background-color: #062643;
}

.how-we-do .cards .card:nth-child(4) {
	background-color: #011d37;
}

.how-we-do .cards .card h3 {
	font-size: 80px;
	font-weight: 900;
	color: #d9d9d9;
	margin-bottom: 60px;
	line-height: 1;
}

/* Statistics section CSS starts */
.impact-strip {
	margin-top: 36px;
	background: #0a0f1b;
	color: #fff;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.impact-strip__inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 30px 24px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.impact-strip__item h3 {
	margin: 0 0 8px;
	color: #f5b43d;
	font-size: clamp(34px, 3.5vw, 56px);
	line-height: 1;
}

.impact-strip__item p {
	margin: 0;
	color: #2ea4d2;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 700;
	max-width: 180px;
	text-transform: lowercase;
}

.impact-strip__flower-wrap {
	position: absolute;
	top: 50%;
	right: -100px;
	width: 195px;
	height: 183px;
	transform: translateY(-50%);
	pointer-events: none;
}

.impact-strip__flower {
	background-image: url(../images/prakalp-logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	transition: transform 0.1s linear;
}
/* Statistics section CSS ends */

.success-section {
	background-color: #f4eae2;
	padding: 165px 0;
	overflow: hidden;
}

.success-section .success-section__intro {
	margin-bottom: 120px;
}

.success-section__intro h2 {
	font-weight: 900;
	color: #0a4883;
	font-size: 80px;
}

.success-section__intro-description p {
	font-size: 40px;
	color: #406345;
	font-weight: 900;
	width: 100%;
	max-width: 610px;
	line-height: 100%;
}

.success-grid {
	display: inline-block;
	width: 100%;
}

.success-grid .success-card {
	background-color: #d9d9d9;
	border-radius: 40px;
	padding: 17px;
	position: relative;
	width: calc(50% - 25px);
	margin-bottom: 45px;
	float: left;
	margin-left: 50px;
}

.success-social {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 53px;
	margin-right: 50px;
}

.success-social .success-social__link:hover {
	opacity: 0.7;
}

.success-link_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #f4eae2;
	border-radius: 0 40px 0 0;
	padding: 40px 40px 0 0;
}

.success-link_wrap::before,
.success-actions::before,
.success-actions::after {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	height: 80px;
	width: 50px;
	background: transparent;
	border-bottom-left-radius: 40px;
	box-shadow: 0 40px 0 0 #f4eae2;
}

.success-link_wrap::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -50px;
	height: 80px;
	width: 50px;
	background: transparent;
	border-bottom-left-radius: 40px;
	box-shadow: 0 40px 0 0 #f4eae2;
}

.success-actions::before {
	rotate: 270deg;
	bottom: -7px;
	left: -65px;
	top: auto;
}

.success-actions::after {
	rotate: 270deg;
	left: auto;
	right: 15px;
	top: -65px;
}

.success-card__meta .success-pill {
	background-color: #cb6a4b;
	color: #f4eae2;
	padding: 20px 28px;
	font-weight: 700;
}

.success-card__meta .success-pill:hover {
	background-color: #000;
	color: #fff;
}

.success-card__body {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 380px 25px 25px;
	border-radius: 30px;
}

.success-card__body h3 {
	font-size: 35px;
	color: #f4eae2;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.success-card__year {
	color: #f4eae2;
}

.success-card_content {
	padding: 25px 15px 0;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}

.success-card_content p {
	line-height: 120%;
	font-size: 24px;
	color: #0a4883;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0;
}

.success-card_content .success-card__icon {
	color: #0a4883;
	flex-shrink: 0;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.success-card_content .success-card__icon:hover {
	color: #000;
}

.success-grid .success-card.success-card--feature {
	background-color: #cb6a4b;
	padding: 50px 50px 60px;
	margin-left: 0;
}

.success-grid .success-card.success-card--feature .success-card__body {
	display: block;
	padding: 400px 0 0 0;
}

.success-grid .success-card.success-card--feature .success-card__body h3 {
	font-size: 50px;
	color: #edc77d;
	text-transform: uppercase;
}

.success-grid .success-card.success-card--feature .success-card__body h4 {
	font-weight: 900;
	color: #f4eae2;
	font-size: 22px;
	text-transform: uppercase;
}

.success-card__description p {
	font-size: 24px;
	color: #ffdf9f;
	line-height: 130%;
}

.success-card--feature .success-card__description {
	margin-bottom: 55px;
}

.success-grid .success-card.success-card--green {
	float: right;
}

.success-grid .success-card.success-card--green .success-card__body {
	padding-top: 390px;
}

.success-grid .success-card.success-card--slate,
.success-grid .success-card.success-card--plum {
	width: calc(24% - 25px);
}

.success-grid .success-card.success-card--slate {
	margin: 0;
}

.success-grid .success-card.success-card--plum {
	float: right;
}
.success-grid .success-card.success-card--plum .success-card__body {
	padding-top: 286px;
}

.success-grid .success-card.success-card--slate .success-card__body {
	padding-top: 500px;
	flex-direction: column;
}

.success-grid .success-card.success-card--plum .success-card__body h3 {
	opacity: 0;
	font-size: 0;
}

.success-grid .success-card.success-card--plum .success-card_content {
	position: absolute;
	right: 20px;
	bottom: 30px;
}

.success-grid .success-card.success-card--plum .success-card_content .success-card__icon {
	color: #fff;
}

.success-grid .success-card.success-card--blue {
	width: calc(76% - 25px);
}

.success-grid .success-card.success-card--blue {
	width: calc(76% - 25px);
	margin-bottom: 0;
}

.success-grid .success-card.success-card--blue .success-card_content p {
	width: 100%;
	max-width: 650px;
}

.success-section .success-actions {
	position: absolute;
	bottom: 0;
	right: 15px;
	background-color: #f4eae2;
	padding: 25px 0 0 40px;
	border-radius: 40px 0 0 0;
}

.success-actions .success-button {
	background-color: #000;
	color: #fff;
}

.banner-section {
	margin-top: -30px;
}

.banner-section h2 {
	position: absolute;
	font-family: "3surendra";
	font-weight: normal;
	color: #fff;
	top: 0;
	left: 90px;
	font-size: 132px;
	width: 100%;
	max-width: 500px;
	margin-top: 145px;
}

.banner-section p {
	position: absolute;
	bottom: 80px;
	left: 175px;
	font-size: 30px;
	width: 100%;
	max-width: 730px;
}

#myModal {
	position: fixed;
	background-color: #111318;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	min-height: 100vh;
	z-index: 99;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

#myModal .modal-header {
	padding: 90px 125px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}

.modal-header button.close {
	background-color: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-header button.close:hover {
	color: #f99f22;
}

.modal-body {
	padding-bottom: 125px;
}

.modal-title {
	text-align: center;
	font-size: 90px;
	color: #f99f22;
	font-weight: 700;
	margin-bottom: 90px;
	line-height: 100%;
}

.modal-body .container {
	max-width: 1400px;
}

.form-group {
	margin-bottom: 15px;
}

.modal-body .inline-input {
	margin-bottom: 70px;
}

.form-group p {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 140px;
}

.form-group input,
.inline-input textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	min-height: 70px;
	color: #d9d9d9;
	font-size: 24px;
	font-weight: 700;
	padding: 0 20px;
	font-family: "Ambit";
	display: block;
}

.inline-input textarea {
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form-group input.wpcf7-not-valid {
	border-color: #ff0000;
}

.form-group .wpcf7-not-valid-tip {
	font-size: 16px;
	color: #ff0000;
}

.modal-body .wpcf7 form .wpcf7-response-output {
	border: 1px solid;
	color: #ff0000;
	text-align: center;
	font-size: 18px;
	margin: 15px 0 0;
	padding: 5px;
}

.modal-body .wpcf7 form.sent .wpcf7-response-output {
	color: green;
}

.btn-submit input {
	min-height: 74px;
	background-color: #0a4883;
	cursor: pointer;
	color: #f4eae2;
	border: none;
	border-radius: 18px;
	font-size: 30px;
	font-weight: 700;
	min-width: 130px;
	padding: 15px;
}

.btn-submit input:hover {
	background-color: #f99f22;
	color: #000;
}
