/* Brand colors: green #029447, blue #4c79bd */
.rts-btn.btn-primary {
	background: #029447;
	color: #ffffff;
}

.rts__contact__form .form__input input[type="tel"],
.rts__contact__form .form__input select {
	width: 100%;
	padding: 20px;
	border: 1px solid rgba(0, 37, 36, 0.1);
	border-radius: 10px;
	outline: none;
	background: #ffffff;
	color: inherit;
}

.rts__contact__form .form__input input[type="tel"]:focus,
.rts__contact__form .form__input select:focus {
	border-color: #111827;
}

.lang__switcher {
	position: relative;
	margin-left: 20px;
}

.lang__switcher .lang-current {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}

.lang__switcher .lang-current .fa-chevron-down {
	font-size: 10px;
	transition: transform 0.25s;
}

.lang__switcher:hover .lang-current .fa-chevron-down {
	transform: rotate(180deg);
}

.lang__switcher .lang-list {
	position: absolute;
	top: 100%;
	right: 0;
	background: #ffffff;
	min-width: 150px;
	padding: 8px 0;
	margin: 0;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all 0.25s;
	z-index: 999;
}

.lang__switcher:hover .lang-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.lang__switcher .lang-list li a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	color: #002524;
	font-size: 14px;
}

.lang__switcher .lang-list li a:hover {
	background: #f3f4f6;
}

.lang__switcher .lang-list li a.active {
	font-weight: 700;
	color: #029447;
}

@media screen and (max-width: 991px) {
	.header__top .lang__switcher {
		margin-left: 10px;
	}
}

.single-service .icon i.svc-icon {
	font-size: 48px;
	color: #004638;
	transition: all 0.3s;
}

.rts-service-wrapper .single-service:hover .icon i.svc-icon {
	color: #ffffff;
}

.banner-btns {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
}

.rts-btn.btn-ghost {
	background: transparent;
	border: 1.5px solid rgba(255, 255, 255, 0.65);
	color: #ffffff;
}

.rts-btn.btn-ghost:hover {
	color: #ffffff;
	border-color: #000000;
}

.hero-card-title {
	font-size: 24px !important;
	line-height: 1.2 !important;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero-card-title .fa-arrow-right-arrow-left {
	font-size: 18px;
	color: #029447;
}

.hero-card-sub {
	color: #6b7280;
	font-size: 14px;
	margin: 6px 0 0;
}

.hero-facts {
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hero-facts li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #002524;
}

.hero-facts li i {
	color: #029447;
	width: 18px;
	text-align: center;
}

.rts__footer__area .footer__top .title {
	line-height: 1.15;
	margin: 0;
}

.rts__footer__area .footer__top .title br {
	display: block;
	margin: 0;
	line-height: 1.15;
}

.stats-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	padding: 40px 0;
}

.stats-bar__item {
	text-align: center;
}

.stats-bar__value {
	display: block;
	font-size: 42px;
	font-weight: 700;
	color: #029447;
	line-height: 1.1;
}

.stats-bar__label {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	color: #374151;
}

@media screen and (max-width: 991px) {
	.stats-bar {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 575px) {
	.stats-bar {
		grid-template-columns: 1fr;
	}
}

.trade-service-cards .single-service-item .icon i.svc-icon {
	font-size: 40px;
	color: #004638;
	transition: all 0.3s;
}

.trade-service-cards .single-service-item:hover .icon i.svc-icon {
	color: #b4e33d;
}

.trade-service-cards .single-service-item .flow-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #029447;
	margin-bottom: 12px;
	transition: color 0.3s;
}

.trade-service-cards .single-service-item:hover .flow-tag {
	color: #b4e33d;
}

.contact-intro {
	padding: 60px 0 20px;
}

.contact-intro .desc {
	max-width: 640px;
	margin: 12px auto 0;
	color: #6b7280;
	font-size: 18px;
	line-height: 1.7;
}

.office-section {
	padding: 70px 0;
}

.office-section--uz {
	background: #f7f7f5;
}

.office-section__flag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.office-section--br .office-section__flag {
	background: rgba(2, 148, 71, 0.12);
	border: 1px solid rgba(2, 148, 71, 0.28);
	color: #029447;
}

.office-section--uz .office-section__flag {
	background: rgba(0, 153, 181, 0.12);
	border: 1px solid rgba(0, 153, 181, 0.28);
	color: #0099b5;
}

.office-contact .heading-title {
	font-size: clamp(32px, 4vw, 48px);
	margin-bottom: 12px;
}

.office-contact .office-lead {
	color: #6b7280;
	font-size: 17px;
	line-height: 1.65;
	margin-bottom: 32px;
	max-width: 480px;
}

.office-contact-list {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.office-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	color: #002524;
	font-size: 16px;
	line-height: 1.5;
}

.office-contact-list li i {
	width: 20px;
	margin-top: 3px;
	color: #029447;
	flex-shrink: 0;
}

.office-section--uz .office-contact-list li i {
	color: #0099b5;
}

.office-contact-list li a {
	color: inherit;
}

.office-contact-list li a:hover {
	color: #029447;
}

.office-section--uz .office-contact-list li a:hover {
	color: #0099b5;
}

.office-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.office-contact__actions .rts-btn.btn-ghost {
	border-color: #029447;
	color: #029447;
}

.office-contact__actions .rts-btn.btn-ghost:hover {
	color: #ffffff;
	border-color: #000000;
}

.office-section--uz .office-contact__actions .rts-btn.btn-ghost {
	border-color: #0099b5;
	color: #0099b5;
}

.office-map {
	height: 100%;
	min-height: 380px;
	border-radius: 20px;
	overflow: hidden;
	background: #e5e7eb;
}

.office-map iframe {
	width: 100%;
	height: 100%;
	min-height: 380px;
	border: 0;
	display: block;
}

@media screen and (max-width: 991px) {
	.office-section {
		padding: 50px 0;
	}

	.office-map {
		min-height: 320px;
	}

	.office-map iframe {
		min-height: 320px;
	}
}

.error-404__inner {
	max-width: 720px;
	margin: 0 auto;
}

.error-404__code {
	margin: 0 0 16px;
	font-size: clamp(72px, 14vw, 120px);
	font-weight: 700;
	line-height: 1;
	color: #029447;
	letter-spacing: -0.04em;
}

.error-404__desc {
	margin: 0 auto 32px;
	max-width: 560px;
	color: #6b7280;
	font-size: 18px;
	line-height: 1.7;
}

.error-404__actions {
	justify-content: center;
	margin-bottom: 48px;
}

.error-404__actions .rts-btn.btn-ghost {
	border-color: #029447;
	color: #029447;
}

.error-404__actions .rts-btn.btn-ghost:hover {
	color: #ffffff;
	border-color: #000000;
}

.error-404__links-title {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 600;
	color: #002524;
}

.error-404__links-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.error-404__links-list a {
	color: #029447;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.error-404__links-list a:hover {
	color: #002524;
}

.but-rfq-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.but-rfq-form__hint {
	margin: 0 0 16px;
	color: #6b7280;
	font-size: 14px;
}

.thank-you-page__inner {
	max-width: 640px;
	margin: 0 auto;
}

.thank-you-page__icon {
	margin-bottom: 20px;
	font-size: 64px;
	line-height: 1;
	color: #029447;
}

.thank-you-page__desc {
	margin: 0 auto 32px;
	max-width: 520px;
	color: #6b7280;
	font-size: 18px;
	line-height: 1.7;
}

.thank-you-page__actions {
	justify-content: center;
}
