@charset "utf-8";
/*--
	Add your style here
--*/ 
.menu-wrap {
        right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}

/* Left sidebar social icons spacing */
.main-footer .footer-social ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
	width: 100%;
}

.main-footer .footer-social li {
	float: none;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
}

.main-footer .footer-social {
	padding-top: 20px;
}

.main-footer .footer-social li a {
	font-size: 20px;
	transition: color 150ms ease;
	background: transparent;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.main-footer .footer-social li a i {
	width: 1em;
	text-align: center;
	display: inline-block;
}

.main-footer .footer-social li a:hover {
	transform: none;
	box-shadow: none;
	background: transparent;
}

.main-footer .footer-social .social-link.facebook:hover {
	color: #1877f2;
}

.main-footer .footer-social .social-link.twitter:hover {
	color: #1da1f2;
}

.main-footer .footer-social .social-link.instagram:hover {
	color: #e1306c;
}

.main-footer .footer-social .social-link.linkedin:hover {
	color: #0a66c2;
}

.main-footer .footer-social .social-link.youtube:hover {
	color: #ff0000;
}

.main-footer .footer-social .social-link.telegram:hover {
	color: #229ed9;
}

.main-footer .fixed-title {
	font-size: 14px;
	letter-spacing: 0.35em;
}

/* Enhanced About Section */
.about-kicker {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: #999;
	margin-bottom: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	padding-left: 50px;
}

.about-kicker:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 2px;
	background: linear-gradient(90deg, #111 0%, #999 100%);
}

.about-lead {
	font-size: 19px;
	line-height: 32px;
	color: #3a3a3a;
	margin-bottom: 28px;
	font-weight: 400;
	letter-spacing: -0.01em;
}

.about-wrap p {
	font-size: 18px;
	line-height: 30px;
}

.about-wrap .bold-title {
	font-size: 42px;
	margin-bottom: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #111;
	position: relative;
}

.about-points {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: grid;
	gap: 12px;
}

.about-points li {
	position: relative;
	padding-left: 28px;
	color: #4b4b4b;
	font-size: 17px;
	line-height: 26px;
	transition: all 0.3s ease;
}

.about-points li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #111;
	font-weight: 700;
	font-size: 18px;
}

.about-points li:hover {
	padding-left: 32px;
	color: #111;
}

.about-points li strong {
	font-weight: 600;
	color: #111;
}

.about-actions {
	margin-top: 10px;
}

.about-actions .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.18) !important;
	background: #111 !important;
	color: #fff !important;
}

/* About page layout */
.about-page .header-section {
	min-height: 60vh;
	display: flex;
	align-items: flex-end;
	padding: 140px 0 90px;
}

.about-page .header-section .overlay {
	opacity: 0.45;
	background: linear-gradient(120deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25) 70%);
}

.about-page .header-section .section-title {
	max-width: 620px;
}

.about-page .header-section .section-title h2 {
	font-size: 52px;
	line-height: 60px;
	letter-spacing: -1px;
	text-align: left;
	color: #fff;
}

.about-page .header-section .section-title h3 {
	letter-spacing: 0.4em;
	font-size: 12px;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
}

.about-page .header-section .section-title p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	line-height: 24px;
}

.about-intro {
	background: #fff;
	padding: 90px 0 80px;
}

.statement-grid {
	display: flex;
	align-items: center;
	gap: 40px;
}

.statement-grid .statement-text {
	order: 1;
}

.statement-grid .statement-media {
	order: 2;
}

.about-intro .about-title {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 18px;
	color: #111;
	font-weight: 700;
}

.about-media {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.about-media img {
	display: block;
	width: 100%;
	height: auto;
}

.about-badge {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.35));
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 0;
	padding: 12px 16px;
	text-align: left;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.about-badge span {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #111;
}

.about-badge small {
	display: block;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
}

.about-values {
	background: linear-gradient(180deg, #f6f4f1 0%, #fff 100%);
	padding: 90px 0 80px;
}

.about-values .section-header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 40px;
}

.about-values .section-header h2 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 12px;
}

.value-card {
	background: #fff;
	border-radius: 0;
	padding: 28px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
	min-height: 220px;
	transition: transform 150ms ease, box-shadow 150ms ease;
}

.value-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.value-icon {
	width: 46px;
	height: 46px;
	border-radius: 0;
	background: #111;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 16px;
}

.value-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #111;
}

.value-card p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
}

.about-stats {
	padding: 70px 0;
	background: #fff;
}

.stat-card {
	border: 1px solid #eee;
	border-radius: 0;
	padding: 22px 20px;
	text-align: center;
	background: #fafafa;
}

.stat-number {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.02em;
}

.stat-label {
	display: block;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #666;
	margin-top: 6px;
}

/* Bank accounts page */
.bank-accounts {
	background: #fff;
	padding: 90px 0 80px;
}

.bank-accounts .section-header {
	text-align: left;
	max-width: 840px;
	margin: 0 0 40px;
}

.bank-accounts .section-kicker {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 12px;
}

.bank-accounts .section-header h2 {
	font-size: 38px;
	line-height: 46px;
	margin-bottom: 12px;
	color: #111;
}

.bank-accounts .section-header p {
	font-size: 15px;
	line-height: 26px;
	color: #555;
	max-width: 620px;
}

.bank-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bank-card {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 24px;
	border-radius: 0;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.bank-card-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

.bank-card-header img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	background: #fff;
	border: 1px solid #eee;
	padding: 8px;
}

.bank-card-header h3 {
	margin: 0;
	font-size: 18px;
	color: #111;
}

.bank-card-header span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #777;
	margin-top: 4px;
}

.bank-details {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.bank-details li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	gap: 12px;
}

.bank-details li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.bank-details span {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
}

.bank-details strong {
	font-size: 13px;
	color: #111;
	font-weight: 600;
}

@media only screen and (max-width: 991px) {
	.bank-grid {
		grid-template-columns: 1fr;
	}
}

/* Project detail */
.project-detail {
	background: #fff;
	padding: 90px 0 80px;
}

.project-detail .section-header {
	text-align: left;
	margin-bottom: 32px;
}

.project-slider {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f5f5f5;
}

.project-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.project-slider-nav {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.project-slider .swiper-button-prev {
	left: 16px;
}

.project-slider .swiper-button-next {
	right: 16px;
}

.project-slider .swiper-pagination {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	text-align: center;
}

.project-slider .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
}

.project-slider .swiper-pagination-bullet-active {
	background: #fff;
}

.project-description h3 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #111;
}

.project-kicker {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 10px;
}

.project-description p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
}

.project-highlights {
	display: grid;
	gap: 12px;
	margin: 18px 0;
}

.highlight-card {
	border: 1px solid #eee;
	background: #fafafa;
	padding: 12px 14px;
}

.highlight-card span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 6px;
}

.highlight-card strong {
	font-size: 13px;
	color: #111;
	font-weight: 600;
}

.project-meta {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.project-meta li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	gap: 12px;
}

.project-meta span {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
}

.project-meta strong {
	font-size: 13px;
	color: #111;
	font-weight: 600;
}

@media only screen and (max-width: 991px) {
	.project-description {
		margin-top: 24px;
	}

	.project-slider-nav {
		display: none;
	}
}

/* Service detail */
.service-detail {
	background: #fff;
	padding: 90px 0 80px;
}

.service-media {
	border: 1px solid #eee;
	background: #f5f5f5;
	margin-bottom: 18px;
}

.service-media img {
	display: block;
	width: 100%;
	height: auto;
}

.service-copy h3 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #111;
}

.service-copy p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
}

.service-sidebar {
	border: 1px solid #e8e8e8;
	background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
	padding: 22px;
	position: sticky;
	top: 110px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.service-sidebar h4 {
	font-size: 13px;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 14px;
}

.service-sidebar h4:after {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	background: #111;
	margin-top: 10px;
}

.service-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.service-sidebar li {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.service-sidebar li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.service-sidebar a {
	color: #111;
	text-decoration: none;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	transition: color 150ms ease, transform 150ms ease;
}

.service-sidebar a:after {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 12px;
	color: #111;
}

.service-sidebar a:hover {
	color: #000;
	transform: translateX(2px);
}

@media only screen and (max-width: 991px) {
	.service-sidebar {
		position: static;
		margin-top: 24px;
	}
}

/* Products page */
.products-section {
	background: #fff;
	padding: 90px 0 80px;
}

.products-section .section-header {
	text-align: left;
	margin-bottom: 40px;
	max-width: 760px;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.product-card {
	border: 1px solid #eee;
	background: #fafafa;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
}

.product-media {
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
}

.product-media img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.product-tag {
	position: absolute;
	top: 16px;
	left: 16px;
	background: #111;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 6px 10px;
}

.product-body {
	padding: 20px 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.product-body h3 {
	font-size: 18px;
	color: #111;
	margin: 0;
}

.product-body p {
	font-size: 13px;
	line-height: 22px;
	color: #555;
}

.product-points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.product-points li {
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
}

.product-cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	color: #111;
	text-decoration: none;
	padding: 10px 18px;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: background 150ms ease, color 150ms ease;
}

.product-cta:hover {
	background: #111;
	color: #fff;
}

.product-detail-info .product-cta {
	width: 100%;
	margin-top: 16px;
}

.product-detail-info h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 12px;
	color: #111;
}

.product-detail-info p {
	font-size: 15px;
	line-height: 26px;
	color: #555;
}

.product-detail-info .project-meta span {
	font-size: 12px;
}

.product-detail-info .project-meta strong {
	font-size: 14px;
}

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

@media only screen and (max-width: 768px) {
	.products-grid {
		grid-template-columns: 1fr;
	}
}

/* Gallery page */
.gallery-section {
	background: #fff;
	padding: 90px 0 80px;
}

.gallery-section .section-header {
	text-align: left;
	max-width: 760px;
	margin-bottom: 36px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.gallery-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f5f5f5;
	display: block;
	color: #fff;
	text-decoration: none;
}

.gallery-card img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.gallery-card span {
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: rgba(0, 0, 0, 0.6);
	padding: 6px 10px;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

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

@media only screen and (max-width: 768px) {
	.gallery-grid {
		grid-template-columns: 1fr;
	}
}

/* Contact page */
.contact-section {
	background: #fff;
	padding: 90px 0 80px;
}

.contact-section .section-header {
	text-align: left;
	max-width: 760px;
	margin-bottom: 36px;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px;
	align-items: start;
}

.contact-box,
.contact-form-box {
	border: 1px solid #e9e9e9;
	background: #fafafa;
	padding: 24px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.contact-box h3,
.contact-form-box h3 {
	font-size: 18px;
	margin-bottom: 16px;
	color: #111;
}

.contact-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.contact-box li {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.contact-box span {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #666;
}

.contact-box strong,
.contact-box a {
	font-size: 14px;
	color: #111;
	text-decoration: none;
}

.custom-form input,
.custom-form textarea {
	width: 100%;
	border: 1px solid #eee;
	background: #fff;
	padding: 12px 14px;
	margin-bottom: 12px;
	font-size: 13px;
}

.custom-form textarea {
	min-height: 140px;
	resize: vertical;
}

.custom-form button {
	border: 1px solid #111;
	background: #111;
	color: #fff;
	padding: 12px 18px;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	cursor: pointer;
}

.contact-right {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.contact-form-box {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.custom-form {
	display: flex;
	flex-direction: column;
}

.custom-form textarea {
	flex: 1;
	min-height: 160px;
}

.custom-form button {
	align-self: flex-start;
}

.contact-cta {
	margin-top: 0;
}

.contact-map {
	margin-top: 18px;
	border: 1px solid #e9e9e9;
	background: #f4f4f4;
	padding: 0;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 260px;
	border: 0;
}

.map-placeholder {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #777;
	background: repeating-linear-gradient(
		45deg,
		#f4f4f4,
		#f4f4f4 12px,
		#eeeeee 12px,
		#eeeeee 24px
	);
}

.contact-cta {
	margin-top: 18px;
	padding: 20px 22px;
	border: 1px solid #e9e9e9;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.contact-cta h4 {
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #111;
	margin-bottom: 10px;
}

.contact-cta p {
	font-size: 13px;
	line-height: 22px;
	color: #555;
}

.contact-cta-actions {
	display: flex;
	gap: 10px;
	margin-top: 14px;
	flex-wrap: wrap;
}

.contact-cta-button {
	border: 1px solid #111;
	background: #111;
	color: #fff;
	text-decoration: none;
	padding: 10px 16px;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.contact-cta-button.outline {
	background: transparent;
	color: #111;
}

@media only screen and (max-width: 768px) {
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.contact-box,
	.contact-form-box {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.about-page .header-section {
		padding: 120px 0 70px;
	}

	.about-intro .about-title {
		font-size: 32px;
		line-height: 40px;
	}

	.about-media {
		margin-top: 30px;
	}

	.statement-grid {
		flex-direction: column;
		gap: 24px;
	}

	.statement-grid .statement-media {
		order: 3;
	}
}

@media only screen and (max-width: 768px) {
	.about-page .header-section {
		min-height: 50vh;
	}

	.about-page .header-section .section-title h2 {
		font-size: 36px;
		line-height: 44px;
	}

	.value-card {
		margin-bottom: 20px;
	}

	.about-stats .col-md-3 {
		margin-bottom: 16px;
	}
}

/* Help CTA section */
.help-cta .intro-text {
	padding: 70px 0;
	text-align: center;
}

.help-cta .intro-text h2 {
	text-align: center;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 14px;
}

.help-cta .intro-text p {
	font-size: 18px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 720px;
	margin: 0 auto 26px;
	text-align: center;
}

.help-cta .cta-actions {
	display: inline-flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

/* Social strip */
.social-wrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.social-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	padding: 18px 0;
	margin: 0 auto;
	max-width: 1224px;
}

.social-wrap ul li {
	float: none;
	padding: 0;
	border: 0;
	width: auto !important;
}

.social-wrap ul li:last-child {
	border: 0;
}

.social-wrap ul li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
	color: #555;
	font-size: 18px;
	transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}

.social-wrap ul li a:hover {
	background: #111;
	color: #fff;
	transform: translateY(-2px);
}

/* Typography refresh */
body {
	font-family: 'Poppins', 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.bold-title,
.section-title h2,
.hero-wrap h2,
.nav-holder nav li a,
.about-kicker,
.projects-section .section-kicker {
	font-family: 'Montserrat', sans-serif;
}

/* Projects section header */
.projects-section .section-header {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 760px;
}

.projects-section .section-kicker {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #6f6f6f;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.projects-section .section-header h2 {
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 12px;
}

.projects-section .section-header p {
	font-size: 16px;
	line-height: 26px;
	color: #4f4f4f;
	text-align: center;
}

/* References section */
.references-section .section-header {
	text-align: center;
	margin: 0 auto 34px;
	max-width: 760px;
}

.references-section .section-header h2 {
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 12px;
}

.references-section .section-header p {
	font-size: 16px;
	line-height: 26px;
	color: #4f4f4f;
	text-align: center;
}

.references-section .section-kicker {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #6f6f6f;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.references-section .references-slider {
	overflow: hidden;
}

.references-section .references-slider .swiper-slide {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	min-height: 180px;
	transition: transform 150ms ease, box-shadow 150ms ease;
}

.references-section .references-slider .swiper-slide:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.references-section .references-slider img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.85;
	filter: grayscale(100%);
	transition: filter 150ms ease, opacity 150ms ease;
}

.references-section .references-slider .swiper-slide:hover img {
	filter: grayscale(0);
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.references-section .section-header h2 {
		font-size: 30px;
		line-height: 38px;
	}
}

.projects-section .grid-item h3 {
	font-size: 16px;
	line-height: 24px;
	padding-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.projects-section .grid-item h3 a {
	flex: 1;
	display: block;
}

.projects-section .grid-item h3:after {
	display: none;
}

.projects-section .card-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f4f4f4;
	color: #111;
	font-size: 12px;
	transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}

.projects-section .grid-item h3:hover .card-arrow {
	background: #111;
	color: #fff;
	transform: translateX(2px);
}

@media only screen and (max-width: 768px) {
	.projects-section .section-header {
		margin-bottom: 28px;
	}

	.projects-section .section-header h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.box-item:hover img {
	transform: scale(1.05);
}

.row.align-items-center {
	align-items: center;
}

/* Responsive About Section */
@media only screen and (max-width: 991px) {
	.about-wrap .bold-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	
	.about-lead {
		font-size: 17px;
		line-height: 28px;
	}
	
	.about-points li {
		font-size: 16px;
	}
	
	.box-item {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.about-kicker {
		font-size: 12px;
		padding-left: 40px;
	}
	
	.about-kicker:before {
		width: 30px;
	}
	
	.about-wrap .bold-title {
		font-size: 30px !important;
		margin-bottom: 18px !important;
	}
	
	.about-lead {
		font-size: 16px !important;
		line-height: 26px !important;
		margin-bottom: 22px !important;
	}
	
	.about-points {
		margin-bottom: 24px !important;
	}
	
	.about-points li {
		font-size: 15px !important;
		line-height: 24px !important;
		padding-left: 24px !important;
	}
	
	.box-item {
		margin-top: 30px;
	}

	.help-cta .intro-text h2 {
		font-size: 34px;
		line-height: 42px;
	}

	.help-cta .intro-text p {
		font-size: 16px;
		line-height: 26px;
	}
}

/* Header polish */
@media only screen and (min-width: 1065px) {
	header.main-header {
		height: 76px;
		padding: 0 28px 0 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	}

	.logo-holder {
		padding-top: 0;
		height: auto;
		display: flex;
		align-items: center;
	}

	.logo-holder img {
		height: 65px !important;
	}

	.nav-holder {
		float: none;
		top: 0;
		margin-right: 0;
	}

	.nav-holder nav {
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.nav-holder nav li {
		height: 76px;
		display: flex;
		align-items: center;
	}

	.nav-holder nav li a {
		padding: 12px 14px;
		font-size: 11px;
		letter-spacing: 0.08em;
		color: #7a7a7a;
		position: relative;
	}

	.nav-holder nav li a:after {
		content: "";
		position: absolute;
		left: 14px;
		right: 14px;
		bottom: 12px;
		height: 2px;
		background: #111;
		opacity: 0;
		transform: scaleX(0.6);
		transition: transform 150ms ease, opacity 150ms ease;
	}

	.nav-holder nav li a:hover,
	.nav-holder nav li a.act-link {
		color: #111;
	}

	.nav-holder nav li a:hover:after,
	.nav-holder nav li a.act-link:after {
		opacity: 1;
		transform: scaleX(1);
	}

	.nav-holder nav li ul {
		margin-top: 14px;
		background: rgba(255, 255, 255, 0.92);
		border-radius: 10px;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
		padding: 10px 0;
		min-width: 200px;
	}
}

/* Cleaner dropdown menu */
@media only screen and (min-width: 1065px) {
	.nav-holder nav li ul {
		border: 1px solid rgba(255, 255, 255, 0.5);
		top: 100%;
		margin-top: 10px;
		background: rgba(255, 255, 255, 0.92);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	}

	.nav-holder nav li ul li {
		padding: 0;
		margin: 0;
	}

	.nav-holder nav li ul a {
		padding: 10px 18px;
		font-size: 11px;
		letter-spacing: 0.08em;
		color: #1f1f1f;
		transition: background 150ms ease, color 150ms ease, padding 150ms ease;
	}

	.nav-holder nav li ul a:hover {
		color: #111;
		background: rgba(0, 0, 0, 0.06);
		padding-left: 22px;
	}

	.nav-holder nav li ul li ul {
		top: -6px !important;
		left: 100%;
		margin-left: 10px;
	}
}

/* Slider polish */
.fs-gallery-wrap .overlay {
	opacity: 0.45;
	background: linear-gradient(120deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2) 60%);
}

.fs-gallery-wrap,
.fs-gallery-wrap .swiper-container,
.fs-gallery-wrap .swiper-slide {
	height: 100vh;
	min-height: 520px;
}

.fs-gallery-wrap .bg {
	height: 100%;
	top: 0;
	background-size: cover;
	background-position: center;
}

@media only screen and (min-width: 769px) {
	.fs-gallery-wrap,
	.fs-gallery-wrap .swiper-container,
	.fs-gallery-wrap .swiper-slide {
		height: calc(100vh - 76px);
		min-height: 520px;
	}
}

.fs-gallery-wrap .hero-item {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 0;
	max-width: 620px;
}

.fs-gallery-wrap .hero-item:before {
	display: none;
}

.fs-gallery-wrap .hero-item h2 {
	letter-spacing: -1px;
	font-size: 46px;
	line-height: 54px;
}

.fs-gallery-wrap .hero-item p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	opacity: 0.9;
}

.fs-gallery-wrap .hero-item h3 {
	font-size: 12px;
	letter-spacing: 4px;
}

.fs-gallery-wrap .sw-button {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
}

.fs-gallery-wrap .sw-button:hover {
	opacity: 1;
	transform: translateY(calc(-50% - 2px));
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.fs-gallery-wrap .sw-button.swiper-button-prev {
	left: 24px;
}

.fs-gallery-wrap .sw-button.swiper-button-next {
	right: 24px;
}

.fs-gallery-wrap .swiper-pagination {
	background: rgba(10, 10, 10, 0.55);
	border-radius: 999px;
	padding: 8px 12px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.fs-gallery-wrap .swiper-pagination-bullet {
	width: auto;
	height: auto;
	padding: 6px 8px;
	margin: 0 2px;
	border-radius: 999px;
	background: transparent;
	transition: all 150ms ease;
	font-size: 11px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
}

.fs-gallery-wrap .swiper-pagination-bullet:before {
	display: none;
}

.fs-gallery-wrap .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.slide-progress-warp {
	background: rgba(255, 255, 255, 0.35);
}

.slide-progress {
	background: #fff;
}

@media only screen and (max-width: 768px) {
	.fs-gallery-wrap,
	.fs-gallery-wrap .swiper-container,
	.fs-gallery-wrap .swiper-slide {
		height: calc(100vw * 10 / 16);
		min-height: 280px;
		max-height: 78svh;
	}

	.fs-gallery-wrap .bg {
		height: 100%;
		top: 0;
	}

	.fs-gallery-wrap .sw-button,
	.fs-gallery-wrap .swiper-pagination {
		display: none;
	}

	.fs-gallery-wrap .hero-item {
		padding: 10px 0;
		border-radius: 0;
	}

	.fs-gallery-wrap .sw-button.swiper-button-prev {
		left: 14px;
	}

	.fs-gallery-wrap .sw-button.swiper-button-next {
		right: 14px;
	}

	.fs-gallery-wrap .hero-item h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.fs-gallery-wrap .hero-item p {
		font-size: 16px;
		line-height: 24px;
	}

	.fs-gallery-wrap .swiper-pagination {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

/* Responsive layout fixes */
@media only screen and (max-width: 1064px) {
	.nav-holder {
		height: auto;
		max-height: calc(100vh - 90px);
		overflow-y: auto;
	}
}

@media only screen and (max-width: 768px) {
	header.main-header {
		padding-left: 20px;
	}

	.content-holder {
		left: 0;
	}

	.hero-item {
		padding: 0 30px;
	}

	.hero-item h2 {
		font-size: 30px !important;
		line-height: 38px !important;
	}

	.hero-item h3 {
		font-size: 12px;
		letter-spacing: 3px;
	}

	.hero-item p {
		font-size: 13px;
		line-height: 20px;
	}

	.about-lead {
		font-size: 16px;
		line-height: 24px;
	}

	.footer-inner {
		padding: 50px 20px 40px;
	}
}

@media only screen and (max-width: 540px) {
	.nav-holder {
		width: 100%;
		right: 0;
	}

	.nav-holder nav li {
		padding: 8px 0;
	}

	.nav-holder nav li a {
		font-size: 11px;
	}

	.hero-item {
		padding: 0 20px;
	}

	.hero-item h2 {
		font-size: 26px !important;
		line-height: 34px !important;
	}

	.telefon a,
	.whatsapp a,
	.telegram a,
	.instagram a {
		height: 44px;
		width: 44px;
		line-height: 44px;
		font-size: 22px;
	}

	.telefon {
		bottom: 220px;
	}

	.whatsapp {
		bottom: 170px;
	}

	.telegram {
		bottom: 120px;
	}

	.instagram {
		bottom: 70px;
	}
}

/* Footer polish */
.content-footer {
	padding: 80px 0 0;
	background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 45%, #f4f4f4 100%);
}

.content-footer:before {
	display: none;
}

.content-footer .footer-inner {
	padding: 70px 50px 55px;
	background: #fff;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.06);
}

.content-footer .footer-logo img {
	width: 150px;
	height: auto;
}

.content-footer .footer-header {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 16px;
}

.content-footer .footer-header:before {
	display: none;
}

.content-footer .footer-header span {
	float: none;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #999;
	margin-right: 8px;
	top: 0;
}

.content-footer .footer-box ul li {
	font-size: 12px;
	letter-spacing: 0.02em;
	font-weight: 600;
	text-transform: none;
	line-height: 20px;
}

.content-footer .footer-box ul li span {
	color: #777;
	font-weight: 600;
}

.content-footer .footer-box a {
	color: #111;
	text-decoration: none;
	transition: color 150ms ease;
}

.content-footer .footer-box a:hover {
	color: #000;
}

.content-footer .subcribe-form p {
	font-size: 13px;
	line-height: 22px;
	color: #555;
}

.content-footer .policy-box {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #eee;
}

.content-footer .policy-box p {
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0.06em;
	color: #6b6b6b;
}

.content-footer .to-top {
	right: 22px;
	bottom: 18px;
	width: 44px;
	height: 44px;
	line-height: 1;
	border-radius: 50%;
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-footer .to-top i {
	line-height: 1;
}

@media only screen and (max-width: 1064px) {
	.content-footer .footer-inner {
		border-radius: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width: 768px) {
	.content-footer {
		padding-top: 50px;
	}

	.content-footer .footer-inner {
		padding: 50px 24px 40px;
	}

	.content-footer .footer-header {
		margin-top: 24px;
	}

	.content-footer .policy-box {
		text-align: center;
	}

	.content-footer .footer-logo {
		text-align: center;
	}

	.content-footer .footer-logo img {
		float: none;
	}
}


/* Header polish */
@media only screen and (min-width: 1065px) {
	header.main-header {
		height: 76px;
		padding: 0 28px 0 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	}

	.logo-holder {
		padding-top: 0;
		height: auto;
		display: flex;
		align-items: center;
	}

	.logo-holder img {
		height: 65px !important;
	}

	.nav-holder {
		float: none;
		top: 0;
		margin-right: 0;
	}

	.nav-holder nav {
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.nav-holder nav li {
		height: 76px;
		display: flex;
		align-items: center;
	}

	.nav-holder nav li a {
		padding: 12px 14px;
		font-size: 11px;
		letter-spacing: 0.08em;
		color: #7a7a7a;
		position: relative;
	}

	.nav-holder nav li a:after {
		content: "";
		position: absolute;
		left: 14px;
		right: 14px;
		bottom: 12px;
		height: 2px;
		background: #111;
		opacity: 0;
		transform: scaleX(0.6);
		transition: transform 150ms ease, opacity 150ms ease;
	}

	.nav-holder nav li a:hover,
	.nav-holder nav li a.act-link {
		color: #111;
	}

	.nav-holder nav li a:hover:after,
	.nav-holder nav li a.act-link:after {
		opacity: 1;
		transform: scaleX(1);
	}

	.nav-holder nav li ul {
		margin-top: 14px;
		background: rgba(255, 255, 255, 0.92);
		border-radius: 10px;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
}

/* Slider polish */
.fs-gallery-wrap .overlay {
	opacity: 0.45;
	background: linear-gradient(120deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2) 60%);
}

.fs-gallery-wrap,
.fs-gallery-wrap .swiper-container,
.fs-gallery-wrap .swiper-slide {
	height: 100vh;
	min-height: 520px;
}

.fs-gallery-wrap .bg {
	height: 100%;
	top: 0;
	background-size: cover;
	background-position: center;
}

@media only screen and (min-width: 769px) {
	.fs-gallery-wrap,
	.fs-gallery-wrap .swiper-container,
	.fs-gallery-wrap .swiper-slide {
		height: calc(100vh - 76px);
		min-height: 520px;
	}
}

.fs-gallery-wrap .hero-item {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 0;
	max-width: 620px;
}

.fs-gallery-wrap .hero-item:before {
	display: none;
}

.fs-gallery-wrap .hero-item h2 {
	letter-spacing: -1px;
	font-size: 46px;
	line-height: 54px;
}

.fs-gallery-wrap .hero-item p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	opacity: 0.9;
}

.fs-gallery-wrap .hero-item h3 {
	font-size: 12px;
	letter-spacing: 4px;
}

.fs-gallery-wrap .sw-button {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.fs-gallery-wrap .sw-button:hover {
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.fs-gallery-wrap .sw-button.swiper-button-prev {
	left: 24px;
}

.fs-gallery-wrap .sw-button.swiper-button-next {
	right: 24px;
}

.fs-gallery-wrap .swiper-pagination {
	background: rgba(10, 10, 10, 0.55);
	border-radius: 999px;
	padding: 8px 12px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.fs-gallery-wrap .swiper-pagination-bullet {
	width: auto;
	height: auto;
	padding: 6px 8px;
	margin: 0 2px;
	border-radius: 999px;
	background: transparent;
	transition: all 150ms ease;
	font-size: 11px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
}

.fs-gallery-wrap .swiper-pagination-bullet:before {
	display: none;
}

.fs-gallery-wrap .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.slide-progress-warp {
	background: rgba(255, 255, 255, 0.35);
}

.slide-progress {
	background: #fff;
}

@media only screen and (max-width: 768px) {
	.fs-gallery-wrap,
	.fs-gallery-wrap .swiper-container,
	.fs-gallery-wrap .swiper-slide {
		height: calc(100vw * 10 / 16);
		min-height: 280px;
		max-height: 78svh;
	}

	.fs-gallery-wrap .bg {
		height: 100%;
		top: 0;
	}

	.fs-gallery-wrap .sw-button,
	.fs-gallery-wrap .swiper-pagination {
		display: none;
	}

	.fs-gallery-wrap .hero-item {
		padding: 10px 0;
		border-radius: 0;
	}

	.fs-gallery-wrap .sw-button.swiper-button-prev {
		left: 14px;
	}

	.fs-gallery-wrap .sw-button.swiper-button-next {
		right: 14px;
	}

	.fs-gallery-wrap .hero-item h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.fs-gallery-wrap .hero-item p {
		font-size: 16px;
		line-height: 24px;
	}

	.fs-gallery-wrap .swiper-pagination {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

/* Responsive layout fixes */
@media only screen and (max-width: 1064px) {
	.nav-holder {
		height: auto;
		max-height: calc(100vh - 90px);
		overflow-y: auto;
	}
}

@media only screen and (max-width: 768px) {
	header.main-header {
		padding-left: 20px;
	}

	.content-holder {
		left: 0;
	}

	.hero-item {
		padding: 0 30px;
	}

	.hero-item h2 {
		font-size: 30px !important;
		line-height: 38px !important;
	}

	.hero-item h3 {
		font-size: 12px;
		letter-spacing: 3px;
	}

	.hero-item p {
		font-size: 13px;
		line-height: 20px;
	}

	.about-lead {
		font-size: 16px;
		line-height: 24px;
	}

	.footer-inner {
		padding: 50px 20px 40px;
	}
}

@media only screen and (max-width: 540px) {
	.nav-holder {
		width: 100%;
		right: 0;
	}

	.nav-holder nav li {
		padding: 8px 0;
	}

	.nav-holder nav li a {
		font-size: 11px;
	}

	.hero-item {
		padding: 0 20px;
	}

	.hero-item h2 {
		font-size: 26px !important;
		line-height: 34px !important;
	}

	.telefon a,
	.whatsapp a,
	.telegram a,
	.instagram a {
		height: 44px;
		width: 44px;
		line-height: 44px;
		font-size: 22px;
	}

	.telefon {
		bottom: 220px;
	}

	.whatsapp {
		bottom: 170px;
	}

	.telegram {
		bottom: 120px;
	}

	.instagram {
		bottom: 70px;
	}
}
