/* Global Styles */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}
h1, h2, h3, .hero h1, .section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #C0392B;
}

.hero p, .quote-strip p, .about-preview .text p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}

/* Header */
header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.logo {
  font-size: 1.8em;
  font-weight: bold;
  color: #C0392B;
}
nav ul {
  list-style: none;
  display: flex;
}
nav ul li {
  margin: 0 15px;
}
nav ul li a {
  font-size: 1em;
  font-weight: 500;
}

/* Hero Section */
.hero {
  position: relative;
  background: linear-gradient(135deg, #FF9A8B, #FFC371);
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}
.hero .hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero p {
  margin-bottom: 40px;
}
.hero button {
  padding: 12px 30px;
  font-size: 1em;
  border: none;
  border-radius: 25px;
  background: #C0392B;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.hero button:hover {
  background: #A93226;
}

/* Sections */
section {
  padding: 60px 20px;
}
.section-container {
  max-width: 1000px;
  margin: 0 auto;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2em;
}

/* Welcome Section */
.welcome {
  text-align: center;
}
.welcome p {
  font-size: 1.1em;
  margin-top: 10px;
}
.featured .image img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Featured Offering Section */
.featured {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.featured .content, .featured .image {
  flex: 1 1 400px;
  margin: 20px;
}
.featured .content h2 {
  font-size: 2em;
  margin-bottom: 15px;
}
.featured .content p {
  font-size: 1em;
  margin-bottom: 20px;
}
.featured .content button {
  padding: 10px 25px;
  font-size: 1em;
  border: none;
  border-radius: 25px;
  background: #C0392B;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.featured .content button:hover {
  background: #A93226;
}

/* Sacred Quote Strip */
.quote-strip {
  background: #f7f1e3;
  color: #C0392B;
  font-style: italic;
  text-align: center;
  padding: 40px 20px;
  font-size: 1.4em;
}

/* About Preview Section */
.about-preview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.about-preview .text, .about-preview .img {
  flex: 1 1 400px;
  margin: 20px;
}
.about-preview .text h2 {
  font-size: 2em;
  margin-bottom: 15px;
}
.about-preview .text p {
  font-size: 1em;
  margin-bottom: 15px;
}
.about-preview .text button {
  padding: 10px 25px;
  font-size: 1em;
  border: none;
  border-radius: 25px;
  background: #C0392B;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.about-preview .text button:hover {
  background: #A93226;
}

/* Email Sign-Up Section */
.signup {
  background: #F2F2F2;
  text-align: center;
  padding: 40px 20px;
}
.signup form {
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
.signup input[type="text"],
.signup input[type="email"] {
  padding: 12px;
  width: calc(50% - 10px);
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.signup input[type="submit"] {
  padding: 12px 25px;
  font-size: 1em;
  border: none;
  border-radius: 25px;
  background: #C0392B;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.signup input[type="submit"]:hover {
  background: #A93226;
}

/* Footer */
footer {
  background: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
footer ul li {
  margin: 0 10px;
}
footer ul li a {
  color: #fff;
  font-size: 0.9em;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .featured, .about-preview {
    flex-direction: column;
  }
  .signup input[type="text"],
  .signup input[type="email"] {
    width: calc(100% - 20px);
  }
}
body.creed-page {
  background: linear-gradient(135deg, #fdf6e3, #f7e6d0);
  font-family: 'Georgia', serif;
  color: #333;
  font-family: 'Georgia', serif;
  padding: 6 m,0px 20px;
  line-height: 1.8;
}
.creed-container p:first-of-type::first-letter {
  float: left;
  font-size: 3em;
  line-height: 1;
  padding-right: 8px;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  color: #C0392B;
}

.creed-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 60px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.creed-container h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
  color: #C0392B;
}

.creed-container p {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.back-button {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.back-button button {
  background: #C0392B;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.back-button button:hover {
  background: #A93226;
}
body.course-page {
  background: linear-gradient(135deg, #fff8f0, #fdf1e1);
  font-family: 'Georgia', serif;
  color: #333;
  padding: 60px 20px;
  line-height: 1.8;
}

.modules .module {
  background: #fff;
  padding: 25px;
  border-left: 6px solid #C0392B;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.enroll {
  background: #F7F1E3;
  text-align: center;
  padding: 60px 20px;
}

.enroll h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.enroll button {
  padding: 12px 30px;
  font-size: 1em;
  border: none;
  border-radius: 25px;
  background: #C0392B;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.enroll button:hover {
  background: #A93226;
}
.site-footer {
  background: #333;
  color: #fff;
  padding: 60px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}
.footer-links a:hover {
  text-decoration: underline;
}

.newsletter h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.newsletter p {
  margin-bottom: 15px;
  font-size: 0.95em;
}
.newsletter form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.newsletter input[type="email"] {
  padding: 10px;
  border-radius: 5px;
  border: none;
  flex: 1 1 250px;
}
.newsletter input[type="submit"] {
  background: #C0392B;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.newsletter input[type="submit"]:hover {
  background: #A93226;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #555;
  padding-top: 20px;
  font-size: 0.85em;
}
.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}
.floating-blessing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffe;
  font-style: italic;
  font-size: 1em;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#mc-embedded-subscribe {
  background-color: #C0392B;
  color: #fff;
  padding: 12px 30px;
  font-size: 1em;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: auto;
}

#mc-embedded-subscribe:hover {
  background-color: #A93226;
}
