*, body {
   margain: 0;
   padding: 0;
   font-family: "Arial" , sans-serif
   }
  .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 1px solid gray;
    }
  .header-nav{
    display: flex;
    gap: 40px;
    }
  .header-link{
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    }
    .hero{
    display:flex;
    flex-direction:column;
    gap: 30px;
    padding: 80px 0;
    }
    
    .hero-container{
     padding:0 90px; 
    }
    
    .hero-title{
      font-size:55px;
      letter-spacing:1.3px;
    }
    
  .hero-list{
    list-style:none;
    display:flex;
    gap:10px;
    margin-top:15px;
    }
    
    .hero-item{
      background-color: #e3ffe3;
      color: #006400;
      padding:5px 20px;
      width: 120px;
      text-align:center;
      border-radius: 20px;
    }
    
    .hero-gallery{
      display:flex;
    }
    .feature-box {
    background-color: #e3ffe3;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.feature-box h3 {
    margin-top: 0;
    color: #2c3e50;
}

.back-link {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
}

.back-link:hover {
    color: #2980b9;
    text-decoration: underline;
}
.feature-box {
    background-color: #fef9e7;
    border-left: 6px solid #f1c40f;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.feature-box ul {
    list-style-type: none;
    padding-left: 10px;
}

.footer-note {
    background-color: #ecf0f1;
    padding: 10px;
    border-radius: 5px;
    font-style: italic;
}

body {
    padding: 40px 90px; 
    background-color: #ffffff;
    line-height: 1.6;
    color: #333;
}

h1 {
    font-size: 45px;
    letter-spacing: 1.3px;
    margin-bottom: 30px;
    color: #000;
}

.back-link {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.back-link:hover {
    text-decoration: underline;
}

.content-section {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 800px;
}

.feature-box {
    background-color: #fef9e7; 
    border-left: 6px solid #f1c40f;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.feature-box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #2c3e50;
}

.feature-box p {
    font-weight: bold;
    margin-top: 15px;
    color: #444;
}

.feature-box ul {
    list-style-type: none;
    padding-left: 10px;
    margin-top: 8px;
}

.feature-box li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.feature-box li::before {
    content: "•";
    color: #f1c40f;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.hero-photo {
    display: block;
    margin-top: 40px;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    body {
        padding: 20px;
    }
    h1 {
        font-size: 32px;
    }
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 1px solid gray;
    background-color: white; 
}

.header-nav {
    display: flex;
    gap: 40px;
}

.header-link {
    text-decoration: none;
    color: black !important; 
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.header-link:hover {
    color: #006400; 
}

nav {
    background: none !important;
    padding: 0 !important;
}

nav ul {
    display: none; 
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    background-color: #f9f9f9;
}
.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header-link {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.about-hero {
    background-color: #2c3e50;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.about-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.about-content {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
}

.about-grid {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.about-text {
    flex: 1;
    min-width: 300px;
}

.about-text h2 {
    color: #2c3e50;
    font-size: 1.8rem;
}

.about-benefits {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.about-benefits li {
    margin-bottom: 10px;
    font-weight: 500;
}

.about-image-wrap {
    flex: 1;
    min-width: 300px;
}

.about-photo {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.footer {
    text-align: center;
    padding: 30px;
    background: #eee;
    margin-top: 50px;
}