/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
  }
  
  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Hero Section */
  .hero-section {
    background: linear-gradient(to right, #0f9d58, #000);
    color: #fff;
    text-align: center;
    padding: 50px 20px;
  }
  
  .hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  
  .hero-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  .cta-button {
    background: #fff;
    color: #0f9d58;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .cta-button:hover {
    background: #f1f1f1;
  }
  
  /* Features Section */
  .features-section {
    background: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
  }
  
  .features {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .feature {
    width: 30%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .feature h3 {
    margin-bottom: 10px;
    color: #0f9d58;
  }
  
  /* Testimonials Section */
  .testimonials-section {
    padding: 40px 20px;
    background: #fff;
  }
  
  .testimonials {
    display: flex;
    justify-content: space-between;
  }
  
  .testimonial {
    width: 45%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial p {
    font-style: italic;
    color: #333;
  }
  
  .testimonial h4 {
    margin-top: 10px;
    color: #0f9d58;
  }
  
  /* Signup Section */
  .signup-section {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
  }
  
  .signup-section h2 {
    margin-bottom: 20px;
  }
  
  form {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
  }
  
  form label {
    display: block;
    margin-bottom: 5px;
  }
  
  form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  .submit-button {
    background: #0f9d58;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .submit-button:hover {
    background: #0d8446;
  }
  
  /* Footer */
  footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
  }
  /* General Reset */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f7f7f7;
    color: #333;
}

/* Header Styles */
.blog-header {
    text-align: center;
    background-color: #208741;
    color: white;
    padding: 2rem 1rem;
}

.blog-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.blog-header .subtitle {
    font-size: 1.2rem;
    font-weight: 300;
}

/* Content Styles */
.content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section {
    margin-bottom: 2rem;
}

.section h2 {
    color: #872020;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.section ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
}

.section ul li {
    margin-bottom: 0.5rem;
}

/* Conclusion Section */
.conclusion h2 {
    color: #208741;
}

/* Footer */
.footer {
    text-align: center;
    padding: 1rem;
    background-color: #333;
    color: white;
    font-size: 0.9rem;
}
.next-blog {
  margin-top: 2rem;
  padding: 1.5rem;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.next-blog h2 {
  font-size: 1.5rem;
  color: #208741;
}

.next-blog a {
  text-decoration: none;
  color: #872020;
  font-weight: bold;
}

.next-blog a:hover {
  text-decoration: underline;
}


header {
    text-align: center;
    background-color: #872020;
    color: #fff;
    padding: 20px 0;
}

.logo {
    max-width: 200px;
}

h1, h2, h3 {
    margin: 0 0 10px;
}

.main-content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.podcast-section {
    text-align: center;
}

.podcast-video {
    width: 100%;
    max-height: 400px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-section {
    text-align: center;
    margin: 30px 0;
}

.cta-buttons button {
    background-color: #208741;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.cta-buttons button:hover {
    background-color: #166533;
}

.steps-section {
    margin: 30px 0;
}

.steps-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.steps-list li {
    background: #fff;
    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blogs-section {
    margin: 30px 0;
}

.blog-links {
    list-style: none;
    padding: 0;
}

.blog-links li {
    margin: 5px 0;
}

.blog-links a {
    color: #872020;
    text-decoration: none;
    font-weight: bold;
}

.blog-links a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 10px 0;
}




/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

/* Header Styles */
header {
  background-color: #872020;
  color: #fff;
  padding: 1rem 0;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

header nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

header nav ul li a.active {
  text-decoration: underline;
}

/* Hero Section */
.hero {
  background: linear-gradient(to right, #872020, #208741);
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
}

/* Blog Post Section */
.blog-post {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 2rem 20px;
}

.blog-post section {
  margin-bottom: 2rem;
}

.blog-post h2 {
  color: #872020;
  margin-bottom: 0.5rem;
}

.blog-post p {
  color: #555;
  line-height: 1.8;
}

/* Call-to-Action Section */
.cta {
  background-color: #208741;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  margin: 2rem 0;
}

.cta h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.cta .button {
  display: inline-block;
  padding: 0.8rem 2rem;
  color: #208741;
  background: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s ease-in-out;
}

.cta .button:hover {
  background: #f0f0f0;
}

/* Footer */
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

footer ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 0.5rem;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
