@media (min-width: 1200px) {
    .facilitati {
        width: 75%;
        gap: 6rem;
    }
	
    
    .withMargin {
        padding: 3.5rem 3.5rem 0 3.5rem;
    }
	 .divImgMandatory {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 30px;
    }


}

@media (max-width:1200px){
	  	.center{
		width:90%;
	}
}

@media (max-width: 1150px){
	.descriereFrontPage1{
		display:flex;
		flex-direction:column-reverse

	}
	.descriereFrontPage2{
		display:flex;
		flex-direction:column
		
	}

}
@media (max-width: 1024px) {
    .facilitati {
        width: 85%;
        gap: 4rem;
    }
    	.footerLogo img{
		max-width:15vw;
	}

    .withMargin {
        padding: 2.5rem 2.5rem 0 2.5rem;
    }
}

@media (max-width: 900px) {
  .listaFacilitati .facilitati-grid {
    flex-direction: column;
    align-items: stretch;

  }
  .listaFacilitati .facilitati-grid ul {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .facilitati-grid{
	grid-template-columns: repeat(2,1fr);
	gap:0px;
  }
	.aboutProject{
		flex-direction:column;
	}
	.aboutProject::before{
		background: url(/public/images/caraffaLogo.png) no-repeat center center;
		background-size:60%;
	}
	.imgAboutus img{
		max-width:100%;
		max-height: 40vh;
		height:40vh;
		width:50vh;
		position:relative;
		z-index:100;
	}
		.aboutProject{
		gap:20px;
	}

}
@media (max-width: 768px) {
	.nav-container {
		padding: 15px 20px;
	}

	.contentFooter{
		display:flex;
		flex-direction:column;
		align-items: center;
		gap:10px;
		margin-bottom:5rem;
	}


	.footerLogo img{
		max-width:25vw;
	}
	   .footer::before {
        background: rgba(218, 165, 32, 0.9); /* Overlay mai puternic pe mobile */
    }

	   .facilitati {
        grid-template-columns: 1fr; /* O singură coloană */
        gap: 3rem;
        width: 90%;
        margin-top: 3rem;
    }
    
    .withMargin {
        padding: 2rem 2rem 0 2rem;
        gap: 1.5rem;
    }
    
    .facIcon {
        width: 45px;
        height: 45px;
        margin-right: 8px;
    }
    
    .facIcon i {
        font-size: 16px;
    }
    
    .icons {
        gap: 8px;
    }
	.mobile-toggle {
		display: block !important;
	}

	.nav-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--ivory);
		flex-direction: column;
		padding: 20px;
		border-radius: 0 0 20px 20px;
		box-shadow: 0 10px 30px var(--shadow);
		gap: 10px;
		border-top: 1px solid var(--wood-light);
	}
	  .demo-content a {
        width: 80%;
        font-size: 18px;
        padding: 15px 30px;
    }

	.nav-menu.active {
		display: flex;
	}

	.nav-link {
		width: 100%;
		text-align: center;
		padding: 15px;
		color: var(--wood-dark) !important;
	}
	.demo-content h1{
		font-size:4rem;
	}

	.dropdown-content {
	        position: static;
        opacity: 0;           /* Schimbă în 0 */
        visibility: hidden;   /* Schimbă în hidden */
        transform: none;
        box-shadow: none;
        background: var(--cream);
        margin-top: 10px;
        border: none;
        max-height: 0;        /* Adaugă pentru animație */
        overflow: hidden;     /* Ascunde conținutul */
        transition: all 0.3s ease; 
	}
	    .dropdown:hover .dropdown-content,
    .dropdown.active .dropdown-content {
        opacity: 1;
        visibility: visible;
        max-height: 300px;    /* Înălțime suficientă pentru conținut */
    }

	.logo {
		font-size: 24px;
	}

	.logo-icon {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
	.imgMandatory {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    justify-items: center;
    align-items: center;
  }
.logoHeader img{
	max-width:12vw;
}
  
	
}

@media (max-width: 600px) {
  .listaFacilitati .facilitati-grid ul {
    font-size: 0.98em;
  }
  .facilitati-header img {
    max-width: 5rem;
}
  .listaFacilitati .facilitati-header {
    flex-direction: column;
    align-items: flex-start;
  }

    .facilitati-grid{
	grid-template-columns: repeat(1,1fr);
	gap:0px;
  }
  .demo-content{
	backdrop-filter: blur(2px);
  }
}

@media (max-width: 500px){
	  .demo-content a {
        width: 90%;
        font-size: 16px;
    }
	.logoHeader img{
	max-width:17vw;
}
	   .facilitati {
        width: 95%;
        gap: 2rem;
        margin-top: 2rem;
    }
    
    .withMargin {
        padding: 1.5rem 1.5rem 0 1.5rem;
        gap: 1rem;
    }
	.submit-btn-custom{
		padding:1rem 1rem;
		width:100%;
	}
    
    .facIcon {
        width: 40px;
        height: 40px;
        margin-right: 6px;
    }
    
    .facIcon i {
        font-size: 14px;
    }
	
    
    .icons {
        gap: 6px;
        justify-content: center;
    }
    
    .facTitle {
        font-size: 1.2rem !important;
    }
	    .imgAboutus img {
        max-width: 100%;
        max-height: 40vh;
        height: 20vh;
        width: 50vh;
        position: relative;
        z-index: 100;
    }
    
    .facDescriere {
        font-size: 0.9rem;
        line-height: 1.5;
    }
	.contentCamere, .contentContact{
		margin-top:25px;
	}
	.size-big{
		font-size:24px;
	}
	.divImgMandatory h1{
		letter-spacing:0.3rem !important;
	}
	  .imgMandatory {
    display: grid;
    grid-auto-rows: auto;
    gap: 16px;
    justify-items: center;
    align-items: center;
  }
  .logoContact{
	display:none;
  }

	.demo-content h1{
		font-size:3rem;
	}
	.demo-content p{
		font-size:1.4rem;
	}
}
@media (max-width: 320px) {
    .facilitati {
        width: 98%;
        gap: 1.5rem;
    }
    
    .withMargin {
        padding: 1rem 1rem 0 1rem;
    }
    
    .facIcon {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    
    .facIcon i {
        font-size: 12px;
    }
    
    .facTitle {
        font-size: 1.1rem !important;
    }
    
    .facDescriere {
        font-size: 0.85rem;
    }
}

