@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


:root {
    --accent: #2ecc71;
    --text-color: #333;
    --bg-color: #C9F2C6;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *::after, *::before  {
    box-sizing: inherit;     
}

ul , li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

button {
    padding: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

/* START GENERAL PAGE STYLING */
.top-slider__btn:hover {
    background-color: #6ca668;
    color: #fff;
    cursor: pointer;
}

.call__btn:hover {
    background-color: #6ca668;
    cursor: pointer;
}

.team__btn:hover {
    background-color: #6ca668;
    color: #fff;
    cursor: pointer;
}

#call__box__span {
    font-style: italic;
    color: #27772b;
}

#button-switcher {
  background-color: #0f7b45;
  color: white;
  font-weight: bold;
  border: none;
  padding: 8px 10px;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

#button-switcher:hover{
    background-color: #178c51;
}



/* END GENERAL PAGE STYLING */

.container {
   padding: 0 20px; 
}

body {
    min-width: 320px;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto' , 'Arial' , sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: var(--text-color);
}

/* HEADER START */


.header {
    background-color: #C9F2C6;
}

.header__inner {
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo__link{
    margin-left: 8px;
}

.logo__link-img{
    width: 190px;
    height: 100%; 
}

.menu__btn{
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: none;
    background-color: #fff;
    position: relative;
}

.menu__btn::after{
    content: "";
    width: 12px;
    height: 2px;
    border-radius: 1px;
    background-color: #000 ;
    position: absolute;
    top: 15px;
    left: 14px;
    box-shadow: 0 4px 0 0 #000 , 0 8px 0 0 #000;
}

.hamburger{
    display: none;
}

.nav-bar ul{
    display: flex;
}

.nav-bar li a{
    display: block;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    transition: 0.2s;
    margin: 0 5px;
    font-family: 'Poppins', 'Roboto', sans-serif;
    background-color: var(--accent);
    border: 1px solid transparent;
}

.nav-bar ul li a:hover{
    background-color: #e0f7ec;
    color: var(--text-color);
    border: 1px solid var(--accent);
}


@media (max-width: 950px) {
    .hamburger{
        display: block;
        cursor: pointer;
    }

    .hamburger .line{
        width: 30px;
        height: 3px;
        background-color: #358657;
        margin: 6px 0;
    }

    .nav-bar{
        position: absolute;
        height: 0;
        top: 150px;
        left: 0;
        right: 0;
        width: 100vw;
        background: rgba(255, 255, 255, 0.2); 
        backdrop-filter: blur(8px);
        transition: 0.2s;
        z-index: 10;
        overflow: hidden;
    }

    .nav-bar.active{
        height: 450px;
    }

    .nav-bar ul{
        display: block;
        width: fit-content;
        margin: 80px auto 0 auto;
        text-align: center;
        transition: 0.5s;
        opacity: 0;
    }

    .nav-bar.active ul {
        opacity: 1;
    }

    .nav-bar ul li a{
        margin-bottom: 10px;
    }
    
    #top-slider__title-TEAMUP {
        font-size: 30px;
    }
}




@media (min-width: 640px) {
    .logo__link {
        margin-left: 24px;
    }
    .container {
        padding: 0 30px;
    }
    .header {
        min-height: 100px;
    }
    .header__inner {
        min-height: 100px;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 40px;
    }
    .logo__link {
        margin-left: 0px;
    }
} 
@media (min-width: 1024px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1440px) {
    .menu__btn{
        margin-right: 90px;
    }
}

.head {
    background-image: url(images/hero/IMG_1297.JPG);
    background-repeat: no-repeat;
    background-position: center 60%;
    background-size: cover;
    min-height: 193px;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3); 
}



.top-slider {
    background: rgba(33, 33, 33, 0.5);
    .slick-dots {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        .slick-active{
            button{
                background-color: transparent;
                border: 1px solid #204630;
            }
        }
        button {
            font-size: 0;
            background-color: #58b980;
            border: none;
            padding: 0;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin: 0 10px;
        }
    }
}

.top-slider__btn {
    display: none;
}

.top-slider__text {
    display: none;
}

.slider__item {
    color: var(--accent);
    text-align: center;
    min-height: 193px;
}

.top-slider__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-family:'Poppins' , serif ;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 15px 0 28px;
    max-width: 303px;
    margin: 0 auto;
    position: relative;
}

.top-slider__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 8px;
    width: 61px;
    background-color: #318353;
    margin: 0 auto;
} 

.top-slider__img {
    width: 190px;
    height: auto;
    margin-bottom: 5px;
}

@media (min-width: 640px) {
    .head {
        min-height: 386px;
    }
    .top-slider {
        min-height: 386px;
        .slick-dots {
            bottom: 50px;
        }
        .slick-arrow{
            position: absolute;
            border: none;
            width: 56px;
            height: 56px;
            right: 0;
            z-index: 5;
        }
        .slick-prev {
            background-color: var(--accent);
            top: calc(50% - 56px);
        }
        .slick-next {
            background-color: var(--bg-color);
            bottom: calc(50% - 56px);
        }
    }
    .top-slider__item {
        min-width: 386px;
    }
    .top-slider__title {
        font-size: 60px;
        line-height: 60px;
        padding: 50px 0 15px;
        margin: 0 auto 30px;
        max-width: 450px;
    }

    .top-slider__btn {
        display: block;
        margin: 0 auto 113px;
        font-size: 18px;
        padding: 16px 45px;
       
        background-color: #2E7D32; 
        color: white;
        font-size: 18px;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
    }
    
    .top-slider__img {
        width: 380px;
        height: auto;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .top-slider__item{
        min-height: 465px;
    }
    .top-slider__title {
        padding: 87px 0 0;
        margin: 0 auto 0;
    }
    .top-slider__title::after {
        display: none;
    }
    .top-slider__text {
        display: block;
        padding: 25px 0 32px;
        font-family:'Poppins' , serif ;
        font-size: 18px;
        line-height: 20px;
        max-width: 550px;
        margin: auto;
        color: #10e268;
    }
}

@media (min-width: 1024px) {
    .top-slider {
        .slick-dots {
            bottom: 80px;
        }
    }
    .top-slider__item{
        min-height: 618px ;
    }
    .top-slider__title{
        padding-top: 101px;
        font-size: 84px;
        line-height: 84px;
        letter-spacing: 2px;
        max-width: 700px;
    }
    .top-slider__img {
        width: 520px;
    }
}

@media (min-width: 1440px) {
    .top-slider {
        .slick-dots {
            bottom: 80px;
        }
    }
    .top-slider__item{
        min-height: 688px ;
    }
    .top-slider__title{
        padding-top: 107px;
        font-size: 96px;
        line-height: 96px;
        letter-spacing: 2px;
        max-width: 800px;
    }
    .top-slider__text{
        font-size: 24px;
        line-height: 26px;
        min-width: 900px;   
    }
    .top-slider__img {
        width: 560px;
    }
}

/* CALL START */


.call {
    background-color: var(--bg-color);
    padding: 40px 0px;
    color: #000;
    text-align: center;
}
.call__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Poppins' , 'Arial' , sans-serif;
    margin-bottom: 10px;
    color: #2d9332;
}   
.call__text{
    margin-bottom: 40px;
    font-family: 'Roboto' , 'Arial' , sans-serif;
}
.call__btn{
    padding: 17px 16px;
    font-size: 18px;

    background-color: #4CAF50; /* Verde deschis și vibrant */
    color: white;
    font-size: 17px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.35);
}

.call__btn:hover {
    background-color: #66BB6A; 
    transform: translateY(-2px);
    cursor: pointer;
}

@media (min-width: 768px) {
    .call {
        text-align: left;
    }
    .call__inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .call__box{
        max-width: 427px;
    }
    .call__text{
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .call__box{
        max-width: 500px;
    }
}

@media (min-width: 1440px) {
    .call__inner{
        padding: 0 80px;
    }
    .call__box{
        max-width: 786px;
    }
}

/* END CALL */
/* START BENEFITS */

.benefits {
  background-color: #f8f5f0;
  padding: 80px 20px;
}

.benefits .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 40px;
}

.benefits-intro {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
  max-width: 700px;
  margin-inline: auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARDURI CU IMAGINI */
.benefit-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.benefit-card:hover {
  transform: scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.benefit-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: white;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: background 0.3s;
}

.benefit-card h3 {
  font-size: 1.4rem;
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  color: var(--bg-color);
}

.benefit-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ddd;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .benefits {
    padding: 60px 15px;
  }

  .section-title {
    font-size: 2rem;
  }

  .benefits-intro {
    font-size: 1rem;
  }

  .benefit-card {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .benefit-card {
    height: 220px;
  }

  .benefit-card h3 {
    font-size: 1.2rem;
  }

  .benefit-card p {
    font-size: 0.9rem;
  }
}





/* END BENEFITS */
/* START STATISTICS */
#statistics {
  padding: 60px 0;
  background-color: #388444;
  text-align: center;
}

#statistics .section-title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
}

.stats-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-box {
  background-color: #fff; 
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 30px;
  flex: 1 1 calc(25% - 20px);
  min-width: 200px;
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 2rem;
  font-weight: bold;
  color: #388444;
  display: block;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1rem;
  color: #32743c;
}

@media (max-width: 1024px) {
  .stat-box {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .stat-box {
    flex: 1 1 100%;
  }

  #statistics .section-title {
    font-size: 2rem;
  }

  .stat-number {
    font-size: 1.8rem;
  }
}



/* END STATISTICS */
/* START HERO */

.services__item-img {
    object-fit: cover;  
    width: 240px;
    height: 250px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.services {
    padding: 25px 0 40px;
    text-align: center;
}

.services__item-text{
    padding: 0 32px ;
}

.title {
    font-size: 24px;
    line-height: 28px;
    color: var(--accent);
    font-family: 'Poppins' , 'Arial' , sans-serif; 
    font-weight: 700;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 47px;
}

.title::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: var(--accent) ;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.services__descr{
    font-size: 20px;
    line-height: 24px; 
    margin-bottom: 30px;
}

.services__text{
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 40px;
}

.services__items{
    min-height: 550px;
    border: 2px solid #eceaea;
    background-color: #3ba24a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-spacing: 0;
    border-bottom: 0;  
}

.services__items:last-child{
    border-bottom: 2px solid #eceaea; 
}

.services__items:hover{
    background-color: var(--bg-color);
    .services__item-text{
        display: block;
    }
    .services__item-link{
        display: block;
    }
    .services__item-title{
        margin-bottom: 15px;
    }   

    .services__item-title {
        color: #1c7b44;
    }
}

.services__item-title{
    line-height: 19px;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
}  

.services__item-text{
    display: none;
    margin-bottom: 20px;
    color: var(--text-color);
}

.services__item-link{
    display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #2ecc71;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.services__item-link:hover {
    color: #179c4e;
}

.services__item-inner{
    margin-bottom: 40px;
}

@media (min-width: 390px) {
    .services__item-img {
        width: 280px;
        height: 290px;
    }
}

@media (min-width: 450px) {
    .services__item-img {
        width: 330px;
        height: 300px;
    }
}

@media (min-width: 540px) {
    .services__item-img {
        width: 370px;
        height: 300px;
    }
}

@media (min-width: 640px ) {  
    .services {
        padding: 24px 0 0;
        text-align: center;
    }
    
    .title {
        font-size: 36px;
        line-height: 56px;
        color: var(--accent);
        font-family: 'Poppins' , 'Arial' , sans-serif; 
        font-weight: 700;
        position: relative;
        padding-bottom: 0; 
        margin-bottom: 20px;
    }
    
    .title::after{
        display: none;
    }
    
    
    .services__descr{
        font-size: 24px;
        line-height: 32px; 
        margin-bottom: 40px;
        padding-bottom: 38px;
        position: relative;
    }
    
    .services__descr::after{
        content: "";
        position: absolute;
        width: 100px;
        height: 8px;
        background-color: var(--accent);
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;   
    }

    .services__text{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .services__items{
        width: 50%;
        border-bottom: none;
    }       
    
    .services__items-container{
        display: flex;
        flex-wrap: wrap;
    }

    .services__items:last-child{
        border-bottom: none; 
    }

    .services__items:nth-child(even){
        border-left: none;
    }    
    .services__item-img {
        width: 260px;
    }
}

@media (min-width: 768px) {  
    .services {
        padding: 50px 0 0;
        text-align: center;
    }
    
    .title {
        margin-bottom: 30px;
        text-align: left;
    }
    
    .services__descr{
       text-align: left;
    }
    
    .services__descr::after{
        margin-left: 0;
    }

    .services__text{
       margin-bottom: 40px;
        text-align: left;
    }

    .services__items{
        min-height: 500px;
        width: 50%;
        border-bottom: none;
    } 

    .services__item-img{
        height: 280px;
        width: 280px;
    }
    
    .services__items-container{
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {  
    .services {
        padding: 52px 0 0;
        text-align: center;
    }
    
    .title {
        margin-bottom: 60px;
        text-align: left;
    }
    
    .services__descr{
        padding-bottom: 46px;
        margin-bottom: 40px;
    }

    .services__text{
        margin-bottom: 40px;
        text-align: left;
        max-width: 608px;
    }

    .services__items{
        min-height: 480px;
        width: 25%;
        border-bottom: none;
        transition: all 0.5s ease;
    } 

    .services__items:nth-child(2),
    .services__items:nth-child(6){
        border-right: none;
    }
    
    .services__items:hover{
        background-color: var(--bg-color);
    }

    
    .services__item-img{
        width: 200px;
        height: 250px;
    }

    .services__items-container{
        display: flex;
        flex-wrap: wrap;
    }
}


@media (min-width: 1440px) {  
    .services {
        padding: 0 0 0;
        text-align: center;
    }
    
    .services__inner{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .title {
        margin: 90px 0 40px;
        text-align: left;
    }
    
    .services__item-img{
        width: 250px;
        height: 200px;
    }

    .services__descr{
        padding-bottom: 38px;
        margin-bottom: 40px;
    }

    .services__text{
        max-width: 800px;
    }

    .services__items{
        height: 550px;
        width: 25%;
        border-bottom: none;
    } 

    .services__items:nth-child(2),
    .services__items:nth-child(6){
        border-right: none;
    }
    
    .services__item-img{
        width: 250px;
        height: 300px;
    }

    .services__items-container{
        display: flex;
        flex-wrap: wrap;
    }
}


/* END HERO */
/* START ORGANIZATION */

.organization {
    background-color: #388444;
    padding: 20px 0px;
    color: #000;
    text-align: center;
}
.organization__title{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Poppins' , 'Arial' , sans-serif;
    margin-bottom: 10px;
    color: #fff;
}   
.organization__text{
    margin-bottom: 40px;
    font-family: 'Roboto' , 'Arial' , sans-serif;
}
.organization__btn{
    padding: 17px 16px;
    font-size: 18px;
    margin-top: 35px;

    background-color: #4CAF50; /* Verde deschis și vibrant */
    color: white;
    font-size: 17px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.35);
}



.organization__btn:hover {
    background-color: #66BB6A; 
    transform: translateY(-2px);
    cursor: pointer;
}


@media (min-width: 655px) {
    .organization__title {
        font-size: 28px;
    }
    .organization__btn {
        margin-top: 15px;
    }   
}

@media (min-width: 768px) {
    .organization__title {
        font-size: 32px;
    }
    .organization__btn {
        margin-top: 25px;
    }   
}

@media (min-width: 1024px) {
    .organization__title {
        font-size: 35px;
    }
}

@media (min-width: 1024px) {
    .organization__inner {
        padding: 0 80px;
    }
}




/* END ORGANIZATION */
/* START PROJECT */

.project{
    text-align: center;
    padding: 20px 0 40px;
    background: linear-gradient(180deg, #C9F2C6 0%, rgba(201, 242, 198, 0) 100%);
}

.project__title{
    margin-bottom: 40px;
    padding-bottom: 38px;
    text-align: center;
}   

.project__title::after{
    display: block;  
}

.project__text{
    font-size: 16px;
    max-width: 900px;
    margin: 40px auto;
}

.project__item-text{
    display: block;
    padding: 20px 0;
    letter-spacing: 2px;
    line-height: 19px;
    font-size: 19px;
}

.project__item-img{
    width: 270px;
    min-height: 200px;
    border-radius: 4px;
    margin-bottom: 30px;
}


@media (min-width: 640px){
    .project{
        padding: 40px 0 40px;
    }
    
    .project__title{
        margin-bottom: 40px;
    }
    
    .project__title::after{
        display: block;  
        width: 100px;
    }

    .project__text{
        font-size: 17px;
    }
    
    .project__item-text{
        padding: 20px 0;
        letter-spacing: 2px;
        line-height: 23px;
        font-size: 20px;
    }
    
    .project__item-img{
        width: 310px;
        min-height: 200px;
        border-radius: 4px;
    }
}

@media (min-width: 768px){
    .project{
        padding: 80px 0 60px;
    }
    
    .project__items{
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
    }

    .project__title{
        margin-bottom: 40px;
    }
    
    .project__title::after{
        display: block;  
        width: 100px;
    }

    .project__text{
        font-size: 17px;
    }
    
    .project__item-text{
        padding: 30px 0;
    }
    
    .project__item-img{
        width: 300px;
        height: 250px;  
        border-radius: 4px;
    }
}

@media (min-width: 1024px){
    
    .project__items{
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
    }

    .project__item{
        width: 50%;
    }

    .project__title{
        margin-bottom: 40px;
    }
    
    .project__text{
        font-size: 17px;
    }
    
    
    .project__item-img{
        width: 300px;
        height: 250px;  
        border-radius: 4px;
    }
}

@media (min-width: 1440px){
    
    .project__items{
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
    }

    .project__item{
        width: 33%;
    }

    .project__title{
        margin-bottom: 40px;
    }
    
    .project__text{
        margin-bottom: 80px;
        font-size: 20px;
        line-height: 1.2;
    }
    
    
    .project__item-img{
        width: 300px;
        height: 250px;  
        border-radius: 4px;
    }
}




/* END PROJECT */
/* START LOCATION */


.location {
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(to bottom, #b8e6b8, #ffffff);
}

.location__title {
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 38px;
}

.location__title::after{
    display: block;  
}

.location__text {
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 10px;
  line-height: 1.2;
}

.location__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.location__item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.location__item-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Responsive columns */

@media (min-width: 640px) {
    .location {
        padding: 40px 0 40px;
    }
    
    .location__title::after{
        display: block;  
        width: 100px;
    }
    .location__text {
        font-size: 17px;
    }
}

@media (min-width: 768px) {
    .location {
        padding: 80px 0 60px;
    }

    .location__title {
        margin-bottom: 40px;
    }
}


@media (min-width: 1024px) {
  .location__item {
    width: calc(50% - 15px); /* 2 per row with gap */
  }
  .location__text {
        font-size: 17px;
  }
}

@media (min-width: 1440px) {
  .location__item {
    width: calc(50% - 15px);
  }

  .location__item-img {
    max-width: 700px;
  }
  .location__text {
        font-size: 20px;
  }
}






/* END LOCATION */
/* START TEAM */


.team{
    padding: 20px 0 40px;
    text-align: center;
}

.team__images{
    width: 100%;
    margin-bottom: 40px;
    border-radius: 4px;
}

.team__title{
    color: var(--accent);
    margin-bottom: 23px;
    padding-bottom: 36px;
}

.team__title::after{
    display: block;
}

.team__text{
    margin-bottom: 54px;
}

.team__btn{
    padding: 21px 26px;
    font-size: 18px;
    background-color: #4CAF50;
    color: white;
    padding: 14px 28px;
    font-size: 17px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.35);  
}

.team__btn:hover {
    background-color: #66BB6A; 
    transform: translateY(-2px);
    cursor: pointer;
}

@media (min-width: 640px){
    .team{
        padding: 46px 0 53px;
    }
    
    .team__images{
        margin-bottom: 40px;
    }
    
    .team__title{
        margin-bottom: 40px;
    }

    .team__title::after{
        display: block;
        width: 100px;
    }
    
    .team__text{
        margin-bottom: 56px;
    }
    
    .team__btn{
        font-size: 20px;
    }
}

@media (min-width: 768px){
    .team{
        padding: 40px 0 48px;
        text-align: left;
    }
    
    .team-inner{
        display: flex;
    }

    .team__images{
        margin-bottom: 0;
        width: 365px;
        height: 100%;
        margin-right: 34px;
    }
    
    .team__title{
        margin-bottom: 7px;
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 28px;
    }

    .team__title::after{
        display: block;
        width: 100px;
        margin-left: 0;   
    }
    
    .team__text{
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 20px;
    }
    
    .team__btn{
        font-size: 18px;
    }
}

@media (min-width: 1024px){
    .team{
        padding: 80px 0;
        text-align: left;
    }
    
    .team__images{
        margin-bottom: 0;
        width: 430px;
        height: 100%;
        margin-right: 60px;
    }
    
    .team__title{
        margin-top: 10px;
        margin-bottom: 19px;
    }   
    
    .team__text{
        margin-bottom: 20px;
        line-height: 24px;
    }
    
    .team__btn{
        font-size: 18px;
    }
}

@media (min-width: 1440px){
    .team{
        padding: 50px 0 110px;
        text-align: left;
    }
    
    .team__images{
        margin-bottom: 0;
        width: 510px;
        height: 100%;
        margin-right: 93px;
    }
    
    .team__title{
        margin-bottom: 40px;
    }   
    
    .team__text{
        margin-bottom: 40px;
        width: 553px;
    }       
    
    .team__btn{
        font-size: 18px;
    }
}

/* TEAM END */



/* CONTACT START */

.contact{
    padding: 20px 0 40px;
    text-align: center;
    background-color: var(--bg-color);
}

.contact__form-container{
    text-align: left;
    padding: 0 20px;
}

.contact__title{
    font-size: 24px;
    margin-bottom: 23px;
    padding-bottom: 36px;
}

.contact__text{
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.5;
}   

.contact__text-span{
    font-style: italic;
    color: #2d794d;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.contact__text-span:hover {
    color: #065025;
}

.contact__map{
    margin-bottom: 20px;
    width: 250px; 
    height: 250px;
}

.contact__form-label{
    font-size: 17px;
}

.contact__form-fullname{
    display: flex;  
    margin-bottom: 20px;
}

.contact__form-fullname input{
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 5px;
}

.contact__form-fullname input#name{
    margin-right: 10px;
}

.contact__form-email input{
    width: 210px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 5px;    
}

.contact__form-email, 
.contact__form-phone,
.contact__form-message{
    margin-bottom: 20px;
}

.contact__form-phone input{
    width: 180px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 5px;
}

.contact__form-message textarea{
    width: 210px;
    height: 140px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 15px;
    margin-top: 5px;
    resize: none;
    font-family: 'Roboto' , 'Arial' , sans-serif;
}

.contact__form-button input{
    background-color: #4CAF50;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
    
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact__form-button input:hover {
    background-color: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    border: 2px solid var(--accent);    
    outline: none;
  }

  ::placeholder{
    font-size: 14px;
    font-style: italic;
  }

  input:focus:invalid{
    border: 1px solid rgb(228, 14, 14);
  }


  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


  @media (min-width: 328px  ){
    .contact__form-container{
        text-align: center;
    }
    .contact__form-fullname{
        justify-content: center;
    }
  }


  @media (min-width: 380px) {
    .contact__map{
        width: 330px; 
        height: 360px;
    }
    .contact__form-fullname input{
        width: 150px;
        padding: 10px;
        font-size: 18px;
    }
    .contact__form-email input{
        width: 180px;
        padding: 10px;
        font-size: 18px;
    }
    .contact__form-phone input{
        width: 180px;
        padding: 10px;
        font-size: 18px;
    }
  }

 @media (min-width: 560px) {
    .contact__map{
        width: 410px;
        height: 450px;
    }
  }

  @media (min-width: 640px){
    .contact{
        padding: 46px 0 53px;
        text-align: left;
    }
    
    .contact__form-container{
        padding: 0 20px;
        text-align: left;
    }
    
    .contact__title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .contact__text{
        font-size: 16px;
        margin-bottom: 20px;
    }   
    
    .contact__map{
        margin-bottom: 20px;
        width: 310px;
        height: 380px;
    }
    
    .contact__form-label{
        font-size: 17px;
    }
    
    .contact__form-fullname{
        display: flex;  
        margin-bottom: 20px;
    }
    
    .contact__form-fullname input{
        width: 100px;
        padding: 5px;
        font-size: 16px;
    }
    
    .contact__form-fullname input#name{
        margin-right: 10px;
    }
    
    .contact__form-email input{
        width: 210px;
        font-size: 16px;
        margin-top: 5px;    
    }
    
    .contact__form-email, 
    .contact__form-phone,
    .contact__form-message{
        margin-bottom: 20px;
    }
    
    .contact__form-phone input{
        width: 180px;
        font-size: 16px;
        margin-top: 5px;
    }
    
    .contact__form-message textarea{
        width: 210px;
        height: 140px;
        padding: 5px;
        font-size: 16px;
    }
    
    .contact__form-button input{
        font-size: 16px;
        margin-top: 5px;
        padding: 8px 15px;
    }  

    .contact__inner{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .contact__title{
        margin-bottom: 40px;
        padding-bottom: 20px ;
    }

    .contact__title::after{
        display: block;
        margin-left: 0;
        width: 100px;
    }
    ::placeholder{
        font-size: 15px;
    }

}

@media (min-width: 768px){
    .contact{
        padding: 40px 0 48px;
        text-align: left;
    }
    
    .contact__form-container{
        padding: 0 20px;
    }
    
    .contact__title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .contact__text{
        font-size: 17px;
        margin-bottom: 20px;
    }   
    
    .contact__map{
        margin-bottom: 20px;
        width: 400px;
        height: 400px;
    }
    
    .contact__form-label{
        font-size: 17px;
    }
    
    .contact__form-fullname{
        display: flex;  
        margin-bottom: 20px;
    }
    
    .contact__form-fullname input{
        width: 100px;
        padding: 5px;
        font-size: 16px;
        padding: 8px;
    }
    
    .contact__form-fullname input#name{
        margin-right: 10px;
    }
    
    .contact__form-email input{
        width: 210px;
        font-size: 16px;
        margin-top: 5px;    
        padding: 8px;
    }
    
    .contact__form-email, 
    .contact__form-phone,
    .contact__form-message{
        margin-bottom: 20px;
    }
    
    .contact__form-phone input{
        width: 180px;
        font-size: 16px;
        margin-top: 5px;
        padding: 8px;
    }
    
    .contact__form-message textarea{
        width: 210px;
        height: 140px;
        padding: 5px;
        font-size: 16px;
        padding: 8px;
    }
    
    .contact__form-button input{
        font-size: 16px;
        margin-top: 5px;
        padding: 8px 15px;
    }  

    .contact__inner{
        display: flex;
        justify-content: space-evenly;
    }

    .contact__title{
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 28px;
    }

    .contact__title::after{
        display: block;
        margin-left: 0;
        width: 100px;
    }

    ::placeholder{
        font-size: 16px;
    }
}

@media (min-width: 1024px){
    .contact{
        padding: 80px 0;
        text-align: left;
    }
    
    .contact__title{
        font-size: 24px;
        margin-bottom: 19px;
    }
    
    .contact__text{
        font-size: 17px;
        margin-bottom: 20px;
    }   
    
    .contact__map{
        margin-bottom: 20px;
        width: 425px;
        height: 425px;  
    }
    
    .contact__form-label{
        font-size: 17px;
    }
    
    .contact__form-fullname{
        display: flex;  
        margin-bottom: 20px;
    }
    
    .contact__form-fullname input{
        width: 140px;
        padding: 5px;
        font-size: 16px;
        padding: 8px;
    }
    
    .contact__form-fullname input#name{
        margin-right: 10px;
    }
    
    .contact__form-email input{
        width: 240px;
        font-size: 16px;
        margin-top: 5px;    
        padding: 8px;
    }
    
    .contact__form-email, 
    .contact__form-phone,
    .contact__form-message{
        margin-bottom: 20px;
    }
    
    .contact__form-phone input{
        width: 180px;
        font-size: 16px;
        margin-top: 5px;
        padding: 8px;
    }
    
    .contact__form-message textarea{
        width: 280px;
        height: 140px;
        padding: 5px;
        font-size: 16px;
        padding: 8px;
    }       
    
    .contact__form-button input{
        font-size: 17px;
        margin-top: 5px;
        padding: 10px 40px;
    }  

    .contact__inner{
        display: flex;
        justify-content: space-evenly;
    }

    .contact__title{
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 28px;
    }

    .contact__title::after{
        display: block;
        margin-left: 0;
        width: 100px;
    }

    ::placeholder{
        font-size: 16px;
    }
}


@media (min-width: 1440px){
    .contact{
        padding: 50px 0 110px;
    }
    
    .contact__title{
        font-size: 24px;
        margin-bottom: 19px;
    }
    
    .contact__text{
        font-size: 18px;
        margin-bottom: 20px;
    }   
    
    .contact__map{
        margin-bottom: 20px;
        width: 500px;
        height: 500px;  
    }
    
    .contact__form-label{
        font-size: 18px;
    }
    
    .contact__form-fullname{
        display: flex;  
        margin-bottom: 20px;
    }
    
    .contact__form-fullname input{
        width: 160px;
        padding: 5px;
        font-size: 16px;
        padding: 10px;
    }
    
    .contact__form-fullname input#name{
        margin-right: 10px;
    }
    
    .contact__form-email input{
        width: 260px;
        font-size: 16px;
        margin-top: 5px;    
        padding: 10px;
    }
    
    .contact__form-email, 
    .contact__form-phone,
    .contact__form-message{
        margin-bottom: 20px;
    }
    
    .contact__form-phone input{
        width: 180px;
        font-size: 16px;
        margin-top: 5px;
        padding: 10px;
    }
    
    .contact__form-message textarea{
        width: 280px;
        height: 180px;
        padding: 5px;
        font-size: 16px;
        padding: 10px;
    }       
    
    .contact__form-button input{
        font-size: 17px;
        margin-top: 5px;
        padding: 15px 50px;
    }  

    .contact__inner{
        display: flex;
        justify-content: space-evenly;
    }

    .contact__title{
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 28px;
    }

    .contact__title::after{
        display: block;
        margin-left: 0;
        width: 100px;
    }

    ::placeholder{
        font-size: 16px;
    }
}
/* CONTACT END */


/* GALLERY START */

.gallery__content-img{
    width: 250px;
    min-height: 200px;
    padding: 20px 0;
}

.gallery__content-img:nth-child(1) {
    padding: 0 0 20px;
}

.gallery__content-img:last-child{
    padding: 20px 0 0;
}   

.gallery__text{
    margin-bottom: 40px;
    font-size: 16px;
}

.gallery{
    padding: 20px 0 40px;
    text-align: center;
    background-color: var(--bg-color);
}

.gallery__title{
    margin-bottom: 40px;
    padding-bottom: 38px;
    text-align: center;
}   

@media (min-width: 390px) {
    .gallery__content-img {
        width: 310px;
    }
}


@media (min-width: 450px){
    .gallery__content-img{
        width: 350px;
    }
}

@media (min-width: 510px){
    .gallery__content-img{
        width: 400px;
    }
}

@media (min-width: 640px){
    .gallery{
        padding: 40px 0 40px;
        text-align: center;
    }
    
    .gallery__title::after{
        display: block;
        width: 100px;
    }

    .gallery__title{
        margin-bottom: 40px;
    }  

    .gallery__text{
        font-size: 17px;
    }

    .gallery__content-img{
        width: 300px;
        min-height: 200px;
        padding: 20px 0;
    }
    
    .gallery__content-img:nth-child(1) {
        padding: 0 0 20px;
    }
    
    .gallery__content-img:last-child{
        padding: 20px 0 0;
    }   
    
    .gallery__text{
        font-family: 'Roboto', 'Arial', sans-serif;
        font-size: 16px;
        line-height: 18px;
        color: var(--text-color);
    }
}

@media (min-width: 664px){
    .gallery__content-img{
        width: 250px;
        height: 200px;
        padding: 20px 10px  ;
        object-fit: cover;    
    }
    .gallery__content-img:nth-child(1) {
        padding: 20px 10px;
    }   
    
    .gallery__content-img:last-child{
        padding: 20px 10px;
    }   

}


@media (min-width: 768px){
    .gallery{
        padding: 80px 0 60px;
    }

    .gallery__inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .gallery__title{
        margin-bottom: 40px;
        font-size: 36px;
    }   

    .gallery__content-img{
        width: 300px;
        height: 300px;
        padding: 20px 10px;
        object-fit: cover;
    }

    .gallery__content-img:hover{
        transform: scale(1.2);
        transition: transform 0.3s ease-in-out;
    }   


    .gallery__content-img:nth-child(1) {
        padding: 20px 10px;
    }
    
    .gallery__content-img:last-child{
        padding: 20px 10px;
    }       
    
    .gallery__text{
        font-family: 'Roboto', 'Arial', sans-serif;
        font-size: 18px;
        line-height: 18px;
        color: var(--text-color);
        max-width: 600px;

    }
    .gallery__text-container{
        margin: 0px auto;
    }
}


@media (min-width: 1024px){
    .gallery__inner{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .gallery__title{
        margin-bottom: 40px;
    }  

    .gallery__content-img{
        width: 400px;
        height: 350px;
        padding: 20px 10px;
        object-fit: cover;
    }   
    
    .gallery__text{
        font-family: 'Roboto', 'Arial', sans-serif;
        font-size: 18px;
        line-height: 18px;
        color: var(--text-color);
        max-width: 600px;

    }
    .gallery__text-container{
        margin: 0px auto;
    }
}

@media (min-width: 1440px) {
    .gallery__text{
        margin-bottom: 80px;
        font-size: 20px;
        line-height: 1.3;
    }
}

/* GALLERY END */
/* FOOTER START */

.footer {
  background: #1c7b44;
  padding: 40px 20px 20px;
  color: #fff;
  text-align: center;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.footer__section {
  max-width: 300px;
}

.footer__brand {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer__desc {
  font-size: 17px;
  line-height: 1.5;
}

.footer__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer__socials a {
  margin: 0 10px;
  font-size: 24px;
  text-decoration: none;
  color: #333;
  transition: transform 0.2s ease;
}

.footer__socials a:hover {
  transform: scale(1.1);
}

.footer__bottom {
  margin-top: 40px;
  font-size: 14px;
  opacity: 0.7;
}

.footer__img-logo {
    height: 50px;
    margin-bottom: 10px;
    width: auto; 
}


@media (min-width: 768px) {
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer__section {
    max-width: 30%;
  }

  .footer__bottom {
    text-align: center;
  }
}

.footer__contact-info:hover {
    color: #8ad43f;
    transition: 0.2s ease-in;
}

/* FOOTER END */

