/*   Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* ======font family=========
font-family: "Geist", sans-serif;
font-family: "Inter", sans-serif;
*/

:root {
	--font-inter: "Inter", sans-serif;
	--textColor: #0c314acc;
	--thmColor: #13bfc2;
	--borderColor: #13bfc24d;
	--f18: 18px;
	--f20: 20px;
	--f22: 22px;
	--f24: 24px;
	--f28: 28px;
	--f30: 30px;
	--f32: 32px;
	--f36: 36px;
	--f40: 40px;
	--f48: 48px;
}

body {
	font-weight: 400;
	font-size: var(--f18);
	margin: 0;
	padding: 0;
	color: #1d1d1d;
	font-family: "Geist", sans-serif;
	letter-spacing: -0.72px;
}

body.provereni-page .header-area,
body.provereni-page .mobile-menu,
body.provereni-page main,
body.provereni-page .footer-area {
	transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
}

body.provereni-page.page-is-transitioning {
	overflow: hidden;
}

body.provereni-page.page-is-transitioning .header-area,
body.provereni-page.page-is-transitioning .mobile-menu,
body.provereni-page.page-is-transitioning main,
body.provereni-page.page-is-transitioning .footer-area {
	opacity: 0;
	transform: translateY(10px);
	filter: blur(3px);
}

p {
	color: var(--textColor);
	font-family: var(--font-inter);
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
	border: none;
	padding: 0;
	background: none;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: medium none;
	text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: var(--f48);
}

h2 {
	font-size: var(--f36);
}

h3 {
	font-size: var(--f28);
}

h4 {
	font-size: var(--f24);
}

h5 {
	font-size: var(--f18);
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

.pb_100 {
	padding-bottom: 100px;
}

.container {
	max-width: 1300px;
}
.pb_50 {
	padding-bottom: 50px;
}
.pt_150 {
	padding-top: 150px;
}
.pt_100 {
	padding-top: 50px;
}
.pt_50 {
	padding-top: 50px;
}

.mb_150 {
	margin-bottom: 150px;
}
.mb_100 {
	margin-bottom: 100px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mt_150 {
	margin-top: 150px;
}
.mt_100 {
	margin-top: 100px;
}
.mt_50 {
	margin-top: 50px;
}


.thm_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--thmColor);
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	padding: 16px 32px;
	transition: all 0.3s;
	border: 2px solid transparent;
	font-weight: 600;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
}

.thm_btn:hover img {
	transform: translateX(10px);
}

.thm_btn img {
	transition: all 0.3s;
}

.thm_btn.bordered {
	color: #1d1d1d;
	background: none;
	border-color: #1d1d1d;
}

/* default-css END 
================================== */

.header-area {
	padding: 24px 0 30px;
	width: 100%;
	z-index: 99;
	position: relative;
}

.provereni-header-logo {
	display: block;
	height: 60px;
	width: auto;
	filter: brightness(0) invert(1);
}

.header-area a.border-btn {
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 28px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.1);
}

.header-area a.border-btn:hover {
	background: #fff;
	color: var(--thmColor);
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}
.menu-area nav ul li {
	list-style: none;
	display: inline-block;
}

.menu-area nav ul li a {
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	font-family: var(--font-inter);
	transition: all 0.3s;
}

.menu-area nav ul li a:hover {
	opacity: 0.5;
}

.menu-area ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* humbergar */
.humbergar {
	cursor: pointer;
	display: block;
	max-width: 24px;
	margin-left: auto;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bar__icon {
	display: none;
}

.humbergar span,
.humbergar span:before,
.humbergar span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 24px;
	background: white;
	position: relative;
	display: block;
	content: "";
	transition: all 250ms ease-in-out;
}
.humbergar span:before {
	top: -7px;
}
.humbergar span:after {
	bottom: -5px;
}

.humbergar.active span {
	background-color: transparent;
}
.humbergar.active span:before {
	top: 0px;
	transform: rotate(45deg);
}

.humbergar.active span:after {
	bottom: 2px;
	transform: rotate(-45deg);
}

/* humbarger END */

/* mobile-menu START */
.mobile-menu {
	position: fixed;
	width: 250px;
	height: 100vh;
	background: #ffffff;
	z-index: 99;
	box-shadow: 0px 0px 9px -1px #737373;
	top: 0;
	left: 0;
	transition: 0.3s;
	margin-left: -400px;
	padding-left: 24px;
	padding-top: 80px;
}

.mobile-menu a.thm_btn {
	width: calc(100% - 24px);
	font-size: 18px;
	padding: 15px;
	position: absolute;
	left: 12px;
	bottom: 20px;
	margin: auto;
}
.siteBar {
	margin-left: 0;
}
.mobile-menu ul#pills-tab {
	margin-top: 90px;
	margin-bottom: 35px !important;
	display: block;
}
.mobile-menu nav ul li {
	list-style: none;
	display: block;
}

.mobile-menu nav ul li a {
	color: #272835;
	font-size: 18px;
	line-height: 48px;
	transition: 0.3s;
}

.mobile-menu a.bars {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	font-size: 32px;
	color: rgb(255, 0, 43);
}

/* Header section END */

/*============hero Area Start =============*/

.arrow-down-btn {
	display: block;
	margin-top: 80px;
	animation: pulse 2s ease-in-out infinite;
	transition: transform 0.3s;
}

.arrow-down-btn:hover {
	animation-play-state: paused;
	transform: scale(1.1);
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.15);
		opacity: 0.8;
	}
}

.minimal-scroll-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	color: var(--textColor);
	font-size: 24px;
	font-weight: 500;
	transition: all 0.3s;
	margin-top: 60px;
}

.minimal-scroll-btn img {
	width: 40px;
	height: 40px;
	animation: pulse 2s ease-in-out infinite;
}

.minimal-scroll-btn:hover {
	color: var(--thmColor);
}

.minimal-scroll-btn:hover img {
	animation-play-state: paused;
	transform: scale(1.1);
}

.hero-bg {
	position: absolute;
	top: 0;
	pointer-events: none;
	z-index: -1;
}

.hero-area--animated::before,
.hero-area--animated::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	filter: blur(10px);
	z-index: -1;
	opacity: 0.75;
}

.hero-area--animated::before {
	width: 340px;
	height: 340px;
	left: -110px;
	top: 160px;
	background: radial-gradient(circle, rgba(19, 191, 194, 0.2) 0%, rgba(19, 191, 194, 0) 72%);
	animation: heroOrbLeft 9s ease-in-out infinite;
}

.hero-area--animated::after {
	width: 300px;
	height: 300px;
	right: 4%;
	bottom: 10%;
	background: radial-gradient(circle, rgba(12, 49, 74, 0.14) 0%, rgba(12, 49, 74, 0) 74%);
	animation: heroOrbRight 10s ease-in-out infinite;
}

.hero__content {
	margin-top: 100px;
}

.provereni-page .hero-area {
	min-height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 120px;
}

.provereni-page .hero__content {
	margin-top: 0;
	padding-right: 24px;
}

.hero__content--animated {
	position: relative;
	z-index: 1;
}

.hero__content--animated h1,
.hero__content--animated p,
.hero__content--animated .hero-btns,
.hero__content--animated + .text-center {
	will-change: transform, opacity;
}

.provereni-page .header-area {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
}

.hero__content.v3 {
	max-width: 1070px;
	margin-inline: auto;
}

.hero__content.v3 h1 {
	font-size: 48px;
	font-weight: 500;
	color: var(--textColor);
}

.hero__content p {
	margin-bottom: var(--f40);
}

.hero__content h1 {
	margin-bottom: 20px;
	font-size: 72px;
	line-height: 1.2;
}

/* Keep animated content readable only when JavaScript is unavailable. */
html.no-js .provereni-page [data-aos] {
	opacity: 1 !important;
	transform: none !important;
}

/* Fallback: show pricing cards even if Owl carousel JS fails to init. */
.provereni-page .feedback__slider.owl-carousel {
	display: block;
	opacity: 1 !important;
}

.provereni-page .feedback__slider .feedback__block {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.provereni-page .hero-area {
		min-height: 100vh;
		padding-top: 90px;
	}

	.provereni-page .hero__content {
		padding-right: 0;
	}
}

.hero-area .hero__content h1 {
	color: #0c314a;
}

.hero-area .hero__content p {
	color: #0c314acc;
}

.hero-btns {
	display: flex;
	align-items: center;
	gap: 16px;
}

.hero-img--floating {
	position: static;
	min-height: 0;
}

.hero-img--floating img {
	filter: drop-shadow(0 34px 48px rgba(12, 49, 74, 0.2));
	animation: heroCardFloat 7s ease-in-out infinite;
}

.provereni-page.motion-ready .hero-img--floating::after {
	content: "";
	position: absolute;
	width: 220px;
	height: 220px;
	right: 6%;
	top: 120px;
	background: radial-gradient(circle, rgba(19, 191, 194, 0.14) 0%, rgba(19, 191, 194, 0) 72%);
	filter: blur(14px);
	z-index: -1;
	animation: heroPulse 6s ease-in-out infinite;
}

.provereni-page.motion-ready [data-aos="fade-right"],
.provereni-page.motion-ready [data-aos="fade-left"],
.provereni-page.motion-ready [data-aos="fade-up"] {
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
.brand-content {
	margin-top: 100px;
}

.brand-content p {
	font-weight: 500;
	font-size: 16px;
}

.brand-content ul {
	display: flex;
	align-items: center;
	gap: 40px;
}

.hero-img img {
	position: absolute;
	top: 90px;
	width: 41%;
	right: 0;
}

.provereni-page .hero-img {
	position: static;
	min-height: 560px;
}

.provereni-page .hero-img img {
	position: absolute;
	top: 90px;
	right: 0;
	max-width: none;
}

html.js .provereni-page .scroll-reveal {
	opacity: 0;
	transform: translate3d(0, 46px, 0) scale(0.985);
	transition:
		opacity 1.02s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.02s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--reveal-delay, 0ms);
	will-change: transform, opacity;
}

html.js .provereni-page .scroll-reveal--left {
	transform: translate3d(-72px, 20px, 0) scale(0.985);
}

html.js .provereni-page .scroll-reveal--right {
	transform: translate3d(72px, 20px, 0) scale(0.985);
}

html.js .provereni-page .scroll-reveal--soft {
	transform: translate3d(0, 32px, 0) scale(0.992);
}

html.js .provereni-page .scroll-reveal--zoom {
	transform: translate3d(0, 20px, 0) scale(0.94);
}

html.js .provereni-page .scroll-reveal.is-visible {
	opacity: 1;
	transform: none;
}

html.js .provereni-page .how-steps-wrapper .work__block,
html.js .provereni-page .how-steps-wrapper .how-step-arrow {
	opacity: 0;
	transform: translate3d(0, 34px, 0) scale(0.97);
	transition:
		opacity 0.92s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.92s cubic-bezier(0.22, 1, 0.36, 1);
	}

html.js .provereni-page .how-steps-wrapper .how-step-arrow {
	transform: translate3d(0, 24px, 0) scale(0.9);
}

html.js .provereni-page .how-steps-wrapper .work__block.step-visible,
html.js .provereni-page .how-steps-wrapper .how-step-arrow.step-visible {
	opacity: 1;
	transform: none;
}

html.js .provereni-page .how-steps-wrapper .work__block.step-visible.highlighted {
	opacity: 1;
	transform: scale(1);
}

html.js .provereni-page .faq-item.faq-batch-item {
	opacity: 0;
	transform: translate3d(0, 28px, 0) scale(0.99);
	transition:
		opacity 0.96s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.96s cubic-bezier(0.22, 1, 0.36, 1);
}

html.js .provereni-page .faq-item.faq-batch-item.is-visible {
	opacity: 1;
	transform: none;
}

html.js .provereni-page .why-area .scroll-reveal,
html.js .provereni-page .benefits-area .scroll-reveal {
	backface-visibility: hidden;
}
.width-max {
	width: max-content;
	display: flex;
}
/*============hero Area End =============*/

/*============benefits Area Start =============*/

.section__title h1 {
	margin-bottom: 16px;
}

.section__title label {
	display: inline-block;
	border: 1px solid #13bfc24d;
	border-radius: 40px;
	font-size: 16px;
	color: var(--thmColor);
	padding: 4px 12px;
	margin-bottom: 16px;
}

.benefits__block {
	padding: 24px;
	border: 1px solid #13bfc214;
	border-radius: 24px;
	background: #f7fcfc;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.benefits__block:hover {
	transform: scale(1.05);
	box-shadow: 0px 8px 24px rgba(19, 191, 194, 0.2);
}

.benefits__block p {
	color: var(--textColor);
	margin: 0;
}

.benefits__block h4 {
	margin: 0;
}

.benefits__block i {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: var(--thmColor);
	border-radius: 16px;
}

.benefits__block > div {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: var(--f32);
}

/*============Plan Comparison Cards =============*/

.verify-plan-card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 32px;
	border: 1px solid #13bfc24d;
	border-radius: 24px;
	background: #f7fcfc;
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.verify-plan-card::before {
	content: "";
	position: absolute;
	inset: -40% auto auto -10%;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(19, 191, 194, 0.16) 0%, rgba(19, 191, 194, 0) 70%);
	opacity: 0;
	transform: translate3d(-12px, -10px, 0);
	transition: opacity 0.35s ease, transform 0.35s ease;
	z-index: -1;
}

.verify-plan-card:hover {
	transform: translateY(-4px);
	border-color: rgba(19, 191, 194, 0.45);
	background: #fbfefe;
	box-shadow: 0px 12px 28px rgba(19, 191, 194, 0.18);
}

.verify-plan-card:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.verify-plan-card--featured {
	background: #fff;
	border: 2px solid var(--thmColor);
	box-shadow: 0px 8px 32px rgba(19, 191, 194, 0.18);
}

.verify-plan-card--featured:hover {
	transform: translateY(-4px);
	box-shadow: 0px 16px 42px rgba(19, 191, 194, 0.3);
}

.verify-plan-badge {
	display: inline-block;
	border: 1px solid #13bfc24d;
	border-radius: 40px;
	font-size: 14px;
	color: var(--thmColor);
	padding: 4px 12px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.verify-plan-badge--bankid {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.verify-plan-badge--bankid img {
	height: 14px;
	width: auto;
	display: block;
}

.verify-plan-card--featured .verify-plan-badge {
	background: var(--thmColor);
	color: #fff;
	border-color: var(--thmColor);
}

.verify-plan-top h3 {
	margin-bottom: 8px;
	font-size: var(--f24);
}

.verify-plan-top {
	display: flex;
	flex-direction: column;
	min-height: 212px;
}

.verify-plan-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 8px;
}

.verify-plan-title-row h3 {
	margin-bottom: 0;
}

.verify-plan-top p {
	font-size: 16px;
	margin-bottom: 16px;
}

.verify-plan-price {
	font-size: var(--f32);
	font-weight: 700;
	color: #0c314a;
	margin-bottom: 4px;
	margin-top: auto;
}

.verify-plan-card hr {
	margin: 20px 0;
	border-color: #13bfc24d;
}

.verify-plan-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	flex: 1;
}

.verify-plan-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 16px;
	color: var(--textColor);
}

.verify-plan-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%2313BFC2' opacity='.15'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-4.5' stroke='%2313BFC2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.verify-plan-list__extra {
	color: #0c314a !important;
	font-weight: 600;
}

.verify-plan-list__extra::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%2313BFC2'/%3E%3Cpath d='M4.5 8l2.5 2.5 4.5-4.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
}

.thm_btn--outline {
	background: transparent !important;
	color: var(--thmColor) !important;
	border: 2px solid var(--thmColor) !important;
}

.thm_btn--outline:hover {
	background: var(--thmColor) !important;
	color: #fff !important;
}

@media (max-width: 991px) {
	.verify-plan-top {
		min-height: unset;
	}
}

/*============benefits Area End =============*/

/*============work Area Start =============*/

.work-area {
	background: #f5fafa;
	padding: 50px 0 60px;
}

/* Tab switcher */
.how-tab-switcher {
	display: inline-flex;
	gap: 4px;
	background: #e8f7f7;
	border-radius: 40px;
	padding: 4px;
}

.how-tab-btn {
	padding: 10px 24px;
	border-radius: 40px;
	border: none;
	background: transparent;
	font-size: 16px;
	color: var(--textColor);
	cursor: pointer;
	font-family: "Geist", sans-serif;
	font-weight: 500;
	transition: background 0.2s, color 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 0 0 rgba(19, 191, 194, 0);
}

.how-tab-btn:hover {
	box-shadow: 0 10px 24px rgba(19, 191, 194, 0.18);
	transform: translateY(-1px);
}

.how-tab-btn.active {
	background: var(--thmColor);
	color: #fff;
}

.how-tab-badge {
	display: inline-block;
	background: #fff;
	color: var(--thmColor);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.3px;
	padding: 2px 8px;
	border-radius: 20px;
	white-space: nowrap;
}

.how-tab-btn:not(.active) .how-tab-badge {
	background: var(--thmColor);
	color: #fff;
}

.how-modal-cta {
	margin-top: 20px;
	text-align: center;
}

.how-modal-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid rgba(12, 49, 74, 0.12);
	border-radius: 999px;
	background: #fff;
	color: #0c314a;
	font-family: "Geist", sans-serif;
	font-size: 15px;
	font-weight: 600;
	box-shadow: 0 6px 20px rgba(12, 49, 74, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.how-modal-trigger:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 26px rgba(12, 49, 74, 0.12);
	border-color: rgba(19, 191, 194, 0.4);
}

/* Steps grid */
.how-steps-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 30px;
	gap: 0;
}

.how-steps-wrapper .work__block {
	flex: 1;
	max-width: 300px;
}

.how-step-arrow {
	flex-shrink: 0;
	width: 48px;
	text-align: center;
	font-size: 24px;
	color: var(--thmColor);
	padding-top: 20px;
	opacity: 0.7;
	line-height: 64px;
	padding-top: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Suppress old Owl carousel connector lines inside tab steps */
.how-steps-wrapper .work__block:after {
	display: none !important;
}

@media (max-width: 767px) {
	.how-steps-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.how-step-arrow {
		transform: rotate(90deg);
		width: auto;
		line-height: 1;

	.provereni-page .hero-img {
		position: relative;
		min-height: auto;
		margin: 0 auto 24px;
	}

	.provereni-page .hero-img img {
		position: relative;
		top: auto;
		right: auto;
		width: min(100%, 520px);
	}

	.hero-img--floating {
		min-height: auto;
	}
		padding: 4px 0;
	}
}
.owl-nav-style .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.owl-nav-style .owl-prev i {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--thmColor);
	border-radius: 50%;
}

.owl-nav-style .owl-nav i:hover {
	background: var(--textColor) !important;
	border: 1px solid var(--thmColor);
}

.owl-nav-style .owl-next i {
	background: var(--thmColor);
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.work__block {
	text-align: center;
	position: relative;
	opacity: 0.3;
	transform: scale(0.95);
	transition: all 0.6s ease;
	will-change: transform, opacity;
}

.work__block.center {
	opacity: 1;
	transform: scale(1.1);
}

.work__block.highlighted {
	opacity: 1;
	transform: scale(1);
}

.work__block:last-child:after {
	display: none;
}

.work__block:after {
	content: "";
	position: absolute;
	width: 82%;
	height: 2px;
	left: 62%;
	top: 32px;
	background: linear-gradient(90deg, rgba(19, 191, 194, 0.04) 5%, rgba(19, 191, 194, 0.64) 50%, rgba(19, 191, 194, 0.04) 95%);
	opacity: 0;
}

.active .work__block:after {
	opacity: 1;
}

.work__block p {
	max-width: 400px;
	margin-inline: auto;
}

.work__block h4 {
	margin-bottom: 12px;
}

.work__block i:after {
	width: 42px;
	height: 42px;
	background: var(--thmColor);
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 4.27px 8.53px 0px #0472fd66;
}

.work__block i {
	width: 64px;
	height: 64px;
	background: #13bfc20f;
	border: 0.53px solid #13bfc21f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}

.work__block i img {
	position: relative;
	z-index: 9;
}
/*============work Area End =============*/

/*============why Area Start =============*/

.why-area {
	background: #fff;
	padding-top: 50px;
}

.why__block {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 28px;
	border: 1px solid #13bfc220;
	border-radius: 20px;
	background: #f7fcfc;
	transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
	position: relative;
	overflow: hidden;
}

.why__block::before {
	content: "";
	position: absolute;
	inset: auto -30px -60px auto;
	width: 140px;
	height: 140px;
	background: radial-gradient(circle, rgba(19, 191, 194, 0.16) 0%, rgba(19, 191, 194, 0) 70%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.why__block:hover {
	box-shadow: 0 6px 24px rgba(19, 191, 194, 0.15);
	transform: translateY(-3px);
	border-color: rgba(19, 191, 194, 0.26);
}

.why__block:hover::before {
	opacity: 1;
}

.why__icon {
	font-size: 32px;
	margin-bottom: 14px;
	line-height: 1;
}

.why__icon svg {
	width: 36px;
	height: 36px;
	stroke: #0c314a;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
}

.why__icon--flags {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 28px;
}

.why__icon--bankid {
	display: flex;
	align-items: center;
	min-height: 32px;
}

.why__icon--bankid img {
	height: 28px;
	width: auto;
	display: block;
}

.why__icon--content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
}

.why__block h5 {
	font-size: var(--f20);
	margin-bottom: 10px;
	color: #0c314a;
}

.why__block p {
	font-size: 15px;
	margin: 0;
}

/*============why Area End =============*/

.info-hover-banner {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	will-change: transform;
}

.info-hover-banner--expandable {
	background: linear-gradient(135deg, #0c314a 0%, #164a6e 100%);
	border-radius: 16px;
	padding: 2rem 2.5rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.info-hover-banner__top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.info-hover-banner:hover {
	transform: translateY(-4px);
	box-shadow: 0px 16px 42px rgba(12, 49, 74, 0.22);
}

.why__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	background: linear-gradient(135deg, #0c314a 0%, #0e4a6e 100%);
	border-radius: 24px;
	padding: 40px 48px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.why__cta::after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	right: -60px;
	top: -100px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
	pointer-events: none;
}

.why__cta-content {
	display: flex;
	align-items: center;
	gap: 20px;
	min-width: 0;
}

.why__cta-icon {
	flex-shrink: 0;
	width: 88px;
	height: 88px;
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.why__cta-icon svg {
	width: 42px;
	height: 42px;
	stroke: #ffffff;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
}

.why__cta-icon img {
	width: 64px;
	height: 64px;
	display: block;
}

.info-hover-banner__content {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
	min-width: 280px;
}

.info-hover-banner__text {
	flex: 1;
	min-width: 0;
}

.info-hover-banner__text h4 {
	margin: 0 0 0.5rem 0;
	font-size: 1.25rem;
	color: #fff;
}

.info-hover-banner__text p {
	margin: 0;
	color: rgba(255,255,255,0.9);
	font-size: 0.95rem;
	line-height: 1.6;
}

.info-hover-banner__icon {
	flex-shrink: 0;
	width: 88px;
	height: 88px;
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.info-hover-banner__icon svg {
	width: 34px;
	height: 34px;
	stroke: #ffffff;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	display: block;
}

.info-hover-banner__icon img {
	width: 64px;
	height: 64px;
	display: block;
}

.why__cta-text h3 {
	color: #fff;
	margin-bottom: 10px;
	font-size: var(--f28);
}

.why__cta-text p {
	color: rgba(255,255,255,0.75);
	margin: 0;
	max-width: 620px;
	font-size: 16px;
}

.why__cta-btn {
	white-space: nowrap;
	flex-shrink: 0;
}

.info-hover-banner__toggle {
	white-space: nowrap;
	flex-shrink: 0;
}

.info-hover-banner__toggle-icon {
	transition: transform 0.24s ease;
}

.info-hover-banner.is-expanded .info-hover-banner__toggle-icon {
	transform: rotate(90deg);
}

.info-hover-banner__contact-panel {
	display: none;
	padding-top: 0;
}

.info-hover-banner__contact-grid {
	display: block;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.info-hover-banner__contact-form {
	width: 100%;
	padding: 28px;
	margin-top: 0;
	border-radius: 20px;
	box-shadow: 0 16px 34px rgba(12, 49, 74, 0.12);
}

.info-hover-banner__contact-grid > .contact__form.info-hover-banner__contact-form {
	margin-top: 0 !important;
}

.info-hover-banner__contact-form .form-message {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.info-hover-banner {
		justify-content: center !important;
		text-align: center;
	}

	.info-hover-banner__top-row {
		justify-content: center;
	}

	.why__cta-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.why__cta-icon {
		width: 64px;
		height: 64px;
		border-radius: 16px;
	}

	.why__cta-icon svg {
		width: 34px;
		height: 34px;
	}

	.why__cta-icon img {
		width: 48px;
		height: 48px;
	}

	.info-hover-banner__content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.info-hover-banner__icon {
		align-self: auto;
		width: 64px;
		height: 64px;
		border-radius: 16px;
	}

	.info-hover-banner__icon svg {
		width: 28px;
		height: 28px;
	}

	.info-hover-banner__icon img {
		width: 48px;
		height: 48px;
	}

	.why__cta-text,
	.info-hover-banner__content > div:last-child {
		width: 100%;
		text-align: center;
	}

	.why__cta-btn,
	.info-hover-banner .thm_btn {
		align-self: center;
		margin-inline: auto;
	}

	.info-hover-banner__contact-form {
		padding: 22px;
	}
}

.why-area .col-12.mt-4.mt-md-5 {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.why__cta {
		flex-direction: column;
		padding: 32px 24px;
		text-align: center;
	}
	.why__cta-text p {
		max-width: 100%;
	}
}

/*============faq + registry modal =============*/

body.modal-open {
	overflow: hidden;
}

.faq-area {
	background: linear-gradient(180deg, #f7fcfc 0%, #ffffff 100%);
	padding-top: 50px;
	border-top: 1px solid rgba(12, 49, 74, 0.08);
	box-shadow: inset 0 24px 40px rgba(12, 49, 74, 0.03);
}

.faq-list {
	display: grid;
	gap: 16px;
}

.faq-item {
	border: 1px solid rgba(12, 49, 74, 0.08);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(12, 49, 74, 0.06);
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.faq-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(12, 49, 74, 0.09);
	border-color: rgba(19, 191, 194, 0.22);
}

.faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 24px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #0c314a;
	background: transparent;
}

.faq-icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(19, 191, 194, 0.12);
	color: var(--thmColor);
	font-size: 22px;
	line-height: 1;
	transition: transform 0.2s ease, background 0.2s ease;
}

.faq-item.active .faq-icon {
	transform: rotate(45deg);
	background: rgba(12, 49, 74, 0.1);
	color: #0c314a;
}

.faq-answer {
	display: none;
	padding: 0 24px 24px;
}

.faq-answer p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--textColor);
}

.registry-explainer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(12, 49, 74, 0.42);
	backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 1098;
}

.registry-explainer-overlay.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.page-transition-overlay {
	position: fixed;
	inset: 0;
	background:
		radial-gradient(circle at top, rgba(19, 191, 194, 0.18), transparent 38%),
		linear-gradient(180deg, rgba(12, 49, 74, 0.06), rgba(12, 49, 74, 0.22));
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.22s ease;
	z-index: 1200;
}

body.provereni-page.page-is-transitioning .page-transition-overlay {
	opacity: 1;
	visibility: visible;
}

@media (prefers-reduced-motion: reduce) {
	body.provereni-page .header-area,
	body.provereni-page .mobile-menu,
	body.provereni-page main,
	body.provereni-page .footer-area,
	.page-transition-overlay,
	.hero-area--animated::before,
	.hero-area--animated::after,
	.hero-img--floating img,
	.provereni-page.motion-ready .hero-img--floating::after {
		transition: none;
		animation: none;
	}

	html.js .provereni-page .scroll-reveal,
	html.js .provereni-page .how-steps-wrapper .work__block,
	html.js .provereni-page .how-steps-wrapper .how-step-arrow {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@keyframes heroCardFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -12px, 0);
	}
}

@keyframes heroPulse {
	0%,
	100% {
		opacity: 0.55;
		transform: scale(0.96);
	}
	50% {
		opacity: 0.95;
		transform: scale(1.04);
	}
}

@keyframes heroOrbLeft {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(24px, -18px, 0);
	}
}

@keyframes heroOrbRight {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(-20px, 20px, 0);
	}
}

.registry-explainer-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: min(760px, calc(100vw - 32px));
	max-height: calc(100vh - 48px);
	background: #ffffff;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(12, 49, 74, 0.22);
	transform: translate(-50%, -50%) scale(0.96);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: transform 0.28s ease, opacity 0.28s ease;
	z-index: 1099;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(12, 49, 74, 0.08);
}

.contact-drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(12, 49, 74, 0.48);
	backdrop-filter: blur(4px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.24s ease;
	z-index: 1198;
}

.contact-drawer-overlay.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.contact-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: min(760px, 100vw);
	height: 100vh;
	background: #f5fafa;
	box-shadow: -18px 0 48px rgba(12, 49, 74, 0.18);
	transform: translateX(100%);
	transition: transform 0.28s ease;
	z-index: 1199;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-left: 1px solid rgba(12, 49, 74, 0.08);
}

.contact-drawer.show {
	transform: translateX(0);
}

.contact-drawer__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 24px 18px;
	background: linear-gradient(135deg, #0c314a 0%, #164a6e 100%);
	color: #fff;
}

.contact-drawer__header h3 {
	margin: 8px 0 0;
	font-size: 30px;
	color: #fff;
}

.contact-drawer__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.contact-drawer__close {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 20px;
	transition: background 0.2s ease, transform 0.2s ease;
	flex-shrink: 0;
}

.contact-drawer__close:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(90deg);
}

.contact-drawer__body {
	padding: 24px;
	overflow-y: auto;
	display: grid;
	gap: 24px;
}

.contact-drawer__media {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	min-height: 260px;
	background: #0c314a;
	box-shadow: 0 18px 42px rgba(12, 49, 74, 0.14);
}

.contact-drawer__media > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-drawer__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(12, 49, 74, 0.08), rgba(12, 49, 74, 0.82));
}

.contact-drawer__media-content {
	position: relative;
	z-index: 1;
	padding: 32px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 260px;
}

.contact-drawer__media-content h4 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
}

.contact-drawer__media-content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.7;
}

.contact-drawer__form-content {
	max-width: none;
	right: 0;
}

.contact-drawer__form-content .section__title h2 {
	margin-bottom: 10px;
}

.contact-drawer__form {
	margin-top: 24px;
	padding: 32px;
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(12, 49, 74, 0.08);
}

.contact-drawer .contact__form input,
.contact-drawer .contact__form textarea {
	border: 1px solid rgba(12, 49, 74, 0.08);
	background: #fff;
}

body.contact-drawer-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.contact-drawer__header,
	.contact-drawer__body {
		padding: 20px;
	}

	.contact-drawer__header h3,
	.contact-drawer__media-content h4 {
		font-size: 24px;
	}

	.contact-drawer__form {
		padding: 22px;
		border-radius: 18px;
	}

	.contact-drawer__media,
	.contact-drawer__media-content {
		min-height: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.provereni-page .header-area,
	body.provereni-page .mobile-menu,
	body.provereni-page main,
	body.provereni-page .footer-area,
	.page-transition-overlay,
	.contact-drawer-overlay,
	.contact-drawer,
	.registry-explainer-modal {
		transition: none;
	}
}

.registry-explainer-modal.show {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.registry-explainer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 24px 18px;
	border-bottom: 1px solid rgba(12, 49, 74, 0.08);
}

.registry-explainer-title {
	margin: 0;
	font-size: 24px;
	color: #0c314a;
}

.registry-explainer-close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(12, 49, 74, 0.1);
	background: #f8fbfb;
	font-size: 18px;
	color: #0c314a;
	flex-shrink: 0;
}

.registry-explainer-content {
	padding: 24px;
	overflow-y: auto;
	display: grid;
	gap: 14px;
}

.registry-explainer-intro {
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #e9f7f7 0%, #f5fdfd 100%);
	border: 1px solid rgba(19, 191, 194, 0.18);
	color: #0c314a;
	font-size: 15px;
	line-height: 1.65;
}

.registry-explainer-card {
	padding: 16px 18px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(12, 49, 74, 0.08);
}

.registry-explainer-card h4 {
	margin: 0 0 8px;
	font-size: 18px;
	color: #0c314a;
}

.registry-explainer-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: var(--textColor);
}

@media (max-width: 767px) {
	.faq-question {
		padding: 18px 18px;
		font-size: 16px;
	}

	.faq-answer {
		padding: 0 18px 18px;
	}

	.how-modal-trigger {
		width: 100%;
		font-size: 14px;
		padding: 12px 16px;
	}

	.registry-explainer-modal {
		top: 50%;
		left: 50%;
		width: calc(100vw - 24px);
		max-height: calc(100vh - 24px);
		border-radius: 22px;
	}

	.registry-explainer-header,
	.registry-explainer-content {
		padding-left: 18px;
		padding-right: 18px;
	}

	.registry-explainer-title {
		font-size: 20px;
	}
}

/*============feedback Area Start =============*/

.feedback__slider .owl-stage-outer {
	margin-inline-end: -2000px;
}
.feedback__slider .owl-nav {
	position: absolute;
	top: -110px;
	right: 0;
}

.feedback__block {
	padding: 40px;
	background: #f5fafa;
	border-radius: 24px;
}

.feedback__block hr {
	margin: 20px 0 32px;
}

.feedback__block > p {
	font-size: var(--f20);
	margin: 0;
	height: 120px;
}

.feedback__block ul {
	display: flex;
	gap: 5px;
	margin-bottom: 24px;
}
.feedback__user {
	display: flex;
	align-items: center;
	gap: 16px;
}

.feedback__user h6 {
	margin: 0;
	margin-bottom: 4px;
}

.feedback__user p {
	font-size: 14px;
	margin: 0;
}

.feedback__user i {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	border-radius: 50%;
}
/*============feedback Area End =============*/

/*============contact Area Start =============*/

.contact-area {
	background: #f5fafa;
}
.contact__img {
	position: relative;
	margin-right: -55px;
	border-radius: 20px;
	overflow: hidden;
}
.contact__img__content {
	position: absolute;
	bottom: 0;
	padding: 60px;
}

.contact__img__content p {
	margin: 20px 0 40px;
}
.contact__form__content {
	max-width: 516px;
	margin: auto;
	position: relative;
	right: -50px;
}

.contact__form__content a:hover {
	background: #0000;
	color: var(--thmColor);
}

.contact__form {
	padding: 40px;
	background: #ffffff;
	border-radius: 20px;
	margin-top: 50px;
}

.contact__form input,
.contact__form textarea {
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	height: 52px;
	font-size: 16px;
	padding-left: 20px;
}

.contact__form textarea {
	height: 110px;
	resize: none;
	padding-top: 12px;
}
/*============contact Area End =============*/

/*============footer Area Start =============*/

.footer-area {
	background: #000;
	color: #fff;
	padding: 32px 0 24px;
}

.footer-area p {
	color: #fff;
}

.footer-area__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer__content a {
	display: inline-flex;
	align-items: center;
}

.footer__content--inline {
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer__content--inline p {
	margin: 0;
}

.footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.footer__nav {
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	margin-left: auto;
}

.footer__nav--inline {
	max-width: none;
	margin-left: 0;
}

.footer__nav--inline ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__nav--inline ul li {
	display: inline-flex;
	align-items: center;
}

.footer__nav--inline ul li + li::before {
	content: "·";
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.6);
}

.footer__nav ul li a {
	display: block;
	line-height: 1.4;
	transition: all 0.3s;
}

.footer__nav ul li a:hover {
	color: var(--thmColor);
}

.footer__bottom {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #ffffff;
	margin-top: 0;
	gap: 16px;
	flex-wrap: wrap;
}

.footer__bottom p {
	margin: 0;
	font-size: 16px;
}

.footer__bottom ul {
	display: flex;
	justify-content: end;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__bottom ul li {
	display: inline-flex;
	align-items: center;
}

.footer__bottom ul li + li::before {
	content: "·";
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.6);
}

.footer__bottom ul a:hover {
	color: var(--thmColor);
}

@media (max-width: 991px) {
	.footer__top {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.footer-area {
		padding: 28px 0 20px;
	}

	.footer__content--inline {
		flex-wrap: wrap;
		gap: 12px;
	}

	.footer__nav--inline ul,
	.footer__bottom ul {
		row-gap: 8px;
	}

	.footer__bottom {
		align-items: flex-start;
	}
}
/*============footer Area End =============*/

/*============blog Area Start =============*/

.blog__content {
	padding-right: 40px;
}

.row .col-lg-6:first-child .blog__content {
	padding-right: 40px;
	padding-left: 0;
}

.row .col-lg-6:last-child .blog__content {
	padding-left: 40px;
	padding-right: 0;
}

.blog__content ul {
	margin-top: var(--f40);
}

.blog__content ul li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	font-size: var(--f20);
	font-weight: 500;
	line-height: 1.2;
}

.blog__content ul li i {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0ffff;
	border-radius: 50%;
}

.blog__content h5 {
	font-size: var(--f20);
	font-weight: 500;
	margin-bottom: 12px;
}

.blog__content h1 {
	font-size: var(--f40);
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 20px;
	width: max-content;
	line-height: 1.2;
}

.blog__content h1 i {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--thmColor);
	border-radius: 14px;
	flex-shrink: 0;
}

.video-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 16/11;
}

.blog__video {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.video-container video {
	width: 100%;
	border-radius: 24px;
	height: 100%;
	object-fit: contain;
	object-position: center;
	cursor: pointer;
	position: relative;
	background: #000;
}

.video-container video:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: #00000033;
}

/* Play Button */
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	background: rgb(255 255 255 / 100%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
	z-index: 31;
}

.play-btn:hover:before {
	border-color: transparent transparent transparent #fff;
}

.play-btn:hover {
	background: var(--thmColor);
}

.play-btn::before {
	content: "";
	border-style: solid;
	border-width: 8px 0 10px 15px;
	border-color: transparent transparent transparent #000000;
	margin-left: 5px;
}

.hide {
	opacity: 0;
	pointer-events: none;
}
/*============blog Area End =============*/

/*============price Area Start =============*/

.price__block {
	border-radius: 24px;
	padding: 18px 10px;
	text-align: center;
}

.price__block label {
	margin-bottom: 16px;
	color: var(--textColor);
	font-size: var(--f20);
	font-weight: 500;
	display: block;
}
.price__content {
	padding: 12px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px #00000014;
	border-radius: 16px;
	text-align: center;
}

.price__content a.thm_btn {
	border-radius: 40px;
	border: none;
	box-shadow: 0px 2px 4px 0px #00000008;
}

.price__content a.thm_btn:hover {
	background: var(--thmColor) !important;
}

.price__content ul {
	margin-bottom: 36px;
	min-height: 228px;
}

.price__content ul li {
	display: flex;
	align-items: baseline;
	gap: 12px;
	color: var(--textColor);
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.6;
	opacity: 0.8;
	text-align: left;
}

.price__content ul li:last-child {
	margin-bottom: 0;
}

.price__content ul li a {
	color: #13bfc2;
}

.price__content ul li i {
	flex-shrink: 0;
	width: 20px;
	filter: brightness(0);
	opacity: 0.7;
}

.price__content hr {
	margin-bottom: 36px;
}

.price__content p {
	opacity: 0.8;
	font-size: 16px;
}

.price__content h1 {
	font-size: var(--f40);
}

.price__content h1 span {
	font-size: 16px;
	font-weight: 400;
	color: var(--textColor);
}

/*============ Area End =============*/

/*============ Area Start =============*/

/*============ Area End =============*/
