@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: 28px;
}

.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;
	font-weight: 600;
}

.contact-detail__address {
	color: #111318;
	width: 100%;
	max-width: 400px;
	font-size: 24px;
	font-weight: 600;
}

.contact-detail__address p {
	margin: 0 0 0.65em;
}

.contact-detail__address p:last-child {
	margin-bottom: 0;
}

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

.contact-detail .btn,
.btn.btn-primary {
	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;
}

.contact-detail ul.social-icon img {
	display: block;
	max-height: 24px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.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;
}

.btn.btn-primary {
	gap: 20px;
}

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

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

.main-menu .menu-div {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 18px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    min-height: 75px;
    display: flex;
    align-items: center;
    gap: 35px;
}

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

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

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

#menu-main-menu li a:hover, #menu-main-menu-1 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;
	flex-direction: row-reverse;
}

.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(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 15px;
	justify-content: center;
	align-items: start;
}

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

.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%;
}

/* Editor output wraps copy in <p>/<li>; body p { color } would otherwise override inherited teal */
.stat-box .stat-text p,
.stat-box .stat-text li {
	margin: 0 0 0.35em;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.stat-box .stat-text p:last-child {
	margin-bottom: 0;
}

.stat-box .stat-text ul,
.stat-box .stat-text ol {
	margin: 0;
	padding-left: 1.2em;
	color: inherit;
}

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

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

/* 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;
}

/* Tab panel HTML matches static template (paragraphs + .big-text / .yellow-color); typography locked to former body-p scale */
.approach-content .tab-content .description {
	color: #fff;
	font-family: "Ambit", sans-serif;
	font-size: 26px;
	line-height: 130%;
	font-weight: normal;
}

.approach-content .tab-content .description p {
	margin: 0 0 35px;
	font: inherit;
	color: inherit;
}

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

.approach-content .strategy-values-heading {
	margin-bottom: 20px;
}

.approach-content .strategy-values-heading p {
	margin: 0 0 15px;
	color: #fff;
}

.approach-content .strategy-values-heading p:last-child {
	margin-bottom: 0;
}

.highlight {
	color: #f5a623;
}

.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: rgba(255, 255, 255, 0.3);
}

/* Filled star inherits the quote star color */
.testimonial-wrapper .quote-box ul.stars li.star-filled {
	color: var(--ts-quote-star, rgba(255, 255, 255, 0.3));
}

/* Empty star keeps the default empty color */
.testimonial-wrapper .quote-box ul.stars li.star-empty {
	color: rgba(255, 255, 255, 0.2);
}

/* Star inner layout for half/full rendering */
.testimonial-wrapper .quote-box ul.stars li.star,
.testimonial-wrapper .quote-box ul.stars li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.testimonial-wrapper .quote-box ul.stars li .star-inner {
	display: inline-block;
	width: 31px;
	height: 30px;
	position: relative;
}

.testimonial-wrapper .quote-box ul.stars li .star-fill-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.testimonial-wrapper .quote-box ul.stars svg {
	display: block;
	width: 31px;
	height: 30px;
}

.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;
} */

.quote-box .quote-shap {
    position: absolute;
    bottom: -37px;
    left: 52px;
}

.quote-box .quote-shap svg path{
    fill: #81af7e;
}

.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;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.testimonial-profile img {
	display: block;
	width: 340px;
	height: 340px;
	max-width: 100%;
	border-radius: 25px;
	object-fit: cover;
	border: 5px solid #fff;
	margin-bottom: 15px;
	object-position: top center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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;
	overflow: hidden;
}

.testimonial-thumbs .swiper-wrapper {
	align-items: stretch;
	box-sizing: border-box;
}

.testimonial-thumbs .swiper-slide {
	height: auto;
	box-sizing: border-box;
}

.testimonial-thumb-card {
	--testimonial-thumb-pad: 10px;
	--testimonial-thumb-radius: 40px;
	--testimonial-thumb-inner-radius: 25px;
	display: grid;
	grid-template: 1fr / 1fr;
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: var(--testimonial-thumb-pad);
	border-radius: var(--testimonial-thumb-radius);
	background-color: #bfe6c6;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.testimonial-thumbs .swiper-slide:nth-child(2n) .testimonial-thumb-card,
.testimonial-slider .swiper-slide:nth-child(2n) .testimonial-profile, 
.testimonial-slider .swiper-slide:nth-child(3n) .quote-box, 
.testimonial-slider .swiper-slide:nth-child(5n) .quote-box{
	background-color: #b8c3ef;
}

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

.testimonial-thumbs .swiper-slide:nth-child(5n) .testimonial-thumb-card,
.testimonial-slider .swiper-slide:nth-child(5n) .testimonial-profile, 
.testimonial-slider .swiper-slide:nth-child(2n) .quote-box{
	background-color: #b4bee3;
}

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

.testimonial-slider .swiper-slide:nth-child(6n) .quote-box{
	background-color: #e5bfbe;
}

/* .testimonial-slider .swiper-slide:nth-child(2n) .quote-box .quote-shap svg path{
	fill: #b4bee3;
}

.testimonial-slider .swiper-slide:nth-child(3n) .quote-box .quote-shap svg path, 
.testimonial-slider .swiper-slide:nth-child(5n) .quote-box .quote-shap svg path{
	fill: #b8c3ef;
}

.testimonial-slider .swiper-slide:nth-child(3n) .quote-box .quote-shap svg path{
	fill: #e5bfbe;
}

.testimonial-slider .swiper-slide:nth-child(4n) .quote-box .quote-shap svg path{
	fill: #aed2e8;
} */

.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;
}

/* Admin-selected card color — profile name + company (overrides nth-child defaults). */
.testimonial-profile.has-custom-ts-color h3,
.testimonial-slider .swiper-slide .testimonial-profile.has-custom-ts-color h3 {
	color: var(--ts-profile-text, #6ba375);
}

.testimonial-profile.has-custom-ts-color p,
.testimonial-slider .swiper-slide .testimonial-profile.has-custom-ts-color p {
	color: var(--ts-profile-text-sub, var(--ts-profile-text, #6ba375));
}

/* Admin-selected quote colors (overrides nth-child defaults). */
.testimonial-wrapper .quote-box.has-custom-ts-quote-color {
	background-color: var(--ts-quote-bg, inherit);
}

/* .testimonial-wrapper .quote-box.has-custom-ts-quote-color .quote-shap {
	color: var(--ts-quote-shape, var(--ts-quote-bg, #81af7e));
} */

.testimonial-wrapper .quote-box.has-custom-ts-quote-color .quote-shap svg path {
	fill: var(--ts-quote-shape, var(--ts-quote-bg, #81af7e));
}

.testimonial-wrapper .quote-box.has-custom-ts-quote-color ul.stars,
.testimonial-slider .swiper-slide .quote-box.has-custom-ts-quote-color ul.stars {
	color: var(--ts-quote-star, rgba(255, 255, 255, 0.3));
}

.testimonial-wrapper .quote-box.has-custom-ts-quote-color ul.stars svg path,
.testimonial-slider .swiper-slide .quote-box.has-custom-ts-quote-color ul.stars svg path {
	fill: currentColor;
}

.testimonial-wrapper .quote-box.has-custom-ts-quote-color > p,
.testimonial-slider .swiper-slide .quote-box.has-custom-ts-quote-color > p {
	color: var(--ts-quote-text, #fff);
}

.testimonial-thumb-card img {
	display: block;
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	border: 3px solid #fff;
	border-radius: var(--testimonial-thumb-inner-radius);
	object-fit: cover;
	object-position: top center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Safari < 15: keep square thumb when aspect-ratio is unsupported */
@supports not (aspect-ratio: 1 / 1) {
	.testimonial-thumb-card {
		position: relative;
		height: 0;
		padding-bottom: 100%;
		display: block;
	}

	.testimonial-thumb-card img {
		position: absolute;
		inset: var(--testimonial-thumb-pad);
		width: auto;
		height: auto;
	}
}

.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 {
	transform: 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;
    position: relative;
}

.how-we-do .left-content h2::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -70px;
    background-image: url(../images/how-logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 232px;
    height: 230px;
}

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

/* How we do — clickable Prakalp word (प्र / क / ल / प) */
.how-we-do .prakalp-letters-wrap {
	position: relative;
	margin-bottom: 12px;
}

.how-we-do .hindi-word {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 0;
	padding-bottom: clamp(36px, 5vw, 48px);
}
.how-we-do .letter-btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: flex-end;
	position: relative;
	/* transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1); */
}
.how-we-do .letter-btn:hover svg path {
	fill: rgb(54, 136, 213);
}

/* .how-we-do .letter-btn:hover {
	transform: translateY(-4px) scale(1.04);
} */

.how-we-do .letter-btn:focus {
	outline: none;
}

.how-we-do .letter-btn:focus-visible {
	outline: 2px solid #f99f22;
	outline-offset: 4px;
	border-radius: 4px;
}

.how-we-do .letter-btn svg {
	display: block;
	max-width: 100%;
	height: auto;
	transition: filter 0.35s ease;
	/* filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3)); */
}

/* .how-we-do .letter-btn.active svg {
	filter: drop-shadow(0 6px 20px rgba(54, 136, 213, 0.55));
} */

.how-we-do .letter-btn.active::after {
	transform: translateX(-50%) scaleX(1);
}

.how-we-do .prakalp-label-block {
	transition: opacity 0.32s ease, transform 0.32s ease;
}

.how-we-do .prakalp-label-block.is-fading {
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
}

.how-we-do .prakalp-letters-wrap .prakalp-label-block__tag {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 400;
	color: #f99f22;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	transform: translateX(-50%);
	transition:
		left 0.38s cubic-bezier(0.22, 0.61, 0.36, 1),
		top 0.38s cubic-bezier(0.22, 0.61, 0.36, 1),
		opacity 0.28s ease;
}

.how-we-do .prakalp-letters-wrap .prakalp-label-block__tag.is-fading {
	opacity: 0;
}

.how-we-do .prakalp-label-block__hindi {
	font-family: "Noto Sans Devanagari", "3surendra", sans-serif;
	font-size: 54px;
	font-weight: 700;
	color: #A3B1D5;
	line-height: 1.2;
	margin: 0 0 4px;
}

.how-we-do .prakalp-label-block__trans {
	font-size: 26px;
	font-weight: 400;
	color: #f99f22;
	margin: 0 0 16px;
}

.how-we-do .prakalp-label-block__divider {
	width: 34px;
	height: 2.5px;
	background: #3688d5;
	border-radius: 2px;
	opacity: 0.55;
	margin-bottom: 14px;
}

.how-we-do .prakalp-label-block__desc,
.how-we-do .prakalp-label-block__desc p {
	font-size: 26px;
    line-height: 1.15;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.how-we-do-card-nav.is-hidden {
	display: none;
}

/* How we do — card column (stack + nav) */
.how-we-do-card-column {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 28px;
	overflow: visible;
}

.how-we-do-card-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 3vw, 32px);
	/* width: min(100%, 520px); */
	width: 100%;
	margin-inline-end: 0;
}

.how-we-do-card-nav__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.how-we-do-card-nav__arrow svg {
	display: block;
	width: 50px;
	height: 50px;
}

.how-we-do-card-nav__arrow--next svg {
	rotate: 180deg;
}

.how-we-do-card-nav__arrow:hover:not(:disabled) {
	opacity: 0.85;
	transform: scale(1.04);
}

.how-we-do-card-nav__arrow:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.how-we-do-card-nav__progress {
	display: flex;
	align-items: stretch;
	flex: 1;
	min-width: 0;
	max-width: 280px;
	height: 4px;
	gap: 6px;
}

.how-we-do-card-nav__segment {
	flex: 1;
	min-width: 0;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: background-color 0.35s ease, transform 0.35s ease;
}

.how-we-do-card-nav__segment.is-active {
	background: #f99f22;
}

.how-we-do-card-nav__segment:hover:not(.is-active) {
	background: rgba(255, 255, 255, 0.55);
}

/* How we do — stacked deck: left peeks + 3D flip to front on right */
.how-we-do-card-stack {
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	align-self: center;
	overflow: visible;
	--hwd-card-width: 520px;
	--hwd-peek-gap: 80px;
	--hwd-stack-overlap: calc(var(--hwd-peek-gap) - var(--hwd-card-width));
	--hwd-peek-stride: var(--hwd-peek-gap);
	--hwd-flip-rotate: 18deg;
	--hwd-flip-depth: 40px;
}

.how-we-do-card-stack .cards {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: var(--hwd-deck-width, var(--hwd-card-width));
	min-height: 420px;
	overflow: visible;
	perspective: min(1600px, 96vw);
	perspective-origin: 88% 50%;
	transform-style: preserve-3d;
}

.how-we-do .cards .card {
	background-color: #083c6d;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	padding: 85px 60px 60px;
	width: var(--hwd-card-width);
	position: absolute;
	top: 0;
	left: var(--hwd-slot-left, 0);
	right: auto;
	margin-left: 0;
	cursor: pointer;
	flex-shrink: 0;
	transform-style: preserve-3d;
	transform-origin: right center;
	backface-visibility: hidden;
	transition:
		left 0.62s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.45s ease,
		box-shadow 0.45s ease;
	min-height: 400px;
}

.how-we-do .cards .card .hwd-card-watermark {
	position: absolute;
	top: 55px;
    right: 80px;
    width: min(175px, 40%);
	max-width: 198px;
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

.how-we-do .cards .card .hwd-card-watermark img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.how-we-do .cards .card > :not(.hwd-card-watermark) {
	position: relative;
	z-index: 2;
}

.how-we-do-card-stack.is-hwd-stack-active .cards .card.hwd-stack-peek {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.how-we-do-card-stack .cards .card.is-hwd-front.is-hwd-entering {
	transition:
		left 0.62s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.45s ease,
		box-shadow 0.45s ease;
	animation: hwd-card-flip-in 0.64s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes hwd-card-flip-in {
	0% {
		transform:
			rotateY(calc(var(--hwd-flip-from, -1) * 62deg))
			scale(0.9)
			translateZ(calc(-1.2 * var(--hwd-flip-depth)));
		filter: brightness(0.84);
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
	}

	45% {
		filter: brightness(0.94);
	}

	100% {
		transform: rotateY(0deg) scale(1) translateZ(0);
		filter: brightness(1);
		box-shadow:
			0 28px 48px rgba(0, 0, 0, 0.4),
			0 0 0 1px rgba(249, 159, 34, 0.2);
	}
}

.how-we-do-card-column.is-hwd-animating .how-we-do-card-stack,
.how-we-do-card-column.is-hwd-animating .how-we-do-card-nav {
	pointer-events: none;
}

.how-we-do-card-column.is-hwd-animating .how-we-do-card-nav {
	opacity: 0.72;
}

@media (prefers-reduced-motion: reduce) {
	.how-we-do-card-stack .cards {
		perspective: none;
	}

	.how-we-do .cards .card {
		transition-duration: 0.01ms;
		transform: none !important;
	}

	.how-we-do-card-stack .cards .card.is-hwd-front.is-hwd-entering {
		animation: none;
	}
}

.how-we-do-card-stack:focus-visible {
	outline: 2px solid #f99f22;
	outline-offset: 6px;
	border-radius: 8px;
}

.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:nth-child(5) {
    background-color: #011527;
}

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

.what-we-do {
	background-color: #111318;
	padding: 130px 0 112px;
}

.what-we-do__intro {
	position: relative;
}

.what-we-do__intro h2::after {
	content: "";
	position: absolute;
	top: -100px;
    right: 76px;
	background-image: var(--after-hwd-icon, url(../images/how-logo.png));
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	width: 232px;
	height: 230px;
	pointer-events: none;
}

.what-we-do__intro h2 {
	font-weight: 900;
	color: #f99f22;
	font-size: 90px;
	margin-bottom: 50px;
	position: relative;
	max-width: 780px;
}

.what-we-do__description p {
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	width: 100%;
	max-width: 730px;
	line-height: 100%;
}
.what-we-do__cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
	margin-top: 100px;
}

.what-we-do-card {
	position: relative;
	min-height: 500px;
	padding: 54px 28px 54px;
	background-color: #272b36;
	border-radius: 28px;
	text-align: center;
}

.what-we-do-card__icon {
	height: 95px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.what-we-do-card__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.what-we-do-card__body {
	width: 100%;
}

.what-we-do-card__body h3 {
	margin: 0 0 24px;
	color: #f99f22;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.what-we-do-card__body h4 {
	margin: 0 0 14px;
	color: #f99f22;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.what-we-do-card__description p {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
}

.what-we-do-card__description strong,
.what-we-do-card__description b {
	font-weight: 900;
}

.what-we-do-card__description em,
.what-we-do-card__description i {
	font-style: italic;
	font-weight: 900;
}

/* 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%;
	will-change: transform;
}
/* 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: 730px;
    line-height: 100%;
    text-transform: uppercase;
}

.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;
	flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 380px 25px 25px;
    border-radius: 30px;
}

.success-card__image img {
	border-radius: 20px;
}

/* When image is present, make padding-top equal to current padding-bottom (25px) */
.success-card__body:has(.success-card__image) {
	padding-top: 25px;
}

.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;
}

/* When feature card has image, make padding-top equal to current padding-bottom (0px) */
.success-grid .success-card.success-card--feature .success-card__body:has(.success-card__image) {
	padding-top: 0px;
}

.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;
}

/* When green card has image, make padding-top equal to current padding-bottom (25px) */
.success-grid .success-card.success-card--green .success-card__body:has(.success-card__image) {
	padding-top: 25px;
}

.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;
}

/* When plum card has image, make padding-top equal to current padding-bottom (25px) */
.success-grid .success-card.success-card--plum .success-card__body:has(.success-card__image) {
	padding-top: 25px;
}

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

/* When slate card has image, make padding-top equal to current padding-bottom (25px) */
.success-grid .success-card.success-card--slate .success-card__body:has(.success-card__image) {
	padding-top: 25px;
}

.success-grid .success-card.success-card--blue .success-card__body {
    padding-top: 213px;
}

/* When blue card has image, make padding-top equal to current padding-bottom (25px) */
.success-grid .success-card.success-card--blue .success-card__body:has(.success-card__image) {
    padding-top: 25px;
}

.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;
}

.btn-mobile,
.mobile-view {
	display: none !important;
}

.banner-section .mobile_img {
    display: none;
}

.banner-section p::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -80px;
    background-image: url(../images/banner-logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 146px;
    height: 144px;
}

.testimonial-container::before {
    content: "”";
    font-size: 510px;
    color: #E9FAE8;
    position: absolute;
    right: 10%;
    top: 10%;
    font-family: "Ambit";
    font-weight: 900;
    line-height: 1;
}

.modal-footer .main-menu {
    padding-bottom: 100px;
}
.modal-footer .main-menu .menu-main-menu-container {
    opacity: 1;
    visibility: visible;
    position: static;
    border-radius: 18px;
    margin: 0 auto;
	padding: 15px;
	min-height: auto;
}