/* General body styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Header and navigation styling */
header {
    background-color: #2a9d8f;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
}

.login-btn {
    background-color: #ff5a5f;
    padding: 5px 10px;
    border-radius: 3px;
}

/* Hero Section Styling */
#hero {
    padding: 40px;
    background-color: #e9f5f2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.search-container input[type="text"],
input[type="file"],
input[type="text"] {
    padding: 8px;
    width: 200px;
    margin: 5px 0;
}

button {
    padding: 8px 12px;
    background-color: #2a9d8f;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 5px;
}

/* Additional Sections Styling */
#upload-prescription, #order-tracking, #pharmacy-locator {
    padding: 20px;
    background-color: #f1f1f1;
    text-align: center;
    margin: 20px;
    border-radius: 5px;
}

/* Footer Styling */
footer {
    background-color: #2a9d8f;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 20px; 
}

/* Feature Section */
.feature {
    padding: 50px 0;
    background-color: #f8f8f8;
  }
  
  .feature-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .feature-item {
    flex: 1 1 300px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .feature-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  
  .feature-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .feature-item p {
    font-size: 16px;
    color:   
   #777;
  }






  .button-link {
    display: inline-block;
    background-color: #2a9d8f;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button-link:hover {
    background-color: #21867a;
}
header h1 {
  font-size: 22px;
  font-weight: bold;
  color: white;               
  background-color: #d2ede8;  
  padding: none;          
  border-radius: 8px;         
  margin: 0;
  font-family: 'Arial', sans-serif; 
  display: inline-block;     
}

header h1 {
  font-size: 24px;
  font-weight: bold;
}
