.dropdown-item:active,
.nav-link:hover {
	color: var(--primary-color)
}

.font-roboto,
.orbitron,
body {
	font-style: normal
}

.back-to-top,
.close-button,
.flag {
	cursor: pointer
}

::-webkit-scrollbar {
	width: 3px
}

::-webkit-scrollbar-track {
	background: #d6d6d6;
	border-radius: 4px
}

::-webkit-scrollbar-thumb {
	background: #3f4344;
	border-radius: 10px
}

.bg-primary,
.btn-primary {
	background-color: var(--primary-color) !important
}

.map {
	background-position: center
}

::-webkit-scrollbar-thumb:hover {
	background: #b91c1c
}

.dropdown-item:active,
.dropdown-item:hover {
	background-color: #fff !important
}

:root {
	--primary-color: #b91c1c;
	--brand-secondary: #0f766e;
	--brand-accent: #f59e0b;
	--brand-ink: #14213d
}

body {
	font-family: Kanit, serif;
	font-weight: 400;
	width: 100% !important
}

.container-fluid {
	flex-wrap: unset !important
}

.flag-container {
	display: flex;
	gap: 10px;
	align-items: center
}

.dropdown-toggle::after,
.goog-te-gadget,
.goog-te-gadget img,
.offcanvas.show~.back-to-top {
	display: none !important
}

.accordion-button:focus,
.btn-close:focus,
.form-control:focus,
.navbar-toggler:focus {
	box-shadow: none !important
}

.navbar-toggler {
	border: none !important
}

.navbar-nav .nav-link.show {
	color: var(--brand-secondary) !important
}

.lexend {
	font-family: "Lexend", sans-serif;
}

.dropdown-item:hover,
.text-primary {
	color: var(--primary-color) !important
}

.btn-primary {
	border-radius: 0;
	border: none !important;
	padding: 5px 15px
}

.btn-primary:hover {
	background-color: var(--brand-secondary) !important
}

.text-secondary {
	color: #9f9f9f !important
}

.border-primary {
	border-color: var(--primary-color) !important
}

.font-roboto {
	font-family: Roboto, serif;
	font-weight: 300
}

.orbitron {
	font-family: Orbitron, serif;
	font-size: 60px
}

.career-btn{
    background: linear-gradient(183deg, rgba(185, 28, 28, .88), rgba(15, 118, 110, .88));
    filter: drop-shadow(-2px 3px 2px black);
}

.brand-mark {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	color: var(--brand-ink);
	min-width: 170px;
}

.brand-mark__main {
	font-family: "Lexend", sans-serif;
	font-size: clamp(1rem, 2vw, 1.45rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--primary-color);
}

.brand-mark__sub {
	margin-top: 4px;
	font-family: Roboto, serif;
	font-size: .72rem;
	font-weight: 700;
	color: var(--brand-secondary);
}

.brand-mark--footer .brand-mark__main,
.brand-mark--footer .brand-mark__sub {
	color: #fff;
}

.brand-heading {
	color: var(--brand-secondary);
	filter: drop-shadow(-2px 2px 0 var(--brand-accent));
}

.footer-brand-band {
	background: linear-gradient(135deg, #14213d, #0f766e);
}

.chat-brand-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	color: var(--primary-color);
	font-family: "Lexend", sans-serif;
	font-weight: 900;
	font-size: .78rem;
}

.chat-send-icon {
	border-radius: 50px;
	background: var(--brand-secondary);
	width: 40px;
	padding: 5px;
}

.digital-numbers {
	font-family: "Faculty Glyphic", sans-serif;

}

.staatliches-regular {
	font-family: Staatliches, serif;
	font-weight: 400;
	font-style: normal
}

.pages-bg {
	background-image: url('../assets/img/header/bg-back.jpg');
	background-size: cover;
	background-position: bottom
}

.map {
	background-image: url('../assets/img/homepage/Map.png');
	--bsb-overlay-opacity: 1;
	--bsb-overlay-bg-color: var(--bs-primary-rgb);
	background-size: contain;
	background-repeat: no-repeat
}

.bsb-overlay {
	position: relative;
	background-color: rgba(6, 6, 6, 0)
}

@media (min-width:992px) {
	.dropdown {
		position: relative
	}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		display: block;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: opacity .5s, transform .5s;
		pointer-events: none
	}

	.dropdown:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto
	}
}

@media (max-width:992px) {
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible
	}

	.dropdown-menu {
		transition: opacity 10s ease-in-out;
		opacity: 0;
		visibility: hidden
	}
}

.portfolio-menu {
	text-align: center
}

.portfolio-menu ul li {
	display: inline-block;
	margin: 0;
	list-style: none;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: 5s;
	-moz-transition: 5s;
	-ms-transition: 5s;
	-o-transition: 5s;
	transition: .5s
}

.portfolio-item .item {
	float: left;
	margin-bottom: 10px
}

.back-to-top {
	position: fixed;
	bottom: 75px;
	right: 40px;
	background-color: #0dadec;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.chat-window,
.whatsapp-button {
	bottom: 13px;
	right: 10px;
	position: fixed
}

.fa-brands:hover {
	color: var(--brand-accent) !important;
	text-shadow: 1px 1px 1px #000 !important
}

@media screen and (max-width:399px) {
	.text-mobile-disappear {
		display: none !important
	}
}

@keyframes fadeInFromRight {
	0% {
		opacity: 0;
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.text-fade-in>* {
	opacity: 0;
	animation: .5s ease-in-out forwards fadeInFromRight
}

.text-fade-in>.row,
.text-fade-in>h1,
.text-fade-in>h5 {
	animation-delay: .1s
}

.contact-button {
	writing-mode: vertical-lr;
	position: fixed;
	transform: rotate(360deg);
	top: 50%;
	left: -200px;
	z-index: 1000;
	padding: 12px 0;
	display: block;
	background-color: #0384c2;
	color: #fff;
	line-height: 35px;
	animation: 15s infinite slideInOut;
	cursor: pointer !important
}

.card-wrapper,
.hover-expand img {
	position: relative
}

.rotated-text {
	transform: rotate(160deg)
}

@keyframes slideInOut {

	0%,
	100%,
	80% {
		left: -200px;
		opacity: 0
	}

	10%,
	70% {
		left: 0;
		opacity: 1
	}
}

@keyframes breathing {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}
}

.whatsapp-button {
	z-index: 1000;
	animation: 2s infinite breathing
}

.chat-window {
	width: 300px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
	overflow: hidden;
	display: none;
	z-index: 1050
}

.chat-window.show {
	display: block
}

.chat-body {
	padding: 10px;
	height: 300px;
	overflow-y: auto
}

.card-wrapper,
.zoom-hover {
	overflow: hidden
}

.chat-message {
	margin-bottom: 10px
}

.bot-message {
	background-color: #fff;
	padding: 8px 12px;
	border-radius: 15px;
	display: inline-block;
	box-shadow: 0 0 4px #00000057
}

.chat-input {
	flex: 1;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 20px
}

.close-button {
	color: #fff
}

.logo-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0
}

.slider-container {
	overflow: hidden;
	width: 100%;
	max-width: 1200px
}

.slider-track {
	display: flex;
	gap: 30px;
	will-change: transform
}

.slider-track img {
	height: 80px;
	object-fit: contain
}

.entry-header-overlay {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	z-index: 1
}

.card-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 117 185 / 79%);
	backdrop-filter: blur(5px);
	padding: 15px;
	transition: opacity .8s ease-in-out;
	border: 1px solid rgba(0, 0, 0, .1);
	opacity: 0;
	z-index: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.fade-in,
.fade-in-up,
.slide-in-right {
	transition: opacity .8s, transform .8s;
	opacity: 0
}

.card-wrapper:hover .card-content {
	opacity: 1;
	z-index: 2
}

.fade-in,
.fade-in-up {
	transform: translateY(20px)
}

.fade-in-delay.active,
.fade-in-up.active,
.fade-in.active {
	opacity: 1;
	transform: translateY(0)
}

.slide-in-right {
	transform: translateX(30px)
}

.slide-in-left.active,
.slide-in-right.active {
	opacity: 1;
	transform: translateX(0)
}

.slide-in-left {
	opacity: 0;
	transform: translateX(-30px);
	transition: opacity 1.2s, transform 1.2s
}

.test_center_cards {
	transition: transform .3s, box-shadow .3s;
	border-radius: 50px 10px !important
}

.test_center_cards:hover {
	transform: scale(1.02);
	box-shadow: -2px 2px 2px #0870df8f !important
}

.service-card-header {
	transition: .3s;
	min-height: 500px
}

.service-card-header:hover {
	background: #158dbf;
	opacity: .8;
	min-height: 500px
}

.vacancy-btn {
	position: relative;
	display: inline-block;
	background: linear-gradient(183deg, #429bc5, #3da2d0, #255076, #0e2c5b);
	box-shadow: 2px 2px 4px #000;
	overflow: hidden;
}

.vacancy-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.6) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-25deg);
	animation: sparkle 3s infinite;
}

@keyframes sparkle {
	0% {
		left: -75%;
	}
	100% {
		left: 125%;
	}
}

.vacancy-btn:hover {
	transform: scale(1.02) !important;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .6) !important;
	transition: .1s ease-in-out !important
}

@media (max-width:991px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		width: 100% !important
	}
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	left: -230px !important;
	width: 680px
}

.zoom-hover img {
	transition: transform .3s
}

.zoom-hover img:hover {
	transform: scale(1.1);
	box-shadow: 1px 1px 4px #000
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999
}

.typing-loader {
	display: flex;
	gap: 6px
}

.typing-loader span {
	width: 10px;
	height: 10px;
	background: #006d9bc9;
	border-radius: 50%;
	animation: 1s infinite typingDots
}

.typing-loader span:nth-child(2) {
	animation-delay: .2s
}

.typing-loader span:nth-child(3) {
	animation-delay: .4s
}

@keyframes typingDots {

	0%,
	100%,
	80% {
		transform: scale(.8);
		opacity: .5
	}

	40% {
		transform: scale(1.4);
		opacity: 1
	}
}

@keyframes pulse {

	0%,
	100%,
	80% {
		transform: scale(0);
		opacity: .3
	}

	40% {
		transform: scale(1);
		opacity: 1
	}
}

.fs-15 {
	font-size: 13px !important
}

.footer-link:hover {
	color: #005abb !important;
	font-weight: 400
}

.hover-expand .row {
	display: flex;
	flex-wrap: nowrap
}

.hover-expand .col {
	transition: .3s;
	overflow: hidden;
	height: 500px;
	position: relative;
	cursor: pointer;
	padding: 0
}

.hover-expand img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 0
}

.hover-expand .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	border: 4px solid white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: background-color .3s;
	padding: 20px;
	text-align: center
}

.hover-expand .overlay h3,
.hover-expand .overlay p {
	margin: 0;
	transition: opacity .3s
}

.hover-expand .overlay p {
	margin-top: 10px;
	opacity: 0
}

.hover-expand.hovering .col .overlay h3 {
	opacity: 0
}

.hover-expand .col.hovered .overlay p {
	opacity: 1
}

.hover-expand .col.hovered .overlay {
	background-color: #000000a8;
}

@media (max-width:767.98px) {
	.hover-expand .row {
		flex-wrap: wrap
	}

	.hover-expand .col {
		height: auto
	}

	.hover-expand .overlay h3,
	.hover-expand .overlay p {
		opacity: 1
	}
}

.fade-in,
.fade-in-delay {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .8s, transform .8s
}

.fade-in-delay {
	transition-delay: var(--delay, 0s)
}

.animate-fade-in,
.animate-section {
	opacity: 0;
	transform: translateY(20px)
}

.animate-section {
	transition: opacity 1s, transform 1s
}

.animate-fade-in {
	transition: opacity .8s, transform .8s
}

.fade-in-visible {
	opacity: 1;
	transform: translateY(0)
}

#visitorCount {
	font-size: 100px;
	filter: drop-shadow(3px 4px 2px black)
}

@media (max-width:768px) {
	#visitorCount {
		font-size: 70px
	}
}

#backToTopBtn {
	display: none;
	z-index: 1050;
  }

  .text-bg {
	text-transform: uppercase;
	background: url('../assets/img/homepage/visit-bg.jpg') ;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
  }

  .filter-button {
	transition: all 0.3s ease;
}

.filter-button.active {
	background-color: #0073af !important;
	color: #fff !important;

}

.gallery-button {
	writing-mode: vertical-lr;
	position: fixed;
	transform: rotate(180deg);
	top: 15%;
	right: -200px;
	z-index: 1000;
	padding: 12px 0;
	display: block;
	background-color: #ffffff;
	line-height: 35px;
	animation: 15s infinite slideInright;
	cursor: pointer !important
}

@keyframes slideInright {

	0%,
	100%,
	80% {
		right: -200px;
		opacity: 0
	}

	10%,
	70% {
		right: 0;
		opacity: 1
	}
}

.floating-call-btn {
    position: fixed;
    top: 80%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.floating-call-btn a {
    transition: 0.3s ease;
    width: 45px; 
    overflow: hidden;
}

.floating-call-btn:hover a {
    width: 230px;
}

.call-text {
    white-space: nowrap;

}

.cke_notification_warning{
	display: none !important;
}
.cke_notification{
	display: none !important;
}

.Documents-btn {
	cursor: pointer;
	transition: all 0.3s;
}

.folderContainer {
	width: 60px;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.fileBack {
	z-index: 1;
	width: 80%;
	height: auto;
}

.filePage {
	width: 50%;
	height: auto;
	position: absolute;
	z-index: 2;
	transition: all 0.3s ease-out;
}

.fileFront {
	width: 85%;
	height: auto;
	position: absolute;
	z-index: 3;
	opacity: 0.95;
	transform-origin: bottom;
	transition: all 0.3s ease-out;
}


.Documents-btn:hover .filePage {
	transform: translateY(-5px);
}

.Documents-btn:active {
	transform: scale(0.95);
}

.Documents-btn:hover .fileFront {
	transform: rotateX(30deg);
}


.search-box {
	position: relative;

}

#livesearch {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	z-index: 9999;
	background: #fff;
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
}

#livesearch a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #000;
}

#livesearch a:hover {
	background-color: #f1f1f1;
}

 .banner-animation {
        transform-style: preserve-3d;
        animation: float3d 6s ease-in-out infinite;
    }

    @keyframes float3d {

        0%,
        100% {
            transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(0);
        }

        50% {
            transform: perspective(1000px) rotateY(8deg) rotateX(5deg) translateY(-20px);
        }
    }

    .hero-banner {
        position: relative;
        overflow: hidden;
    }

    .hero-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
        background-size: 80px 80px;
        animation: gridMove 20s linear infinite;
    }

    @keyframes gridMove {
        from {
            transform: translate(0, 0);
        }

        to {
            transform: translate(80px, 80px);
        }
    }

.page-surface {
	background: #f8fafc;
}

.inner-hero {
	position: relative;
	padding: clamp(70px, 10vw, 120px) 0;
	background:
		linear-gradient(135deg, rgba(20, 33, 61, .95), rgba(15, 118, 110, .88)),
		url("../img/services/country/russia-4.jpg") center/cover;
	color: #fff;
	overflow: hidden;
}

.inner-hero::after {
	content: "";
	position: absolute;
	inset: auto -10% -45% 40%;
	height: 260px;
	background: rgba(245, 158, 11, .18);
	transform: rotate(-8deg);
}

.inner-hero .container {
	position: relative;
	z-index: 1;
}

.inner-eyebrow {
	margin-bottom: 12px;
	color: #fbbf24;
	font-family: Roboto, serif;
	font-weight: 800;
	text-transform: uppercase;
}

.inner-hero h1 {
	max-width: 900px;
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-weight: 900;
	font-size: clamp(2.1rem, 5vw, 4.6rem);
	line-height: 1;
}

.inner-hero-text {
	max-width: 760px;
	margin: 18px 0 0;
	font-family: Roboto, serif;
	font-size: 1.18rem;
	color: rgba(255, 255, 255, .88);
}

.contact-hero-panel,
.contact-form-panel,
.contact-info-item,
.blog-grid-card,
.blog-slide-card,
.blog-content-panel,
.empty-blog-state {
	border-radius: 8px;
}

.contact-hero-panel {
	padding: 28px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .22);
	backdrop-filter: blur(10px);
}

.contact-hero-panel h2,
.contact-form-panel h2,
.contact-info-item h3 {
	font-family: "Lexend", sans-serif;
	font-weight: 800;
}

.contact-hero-panel ul,
.contact-info-stack {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-hero-panel li {
	display: flex;
	gap: 12px;
	margin-top: 16px;
	font-family: Roboto, serif;
	font-size: 1.02rem;
}

.contact-hero-panel li i {
	margin-top: 4px;
	color: #fbbf24;
}

.contact-form-panel {
	padding: clamp(22px, 4vw, 36px);
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}

.contact-form-panel label {
	font-family: Roboto, serif;
	font-weight: 800;
	color: var(--brand-ink);
}

.contact-form-panel .form-control {
	border-radius: 6px;
	border-color: #d7dde6;
	padding: 12px 14px;
}

.contact-info-stack {
	display: grid;
	gap: 18px;
}

.contact-info-item {
	display: flex;
	gap: 18px;
	padding: 24px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.contact-info-item > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(185, 28, 28, .1);
	color: var(--primary-color);
}

.contact-info-item a,
.contact-info-item p {
	display: block;
	margin: 4px 0 0;
	color: #475569;
	font-family: Roboto, serif;
	text-decoration: none;
}

.latest-blog-section {
	background: linear-gradient(180deg, #fff, #f8fafc);
}

.latest-blog-intro {
	max-width: 720px;
	color: #475569;
}

.blog-slider-wrap {
	padding: 0 44px;
}

.blog-slider-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(285px, 32%);
	gap: 22px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 6px 2px 18px;
}

.blog-slider-track::-webkit-scrollbar {
	display: none;
}

.blog-slide-card,
.blog-grid-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
	scroll-snap-align: start;
	height: 100%;
}

.blog-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e5e7eb;
}

.blog-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.blog-slide-card:hover .blog-card-media img,
.blog-grid-card:hover .blog-card-media img {
	transform: scale(1.04);
}

.blog-card-body {
	padding: 22px;
}

.blog-date {
	display: inline-flex;
	margin-bottom: 10px;
	color: var(--brand-secondary);
	font-family: Roboto, serif;
	font-size: .86rem;
	font-weight: 800;
	text-transform: uppercase;
}

.blog-card-body h2,
.blog-card-body h3 {
	font-family: "Lexend", sans-serif;
	font-size: 1.2rem;
	font-weight: 850;
	line-height: 1.25;
}

.blog-card-body h2 a,
.blog-card-body h3 a {
	color: var(--brand-ink);
	text-decoration: none;
}

.blog-card-body p {
	color: #64748b;
	font-family: Roboto, serif;
}

.blog-read-link {
	color: var(--primary-color);
	font-family: Roboto, serif;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-slider-btn {
	position: absolute;
	top: 45%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: var(--brand-ink);
	color: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
}

.blog-slider-prev {
	left: 0;
}

.blog-slider-next {
	right: 0;
}

.empty-blog-state {
	padding: 42px;
	background: #fff;
	border: 1px dashed #cbd5e1;
	text-align: center;
}

.blog-pagination nav {
	display: flex;
	justify-content: center;
}

.blog-detail-hero {
	padding: clamp(48px, 8vw, 88px) 0;
	background: #111827;
	color: #fff;
}

.blog-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .68);
	font-family: Roboto, serif;
	font-size: .92rem;
}

.blog-breadcrumb a {
	color: #fbbf24;
	text-decoration: none;
	font-weight: 800;
}

.blog-breadcrumb span:last-child {
	max-width: min(100%, 680px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blog-detail-hero h1 {
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-size: clamp(2rem, 4.8vw, 4.4rem);
	font-weight: 900;
	line-height: 1.05;
}

.blog-detail-hero p {
	color: rgba(255, 255, 255, .82);
	font-family: Roboto, serif;
	font-size: 1.18rem;
}

.blog-back-link {
	display: inline-flex;
	margin-bottom: 28px;
	color: #fbbf24;
	font-family: Roboto, serif;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.blog-detail-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.blog-keyword-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.blog-keyword-list span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 11px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	font-family: Roboto, serif;
	font-size: .86rem;
	font-weight: 800;
}

.blog-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
	color: #64748b;
	font-family: Roboto, serif;
	font-size: .94rem;
	font-weight: 800;
	text-transform: uppercase;
}

.blog-article-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.blog-article-meta span:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 4px;
	border-radius: 50%;
	background: var(--brand-secondary);
}

.blog-content-panel {
	padding: clamp(24px, 5vw, 48px);
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
	font-family: Roboto, serif;
	font-size: 1.08rem;
	line-height: 1.8;
	color: #334155;
}

.blog-content-panel h1,
.blog-content-panel h2,
.blog-content-panel h3,
.blog-content-panel h4 {
	margin-top: 1.5em;
	color: var(--brand-ink);
	font-family: "Lexend", sans-serif;
	font-weight: 850;
}

.blog-content-panel img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.blog-content-cta {
	margin-top: 28px;
	padding: clamp(24px, 4vw, 36px);
	border-radius: 8px;
	background: var(--brand-ink);
	color: #fff;
}

.blog-content-cta h2 {
	margin-bottom: 10px;
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	font-weight: 900;
}

.blog-content-cta p {
	max-width: 760px;
	color: rgba(255, 255, 255, .82);
	font-family: Roboto, serif;
	font-size: 1.05rem;
}

.service-list-card,
.service-panel,
.service-point-card,
.service-mini-link {
	border-radius: 8px;
}

.service-list-card {
	height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.service-list-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(15, 23, 42, .12);
}

.service-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e5e7eb;
}

.service-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.service-list-card:hover .service-card-media img {
	transform: scale(1.04);
}

.service-card-body {
	padding: 24px;
}

.service-card-body h2 {
	font-family: "Lexend", sans-serif;
	font-size: 1.35rem;
	font-weight: 850;
	line-height: 1.2;
}

.service-card-body h2 a {
	color: var(--brand-ink);
	text-decoration: none;
}

.service-card-body p {
	color: #64748b;
	font-family: Roboto, serif;
}

.service-cta-band {
	background: linear-gradient(135deg, var(--brand-ink), var(--brand-secondary));
	color: #fff;
}

.service-cta-band h2 {
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-weight: 900;
}

.service-cta-band p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .84);
	font-family: Roboto, serif;
	font-size: 1.1rem;
}

.service-detail-hero {
	padding: clamp(48px, 8vw, 88px) 0;
	background:
		linear-gradient(135deg, rgba(17, 24, 39, .96), rgba(15, 118, 110, .88)),
		url("../img/services/banner.jpg") center/cover;
	color: #fff;
}

.service-detail-hero h1 {
	color: #fff;
	font-family: "Lexend", sans-serif;
	font-size: clamp(2.2rem, 5vw, 4.6rem);
	font-weight: 900;
	line-height: 1;
}

.service-detail-hero p {
	max-width: 760px;
	color: rgba(255, 255, 255, .84);
	font-family: Roboto, serif;
	font-size: 1.18rem;
}

.service-detail-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}

.service-panel {
	height: 100%;
	padding: clamp(24px, 4vw, 36px);
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.service-panel h2 {
	margin-bottom: 22px;
	color: var(--brand-ink);
	font-family: "Lexend", sans-serif;
	font-weight: 850;
}

.service-process-list {
	display: grid;
	gap: 18px;
}

.service-process-item {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.service-process-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(185, 28, 28, .1);
	color: var(--primary-color);
	font-family: "Lexend", sans-serif;
	font-weight: 900;
}

.service-process-item p,
.service-point-card p {
	margin: 0;
	color: #475569;
	font-family: Roboto, serif;
	font-size: 1.05rem;
}

.service-roles-panel ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-roles-panel li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #334155;
	font-family: Roboto, serif;
	font-size: 1.04rem;
}

.service-roles-panel li i,
.service-point-card i {
	color: var(--brand-secondary);
	margin-top: 4px;
}

.service-point-card {
	height: 100%;
	padding: 22px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
}

.service-point-card i {
	margin-bottom: 14px;
	font-size: 1.35rem;
}

.service-mini-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	height: 100%;
	padding: 18px;
	background: #fff;
	border: 1px solid #e5e7eb;
	color: var(--brand-ink);
	font-family: "Lexend", sans-serif;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.service-mini-link i {
	color: var(--primary-color);
}

@media (max-width: 991px) {
	.blog-slider-wrap {
		padding: 0;
	}

	.blog-slider-track {
		grid-auto-columns: minmax(260px, 84%);
	}

	.blog-slider-btn {
		display: none;
	}
}
