/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lora', serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

/* Header Styles */
header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.logo {
  font-weight: bold;
  font-size: 16px;
}

.search-bar {
  display: flex;
  align-items: center;

}

.header-text{
  font-family: Lora;
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}

@media(max-width:767px){
  .search-bar{  display: none;}
}

.search-bar input {
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
  width: 200px;
}

.search-bar button {
  padding: 8px 15px;
  background-color: #ffb900;
  border: 1px solid #ffb900;
  border-radius: 0 3px 3px 0;
  color: #333;
  cursor: pointer;
  font-family: 'Lora', serif;
}

/* Main Content Layout */
main {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 15px;
}

.main-article {
  flex: 2;
  background-color: #fff;
  padding: 20px;
  margin-right: 20px;
  border: 1px solid #e0e0e0;
}

.testimonials {
display: none;
}

/* Article Styles */
h1 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3;
}

h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: bold;
}

.article-intro {
  font-style: italic;
  margin-bottom: 15px;
  color: #555;
  font-size: 14px;
}

.main-article p {
  margin-bottom: 15px;
  font-size: 16px;
}

.person-description {
  font-weight: 500;
}

.main-image {
  width: 100%;
  margin: 15px 0;
}

.main-image img {
  width: 100%;
  height: auto;
  display: block;
}

blockquote {
  margin: 15px 0;
  padding-left: 15px;
  border-left: 3px solid #ddd;
  font-style: italic;
  color: #555;
}

/* Testimonials Styles */
.testimonial-header {
  background-color: #007bff;
  color: #fff;
  padding: 10px 15px;
}

.testimonial-header h3 {
  margin: 0;
  font-size: 16px;
}

.testimonial {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.testimonial:last-child {
  border-bottom: none;
}

.testimonial-content {
  text-align: center;
}

.income {
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}

.testimonial img {

  margin: 10px auto;
  object-fit: cover;
}

.income{
  text-align: left;
  font-family: Lora;
font-weight: 700;
font-size: 20px !important;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}

.author {
  text-align: left;
  font-family: Lora;
font-weight: 700;
font-size: 16px !important;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}

.testimonial p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

.author {
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
}

/* Registration Form Styles */
.registration {
  width: 100%;
  margin-top: 30px;
}

.register-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  text-align: center;
}

.register-box h3 {
  color: #e91e63;
  font-size: 20px;
  margin-bottom: 5px;
}

.register-box p {
  color: #666;
  margin-bottom: 15px;
  font-size: 14px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: 'Lora', serif;
}

.register-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: 'Lora', serif;
  font-weight: bold;
  border-radius: 3px;
}

/* Footer Styles */
footer {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 15px 0;
  margin-top: 30px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-logo {
  font-weight: bold;
  font-size: 16px;
}

.footer-links {
  font-size: 14px;
  color: #666;
}

/* Responsive Design */
@media (max-width: 992px) {
  main {
      flex-direction: column;
  }

  .main-article {
      margin-right: 0;
      margin-bottom: 20px;
  }

  .testimonials {
      order: 3;
  }

  .registration {
      order: 2;
  }
}

@media (max-width: 768px) {



  .search-bar {
      width: 100%;
  }

  .search-bar input {
      width: 70%;
  }

  .search-bar button {
      width: 30%;
  }

  .testimonial {
      padding: 10px;
  }

  .register-box {
      padding: 15px;
  }
}

@media (max-width: 576px) {
  h2 {
      font-size: 20px;
  }

  .search-bar input {
      width: 60%;
  }

  .search-bar button {
      width: 40%;
  }

  .footer-container {
      flex-direction: column;
      text-align: center;
  }

  .footer-logo {
      margin-bottom: 10px;
  }
}