@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


html, body{
	margin: 0;
	padding: 0;
	background: #262626;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
}

header, content, menu{
	display: block;
	margin: 0;
	padding: 0;
}
content{
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;

}
header{
	min-height: 800px;
	background-image: url(../images/remiroad_home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	margin-top: 60px;
}
header.mini{
	min-height: 250px;
}
header img{
	width: 90%;
	max-width: 600px;
}
menu{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 60px;
	background: rgba(38, 38, 38, 0.9);
	list-style: none;
	-webkit-appearance: none;
}
menu::-webkit-details-marker,
menu::marker {
	display: none;
}
menu > content{
	text-align: right;
	text-transform: uppercase;
}
menu > content a{
	color: #ffffff;
	text-decoration: none;
	transition: 0.5s all;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	margin-left: 30px;
}
menu > content a:hover{
	color: #6b5e4e;
}

header > content > img{
	transition: 0.1s all;
}

.section{

}

.section.s2 > content{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 25px;
	row-gap: 25px;
}
.section.s3 > content{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 25px;
	row-gap: 25px;
}
.section.s4 > content{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 25px;
	row-gap: 25px;
}

.section p{
	font-size: 20px;
}

.section.about p{
	font-size: 20px;
	text-align: justify;
}

.section.d12 > content{
	display: flex;
}
.section.d12 > content > div:nth-child(1){
	flex: 1;
}
.section.d12 > content > div:nth-child(2){
	flex: 2;
	padding: 25px;
}

.section.d12.img-g1 > content > div:nth-child(1){
	background-image: url(../images/services-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.section.d12.img-g1 > content > div:nth-child(2){
	background-image: url(../images/services-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}


.section.img-g1 > content > div{
	padding-top: 50px;
}

.section.img-g1{
	background-image: url(../images/services-2.jpg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 100% 20%;
}



.section.s2.img-way{
	background-image: url(../images/way.jpg);
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: 0 0;
}

.section.img-tech{
	position: relative;
	background-image: url(../images/img-tech.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.section.img-tech:after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	z-index: 1;
}
.section.img-tech > *{
	position: relative;
	z-index: 2;
}

.section.line > content{
	column-gap: 0px;
	row-gap: 0px;
}
.section.line > content > div{
	border-top: 2px solid #958677;
	border-bottom: 2px solid #958677;
	border-left: 2px solid #958677;
	text-align: center;
	align-items: center;
}
.section.line > content > div:last-child{
	border-right: 2px solid #958677;
}





.offer{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 0px;
	row-gap: 0px;
}
.offer > div{
	text-align: center;
	align-items: center;
}
.offer > div{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.offer img{
	width: 60px;
	padding: 15px;
}



.section.contact{
	padding-top: 100px;
}

.section.contact h2{
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
}
.section.contact a{
	color: #ffffff;
	text-decoration: underline;
	transition: 0.5s all;
}
.section.contact a:hover{
	color: #958677;
}


.img-way > content > div:nth-child(1){
	padding-right: 50px;
}
.img-way > content > div:nth-child(2){
	padding-left: 50px;
}
.img-way > content > div{
	padding-top: 50px;
	padding-bottom: 50px;
}

.section.d12.img-g1 > content > div:nth-child(2){
	padding-left: 50px;
}
.section.d12.img-g1 > content > div{
	padding-top: 250px;
	padding-bottom: 80px;
}

.img-way > content > div:nth-child(1) h1{
	margin: 0;
	font-size: 48px;
	font-weight: 400;
	text-align: right;
	padding-top: 30px;
	text-shadow: 1px 1px 2px #000000;
}
.img-way > content > div:nth-child(2) h1, .section.img-g1 h1{
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	padding-top: 30px;
}
.img-way > content > div:nth-child(2) h2{
	margin: 0;
	font-size: 32px;
	font-weight: 400;
	text-align: left;
	padding-top: 15px;
	color: #958677;
	text-transform: uppercase;
}

.line > content > div{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.line img{
	width: 60px;
	padding: 15px;
}

a.button{
	display: inline-block;
	padding: 15px;
	padding-left: 45px;
	padding-right: 45px;
	border: 1px solid #958677;
	text-decoration: none;
	transition: 0.5s all;
	color: #958677;
	background-color: #262626;
}
a.button:hover{
	color: #262626;
	background-color: #958677;
}

.img-tech h1{
	text-align: center;
	margin: 0;
	padding-bottom: 30px;
}
.img-tech > content > div{
	padding-top: 60px;
	padding-bottom: 80px;
}

.img-tech img{
	width: 90%;
	max-width: 500px;
}


.img-tech > content p{
	text-align: justify;
}
.img-tech > content h2{
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 400;
}
.img-tech > h1{
	margin: 0;
	padding-top: 40px;
	font-size: 52px;
	text-shadow: 1px 1px 2px #000000;
}
.img-tech > content > div:nth-child(1) > p:first-child{
	text-align: right;
}
.img-tech > content > div:nth-child(1) > h2{
	text-align: right;
}
.section.s2.img-tech > content{
	column-gap: 80px;
}

.contact{
	position: relative;
}
.contact:after{
	display: block;
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(to bottom,  rgba(100,100,100,1) 0%,rgba(38,38,38,1) 100%);
	z-index: 1;
	border-top: 2px solid #a3a3a3;
}
.contact > h2{
	font-size: 32px;
	font-weight: 400;
	color: #958677;
}

.contact > content p{
	padding-left: 80px;
	display: block;
	min-height: 50px;
	padding-bottom: 30px;
	font-size: 20px;
}

.contact > content p strong{
	color: #958677;
	font-weight: 400;
}

.contact > content > div p.home,.contact > content > div p.email,.contact > content > div p.phone,.contact > content > div p.base{
	background-image: url(../images/home.svg);
	background-size: 30px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.contact > content > div p.home{
	background-image: url(../images/home.svg);
}
.contact > content > div p.email{
	background-image: url(../images/email.svg);
}
.contact > content > div p.phone{
	background-image: url(../images/phone.svg);
}
.contact > content > div p.base{
	background-image: url(../images/stone.svg);
}

.gallery-main-wrapper {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.gallery{
	display: flex;
	column-gap: 5px;
	row-gap: 5px;
	justify-content: space-around;
	margin: 0 auto;
}
.gallery > div img{
	width: 100%;
}
/* Gallery scrollbar styling */
.gallery::-webkit-scrollbar {
	height: 4px;
}
.gallery::-webkit-scrollbar-track {
	background: #333;
	border-radius: 2px;
}
.gallery::-webkit-scrollbar-thumb {
	background: #958677;
	border-radius: 2px;
}



.section.about{
	margin-top: 60px;
}

.section.about > content:first-child{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-collapse: collapse;
}
.section.about > content:first-child > div{
	border: 1px solid #958677;
	padding: 20px;
}

.section.about .img1, .section.about .img2, .section.about .img3{
	background-size: cover;
	background-repeat: no-repeat;
}
.section.about .img1{
	background-image: url(../images/about1.jpg);
}
.section.about .img2{
	background-image: url(../images/about2.jpg);
}
.section.about .img3{
	background-image: url(../images/about3.jpg);
}
.section.about .bg{
	background-color: #958677;
	color: #ffffff;
	text-align: center;
}
.section.about .bg h1{
	margin: 0;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 400;
	padding-top: calc(50% + 24px);
}
.section.about h2{
	margin: 0;
	color: #958677;
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	min-height: 110px;
}

.section.about > content.scroll{
	position: relative;
	height: 50px;
	overflow: hidden;
	margin-top: 50px;
}

.section.about > content.scroll > p{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;
	transform:translateX(50%);
	animation: scroll 15s linear infinite;
	color: #958677;
	font-size: 32px;
	font-weight: 400;
	white-space: nowrap;
}

@keyframes scroll {
	0%   {
		transform: translateX(50%);
	}
	50%   {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(50%);
	}
}


/* ==============================================
   AKTUALITY PAGE
   ============================================== */

.aktuality-hero {
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
.aktuality-hero > content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	align-items: center;
	min-height: 500px;
}
.aktuality-hero-text {
	padding: 60px 0;
}
.aktuality-badge {
	display: inline-block;
	background: #958677;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 32px;
	margin-bottom: 28px;
	border-radius: 4px;
	box-shadow: 0 0 0 0 rgba(149, 134, 119, 0.7);
	animation: badgePulse 2s ease-out infinite;
	transform-origin: center;
}
@keyframes badgePulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(149, 134, 119, 0.7);
	}
	50% {
		transform: scale(1.06);
		box-shadow: 0 0 0 14px rgba(149, 134, 119, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(149, 134, 119, 0);
	}
}
.aktuality-hero-text h1 {
	margin: 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.15;
	padding-bottom: 25px;
}
.aktuality-hero-text p {
	font-size: 22px;
	line-height: 1.6;
	color: #cccccc;
}
.aktuality-hero-img {
	overflow: hidden;
	border-radius: 4px;
}
.aktuality-hero-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.aktuality-hero-img:hover img {
	transform: scale(1.03);
}

/* Výhody sekce */
.aktuality-vyhody {
	position: relative;
	padding-bottom: 60px;
}
.aktuality-vyhody > h1 {
	text-align: center;
	margin: 0;
	padding: 50px 0 40px;
	font-size: 42px;
	font-weight: 700;
}
.aktuality-vyhody > content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 25px;
	row-gap: 25px;
}
.vyhoda-card {
	text-align: center;
	padding: 40px 25px;
	border: 1px solid rgba(149, 134, 119, 0.3);
	border-radius: 4px;
	transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.vyhoda-card:hover {
	border-color: #958677;
	background-color: rgba(149, 134, 119, 0.08);
	transform: translateY(-5px);
}
.vyhoda-card img {
	width: 50px;
	margin-bottom: 20px;
	transition: transform 0.3s ease;
}
.vyhoda-card:hover img {
	transform: scale(1.15);
}
.vyhoda-card h2 {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #958677;
	padding-bottom: 12px;
	min-height: auto;
}
.vyhoda-card p {
	font-size: 18px;
	color: #cccccc;
	line-height: 1.5;
	margin: 0;
}

/* Galerie W50Ri */
.aktuality-galerie {
	padding-bottom: 60px;
	position: relative;
}
.aktuality-galerie > h1 {
	text-align: center;
	margin: 0;
	padding: 50px 0 40px;
	font-size: 42px;
	font-weight: 700;
}
.gallery-wrapper {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.aktuality-gallery {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 5px;
	row-gap: 5px;
}
.aktuality-gallery > div {
	overflow: hidden;
	position: relative;
}
.aktuality-gallery > div img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease, filter 0.5s ease;
}
.aktuality-gallery > div:hover img {
	transform: scale(1.1);
	filter: brightness(0.7);
}
.aktuality-gallery > div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(149, 134, 119, 0);
	transition: background 0.4s ease;
	pointer-events: none;
}
.aktuality-gallery > div:hover::after {
	background: rgba(149, 134, 119, 0.15);
}

/* Gallery arrows - hidden on desktop */
.gallery-arrow {
	display: none;
}

/* Scrollbar styling for swipe gallery */
.aktuality-gallery::-webkit-scrollbar {
	height: 4px;
}
.aktuality-gallery::-webkit-scrollbar-track {
	background: #333;
	border-radius: 2px;
}
.aktuality-gallery::-webkit-scrollbar-thumb {
	background: #958677;
	border-radius: 2px;
}

/* Kontakt na poptávky */
.aktuality-kontakt {
	padding-bottom: 40px;
}
.aktuality-kontakt > h1 {
	text-align: center;
	margin: 0;
	padding: 50px 0 40px;
	font-size: 42px;
	font-weight: 700;
}
.kontakt-card {
	text-align: center;
	padding: 40px 30px;
	border: 1px solid rgba(149, 134, 119, 0.3);
	border-radius: 4px;
	transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.kontakt-card:hover {
	border-color: #958677;
	background-color: rgba(149, 134, 119, 0.08);
	transform: translateY(-3px);
}
.kontakt-card h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 700;
	color: #958677;
	padding-bottom: 20px;
	min-height: auto;
}
.kontakt-card p {
	font-size: 20px;
	padding-left: 0;
	min-height: auto;
	padding-bottom: 10px;
}
.kontakt-card a {
	color: #ffffff;
	text-decoration: underline;
	transition: 0.3s all;
}
.kontakt-card a:hover {
	color: #958677;
}

@media screen and (max-width : 1200px) {
	.aktuality-vyhody > content {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width : 800px) {
	.aktuality-hero > content {
		display: block;
	}
	.aktuality-hero-img {
		margin-top: 30px;
	}
	.aktuality-hero-text h1 {
		font-size: 36px;
	}

	/* Switch gallery to horizontal swipe carousel */
	.aktuality-gallery {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		column-gap: 10px;
		padding-bottom: 10px;
	}
	.aktuality-gallery > div {
		flex: 0 0 75%;
		scroll-snap-align: center;
	}
	.aktuality-gallery > div img {
		height: 220px;
		border-radius: 4px;
	}

	/* Show gallery arrows */
	.gallery-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 44px;
		height: 44px;
		background: rgba(149, 134, 119, 0.7);
		color: #ffffff;
		border: none;
		border-radius: 50%;
		font-size: 22px;
		cursor: pointer;
		z-index: 10;
		transition: background 0.3s ease, transform 0.3s ease;
		-webkit-tap-highlight-color: transparent;
	}
	.gallery-arrow:hover, .gallery-arrow:active {
		background: rgba(149, 134, 119, 1);
	}
	.gallery-arrow.left {
		left: 8px;
	}
	.gallery-arrow.right {
		right: 8px;
	}
}
@media screen and (max-width : 550px) {
	.aktuality-vyhody > content {
		grid-template-columns: 1fr;
	}
	.aktuality-gallery > div {
		flex: 0 0 85%;
	}
}


/* ==============================================
   SCROLL REVEAL ANIMATIONS
   ============================================== */

.reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-left {
	opacity: 0;
	transform: translateX(-60px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-left.visible {
	opacity: 1;
	transform: translateX(0);
}

.reveal-right {
	opacity: 0;
	transform: translateX(60px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-right.visible {
	opacity: 1;
	transform: translateX(0);
}

.reveal-scale {
	opacity: 0;
	transform: scale(0.9);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal-scale.visible {
	opacity: 1;
	transform: scale(1);
}

/* Staggered children delays */
.stagger > *:nth-child(1) { transition-delay: 0s; }
.stagger > *:nth-child(2) { transition-delay: 0.1s; }
.stagger > *:nth-child(3) { transition-delay: 0.2s; }
.stagger > *:nth-child(4) { transition-delay: 0.3s; }
.stagger > *:nth-child(5) { transition-delay: 0.35s; }
.stagger > *:nth-child(6) { transition-delay: 0.4s; }

/* ==============================================
   HEADING EFFECTS
   ============================================== */

.img-way > content > div:nth-child(1) h1 {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000, 0 0 30px rgba(149, 134, 119, 0.3);
	animation: heroFadeIn 1.5s ease forwards;
}

@keyframes heroFadeIn {
	0% { opacity: 0; transform: translateY(20px); letter-spacing: 5px; }
	100% { opacity: 1; transform: translateY(0); letter-spacing: normal; }
}

.img-tech > h1 {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000, 0 0 40px rgba(149, 134, 119, 0.25);
	position: relative;
}
.img-tech > h1::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #958677, transparent);
	margin: 15px auto 0;
	animation: lineExpand 1.5s ease forwards;
}

@keyframes lineExpand {
	0% { width: 0; opacity: 0; }
	100% { width: 100px; opacity: 1; }
}

/* Decorative line under section headings */
.img-way > content > div:nth-child(2) h1::after,
.section.img-g1 h1::after,
.img-tech > content h2::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #958677;
	transition: width 0.6s ease;
	margin-top: 8px;
}
.img-way > content > div:nth-child(2) h1.visible::after,
.section.img-g1 h1.visible::after,
.img-tech > content h2.visible::after {
	width: 80px;
}
.img-tech > content > div:nth-child(1) > h2.visible::after {
	margin-left: auto;
}

/* ==============================================
   ENHANCED BUTTON EFFECTS
   ============================================== */

a.button {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
a.button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: #958677;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.5s ease, height 0.5s ease;
	z-index: -1;
}
a.button:hover::before {
	width: 300px;
	height: 300px;
}
a.button:hover {
	color: #262626;
	background-color: transparent;
	box-shadow: 0 0 20px rgba(149, 134, 119, 0.4);
}

/* ==============================================
   GALLERY EFFECTS
   ============================================== */

.gallery > div {
	overflow: hidden;
	position: relative;
}
.gallery > div img {
	transition: transform 0.5s ease, filter 0.5s ease;
}
.gallery > div:hover img {
	transform: scale(1.1);
	filter: brightness(0.7);
}
.gallery > div::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(149, 134, 119, 0);
	transition: background 0.4s ease;
	pointer-events: none;
}
.gallery > div:hover::after {
	background: rgba(149, 134, 119, 0.15);
}

/* ==============================================
   OFFER ICONS EFFECTS
   ============================================== */

.offer > div {
	transition: transform 0.3s ease, background-color 0.3s ease;
	border-radius: 4px;
}
.offer > div:hover {
	transform: translateY(-5px);
	background-color: rgba(149, 134, 119, 0.1);
}
.offer > div img {
	transition: transform 0.3s ease, filter 0.3s ease;
}
.offer > div:hover img {
	transform: scale(1.15);
	filter: drop-shadow(0 0 8px rgba(149, 134, 119, 0.5));
}

/* ==============================================
   MENU ENHANCEMENTS
   ============================================== */

menu {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: background 0.3s ease;
}
menu.scrolled {
	background: rgba(38, 38, 38, 0.95);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

menu > content a {
	position: relative;
}
menu > content a::after {
	display: none;
}

/* Hamburger button - hidden on desktop */
.hamburger {
	display: none;
	position: absolute;
	right: 20px;
	top: 12px;
	width: 36px;
	height: 36px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1001;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
.hamburger span {
	display: block;
	width: 28px;
	height: 3px;
	background: #ffffff;
	margin: 5px auto;
	transition: transform 0.3s ease, opacity 0.3s ease;
	border-radius: 2px;
}
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 6px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -6px);
}

@media screen and (max-width: 700px) {
	html, body {
		overflow-x: hidden;
	}
	.hamburger {
		display: block;
	}
	menu {
		overflow: visible;
	}
	menu > content {
		position: fixed;
		top: 0;
		right: 0;
		width: 260px;
		height: 100vh;
		background: rgba(38, 38, 38, 0.97);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 80px;
		padding-left: 30px;
		transition: transform 0.35s ease;
		transform: translateX(100%);
		box-shadow: none;
	}
	menu > content.open {
		transform: translateX(0);
		box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
	}
	menu > content a {
		display: block;
		line-height: 50px;
		font-size: 22px;
		margin-left: 0;
	}
	menu > content a::after {
		bottom: 10px;
	}
	/* Overlay behind mobile menu */
	.menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 998;
	}
	.menu-overlay.active {
		display: block;
	}
}

/* ==============================================
   CONTACT CARD EFFECTS
   ============================================== */

.contact > content > div {
	padding: 30px;
	border-radius: 4px;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact > content > div:hover {
	background-color: rgba(149, 134, 119, 0.05);
	transform: translateY(-3px);
}

/* ==============================================
   TECHNOLOGY IMAGES
   ============================================== */

.img-tech > content > div > p:first-child img {
	border-radius: 4px;
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.img-tech > content > div > p:first-child img:hover {
	transform: scale(1.03);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* ==============================================
   ABOUT PAGE - GRID CARD EFFECTS
   ============================================== */

.section.about > content:first-child > div {
	transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.section.about > content:first-child > div:hover {
	border-color: #b8a99a;
	background-color: rgba(149, 134, 119, 0.05);
	transform: translateY(-3px);
}
.section.about .bg {
	transition: background-color 0.3s ease;
}
.section.about .bg:hover {
	background-color: #a39485;
}


@media screen and (max-width : 1650px){
	content{
		width: auto;
		padding-left: 20px;
		padding-right: 20px;

	}
}
@media screen and (max-width : 1200px){
	.section.s2.img-way{
		background-size: 300px 100%;
	}
	.section.s2 > content{
		display: flex;
	}
	.img-way > content > div:nth-child(1){
		width: 200px;
	}
	.img-way > content > div:nth-child(2){
		width: calc(100% - 200px);
	}


	.section.img-g1{
		background-size: 300px calc(100% - 250px);
	}
	.section.s2 > content{
		display: flex;
	}
	.section.img-g1 > content > div:nth-child(2){
		width: 200px;
	}
	.section.img-g1 > content > div:nth-child(1){
		width: calc(100% - 200px);
	}


	.section.img-g1 > content{
		position: relative;
		padding-bottom: 150px;
	}
	.offer{
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		height: 175px;
	}


}

@media screen and (max-width : 1050px){
	.section.about > content:first-child{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}


@media screen and (max-width : 1000px){
	.section.s2.img-way, .section.img-g1{
		background-image: none;
	}
	.img-way > content > div:nth-child(1){
		display: none;
	}
	.section.img-g1 > content > div:nth-child(2){
		display: none;
	}
	.section.img-g1 > content > div:nth-child(1){
		width: auto;
		padding-left: 50px;
	}
	.section.s2 > content{
		display: block;
	}
}

@media screen and (max-width : 800px){
	/* Switch main gallery to horizontal swipe carousel */
	.gallery {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		column-gap: 10px;
		padding: 0 10px 10px;
		justify-content: flex-start;
	}
	.gallery > div {
		flex: 0 0 75%;
		scroll-snap-align: center;
	}
	.gallery > div img {
		height: 220px;
		object-fit: cover;
		border-radius: 4px;
	}
	/* Show main gallery arrows */
	.gallery-main-wrapper .gallery-arrow {
		display: flex;
	}
}

@media screen and (max-width : 550px){
	.section.about > content:first-child{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	.section.about .img1, .section.about .img2, .section.about .img3{
		min-height: 300px;
	}

	.img-way > content > div:nth-child(2), .section.img-g1 > content > div:nth-child(1){
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}
