.elementor-9 .elementor-element.elementor-element-d3c4c90{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-73px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-11756c2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-dba869b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-29458e0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-11756c2 */.a1-header-section {
  --a1-green: #19543b;
  --a1-green-2: #2f7d4f;
  --a1-light-green: #a7bf3d;
  --a1-cream: #faf8f0;
  --a1-text: #102026;
  --a1-muted: #5d6b70;
  --a1-border: rgba(25, 84, 59, 0.14);

  position: relative;
  overflow: hidden;
  background: radial-gradient(
      circle at 85% 20%,
      rgba(167, 191, 61, 0.16),
      transparent 26%
    ),
    linear-gradient(135deg, #ffffff 0%, #fbfaf3 100%);
  color: var(--a1-text);
  font-family: Inter, Arial, sans-serif;
  padding-bottom: 44px;
}

.a1-header-section * {
  box-sizing: border-box;
}

.a1-navbar {
  height: 92px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}

.a1-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  line-height: 1;
}

.a1-logo span {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -4px;
  color: var(--a1-green);
  position: relative;
}

.a1-logo span::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 6px;
  width: 18px;
  height: 28px;
  background: var(--a1-light-green);
  transform: skew(-18deg);
  z-index: -1;
}

.a1-logo strong {
  font-size: 22px;
  font-weight: 800;
  color: var(--a1-text);
}

.a1-nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
}

.a1-nav-links a {
  color: var(--a1-text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.25s ease;
}

.a1-nav-links a:hover {
  color: var(--a1-green-2);
}

.a1-nav-btn,
.a1-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--a1-green);
  color: #fff;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(25, 84, 59, 0.22);
  transition: 0.25s ease;
}

.a1-nav-btn {
  min-width: 150px;
  height: 54px;
  font-size: 16px;
}

.a1-primary-btn {
  min-width: 230px;
  height: 62px;
  font-size: 18px;
}

.a1-nav-btn:hover,
.a1-primary-btn:hover {
  background: #103d2b;
  transform: translateY(-3px);
  color: #fff;
}

.a1-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--a1-green);
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
}

.a1-menu-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  border-radius: 20px;
}

.a1-hero {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5% 30px;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 50px;
}

.a1-hero-content h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: -4px;
  font-weight: 900;
  color: var(--a1-text);
}

.a1-hero-content h1 span {
  color: var(--a1-green);
}

.a1-hero-content p {
  max-width: 560px;
  margin: 28px 0 34px;
  font-size: 21px;
  line-height: 1.55;
  color: var(--a1-muted);
}

.a1-feature-row {
  display: flex;
  align-items: stretch;
  gap: 22px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.a1-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 250px;
  padding: 14px 18px;
  border-right: 1px solid var(--a1-border);
}

.a1-feature:last-child {
  border-right: 0;
}

.a1-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #f0f2df;
  color: var(--a1-green);
  font-size: 24px;
  flex-shrink: 0;
}

.a1-feature strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}

.a1-feature small {
  display: block;
  color: var(--a1-muted);
  font-size: 14px;
  line-height: 1.45;
}

.a1-cta-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.a1-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--a1-text);
  font-size: 16px;
  font-weight: 700;
}

.a1-video-btn span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--a1-green);
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(16, 32, 38, 0.12);
  font-size: 14px;
}

.a1-hero-visual {
  min-height: 650px;
  position: relative;
}

.a1-image-wrap {
  position: absolute;
  right: 5%;
  top: 20px;
  width: 72%;
  height: 560px;
  overflow: hidden;
  border-radius: 42% 12% 34% 26%;
  z-index: 3;
  box-shadow: 0 30px 70px rgba(16, 32, 38, 0.16);
}

.a1-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.a1-shape-dark {
  position: absolute;
  right: -90px;
  top: 70px;
  width: 300px;
  height: 520px;
  background: var(--a1-green);
  border-radius: 80px;
  transform: rotate(43deg);
  z-index: 1;
}

.a1-shape-line {
  position: absolute;
  right: 35%;
  top: -20px;
  width: 2px;
  height: 720px;
  background: var(--a1-light-green);
  transform: rotate(43deg);
  z-index: 0;
  opacity: 0.8;
}

.a1-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 24px 60px rgba(16, 32, 38, 0.13);
  z-index: 5;
}

.a1-card-top {
  left: 2%;
  top: 70px;
  width: 245px;
  min-height: 250px;
  padding: 32px;
  background: var(--a1-green);
  color: #fff;
  border-radius: 38px 38px 90px 38px;
}

.a1-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--a1-light-green);
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 24px;
}

.a1-card-top p {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.a1-card-top span {
  display: block;
  width: 58px;
  height: 4px;
  margin-top: 25px;
  background: var(--a1-light-green);
  border-radius: 30px;
}

.a1-card-rate {
  left: -6%;
  bottom: 110px;
  width: 360px;
  padding: 30px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a1-card-rate strong {
  display: block;
  font-size: 18px;
  color: var(--a1-text);
}

.a1-card-rate p {
  margin: 7px 0 0;
  color: var(--a1-text);
  font-weight: 700;
  line-height: 1.4;
}

.a1-rate-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(circle closest-side, #fff 74%, transparent 76%),
    conic-gradient(var(--a1-light-green) 0 98%, #e7ead2 98% 100%);
  display: grid;
  place-items: center;
  text-align: center;
}

.a1-rate-circle strong {
  font-size: 26px;
  line-height: 1;
}

.a1-rate-circle small {
  display: block;
  color: var(--a1-muted);
  font-size: 13px;
  font-weight: 700;
}

.a1-dot-grid {
  position: absolute;
  right: 30px;
  top: 320px;
  width: 120px;
  height: 90px;
  background-image: radial-gradient(var(--a1-light-green) 2px, transparent 2px);
  background-size: 18px 18px;
  z-index: 4;
  opacity: 0.9;
}

.a1-small-dot {
  position: absolute;
  right: 140px;
  bottom: 95px;
  width: 56px;
  height: 56px;
  background: var(--a1-light-green);
  border-radius: 50%;
  z-index: 4;
}

.a1-bottom-bar {
  position: relative;
  z-index: 4;
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(25, 84, 59, 0.08);
  border-radius: 34px;
  box-shadow: 0 18px 50px rgba(16, 32, 38, 0.08);
}

.a1-bottom-bar div {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  align-items: center;
  padding-right: 18px;
  border-right: 1px solid var(--a1-border);
}

.a1-bottom-bar div:last-child {
  border-right: 0;
}

.a1-bottom-bar span {
  grid-row: span 2;
  color: var(--a1-light-green);
  font-size: 30px;
}

.a1-bottom-bar strong {
  font-size: 15px;
  color: var(--a1-text);
}

.a1-bottom-bar small {
  color: var(--a1-muted);
  font-size: 13px;
}

/* Tablet */
@media (max-width: 1100px) {
  .a1-nav-links {
    gap: 20px;
  }

  .a1-hero {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .a1-hero-visual {
    min-height: 600px;
  }

  .a1-card-rate {
    left: 5%;
  }

  .a1-bottom-bar {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 5%;
  }

  .a1-bottom-bar div:nth-child(2) {
    border-right: 0;
  }
}

/* Mobile */
@media (max-width: 800px) {
  .a1-navbar {
    height: auto;
    min-height: 82px;
    padding: 18px 5%;
    flex-wrap: wrap;
  }

  .a1-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .a1-nav-links,
  .a1-nav-btn {
    display: none;
  }

  .a1-navbar.active .a1-nav-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 22px;
  }

  .a1-navbar.active .a1-nav-btn {
    display: inline-flex;
    margin-top: 18px;
  }

  .a1-logo span {
    font-size: 38px;
  }

  .a1-logo strong {
    font-size: 18px;
  }

  .a1-hero-content h1 {
    letter-spacing: -2px;
  }

  .a1-hero-content p {
    font-size: 18px;
  }

  .a1-feature {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--a1-border);
  }

  .a1-primary-btn {
    width: 100%;
  }

  .a1-video-btn {
    width: 100%;
    justify-content: center;
  }

  .a1-hero-visual {
    min-height: 520px;
  }

  .a1-image-wrap {
    width: 86%;
    height: 420px;
    right: 0;
    top: 60px;
  }

  .a1-card-top {
    width: 210px;
    min-height: 190px;
    padding: 24px;
    top: 0;
    left: 0;
  }

  .a1-card-rate {
    width: 300px;
    bottom: 10px;
    left: 0;
    padding: 22px;
  }

  .a1-rate-circle {
    width: 95px;
    height: 95px;
  }

  .a1-bottom-bar {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .a1-bottom-bar div {
    border-right: 0;
    border-bottom: 1px solid var(--a1-border);
    padding-bottom: 14px;
  }

  .a1-bottom-bar div:last-child {
    border-bottom: 0;
  }
}

/* Small Mobile */
@media (max-width: 520px) {
  .a1-header-section {
    padding-bottom: 28px;
  }

  .a1-hero {
    padding-top: 42px;
  }

  .a1-hero-visual {
    min-height: 470px;
  }

  .a1-image-wrap {
    height: 350px;
    width: 92%;
  }

  .a1-card-top {
    display: none;
  }

  .a1-card-rate {
    width: 92%;
    left: 4%;
    bottom: 0;
  }

  .a1-dot-grid,
  .a1-small-dot {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29458e0 */.a1-course-section {
  padding: 90px 5%;
  background:
    radial-gradient(circle at 10% 10%, rgba(167, 191, 61, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #faf8f0 100%);
  font-family: Inter, Arial, sans-serif;
}

.a1-course-section * {
  box-sizing: border-box;
}

.a1-course-container {
  max-width: 1280px;
  margin: 0 auto;
}

.a1-course-heading {
  max-width: 680px;
  margin: 0 auto 55px;
  text-align: center;
}

.a1-course-heading span {
  display: inline-flex;
  padding: 9px 18px;
  margin-bottom: 18px;
  background: #edf4df;
  color: #19543b;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.a1-course-heading h2 {
  margin: 0;
  color: #102026;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -2px;
  font-weight: 900;
}

.a1-course-heading p {
  max-width: 560px;
  margin: 18px auto 0;
  color: #5d6b70;
  font-size: 18px;
  line-height: 1.6;
}

.a1-course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.a1-course-card {
  position: relative;
  min-height: 520px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(25, 84, 59, 0.12);
  border-radius: 32px;
  box-shadow: 0 18px 45px rgba(16, 32, 38, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.a1-course-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 210px;
  height: 210px;
  background: rgba(167, 191, 61, 0.16);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.a1-course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(16, 32, 38, 0.14);
  border-color: rgba(25, 84, 59, 0.28);
}

.a1-course-card:hover::before {
  transform: scale(1.18);
}

.a1-course-card.featured {
  background: linear-gradient(145deg, #19543b 0%, #2f7d4f 100%);
  color: #ffffff;
  border-color: transparent;
}

.a1-course-card.featured::before {
  background: rgba(255, 255, 255, 0.12);
}

.a1-course-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 16px;
  background: #a7bf3d;
  color: #102026;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  z-index: 2;
}

.a1-course-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  background: #edf4df;
  color: #19543b;
  border-radius: 24px;
  font-size: 34px;
  position: relative;
  z-index: 2;
}

.a1-course-card.featured .a1-course-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.a1-course-card h3 {
  margin: 0 0 16px;
  color: #102026;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.8px;
  position: relative;
  z-index: 2;
}

.a1-course-card.featured h3 {
  color: #ffffff;
}

.a1-course-card p {
  margin: 0 0 26px;
  color: #5d6b70;
  font-size: 16px;
  line-height: 1.65;
  position: relative;
  z-index: 2;
}

.a1-course-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.a1-course-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

.a1-course-card li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #26373d;
  font-size: 15px;
  font-weight: 700;
}

.a1-course-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  background: #edf4df;
  color: #19543b;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.a1-course-card.featured li {
  color: #ffffff;
}

.a1-course-card.featured li::before {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.a1-course-footer {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  z-index: 2;
}

.a1-course-footer small {
  display: block;
  margin-bottom: 5px;
  color: #7b898e;
  font-size: 13px;
  font-weight: 700;
}

.a1-course-footer strong {
  color: #102026;
  font-size: 30px;
  font-weight: 900;
}

.a1-course-card.featured .a1-course-footer small {
  color: rgba(255, 255, 255, 0.7);
}

.a1-course-card.featured .a1-course-footer strong {
  color: #ffffff;
}

.a1-course-btn {
  min-width: 125px;
  height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: #19543b !important;
  color: #ffffff !important;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(25, 84, 59, 0.2);
  transition: all 0.25s ease;
}

.a1-course-btn:hover {
  background: #103d2b !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.a1-course-card.featured .a1-course-btn {
  background: #ffffff !important;
  color: #19543b !important;
}

.a1-course-card.featured .a1-course-btn:hover {
  background: #edf4df !important;
  color: #103d2b !important;
}

/* Tablet */
@media (max-width: 1050px) {
  .a1-course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 700px) {
  .a1-course-section {
    padding: 70px 5%;
  }

  .a1-course-grid {
    grid-template-columns: 1fr;
  }

  .a1-course-card {
    min-height: auto;
    padding: 28px;
  }

  .a1-course-footer {
    position: static;
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .a1-course-btn {
    width: 100%;
  }
}/* End custom CSS */