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

body {
  font-family: Arial, sans-serif;
  line-height: 1.5em;
  color: #333;
}

h2, h3, h4 { line-height:1.5em; }

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 10px 0;
}

ul {
  margin-top:10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5em;
}

ul li {
  margin-left: 40px;
}

ul li::marker {
  color: #b9994f; /* Changes bullet color */
}

ol {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
  margin: 20px;
}

ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2rem; /* Adjust spacing */
  margin: 10px;
}

ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  width: 1.5rem; 
  height: 1.5rem;
  background-color: #b9994f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}




ul.white-text {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #fff;
}

ul.white-text  li {
  margin-left: 40px;
}

ul.white-text  li::marker {
  color: #b9994f; /* Changes bullet color */
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://zentha.com/wp-content/uploads/2025/02/Sharon1a.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.attention-text {
  font-size: 1.4rem;
  color: #b99831;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.3em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bonus-text {
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: #b99831;
  line-height: 1.5em;
}

/* Hero Testimonial */
.hero-testimonial {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  border: 1px solid rgba(185, 152, 49, 0.3);
}

.hero-testimonial blockquote {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: white;
  margin-bottom: 20px;
  font-style: italic;
}

.hero-testimonial .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.hero-testimonial .testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #b99831;
}

.hero-testimonial .testimonial-author p {
  color: #b99831;
  font-size: 1.1rem;
  text-align: left;
}

.cta-button {
  display: inline-block;
  background-color: #b99831;
  color: white;
  padding: 25px 50px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.cta-button:hover {
  background-color: #d4ae36;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(185, 152, 49, 0.3);
}

/* Testimonial Section */
.testimonial-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.testimonial-box {
  background: #ffffff80;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 900px;
}

.testimonial-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonial-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}

.author-name {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
}

/* Benefits Section */

hr.gold-line {
  border: none;
  height: 5px;
  /* Set the hr color */
  color: #b99831;  /* old IE */
  background-color: #b99831;  /* Modern Browsers */
}

p.align-center {
  margin-top: 20px;
  text-align: center;
}

.benefits-section {
  padding: 45px 0 20px;
  background-color: white;
}

.benefits-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.benefits-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 15px;
}

.number {
  background-color: #b99831;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 25px;
  flex-shrink: 0;
}

.benefit-content {
  flex: 1;
}

.benefit-content h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #333;
}

.benefit-content p {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.5em;
}

/* Why Now Section */

.why-now-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://zentha.com/wp-content/uploads/2025/02/Sharon2.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
}

.min-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://zentha.com/wp-content/uploads/2025/03/Sharon5.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 45px 0;
}

.why-now-section h2, .min-section h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: center;
  color: white;
}

.why-now-section h3, .min-section h3 {
  font-size: 1.8rem;
  margin: 30px 0;
  color: #b99831;
}

.why-now-section .text-content, .min-section .text-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonial-section-new {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin: 10px 0; 
  color: #000;
}

.why-now-section p, .min-section p {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 20px;
}

/* Features Section */
.features-section {
  padding: 45px 0;
  background-color: #f9f9f9;
}

.features-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.feature-item {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.feature-item h3 {
  color: #b99831;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.feature-item p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.5em;
}

/* Guarantee Section */
.guarantee-section {
  padding: 80px 0;
  background-color: white;
}

.guarantee-box {
  background: #f9f9f9;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.guarantee-box img {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}

.guarantee-box h3 {
  color: #b99831;
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.guarantee-box p {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #666;
}

/* Footer */
footer {
  background-color: #333;
  color: white;
  padding: 30px 0;
  text-align: center;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer nav a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

footer nav a:hover {
  opacity: 1;
}

/* Additional Sections */
.elementor-widget-text-editor {
  margin-bottom: 2rem;
}

.elementor-widget-text-editor p {
  font-size: 1.1rem;
  line-height: 1.5em;
  color: #333;
  margin-bottom: 1rem;
}

.elementor-widget-image {
  margin: 2rem 0;
}

.elementor-widget-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }

  .hero-section {
    padding: 40px 0;
  }

  .attention-text {
    font-size: 1.2rem;
  }

  .bonus-text {
    font-size: 1.3rem;
  }

  .cta-button {
    padding: 15px;
    font-size: 1.2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .benefit-item {
    flex-direction: column;
    text-align: center;
  }

  .number {
    margin: 0 auto 20px;
  }

  .testimonial-box {
    padding: 30px;
  }

  footer .container {
    flex-direction: column;
    gap: 20px;
  }

  footer nav a {
    margin: 0 10px;
  }

  .why-now-section, .min-section {
    padding: 60px 0;
  }

  .why-now-section h2, .min-section h2 {
    font-size: 2rem;
  }

  .why-now-section h3, .min-section h3 {
    font-size: 1.5rem;
  }

  .why-now-section p, .min-section p {
    font-size: 1.1rem;
  }
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background-color: #fff;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #333;
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  padding: 20px;
  background-color: #f9f9f9;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #333;
}

.faq-icon {
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 20px;
  max-height: 500px;
}

/* Enhanced Testimonial Styles */
.testimonial-section.alt-background {
  background-color: #f5f5f5;
}

.testimonial-section blockquote {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #333;
  margin-bottom: 30px;
  border-left: 4px solid #b99831;
  padding-left: 20px;
}

.testimonial-section blockquote p {
  margin-bottom: 15px;
}

/* Enhanced Guarantee Section */
.guarantee-section {
  padding: 80px 0;
  background-color: #fff;
}

.guarantee-box {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid #b99831;
}

.guarantee-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guarantee-content img {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}

.guarantee-content h3 {
  color: #b99831;
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.guarantee-content p {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

/* Additional Responsive Styles */
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 2rem;
  }
  
  .guarantee-box {
    padding: 30px;
  }
  
  .guarantee-content img {
    width: 100px;
    height: 100px;
  }
  
  .guarantee-content h3 {
    font-size: 1.5rem;
  }
  
  .guarantee-content p {
    font-size: 1.1rem;
  }
}

/* Course Intro Section */
.course-intro {
  /* padding: 60px 0;*/
  background-color: #fff;
}

.course-intro p {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.course-image {
  margin: 40px auto;
  max-width: 955px;
  width: 100%;
}

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

/* Benefits List */
.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0 20px;
}

.icon-list .icon {
  color: #b99831;
  font-size: 0.5rem;
  margin-right: 15px;
  margin-top: 10px;
  flex-shrink: 0;
}

.icon-list .text {
  font-size: 1.1rem;
  line-height: 1.5em;
  color: #333;
}

.cta-button-mob { display: none; }

/* Responsive Adjustments */
@media (max-width: 768px) {

.cta-button-desk { display: none; }	
.cta-button-mob { display: block; margin-bottom: 20px; }
.cta-button { margin-left: 15px; margin-right: 15px; }

h2 { font-size: 1.6rem!important; margin-bottom: 1em!important;}

.attention-text {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

h1 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.bonus-text {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

section { padding: 20px 0!important; }

.benefits-list { margin: 20px 0 0; }
.course-image { margin: 0 0 20px; }

  .course-intro p {
    font-size: 1.1rem;
    padding: 0;
  }

  .icon-list li {
    padding: 0 10px;
  }

  .icon-list .text {
    font-size: 1rem;
  }
  .text-content {
    padding: 0px!important;
}
.testimonial-section-new .container {padding: 0!important;}
.testimonial-last .container {padding: 15px!important;}
    .testimonial-box, .hero-testimonial { padding: 15px; }
	.course-intro p { text-align: left; }
}
