.home-slide-2 .single-slide .slide-txt h1 {
	font-size: 50px !important;
}

.spaceMedium {
	padding: 50px 0 160px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "►") !important;
}

.testimonial.testimonial__light {
	background: white !important;
}
.testimonial.testimonial__light .single-quote h3,
.testimonial.testimonial__light .single-quote h2,
.testimonial.testimonial__light .single-quote p,
.testimonial.testimonial__light .section-intro h2,
.testimonial.testimonial__light .section-intro p {
	color: #4D9981 !important;
}

form .form-group select {
    background: #f6f6f6;
    padding: 16px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.form-check-input {
	padding: 10px !important;
	margin-top: 0 !important;
}

.form-comment {
	font-style: italic;
	color: #EAC345;
}

.footer-widget ul li::before {
	content: "► ";
}
.footer-widget ul li a {
	margin-left: 5px;
}

#site__logo__top,
#site__logo__bottom {
	max-height: 50px;
}

.testimonial::before,
.testimonial::after,
.trusted-brands {
	background: transparent !important;
}

.service-3 .service-pormo::after,
.service-3 .service-pormo::before {
	background-image: url("../images/grey-dots.png") !important;
	background-size: contain;
}

.benifit-txt .section-intro.section-intro-text {
	max-width: 100% !important;
	text-align: left !important;
}

.header-call ul li,
.header-top .header-social span {
	font-size: 16px;
	font-weight: bold;
	font-family: "Fira Sans", sans-serif;
}

.text-theme,
.benifit-txt ul li::before {
	color: #4D9981 !important;
}

.text-theme-light {
	color: #EAC345 !important;
}

.footer-widget p,
.footer-bottom .footer-nav ul li a,
.footer-bottom p,
.footer-widget ul li a {
	font-family: "Fira Sans", sans-serif;
}

/*js-cookie*/
.js-cookie-consent.cookie-consent {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #000000;
}

.cookie-consent__message {
	color: #FFF;
}

.js-cookie-consent-agree.cookie-consent__agree {
	font-size: 15px;
    background: #4D9981;
    padding: 5px 30px;
    margin: 0;
    border-radius: 0px;
    color: #FFF;
    font-weight: 600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: none;
}

.testimonial.testimonial__light .single-quote p.text-dark,
.testimonial.testimonial__light .section-intro p.text-dark {
	color: #212529!important;
}

.site-whatsapp-button {
	position: fixed;
	left: 24px;
	bottom: 28px;
	z-index: 9998;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px 10px 10px;
	border-radius: 999px;
	background: #ffffff;
	color: #4D9981;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-whatsapp-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #4D9981;
	color: #ffffff;
	flex: 0 0 42px;
}

.site-whatsapp-button__icon svg {
	width: 22px;
	height: 22px;
	display: block;
}

.site-whatsapp-button__label {
	white-space: nowrap;
}

.site-whatsapp-button:hover,
.site-whatsapp-button:focus {
	color: #4D9981;
	background: #ffffff;
	border-color: #EAC345;
	transform: translateY(-2px);
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
	text-decoration: none;
}

.site-whatsapp-button:hover .site-whatsapp-button__icon,
.site-whatsapp-button:focus .site-whatsapp-button__icon {
	background: #EAC345;
}

.loan-request-page {
	background: #f7faf8;
}

.loan-request-form {
	margin-top: 20px;
}

.loan-request-panel,
.thank-you-panel {
	background: #ffffff;
	border: 1px solid #e5eee8;
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 18px 45px rgba(16, 42, 28, 0.08);
}

.loan-request-panel + .loan-request-panel {
	margin-top: 24px;
}

.loan-request-panel__head {
	margin-bottom: 22px;
}

.loan-request-panel__intro p {
	margin: 10px 0 0;
	color: #53616b;
	font-size: 18px;
	line-height: 1.65;
}

.loan-request-notice {
	margin-bottom: 24px;
	padding: 16px 18px;
	border-radius: 14px;
	background: #f3f8f4;
	border: 1px solid #EAC345;
	color: #4D9981;
	font-size: 16px;
	line-height: 1.7;
}

.loan-request-page .form-label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	color: #26343d;
}

.loan-request-page .form-control,
.loan-request-page form .form-group select {
	min-height: 58px;
	border: 1px solid #d8e1db;
	border-radius: 14px;
	background: #fbfcfb;
	box-shadow: none;
}

.loan-request-page .form-control:focus,
.loan-request-page form .form-group select:focus {
	border-color: #4D9981;
	box-shadow: 0 0 0 3px #EAC345;
	background: #ffffff;
}

.loan-phone-group {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.loan-phone-group__code,
.loan-phone-group__number {
	width: 100%;
}

.loan-field-hint,
.loan-field-feedback {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.7;
	color: #5f6d76;
}

.loan-field-feedback {
	display: none;
	color: #c24c43;
}

.loan-field-feedback.is-visible {
	display: block;
}

.loan-simulator-card {
	display: none;
	margin-top: 8px;
	padding: 20px 22px;
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f3f8f4 100%);
	border: 1px solid #EAC345;
}

.loan-simulator-card.is-active {
	display: block;
}

.loan-simulator-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.loan-simulator-stat {
	padding: 18px;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid #e0ebe4;
}

.loan-simulator-stat .label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #5f6d76;
}

.loan-simulator-stat strong {
	display: block;
	color: #4D9981;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
}

.loan-upload-grid {
	margin-top: 6px;
}

.loan-request-submit {
	margin-top: 24px;
}

.loan-request-submit .custom-btn {
	min-width: 320px;
	border-radius: 14px;
}

.loan-request-submit .custom-btn > span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.loan-request-submit .loading-label {
	display: none;
}

.loan-request-submit .custom-btn.is-loading .default-label,
.loan-request-submit .custom-btn[disabled] .default-label {
	display: none;
}

.loan-request-submit .custom-btn.is-loading .loading-label,
.loan-request-submit .custom-btn[disabled] .loading-label {
	display: inline;
}

.loan-request-submit .custom-btn.is-loading,
.loan-request-submit .custom-btn[disabled] {
	opacity: 0.9;
	cursor: wait;
}

@media (max-width: 991px) {
	.loan-request-panel,
	.thank-you-panel {
		padding: 24px;
	}

	.loan-simulator-stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.site-whatsapp-button {
		left: 16px;
		bottom: 20px;
		width: 58px;
		height: 58px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}

	.site-whatsapp-button__icon {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
	}

	.site-whatsapp-button__label {
		display: none;
	}

	.loan-request-panel__intro p,
	.loan-request-notice {
		font-size: 15px;
	}

	.loan-phone-group {
		grid-template-columns: 1fr;
	}

	.loan-request-submit .custom-btn {
		width: 100%;
		min-width: 0;
	}
}
