body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #e4e6e9;
    padding-top: 250px;
    color: #046820;  

    }
     .about-section, .contact-section, .hero-section{
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
        font-size: 16px; 
        border-radius: 12px;
        background: linear-gradient(135deg, #f1f1f1, #e2e2e2);



    }
    
        

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(135deg, #e0ffe0, #a8f0c6, #c6f5e9); 
        color: #046820; 
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding-top: 10px;
        padding-bottom: 10px;
    
}


header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    gap: 20px;
    
}
.header nav ul a:hover {
    background-color: rgba(244, 250, 245, 0.2);
}

header nav ul li {
    margin: 0 15px;
    gap: 20px;
}

header nav ul li a {
    text-decoration: none;
    color: rgb(14, 14, 14);
    font-weight: bold;
    gap: 20px;
}

section {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(233, 216, 216, 0.1);
    margin-bottom: 30px;
}





@media (max-width: 768px){
    header nav ul {
        flex-direction: column;
    }

    header nav ul li {
        margin: 10px 0;
    }
       

    section {
      padding: 15px;
      margin-left: 15px;
      margin-right: 15px;
    }
}
   
   
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    


}

.logo {
    display: flex;
    align-items: center;
        font-size: 1.8em;
        font-weight: bold;
        text-decoration: none;
}

.logo img {
    width: 150px; 
    margin-right: 15px;
}

.logo h1 {
    margin: 0;
    
}

.contact-info1{
    align-items:center;
    gap: 10px;
    text-align:center;
}



@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        
    }

    .contact-info {
        margin-top: 10px;
    }

    .logo h1 {
        font-size: 18px;
    }

    .search-box input {
        width: 150px;
    }
    
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
   
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: flex;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    transition: background-color 0.3s;
    
}

nav ul li a:hover {
    background-color: #19482a; 
  
}

.contact-section {
    background: linear-gradient(135deg, #f1f1f1, #e2e2e2);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    

}



.contact-section .form-group {
   
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
   
}

.contact-section input{
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #ccc;

} 




.contact-section button {
    padding: 15px;
    background: linear-gradient(135deg, #3cb371, #2e8b57); /* گرادینت سبز شیک */
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.contact-section button:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #2e8b57, #228b22); /* سبز تیره‌تر روی هاور */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.contact-section input,
.contact-section select,
.contact-section textarea {
    margin-bottom: 15px;
}

.hero-section {
    display: block;
    align-items: center;
    justify-content: center;
    height: 100vh; 
    color: #f8f7f7;
    text-align: center;
   
    
   
}

.hero-heading {
    font-size: 2em; 
    font-weight: bold;
    text-transform: uppercase; 
    letter-spacing: 2px;
    text-shadow: 5px 6px 9px rgba(0, 0, 0, 0.3); 
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    color: #0b6d2f;
  

}

.about-section {
   
    text-align: center;
}

.about-section h2 {
    font-size: 2.5em;
    color: green;
}


.contact-info1 {
    display: inline-block;
    color: #0f3707;
    align-items: flex-end;

    
}

.contact-info a {
    color: green;
    text-decoration: none;
    
}


.matn{
    text-align: justify;
    font-size: 16px;
    padding: 15px;

}


.Leistung {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: linear-gradient(135deg, #f1f1f1, #e2e2e2);
  
    
}
#Leistung h2 {
    text-align: center;
    color: green;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
    color: green;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: 10px;
}

.desktop-menu {
    display: flex;
    justify-content: center; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    border-radius: 0 0 50px 50px;
    background-color: #49c189;
}

.desktop-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.desktop-menu ul li a {
    text-decoration: none;
    color: #f0f0f0; /* هماهنگ با رنگ متن header */
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.desktop-menu ul li a:hover {
    background-color: #a4f078;
    color: #024e20;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}



.mobile-menu.open {
    display: block;
   
}

.menu-toggle {
    display: none;
    cursor: pointer;
    z-index: 1001;
    margin-right: 25px; 
    font-size: 20px;
    
}

.menu-toggle:hover {
    transition: all 0.1s ease;
    cursor: pointer;
}


.mobile-menu {
    display: block;
    padding: 10px 15px;
    position: fixed;
    top: 70px;
    right: 10px;
    width: 70%;
    max-width: 300px;
    background: linear-gradient(135deg, #3cb371, #2e8b57);
    color: white;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease;
    opacity: 0;
}


.mobile-menu.open {
    transform: translateX(0);
    opacity: 1;
}


.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.mobile-menu ul li {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.mobile-menu ul li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    display: block;
    transition: color 0.2s ease;
}

.mobile-menu ul li a:hover {
    color: #ccebd3;
}


.slideshow-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    justify-content: center; 
    align-items: center;
    background-color: #f0f0f0;
    width: 1100px;
    padding-left: 50px;
    padding-right: 50px;

  }
  
  .image-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide-img {
    width: 100%; 
    flex-shrink: 0; 
    height: auto;
    margin: 40px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.5s ease; 
    display:flex;
    scroll-snap-type: x mandatory; 
    height: 400px;
    

  }
  
  .image-slider .active {
    transform: scale(1.5); 
  }
  
 
  .modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 60%;
    max-width: 700px;
  }
  
  .close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .accordion {
    margin: 20px 0;
}

.accordion-item {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 0;
   
   

}

.accordion-title {
    padding: 15px;
    background: linear-gradient(135deg, #3cb371, #2e8b57); 
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 60%;
    display: block;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    margin-right: auto;
    margin-left: auto;
}
.accordion-title:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #2e8b57, #228b22); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
   
}

.accordion-content {
    padding: 10px;
    display: none;
    border-top: 1px solid #ccc;
    justify-items: center;
}
.services{
    background: linear-gradient(135deg, #f1f1f1, #e2e2e2);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.footer1 {
    padding: 40px 20px;
    background: linear-gradient(135deg, #e0ffe0, #a8f0c6, #c6f5e9); 
    color: #046820; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15);
    gap: 30px;
}

.contact-info, .social, .besucher {
    flex: 1 1 250px;
    padding: 0 20px;
    border-left: 4px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

.contact-info h3,
.social h3,
.besucher h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #046820;
}

footer a {
    color: #046820;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #005f45;
}

.social a {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.social a i {
    margin-right: 10px;
    font-size: 18px;
}



@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    .desktop-menu {
        display: none; 
    }
    
    
.accordion {
    margin: 20px 0;
}

.accordion-item {
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.accordion-title {
    padding: 10px;
    font-size: 18px;
    background-color: green;
    color: white;
    cursor: pointer;
    margin: 0;
    border-radius: 20px;
    
}

.accordion-content {
    padding: 10px;
    display: none;
    border-top: 1px solid #ccc;
}
.slideshow-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    justify-content: center; 
    align-items: center;
    background-color: #f0f0f0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;

  }
  
  .image-slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    padding: 0;
    
    
}
  
.slide-img {
    margin: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.5s ease; 
    display:flex;
    scroll-snap-type: x mandatory; 
    width: 100%;
    padding: 0;
    
   

  }
  .footer1 {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px;
    color: #046820;
    display: flex;
    justify-content: space-between; 
    flex-direction: column; 
    align-items: center;
}

.contact-info, .social, .besucher {
 
    font-size: 15px;
    border-left: none; 
    padding: 10px 0;
    text-align: center; 
    border-top: 2px solid #f7f4f4;
    color: #046820;;
}

.social {
    text-align: center;
    flex-direction: column; 
}

.social a {
    margin: 10px 0;
    text-decoration: none;
    
}

.social a i {
    margin-right: 8px;
}

.social a:hover {
    color: #0ff9f1;
}

.besucher h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

footer a {
    color: #338209;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
.hero-heading {
    font-size: 1.1em; 
    font-weight: bold;
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-shadow: 5px 6px 9px rgba(0, 0, 0, 0.3); 
    animation: textGlow 3s ease-in-out infinite alternate; 
    text-align: center;
  

}
}
.contact-info1 a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.contact-info1 a:hover {
    text-decoration: underline;
    cursor: pointer;
}
