/* HERO */
.hero {
	height: 88vh;
	font-family: "DINPro";
	padding-bottom: 24px;
	width: calc(100% - 50px);
    position: relative;
    overflow: hidden;
}

.hero .layer-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero .layer-container .background {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/hero/hero-parallax-layer-bottom.webp) no-repeat
		center center;
	background-size: cover;
	width: 100%;
	height: 120%;
	z-index: 1;
	will-change: transform;
}

.hero .layer-container .layer-middle {
	position: absolute;
	top: 46%;
	left: 51%;
	transform: translate(-50%, -50%);
	max-width: 980px;
	z-index: 2;
	will-change: transform, opacity;
}

.hero .layer-container .layer-top {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/hero/hero-parallax-layer-top_2.webp) no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 3;
	will-change: transform;
}
/* end HERO */

/* MAIN CONTENT */
.main {
	position: relative;
	z-index: 10;
}
/* end MAIN CONTENT */

/* about us section */

section.about-us {
	background-color: var(--azul);
	padding-bottom: 0px;
}

.about-us .block-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-us .block-container > div {
	width: 50%;
}

.about-us .left-block .img-container {
	position: relative;
}

.about-us .left-block .img-container .image {
	position: relative;
	height: auto;
	border-radius: 0 240px;
	z-index: 1;
}

.about-us .left-block .img-container .top-right-deco,
.about-us .left-block .img-container .bottom-left-deco {
	position: absolute;
}

.about-us .left-block .img-container .top-right-deco {
    top: 0;
    right: 70px;
    width: 160px;
    height: 86px;
    z-index: 0;
}

.about-us .left-block .img-container .bottom-left-deco {
    bottom: 24px;
    left: 0;
    width: 210px;
    height: 140px;
    z-index: 2;
}

.about-us .title {
	color: var(--blanco);
	font-size: 2.1875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 58px;
	margin-bottom: 28px;
}

.about-us .title .bold {
	font-weight: 700;
	font-size: 2.5rem;
	display: block;
}

.about-us .description {
	color: var(--blanco);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.about-us .right-block .description.only-desktop {
	transition: max-height 0.35s ease, opacity 0.35s ease, margin-bottom 0.35s ease;
	overflow: hidden;
}

.about-us .description:last-child {
    margin-bottom: 0;
}

.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

.video-container {
	position: relative;
	width: 100%;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-placeholder {
	position: relative;
	width: 100%;
	max-width: 700px;
	height: auto;
	padding: 50px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	border-radius: 240px 0px 240px 0px;
	overflow: hidden;
	transition: all 0.5s ease;
	z-index: 2;
}

.video-placeholder.is-playing {
	display: none;
}

.video-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-left: 10%;
	color: white;
}

.video-title {
	font-family: 'Neue Haas Unica';
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 24px;
	color: white;
}

.video-title span {
	font-weight: 400;
}

.video-cta {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	font-family: 'Neue Haas Unica';
}

.play-icon-circle {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.video-placeholder:hover .play-icon-circle {
	transform: scale(1.1);
	background-color: rgba(255, 255, 255, 0.1);
}

.video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}

.video-iframe.is-active {
	opacity: 1;
	pointer-events: auto;
}

#about-swiper {
    position: relative;
    height: 700px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-swiper .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	object-fit: cover;
}

#about-swiper .image.active {
	opacity: 1;
}

section.video {
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
	background-color: var(--azul);

	margin-top: 0px;
}

/* projects section */
.projects {
	border-radius: 0px;
	background-color: #f5f5f5;
	margin-top: unset;
}

.projects .slider-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	gap: 20px;
}

.projects .slider-header .divider {
	flex: 1;
	height: 2px;
	background-color: rgba(82, 82, 82, 0.19);
	border-radius: 2px;
	margin: 0 20px;
}

.projects .slider-header .arrows-container {
	display: flex;
	gap: 10px;
	align-items: center;
}

.projects .slider-header .arrow {
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
	padding: 5px;
}

.projects .slider-header .arrow svg {
	transition: all 0.3s ease;
}

.projects .slider-header .arrow:hover svg path {
	stroke: #666;
}

.projects .slider-header .arrow.right svg {
	transform: rotate(180deg);
}



.projects .slider-header a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
}

.projects .slider-header a:hover {
	color: #666;
}

.projects-swiper .project-card-link {
	text-decoration: none;
	color: inherit;
	display: block;
}

.projects-swiper .project-card {
	position: relative;
	width: 500px;
	height: 603px;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.projects-swiper .swiper-slide {
	display: flex;
	justify-content: end;
	width: max-content !important;
	margin: 0px 10px;
}

.projects-swiper .swiper-slide:first-child {
	margin-left: 2%;
}

.projects-swiper .project-card .project-image {
	width: 100%;
	height: 100%;
}
.projects-swiper .project-card .project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}

.projects-swiper .project-card:hover .project-image img {
	transform: scale(1.1);
}

.projects-swiper .project-card .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 25, 51, 0.40);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    opacity: 0;
	visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    padding: 10%;
    box-sizing: border-box;
	gap: 20px;
}

.projects-swiper .project-card:hover .project-overlay {
	visibility: visible;
	opacity: 1;
}

.projects-swiper .project-card .project-overlay .project-country,
.projects-swiper .project-card .project-overlay .project-title {
	font-family: 'Neue Haas Unica';
	font-style: normal;
}

.projects-swiper .project-card .project-overlay .project-country {
	font-size: 1.125rem;
	font-weight: 400;
}

.projects-swiper .project-card .project-overlay .project-title {
	font-size: 2rem;
	font-weight: 700;
}

.projects-swiper .project-card .project-overlay .project-link-container {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.projects-swiper .project-card .project-overlay .project-link-container .project-link {
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	transition: all 0.3s ease;
}

.projects-swiper .project-card .project-overlay .project-link-container .project-link:hover {
    text-decoration-color: #666;
}


/* OPERATIONS */

.operations {
	position: relative;
	background: linear-gradient(
		180deg,
		#fff 20.67%,
		#F5F5F5 100%
	);
	z-index: 3;
	margin-top: -63px;
	color: #010000;
}

.operations .operations-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.operations-header .description {
    max-width: 700px;
	font-family: "Neue Haas Unica";
	color: #242020;
	font-size: .875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.operations .operations-map-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 40px;
}

.operations .operations-map-container .map-container {
	position: relative;
	padding: 30px 10px;
	padding-top: 70px;
	border-radius: 30px;
	background: linear-gradient(
		180deg,
		#f5f5f5 20.67%,
		rgba(255, 255, 255, 0) 100%
	);
	overflow: hidden;
}

/* Estilos del scrollbar para webkit */
.operations .operations-map-container .map-container::-webkit-scrollbar {
	height: 8px;
}

.operations .operations-map-container .map-container::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 4px;
}

.operations .operations-map-container .map-container::-webkit-scrollbar-thumb {
	background: #174169;
	border-radius: 4px;
}

.operations
	.operations-map-container
	.map-container::-webkit-scrollbar-thumb:hover {
	background: #1a267d;
}

@keyframes fadeInOut {
	0%,
	100% {
		opacity: 0.7;
	}
	50% {
		opacity: 1;
	}
}

.operations .operations-map-container .map-container .operations-map-buttons {
    position: sticky;
    top: 5px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    z-index: 10;
    pointer-events: none;
}

.operations
	.operations-map-container
	.map-container
	.operations-map-buttons
	.operations-map-radio-label {
	position: relative;
	cursor: pointer;
	pointer-events: auto;
}

.operations
	.operations-map-container
	.map-container
	.operations-map-buttons
	.operations-map-radio {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.operations
	.operations-map-container
	.map-container
	.operations-map-buttons
	.operations-map-button {
	display: inline-flex;
	padding: 14px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 6px;
	border: 1px solid #E5E5E5;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	pointer-events: auto;

	color: var(--azul-oscuro);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}

.operations
	.operations-map-container
	.map-container
	.operations-map-buttons
	.operations-map-radio:checked
	+ .operations-map-button {
	border-radius: 6px;
	border: 1px solid var(--naranja);
	background: var(--naranja);
	color: var(--azul-oscuro);
}

.operations .operations-map-container .map-container .map-content {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	position: relative;
	z-index: 1;
}

.operations .operations-map-container .map-container .map-content.active {
	display: block;
	opacity: 1;
}

/* SVG Map Static Styles */
.operations .operations-map-container .map-container svg {
	width: 100%;
	height: auto;
	max-width: 100%;
	min-width: auto;
}

/* OFFICE MARKERS */
.offices-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 5;
	transform-origin: top left;
}

.office-marker {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #174169;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease;
	pointer-events: auto;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	left: calc(var(--office-x) / 1477 * 100%);
	top: calc(var(--office-y) / 720 * 100%);
}

.office-marker:hover {
	background: #1a267d;
	transform: translate(-50%, -50%) scale(1.2);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.office-marker.active {
	width: 20px;
	height: 20px;
	background: #F7A11B;
	border: 2px solid #fff;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 8px rgba(247, 161, 27, 0.4);
}

.office-marker.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #174169;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.office-marker-tooltip {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 15px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 20;
}

.office-marker.active .office-marker-tooltip {
	opacity: 1;
	visibility: visible;
}

.office-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	backdrop-filter: blur(2px);
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	transition: all 0.3s ease;
}

.office-popup.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.office-popup-content {
	background: white;
	padding: 0;
	border-radius: 10px;
	max-width: 400px;
	width: 90%;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transform: translateY(50px);
	transition: transform 0.4s ease 0.1s;
	overflow: hidden;
}

.office-popup.active .office-popup-content {
	transform: translateY(0);
}

.office-popup-close {
	position: absolute;
	top: 15px;
	right: 20px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: white;
	line-height: 1;
	z-index: 10;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.office-popup-close:hover {
	color: var(--naranja);
}

.office-popup-image {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.office-popup-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.office-popup-info {
	padding: 25px 0px 30px;
}

.office-popup-info p {
	margin: 8px 0;
	color: #333;
	font-size: 0.95rem;
	line-height: 1.4;
}

.office-popup-country {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Neue Haas Unica", sans-serif;
}

.office-popup-country strong {
	font-weight: 600;
}

.office-popup-description {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.office-popup-rebrand-desc {
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.office-popup-address {
	font-weight: 500;
	color: #333;
	margin-bottom: 5px;
}

.office-popup-postal-code {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 5px;
}

.office-popup-phone {
	color: #174169;
	font-weight: 500;
	font-size: 1rem;
}

/* OFFICE POPUP DESKTOP */
.office-popup-desktop {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: auto !important;
	width: 350px !important;
	height: 100% !important;
	background: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	z-index: 15 !important;
	backdrop-filter: none !important;
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	transition: all 0.3s ease;
	padding: 20px;
	box-sizing: border-box;
}

.office-popup-desktop.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.office-popup-desktop .office-popup-content {
	background: white;
	padding: 0;
	border-radius: 10px;
	width: 100%;
	max-width: 320px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transform: none;
	transition: none;
	overflow: hidden;
	margin-top: 60px;
}

.office-popup-desktop .office-popup-close {
	color: #fff;
	text-shadow: none;
	transition: all 0.3s ease;
}

.office-popup-desktop .office-popup-close:hover {
	color: #F7A11B;
}

.office-popup-desktop .office-popup-image {
	height: 160px;
}

.office-popup-desktop .office-popup-info {
	padding: 20px 25px 25px;
}

.office-popup-desktop .office-popup-country {
	font-size: 1.2rem;
	margin-bottom: 12px;
}

.office-popup-desktop .office-popup-description {
	font-size: 0.85rem;
	margin-bottom: 20px;
}

.office-popup-desktop .office-popup-rebrand-desc {
	font-size: 0.85rem;
	margin-bottom: 20px !important;
}

.office-popup-desktop small.office-popup-description {
	font-size: 0.75rem;
	margin-bottom: 20px !important;
}

.office-popup-desktop small.office-popup-rebrand-desc {
	font-size: 0.75rem;
	margin-bottom: 20px !important;
}


/* end OFFICE MARKERS */

/* OPERATIONS MAP PROJECTS STYLES */
.operations-map-projects {
	position: relative;
	width: 100%;
	height: auto;
}

.operations-map-projects svg {
	width: 100%;
	height: auto;
	display: block;
}

.operations-map-projects__project {
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.operations-map-projects__project {
	position: relative;
	display: inline-block;
}

.operations-map-projects__project:hover path {
	transition: all 0.3s ease-in-out;
}

.operations-map-projects__project[data-country]::after {
	content: attr(data-country);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.operations-map-projects__project[data-country]:hover::after {
	opacity: 1;
	visibility: visible;
}

/* Animación suave para el SVG */
.operations-map-projects path {
	transition: fill 0.3s ease-in-out;
}

/* Tooltip del mapa SVG */
.svg-map-tooltip {
    position: absolute;
    color: var(--azul);
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 9999;
    background-color: #fff;
    border-radius: 6px;
}

.svg-map-tooltip.visible {
	opacity: 1;
	visibility: visible;
}

/* end OPERATIONS MAP PROJECTS STYLES */

/* end OPERATIONS */

/* ========================================
   MEDIA QUERIES
   ======================================== */

/* Pantallas muy grandes */
@media (min-width: 1920px) {
	.projects-swiper .project-card {
		width: 495px;
		height: 620px;
	}
}

/* Pantallas grandes */
@media (min-width: 1440px) and (max-width: 1919px) {
	.projects-swiper .project-card {
		width: 400px;
		height: 560px;
	}
}

/* Desktop */
@media (max-width: 1024px) {
	.projects-swiper .project-card {
		width: 400px;
		height: 503px;
	}
}

/* Tablet */
@media (max-width: 768px) {
    /* Projects - Disable hover effects on tablet */
    .projects-swiper .project-card:hover .project-image img {
        transform: scale(1);
    }

	.projects-swiper .project-card:hover .project-overlay {
		visibility: hidden;
		opacity: 0;
	}

    /* Projects */
    .projects-swiper .project-card {
        width: 270px;
        height: 340px;
    }
    .projects-swiper .swiper-slide:first-child {
        margin-left: 0;
    }

	/* Hero */
	.hero {
		height: 90vh;
		padding-bottom: 10px;
		width: calc(100% - 24px);
	}

	.hero .layer-container .background {
		height: 115%;
	}

	.hero .layer-container .layer-middle {
		top: 46%;
		max-width: 400px;
		width: 85%;
	}

	.hero .layer-container .layer-top {
		top: 48%;
	}

	.projects-swiper .project-card .project-overlay {
		visibility: visible;
		opacity: 1;
	}

	.projects-swiper .project-card .project-overlay:hover {
		visibility: visible;
		opacity: 1;
	}

	/* Operations */
	.operations .operations-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.operations-header .description {
		max-width: 100%;
	}

	/* About Us */
	.about-us .block-container {
		flex-direction: column;
		gap: 30px;
	}

	.about-us .block-container > div {
		width: 100%;
	}

	.about-us .left-block {
		order: 2;
	}

	.about-us .right-block {
		order: 1;
		text-align: start;
	}

	.about-us .title {
		font-size: 2rem;
		line-height: 48px;
		margin-bottom: 24px;
	}

	.about-us .title .bold {
		font-size: 2.75rem;
		line-height: 52px;
	}

	.about-us .left-block .img-container {
		max-width: 400px;
		margin: 0 auto;
	}

	.about-us .left-block .img-container .image {
		border-radius: 0 160px;
	}

	.about-us .left-block .img-container .top-right-deco {
		right: 25px;
		width: 100px;
		height: 58px;
	}

	.about-us .left-block .img-container .bottom-left-deco {
		bottom: -30px;
		width: 140px;
		height: 93px;
	}

	#about-swiper {
		height: 450px;
		width: 95%;
	}

	.offices-container {
		transform: scale(0.85);
	}



	.office-popup-info {
		padding: 20px 20px 24px;
	}

	.map-scroll-hint {
		position: absolute;
		bottom: 50px;
		left: 50px;
		background: rgba(23, 65, 105, 0.9);
		color: white;
		padding: 8px 12px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 500;
		pointer-events: none;
		z-index: 10;
		width: max-content;
		animation: fadeInOut 3s ease-in-out infinite;
	}

	.operations .operations-map-container .map-container .map-projects-container .map-scroll-hint,
	.operations .operations-map-container .map-container .map-offices-container .map-scroll-hint {
		display: block;
	}
}

/* Mobile */
@media (max-width: 480px) {
    /* Projects - Disable hover effects on mobile */
    .projects-swiper .project-card:hover .project-image img {
        transform: scale(1);
    }

	.projects-swiper .project-card:hover .project-overlay {
		visibility: hidden;
		opacity: 0;
	}

    /* Hero */
    .hero {
        height: 83vh;
        margin-top: 12px;
        padding-bottom: 12px;
        width: calc(100% - 24px);
    }

	.hero .layer-container .background {
		height: 105%;
		background-position: center center;
	}

	.hero .layer-container .layer-middle {
		top: 45%;
		left: 50%;
		max-width: 280px;
		width: 90%;
	}

	.hero .layer-container .layer-top {
		top: 45%;
		background-size: cover;
		background-position: center top;
	}

	/* Operations */
	.operations .operations-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
		text-align: left;
	}

	.operations-header .description {
		max-width: 100%;
		font-size: 0.8125rem;
		line-height: 24px;
	}

	.operations .operations-map-container .map-container {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: #174169 #f5f5f5;
	}

    .operations .operations-map-container .map-container svg {
        width: 1477px;
        height: 720px;
        max-width: 1200px;
        min-width: 1477px;
    }

	.offices-container {
		width: 1477px;
		height: 720px;
		transform: none;
	}

	.office-marker {
		left: var(--office-x, 0)px;
		top: var(--office-y, 0)px;
	}

	.office-popup-info {
		padding: 20px 20px 24px;
	}
    .projects-swiper .swiper-slide:first-child {
        margin-left: 0;
    }

	/* About Us */
	.about-us .block-container {
		flex-direction: column;
		gap: 40px;
	}

	.about-us .block-container > div {
		width: 100%;
	}

	.about-us .left-block {
		order: 2;
	}

	.about-us .right-block {
		order: 1;
	}

	.about-us .title {
		font-size: 1.75rem;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.about-us .title .bold {
		font-size: 2.25rem;
		line-height: 45px;
	}

	.about-us .description {
		font-size: 1rem;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.about-us .left-block .img-container {
		max-width: 250px;
		margin: 0 auto;
	}

	.about-us .left-block .img-container .image {
		border-radius: 0 120px;
	}

	.about-us .left-block .img-container .top-right-deco {
		right: -30px;
		width: 80px;
		height: 46px;
	}

	.about-us .left-block .img-container .bottom-left-deco {
		bottom: 16px;
		left: -20px;
		width: 110px;
		height: 73px;
	}

	#about-swiper {
		height: 400px;
		width: 100%;
	}

	.only-desktop {
		display: none;
	}

	.only-mobile {
		display: block;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.35s ease, opacity 0.35s ease;
	}

	.only-mobile.is-expanded {
		opacity: 1;
	}
}
.map-scroll-hint {
    display: none;
}
