.elementor-6 .elementor-element.elementor-element-9bff17c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-c30d6cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-140aa1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-9d06c2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-013ad86{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-daa7824{margin:40px 40px calc(var(--kit-widget-spacing, 0px) + 40px) 40px;}.elementor-6 .elementor-element.elementor-element-7c25761{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-6100409{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-8dc9909{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-80f40bd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-b4ff22c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-c481c02{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-839591d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-c3fea49{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-9c16582{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6 .elementor-element.elementor-element-c107c43{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-6 .elementor-element.elementor-element-cda82f2{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:30px 30px 30px 30px;}.elementor-6 .elementor-element.elementor-element-daa7824{margin:1px 1px calc(var(--kit-widget-spacing, 0px) + 1px) 1px;padding:30px 30px 30px 30px;}.elementor-6 .elementor-element.elementor-element-1b30ae8{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:30px 30px 30px 30px;}.elementor-6 .elementor-element.elementor-element-8be329f{padding:30px 30px 30px 30px;}.elementor-6 .elementor-element.elementor-element-33d1792{padding:20px 20px 20px 20px;}}/* Start custom CSS for html, class: .elementor-element-807be92 */.target-audience-section {
  background-color: #f0fff5;
  padding: 60px 20px;
  text-align: center;
}

.audience-title {
  font-size: 2rem;
  color: #1a8a4c;
  font-weight: 700;
  margin-bottom: 40px;
}

.audience-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.audience-box {
  background-color: #ffffff;
  border: 2px solid #c8f0dc;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: 250px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.audience-box:hover {
  transform: translateY(-5px);
}

.audience-icon {
  font-size: 2rem;
  color: #1a8a4c;
  display: block;
  margin-bottom: 10px;
}

.audience-box p {
  font-size: 1.1rem;
  color: #1a8a4c;
  font-weight: 500;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cda82f2 */.course-highlights-section {
  background-color: #1a8a4c;
  padding: 70px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.section-title-green {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-title-green::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-radius: 5px;
}

.highlight-card-container-green {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.highlight-card-green {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px 25px;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: transform 0.3s ease;
  text-align: left;
}

.highlight-card-green:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(255, 255, 255, 0.15);
}

.checkmark {
  font-size: 1.4rem;
  color: #1a8a4c;
  flex-shrink: 0;
}

.highlight-card-green p {
  font-size: 1.1rem;
  color: #1a8a4c;
  margin: 0;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-daa7824 */.tools-section {
  background: linear-gradient(135deg, #1a8a4c 0%, #166f3c 100%);
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: white;
}

.tools-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.tool-box {
  background: #ffffff;
  color: #1a8a4c;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tool-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, #c2ffe3 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.tool-box:hover::before {
  opacity: 0.4;
}

.tool-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.2);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b30ae8 */.course-value-section {
  background-color: #f9fff9;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.value-title {
  font-size: 2.4rem;
  color: #1a8a4c;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

.value-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.value-card {
  background-color: #ffffff;
  border: 2px solid #c8f0dc;
  border-radius: 14px;
  padding: 30px 20px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 10px 20px rgba(0, 128, 0, 0.05);
  transition: transform 0.3s ease;
  text-align: center;
}

.value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(0, 128, 0, 0.1);
}

.value-icon {
  font-size: 2rem;
  color: #1a8a4c;
  margin-bottom: 15px;
  display: inline-block;
}

.value-card h3 {
  font-size: 1.2rem;
  color: #1a8a4c;
  font-weight: 600;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 1rem;
  color: #444;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8be329f */.testimonial-section {
  background-color: #f0fff5;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.testimonial-title {
  font-size: 2.4rem;
  color: #1a8a4c;
  font-weight: 700;
  margin-bottom: 50px;
}

.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: #ffffff;
  border: 2px solid #c8f0dc;
  border-radius: 12px;
  padding: 25px 20px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 8px 16px rgba(0, 128, 0, 0.05);
  text-align: left;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.avatar {
  width: 50px;
  height: 50px;
  background-color: #1a8a4c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card h3 {
  font-size: 1.1rem;
  color: #1a8a4c;
  margin: 0;
}

.role {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.testimonial-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de0878d */.pricing-section {
  background-color: #f9fff9;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.pricing-title {
  font-size: 2.4rem;
  color: #1a8a4c;
  font-weight: 700;
  margin-bottom: 50px;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-card {
  background-color: #ffffff;
  border: 2px solid #c8f0dc;
  border-radius: 12px;
  padding: 30px 25px;
  width: 100%;
  max-width: 320px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 128, 0, 0.05);
  position: relative;
}

.pricing-card h3 {
  font-size: 1.5rem;
  color: #1a8a4c;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  color: #126b3a;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  color: #444;
}

.pricing-card ul li {
  margin: 10px 0;
  font-size: 1rem;
}

.price-btn {
  display: inline-block;
  background-color: #1a8a4c;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.price-btn:hover {
  background-color: #146b3c;
}

/* Highlight for Pro Plan */
.popular {
  border: 3px solid #1a8a4c;
  box-shadow: 0 12px 24px rgba(0, 128, 0, 0.08);
}

.ribbon {
  background: #1a8a4c;
  color: #fff;
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a20258e *//* SCROLLING FOOTER STYLES */
.scrolling-footer {
  width: 100%;
  background-color: #1a8a4c;
  color: #ffffff;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 8px 0;
  z-index: 9999;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
}

.scrolling-content {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 20s linear infinite;
  padding-left: 100%;
}

@keyframes scrollText {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33d1792 *//* FAQ SECTION STYLING */
.faq-section {
  padding: 40px 20px;
  background-color: #FFFFFF;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

.faq-heading {
  font-size: 24px;
  color: #1a8a4c;
  margin-bottom: 25px;
}

.faq-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.faq-box {
  background-color: #e6f6ed;
  color: #1a8a4c;
  border-radius: 10px;
  padding: 20px;
  max-width: 300px;
  min-width: 260px;
  box-shadow: 0 4px 12px rgba(0, 128, 0, 0.05);
  text-align: left;
  transition: 0.3s ease;
}

.faq-box h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.faq-box p {
  font-size: 14px;
  margin: 0;
}

.faq-box:hover {
  background-color: #1a8a4c;
  color: white;
}/* End custom CSS */