/* @font-face {
	font-family: 'Barlow';
	font-weight: 400;
	src: url('../fonts/in-use/Barlow-Regular.woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	font-weight: 600;
	src: url('../fonts/in-use/Barlow-SemiBold.woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Barlow';
	font-weight: 700;
	src: url('../fonts/in-use/Barlow-Bold.woff2');
	font-display: swap;
} */

.footer {
	background-color: var(--main-blue-color);
	padding-top: 3rem !important;
	bottom: 0;
	width: 100%;
}

.footer-content {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	color: #FFFFFF;
}

.mid-stack-mobile {
	margin-bottom: 0.5rem;
}

.bot-stack-mobile {
	margin-bottom: 1rem;
}

.footer-bottom {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	color: #FFFFFF;
}

.logos-stack {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.top-stack,
.bot-stack {
	display: flex;
}

.top-stack-mobile {
	margin-bottom: 1.5rem;
}


.bot-stack {
	flex-direction: column-reverse;
}

.links-stack {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 1.5em;
}

.links-stack .title {
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

.links-stack .body {
	display: flex;
	flex-direction: column;
	text-decoration: none;

}

.links-stack .body a {
	text-decoration: none;
	color: inherit;
	padding: 0.5em 0;
	font-weight: 200;
	font-size: 1em;
}

.links-stack .bottom {
	margin-left: -7px;
	margin-top: 1em;
}

.footer-spacer {
	border: none;
	height: 1px;
	background-color: #fff;
	margin: 15px 0;
	width: 100%;
}

.links-below-spacer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.links-below-spacer .links a {
	gap: 10px;
	margin-right: 20px;
	text-decoration: none;
}

.seals-copyright-text {
	position: relative;
	top: 0;
}

.statistical-data-paragraph {
	margin-top: 2em;
	margin-bottom: 2em;
    line-height: 1.6;
}

.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-description-centered {
	display: flex;
	margin-top: 1em;
	justify-content: center;
	align-items: left;
	height: 100%;
	margin-left: 5em;
	flex-direction: column;
}


.links a {
	color: white;
}


.max-width-documentation {
	max-width: 85%;
}


.spacer {
	margin-top: 3000px;
}

.container-width {
	width: 90%;
}

.hidden {
	display: none;
}

.toast {
	background-color: #333;
	color: white;
	padding: 22px;
	border-radius: 10px;
	font-size: 1.1em;
	margin-bottom: 10px;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 10000;

}

.toast-container {
	z-index: 2;
}

.success {
	background-color: #33b233;
}

.error {
	background-color: red;
}


.scrollable-content-header {
	overflow-y: auto;
}



@media (max-width: 768px) {

	.join-merchants-background {
		padding-bottom: 19vh !important;
	}

	div.testimonial-section-container {
		margin-top: -30%;
	}

	.margin-top-for-bottom-sections {
		margin-top: 3em !important;
	}

	.stats-picture-phone {
		margin-top: 5em
	}
}


.first-section-container {
	position: relative;
	margin-bottom: 10vh;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	width: 92%;
}


.section-container-first {
	position: relative;
	margin-bottom: 0px;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 92%;
}

.stars-xss-span {
	font-size: 1.1em !important;
}


.margin-top-for-bottom-sections {
	margin-top: 5em;
	width: 100%;
}

.expert-team-spacing {
	margin-bottom: 10em;
	margin-top: 6em;
}

@media (max-width:1350px) {
	.testimonial-order-first {
		order: 1;
	}

	.testimonial-order-second {
		order: 2;
	}

	.expert-team-spacing {
		margin-bottom: 2em !important;
		margin-top: 0em !important;
	}
}

.person-from {
	font-weight: 600;
	color: var(--main-blue-color);
	font-size: 1.3em;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.testimonial-card-text-description {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

.stats-data-mobile {
	display: none;
}

@media (max-width: 1700px) and (min-width: 1401px) {

	.stats-data {
		font-size: 1.1rem;
	}
}

@media (max-width: 1101px) and (min-width: 1400px) {
	.stats-data-mobile {
		font-size: 0.8rem;
	}
}




@media (max-width: 1100px) and (min-width: 900px) {
	.stats-data-mobile {
		font-size: 1em !important;
	}
}

@media (max-width: 899px) and (min-width: 700px) {

	.stats-data-mobile {
		padding-bottom: 8em;
		padding-left: 3em !important;
		padding-right: 3em !important;
	}

	.stats-item {
		font-size: 2rem !important;
	}
}

@media (max-width: 699px) and (min-width: 560px) {

	.stats-data-mobile {
		padding-top: 9em !important;
		padding-bottom: 12em !important;
		padding-left: 2em !important;
		padding-right: 2em !important;
		font-size: 0.8em !important;
	}

	.stats-item {
		font-size: 1.5rem !important;
	}
}


@media (max-width: 559px) and (min-width: 420px) {

	.stats-data-mobile {
		padding-top: 10em !important;
		padding-bottom: 9em !important;
		padding-left: 4em !important;
		padding-right: 4em !important;
		font-size: 0.7em !important;
	}

	.stats-item {
		font-size: 1rem !important;
	}
}

.line-height-1-5 {
	line-height: 1.5em;
}

@media (max-width: 421px) and (min-width: 350px) {

	.stats-data-mobile {
		padding-top: 9em !important;
		padding-bottom: 9em !important;
		padding-left: 2em !important;
		padding-right: 2em !important;
		font-size: 0.7em !important;
	}

	.stats-item {
		font-size: 1rem !important;
	}
}

@media (max-width: 349px) and (min-width: 300px) {
	.stats-item {
		font-size: 0.7rem !important;
	}
}

@media (max-width: 1100px) {

	#stats-picture-phone {
		display: block;
		width: 100%;
	}

	.image-section.left {
		width: 100% !important;
		text-align: center;
		margin: auto;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	#stats-picture-phone img {
		width: 100%;
	}

	.stats-data-mobile {
		display: block;
		padding-top: 8em;
		padding-bottom: 8em;
		padding-left: 6em;
		padding-right: 6em;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.stats-data-mobile-content {
		font-size: 1.3em;
		display: flex;
		height: 52%;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		flex-direction: column;
	}

	.customers {
		left: 0 !important;
		position: relative;
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: start;

	}

	.retention {
		position: relative;
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: end;
		top: 0 !important;
		right: 0 !important;
	}

	.expirience {
		left: 0;
		position: relative;
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: start;

	}

	.renewals {
		top: 0 !important;
		right: 0 !important;
		position: relative;
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: end;
	}
}



@media (max-width: 991px) {
	.basic-picture.left-picture-features {
		margin-bottom: 5% !important;
	}

	.testimonial-left-larger-content {
		padding: 1.5em !important;
	}

	.testimonial-content {
		padding-top: 0px !important;
		padding-bottom: 0em !important;
	}

	.person-from {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.testimonial-section-container-normal {
		width: 100% !important;
	}

	.gray-background-container {
		padding-left: 0.4rem !important;
		padding-right: 0.4rem !important;
		padding-top: 1rem !important;
		padding-bottom: 4rem !important;
	}

}


.join-merchants-background-features {
	padding-bottom: 7%;
	margin-top: 3vh;
	background-color: rgba(var(--gentle-blue-color), 0.1);
	width: 100%;
	position: relative;
	overflow: hidden;
}

.join-merchants-background-features-bankful {
	padding-bottom: 7%;
	padding-top: 7%;
	margin-top: 3vh;
	background-color: rgba(var(--gentle-blue-color), 0.1);
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media (max-width: 700px) {
	.join-merchants-background-features {
		padding-bottom: 20%;
	}

	.features-margin-testimonial {
		margin-top: -18% !important
	}
}


.section-container.join-merchants {
	padding-top: 7%;
	margin: auto;
	width: 90%;
	padding-bottom: 10%;
}

.container.testimonials {
	padding-top: 4em;
}

.testimonial-section-container-isolated {
	position: relative;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 97%;
	border-radius: 24px;
	background-color: white;
}

.m-0 {
	margin: 0
}

.testimonial-section-container {
	position: relative;
	top: 0;
	margin-top: -35%;
	margin-top: -60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 97%;
	border-radius: 24px;
	background-color: white;
}

.features-margin-testimonial {
	margin-top: -6%;
}


@media (min-width: 1000px) {
	.testimonial-section-container {
		padding: 0px;
	}
}

.testimonial-section-container-inner {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

@media (max-width: 1550px) {

	.join-merchants-background {
		padding-bottom: 2% !important;
	}

}

@media (max-width: 800px) {

	.join-merchants-background {
		padding-bottom: 12% !important;
	}

}


@media (max-width: 1000px) {

	.padding-inside-merchants {
		padding-left: 0px;
		padding-right: 0px;
	}

	.full-mobile {
		padding: 0px;
		max-width:100% !important;
	}

	.merchants-background-full-mobile {
		padding: 0;
	}

	.testimonial-left {
		max-width: 100% !important;
	}

	.testimonial-left-larger-content {
		max-width: 100% !important;
	}

	.testimonial-picture-right {
		display: flex;
		justify-content: center !important;
		align-items: center;
	}

	.testimonial-right {
		max-width: 100% !important;
		justify-content: center !important;
	}

	.testimonial-picture-left {
		display: flex;
		justify-content: center !important;
		align-items: center;
	}

	.testimonial-left {
		max-width: 100% !important;
		justify-content: center !important;

	}
}

.testimonial-picture-left img {
	height: 100%;
	margin: auto;
	display: flex;
}

@media only screen and (max-width: 1000px) {
	.testimonial-picture .image-section {
		position: relative !important;
		padding: 0%;
		width: 90%;
		transform: translate(0%, 0%) !important;
		left: 0% !important;
	}
}

.line {
	width: 100%;
	height: 3.5px;
	background-color: var(--main-blue-color);
	border-radius: 3px;
}

.feature-title.with-icon.ml {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 12px;
}

.feature-checkmark {
	width: 25px;
}

.features-grid {
	display: grid;
	gap: 1rem;
	padding: 1rem;
}

.feature-card {
	text-align: left;
}

.feature-icon {}

.feature-title {
	margin-bottom: 0.5rem;
}

@media (max-width: 768px) {

	.feature-text {
		font-size: 1.2em !important;
	}

	.feature-title {
		font-size: 1.3em;
	}

	.feature-icon svg {
		max-width: 30px;
		max-height: 30px;
		height: 30px;
		width: 30px;
	}


	.feature-text {
		margin-top: 3px;
		margin-bottom: 10px;
	}
}

.feature-text {
	font-weight: 400;
	font-size: 1.2em;
	color: #000000;
}

.card-header {
	display: flex;
	justify-content: flex-start;
}

.partner-card-text-title {
	font-weight: 700;
	font-size: 0.9rem;
}

.testimonial-card-text-title {}

.partners-grid {
	display: grid;
	gap: 2rem;
	margin-top: -6rem;
}

.testimonials-grid {
	display: grid;
	gap: 4rem;
	padding-bottom: 9em;
}


.testimonial-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.partner-card {
	display: flex;
	flex-direction: row;
	flex: 1;
}

@media (max-width: 768px) {
	.partners-grid {
		grid-template-columns: 1fr;
		margin-top: -1rem !important;
	}

	.testimonials-grid {
		grid-template-columns: 1fr;
		padding-bottom: 3em;
	}
}

/* For large screens: three items per row */
@media (min-width: 769px) {
	.partners-grid {
		padding-top: 2em;
		grid-template-columns: repeat(2, 1fr);
	}

	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
		padding-top: 2em;
		padding-bottom: 2em;
		padding-bottom: 8em;
	}
}


@media (max-width: 768px) {
	.features-grid {
		grid-template-columns: 1fr;
	}
}

/* For medium screens: two items per row */
@media (min-width: 769px) and (max-width: 1399px) {
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* For large screens: three items per row */
@media (min-width: 1400px) {
	.features-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1400px) {
	.testemonial-order-first {
		order: 1;
	}

	.testimonial-section-container-inner {
		flex-direction: column;
	}
}

.play-button {
	position: relative;
	top: -58%;
	justify-content: center;
	text-align: center;
	transition: transform 0.5s ease;
}


.testimonial-left {
	padding: 2em
}

.testimonial-left-larger-content {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1750px) {
	.stats-data {
		top: 1em;
	}

}


@media (max-width: 1000px) {
	.testimonial-left {
		padding: 1.5em;
	}

	.testimonial-description-text {
		font-size: 1rem !important;
	}

	.stats-item .number {
		font-size: 2em;
	}
}



@media (max-width: 500px) {
	.testimonial-picture-right {
		padding: 0px !important;
	}

	.testimonial-picture-left {
		padding: 0px !important;
	}
}

.stats-data {
	position: absolute;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	right: 3em;
	justify-content: space-between;
}

.stats-item {
	flex: 0 0 50%;
	box-sizing: border-box;
	padding: 10px;
}

.retention {
	position: relative;
	top: -1em;
	right: -2em;
}

.customers {
	position: relative;
	left: 4em;
	top: 0em;
}

.renewals {
	position: relative;
	top: -3em;
	right: 1.5em;
}

.expirience {
	position: relative;
	top: -2em;
	right: -2em;
}


.stats-item .number {
	font-weight: 700;
	color: var(--main-blue-color);
	font-size: 2.3em;
	white-space: nowrap;

}

.stats-item .description {
	font-size: 1em;
}

@media (max-width: 1200px) {

	.padding-testimonials {
		padding-top: 3em !important;
		padding-left: 2em;
		padding-right: 2em;
		padding-bottom: 3em !important;
	}
}

@media (max-width: 500px) {
	.padding-testimonials {
		padding-top: 3em !important;
		padding-left: 0.5em;
		padding-right: 0.5em;
		padding-bottom: 3em !important;
	}
}


/* CSS for smaller screens */
@media (max-width: 768px) {

	.testimonial-picture-right-inner {
		width: 100% !important;
		height: auto !important;
		min-height: auto !important;
	}

	.testimonial-picture-left-inner {
		width: 100% !important;
		height: auto !important;
		min-height: auto !important;
	}

	.modified-testimonial-picture-right-inner {
		width: 100% !important;
		min-height: auto !important;
	}

	.modified-testimonial-picture-left-inner {
		width: 100% !important;
		min-height: auto !important;
	}


	.testimonial-video-div {
		height: 300px;
	}

	.play-button {
		position: absolute;
		left: 3%;
		width: 95%;
		top: 40%;
		justify-content: center;
		text-align: center;
		transition: transform 0.5s ease;
	}


	#testimonial-picture-div img {
		width: 100%;
		height: 100%;
		padding: 0;
	}

	#testimonial-picture-div {
		width: 100%;
	}

	.testimonial-video-div iframe {
		width: 100%;
		height: auto;
		padding: 0;
	}
}


.testimonial-video-div iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 20px;
}

.testimonial-video-div {
	display: none;
	height: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-align: center;
	position: relative;
}


#testimonial-video-preview,
#testimonial-video {
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}

.fade-out {
	animation: fadeOut 0.5s;
	opacity: 0;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

#testimonial-video {
	opacity: 0;
}

.fade-in {
	animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.play-button:hover {
	transform: scale(1.2);
	cursor: pointer;
}

.lazy-iframe-container iframe {
	display: none;
}

.content-container {
	position: absolute;
}


.nav-links a:hover {
	color: #1A3A8B;
	cursor: pointer;

}

.logo {
	flex: none;
	width: auto;
}

.no-markers {
	list-style-type: none;
	max-width: 100%;
}

.ml-no-phone {
	margin-left: 1.5rem;
}

.fs-0 {
	font-size: 1em;
}

.fs-1 {
	font-size: 1.1em;
}

.fs-2 {
	font-size: 1.2em;
}

.fs-3 {
	font-size: 1.3em;
}

.fs-4 {
	font-size: 1.4em;
}

.fs-5 {
	font-size: 1.5em;
}

.text-block .testimonial-title {
	font-size: 3em;
	font-weight: 700;
	text-align: left;
	line-height: 1.2 !important;
}

.testimonial-title {
	font-size: 2.4em;
	font-weight: 700;
	text-align: left;
	line-height: 1.2 !important;
}

.background-merchants-frame {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: var(--space);
	height: 100%;
	position: relative;
}

.inner-box {
	position: absolute;
	left: 100%;
	transform: translateX(-82%);
	bottom: 0;
}

.mb-15 {
	margin-bottom: 15em;
}

.stats-svg {
	width: 125%;
	height: 138%;
	top: -3em;
	right: -4%;
	margin-bottom: -6vh;
	position: absolute;
	z-index: 0;
}

.stats-picture {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 110%;
}

.stats-picture img {
	width: 90%;
	height: 50%;
	max-width: 100%;
	height: auto;
}


.first-section-container .image-section img {
	width: 28vw;
}

.testimonial-section-container-inner .image-section .woman-laptop img {
	width: 100%;
}

.plan-card {
	width: 100%;
	height: 100%;
	background-color: rgba(var(--gentle-blue-color), 0.1);
	display: flex;
	flex-direction: column;
	text-align: center;
	border-radius: 20px;
	padding-top: 2em;
	transition: transform 0.3s ease;

}

.plan-card.best-value {
	border: 4px solid #FFD700;
	z-index: 1;
	position: relative;
	padding-top: 4em;
	padding-bottom: 2em;
}

.plan-card.best-value-mobile {
	border: 4px solid #FFD700;
	z-index: 1;
	position: relative;
}

.best-value-check {
	position: absolute;
	top: -8%;
	right: 5%;
}

.best-value-check img {
	width: 100px; /* Please don't change that. */
	height: 100%;
}


.plan-card .plan-description {
	padding-top: 2em;
	padding-bottom: 1.7rem;
	line-height: 2rem;
}

.plan-card .plan-name {
	color: #0b4db0;
	font-family: var(--nav-font);
	font-weight: 700;
	font-size: 1.8em;
	padding-bottom: 1em;

}

.plan-card .plan-price {
	background-color: rgba(var(--gentle-blue-color), 0.1);
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 1em;
}

.plan-card .plan-price .dollars {
	font-size: 2.5em;
	color: #0b4db0;
	/* color: #0A53C0; */

	margin-top: auto;
	margin-bottom: auto;
	font-weight: 700;

}

.plan-card .plan-price .monthly {
	font-size: 1.2rem;
	margin-left: 10px;
	color: #0b4db0;
	margin-top: auto;
	margin-bottom: auto;
	font-weight: 600;

}

.table-container {
	overflow-y: auto;
	width: 100%;
}

.testimonial-picture-right img {
	height: 100%;
	width: 100%;
	max-width: 600px;
	margin: auto;
	display: flex;
	object-fit: cover;
	border-radius: 20px;
}

.w-100 {
	width: 100% !important;
	max-width: 100% !important;
}

.features-table thead th {
	position: sticky;
	top: 0;
	z-index: 10;
}

.features-table th:first-child {
	position: sticky;
	left: 0;
	/* background-color: #dfe1f2; */
	z-index: 1;
}

.features-table th.plan-name {
	background-color: #dfe1f2;
}

@media (max-width: 768px) {
	.features-table {
		border-collapse: collapse;
	}
}

.features-table {
	width: 100%;
	text-align: left;
	background-color: var(--main-bg-color);
}

@media (max-width: 1000px) {
	.features-table th:first-child {
		box-shadow: inset 3px 1px 0 #D2D2D2, inset -1px 0 0 #D2D2D2;
		padding: 0.5rem !important;
		right: -1%;
		background-color: var(--main-bg-color);
		transform: translateX(1px) translateY(0px) scaleX(1.03);
		width: 101%;
		transform-origin: right;
	}

	.first-th {
		box-shadow: inset 3px 2px 0 #D2D2D2, inset -1px 0 0 #D2D2D2 !important;
	}

	@media screen and (min-width: 411px) and (max-width: 425px) {
		.features-table th:first-child {
			transform: translateX(1px) translateY(-1px) scaleX(1.03);
		}
	}

	.features-table td.yearly-price {
		color: var(--main-blue-color);
	}

	.features-table tr td:first-child {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 2;
		padding: 0;
		font-size: 0.9rem;
	}

	.features-table thead td.empty {
		position: -webkit-sticky;
		position: sticky;
		box-shadow: inset 0px 0px 0 #D2D2D2, inset -1px 0 0 #D2D2D2;
		transform-origin: right;
		padding: 0.5rem !important;
		z-index: 11;
		background: var(--main-bg-color);
		border: none;
		background-color: var(--main-bg-color);
		transform: translateX(1px) translateY(0px) scaleX(1.03) scaleY(1.05);
		transform-origin: right;

	}

	.features-table tr:last-of-type td:first-child {
		border-bottom: 1px solid #D2D2D2;
	}

	.features-table th.plan-name {
		color: var(--main-blue-color);
		font-weight: 700;
		border-top: 1px solid #D2D2D2;
		border-left: 0.5px solid #D2D2D2;
		border-bottom: 0.5px solid #D2D2D2;
	}

	.features-table th.plan-name:last-child {
		border-right: 1px solid #D2D2D2;
	}

	.features-table th {
		/* background-color: rgba(var(--gentle-blue-color), 0.1); PROVJERI OVO */
	}

	.features-table th,
	.features-table td {
		padding: 10px;
		text-align: center;
	}

	.features-table tr.evenly-spacing {
		width: calc(100% / 7) !important;
	}

	.features-table td.empty {
		/* border: none !important; */
		background-color: transparent;
	}

	.features-table tr td:not(:first-child) {
		border-right: 0.5px solid #D2D2D2;
		border-bottom: 0.5px solid #D2D2D2;
	}

	.features-table tr td:last-child {
		border-bottom: 1px solid #D2D2D2;
	}

	.pricing-table-header-content {
		width: 6em;
	}

}

.scrollable-y {
	max-height: 100vh; /* Adjust as needed */
    overflow-y: auto;
}

@media (min-width: 1000px) {

	.features-table tr td:first-child {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 2;
		padding: 0;
		border: 1px solid RGB(210, 210, 210);
		font-size: 0.9rem;
	}

	.features-table {
		border-collapse: collapse;
	}

	.features-table tr {
		border: 0.5px solid #D2D2D2;
	}

	.features-table th,
	.features-table td {
		padding: 10px;
		text-align: center;
	}

	.features-table tr td:first-child {
		border-left: 1px solid #D2D2D2;
	}

	.features-table tr td {
		border-left: 0.5px solid #D2D2D2
	}

	.features-table thead tr:first-child {
		border-bottom: 1px solid #D2D2D2;
	}

	.features-table tr:last-child {
		border-bottom: 1px solid #D2D2D2;
	}

	.features-table th:last-child,
	.features-table td:last-child {
		border-right: none;
	}

	.features-table tr:last-child th,
	.features-table tr:last-child td {
		border-bottom: none;
		border-left: 1px solid #D2D2D2
	}

	.features-table td:not(:first-child) {
		width: calc(100% / 10);
	}


	.features-table tr.evenly-spacing {
		width: calc(100% / 7) !important;
	}



	.features-table thead tr:first-child td.empty {
		border-top: 1px solid rgb(244, 245, 250) !important;
		border-left: 1px solid rgb(244, 245, 250) !important;
		background-color: transparent;
	}

	.features-table th.plan-name {
		color: var(--main-blue-color);
		font-weight: 700;
		border-top: 1px solid #D2D2D2;

	}

	.features-table th {
		/*border: none;*/
		/* background-color: rgba(var(--gentle-blue-color), 0.1); */
	}


	.features-table td.yearly-price {
		color: var(--main-blue-color);
	}

	.features-table td.bolded-text {
		font-weight: bold;
	}



}


.features-table td.check {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.container.white-background,
.white-background {
	background-color: #FFFFFF;
	margin-bottom: 7em;
}

.modal-button {
	font-size: 1em;
	color: white;
	border-radius: 5px;
	border: 0px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.modal-button .delete {
	background-color: red;
	max-width: 50px !important;
}

.modal {
	z-index: 11 !important;
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-inputs-for-new-faq {
	display: flex;
	flex-direction: column;
	padding-bottom: 1em;
}

.modal-inputs-for-new-faq label {
	margin-bottom: 5px;
}

.modal-inputs-for-new-faq input {
	border: 1px solid black;
	padding: 8px;
	margin-bottom: 15px;
}

.modal-inputs-for-new-faq textarea {
	border: 1px solid black;
	padding: 8px;
	height: 20em;
}


.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 25px;
	width: 65%;

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

	max-height: calc(100vh - 20px);
	overflow: auto;
}

.close-modal {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
}

.close-modal:hover {
	cursor: pointer;
}

.modal-button {
	padding: 20px;
	text-align: center;
}

.close svg {
	color: white;
	fill: white;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.editable-modal-question {
	border: 2px solid black;
	width: 95%;
	padding: 5px;
	border-radius: 5px;
}

.editable-modal-input {
	border: 0.01rem solid black;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.modal-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 14px;
	margin-top: 1em;
}

.modal-footer>* {
	flex-grow: 1;
	text-align: center;
}

.faq-text-area {
	display: none;
	height: 20em;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	margin: 10px 0;
	font-size: 1em;
	resize: vertical;
	line-height: 1.5;
	background-color: #fff;
	color: #333;
}

.ck-editor__editable {
	min-height: 300px;
}





.first-section-container .image-section {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.first-container-spacing {
	margin-top: 5em;
}

@media (min-width: 1100px) {
	#stats-mobile {
		display: none;
	}
}

@media (max-width: 1100px) {
	.first-container-spacing {
		margin-top: 7em;
	}

	.testimonial-picture-right-inner {
		height: 100%;
	}
}


.image-section.left {
	justify-content: left;
	width: 95%;
	display: flex;
}

.testimonial-picture {
	width: 100%;
	height: 100%;
}

.testimonial-picture-right {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: right;
	padding: 2em;
}

.testimonial-picture-right-inner {
	height: 387px;
	width: auto;
}

.testimonial-picture-left {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: left;
	padding: 2em;
}

.testimonial-picture-left-inner {
	height: 387px;
	width: 550px;
}

.p-2 {
	padding: 2em
}

.image-section .left {
	top: 50%;
	padding: 7%;
	left: 50%;
	height: 100%;
	justify-content: center;
	text-align: center;
	display: flex;
	transition: transform 0.5s ease;
}


.testimonial-picture .image-section .left {
	top: 50%;
	padding: 7%;
	left: 50%;
	height: 100%;
	justify-content: center;
	text-align: center;
	display: flex;
	transition: transform 0.5s ease;
}


.primary-button.testimonials {
	max-width: 90%;
}

.menu-scrollable {
    overflow-y: auto;
    height: 100vh;
    &::-webkit-scrollbar {
        display: none;
    }
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.join-merchants-background {
	/* padding-bottom: 10%; */
	margin-top: 3vh;
	background-color: rgba(var(--gentle-blue-color), 0.1);
	width: 100%;
	position: relative;
	overflow: hidden;
}

.partners-background {
	padding-bottom: 10%;
	margin-top: 3vh;
	background-color: rgba(var(--gentle-blue-color), 0.1);
	width: 100%;
	position: relative;
	overflow: hidden;
}

.gray-background-container {
	padding: 1em;
	background-color: rgba(var(--gentle-blue-color), 0.1);
	/* 0.1 is 10% opacity */
	width: 100%;
	position: relative;
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.65);
}

.centered {
	display: flex;
	margin: auto;
	flex-direction: column;
	height: 100%;
	padding-top: 4em;
	font-size: 1.5em;
}

.go-back-to-home-page {
	padding: 1em;
	font-size: 1.1em;
	margin-top: 1em;
	background-color: var(--main-blue-color);
	color: white;
	border: none;
	border-radius: 10px;
	transition: transform 0.5s ease;
	width: 100%;
	cursor: pointer;
}

.go-back-to-home-page:hover {
	transform: scale(1.03);

}


.section {
	height: auto;
	width: 100%;
	background: white;
	color: black;
	padding: 2em 0;
}

.content-centered {
	font-size: 3rem;
	text-align: center;
}

.card-padding-first-card {
	padding-right: 0.5rem;
}

.card-padding-middle-card {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.card-padding-last-card {
	padding-left: 0.5rem;
}


.logo-mobile {
	width: 80%;
	margin-top: auto;
	margin-bottom: auto;
}


@media(max-width:350px) {
	.content-centered {
		font-size: 1.5rem;
	}
}

.features-title {
	font-size: 3.5em;
	font-weight: 600;
	width: 100%;
	margin-top: 1rem;
}

.mobile-full-width {
	width: 100% !important;
}

.full-width {
	width: 100%;
	max-width: 100%;
}


.divider {
	width: 50%;
	width: 100%;
	margin: 40px auto;
}

.divider::before {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/public/assets/imgs/layout/overlay-slash.svg);
	-webkit-background-size: 10px 10px;
	background-size: 10px;
	background-repeat: repeat;
	content: "";
	opacity: 0.5;
	height: 10px;
}

.image {
	max-width: 100%;
}

@media(max-width:500px) {
	.image {
		width: 100%;
	}
}

.question {
	margin-bottom: 2rem;
}

@media only screen and (max-width: 700px) {
	.underline-fixer {
		text-decoration: none;
	}
}

.article-item {
	width: 100%;
	padding-left: 55px;
	margin-bottom: 3em;
}

.pine-article-item {
    width: 100%;
	margin-bottom: 3em;
}

.article-item {
	width: 100%;
	margin-bottom: 3em;
}

@media only screen and (max-width: 700px) {
	.article-item {
		padding: 0;
		margin-top: 25px;
	}
}

.article-name {
	font-size: 2.3em;
	font-weight: 700;
	text-align: left;
	line-height: 1.2 !important;
	position: relative;
	z-index: 3;
}


.article-content {
	margin-bottom: 1.5rem;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.2em;
	overflow: hidden;
	margin-top: 1.5em;
	line-height:130%;
}


a,
a:hover {
	color: inherit;
	text-decoration: underline;
}

.symbol-overlay {
	position: relative;
}

.symbol-overlay::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/public/assets/imgs/layout/overlay-slash.svg);
	-webkit-background-size: 10px 10px;
	background-size: 10px;
	background-repeat: repeat;
	content: "";
	opacity: 0.2;
	top: 0;
	left: 0;
}

.link {
	color: RGB(0, 89, 178);
	text-decoration: underline;
}

.no-underline {
	text-decoration: none;
}

.no-underline:hover {
	text-decoration: none;
}


.narrow-container {
	max-width: 900px;
	margin: 2em auto;
	padding: 0 1em;
}

.seal-input {
	text-align: center;
	border-radius: 4px;
}

.seal-button {
	margin: 0.5em;
	padding: 0.5em 1em;
}

.image-border {
	border: 1px solid #cdcdcd;
	padding: 0.25em;
}


.partner-name-span {
	font-size: 1.5em;
}

@media (max-width: 756px) {
	.partner-card-text {
		margin-left: 1rem;
	}

	.partner-name-span {
		font-size: 1.5em !important;
	}

	.partner-card-text-description {
		font-size: 1.1em;
		margin-top: 10px;
		font-weight: 400;
	}

	.partner-card-icon img {
		width: 60px;
	}

	.features-title {
		margin-bottom: 2rem;
	}

	.phone-no-padding {
		padding: 0px !important;
	}

	.partners-padding-phne {
		padding: 0px !important;
		margin-bottom: 3rem;
	}
}

.nothing-found {
	width: 100%;
}


.faq-content img.image_resized {
	height: auto;
}

span.faq-content figure.image img {
	max-width: 100%;
    height: auto;
}

span.faq-content figure {
    margin: 0;
}

  

@media screen and (min-width: 700px) and (max-width: 950px) {
	.links-stack-mobile {
		font-size: 15px;
	}
}

@media screen and (min-width: 300px) and (max-width: 699px) {
	.links-stack-mobile {
		font-size: 10px;
	}
}

/* THIS IS FOR SMALL SCREENS */
@media (max-width:950px) {

	#logos {
		display: none;
	}

    #logos-1 {
		display: none;
	}

    #logos-2 {
		display: none;
	}

    #logos-3 {
		display: none;
	}

	#footer-content {
		display: none
	}

	.logos-stack {
		justify-content: center;
		text-align: center;
	}

	.top-stack-mobile {
		justify-content: center;
		text-align: center;
	}

	.mid-stack-mobile {
		margin-top: -1em;
	}

	.bot-stack-mobile {
		justify-content: space-between;
		display: flex;
	}

	.bot-stack-mobile>* {
		margin: auto;
	}

	.links-stack-mobile {
		margin-top: 0.5rem;
		margin-bottom: 2em;
		display: flex;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		color: white;
	}

	.title {
		font-size: 1.7em;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin-bottom: 0.8em
	}

	.links-stack-mobile .body a {
		text-decoration: none;
		color: inherit;
		padding: 0.5em 0;
		font-weight: 100;
		font-size: 1.5em;
	}

	.footer-bottom-mobile {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		width: 90%;
		margin: auto;
	}

	.seals-copyright-text-mobile {
		font-size: 1.5em;
		margin-bottom: 1.5em;
	}

	.statistical-data-paragraph-mobile {
		font-size: 1.4em;
	}

	.body {
		font-size: 1em;
		display: flex;
		flex-direction: column;
		text-decoration: none;
	}

}

.footer-content-phone {
	display: flex;
	flex-direction: column;
}

footer {
	position: sticky;
	margin-top: auto;
}

.faq-title a {
	text-decoration:none;
}


.case-study-excerpt {
	font-size: 2em;
	font-weight: 700;
	text-align: left;
	line-height: 1.2 !important;
	position:relative;
	z-index:0;
}

.case-study-source {
	font-size: 1.25em;
	margin-top: 0.5em;
	font-weight: bold;
	font-style: italic;
}

.case-study-text {
	line-height: 1.4;
	font-size: 20px;
	letter-spacing: 0.05px;
	margin-top:2.5em;
}

.text-accent {
	color:rgb(10, 83, 192);
	font-weight:bold;
}

.quote-text {
	font-family:initial;
}

@media (max-width: 580px) {
	.hide-on-mobile {
		display:none;
	}
}