/*
Theme Name: taktik_bootsrap_5
Theme URI: https://them.es/starter
Author: 
Author URI: 
Description: 
Version: 3.6.5
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: taktik_bootsrap_5
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition:
		filter 0.2s ease-in,
		-webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/**** Custom CSS *****/
@font-face {
	font-family: 'SkolaSans';
	src: url("fonts/skolasans/3b00f038b7f571da90c41149f62b5e0a.eot");
	src: url("fonts/skolasans/3b00f038b7f571da90c41149f62b5e0a.eot?#iefix")format("embedded-opentype"),
	url("fonts/skolasans/3b00f038b7f571da90c41149f62b5e0a.woff2")format("woff2"),
	url("fonts/skolasans/3b00f038b7f571da90c41149f62b5e0a.woff")format("woff"),
	url("fonts/skolasans/3b00f038b7f571da90c41149f62b5e0a.ttf")format("truetype"),
	url("fonts/skolasans/3b00f038b7f571da90c41149f62b5e0a.svg#SkolaSansCn-Regular")format("svg");
}

@font-face {
	font-family: 'EBGarmond';
	src: url("/fonts/EBGaramond-Regular.ttf");
}

@font-face {
	font-family: 'DMSans';
	src: url("/wp-content/themes/taktik_bootsrap_5/fonts/DMSans-Medium.ttf");
}

/** Header Menu items **/
#navbar > ul {
	display: none; /* hide mobile menu */
}

#header {
	padding: 10px 50px;
	border-bottom: 1.4px solid #000000;
}

#header .navbar-brand img {
	height: auto;	/** home page logo **/
}

/** navbar first level ul **/

/** navbar nav-link a tag **/
#navbar-screen .nav-link {
	font-family: 'DMSans', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.8);
	transition: color 0.3s ease;
	text-decoration: none;
	margin: 0 15px;
}

#navbar-screen .nav-link:hover {
	color: #000000;
}

/** navbar second level ul **/
#navbar-screen ul.header-dropdown-menu {
	position: absolute;
	left: 0;
	top: 150%;
	/*width: 100%;*/
	text-align: left;
	background-color: #ffffff;
	z-index: 9999;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left: 10px;
	list-style-type: none;
}

#navbar-screen ul li:hover > ul.header-dropdown-menu {
	top: 100%;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

/** navbar second level a tag **/
#navbar-screen ul.header-dropdown-menu > li > a {
	display: block;
	color: #262626;
	text-decoration: none;
	/*padding: 0 0 0 20px;*/
	line-height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: 'DMSans', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.8);
	padding: 0 10px;
}

#navbar-screen ul.header-dropdown-menu > li > a:hover {
	color: #000000;
}

/** Language switcher **/
.language-switcher-custom {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
}

.language-switcher-custom ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.language-switcher-custom a {
	font-family: 'DMSans', Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.8);
}

.language-switcher-custom a:hover {
	color: #000000;
}

/* Smart Slider 3 */
.nextend-bar  div {
	background: none !important;
	display: flex !important;
	flex-direction: column;
	/*align-items: flex-start;*/
	justify-content: flex-start;
	list-style-type: none;
}


.nextend-bar span:nth-child(1) {
	font-family: 'DMSans', sans-serif !important;
	font-weight: 500 !important;
	font-size: 40px !important;
	line-height: normal !important;
	text-transform: uppercase !important;
}

.nextend-bar span:nth-child(2) {
	font-family: 'SkolaSans', Georgia, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 20px !important;
	line-height: normal !important;
	text-indent: -1ch; /* Move the first character outside the visible area */
	overflow: hidden; /* Hide anything outside the element's box */
	white-space: nowrap;
}



/** Contact form **/
.wpcf7 {
	background-color: #333;
	padding: 52px 48px;
	display: flex;
	justify-content: center;
	/*margin-top: 80px;*/
	width: 100%;
}

.contact-title {
	padding-top: 3.5rem;
	text-align: center;
	font-family: 'DMSans', sans-serif;
	font-weight: 500;
	font-size: 32px;
	color: #ffffff;
}

.contact-text {
	font-family: 'SkolaSans', Georgia, serif;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	max-width: 648px;
	margin: 0 auto;
}

.wpcf7 label {
	font-family: 'DMSans', sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-family: 'DMSans', sans-serif;
	font-size: 16px;
	padding: 8px 0;
	outline: none;
}

.wpcf7-text input::placeholder,
.wpcf7-email input::placeholder,
.wpcf7-textarea textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 51rem;
}

.contact-name-field,
.contact-email-field,
.contact-question-field,
.contact-message-field {
	display: flex;
}

.contact-name-field p,
.contact-email-field p,
.contact-question-field p,
.contact-message-field p {
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex: 1;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.contact-form-row {
	display: flex;
	gap: 32px;
}

.contact-name-field input,
.contact-email-field input,
.contact-question-field input,
.contact-message-field textarea {
	width: 100%;
}

.contact-message-field {
	display: flex;
}

.contact-message-field label {
	gap: 80px;
}

.contact-message-field textarea {
	resize: none;
	max-height: 4em;
}

.wpcf7-submit {
	align-self: flex-start;
	background: #ffffff;
	color: #333;
	font-family: 'DMSans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 19.6px;
	padding: 8px 20px;
	border-radius: 9999px;
	height: 40px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.wpcf7-submit:hover {
	background: rgba(255, 255, 255, 0.9);
}

.wpcf7-not-valid-tip {
	color: #ffffff;
}

.wpcf7-response-output {
	color: #ffffff;
}

/** Project page **/

/* Projects Title */
.projects-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'DMSans', sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #333333;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-transform: uppercase;
	padding-bottom: 80px;
}

/* Project Grid */
.project-grid {
	display: grid;
	grid-template-columns: repeat(3, 421px);
	gap: 56px 56px;
	justify-content: center; /* Centers the grid horizontally */
	align-content: center;   /* Centers the grid vertically */
}

/* Project Card */
.project-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 421px;
}

.project-image {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.project-image img:hover {
	transform: scale(1.2);
}

.project-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.project-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.project-meta a div:hover {
	color: #000000;
	border-color: #000000;
}

.project-tag {
	background-color: transparent;
	color: #333333;
	font-family: 'DMSans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 4px 8px;
	display: inline-block;
	border: 1px solid #333333;
}

.project-year {
	font-family: 'DMSans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: rgba(51, 51, 51, 0.8);
	text-align: right;
}

.project-details {
	display: flex;
	flex-direction: column;
	gap: 1px;
	width: 99%;
}

.project-name {
	font-family: 'DMSans', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #333333;
	text-transform: uppercase;
	line-height: normal;
}

.project-location {
	font-family: 'SkolaSans', Georgia, serif;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}





/* About Section */

.about-section {
	display: flex;
	width: 100%;
	height: 640px;
}

.about-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: white;
	background-color: #333333;
	padding: 80px 30px 30px 30px;
}

.about-title {
	font-family: 'DMSans', sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: normal;
	margin: 0;
}

.about-text {
	font-family: 'SkolaSans', Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-text p {
	margin: 0;
}

.about-image {
	width: 100%;
	height: 640px;
	/*background-color: #e0e0e0;*/
	background-size: cover;
	background-position: center;
}

.about-image img {
	width: 100%;
	height: 640px !important;
}

.about-content-left {
	flex: 0 0 40%;
}

.about-content-right {
	flex: 0 0 60%;
}



/* What We Do Section */
.what-we-do-section {
	padding: 80px 56px;
	display: flex;
	flex-direction: column;
	gap: 80px;
	align-items: center;
	max-width: 1669px;
	margin: 0 auto;
}

.section-title {
	font-family: 'DMSans', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	text-align: center;
	color: #333333;
	margin: 0;
}

.service-block {
	width: 100%;
}

.service-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.service-title {
	font-family: 'DMSans', sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: normal;
	text-transform: uppercase;
	color: #333333;
	margin: 0;
	overflow-wrap: break-word;
}

.service-description {
	font-family: 'SkolaSans', Georgia, serif;
	font-size: 18px;
	/*line-height: normal;*/
	color: #333333;
	margin: 0;
	/*padding-bottom: 10px;*/
	width: 95%;
	line-height: 22px;
}

.service-images {
	display: flex;
	gap: 32px;
	height: 340px;
}

.service-image {
	width: 535px;
	height: 340px;
	background-color: #e0e0e0;
	background-size: cover;
	background-position: center;
}


.swiper-architecture-container,
.swiper-management-container,
.swiper-construction-container,
.swiper-supervision-container {
	overflow-x: hidden;
	width: 100%;
	padding-top: 10px;
}

.swiper-slide img {
	height: 340px !important;
	width: 535px;
	/*background-size: 340px 535px;*/
	background-position: center;
	background-repeat: no-repeat;
}

/* Awards Section */
.awards-section {
	padding: 80px 56px;
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: center;
	max-width: 1328px;
	margin: 0 auto;
}

.awards-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}

.award-image {
	width: 25%;
	height: auto;
	/*background-color: #f5f5f5;*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/* Team Section - Who we are */
.team-section {
	padding: 80px 56px;
	display: flex;
	flex-direction: column;
	gap: 48px;
	align-items: center;
	max-width: 1328px;
	margin: 0 auto;
}

.team-grid {
	display: flex;
	gap: 32px;
	align-items: center;
}

.team-member {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 308px;
}

.team-photo {
	width: 308px;
	/*height: 380px;*/
	/*background-color: #1e1e1c;*/
	background-size: cover;
	background-position: center;
}

.team-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	text-align: center;
}

.team-name {
	font-family: 'DMSans', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	color: #333333;
	margin: 0;
}

.team-position {
	font-family: 'SkolaSans', Georgia, serif;
	font-size: 20px;
	line-height: normal;
	color: rgba(51, 51, 51, 0.7);
	margin: 0;
}

.map-section {
	padding: 80px 56px;
	display: flex;
	flex-direction: column;
	height: 45rem;
	width: 100%;
	margin-bottom: -10rem;
}

.map-title {
	padding-bottom: 48px;
}

/* Where we work - map */
#map-about {
	flex-grow: 1;
	max-width: 90%;
	max-height: 60%;
	margin-left: 5%;
}

.marker {
	background-image: url('img/map-marker.png');
	background-size: cover;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	cursor: pointer;
}
.mapboxgl-marker {
	will-change: transform;
	opacity: 1;
	transition: opacity 0.2s;
}




/* Project Single section */

/* Hero Section */
.entry-content {
	margin: 0 auto;
	padding: 0 25px;
}

.hero-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 38px;
	margin-bottom: 0;
}

.hero-text {
	display: flex;
	flex-direction: column;
	color: #333333;
}

.hero-title {
	font-family: 'DMSans', sans-serif;
	font-weight: 500;
	font-size: 35px;
	line-height: normal;
	white-space: pre-wrap;
	margin: -40px 0 0 0;
	font-variation-settings: 'opsz' 14;
	text-transform: uppercase;
}

.hero-subtitle {
	font-family: 'SkolaSans', Georgia, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: normal;
	white-space: pre-wrap;
	margin: 0;
}

.hero-image {
	width: 100%;
	height: 631px;
	position: relative;
	overflow: hidden;
}

.hero-image img {
	position: absolute;
	top: -5.8%;
	left: -1.64%;
	width: 103.32%;
	height: 122.19%;
	object-fit: cover;
	max-width: none;
}

/* Main Content Layout */
.project-main-content {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
}

/* Sticky Sidebar */
.project-info-sidebar {
	width: 421px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-top: 100px;
	padding-bottom: 180px;
	position: sticky;
	top: 0;
	/*height: 1178px;*/
	height: fit-content;
	flex-shrink: 0;
}

.info-section {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}

.info-label {
	font-family: 'DMSans', sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: normal;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
	font-variation-settings: 'opsz' 14;
}

.info-value {
	font-family: 'SkolaSans', Georgia, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	color: #333333;
	margin: 0;
}

.info-value sup {
	font-size: 11.61px;
}

.info-row {
	display: flex;
	gap: 32px;
	width: 100%;
	align-items: flex-start;
}

.info-row .info-section:first-child {
	flex: 1;
	min-width: 0;
}

.info-row .info-section:last-child {
	flex: 1;
	min-width: 0;
	text-align: right;
}

/* Content Column */
.project-content-column {
	/*width: 874px;*/
	width: 70%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	flex-shrink: 0;
}

.image-container {
	width: 100%;
	/*height: 432px;*/
	height: 100%;
	position: relative;
	overflow: hidden;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.description-section {
	background-color: #ffffff;
	padding: 32px 0;
	width: 100%;
}

.description-text {
	font-family: 'SkolaSans', Georgia, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	/*line-height: normal;*/
	color: #333333;
	/*white-space: pre-wrap;*/
	white-space: normal;
	overflow-wrap: break-word;
	margin: 0;
	line-height: 30px;
	position: relative;
	top: -15px;
}


/*** Footer ****/
#footer {
	display: flex;
	margin: 16px;
	border: 1px solid #000;
	border-radius: 6px;
	overflow: hidden;
}

#footer .navbar-brand-footer img {
	height: auto;	/** home page logo **/
}

.footer-left {
	flex: 1;
	padding: 32px;
	border-right: 1px solid #000;
	/*border-bottom: 1px solid #000;*/
	background: white;
}

.footer-logo {
	font-family: 'SkolaSans', Georgia, serif;
	font-size: 24px;
	font-style: italic;
	color: #333;
	margin-bottom: 60px;
}

.footer-heading {
	font-family: 'DMSans', Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.48px;
	color: #333;
	margin-bottom: 16px;
}

.office-group {
	display: flex;
	gap: 92px;
}

.office-header {
	/*display: flex;*/
	/*gap: 1px;*/
	/*align-items: flex-start;*/
}

.office-country {
	font-family: 'SkolaSans', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: #333;
	min-width: fit-content;
}

.divider {
	font-family: 'SkolaSans', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: rgba(30, 30, 28, 0.3);
}

.office-details {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.office-city {
	font-family: 'SkolaSans', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: #333;
	margin-bottom: 36px;
}

.office-address {
	font-family: 'SkolaSans', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: rgba(30, 30, 28, 0.5);
	margin-bottom: 36px;
}

.office-contacts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 48px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.contact-item span {
	font-family: 'SkolaSans', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: rgba(30, 30, 28, 0.5);
}

.contact-item span:hover {
	color: #1a1919;
}

.footer-right {
	width: 454px;
	padding: 32px;
	/*border-right: 1px solid #1e1e1c;*/
	/*border-bottom: 1px solid #1e1e1c;*/
	background: white;
	display: flex;
	flex-direction: column;
	gap: 41px;
}

.footer-section {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-section .footer-heading {
	font-family: 'DMSans', Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.36px;
	color: #333;
}

.footer-links {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 0;
}

.footer-links li {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: 'SkolaSans', Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.32px;
	color: rgba(30, 30, 28, 0.5);
	z-index: 99;
}

.social-icons {
	display: flex;
	gap: 18px;
}

.social-icon {
	transition: transform 0.3s ease;
}

.social-icon:hover {
	transform: scale(1.1);
}

.address-tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.address-tooltip-text {
	visibility: hidden;
	width: 100px;
	background-color:  #000000;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 40px;
	font-size: 12px;
}

.address-tooltip:hover p {
	color: #1a1919;
}

.address-tooltip:hover .address-tooltip-text {
	visibility: visible;
}

.footer-project-links  span {
	color: #1e1e1c80;
}

.footer-project-links:hover span {
	color: #1a1919;
}

@media (max-width: 768px) {
	/** Home page  **/

	/** Slider home page **/
	div#n2-ss-2 .n2-ss-slide-backgrounds {
		height: 400px;
	}

	/** Menu **/
	.language-switcher-custom {
		display: none;
	}

	#navbar .navbar-nav {
		display: flex;
		align-items: flex-end;
	}

	#navbar .nav-link {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-family: 'DMSans', Arial, sans-serif;
		font-weight: 700;
		line-height: 22px;
		text-transform: uppercase;
		color: rgba(51, 51, 51, 0.8);
		transition: color 0.3s ease;
		margin: 0 15px;
	}

	#navbar .dropdown-menu {
		border: 0;
		box-shadow: none;
		text-align: right;
	}

	#navbar .dropdown-item {
		font-family: 'DMSans', Arial, sans-serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 22px;
		text-transform: uppercase;
		color: rgba(51, 51, 51, 0.8);
	}

	#navbar .dropdown-item.active,
	#navbar .dropdown-item:active {
		background-color: #f8f9fa;
		color: #000000;
	}

	/** Projects **/
	.projects-title {
		word-wrap: break-word;
		white-space: normal;
		padding: 0 20px 80px 25px;
	}

	.project-grid {
		display: flex !important;
		flex-direction: column;
		align-items: center;
	}

	.project-card {
		padding: 0 25px;
	}

	/** Single project page **/
	.project-info-sidebar {
		position: static;
		width: 100%;
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.project-main-content {
		flex-direction: column;
	}

	.project-content-column {
		width: 100%;
	}


	/** About **/
	.service-description {
		width: 100%;
	}

	.awards-container {
		flex-direction: column;
		gap: 40px;
	}

	.award-image {
		width: 90%;
	}

	.team-grid {
		flex-direction: column;
	}


	/** Footer **/
	#footer {
		/*margin: 16px;*/
		/*border: 0;*/
		/*border-radius: 0;*/
		/*overflow: hidden;*/
		flex-direction: column;
		gap: 40px;
	}

	.office-header {
		display: block;
	}

	.office-details {
		justify-content: flex-start;
	}

	.footer-left {
		/*flex: 1;*/
		/*padding: 32px;*/
		border-right: 0;
		border-bottom: 1px solid #000;
		/*background: white;*/
	}

	.office-details {
		gap: 0;
	}

	.address-tooltip:hover .address-tooltip-text {
		visibility: hidden;
	}
}


/* Responsive Design */
@media (max-width: 1200px) {

	/** About Us **/
	.about-section {
		flex-direction: column;
		height: auto;
	}

	.team-grid {
		flex-wrap: wrap;
	}

		/** Projects **/
	.project-grid {
		display: grid;
		grid-template-columns: repeat(2, 421px);
	}

	/** Footer **/
	.office-group {
		flex-direction: column;
		gap: 40px;
	}
}