@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-c5c72a1{margin-top:0px;margin-bottom:0px;}.elementor-9 .elementor-element.elementor-element-9a7c14d{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-36409ad *//* LANDING PAGE HEADER */
.lp-header {
  width: 100%;
  padding: 18px 20px;
  background: #00674F;
  text-align: center;
}

.lp-brand {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}

.lp-brand .dot {
  color: #d6fff3;
}

/* Desktop refinement */
@media (min-width: 768px) {
  .lp-brand {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-255f4c1 */:root {
  --brand-green: #00674F;
  --brand-black: #000000;
  --brand-white: #FFFFFF;
}

/* HERO SECTION */
.ecom-hero {
  background: linear-gradient(180deg, #00674F 0%, #004f3d 100%);
  color: var(--brand-white);
  padding: 64px 20px 72px;
  text-align: center;
}

/* Badge */
.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}

/* Headline */
.ecom-hero h1 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 18px;
}

.ecom-hero h1 span {
  color: #d6fff3;
}

/* Subtext */
.hero-subtext {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 28px;
}

/* CTA */
.hero-cta {
  display: inline-block;
  background: var(--brand-white);
  color: var(--brand-green);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-cta:active {
  transform: scale(0.97);
}

/* Note */
.hero-note {
  margin-top: 20px;
  font-size: 13px;
  opacity: 0.9;
}

/* Desktop polish (not priority) */
@media (min-width: 768px) {
  .ecom-hero {
    padding: 96px 20px;
  }

  .ecom-hero h1 {
    font-size: 44px;
  }

  .hero-subtext {
    font-size: 17px;
    max-width: 720px;
    margin: 0 auto 32px;
  }
}
/* HERO VIDEO */
.hero-video-wrapper {
  margin: 28px auto 24px;
  width: 100%;
}

.hero-video-frame {
  max-width: 420px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.hero-video-frame video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-video-caption {
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.9;
}

/* Desktop refinement */
@media (min-width: 768px) {
  .hero-video-frame {
    max-width: 480px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-499d80a *//* WHAT YOU'LL LEARN SECTION */
.learn-section {
  padding: 25px 20px;
  background: #FFFFFF;
  text-align: center;
}

.learn-section h2 {
  font-size: 26px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 12px;
}

.learn-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  max-width: 560px;
  margin: 0 auto 40px;
}

/* Grid */
.learn-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Card */
.learn-card {
  background: #f6f8f7;
  border-radius: 16px;
  padding: 22px 18px;
  text-align: left;
  transition: transform 0.2s ease;
}

.learn-card:active {
  transform: scale(0.98);
}

/* Icon */
.learn-icon {
  font-size: 28px;
  margin-bottom: 12px;
}

/* Card Title */
.learn-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #00674F;
  margin-bottom: 6px;
}

/* Card Text */
.learn-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* Tablet / Desktop */
@media (min-width: 768px) {
  .learn-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .learn-section h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d2185b */.sales-proof-section {
  padding: 80px 20px;
  background: #ffffff;
}

.sales-proof-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.sales-proof-container h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.sales-proof-sub {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 36px;
}

.sales-proof-image-wrap {
  background: #f9fafb;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.sales-proof-image-wrap img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.sales-proof-note {
  font-size: 13px;
  color: #6b7280;
  margin-top: 14px;
}

/* Mobile optimization */
@media (max-width: 600px) {
  .sales-proof-container h2 {
    font-size: 28px;
  }

  .sales-proof-image-wrap img {
    max-height: 420px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c679109 */.instructor-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.instructor-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: center;
}

.instructor-image {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.instructor-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.instructor-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
}

.instructor-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 16px;
}

.instructor-content p strong {
  color: #111827;
  font-weight: 600;
}

/* Stats */
.instructor-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 28px 0 32px;
}

.stat-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.stat-number {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
}

.stat-label {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.instructor-content .highlight {
  margin-top: 24px;
  padding-left: 16px;
  border-left: 4px solid #111827;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 900px) {
  .instructor-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .instructor-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .instructor-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf09987 *//* CURRICULUM SECTION */
.curriculum-section {
  padding: 25px 20px;
  background: #f4f7f6;
}

.curriculum-section h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
}

.curriculum-subtitle {
  text-align: center;
  font-size: 14px;
  color: #555;
  max-width: 560px;
  margin: 0 auto 36px;
}

/* Accordion Wrapper */
.accordion {
  max-width: 760px;
  margin: 0 auto;
}

/* Accordion Item */
.accordion-item {
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #e6eeeb;
  transition: box-shadow 0.3s ease;
}

/* Header (Module Cover) */
.accordion-header {
  width: 100%;
  background: #00674F;
  border: none;
  padding: 18px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  text-align: left;
}

/* Icon */
.accordion-header .icon {
  font-size: 22px;
  transition: transform 0.25s ease;
  color: #FFFFFF;
}

/* Content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, background 0.3s ease;
  padding: 0 18px;
  background: #ffffff;
}

/* Expanded background tint */
.accordion-item.active .accordion-content {
  background: rgba(0, 103, 79, 0.04);
}

/* Inner list */
.accordion-content ul {
  margin: 18px 0 22px;
  padding-left: 0;
  list-style: none;
  border-left: 3px solid #00674F;
}

/* Checkmark bullets */
.accordion-content li {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 12px;
  padding-left: 28px;
}

/* Checkmark icon */
.accordion-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00674F;
  font-weight: 800;
}

/* Active state */
.accordion-item.active {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.accordion-item.active .accordion-content {
  max-height: 420px;
}

.accordion-item.active .accordion-header .icon {
  transform: rotate(45deg);
}

/* Desktop refinement */
@media (min-width: 768px) {
  .accordion-header {
    font-size: 16px;
  }

  .accordion-content li {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48f581a *//* PRICING SECTION */
.pricing-section {
  padding: 30px 20px;
  background: #FFFFFF;
  text-align: center;
}

.pricing-section h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #000000;
}

.pricing-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  max-width: 560px;
  margin: 0 auto 40px;
}

/* Pricing Card */
.pricing-card {
  max-width: 420px;
  margin: 0 auto;
  background: #00674F;
  color: #FFFFFF;
  border-radius: 22px;
  padding: 32px 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  position: relative;
}

/* Badge */
.pricing-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Title */
.pricing-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* Price */
.price {
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 22px;
}

.price .currency {
  font-size: 22px;
  vertical-align: top;
}

/* Features */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: left;
}

.pricing-features li {
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

/* Checkmark */
.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFFFFF;
  font-weight: 800;
}

/* CTA */
.pricing-cta {
  display: block;
  background: #FFFFFF;
  color: #00674F;
  padding: 16px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 16px;
}

.pricing-cta:active {
  transform: scale(0.97);
}

/* Note */
.pricing-note {
  font-size: 12px;
  opacity: 0.9;
}

/* Desktop polish */
@media (min-width: 768px) {
  .pricing-section h2 {
    font-size: 34px;
  }

  .price {
    font-size: 52px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc51efb *//* TESTIMONIALS SECTION */
.testimonials-section {
  padding: 30px 20px;
  background: #F5FAF8;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000000;
}

.testimonials-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 36px;
}

/* Cards Wrapper */
.testimonial-cards {
  display: grid;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

/* Individual Card */
.testimonial-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  text-align: left;
  position: relative;
}

/* Decorative accent */
.testimonial-card::before {
  content: "“";
  font-size: 48px;
  font-weight: 900;
  color: #00674F;
  position: absolute;
  top: -10px;
  left: 16px;
  opacity: 0.15;
}

/* Text */
.testimonial-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

/* Author */
.testimonial-author strong {
  display: block;
  font-size: 14px;
  color: #000000;
}

.testimonial-author span {
  font-size: 12px;
  color: #00674F;
}

/* Desktop layout */
@media (min-width: 768px) {
  .testimonial-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .testimonials-section h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2550e4 */.who-section {
  padding: 48px 20px;
  background: rgba(0, 103, 79, 0.06);
  text-align: center;
}

.who-section h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.who-section .subtext {
  font-size: 15px;
  color: #333;
  margin-bottom: 28px;
}

.who-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  margin-bottom: 18px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.who-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.who-card.yes h3 {
  color: #00674F;
}

.who-card.no h3 {
  color: #000;
}

.who-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.who-card ul li {
  font-size: 14.5px;
  padding-left: 28px;
  margin-bottom: 12px;
  position: relative;
  line-height: 1.5;
}

.who-card.yes ul li::before {
  content: "✔";
  color: #00674F;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.who-card.no ul li::before {
  content: "✖";
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60ce0cc */.cohort-section {
  padding: 30px 20px;
  background: rgba(0, 103, 79, 0.05);
  text-align: center;
}

.live-pill {
  display: inline-block;
  background: #00674F;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.cohort-section h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.cohort-intro {
  font-size: 15px;
  color: #333;
  margin-bottom: 28px;
}

.cohort-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.cohort-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.cohort-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #00674F;
  margin-bottom: 6px;
}

.cohort-card p {
  font-size: 14.5px;
  color: #333;
  line-height: 1.5;
}

.cohort-note {
  font-size: 14px;
  color: #555;
  margin-top: 12px;
}
.date-highlight {
  margin: 14px auto 20px;
  display: inline-block;
  background: #fff;
  color: #00674F;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 103, 79, 0.25);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ff081d */.faq-section {
  padding: 52px 20px;
  background: #fff;
}

.faq-section h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #000;
}

.faq-item {
  max-width: 720px;
  margin: 0 auto 14px;
  background: rgba(0, 103, 79, 0.05);
  border-radius: 12px;
}

.faq-item details {
  padding: 16px 18px;
}

.faq-item summary {
  font-size: 15.5px;
  font-weight: 600;
  color: #00674F;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 24px;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  color: #00674F;
}

.faq-item details[open] summary::after {
  content: "–";
}

.faq-item p {
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9146172 */.final-cta-section {
  padding: 56px 20px;
  background: #00674F;
  text-align: center;
  color: #fff;
}

.final-cta-section h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-subtext {
  font-size: 15px;
  margin-bottom: 22px;
  color: #e8f4f1;
}

.price-box {
  background: #fff;
  color: #00674F;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 22px;
  border-radius: 14px;
  margin-bottom: 22px;
}

.price-label {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
}

.price {
  font-size: 32px;
  font-weight: 800;
}

.cta-points {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
}

.cta-points li {
  font-size: 14.5px;
  margin-bottom: 8px;
}

.cta-points li::before {
  content: "✔";
  margin-right: 8px;
}

.cta-button {
  display: inline-block;
  background: #fff;
  color: #00674F;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  margin-bottom: 12px;
}

.cta-note {
  font-size: 13px;
  color: #d9ebe6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85306c6 *//* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 80px; /* above sticky CTA */
  right: 18px;
  background: #00674F; /* brand green */
  color: #fff;
  font-size: 16px; 
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover scale */
.whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

/* Subtle Pulse Animation */
.pulse {
  animation: pulseAnim 2.8s infinite;
}

@keyframes pulseAnim {
  0% { transform: scale(1); box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
  50% { transform: scale(1.03); box-shadow: 0 8px 20px rgba(0,0,0,0.18); }
  100% { transform: scale(1); box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
}

/* WhatsApp Icon Image */
.whatsapp-icon {
  width: 20px;
  height: 20px;
  display: block;
}

/* Label Text */
.whatsapp-float span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

/* Hide on desktop if needed */
@media (min-width: 768px) {
  .whatsapp-float {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a02c7e *//* PREMIUM STICKY CTA */
.mobile-sticky-cta {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: #00674F;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  transition: bottom 0.3s ease;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
}

/* Text */
.mobile-sticky-cta span {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  max-width: 65%;
}

/* Button */
.mobile-sticky-cta a {
  background: #FFFFFF;
  color: #00674F;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

/* Button press feedback */
.mobile-sticky-cta a:active {
  transform: scale(0.96);
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-sticky-cta {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-58f986f *//* Sticky CTA */
.mobile-sticky-cta {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: var(--brand-white);
  border-top: 1px solid #eee;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  transition: bottom 0.3s ease;
}

/* Text */
.mobile-sticky-cta span {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-black);
}

/* Button */
.mobile-sticky-cta a {
  background: var(--brand-green);
  color: var(--brand-white);
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-sticky-cta {
    display: none;
  }
}/* End custom CSS */