.ocin-modal__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
}

.ocin-modal__actions .rts-btn {
	width: 100%;
}

.ocin-modal__remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: #1e293b;
}

.ocin-modal__remember input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.ocin-modal__actions .rts-btn[data-loading="true"] {
	opacity: 0.7;
	cursor: wait;
}

.ocin-modal__actions .rts-btn[data-loading="true"]::after {
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-top-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	margin-left: 8px;
	animation: ocin-spin 0.7s linear infinite;
}

.header-one .nav-area > ul > li.has-dropdown .submenu li a:hover {
	color: #4b5563 !important;
	border-color: rgba(148, 163, 184, 0.6);
	background: transparent !important;
}

.rts-mega-menu.mega-menu--tight {
	padding-top: 8px !important;
	top: calc(100% - 44px);
}

.has-dropdown.mega-menu:hover .rts-mega-menu.mega-menu--tight {
	top: calc(100% - 44px);
}



#ocin-join-team-form .single-input-wrapper,
#ocin-client-form .single-input-wrapper,
#ocin-translation-form .single-input-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 24px;
}

#ocin-join-team-form .single-input-wrapper:last-of-type,
#ocin-client-form .single-input-wrapper:last-of-type,
#ocin-translation-form .single-input-wrapper:last-of-type {
	margin-bottom: 24px;
}

#ocin-join-team-form .single-input,
#ocin-client-form .single-input,
#ocin-translation-form .single-input {
	margin-bottom: 24px;
}

#ocin-join-team-form .single-input-wrapper .single-input,
#ocin-client-form .single-input-wrapper .single-input,
#ocin-translation-form .single-input-wrapper .single-input {
	flex: 1 1 260px;
	margin-bottom: 0;
}


#ocin-join-team-form label,
#ocin-join-team-form .contact-choice-label,
#ocin-client-form label,
#ocin-client-form .contact-choice-label,
#ocin-translation-form label,
#ocin-translation-form .contact-choice-label {
	font-size: 16px;
	font-weight: 500;
	color: #130F2D;
	margin-bottom: 12px;
}


.client-form-column {
	padding-top: 0 !important;
}

.existing-account-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 24px auto;
}

.rts-btn.btn-primary {
	color: #fff;
}

.rts-btn.btn-primary:hover,
.rts-btn.btn-primary:focus {
	color: #050D20;
}

.translation-service-grid {
	position: relative;
}

.translation-service-card {
	background-color: #fff;
	border: 1px solid #EAF0FF;
	border-radius: 12px;
	box-shadow: 0 12px 35px rgba(5, 13, 32, 0.06);
	padding: 32px 28px;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.translation-service-card .icon {
	margin-bottom: 20px;
}

.translation-service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 45px rgba(5, 13, 32, 0.12);
}

.translation-process__media {
	min-height: 360px;
	border-radius: 18px;
	background-position: center;
	background-size: cover;
	box-shadow: 0 15px 45px rgba(5, 13, 32, 0.18);
}

.translation-insight-card {
	background: #fff;
	border: 1px solid #EAF0FF;
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: 0 14px 40px rgba(5, 13, 32, 0.08);
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: left;
	height: 100%;
}

.translation-insight-card__icon {
	width: 64px;
	height: 64px;
	color: var(--color-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	line-height: 1;
}

.translation-insight-card .title {
	margin-bottom: 0;
	color: #012161;
	font-weight: 600;
}

.translation-insight-card .disc {
	margin-bottom: 0;
	color: #475569;
}

.policy-highlight-card {
	background: rgba(1, 33, 97, 0.08);
	border: 1px solid #dbe7ff;
	border-radius: 14px;
	padding: 28px;
	margin-top: 28px;
}

.policy-highlight-card__title {
	margin-bottom: 16px;
	color: #012161;
	font-size: 22px;
	font-weight: 600;
}

.policy-highlight-card .disc {
	margin-bottom: 12px;
	color: #1e293b;
}

.single-blog-style-one {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.single-blog-style-one .inner-content-blog {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1 1 auto;
}

.single-blog-style-one .inner-content-blog .btn-line {
	margin-top: auto;
}

.faq-group + .faq-group {
	margin-top: 56px;
}

.faq-group .title-left-wrapper {
	margin-bottom: 24px;
}

.ocin-cookie-banner {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	width: calc(100% - 32px);
	max-width: 560px;
	background: #ffffff;
	border: 1px solid #dbe7ff;
	box-shadow: 0 18px 45px rgba(5, 13, 32, 0.14);
	border-radius: 16px;
	padding: 24px;
	z-index: 9999;
	color: #0f172a;
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.ocin-cookie-banner[hidden] {
	display: none !important;
}

.ocin-modal-open {
	overflow: hidden;
}

.ocin-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(5, 13, 32, 0.65);
}

.ocin-modal[hidden] {
	display: none !important;
}

.ocin-modal__backdrop {
	position: absolute;
	inset: 0;
}

.ocin-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 460px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 30px 60px rgba(5, 13, 32, 0.2);
	padding: 36px;
	color: #0f172a;
}

.ocin-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: transparent;
	border: none;
	font-size: 22px;
	line-height: 1;
	color: #1e293b;
	cursor: pointer;
}

.ocin-modal__close:hover,
.ocin-modal__close:focus {
	color: var(--color-primary);
}

.ocin-modal__close:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

.ocin-modal__header {
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 12px;
}

.ocin-modal__title {
	margin: 0;
	font-size: 21px;
	font-weight: 600;
	color: #012161;
}

.ocin-modal__subtitle {
	margin: 0;
	font-size: 16px;
	color: #475569;
}

.ocin-modal__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ocin-modal__logo img {
	display: block;
	width: 100%;
	max-width: 180px;
	height: auto;
}

.ocin-modal__status {
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid transparent;
	background: transparent;
	color: #0f172a;
}

.ocin-modal__status[hidden] {
	display: none !important;
}

.ocin-modal__status--error {
	background: #fef2f2;
	border-color: #fecaca;
	color: #b91c1c;
}

.ocin-modal__status--success {
	background: #ecfdf5;
	border-color: #bbf7d0;
	color: #047857;
}

.ocin-modal__form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ocin-modal__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ocin-modal__label {
	font-weight: 600;
	font-size: 15px;
	color: #0f172a;
}

.ocin-modal__input {
	width: 100%;
	border: 1px solid #cbd5f5;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 16px;
	color: #0f172a;
	background-color: #f8fbff;
}

.ocin-modal__input:focus {
	border-color: var(--color-primary);
	outline: none;
	box-shadow: 0 0 0 3px rgba(1, 33, 97, 0.15);
}

.ocin-modal__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
	width: 100%;
}

.ocin-modal__remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: #1e293b;
	width: 100%;
}

.ocin-modal__remember input[type="checkbox"] {
	width: 18px;
	height: 18px;
}

.ocin-modal__actions .rts-btn {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.ocin-modal__actions .rts-btn[data-loading="true"] {
	opacity: 0.7;
	cursor: wait;
}

.ocin-modal__actions .rts-btn[data-loading="true"]::after {
	content: '';
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-top-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	margin-left: 8px;
	animation: ocin-spin 0.7s linear infinite;
}

.ocin-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(15, 23, 42, 0.08);
	border: none;
	border-radius: 999px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
	color: #1e293b;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.ocin-modal__close:hover,
.ocin-modal__close:focus {
	background: rgba(1, 33, 97, 0.12);
	color: #012161;
}

.ocin-modal__close:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
}

.ocin-modal__footnote {
	margin-top: 24px;
	font-size: 14px;
	color: #475569;
	text-align: center;
}

.ocin-modal__footnote a {
	color: var(--color-primary);
	font-weight: 600;
	text-decoration: none;
}

.ocin-modal__footnote a:hover,
.ocin-modal__footnote a:focus {
	text-decoration: underline;
}

@keyframes ocin-spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 575px) {
	.ocin-modal__dialog {
		padding: 28px 20px;
	}

	.ocin-modal__title {
		font-size: 24px;
	}

	.ocin-modal__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.ocin-modal__actions .rts-btn {
		width: 100%;
	}
}

.ocin-cookie-banner__inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ocin-cookie-banner__title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #012161;
}

.ocin-cookie-banner__message {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #334155;
}

.ocin-cookie-banner__message a {
	color: var(--color-primary);
	font-weight: 600;
	text-decoration: underline;
}

.ocin-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ocin-cookie-banner__button {
	font-size: 15px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
}

.ocin-cookie-banner__button--primary {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #ffffff;
}

.ocin-cookie-banner__button--primary:hover,
.ocin-cookie-banner__button--primary:focus {
	background: #012161;
	border-color: #012161;
}

.ocin-cookie-banner__button--ghost {
	background: transparent;
	border-color: #0f172a;
	color: #0f172a;
}

.ocin-cookie-banner__button--ghost:hover,
.ocin-cookie-banner__button--ghost:focus {
	background: rgba(15, 23, 42, 0.08);
}

@media (max-width: 575px) {
	.ocin-cookie-banner {
		padding: 20px;
		bottom: 16px;
	}
	.ocin-cookie-banner__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.ocin-cookie-banner__button,
	.ocin-cookie-banner__button--ghost {
		width: 100%;
		text-align: center;
	}
}


.pre {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 6px 18px !important;
	margin-bottom: 12px !important;
	border: 1px solid #DBE7FF !important;
	border-radius: 999px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	color: var(--color-primary) !important;
	background: rgba(1, 33, 97, 0.08) !important;
	text-transform: none !important;
	letter-spacing: 0.02em !important;
}

.title-left-wrapper .pre,
.title-center-wrapper .pre,
.title-area-between .pre,
.clients-header-grid .pre,
.translation-cta .pre,
.footer-area .pre,
.rts-footer-area .pre,
.title-center-wrapper span.pre,
.title-left-wrapper span.pre {
	margin-bottom: 12px !important;
}

.translation-cta {
	background: #fff;
}

.translation-cta.bg_light {
	background: #F9FAFF;
}

.translation-cta__actions {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.translation-cta__actions .rts-btn {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.translation-cta__actions {
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}
	.translation-cta__actions .rts-btn {
		width: 100%;
		max-width: 320px;
	}
}

.translation-working-process.translation-working-process--compact .row {
	align-items: stretch;
}

.translation-working-process.translation-working-process--compact .working-process-wrapper-three {
	padding: 40px 0 0;
}

.translation-working-process.translation-working-process--compact .working-process-wrapper-three .disc {
	margin-bottom: 0;
}

.contact-choice-label {
	display: block;
}

.contact-choice-options {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
}

.contact-choice-option {
	display: flex;
	align-items: center;
	position: relative;
}

.contact-choice-option input {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	opacity: 0;
	width: 18px;
	height: 18px;
	pointer-events: none;
}

.contact-choice-option input + label {
	margin: 0;
	padding-left: 28px;
	position: relative;
}

.contact-choice-option input + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid rgba(15, 23, 42, 0.18);
	background: #fff;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.contact-choice-option input[type="radio"] + label::before {
	border-radius: 50%;
}

.contact-choice-option input + label::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 10px;
	height: 6px;
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
}

.contact-choice-option input:checked + label::before {
	border-color: var(--color-primary);
	background: var(--color-primary);
}

.contact-choice-option input:checked + label::after {
	border-left-color: #fff;
	border-bottom-color: #fff;
}

.contact-choice-option input[type="radio"] + label::after {
	width: 8px;
	height: 8px;
	left: 5px;
	border: none;
	background: transparent;
	transform: translateY(-50%);
}

.contact-choice-option input[type="radio"]:checked + label::after {
	background: #fff;
	border-radius: 50%;
}

.contact-form-content-left-wrapper .signle-contact-card .fax-number {
	display: block;
	margin-top: 2px;
	font-weight: 500;
	color: var(--color-primary);
}

.contact-form-content-left-wrapper .signle-contact-card .phone-number a {
	display: inline;
}

.form-feedback {
	margin-bottom: 16px;
	padding: 12px 16px;
	border-radius: 10px;
	font-weight: 500;
	line-height: 1.6;
}

.form-feedback--success {
	background: rgba(22, 163, 74, 0.12);
	color: #166534;
	border: 1px solid rgba(22, 163, 74, 0.35);
}

.form-feedback--error {
	background: rgba(220, 38, 38, 0.12);
	color: #b91c1c;
	border: 1px solid rgba(220, 38, 38, 0.35);
}

#ocin-join-team-form select,
#ocin-client-form select,
#ocin-translation-form select,
#ocin-client-form input,
#ocin-translation-form input,
#ocin-client-form textarea,
#ocin-translation-form textarea,
#ocin-join-team-form input,
#ocin-join-team-form textarea {
	width: 100%;
	border: 1px solid #DFDBF9;
	border-radius: 4px;
	font-size: 16px;
	color: #130F2D;
	line-height: 1.5;
	background-color: #fff;
}

#ocin-join-team-form input::placeholder,
#ocin-join-team-form textarea::placeholder,
#ocin-client-form input::placeholder,
#ocin-client-form textarea::placeholder,
#ocin-translation-form input::placeholder,
#ocin-translation-form textarea::placeholder {
	color: #6c757d;
	opacity: 1;
}

#ocin-join-team-form input,
#ocin-client-form input,
#ocin-translation-form input {
	height: 52px;
	padding: 0 16px;
}

#ocin-join-team-form textarea,
#ocin-client-form textarea,
#ocin-translation-form textarea {
	min-height: 154px;
	padding: 16px;
	resize: vertical;
}

#ocin-join-team-form select,
#ocin-client-form select,
#ocin-translation-form select {
	height: 52px;
	padding: 0 44px 0 16px;
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27%23130F2D%27 d=%27M3.204 5.5l4.596 4.596 4.596-4.596H3.204z%27/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px 8px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#ocin-translation-form .file-upload-input input[type="file"] {
	padding: 12px 16px;
	border: 1px dashed rgba(19, 15, 45, 0.35);
	border-radius: 6px;
	background-color: rgba(1, 33, 97, 0.03);
}

#ocin-translation-form .file-upload-note {
	margin-top: 12px;
	font-size: 14px;
	color: rgba(19, 15, 45, 0.7);
	line-height: 1.6;
}

.text-primary {
	color: #012161 !important;
}

.bg-primary {
	background-color: #012161 !important;
}

.border-primary {
	border-color: #012161 !important;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #012161;
	--bs-btn-border-color: #012161;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #011d4f;
	--bs-btn-hover-border-color: #011a49;
	--bs-btn-focus-shadow-rgb: 1, 33, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #011744;
	--bs-btn-active-border-color: #011337;
	--bs-btn-disabled-bg: #012161;
	--bs-btn-disabled-border-color: #012161;
}

.btn-outline-primary {
	--bs-btn-color: #012161;
	--bs-btn-border-color: #012161;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #012161;
	--bs-btn-hover-border-color: #012161;
	--bs-btn-focus-shadow-rgb: 1, 33, 97;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #012161;
	--bs-btn-active-border-color: #012161;
	--bs-btn-disabled-color: #012161;
	--bs-btn-disabled-border-color: #012161;
}

.link-primary {
	color: #012161;
}

.link-primary:hover,
.link-primary:focus {
	color: #011a4e;
}

body.has-top-info .header-one {
	top: var(--top-info-bar-height);
}

.rts-banner-area-one {
	position: relative;
	isolation: isolate;
}

.rts-banner-area-one::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.35));
	z-index: 0;
}

.rts-banner-area-one .container,
.rts-banner-area-one .banner-style-one-wrapper-inner {
	position: relative;
	z-index: 1;
}

.top-info-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1300;
	background-color: #f8fafc;
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.top-info-bar .top-info-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	padding: 12px 0;
}

.top-info-bar .top-info-collapsible {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	flex: 1 1 auto;
}

.top-info-bar .top-info-toggle {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 16px;
	border: 1px solid #dbe7ff;
	border-radius: 999px;
	background: #fff;
	color: var(--color-primary);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.top-info-bar .top-info-toggle:hover,
.top-info-bar .top-info-toggle:focus {
	background: rgba(1, 33, 97, 0.08);
	border-color: rgba(1, 33, 97, 0.2);
	outline: none;
	box-shadow: 0 0 0 3px rgba(1, 33, 97, 0.12);
}

.top-info-bar .top-info-toggle i {
	font-size: 14px;
	transition: transform 0.2s ease;
}

.top-info-bar .top-info-toggle.is-active i {
	transform: rotate(180deg);
}

.top-info-bar .top-info-toggle.is-active {
	background: rgba(1, 33, 97, 0.12);
	border-color: rgba(1, 33, 97, 0.28);
}

.top-info-bar .top-info-group {
	display: flex;
	align-items: center;
	gap: 18px;
}

.top-info-bar .top-info-group__label {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--color-primary);
	white-space: nowrap;
}

.top-info-bar .top-info-toggle__label {
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
}

.top-info-bar .top-info-group__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 18px;
}

.top-info-bar .info-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #64748b;
	transition: color 0.2s ease;
}

.top-info-bar .info-link span {
	line-height: 1.3;
}

.header-one .logo-area--brand {
	width: clamp(180px, 14vw, 220px);
	margin: 20px 0;
	transition: width 0.25s ease, margin 0.25s ease;
}

.header-one .logo-area--brand img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.25s ease;
}

.header-one.header-condensed .logo-area--brand {
	width: clamp(120px, 10vw, 150px);
	margin: 10px 0;
}

.header-one.header-condensed .logo-area--brand img {
	transform: scale(0.95);
}

.footer-affiliations {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	gap: 24px;
}

.footer-affiliations__label {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #0f172a;
}

.footer-affiliations__logos {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 20px;
}

.footer-affiliations__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: clamp(220px, 40vw, 320px);
	padding: 8px 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}

.footer-affiliations__logo img {
	max-width: 100%;
	max-height: 104px;
	width: auto;
	height: auto;
}

.single-case-style-one .service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(1, 33, 97, 0.08);
	color: var(--color-primary);
	font-size: 22px;
	margin-bottom: 8px;
}

.single-case-style-one .service-icon i {
	line-height: 1;
}

.single-case-style-one .inner-content {
	text-align: center;
}

.single-case-style-one .inner-content .title {
	margin-left: auto;
	margin-right: auto;
}

.single-company-value-area {
	align-items: center;
}

.single-company-value-area .icon {
	font-size: 28px;
	color: var(--color-primary);
}

.funfacts-area-counter-up-mission {
	gap: 80px;
}

.funfacts-area-counter-up-mission .single-funfacts-area-counter-up-mission {
	display: flex;
	align-items: stretch;
	gap: 16px;
}

.funfacts-area-counter-up-mission .icon {
	width: 72px;
	min-width: 72px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0ea5e9;
	font-size: 40px;
	line-height: 1;
}

.funfacts-area-counter-up-mission .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
}

.rts-mission-content-about-page .mission-intro {
	font-size: 17px;
	line-height: 1.8;
}

.call-to-action-wrapper-three {
	background-image: none;
	background: linear-gradient(135deg, rgba(1, 33, 97, 0.95), rgba(30, 64, 175, 0.92));
	position: relative;
	overflow: hidden;
}

.call-to-action-wrapper-three::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.15), transparent 55%);
	opacity: 0.8;
	pointer-events: none;
}

.call-to-action-wrapper-three .title,
.call-to-action-wrapper-three p.disc {
	position: relative;
	z-index: 1;
}

.working-process-three-main {
	border-top-color: rgba(1, 33, 97, 0.18);
}

.working-process-three-main .working-process-wrapper-three::before {
	background-image: none;
	background-color: var(--color-primary);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(1, 33, 97, 0.16);
}

.working-process-three-main .working-process-wrapper-three:hover:before {
	transform: scale(1.6);
}

.about-hero {
	position: relative;
	z-index: 0;
	min-height: clamp(420px, 60vh, 560px);
	display: flex;
	align-items: center;
	padding: clamp(120px, 12vw, 180px) 0 clamp(100px, 10vw, 150px);
	color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	isolation: isolate;
}

.about-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.7) 0%, rgba(15, 23, 42, 0.45) 60%, rgba(15, 23, 42, 0.75) 100%);
	opacity: 0.95;
	z-index: 0;
}

.about-hero__content {
	position: relative;
	z-index: 1;
	max-width: 680px;
}

.about-hero .title {
	color: #fff;
}

.about-hero__breadcrumbs {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0 16px;
	padding: 0;
	list-style: none;
	font-weight: 500;
	font-size: 15px;
	color: rgba(226, 232, 240, 0.9);
}

.about-hero__breadcrumbs a {
	color: rgba(226, 232, 240, 0.9);
	text-decoration: none;
}

.about-hero__breadcrumbs a:hover,
.about-hero__breadcrumbs a:focus {
	color: #fff;
}

.about-hero__breadcrumbs .active a {
	color: #fff;
}

.about-hero__subtitle {
	margin-top: 18px;
	margin-bottom: 0;
	max-width: 540px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(241, 245, 249, 0.92);
}

@media only screen and (max-width: 991px) {
	.about-hero {
		min-height: clamp(360px, 55vh, 520px);
		padding-block: clamp(140px, 16vw, 180px) clamp(90px, 14vw, 150px);
	}
	.about-hero__content {
		text-align: center;
		margin: 0 auto;
	}
	.about-hero__breadcrumbs {
		justify-content: center;
	}
	.about-hero__subtitle {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1270px) {
	.about-hero {
		padding-block: clamp(130px, 22vw, 160px) clamp(80px, 20vw, 130px);
	}
	.about-hero__breadcrumbs {
		display: none;
	}
	.about-hero__subtitle {
		font-size: 16px;
	}
}

.footer-affiliations__divider {
	width: 100%;
	max-width: 1040px;
	margin: 48px auto 0;
	border: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.25), rgba(15, 23, 42, 0));
}

.section-divider {
	width: 100%;
	max-width: 1040px;
	margin: -8px auto 72px;
	border: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0));
}

@media only screen and (max-width: 575px) {
	.footer-affiliations__logo {
		width: clamp(180px, 80vw, 260px);
	}
	.footer-affiliations__logo img {
		max-height: 88px;
	}
	.footer-affiliations__divider {
		margin-top: 36px;
	}
}

@media only screen and (min-width: 768px) {
	.footer-affiliations__logos {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 28px;
		flex-wrap: wrap;
	}
}
.rts-team-members .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rts-team-members .single-team-style-one {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: clamp(110px, 12vw, 150px);
}

.rts-team-members .single-team-style-one .thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 0;
	padding: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.rts-team-members .client-logo {
	width: 100%;
	height: auto;
	max-width: 180px;
	max-height: 90px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	transition: transform 0.2s ease;
}

.rts-team-members .client-logo--portrait {
	max-width: 140px;
	max-height: 140px;
	transform: scale(1.25);
	transform-origin: center;
}

.title-area-between.interpretation-header {
	gap: 32px;
	align-items: stretch;
}

.title-area-between.interpretation-header > [class*="col-"] {
	flex: 1 1 0;
	min-width: 0;
}

.interpretation-header__cta {
	gap: 16px;
}

.interpretation-cta-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: normal;
	line-height: 1.4;
	padding: 16px 28px;
	max-width: 320px;
}

@media only screen and (max-width: 991px) {
	.title-area-between.interpretation-header {
		gap: 24px;
	}
	#interpretation-services .title-area-between.interpretation-header {
		flex-direction: column;
		align-items: stretch;
	}
	#interpretation-services .title-area-between.interpretation-header > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.interpretation-header__cta {
		justify-content: center;
	}
	.interpretation-cta-btn {
		width: 100%;
		max-width: 420px;
	}
	#interpretation-services .right-area,
	#interpretation-services .title-left-wrapper {
		text-align: center;
	}
	#interpretation-services .single-case-style-one {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
	}
	#interpretation-services .single-case-style-one .thumbnail-case {
		width: 100%;
		position: relative;
		overflow: hidden;
		border-radius: 12px;
		aspect-ratio: 4 / 3;
	}
	#interpretation-services .single-case-style-one .thumbnail-case img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
	}
	#interpretation-services .single-case-style-one .inner-content {
		position: static;
		width: 100%;
		max-width: none;
		margin-top: 18px;
		transform: none;
		padding: 20px;
		box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
		border-radius: 12px;
	}
	#interpretation-services .single-case-style-one .inner-content .title {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 575px) {
	.title-area-between.interpretation-header {
		gap: 20px;
	}
	.interpretation-cta-btn {
		max-width: 100%;
	}
	#interpretation-services .single-case-style-one .inner-content {
		padding: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.rts-footer-one .left-wiget {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 16px;
	}
	.rts-footer-one .left-wiget .logo,
	.rts-footer-one .left-wiget .rts-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.rts-footer-one .footer-wized-wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 28px;
	}
	.rts-footer-one .footer-wized-wrapper .single {
		width: 100%;
	}
	.rts-footer-one .footer-wized-wrapper .single ul {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		margin: 0 auto;
	}
	.rts-footer-one .footer-wized-wrapper .single ul li {
		margin: 0;
	}
	.rts-footer-one .footer-wized-wrapper .single ul li a {
		width: auto;
	}
	.rts-footer-one .copyright-area .copyright-1 {
		flex-direction: column;
		text-align: center;
		gap: 6px;
	}
}

@media only screen and (max-width: 991px) {
	.rts-team-members .single-team-style-one {
		max-width: 220px;
		height: clamp(100px, 18vw, 140px);
	}
	.rts-team-members .single-team-style-one .thumbnail {
		min-height: 0;
		padding: 0;
	}
	.rts-team-members .client-logo {
		max-width: 160px;
		max-height: 80px;
	}
	.rts-team-members .client-logo--portrait {
		max-width: 130px;
		max-height: 130px;
	}
}

@media only screen and (max-width: 575px) {
	.rts-team-members .single-team-style-one {
		max-width: 200px;
		height: clamp(90px, 40vw, 130px);
	}
	.rts-team-members .single-team-style-one .thumbnail {
		min-height: 0;
		padding: 0;
	}
	.rts-team-members .client-logo {
		max-width: 140px;
		max-height: 70px;
	}
	.rts-team-members .client-logo--portrait {
		max-width: 110px;
		max-height: 110px;
	}
}

.top-info-bar .info-link:hover,
.top-info-bar .info-link:focus {
	color: #1d4ed8;
}

.top-info-bar .info-link i {
	font-size: 14px;
}

.clients-header-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"pre ."
		"title copy";
	column-gap: 48px;
	row-gap: 12px;
	align-items: start;
}

.clients-header-grid .pre {
	grid-area: pre;
}

.clients-header-grid .title {
	grid-area: title;
	margin-top: 0;
}

.clients-header-grid .disc {
	grid-area: copy;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.clients-header-grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"pre"
			"title"
			"copy";
		row-gap: 16px;
	}
	.clients-header-grid .disc {
		margin-top: 0;
	}
}

.mobile-menu-main .submenu-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	font-size: 15px;
}

.mobile-menu-main .submenu-link:hover,
.mobile-menu-main .submenu-link:focus {
	color: var(--color-primary);
}

.mobile-menu-main .submenu-label {
	display: block;
	margin: 12px 0 4px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f172a;
}

.mobile-menu-main .submenu-label:first-child {
	margin-top: 0;
}

.mobile-menu-main .submenu-title {
	display: block;
	margin: 18px 0 8px;
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
}

.mobile-menu-main .submenu-title + .submenu-label {
	margin-top: 6px;
}

.mobile-menu-main .mobile-menu-brand {
	position: relative;
	padding: 28px 24px 12px;
}

.mobile-menu-main .mobile-menu-logo {
	display: inline-block;
}

.mobile-menu-main .mobile-menu-logo img {
	width: min(180px, 60vw);
	height: auto;
	display: block;
	margin: 0 auto;
}

.mobile-menu-main .close-icon-menu {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: rgba(255, 255, 255, 0.95);
	color: #0f172a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mobile-menu-main .close-icon-menu:hover,
.mobile-menu-main .close-icon-menu:focus {
	background: var(--color-primary);
	color: #fff;
	border-color: var(--color-primary);
}

.mobile-menu-main .menu-cta {
	margin-top: 24px;
}

.mobile-menu-main .menu-cta .rts-btn {
	display: block;
	text-align: center;
	border-radius: 8px;
}

.mobile-menu-main .menu-cta .rts-btn:hover,
.mobile-menu-main .menu-cta .rts-btn:focus {
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.top-info-bar .top-info-inner {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}
	.top-info-bar .top-info-collapsible {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 12px 16px;
	}
	.top-info-bar .top-info-group {
		flex: 1 1 100%;
		justify-content: space-between;
		gap: 12px 16px;
	}
	.top-info-bar .top-info-group__links {
		flex: 1 1 auto;
		justify-content: flex-start;
		gap: 12px 16px;
	}
	.header-wrapper-main .menu-btn-toggle {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		border: 1px solid #dbe7ff;
		background: #fff;
	}
	.header-wrapper-main .menu-btn-toggle.white svg rect {
		fill: var(--color-primary);
	}
}

@media only screen and (max-width: 767px) {
	body.has-top-info {
		--top-info-bar-height: 88px;
		padding-top: var(--top-info-bar-height);
	}
	body.has-top-info .header-one {
		top: var(--top-info-bar-height);
	}
	.top-info-bar .top-info-group {
		align-items: flex-start;
	}
}

@media only screen and (max-width: 575px) {
	body.has-top-info {
		--top-info-bar-height: 84px;
		padding-top: var(--top-info-bar-height);
	}
	body.has-top-info.top-info-expanded {
		--top-info-bar-height: 232px;
	}
	body.has-top-info .header-one {
		top: var(--top-info-bar-height);
	}
	.top-info-bar .top-info-inner {
		gap: 16px;
		padding-inline: 16px;
	}
	.top-info-bar .top-info-toggle {
		display: inline-flex;
		width: 100%;
		align-self: stretch;
		max-width: 380px;
		margin: 0 auto;
	}
	.top-info-bar .top-info-collapsible {
		display: none;
		width: 100%;
		flex-direction: column;
		gap: 16px;
		padding-inline: 8px;
		max-width: 380px;
		margin: 0 auto;
	}
	.top-info-bar.is-expanded .top-info-collapsible {
		display: flex;
	}
	.top-info-bar .top-info-group {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		padding: 16px;
		border-radius: 16px;
		background: #fff;
		box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	}
	.top-info-bar .top-info-group--contact,
	.top-info-bar .top-info-group--portals {
		width: 100%;
	}
	.top-info-bar .top-info-group__label {
		font-size: 11px;
	}
	.top-info-bar .top-info-group__links {
		width: 100%;
		gap: 10px;
		flex-direction: column;
	}
	.top-info-bar .info-link {
		width: 100%;
		justify-content: flex-start;
		padding: 10px 12px;
		border-radius: 12px;
		border: 1px solid #dbe7ff;
		background: rgba(1, 33, 97, 0.05);
		font-size: 13px;
	}
	.top-info-bar .container {
		padding-left: 0;
		padding-right: 0;
	}
}

header.header--sticky.sticky {
	top: var(--top-info-bar-height);
}

.rts-statement-area .single-statement-card {
	background: #fff;
	border-radius: 18px;
	padding: 32px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rts-statement-area .single-statement-card .title {
	margin-bottom: 0;
	color: #0f172a;
}

.rts-statement-area .single-statement-card .disc {
	margin-bottom: 0;
	color: #475569;
}

@media only screen and (max-width: 575px) {
	.rts-statement-area .single-statement-card {
		padding: 28px 24px;
	}
}

.blog-article {
	background: transparent;
	box-shadow: none;
	padding: 0;
	border: none;
}

.blog-article .inner-content-blog {
	padding: 0;
	background: transparent;
}

.blog-article__subheading {
	font-size: 20px;
	line-height: 1.45;
	font-weight: 600;
	color: #012161;
	margin-bottom: 12px;
}