body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
}
header {
    text-align: center;
    font-family:Algerian ;
    font-size:large;
    background-color: #296241;
    padding: 1rem 0;
    color: white;
    position: center;
    width: 100%;
    top: 0;
}
.headers {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-block-size: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f2e0;

}
.texts {
    flex: 1;
    padding: 40px;
    color: #0d360f;
}

.texts h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #0d360f;
}

.texts p {
    font-size: 18px;
    margin-bottom: 30px;
}
.texts button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #dbe6db;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.texts button:hover {
    background-color: #3a543a;
}
.image {
    flex: 1;
    background-image: url('assets/pos5.jpg');
    background-size: cover;
    background-position: right;
}

.qsize {
    display: flex;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-block-size: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f2e0;

}

.images {
    flex: 1;
    background-image: url('assets/f2.jpg');
    background-size: cover;
    background-position: right;
    
}

.quotes {
    flex: 1;
    padding: 20px;
    max-width: 100%;
    background-color: #f8f2e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.quotes h1 {
    font-size: 2em;
    color: #2c4731;
    margin-bottom: 20px;
}

.quote-item {
    display:inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.number {
    background-color: #e7e0d4;
    color: #2c4731;
    font-size: 1.5em;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 15px;
    font-weight: bold;
}

.text h2 {
    color: #2c4731;
    font-size: 1.3em;
    margin-bottom: 5px;
}


section {
    padding: 2rem;
    text-align: center;
}
#daily-quote{
    background-color: #f8f2e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#backgrounds{
    background-color:#f8f2e0 ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

blockquote {
    font-size: 1.5rem;
    font-style: italic;
    margin: 1rem 0;
}
#daily-quote img {
    max-width: 50%;
    height: auto;
    position: center;
    border-radius: 1cm;
}

.containers {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #4c6b42;
}

.image-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 300px;
    text-align: center;
}

.card img {
    width: 100%;
    height: auto;
}

.card h2 {
    font-size: 1.5em;
    color: #4c6b42;
    margin: 15px 0;
}

.card p {
    font-size: 1em;
    padding: 0 10px 15px;
    color: #666;
}

.container {
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: fit-content;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f2e0;
  }
  
  .container h1 {
    font-size: 28px;
    color: #4a5a3c; 
    margin-bottom: 20px;
  }
  
  .steps {
    display: flex;
    justify-content: space-between;
  }
  
  .step {
    width: 30%;
    padding: 15px;
    background-color: #eae4d3; 
    border-radius: 8px;
    text-align: center;
    position: relative;
  }
  
  .step::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 100%; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #eae4d3;
  }
  
  .step:last-child::after {
    display: none;
  }
  
  .step-number {
    font-size: 24px;
    font-weight: bold;
    color: #4a5a3c; 
    margin-bottom: 5px;
  }
  
  .step-title {
    font-size: 18px;
    color: #4a5a3c;
    margin-bottom: 5px;
  }
  
  .step-description {
    font-size: 14px;
    color: #6b6b6b; 
  }
#contact{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f8f2e0;
}
footer {
    text-align: center;
    background-color: #0d4223;
    color: white;
    padding: 1rem 0;
    position: center;
    width: 100%;
    bottom: 0;
}
