* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ---------------- SCROLLBAR --------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #42A730;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ff0000;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #333;
  }


body {
    font-family: Arial, sans-serif;
}

header {
    background-color: #42A730;
    padding: 10px 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    height: 50px;
}

.nav-links {
    list-style-type: none;
}

.nav-links li {
    display: inline;
    margin-left: 20px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding: 5px 10px;
}

.nav-links a:hover {
    background-color: #ffffff;
    color: #42A730;
    border-radius: 4px;
    transition: 0.3s;
}


/*---------------------------- Stil pentru secțiunea cu titlul -----------------------------------*/
.hero {
    text-align: center;
    padding: 50px 0;
    background-color: #f4f4f4; /* Schimbă culoarea de fundal după preferințe */
}

.hero h1 {
    font-size: 4em;
    color: #42A730;
    font-weight: bold;
    margin: 0;
}


/* Stil pentru Parallax */
.parallax {
    background-image: url('HOME_IMAGINI/PARALLAX.jpg'); /* Înlocuiește cu URL-ul imaginii tale */
    height: 100vh; /* Ocupă toată înălțimea ecranului */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




/* Stil pentru secțiunea Servicii */
.services {
    padding: 50px;
    background-color: #fff;
    text-align: left;
}

.services {
    font-family: 'Poppins', sans-serif;
}

.services h2 {
    font-size: 3em;
    color: #42A730;
    margin-bottom: 20px;
}

.services ul {
    list-style-type: none;
    padding-left: 0;
}

.services li {
    font-size: 16px;
    color: #42A730;
    line-height: 1.6;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.services .bullet {
    width: 10px;
    height: 10px;
    background-color: #42A730;
    border-radius: 50%;
    margin-right: 15px;
}

* {box-sizing:border-box}






/* Stiluri pentru grid */
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 coloane */
    gap: 20px; /* Spațiu între imagini */
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    height: 300px; /* Înălțimea fixă pentru a menține uniformitatea */
}

.grid-item img {
    width: 100%;
    height: 100%; /* Imaginile vor ocupa toată înălțimea containerului */
    object-fit: cover; /* Asigură că imaginea va acoperi întregul container fără a distorsiona */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.grid-item:hover img {
    transform: scale(1.1); /* Efect de zoom la hover */
}

.btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #42A730;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #11490c;
}

/* Stiluri responsive pentru mobil */
@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: 1fr; /* O singură coloană pe dispozitive mici */
    }
}



/*---------------------------- DESPRE NOI COLLAPSIBLE-------------------------------*/
.collapsible-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: #f4f4f4;
}

.left {
    flex: 1;
    padding-right: 20px;
}

.right {
    flex: 1;
    text-align: center;
}

.section-image {
    width: 100%;
    max-width: 500px;
    height: auto;
}

/* Collapsible button */
.collapsible-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background-color: #f4f4f4;
}

.left {
    flex: 1;
    padding-right: 20px;
}

.right {
    flex: 1;
    text-align: center;
}

.section-image {
    width: 100%;
    max-width: 500px;
    height: auto;
}

/* Collapsible button */
.collapsible {
    background-color: #42A730;
    color: white;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 24px; /* Dimensiune mare pentru titlu */
    font-weight: bold; /* Titlul va fi cu caractere îngroșate */
}

.collapsible:hover {
    background-color: #1a3f14;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    font-size: 18px; /* Dimensiune normală pentru text */
}
body {
    font-family: 'Poppins', sans-serif;
}

.content p {
    margin-bottom: 20px; /* Adaugă un spațiu între paragrafe */
}

/* Arată conținutul când butonul este activ */
.collapsible.active + .content {
    display: block;
}



/*----------------------------------- Footer ---------------------------------*/
footer {
    background-color: #333; /* Dark background color */
    color: #42A730; /* White text color */
    padding: 20px 0; /* Padding around the footer */
    text-align: left; /* Align text to the left */
}

.footer-container {
    display: flex; /* Use flexbox for layout */
    justify-content: space-around; /* Space between columns */
}

.footer-column {
    flex: 1; /* Make each column take equal space */
    padding: 0 20px; /* Padding inside each column */
}

.footer-column h3 {
    border-bottom: 1px solid #555; /* Underline for headings */
    padding-bottom: 10px; /* Space below headings */
}

.footer-column ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
}

.footer-column ul li {
    margin: 10px 0; /* Space between list items */
}

footer .footer-bottom a {
    color: orange; /* Aici se definește culoarea portocalie */
    text-decoration: none; /* Elimină sublinierea */
}

footer .footer-bottom a:hover {
    text-decoration: underline; /* Sublinierea apare la hover */
}


.footer-column a {
    color: #ffffff; /* White link color */
    text-decoration: none; /* Remove underline from links */
}

.footer-column a:hover {
    text-decoration: underline; /* Underline on hover */
}

.footer-bottom {
    text-align: center; /* Center the copyright text */
    margin-top: 20px; /* Space above copyright */
}
