html, body {
    overscroll-behavior: none;
    overflow-x: hidden;
    background: #080808;
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

#preloader{
    background: #000 url(../images/preloader.gif) no-repeat center center;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.header {
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/contact-back5.webp");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(4, 9, 30, 0.5), rgba(4, 9, 30, 0.7));
    pointer-events: none;
    z-index: 0;
}
.logo {
    filter: invert(0%); 
}

.header  nav{
	filter: invert(0%);
	display: flex;
	padding: 2% 6%;
	justify-content: space-between;
	align-items: center;
    z-index: 30;
}

.header nav img{
	width: 150px;
}

.nav-links{
	flex: 1;
	text-align: right;
    z-index: 30;
}

.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 15px;
	position: relative;
}

.nav-links ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background: #f44336;
	display: block;
	margin: auto;
	transition: 0.5s;
}

.nav-links ul li:hover::after{
	filter: invert(0%);
	width: 100%;
}

.has-submenu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    padding: 0;
    list-style: none;
    width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.has-submenu:hover .submenu {
    display: block; 
}

.has-submenu .submenu li {
    display: block; 
    padding: 10px 15px;
    text-align: left;
}

.has-submenu .submenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block; 
}

.has-submenu .submenu li:hover {
    background-color: #555; 
}

.has-submenu a {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}

.has-submenu a img {
    width: 30px;
    margin-left: 10px;
}

.text-box{
	width: 90%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
    z-index: 2;
}

.text-box h1{
    width: 100%;
	font-size: 140px;
	transition: font-size 0.5s ease-in-out;
}


.masked-text {
    font-size: 10rem;
    font-weight: bold;
    color: transparent;
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes appear{
	from{
		opacity: 0;
		scale: 0.5;
	}
	to{
		opacity: 1;
		scale: 1;
	}

	.row {
		animation: appear linear;
		animation-timeline: view;
		animation-range:entry 30%;
	}
}

.bg-image-1 {
    background-image: url('../images/text_image_1.webp');
}

.bg-image-2 {
    background-image: url('../images/text_image_2.webp');
}

.bg-image-3 {
    background-image: url('../images/text_image_3.webp');
}

.bg-image-4 {
    background-image: url('../images/text_image_4.webp');
}


.text-box p{
	margin: 10px 0 40px;
	font-size: 14px;
	color: #fff;
}

.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 34px;
	font-size: 13px;
	background: transparent;
	position: relative;
	cursor: pointer;
}

.hero-btn:hover{
	border: 1px solid #f44336;
	background: #f44336;
	transition: 1s;
}

.header nav .fa{
	display: none;
}

/*----------Despre Noi------------*/
.despre{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
	transition: all 0.5s;
}

.despre h1{
    color: #fff;
	font-size: 36px;
	font-weight: 600;
}

.despre h1::after {
    content: '';
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #f44336;
}

.despre p{
	color: #777;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px;
}

.row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
}

.despre-col{
	flex-basis: 31%;
	background: #262626;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 20px 12px;
	box-sizing: border-box;
	transition: background 0.5s, transform 0.5s ;
}

.despre-col:hover{
    color: #fff;
    transform: translateY(-10px);
}

.despre-col h3{
    color: #fff;
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
}

.despre-col:hover{
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
/*-------------servicii-acasa-----------------*/
.servicii-acasa{
    text-align: center;
}
.servicii-acasa h1{
    color: #fff;
}

.servicii-acasa p{
    color: #fff;
}

.servicii-list{
    padding: 10px 10%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
    color: #fff;
}

.servicii-list div{
    background: #262626;
    padding: 40px;
    font-size: 13px;
    font-weight: 300;
    border-right: 10px;
    border-radius: 10px;
    transition: background 0.5s, transform 0.5s ;
}

.servicii-list div a{
    margin-top: 20px;  
    color: #f44336;
}

.servicii-list img{
    text-decoration: none;
    color: #fff;
}

.servicii-list div:hover{
    background: #ff004f;
    transform: translateY(-10px);
}

/*----------Servicii------------*/
.servicii{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  transition: all 0.5s;
}
.servicii h1{
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

.servicii p{
    color: #fff;
    margin-top: 10px;
}

.servicii-col {
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.servicii-col iframe { /* Changed to iframe */
  width: 99%;
  height: 700px; /* Added height to match HTML */
  display: block;
}

.layer {
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.layer:hover {
  background: rgba(226, 0, 0, 0.7);
}

.layer h3 {
  width: 100%;
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

.layer:hover h3 {
  bottom: 49%;
  opacity: 1;
}

.servicii-col video {
  width: 100%;
  display: block;
}
/*----------Facilitati------------*/
.facilitati{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
.facilitati h1{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.facilitati p{
    color: #fff;
    margin-top: 10px;
}

.facilitati-col{
	flex-basis: 31%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;

}

.facilitati-col img{
	width: 100%;
	border-radius: 10px;
}

.facilitati-col p{
	padding: 0;
}

.facilitati-col h3{
    color: #fff;
	margin-top: 16px;
	margin-bottom: 15px;
	text-align: center;
}
/*----------recenzii------------*/
.recenzii{
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}
.recenzii h1{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.recenzii p{
    margin-top: 20px;
    color: #fff;
}

.recenzii-col {
  flex-basis: 44%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  background: #262626;
  padding: 25px;
  cursor: pointer;
  display: flex;
  background-size: cover; /* Sau alte valori, vezi mai jos */
  background-repeat: no-repeat; /* Pentru a evita repetarea imaginii */
}

.recenzii-col:first-child {
  background-image: url("../images/recs.webp");
}

.recenzii-col:last-child {
  background-image: url("../images/recd.webp");
}

.recenzii-col img{
	height: 40px;
	margin-left: 5px;
	margin-right: 30px;
	border-radius: 50%;
}

.recenzii-col p{
	padding: 0;
}

.recenzii-col h3{
    color: #fff;
	margin-top: 15px;
	text-align: right;
}

.recenzii-col .fa{
	color: #f44336;
    text-align: right;
    float: right;
}

/*----------Contact------------*/

/*----------Footer------------*/


/*----------Footer-F------------*/
.footer-f{
	margin-top:0px;
	max-width: 100%;
	padding: 10px 5%;
	background: #080808;
	color:#efefef;
	display: flex;
}

.footer-f div{
	text-align: center;	
}
.col-1{
    margin-left: 35px;
    margin-right: 35px;
}

.col-2{
	flex-grow: 2;

}

.footer-f div h3{
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.col-1 a{
	display: block;
	text-decoration: none;
	color: #efefef;
	margin: 0 20px 10px;
}

.footer-f form input{
	width: 80%;
	height: 45px;
	border-radius: 4px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	outline: none;
	border: none;
}

.footer-f form button{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 15px;
	cursor: pointer;
}

.social-icons{
	margin-top: 30px;
}

.social-icons i{
	font-size: 22px;
	margin: 10px;
	cursor: pointer;
}

.social-icons a {
    text-decoration: none;
    color: #fff; 
    font-size: 24px; 
    margin: 0 10px;
    transition: color 0.3s ease;
}

/*---------------------------Contacteaza----------------------------------*/

.container-c{
    width: 80%;
    margin: auto;
    padding: 80px 0; 
}

.contact-left{
    flex-basis: 35%;
}

.contact-right{
    flex-basis: 60%;
}  

.contact-left p{
    margin-top: 30px;
    margin-bottom: 50px;
    color: #fff;
}

.contact-left p i{
    color: #ff004f;
    margin-right: 15px;
    font-size: 25px;
}

.social-icons-c a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons-c a:hover{
    color: #ff004f;
    transform: translateY(-5px);
}

.contact-right .form1{
    width: 100%;
}

.form1 input, .form1 textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #262626;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    max-width: 100%;
}

.btn-2{
    display: block;
    margin: 50px auto;
    width: fit-content;
    border: 1px solid #ff004f;
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    background: none;
    transition: background 0.7s;
}
.btn-2:hover{
    background: #ff004f;
}


/*--------------------Contact.html Contact US-----------Vechi------------*/
.contactus{
	background-color: #ffecd9;
}
.container-us {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.contactus-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.contact-info {
    max-width: 600px;
}
.subtitle {
    color: #2a7d6b;
    font-size: 18px;
    margin-bottom: 20px;
}

.title {
    font-size: 48px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.description {
    font-size: 18px;
    margin-bottom: 40px;
    color: #333;
}

.contact-details {
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-item .icon {
    margin-right: 15px;
    width: 20px;
    display: flex;
    justify-content: center;
}

.contact-item a {
    color: #4a6ee0;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}
.illustration img{
    max-width: 300px;
    height: auto;
}

@media (max-width: 700px) {
    .contactus-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .illustration {
        display: none;
    }

    .title {
        font-size: 36px;
    }

    .description {
        font-size: 16px;
    }
}
/*--------Contact.html-Contact---------*/

.container{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	text-align: center;
	background: url("../images/contact-back-min.jpg") no-repeat center/cover;
}

.container form{
	margin-top: 70px;
	width: 670px;
	height: 600px;
	display: flex;
	justify-content: center;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(7px);
	flex-wrap: wrap;
}

.container form h1{
	color: #fff;
	font-weight: 700;
	line-height: 2;
	margin-top: 20px;
	width: 500px;
	text-align: center;
}

.container form input{
	width: 300px;
	height: 50px;
	padding-left: 10px;
	outline: none;
	border: none;
	font-size: 20px;
	margin-bottom: 10px;
	background: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.container form input::placeholder{
	color: #fff;
}

.container form #prenumele,
.container form #mobile{
	margin-left: 20px;	
}

.container form h4{
	color: #fff;
	font-weight: 300;
	width: 600px;
	margin-top: 20px;
	text-align: left;
}

.container form textarea{
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	outline: none;
	min-height: 90px;
	max-height: 90px;
	min-width: 620px;
	max-width: 620px;
}

.container form h4{
	font-size: 20px;
}

.container form #button{
	border: none;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	width: 200px;
	height: 60px;
	padding: 0;
	margin-bottom: 30px;
	transition: 0.4s;
}

.container form #button{
	background: #000;
	color: #fff;
	transition: 0.5s ease-in-out;
}

.container form #button:hover{
	background: #f44336;
	transition: 1s;
}
/*---------------lucrari-recente_Portfolio--------------------*/
#portofolio{
    padding: 50px 0;
}

.work-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.work{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img{
    width: 100%;
    border-radius: 10px;
    display: block;
    transition: transform 0.5s;
    max-width: 100%;
    height: auto;
}

.sub-title{
    margin: 0;
    text-align: left;
    color: #fff;
    font-size: 35px;
}

.layer-port{
    width: 100%;
    height: 0%; 
    background: linear-gradient(rgba(0, 0, 0, 0.6),#ff004f);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 17px;
    transition: height 0.5s; 
}

.work:hover img{
    transform: scale(1.1);
}

.work:hover .layer-port{
    height: 100%;
}

.layer-port h3{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.layer-port p{
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.layer-port a{
    margin-top: 20px;
    color: #ff004f;
    font-size: 18px;
    width: 70px;
    height: 70px;
}

.btn-portfoliu{
    display: block;
    margin: 50px auto;
    width: fit-content;
    border: 1px solid #ff004f;
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    transition: background 0.7s;
}

.btn-portfoliu:hover{
    background: #ff004f;
}

/*------------------Galerie_Portfolio-------------------------*/
.carusel {
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding: 20px;
  background: #f7f7f7;
}

.wrapper {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery .image {
  padding: 10px;
  width: calc(100% / 3);
  box-sizing: border-box;
}

.gallery .image span {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

.gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.gallery .image:hover img {
  transform: scale(1.1);
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.preview-box .details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

.details .title p {
  margin: 0 5px;
}

.details .title p.current-img {
  font-weight: 500;
}

.details .icon {
  color: #f44336;
  font-size: 20px;
  cursor: pointer;
}

.preview-box .image-box {
  display: flex;
  width: 100%;
  position: relative;
}

.image-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.slide.prev {
  left: 0px;
}

.slide.next {
  right: 0px;
}

.image-box img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 0 0 3px 3px;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}



/* Stiluri pentru secțiunea Container */
.despre-container {
    padding: 20px 0;
    background-color: #080809;
}

.container-despre {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-header {
    text-align: center;
    margin-bottom: 50px;
}

.container-header h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.container-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #f44336;
}

.drone-icon{
    color: #fff;
}

.container-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.content-card {
    background-color: #262626;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    flex: 1 1 300px;
    max-width: 380px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.content-card h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.content-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #f44336;
}

.content-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
}


@media (max-width: 480px), (max-width: 576px), (max-width: 700px), (max-width: 992px) {

    .header {
    position: relative; /* Creează context de stivuire */
  }

    .container-header h2 {
        font-size: 1.8rem;
    }
    
    .content-card h3 {
        font-size: 2.3rem;
        text-align: center;
    }
    
    .content-card p {
        font-size: 0.95rem;
    }

    .gallery .image {
        width: 100%;
        padding: 8px;
        z-index: 1;
    }

    .text-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2; /* Asigură-te că este sub meniu */
    width: 90%;
    }

    .text-box h1 {
        font-size: 60px;
    }

    .nav-links ul li {
        display: block;
        z-index: 60;
    }
    
.nav-links {
    position: fixed;
    top: 0;
    right: -200px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    height: 100vh;
    width: 200px;
    text-align: left;
    transition: 1s;
    z-index: 50;
  }

    .header nav {
    position: relative;
    z-index: 70; 
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
  }

    .header nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }

    .text-box img {
        width: 80%;
    }

    .sub-title{
    margin: 20px;
    font-size: 25px;
    text-align: center;
    }

    .work-list {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); 
        grid-gap: 20px; 
    }
    .work:hover .layer-port {
        height: 0%; 
    }
    .servicii-acasa p{
        margin: 15px;
    }

    .work img {
        max-width: 90%; 
        margin: 0 auto; 
    }

    .contact-left{
        text-align: center;
    }

    .contact-right {
        width: 90%;
        margin: 0 auto; 
    }
    .contact-right .form1{
        width: 100%;
        max-width: 100%;
    }
    .form1 input, .form1 textarea{
        margin-left: -15px;
    }

    .row {
        flex-direction: column;
    }

    .recenzii-col img {
        margin-left: 0px;
        margin-right: 15px;
    }

    .footer-f {
        flex-direction: column;
    }

    .despre-container {
        padding: 20px 0;
    }

    .container-header h2 {
        font-size: 2rem;
    }

    .container-content {
        flex-direction: column;
        align-items: center;
    }

    .content-card {
        max-width: 100%;
    }

    .container form {
        width: 90%;
        padding: 20px;
    }

    .container form input {
        width: 100%;
        max-width: 100%;
    }

    .container form #button {
        width: 100%;
        max-width: 100%;
    }

    .container form h1 {
        font-size: 24px;
    }

    .container form h4 {
        font-size: 18px;
        margin-left: 20px;
    }

    .container form textarea {
        width: 90%;
        min-width: auto;
        max-width: 100%;
        min-height: 100px;
        max-height: 100px;
    }

    .container form {
        padding: 15px;
    }

    .container form input {
        font-size: 18px;
    }

    .container form h1 {
        font-size: 22px;
    }

    .container form #button {
        font-size: 20px;
    }

    .container form #numele,
    .container form #email,
    .container form #prenumele,
    .container form #mobile {
        margin-left: 20px;
        margin-right: 20px;
    }

    .gallery .image {
        width: calc(100% / 2);
    }

    .col-1 a{
    	transition: 0.5s;
    	font-size: 22px;
    }

    .footer-f div h3{
    	font-size: 25px;
    }
    .footer-f form button{
    	font-size: 20px;
    }

    .has-submenu .submenu {
    position: relative;
    top: auto;
    margin-top: 10px;
    z-index: 40;
  }

  .nav-links ul li {
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .nav-links ul li a {
    font-size: 18px;
  }

  .has-submenu a {
    justify-content: space-between;
  }

  .has-submenu a img {
    width: 25px;
    margin-left: 5px;
  }

  .alternating-section p {
    text-align: center;
  }

}


/* Alternating Section Styles */
.alternating-section {
    padding: 50px 5%;
    background-color: #080808;
}

.alternating-section .row {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    gap: 40px;
}

.alternating-section .row.reverse {
    flex-direction: row-reverse;
}

.alternating-section .image-container,
.alternating-section .text-container {
    flex: 1;
}

.alternating-section .image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.alternating-section .text-container {
    padding: 20px;
}

.alternating-section h2 {
    font-size: 28px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.alternating-section p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}



.alternating-section hr{
    border: 3px solid #f44336; 
    width: 35%; 
    margin: 5 0 0 0px auto;
}

.alternating-section .btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: background-color 0.3s;
}

.alternating-section .btn:hover {
    background-color: #555;
}

/* Responsive styles for screens 700px and below */
@media (max-width: 700px) {
    .alternating-section .row,
    .alternating-section .row.reverse {
        flex-direction: column;
        gap: 20px;
    }
    
    .alternating-section .image-container {
        order: 1;
    }
    
    .alternating-section .text-container {
        order: 2;
        padding: 15px 0;
    }
    
    .alternating-section h2 {
        font-size: 24px;
    }
}