.section,
.pinned {
	transform: translateZ(0);
	will-change: transform;
	backface-visibility: hidden;
}

* {
	padding: 0;
	margin: 0;
	/* overflow-x: hidden; */
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

.highlight {
	position: relative;
	z-index: 1;
	/* Ensure text is above the animated background */
}

.highlight {
	position: relative;
	display: inline-block;
	/* Ensures the highlight container wraps tightly around the text */
}

.highlight-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	/* Start with 0 width for animation */
	height: 100%;
	background-color: #c4dea1;
	/* Light green color from your updated image */
	z-index: 0;
	/* Background stays behind the text */
}

.highlight-text {
	position: relative;
	z-index: 1;
	/* Text stays on top */
	color: white;
	/* Ensure text color matches the rest */
}

body {
	-webkit-overflow-scrolling: touch;
	min-height: 100vh;
	overflow-x: hidden !important;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
	text-align: -webkit-right;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: 100% !important;
	margin: 0 !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	gap: 67px;
}

body .gform_wrapper form .gform_body ul .gf-width {
	width: 50%;
	display: inline-block;
}

body .gform_wrapper form .gform_body ul li.gfield {
	float: left;
	padding: 0 !important;
	margin: 0 0px 25px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li#field_2_3,
body .gform_wrapper form .gform_body ul li#field_2_4 {
	margin: 0 !important;
}

body .gform_wrapper form .gform_body ul li#field_2_4 {
	height: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: "Satoshi-Regular";
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body
.gform_legacy_markup_wrapper.gform_validation_error
.gform_body
ul
li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

body .gform_legacy_markup_wrapper .gform_footer {
	display: inline-block;
	margin: 37px 0 0 0;
	padding: 0;
	text-align: right;
	width: auto;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	border-radius: 100px;
}

body .gform_legacy_markup_wrapper .gform_footer:before {
	content: "";
	width: 180px;
	height: 100%;
	display: inline-block;
	background-color: #dce2d8;
	background-image: url(/wp-content/uploads/2025/06/send.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	top: 0px;
	left: -102%;
	border-radius: 100px;
	border: 1px solid #4d635c;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}

body .gform_legacy_markup_wrapper .gform_footer:hover input.button,
body .gform_legacy_markup_wrapper .gform_footer:hover input[type="submit"] {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

body .gform_legacy_markup_wrapper .gform_footer:hover:before {
	left: 0%;
	transition: all 0.5s ease-in-out;
}

body .gform_legacy_markup_wrapper .gform_footer input.button,
body .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
	margin: 0;
	font-family: "SuisseIntl", Sans-serif;
	color: #4d635c;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 142.857%;
	width: 182px;
	padding-block: 9px;
	background-color: transparent;
	border-radius: 100px;
	border: 1px solid #4d635c;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 100% !important;
	border-radius: 10px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: left;
}

body .gform_wrapper div#input_2_7 {
	display: contents;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 200;
	background-color: #3F5951;
	line-height: 125%;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	height: 100%;
	float: left;
}

body .gform_body input::placeholder,
body textarea::placeholder {
	text-transform: uppercase;
}

body .gform_body input[type="text"],
body .gform_body input[type="email"],
body .gform_body input[type="tel"],
body .gform_body input[type="number"],
body select,
body textarea {
	width: 100% !important;
	border: 0 !important;
	border-radius: 10px !important;
	padding: 18px 23px !important;
	color: #4d635c !important;
	box-shadow: none;
	height: auto !important;
	font-weight: 200;
	line-height: 130% !important;
	letter-spacing: 0.7px !important;
	font-size: 14px !important;
	margin: 0 !important;
	background-color: #fff !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}

/* custom curser */

.cursor {
	position: fixed;
	pointer-events: none;
	z-index: 9999;
	width: 49px;
	height: 36px;
	transform: translate(-50%, -50%);
	opacity: 1;
	/* Ensure initial visibility */
}

/* Hero section */

/* Loader Styles */
/* body.loader-active {
overflow: hidden;
} */

/* body.loader-active {
overflow: hidden !important;
overflow-y: hidden !important;
height: 100vh !important;
width: 100% !important;
-webkit-overflow-scrolling: auto !important;
position: fixed !important;
}

#loader {
background-color: #4d635c;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}

#loader-svg {
width: 100px;
height: 100px;
}

#percentage {
color: #f5f5f2;
font-size: 20px;
margin-top: 20px;
font-weight: 300;
text-align: center;
font-family: "SuisseIntl", Sans-serif;
}

.static-circle {
stroke: #f5f5f2;
stroke-width: 4;
fill: none;
opacity: 0.3;
}

.progress-circle {
stroke: rgba(255, 148, 66, 1);
stroke-width: 4;
fill: none;
}

.loader-dot {
fill: rgba(255, 148, 66, 1);
}  */

/*-------------*/

/* first-nav */

nav.first-navination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 46px;
	position: absolute;
	top: 55px;
	z-index: 999;
	width: -webkit-fill-available;
}

/* 2nd-nav */

.main-nav-icon {
	display: flex;
}

.main-nav-icon a {
	display: flex;
}

nav.secnd-navigation {
	width: 100%;
	z-index: 99991;
	position: fixed;
	bottom: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav.secnd-navigation .main-navtion-container {
	width: 100%;
	max-width: fit-content;
	border-radius: 27.5px;
	background: #ff9442;
	padding: 4px 6px;
	position: relative;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

nav.secnd-navigation .main-navtion-container .main-navtion-col {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
}

.burger-menu-icons {
	display: none;
}

nav.secnd-navigation
.main-navtion-container
.main-navtion-col
.navigation-bar
ul.nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	gap: 11px;
}

nav.secnd-navigation .main-navtion-container .main-navtion-col img {
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.2);
	padding: 11px 21px;
}

nav.secnd-navigation
.main-navtion-container
.main-navtion-col
.navigation-bar
ul.nav-list
li
a,
ul.sub-nav-list li.nav-item a {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	line-height: 130%;
	padding: 10px 22px;
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
}

ul.sub-nav-list {
	list-style: none;
	margin-block: 30px 24px;
	display: none;
	flex-direction: column;
	width: fit-content;
	gap: 10px;
}

ul.sub-nav-list li.nav-item {
	padding-bottom: 10px;
}

ul.sub-nav-list li.nav-item:last-child {
	padding-bottom: 0;
}

ul.sub-nav-list li.nav-item a {
	padding: 0;
	opacity: 0.4;
	transition: all 0.5s ease-in-out;
}

ul.sub-nav-list li.nav-item:hover a {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

ul.sub-nav-list li.nav-item:hover a {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

ul.nav-list li a:after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/05/main-nav-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s ease-in-out;
}

ul.nav-list li:hover a:after {
	width: 10px;
	height: 10px;
	transition: all 0.5s ease-in-out;
}

ul.nav-list li:hover a {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100px;
	transition: all 0.5s ease-in-out;
}

nav.secnd-navigation
.main-navtion-container
.main-navtion-col
.navigation-bar
ul.nav-list
li.nav-item
a.active {
	border-radius: 100px;
	background: #4d635c;
	gap: 0;
	transition: all 0.5s ease-in-out;
}

ul.sub-nav-list li.nav-item a.active {
	opacity: 1;
	background-color: transparent;
}

.mobile-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	overflow-x: hidden;
	background: #4d635c;
	width: 100%;
	height: 100vh;
}

/* hero-section */

.elementor-section {
	width: 100%;
}

.hero-section {
	display: inline-block;
	position: relative;
	min-height: 1046px;
	display: flex;
	align-items: end;
}

.hero-svg-line {
	position: absolute;
	top: 150px;
	left: 59%;
	transform: translate(-50%, 0%);
	display: none;
	z-index: 9999;
}

.full-section > .elementor-container.elementor-column-gap-default {
	max-width: none !important;
	width: 100% !important;
}

.hero-banner-ctn h1 {
	width: 100%;
	max-width: 60%;
	z-index: 99;
	position: relative;
}

.hero-banner-ctn h1 div,
.animation-text div {
	display: inline-block !important;
	line-height: normal;
}

body .content-panel h2.animation-text div div {
	background-color: #f5f5f2;
	line-height: 70%;
}

.hero-container {
	padding-bottom: 120px;
	padding-left: 46px;
}

/* first-nav-button */

.nav-bar-buttons .btn-wrapper {
	width: 141px;
	height: 38px;
	padding: 0;
	display: flex;
	position: relative;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid #ff9442;
	overflow: hidden;
}

.nav-bar-buttons {
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.nav-bar-buttons a {
	display: inline-block;
	z-index: 999;
	position: relative;
}

.nav-bar-buttons .btn-wrapper span.hover-arrow {
	top: 0;
	left: -120%;
	border-radius: 0;
	background: #ff9442;
	padding: 10px 0;
	transition: all 0.5s ease-in-out;
}

.nav-bar-buttons:hover .btn-wrapper span.hover-arrow {
	left: 0%;
	transition: all 0.5s ease-in-out;
}

.nav-bar-buttons:hover .btn-wrapper span.button-name {
	left: 100%;
	transition: all 0.5s ease-in-out;
}

.nav-bar-buttons:hover .btn-color {
	border-color: #4d635c;
	transition: all 0.5s ease-in-out;
}

.nav-bar-buttons .btn-wrapper span.button-name {
	top: 50%;
	transform: translatey(-50%);
	left: 0%;
	transition: all 0.5s ease-in-out;
}

.nav-bar-buttons .btn-wrapper span {
	width: 100%;
	text-align: center;
	position: absolute;
}

.nav-bar-buttons .btn-wrapper span {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	text-decoration: none;
	line-height: 130%;
}

.button-ctn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.nav-bar-buttons .btn-color span.hover-arrow {
	background: #4d635c;
}

.nav-bar-buttons .btn-color {
	background: #ff9442;
}

.path-line {
	stroke: #ff9442;
	stroke-width: 1.61967;
	stroke-miterlimit: 10;
}

/* scroll dwon */

.scroll-down-button {
	display: inline-block;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 9991;
	cursor: pointer;
}

.scroll-down-button .container {
	position: relative;
	width: 10px;
	height: 30px;
	background: #ff9442;
	border: 12px solid transparent;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scroll-down-button .dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 25px;
	position: absolute;
	top: 0%;
}

/* .scroll-down-button .scroll-down-col {
display: flex;
align-items: center;
justify-content: center;
position: relative;
border-radius: 87.05px;
border: 0.87px solid #fff;
background: rgba(255, 255, 255, 0.1);
width: 92px;
height: 34px;
overflow: hidden;
}

.scroll-down-button .scroll-down-col .scroll-down-text {
color: #f5f5f2;
font-size: 12px;
text-align: center;
}

.scroll-down-button .scroll-down-col .scroll-arrow {
display: inline-block;
position: absolute;
top: 10%;
left: -20px;
} */

/* experiences section */

.experiences-section {
	position: relative;
	padding-block: 158px 300px;
}

/* .background-svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-55%, -54%) rotate(20deg);
width: 102%;
height: 140%;
z-index: -1;
} */

.background-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-55%, -49.5%) rotate(19deg);
	width: 93%;
	height: 100%;
	z-index: -1;
}

.experiences-program-ctn::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #f5f5f2;
	position: absolute;
	left: 0;
	z-index: -1;
}

.experiences-program-ctn:before {
	content: "";
	width: 100%;
	height: 8%;
	background: #f5f5f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.experiences-program-ctn {
	background: #f5f5f2;
}

.experiences-section .experiences-container .experiences-col {
	display: flex;
	min-height: 100vh;
	position: relative;
}

.experiences-section .experiences-container .MobileExperiences {
	display: none;
}

.experiences-container {
	flex-wrap: wrap;
}

.left-column {
	width: auto;
	position: sticky;
	top: 0;
	left: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.number-circle {
	position: relative;
	width: 45px;
	height: 45px;
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.number-circle span {
	font-weight: 200;
	color: #333;
	z-index: 2;
}

.number-circle svg {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.number-circle .circle-bg {
	fill: none;
	stroke: transparent;
	/* Light gray for visibility */
	stroke-width: 1;
}

.number-circle .circle-progress {
	fill: none;
	stroke: transparent;
	/* Fallback color for inactive state */
	stroke-width: 1;
	stroke-dasharray: 251.2;
	stroke-dashoffset: 251.2;
}

.number-circle.active .circle-progress {
	stroke: #ff9442;
	/* Orange when active */
}

.right-column {
	width: auto;
	margin-left: 114px;
}

.content-panel {
	height: 953px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.content-panel.active {
	opacity: 1;
}

body .content-panel h2 {
	color: #4d635c;
	position: relative;
	line-height: 100%;
}

.number-circle p {
	z-index: 99;
	background: #f5f5f2;
}

.experiences-title h6 {
	width: 100%;
	color: #4d635c;
	max-width: 60%;
}

.left-box:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 7px;
	background: #ff9442;
	margin: 6px 9px 0 0;
}

.left-box {
	display: flex;
	/* flex-direction: column; */
}

.experiences-program-ctn {
	text-align: -webkit-right;
	/* z-index: 2; */
}

.experiences-program-ctn .experience-program-title h3 {
	width: 100%;
	max-width: 50%;
	text-align: left;
	color: #4d635c;
}

.experience-program-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	padding-top: 56px;
	padding-right: 2rem;
}

.nav-bar-buttons .launch-a-new-card-program,
.nav-bar-buttons .enhance-my-card-program {
	width: 274px;
}

.nav-bar-buttons:hover .launch-a-new-card-program,
.nav-bar-buttons:hover .enhance-my-card-program {
	border-color: #4d635c;
}

.nav-bar-buttons .launch-a-new-card-program span.hover-arrow,
.nav-bar-buttons .enhance-my-card-program span.hover-arrow {
	background: #4d635c;
}

.launch-a-new-card-program span.button-name,
.enhance-my-card-program span.button-name {
	color: #4d635c;
	font-weight: 300;
}

/* issuance section */

.issuance-section {
	background: #4d635c;
}

html.lenis .dynamic-processing-inner-section {
	overflow: hidden;
}

html.lenis .dynamic-processing-inner-section.mini-tab-section {
	display: none;
}

.experiences-program-inner-ctn {
	z-index: 99;
	position: relative;
}

.issuance-section svg.issuance-svg {
	position: absolute;
	top: -3%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.issuance-intro-ctn {
	width: 100%;
	padding-block: 15rem 0px;
}

.issuance-intro-col {
	padding-block: 150px;
	width: 100%;
	max-width: 64%;
	margin: 0 auto;
}

.inner-section .image-div,
.inner-section .text-div {
	width: 50%;
	position: relative;
	color: #f5f5f2;
}

.image-div svg#path-svg {
	transform-origin: 15.3% 62.2%;
}

div#section1 .image-div {
	background-image: url("/wp-content/uploads/2025/05/Launch-a-Card-Program-Background.svg");
	background-size: 460px;
	background-repeat: no-repeat;
	background-position: center center;
}

div#section2 .image-div {
	background-image: url("/wp-content/uploads/2025/05/Enhance-my-existing-card-program-Background.svg");
	background-size: 430px;
	background-repeat: no-repeat;
	background-position: center center;
}

div#section2 .image-div img {
	width: 582px;
	transform: translate(40px, 40px);
	transform-origin: center center;
}

div#section1 .image-div img {
	width: 900px;
	transform: translate(-195px, 40px);
	transform-origin: center center;
}

.issuance-title {
	padding-bottom: 17px;
}

.issuance-title p {
	color: #f5f5f2;
	line-height: 140%;
	letter-spacing: 0.7px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 14px;
}

.intro-title h3 {
	color: #f5f5f2;
	width: 100%;
	max-width: 66%;
}

.intro-title span.highlight-text {
	padding-inline: 5px;
}

.background-lite-green,
.background-lite-green-pro {
	/* background: #c4dea1; */
	color: #4d635c;
	display: inline-block;
	padding: 0px;
	position: relative;
}

.issuance-section .line {
	height: 0.75px;
	width: 100%;
	background: #ff9442;
	transform: translateX(-100%);
}

.issuance-section .line-right {
	height: 0.75px;
	width: 100%;
	background: #ff9442;
	transform: translateX(100%);
}

.issuance-container {
	flex-direction: column;
}

.issuance-inner-section {
	width: 100%;
	min-height: 100vh;
	padding-top: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	/* Added to contain absolutely positioned inner-sections */
}

.inner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	/* Stack sections in the same space */
	width: 100%;
	height: 100%;
}

.inner-section.active {
	opacity: 1;
	visibility: visible;
}

div#section1 .text-div {
	padding-left: 50px;
	text-align: -webkit-right;
}

div#section1 .text-div h4 {
	width: 100%;
	max-width: 62%;
	text-align: left;
}

div#section1 .text-div p {
	width: 100%;
	max-width: 62%;
	padding-top: 40px;
	text-align: left;
}

div#section2 .text-div p {
	width: 100%;
	max-width: 70%;
	padding-top: 40px;
}

div#section2 .text-div h4 {
	width: 100%;
	max-width: 70%;
}

div#section2 .text-div {
	padding-right: 148px;
}

.inner-section .text-div h4.left-box {
	flex-direction: column;
	color: #f5f5f2;
}

div#section2 .text-div h4.left-box::before {
	background: #c4dea1;
}

.inner-section .text-div h4.left-box {
	flex-direction: column;
}

.inner-section .text-div h4.left-box::before {
	margin-bottom: 20px;
}

/* dynamic */
.dynamic-col {
	padding-top: 150px;
	position: relative;
}

.dynamic-processing-inner-section .dynamic-inner-ctn {
	margin-left: 46px;
	overflow: hidden;
}

.dynamic-col .dynamic-title-col h3.left-box {
	flex-direction: column;
	color: #fff;
}

.dynamic-col .dynamic-title-col h3.left-box::before {
	margin-bottom: 20px;
}

.dynamic-col .dynamic-title-col h3.left-box .text-animation {
	color: #ff9442;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 65px;
	overflow: hidden;
}

.dynamic-col .dynamic-title-col h3.left-box .text-animation span {
	flex: 0 0 65px;
	position: absolute;
	width: 100%;
	opacity: 0;
	transform: translateY(65px);
	overflow: hidden;
	text-align: left;
}

.hori-line {
	background: #ff9442;
	width: 0.75px;
	height: 0;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 99;
}

.dynamic-title-col {
	padding-left: 65px;
}

.dynamic-horizantal-col h5 {
	color: #ff9442;
	border: 0.75px solid #ff9442;
	display: inline-block;
	padding: 33px 36px;
}

.dynamic-horizantal-col {
	width: calc(100% + 137%);
	padding-block: 60px 100px;
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col {
	display: flex;
	background: #4d635c;
	padding-block: 20px;
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .dynamic-inner-col {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .fund-col .fund-svg-one {
	position: relative;
	transform: translate(0px, -50px);
}

/* .dynamic-horizantal-col .dynamic-inner-horizantal-col .fund-col:before {
content: '';
width: 120px;
height: 0.75px;
display: inline-block;
background-color: #ff8753;
position: relative;
transform: translate(0px, -50px);
} */

.dynamic-horizantal-col .dynamic-inner-horizantal-col .fund-col {
	align-items: end;
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .fund-col .fund-svg {
	position: relative;
	transform: translate(0px, -40px);
}

.dynamic-horizantal-col
.dynamic-inner-horizantal-col
.account-col
.account-svg {
	position: relative;
	transform: translate(0px, 50px);
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .account-num-col h5 {
	position: relative;
	padding: 10px 40px;
}

.dynamic-horizantal-col
.dynamic-inner-horizantal-col
.account-num-col
.account-count {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.dynamic-horizantal-col
.dynamic-inner-horizantal-col
.account-num-col
h5:nth-child(1) {
	transform: translate(-240px, 20px);
}

.dynamic-horizantal-col
.dynamic-inner-horizantal-col
.account-num-col
h5:nth-child(2) {
	transform: translate(-8.7rem, -2px);
}

.dynamic-horizantal-col
.dynamic-inner-horizantal-col
.account-num-col
h5:nth-child(3) {
	transform: translate(0px, 4px);
}

.dynamic-horizantal-col
.dynamic-inner-horizantal-col
.account-num-col
.account-num-svg {
	transform: translate(0px, -20px);
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .simult-col {
	align-items: center;
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .simult-col h5 {
	transform: translate(0px, -20px);
	padding: 33px 150px;
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .simult-col .simult-svg {
	transform: translate(0px, -25px);
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .single-tab-col {
	align-items: center;
}

.dynamic-horizantal-col .dynamic-inner-horizantal-col .single-tab-col h5 {
	transform: translate(0px, -25px);
	padding: 35px 150px;
}

/* info-section */
.info-section {
	position: relative;
}

.full-section .info-container {
	flex-wrap: wrap;
}

.info-image-col-wrapper,
.door-left,
.door-right {
	background: #f5f5f2;
}

.info-section .info-image-col {
	background-image: url(/wp-content/uploads/2025/07/power-1.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 1430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-image-col h2 .background-color {
	background-color: transparent;
	position: relative;
	display: inline-block;
}

.info-image-col h2 .background-color .highlight-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ff9442;
	z-index: 0;
}

.info-image-col h2 .background-color .highlight-text {
	position: relative;
	z-index: 1;
	/* Text stays on top */
	color: white;
	/* Initial color matches the rest of the text */
	padding-inline: 5px;
}

.info-section .info-image-col h2 {
	width: 100%;
	max-width: 60%;
	color: #fff;
	text-align: center;
}

.info-timeline-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 9999;
	/* transform: translate(0px, -160rem); */
	margin-top: -160rem;
	background: #f5f5f2;
}

.timeline-inner-col {
	position: relative;
}

.info-timeline-col .timeline-inner-col {
	width: 100%;
	height: 919px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
	position: relative;
	/* z-index: 100; */
}

.info-timeline-col .timeline-inner-col h6 {
	text-align: left;
	padding-top: 15px;
	padding-left: 1.6rem;
	width: 100%;
	max-width: 55%;
}

.timeline-inner-ctn {
	position: relative;
}

.timeline-content {
	background-color: #f5f5f2;
	z-index: 99;
	position: relative;
	display: inline;
}

/* spend-control */
.info-timeline-col .spend-control .start-line {
	transform: translate(0px, -330px);
	position: absolute;
}

.info-timeline-col .spend-control .timeline-inner-ctn {
	text-align: -webkit-center;
}

.info-timeline-col .spend-control .timeline-inner-ctn p.left-box {
	transform: translateX(7.7rem);
}

.spend-control .animation-timeline-ctn .line-cross {
	height: 400px;
	transform: translateY(15%) rotate(-32deg);
	right: 20%;
	top: 50%;
}

/* funded-offers */
.info-timeline-col .funded-offers .timeline-inner-ctn {
	transform: translateX(90%);
}

.funded-offers .animation-timeline-ctn .line-cross {
	height: 600px;
	transform: translateY(-10%) rotate(-125deg);
	left: -30%;
}

/* instant-notifications,customer-insights */
.info-timeline-col .instant-notifications .timeline-inner-ctn,
.info-timeline-col .customer-insights .timeline-inner-ctn {
	transform: translateX(-30%);
}

.instant-notifications .animation-timeline-ctn .line-cross {
	height: 580px;
	transform: rotate(-50deg) translateX(70px);
	left: 70%;
}

/* card-management */
.info-timeline-col .card-management .timeline-inner-ctn {
	transform: translateX(90%);
}

.card-management .animation-timeline-ctn .line-cross {
	height: 546px;
	transform: rotate(-130deg) translateX(20px);
	left: -40%;
}

/* cross line */
.animation-timeline-ctn .line-cross {
	background-color: #ff9442;
	width: 0.75px;
	position: absolute;
}

.timeline-svg {
	display: inline-block;
	position: absolute;
	z-index: 1;
}

.info-timeline-col .timeline-inner-col:nth-child(even) {
	height: auto;
}

/* brand section */

.brand-section {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 54%;
}

.brand-section .brand-line {
	background: #4d635c;
	height: 0.75px;
	width: 100%;
	margin-bottom: 30%;
}

.brand-ctn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-ctn .brand-text-col,
.brand-ctn .brand-image-col {
	width: 50%;
	position: relative;
}

.brand-text-col h3 {
	color: #4d635c;
	width: 100%;
	max-width: 80%;
}

.brand-text-col h6 {
	color: #4d635c;
	width: 100%;
	max-width: 70%;
	padding-top: 42px;
}

.brand-ctn .brand-image-col .brand-svg {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.brand-ctn .brand-image-col .image-col img {
	width: 100%;
	z-index: 0;
	position: relative;
}

.brand-ctn .brand-image-col .brand-box-col .brand-ani-box {
	background: #4d635c;
	display: inline-block;
	position: absolute;
	top: 0;
}

.brand-ctn .brand-image-col .brand-box-col .brand-ani-box span {
	color: #c4dea1;
	font-style: normal;
	font-weight: 200;
	line-height: 130%;
}

/* gift card */

.brand-ctn .brand-image-col .brand-box-col .giftcart {
	padding: 85px 56px;
	border-radius: 40px;
	box-shadow: 17px 22px 40.3px 0px rgba(0, 0, 0, 0.25);
	top: -125%;
	left: -40%;
}

.brand-ctn .brand-image-col .brand-box-col .giftcart span {
	font-size: 24px;
}

/* cashback */

.brand-ctn .brand-image-col .brand-box-col .cashback {
	padding: 110px 58px;
	border-radius: 48.186px;
	box-shadow: 17px 22px 40.3px 0px rgba(0, 0, 0, 0.25);
	/* filter: blur(3.75px); */
	top: -70%;
	right: -50%;
}

.brand-ctn .brand-image-col .brand-box-col .cashback span {
	font-size: 28px;
}

/* per-card */

.brand-ctn .brand-image-col .brand-box-col .per-card {
	padding: 18px 13px;
	border-radius: 12.47px;
	box-shadow: 1px 3px 4.8px 0px rgba(0, 0, 0, 0.25);
	width: 26px;
	top: 42px;
	left: 138px;
}

.brand-ctn .brand-image-col .brand-box-col .per-card span {
	font-size: 8px;
	display: inline-block;
	text-align: center;
}

/* cypto */

.brand-ctn .brand-image-col .brand-box-col .crypto {
	padding: 65px 50px;
	border-radius: 29.259px;
	box-shadow: 6px 7px 10.7px 0px rgba(0, 0, 0, 0.25);
	top: 60%;
	right: -5%;
}

.brand-ctn .brand-image-col .brand-box-col .crypto span {
	font-size: 17.556px;
}

/* bnpl */

.brand-ctn .brand-image-col .brand-box-col .bnpl {
	padding: 80px 66px;
	border-radius: 35.741px;
	box-shadow: 17px 22px 40.3px 0px rgba(0, 0, 0, 0.25);
	right: 2%;
	top: 130%;
}

.brand-ctn .brand-image-col .brand-box-col .bnpl span {
	font-size: 21.444px;
}

/* micro */

.brand-ctn .brand-image-col .brand-box-col .micro-loans {
	padding: 85px 40px;
	border-radius: 40px;
	box-shadow: 17px 22px 40.3px 0px rgba(0, 0, 0, 0.25);
	/* filter: blur(3.75px); */
	left: -60%;
	top: 140%;
}

.brand-ctn .brand-image-col .brand-box-col .micro-loans span {
	font-size: 24px;
}

/*  progress section  */

.progress-section {
	padding-block: 150px 110px;
	margin-left: 40px;
	overflow: hidden;
}

.progress-ctn .progress-col {
	display: flex;
	align-items: center;
	width: 250vw;
	gap: 140px;
	margin-left: 0;
}

.progress-img-box {
	display: flex;
}

.progress-box:first-child h4.big-title {
	max-width: 72%;
}

.progress-box .progress-img-box img {
	border-radius: 20px;
	transform: translateX(-120px);
	width: 100%;
}

.progress-info-box {
	padding-top: 75px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
}

.progress-box {
	width: 100%;
	height: -webkit-fill-available;
	max-width: 20%;
}

.progress-info-box .big-title {
	width: 100%;
	max-width: 75%;
	color: #4d635c;
}

.big-title .highlight-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	/* Start with 0 width for animation */
	height: 100%;
	background-color: #c4dea1;
	/* Light green color, adjust as needed */
	z-index: 0;
	/* Background stays behind the text */
}

.big-title .highlight-text {
	position: relative;
	z-index: 1;
	/* Text stays on top */
	color: #4d635c;
	padding: 5px;
}

.progress-info-box .small-title {
	font-size: 14px;
	color: #4d635c;
	line-height: 140%;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

/* industry-section */

.industry-section {
	padding: 300px 0 0;
}

.industry-section .industry-container {
	flex-wrap: wrap;
}

.header-section {
	position: relative;
	text-align: -webkit-center;
	width: 100%;
}

.horizontal-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 32%;
	height: 0.75px;
	background-color: #4d635c;
	transform: translateX(-100%);
}

.main-heading {
	color: #4d635c;
	position: relative;
	width: 100%;
	opacity: 0;
	max-width: 30%;
	z-index: 999;
	background-color: #f5f5f2;
}

.vertical-line {
	position: absolute;
	left: 50%;
	top: 130%;
	width: 0.75px;
	height: 0;
	background-color: #4d635c;
	transform-origin: top;
}

.vertical-line-colored {
	position: absolute;
	left: 50%;
	top: 130%;
	width: 1px;
	height: 0;
	background-color: #ff9442;
	transform-origin: top;
	z-index: 0;
}

.subsections {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 30%;
	padding-bottom: 35%;
	gap: 25vh;
}

.subsection {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0;
	contain: layout style paint;
	transform: translateZ(0);
	position: relative;
}

.content-left {
	width: 40%;
	padding-right: 50px;
	opacity: 0;
	text-align: -webkit-center;
}

.content-left h4 {
	color: #4d635c;
	width: 100%;
	max-width: 64%;
	text-align: left;
}

.content-left h4 .orange {
	color: #ff9442;
	display: block;
}

.content-left p {
	color: #4d635c;
	padding-top: 45px;
	width: 100%;
	max-width: 64%;
	text-align: left;
}

.circle-device {
	width: 62px;
	height: 61px;
	/* opacity: 0; */
	margin: 0;
	transform: translate(-40%, 0px);
	z-index: 998;
	background-color: #f5f5f2;
}

.circle-device circle[stroke="#FF9442"] {
	transform: rotate(-90deg);
	transform-origin: center center;
}

.circle-device .progress-circle {
	stroke-dasharray: 129.6;
	/* Circumference of the outer circle: 2 * π * 20.625 ≈ 129.6 */
	stroke-dashoffset: 129.6;
	/* Initially hidden */
	transform: rotate(-90deg);
	/* Start from the top (12 o'clock) */
	transform-origin: center;
	stroke-width: 1;
}

.content-right {
	width: 40%;
	text-align: center;
	/* opacity: 0; */
}

.content-right video {
	margin-left: 8rem;
	display: block !important;
	width: auto;
	height: auto;
	opacity: 1;
	object-fit: cover;
	background-color: transparent;
	background: transparent;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	transform-style: preserve-3d;
	image-rendering: optimizeQuality;
	filter: blur(0.00000001px);
	/* user-select: none; */
	pointer-events: none;
}

.content-right img {
	width: auto;
	height: auto;
}

/* card-image */

.card-image-ctn {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 110px;
}

.card-image-ctn .card-image-col {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.card-image-ctn .card-image-col img.card-image {
	width: auto;
	z-index: 999;
	background: #b9b9b7;
	border-radius: 11.558px;
	transform: translate(0px, -310px);
	box-shadow: 10px 15px 8.9px 1px rgba(0, 0, 0, 0.25);
}

.card-image-ctn .card-image-col img.card-swiper-image {
	width: auto;
	transform: translate(20px, -50px);
	z-index: 99;
}

.background-svg-card {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.line,
.partners-card-line {
	height: 0.75px;
	background: #4d635c;
	position: relative;
	z-index: 999;
}

/* Partners section */

body .elementor-section.partners-section > .elementor-container {
	max-width: 1370px;
}

.partners-section {
	padding: 150px 0;
}

.partners-container .partners-ctn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.partners-container .partners-ctn .partners-text-col,
.partners-container .partners-ctn .partners-image-col {
	width: 50%;
}

img.AWS {
	width: 50%;
}

.partners-container .partners-ctn .partners-images-col {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.partners-container .partners-ctn .partners-images-col .image-col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2rem;
	align-items: center;
	justify-content: start;
	justify-items: center;
}

.partners-container .partners-ctn .partners-text-col h3.partners-heading {
	color: #4d635c;
	padding-bottom: 40px;
}

.partners-container .partners-ctn .partners-text-col p {
	width: 100%;
	max-width: 71%;
	color: #4d635c;
}

.partners-container .partners-ctn .partners-text-col p:last-child {
	padding-top: 20px;
}

/* team section */

section#team {
	display: none;
}

.team-section .team-container {
	flex-wrap: wrap;
	justify-content: center;
}

.team-section .line-container {
	width: 100%;
	height: 50vh;
	position: relative;
}

.team-section .line-container .team-horizontal-line {
	background: #4d635c;
	height: 0.75px;
	width: 0;
}

.team-section .line-container .team-vertical-line {
	background: #4d635c;
	width: 0.75px;
	height: 0;
	position: absolute;
	top: 0;
	left: 50%;
}

.team-inner-section {
	width: 100%;
	text-align: -webkit-center;
}

.team-inner-section h3.team-title {
	color: #4d635c;
	padding-bottom: 52px;
}

.team-inner-section p {
	color: #4d635c;
	width: 100%;
	max-width: 36%;
}

.team-inner-section p:last-child {
	padding-top: 20px;
}

.team-inner-section .team-inner-container {
	display: flex;
	width: 100%;
	max-width: 1177px;
	margin: 0 auto;
	gap: 20px;
	align-items: center;
	padding-block: 94px 165px;
}

.team-inner-section .mobile-team-container {
	display: none;
}

.team-inner-section .team-inner-container .team-inner-col {
	position: relative;
	flex-grow: 1;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.team-inner-section .team-inner-container .team-inner-col .image-title {
	position: relative;
	background: var(--events-image) no-repeat center / cover;
	border-radius: 15px;
	min-height: 350px;
	display: flex;
	align-items: end;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.team-inner-section .team-inner-container .team-inner-col:hover .image-title,
.team-inner-section .team-inner-container .team-inner-col.active .image-title {
	min-height: 384px;
	transition: all 0.5s ease-in-out;
}

.team-inner-section .team-inner-container .team-inner-col .team-desc {
	position: absolute;
	opacity: 0;
	text-align: left;
	padding-top: 20px;
	width: 327px;
	transition: all 0.5s ease-in-out;
	left: 0;
}

.team-inner-section .team-inner-container .team-inner-col:hover .team-desc,
.team-inner-section .team-inner-container .team-inner-col.active .team-desc {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.team-inner-section .team-inner-container .team-inner-col .team-desc p {
	padding: 0;
	color: #4d635c;
	font-size: 14px;
	max-width: 100%;
}

.team-inner-section
.team-inner-container
.team-inner-col
.image-title
.team-title-ctn {
	position: absolute;
	bottom: -100%;
	border-radius: 11px;
	background: #4d635c;
	width: -webkit-fill-available;
	padding: 14px;
	text-align: left;
	margin: 0px;
	transition: all 0.5s ease-in-out;
}

.team-inner-section .team-inner-container .team-inner-col:hover .team-title-ctn,
.team-inner-section
.team-inner-container
.team-inner-col.active
.team-title-ctn {
	margin: 10px;
	bottom: 0%;
	transition: all 0.5s ease-in-out;
}

.team-inner-section .team-inner-container .team-inner-col:hover,
.team-inner-section .team-inner-container .team-inner-col.active {
	flex-grow: 3.8;
	transition: all 0.5s ease-in-out;
}

.team-inner-section
.team-inner-container
.team-inner-col
.image-title
.team-title-ctn
h6 {
	color: #c4dea1;
}

.team-inner-section
.team-inner-container
.team-inner-col
.image-title
.team-title-ctn
span {
	font-size: 14px;
	color: #c4dea1;
	font-weight: 200;
	line-height: 140%;
	text-transform: uppercase;
	padding-top: 2px;
}

/* scroll container */
.scroll-line-container {
	position: relative;
	width: 0.75px;
	height: 656px;
	display: flex;
	justify-content: center;
}

.scroll-line-container .scroll-line {
	width: 0.75px;
	height: 100%;
	background-color: #4d635c;
	z-index: 1;
}

.circle-container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	/* Center the circle on the line */
	z-index: 2;
}

/* schedule section */
.schedule-section {
	padding: 120px 0;
}

.schedule-text-col {
	text-align: -webkit-center;
}

.schedule-text-col h3 {
	color: #4d635c;
	width: 100%;
	max-width: 60%;
	font-size: 40px !important;
	text-align: center;
	padding-bottom: 60px;
}

.schedule-text-col .nav-bar-buttons {
	display: inline-block;
}

.schedule-text-col .nav-bar-buttons .btn-wrapper {
	width: 237px;
	height: 48px;
}

.schedule-text-col .nav-bar-buttons .btn-wrapper span.hover-arrow {
	padding: 16px 0;
}

.schedule-text-col .nav-bar-buttons .btn-wrapper span.button-name {
	font-size: 18px;
}

.schedule-code-col {
	width: 100%;
	height: 96vh;
	position: relative;
	display: flex;
	padding-top: 162px;
	align-items: flex-start;
	justify-content: center;
	background-image: url(https://paywith.naynacodes.com/wp-content/uploads/2025/05/Code-background.svg);
	background-position: center -40%;
	background-repeat: no-repeat;
	background-size: cover;
}

.schedule-code {
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/05/code-1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 105px 147px 105px 82px;
	margin-bottom: 12rem;
	position: sticky;
	top: 2rem;
}

.schedule-code img {
	max-width: 100%;
}

/* new timeline */

.timeline,
.arrow,
.dybamic-inner-vertical-col,
.info-timeline-mobile-col{
	display: none;
}

body .gform_wrapper form .gform_body ul .gf-right-col {
	display: grid;
	gap: 20px;
}

body .gform_wrapper form .gform_body ul li#field_2_7 {
	margin: 0 !important;
}


.timeline-content h6 ,
.timeline-content p ,
.number-circle p{
	color: #4D635C;
}