
  #pageContainer {
    display: none !important;
  }





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

.main-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background: white;
}

.header {
  width: 100%;
  padding: 25px 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  display: flex;
  gap: 30px;
}

.menu-item {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.enroll-button {
  padding: 15px 30px;
  background: linear-gradient(90deg, #45d02a 0%, #01b6ff 100%);
  border-radius: 15px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.hero-section {
  padding: 0 135px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.content-left {
  max-width: 589px;
}

.title-text {
  font-size: 55px;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: 1.65px;
  margin-bottom: 10px;
}

.title-prostir {
  color: #01b6ff;
}

.title-osvity {
  color: #45d02a;
}

.subjects-title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  margin: 30px 0 20px;
}

.subjects-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subject-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subject-tag {
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid #7e7e7e;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}

.banner-wrapper {
  position: relative;
  width: 570px;
  height: 439px;
}

.stars-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.bottom-icons {
  position: absolute;
  bottom: -50px;
  right: 0;
  display: flex;
  gap: 20px;
}

.stripes-container {
  width: 100%;
  height: 217px;
  position: relative;
}

@media (max-width: 1440px) {
  .header,
  .hero-section {
    padding: 25px 5%;
  }
}

@media (max-width: 1200px) {
  .hero-section {
    
    align-items: center;
    gap: 30px;
  }

  .banner-wrapper {
    width: 100%;
    max-width: 570px;
    height: auto;
    aspect-ratio: 570/439;
  }
}

@media (max-width: 768px) {
  .menu {
    display: none;
  }

  .title-text {
    font-size: 40px;
    line-height: 1.2;
  }

  .subject-row {
    justify-content: center;
  }
}

.footer {
  position: relative;
  width: 100%;
  background: linear-gradient(315deg, #01b8ffb5 50%, #45d02a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  overflow: hidden;
  
}

.circle-small {
  position: absolute;
  width: 236px;
  height: 229px;
  left: calc(50% - 236px / 2);
  top: -15px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 50%;
  pointer-events: none;
}

.circle-large {
  position: absolute;
  width: 668px;
  height: 648px;
  left: calc(50% - 668px / 2);
  top: 12px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.340098) 31.98%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 50%;
  pointer-events: none;
}

.footer-logo {
  width: 170px;
  height: 70px;
  margin-bottom: 30px;
}

.footer-title {
  color: white;
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0.8px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-button {
  padding: 15px 55px;
  background: #45D02A;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 800;
}

.footer-button span {
  color: white;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .circle-large {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 768px) {
  .footer {
    min-height: 200px;
    padding: 40px 20px;
  }

  .footer-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .circle-large {
    width: 400px;
    height: 388px;
    left: calc(50% - 400px / 2);
  }

  .circle-small {
    width: 180px;
    height: 174px;
    left: calc(50% - 180px / 2);
  }

  .footer-logo {
    width: 140px;
    height: 58px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .footer {
    min-height: 200px;
    padding: 30px 15px;
  }

  .footer-title {
    font-size: 28px;
    padding: 0 15px;
  }

  .circle-large {
    width: 300px;
    height: 291px;
    left: calc(50% - 300px / 2);
  }

  .circle-small {
    width: 150px;
    height: 145px;
    left: calc(50% - 150px / 2);
  }

  .footer-logo {
    width: 120px;
    height: 50px;
    margin-bottom: 20px;
  }

  .footer-button {
    padding: 12px 25px;
  }

  .footer-button span {
    font-size: 14px;
  }
}

.benefits-section {
  width: 100%;
  padding: 80px 20px;
  overflow: hidden;
  display: flex;
}

.benefits-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  position: relative;
}

.benefits-title {
  color: #222222;
  font-size: 40px;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0.8px;
  text-align: center;
}

.benefits-title .accent {
  color: #45d02a;
  font-weight: 700;
}

.benefits-cards-row {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.benefit-card {
  flex: 1;
  min-width: 300px;
  max-width: 370px;
  height: 220px;
  padding: 50px 25px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefit-card.green {
  background: #45d02a;
}

.benefit-card.blue {
  background: #01b6ff;
}

.card-content {
  color: white;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.additional-benefits {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.section-title-1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.section-title-1 .accent {
  color: #45D02A;
  font-weight: 700;
}

.highlight-box {
  flex: 1;
  padding: 25px;
  background: #222222;
  border-radius: 15px;
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.highlight-box .accent {
  color: #01b6ff;
  font-weight: 600;
}

.feature-card {
  flex: 1;
  min-width: 270px;
  height: 220px;
  padding: 50px 25px;
  border-radius: 15px;
  position: relative;
}

.gradient-vertical {
  background: #45D02A;
}

.gradient-vertical-reverse {
  background: #01B6FF;
}

.gradient-diagonal {
  background: #01B6FF;
}

.gradient-diagonal-reverse {
  background: #45D02A;
}

.enroll-button2.outline {
  padding: 15px 30px;
  border: 2px solid #45d02a;
  border-radius: 15px;
  color: #01b6ff;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .benefits-container {
    gap: 30px;
  }

  .benefit-card,
  .feature-card {
    min-width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .benefits-section {
    padding: 40px 15px;
  }

  .benefits-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .benefit-card,
  .feature-card {
    min-width: 100%;
  }

  .highlight-box {
    width: 100%;
  }

  .section-title-1 {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .benefits-title {
    font-size: 28px;
  }

  .card-content {
    font-size: 18px;
    line-height: 26px;
  }
}

.mountain-section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.mountain-content {
  position: relative;
  width: 100%;
  height: 658px;
}

.mountain-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.points-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.point-item {
  position: absolute;
  max-width: 400px;
}

.point-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}

.accent {
  color: #01b6ff;
  font-weight: 600;
}

.line-wrapper {
  display: flex;
  align-items: center;
  gap: 2px;
}

.line {
  height: 2px;
  background: #45d02a;
  flex-grow: 1;
}

.dot {
  width: 12px;
  height: 12px;
  background: #45d02a;
  border-radius: 50%;
}

.top-left {
  left: 0;
  top: 15%;
}

.bottom-left {
  left: 0;
  top: 45%;
}

.top-right {
  right: 0;
  top: 30%;
  text-align: right;
}

.bottom-right {
  right: 0;
  top: 60%;
  text-align: right;
}

.top-right .line-wrapper,
.bottom-right .line-wrapper {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .mountain-content {
    height: auto;
    min-height: 500px;
  }

  .mountain-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .points-container {
    position: relative;
    z-index: 1;
    padding: 75px;
  }

  .point-item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .line-wrapper {
    display: none;
  }

  .point-text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.companies-section {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.companies-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 0;
}

.companies-title {
  color: black;
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0.8px;
}

.companies-title .accent {
  color: #01b6ff;
  font-weight: 700;
}

.logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.company-logo {
  height: 170px;
  width: auto;
}

.company-logo.lcf {
  width: 270px;
}

.company-logo.tcm {
  width: 324px;
}

@media (max-width: 1024px) {
  .companies-title {
    font-size: 36px;
    line-height: 1.4;
  }

  .company-logo.lcf {
    width: 240px;
    height: 150px;
  }

  .company-logo.tcm {
    width: 290px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .companies-container {
    gap: 30px;
    padding: 30px 0;
  }

  .companies-title {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

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

  .company-logo.lcf {
    width: 200px;
    height: 125px;
  }

  .company-logo.tcm {
    width: 240px;
    height: 125px;
  }
}

@media (max-width: 480px) {
  .companies-title {
    font-size: 24px;
  }

  .company-logo.lcf {
    width: 160px;
    height: 100px;
  }

  .company-logo.tcm {
    width: 192px;
    height: 100px;
  }
}

.road-section {
  width: 100%;
  max-width: 1170px;
  height: 1024px;
  margin: 0 auto;
  position: relative;
  background: white;
  overflow: hidden;
}

.section-title-2 {
  position: absolute;
  left: 135px;
  top: 60px;
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0.8px;
}

.accent-green {
  color: #45d02a;
  font-weight: 700;
}
.accent-blue {
  color: #01b6ff;
  font-weight: 700;
}

.road-content {
  position: absolute;
  width: 985px;
  height: 1024px;
  right: 0;
  top: 0;
}

.road-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.point-wrapper {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 2.1s ease-out;
}

.point-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

.point-content {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 50px;
}

.point-icon {
  height: 110px;
}

.point-wrapper.first {
  left: 375px;
  top: 242px;
}

.point-wrapper.second {
  right: 450px;
  top: 387px;
}

.point-wrapper.third {
  left: 135px;
  top: 545px;
}

.match-wrapper {
  position: absolute;
  right: 115px;
  bottom: 150px;
  text-align: right;
  opacity: 0;
  transform: translateY(20px);
  transition: all 2.1s ease-out;
}

.match-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

.match-text {
  font-size: 40px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 75px;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.match-logo {
  position: relative;
}

.logo-text {
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
}

.logo-shadow {
  position: absolute;
  left: 2px;
  top: 2px;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

@media (max-width: 768px) {
  .road-svg-desktop,
  .section-title-2 {
    display: none;
  }
  .road-svg-mobile {
    display: block;
  }
  .road-section {
    height: auto;
    min-height: 100vh;
    padding: 20px;
  }

  .section-title-2 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
  }

  .road-content {
    position: relative;
    width: 100%;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .road-svg {
    position: absolute;
  }

  .point-wrapper {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 20px 0;
  }

  .point-text {
    font-size: 20px;
    line-height: 1.4;
  }

  .point-icon {
    width: 80px;
    height: 80px;
  }

  .match-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 30px;
  }

  .logo-text {
    font-size: 60px;
  }
}

.speakers-section {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.section-title-3 {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.section-title-3 span:first-child {
  color: #000;
}

.section-title-3 span:last-child {
  color: #4caf50;
}

.speakers-container {
  position: relative;
  overflow: hidden;
}

.speakers-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  transition: transform 0.3s ease;
}

.speaker-card {
  background: #fff;
  overflow: hidden;
}

.speaker-image {
  aspect-ratio: 1;
  background: #f0f0f0;
  object-fit: cover;
  border-radius: 8px;
}

.speaker-info {
  padding: 1rem;
}

.speaker-name {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.speaker-title {
  color: #666;
  font-size: 0.9rem;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.nav-button {
  background: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .speakers-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .speakers-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .speakers-section {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .speakers-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-section {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.team-title {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  gap: 0.5rem;
}

.team-title .title-normal {
  color: #000;
}

.team-title .title-colored {
  color: #00b2ff;
}

.team-container {
  position: relative;
  padding: 0 2rem;
}

.team-wrapper {
  display: grid;
  gap: 1.5rem;
  position: relative;
}

.team-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.team-image {
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}

.team-nav-button {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0;
  transform: translateX(-50%);
}
.team-nav-button.next {
  transform: translateX(50%);
}

.team-nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.team-decorations {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.team-decoration-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.team-decoration-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 1025px) {
  .team-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-section {
    padding: 1.5rem;
  }
  .team-navigation {
    left: -2rem;
    right: -2rem;
  }
}

@media (max-width: 768px) {
  .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-section {
    padding: 1rem;
  }

  .team-container {
    padding: 0;
  }

  .team-navigation {
    position: static;
    transform: none;
    margin-top: 1rem;
    justify-content: center;
    gap: 1rem;
  }

  .team-nav-button,
  .team-nav-button.next {
    transform: none;
  }
}

@media (max-width: 480px) {
  .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.faq-section {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-header {
  margin-bottom: 2rem;
}



.faq-title-question {
  color: #00b2ff;
}

.faq-title-prepared {
  color: #000;
}

.faq-title-answer {
  color: #45d02a;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  border: 1px solid #222;
  border-radius: 0.75rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
}

.faq-arrow {
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 1.5rem 1rem 1.5rem;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 1rem;
  }

  .faq-question {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 1rem 0.75rem 1rem;
  }
}

.elight-ticket-section {
  padding: 2rem;
  font-family: system-ui, -apple-system, sans-serif;
}

.elight-container {
  max-width: 1170px;
  margin: 0 auto;
}

.elight-main-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333;
}

.elight-highlight {
  color: #45D02A;
}

.elight-ticket-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #000;
}

.elight-line {
  height: 1px;
  background-color: #2196f3;
  margin: 1.5rem 0;
  width: 80%;
}

.elight-ticket-header {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 1rem;
}

.elight-ticket-title {
  font-size: 1.5rem;
  margin: 0;
}

.elight-ticket-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 1.5rem 0;
}

.elight-travel-details {
  display: flex;
  gap: 10rem;
  margin-bottom: 3.5rem;
}

.elight-ticket-info h3 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.elight-ticket-info p {
  font-size: 20px;
  margin: 0;
}

.elight-qr-code {
  flex-shrink: 0;
}

.elight-ticket-footer {
  margin-top: 1rem;
}

.elight-ticket-footer h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.elight-ticket-footer p {
  color: #666;
  margin: 0;
}

.elight-register-button {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  padding: 1rem 2rem;
  background: linear-gradient(to right, #45D02A, #01B6FF);
  color: white;
  border: none;
  border-radius: 2rem;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.2s;
}

.elight-register-button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .elight-ticket-section {
    padding: 1.5rem;
  }

  .elight-main-title {
    font-size: 2rem;
  }

  .elight-travel-details {
    flex-direction: column;
    gap: 1.5rem;
  }

  .elight-ticket-content {
    flex-direction: column;
  }

  .elight-qr-code {
    align-self: flex-end;
  }
}

@media (max-width: 480px) {
  .elight-ticket-section {
    padding: 1rem;
  }

  .elight-main-title {
    font-size: 1.75rem;
  }

  .elight-ticket-card {
    padding: 1.5rem;
  }

  .elight-ticket-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .elight-qr-code {
    align-self: center;
  }

  .elight-register-button {
    width: 100%;
  }
}

.elight-advantages {
  padding: 2rem;
  font-family: Montserrat, sans-serif;
}

.elight-advantages-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  gap: 115px;
}

.elight-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.elight-card {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elight-pill {
  position: relative;
  z-index: 2;
  padding: 20px 25px;
  border-radius: 15px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-align: center;
}

.elight-pill.blue {
  background: #01b6ff;
  width: 400px;
}

.elight-pill.green {
  background: #45d02a;
  width: 336px;
}

.elight-outline-text {
  position: absolute;
  font-size: 56px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: transparent;
  color: #fff;
}

.outline-blue {
  text-shadow: -1px -1px 0 #01b6ff, 1px -1px 0 #01b6ff, -1px 1px 0 #01b6ff,
    1px 1px 0 #01b6ff, 0px -1px 0 #01b6ff, 0px 1px 0 #01b6ff, -1px 0px 0 #01b6ff,
    1px 0px 0 #01b6ff;
}

.outline-green {
  text-shadow: -1px -1px 0 #45d02a, 1px -1px 0 #45d02a, -1px 1px 0 #45d02a,
    1px 1px 0 #45d02a, 0px -1px 0 #45d02a, 0px 1px 0 #45d02a, -1px 0px 0 #45d02a,
    1px 0px 0 #45d02a;
}

@media (max-width: 768px) {
  .elight-advantages-container {
    flex-direction: column;
    max-width: 345px;
    gap: 45px;
  }

  .elight-column {
    gap: 45px;
  }
}

@media (max-width: 480px) {
  .elight-advantages {
    padding: 1rem;
  }

  .elight-column {
    gap: 30px;
  }

  .elight-pill {
    font-size: 14px;
    padding: 15px 20px;
    transform: none !important;
  }

  .elight-pill.blue,
  .elight-pill.green {
    width: 90%;
  }

  .elight-outline-text {
    font-size: 40px;
    line-height: 60px;
    -webkit-text-stroke-width: 1px;
  }
  
}

.elight-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}

.elight-footer-icons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.elight-icon {
  color: #fff;
  transition: color 0.3s;
  padding: 0.5rem;
  border-radius: 50%;
}

.elight-icon:hover {
  color: #45D02A;
}

@media (max-width: 480px) {
  .elight-footer-icons {
    gap: 1.5rem;
  }
}

.subject-tag:hover {
  background-color: #effaff;
}

/* Мобильные устройства (до 576px) */
@media (max-width: 575px) {
  .point-icon,
  .point-content,
  .match-wrapper {
    display: none;
  }
  #svg1,
  #svg2,
  #svg3 {
    display: none;
  }
  #stars1,
  #stars2,
  #stars3,
  #starsend {
    display: none;
  }

  .enroll-button {
    display: none;
  }

  #mobile-menu-button {
    display: block;
  }
  header {
    flex-direction: row-reverse;
  }
  #stripes3 {
    display: none;
  }

  #stripes1 {
    display: none;
  }
  #stripes2 {
    display: none;
  }

  #benefitssvg {
    display: none;
  }

  .icon-smile {
    transform: translate(50%, 75px);
    position: absolute;
    bottom: 50px;
    right: 85px;
  }
  .icon-boat {
    transform: translate(10px, 50px);
    position: absolute;
    bottom: 20px;
    right: 50px;
  }
}

/* Планшеты (576px - 991px) */
@media (min-width: 576px) and (max-width: 991px) {
  .road-svg-desktop {
    display: block;
  }
  .road-svg-mobile {
    display: none;
  }
  #stars1,
  #stars2,
  #stars3,
  #starsend {
    display: none;
  }
  #mobile-menu-button {
    display: none;
  }

  #stripes3 {
    display: none;
  }

  #stripes1 {
    display: none;
  }
  #stripes2 {
    display: none;
  }

  #benefitssvg {
    display: none;
  }

  .icon-smile {
    transform: translate(50%, 75px);
    position: absolute;
    bottom: 50px;
    right: 85px;
  }
  .icon-boat {
    transform: translate(10px, 50px);
    position: absolute;
    bottom: 20px;
    right: 50px;
  }
}

/* Десктопы (от 992px) */
@media (min-width: 992px) and (max-width: 1200px) {
  .road-svg-desktop {
    display: block;
  }
  .road-svg-mobile {
    display: none;
  }
  #stars1,
  #stars2,
  #stars3,
  #starsend {
    display: none;
  }
  #mobile-menu-button {
    display: none;
  }

  #stripes3 {
    position: absolute;
    top: 95px;
    right: 335px;
    transform: translate(-50%, -50%);
  }

  #stripes1 {
    position: absolute;
    top: 55px;
    right: 270px;
    transform: translate(-50%, -50%);
  }
  #stripes2 {
    transform: translate(-150px, -30%);
  }

  .benefits-container {
    right: 65px;
  }
  .icon-smile {
    transform: translate(50%, 75px);
    position: absolute;
    bottom: 50px;
    right: 85px;
  }
  .icon-boat {
    transform: translate(10px, 50px);
    position: absolute;
    bottom: 20px;
    right: 50px;
  }
}

/* Большие экраны (от 1200px) */
@media (min-width: 1200px) {
  .road-svg-desktop {
    display: block;
  }
  .road-svg-mobile {
    display: none;
  }
  .icon-smile {
    transform: translate(150px, 15px);
  }
  .benefits-container {
    right: 65px;
  }

  #stripes3 {
    position: absolute;
    top: 95px;
    right: 335px;
    transform: translate(-50%, -50%);
  }

  #stripes1 {
    position: absolute;
    top: 55px;
    right: 270px;
    transform: translate(-50%, -50%);
  }
  #stripes2 {
    transform: translate(-150px, -30%);
  }
  #stars1 {
    position: absolute;
    top: 0%;
    right: 120%;
    transform: translate(-50%, -50%);
  }

  #stars2 {
    position: absolute;
    top: 5%;
    right: 110%;
    transform: translate(-50%, -50%);
  }
  #stars3 {
    position: absolute;
    top: 15%;
    right: 105%;
    transform: translate(-50%, -50%);
  }
  #starsend {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
  }

  #mobile-menu-button {
    display: none;
  }
}

.mobile-menu-button {
  display: none;
  border: none;
  background: none;
  padding: 10px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}

.mobile-menu-content {
  padding: 20px;
  height: 85%;
  display: flex;
  flex-direction: column;
}

.mobile-menu-close {
  align-self: flex-start;
  border: none;
  background: none;
  padding: 10px;
  margin-bottom: 40px;
  cursor: pointer;
  color: #000;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: auto 0;
  text-align: center;
}

.mobile-nav-item {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.mobile-cta-button {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(90deg, #4caf50, #2196f3);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .mobile-menu-button {
    display: block;
  }

  .mobile-menu.active {
    display: block;
  }
}

.flashlight {
  position: absolute;
  bottom: -35px;
  right: -40px;
}
.banner-container {
  position: relative;
  width: fit-content;
}

#svg1 svg {
  transform: translate(150px, -25px);
}

#svg2 svg {
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
}

#svg3 svg {
  transform: translate(-25px, -100px);
  position: absolute;
}





.features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  max-width: 500px;
  margin-top: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.green-dot {
  background-color: #3ad32b;
}

.blue-dot {
  background-color: #00b2ff;
}

@media (max-width: 480px) {
  .features-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-item {
    font-size: 15px;
  }
}


.academy-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.academy-title {
  position: relative;
  text-align: center;
}

.academy-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.title-green {
  color: #3ad32b;
}

.title-blue {
  color: #00b2ff;
}

.academy-decor {
  position: absolute;
  right: -25px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url('decor.svg') no-repeat center/contain;
}
.academy-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: nowrap;
}

.academy-image {
  width: 570px;
  height: 400px;
  flex-shrink: 0;
}

.academy-text {
  width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  line-height: 2;
}

.highlight-blue {
  color: #00b2ff;
  font-weight: 600;
}

.highlight-green {
  color: #3ad32b;
  font-weight: 600;
}

.academy-benefits {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.benefit-card {
  flex: 1 1 32%;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  gap: 12px;
}

.benefit-blue {
  background-color: #00b2ff;
}

.benefit-green {
  background-color: #3ad32b;
}

.academy-cta {
  text-align: center;
}

.academy-cta h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

/* Адаптивность */
@media (max-width: 992px) {
  .academy-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .academy-image,
  .academy-text {
    width: 100%;
    max-width: 570px;
    height: auto;
  }

  .academy-text {
    height: auto;
  }

  .benefit-card {
    flex: 1 1 100%;
  }
}

@media (max-width: 480px) {
  .academy-title h2 {
    font-size: 22px;
  }

  .academy-cta h3 {
    font-size: 18px;
  }
}


.success-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.success-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.success-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.success-left h3 {
  font-size: 22px;
  font-weight: 700;
}

.success-right h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}

.green-accent {
  color: #3ad32b;
}

.blue-accent {
  color: #00b2ff;
}

.success-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 40px;
}

.success-text {
  font-size: 20px;
  line-height: 1.6;
  position: relative;
}

.success-text .highlight-green {
  color: #3ad32b;
  font-weight: 600;
}

.success-text strong {
  font-weight: 700;
}

.decor-curve {
  position: absolute;
  bottom: 30px;
  right: 15px;
  width: 60px;
  height: 30px;
  background: url('decor.svg') no-repeat center/contain;
}

.success-image {
  width: 570px;
  height: 300px;
  flex-shrink: 0;
}

/* Адаптивность */
@media (max-width: 992px) {
  .success-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .success-text,
  .success-image {
    width: 100%;
    max-width: 570px;
    height: auto;
  }

  .success-right h2 {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .success-left h3 {
    font-size: 18px;
  }

  .success-right h2 {
    font-size: 22px;
  }

  .success-text {
    font-size: 15px;
  }
}




.wantmatch-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
}

.wantmatch-title {
  position: relative;
  text-align: center;
}

.wantmatch-title h2 {
  font-size: 28px;
  font-weight: 700;
}

.wantmatch-green {
  color: #3ad32b;
}

.wantmatch-blue {
  color: #00b2ff;
}

.wantmatch-arrow-top {
  position: absolute;
  top: -125px;
  right: 250px;
}

.wantmatch-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 30px 30px;
  width: 100%;
  box-sizing: border-box;
  height: 101px;
}

.wantmatch-item {
  flex: 1;
  text-align: center;
  padding: 0 10px;
  display: flex;
  gap: 10px;
}

.wantmatch-item:last-child {
  border-right: none;
}

.wantmatch-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 8px;
}

.wantmatch-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.wantmatch-bottom {
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-right: 150px;
}

.wantmatch-bottom h2 {
  font-size: 28px;
  font-weight: 700;
}

.wantmatch-match {
  color: #3ad32b;
  font-style: italic;
  font-weight: 700;
}

.wantmatch-arrow-bottom {
  position: absolute;
  left: 130px;
  top: -60px;
}

/* Адаптив */
@media (max-width: 992px) {
  .wantmatch-list {
    flex-direction: column;
    gap: 20px;
  }

  .wantmatch-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .wantmatch-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .wantmatch-title h2,
  .wantmatch-bottom h2 {
    font-size: 22px;
  }

  .wantmatch-item p {
    font-size: 14px;
  }
}



.wantmatch-divider {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}




.summitblock-inline {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.summitblock-inline h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.summitblock-green {
  color: #3ad32b;
}

.summitblock-underlined-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 40px;
}

.summitblock-underline {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  max-width: 442px;
  pointer-events: none;
  z-index: 0;
}


.course-target-left {
  text-align: end;
  width: 55%;
  position: relative;
  margin-left: 100px;
}


.summitblock-underlined {
  position: relative;
  z-index: 1;
  display: inline-block;
}

/* Адаптив */
@media (max-width: 768px) {
  .summitblock-inline h2 {
    font-size: 22px;
  }

  .summitblock-underline {
    transform: scale(0.9);
  }
}

@media (max-width: 480px) {
  .summitblock-inline h2 {
    font-size: 18px;
    flex-direction: column;
    gap: 6px;
  }

  .summitblock-underline {
    transform: scale(0.8);
  }
}


.bloginfo-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
}

.bloginfo-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

.bloginfo-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}

.bloginfo-text h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 20px;
}

.bloginfo-green {
  color: #3ad32b;
  font-weight: 700;
}

.bloginfo-blue {
  color: #00b2ff;
  font-weight: 700;
}

.bloginfo-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bloginfo-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}



.green-dot {
  background-color: #3ad32b;
}

.bloginfo-note {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
}

.bloginfo-blue-text {
  color: #00b2ff;
  font-weight: 600;
}

.bloginfo-image-wrapper {
  position: relative;
  width: 319px;
  height: 640px;
  flex-shrink: 0;
}

.circle-back-svg {
  position: absolute;
  right: -40px;
  bottom: -60px;
  z-index: 0;
  display: block;
}

.circle-top-svg {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
  display: block;
}

.phone-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

/* Адаптивность */
@media (max-width: 992px) {
  .bloginfo-content {
    flex-direction: column;
    align-items: center;
  }

  .bloginfo-image-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .circle-back-svg,
  .circle-top-svg {
    display: none;
  }

  .bloginfo-text h2 {
    font-size: 20px;
  }

  .bloginfo-wrapper {
    padding: 40px 16px;
  }
}

@media (max-width: 480px) {
  .bloginfo-text {
    font-size: 15px;
  }

  .bloginfo-text h2 {
    font-size: 18px;
  }
}


.bloginfo-mention {
  display: inline-block;
  position: relative;
  padding-right: 30px; 
}

.bloginfo-pointer {
  position: absolute;
  bottom: -2px;
  right: 0;
}




/* 💻 Десктоп: от 993px и выше */
.ticket-1 {
  /* базовая версия */
  display: flex;
  
}

.ticket-2 {
  display: none !important;
}

.ticket-3 {
  display: none !important;
}

/* 📱 Планшет: от 768px до 992px */
@media (max-width: 992px) {
  .ticket-1 {
    display: none !important;
  }
  .ticket-3 {
    display: none !important;
  }


  .ticket-2 {
    display: flex !important;
  }
}

/* 📲 Смартфон: до 767px */
@media (max-width: 767px) {
  .ticket-1 {
    display: none !important;
  }

  .ticket-2 {
    display: none !important;
  }

  .ticket-3 {
    display: flex !important;
  }
}
.elight-button-decor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 40px auto;
  position: relative;
}

.elight-sparks {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  margin-top: 30px;
}

.spark-left {
  margin-right: -8px; 
}

.spark-right {
  margin-left: -8px;
}

.elight-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}



#stripes4 {
  position: absolute;
  top: 0px;
  right: 50px;
  transform: translate(-50%, -50%);}

  

.elight-hr {
  border: none;
  height: 2px;
  background-color: #01B6FF;
  margin: 20px 0;
  width: 600px;
}
  


.mountain-content-mob {
  display: none !important;
}

.courses-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 20px;
}

.courses-header {
  text-align: center;
  margin-bottom: 15px;
}

.courses-title {
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 12px;
}

.courses-green {
  color: #3AD32B;
}

.courses-blue {
  color: #00B2FF;
}

.courses-subtitle-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}

.courses-subtitle {
  font-size: 39px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.courses-underline {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
}

.courses-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}


.courses-content {
  flex: 1 1 600px;
  max-width: 700px;
  font-size: 18px;
  line-height: 2;
}

.courses-content p {
  margin-bottom: 16px;
}

.courses-content .green {
  color: #3AD32B;
  font-weight: 500;
}

.courses-content .blue {
  color: #00B2FF;
  font-weight: 500;
}

.courses-image {
  flex: 0 0 440px;
  max-width: 100%;
  height: auto;
}

/* --- Адаптив --- */
@media (max-width: 1024px) {
  .courses-section {
    flex-direction: column;
    align-items: center;
  }

  .courses-content {
    text-align: center;
  }

  .courses-title {
    font-size: 28px;
  }

  .courses-subtitle {
    font-size: 20px;
  }

  .courses-content {
    font-size: 15px;
  }

  .courses-image {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .courses-title {
    font-size: 24px;
  }

  .courses-subtitle {
    font-size: 18px;
  }

  .courses-content {
    font-size: 14px;
  }

  .courses-wrapper {
    padding: 40px 16px;
  }
}





.course-block {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.course-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 40px;
}

.course-title span {
  color: #3DC823;
}

.course-lines {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.course-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.row-2 {
  justify-content: space-between;
  padding: 0 150px;
}

.row-3 {
  justify-content: center;
  gap: 60px;
}

.row-4 {
  justify-content: center;
}

.course-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dotp {
  width: 20px;
  height: 20px;
  background: #01B6FF;
  border-radius: 50%;
  flex-shrink: 0;
}

.course-item {
  padding: 20px 25px;
  border: 1px solid #222222;
  border-radius: 10px;
  font-size: 15px;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .course-row {
    flex-direction: column;
    align-items: center;
  }

  .row-2,
  .row-3 {
    padding: 0;
  }
}


#stripes5 {
  position: absolute;
  top: 0px;
  transform: translate(-50%, -50%);}






.course-target-block {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
}

.course-target-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.course-target-left {
  width: 55%;
  position: relative;
}

.course-target-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.course-target-left .blue {
  color: #01B6FF;
}

.course-target-left .green {
  color: #45D02A;
}

.course-target-left .orange {
  color: #FFC400;
}

.course-target-left p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

.target-decor-yellow {
  position: absolute;
  top: -50px;
  right: 0px;
}

.course-target-right {
  width: 50%;
}

.target-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.arrow-icon {
  flex-shrink: 0;
  margin-right: 12px;
}

.target-box {
  padding: 16px 24px;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.target-box.green {
  background-color: #45D02A;
}

.target-box.blue {
  background-color: #01B6FF;
}

.target-circle {
  position: absolute;
  right: -15px;
  top: 30%;
  transform: translateY(-20%);
  z-index: -1;
}

@media (max-width: 768px) {
  .course-target-container {
    flex-direction: column;
  }

  .course-target-left, .course-target-right {
    width: 100%;
  }

  .target-item {
    margin-left: 0 !important;
  }

  .target-circle {
    display: none;
  }
}


.start-prep-section {
  background-color: #fff;
  padding: 60px 20px;
  position: relative;
}

.start-prep-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.start-prep-image {
  position: relative;
  flex-shrink: 0;
}

.start-prep-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.start-prep-decor {
  position: absolute;
  stroke: #45D02A;
}

.start-prep-decor-1 {
  top: 10%;
  left: -20px;
}

.start-prep-decor-2 {
  bottom: 5%;
  right: -20px;
}

.start-prep-content {
  flex: 1;
}

.start-prep-content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.start-prep-content .green {
  color: #45D02A;
}

.start-prep-content .blue {
  color: #01B6FF;
}

.start-prep-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.start-prep-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.start-prep-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 12px;
}

.start-prep-list .dot {
  width: 10px;
  height: 10px;
  background-color: #45D02A;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .start-prep-container {
    flex-direction: column;
    gap: 30px;
  }

  .start-prep-content h2 {
    text-align: center;
  }

  .start-prep-content p,
  .start-prep-list {
    text-align: left;
  }
}



.elight-materials {
  padding: 60px 20px;
  background: #fff;
}

.elight-materials-container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.elight-materials-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.highlight-green {
  color: #45D02A;
}

.elight-materials-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.elight-material-card {
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 12px;
  padding: 50px 20px;
  color: #fff;
  display: flex;
  flex-direction: revert;
  align-items: center;
  min-width: 220px;
}

.elight-material-card.blue {
  background: #01B6FF;
}

.elight-material-card.green {
  background: #45D02A;
}



.elight-card-text {
  font-size: 20px;
  font-weight: 700;
}

.elight-materials-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.elight-bottom-text {
  font-size: 40px;
  font-weight: 600;
  width: 800px;
}

.blue-bold {
  color: #01B6FF;
  font-weight: 700;
}

.green-bold {
  color: #45D02A;
  font-weight: 700;
}

@media (max-width: 768px) {
  .elight-materials-cards {
    flex-direction: column;
    align-items: center;
  }

  .elight-material-card {
    width: 100%;
  }

  .elight-materials-bottom {
    flex-direction: column;
    text-align: center;
  }
}





.elight-memory-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.elight-memory-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.elight-memory-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.4;
}

.highlight-green {
  color: #45D02A;
}

.highlight-blue {
  color: #01B6FF;
}

.elight-memory-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.elight-memory-text {
  flex: 1;
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
}

.elight-memory-image {
  flex: 1;
}

.image-placeholder {
  width: 100%;
  padding-top: 66%;
  background: linear-gradient(90deg, #e1f8e9, #e1f8f8);
  border-radius: 20px;
}

.elight-memory-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.memory-button {
  flex: 1;
  min-width: 270px;
  max-width: 370px;
  padding: 40px 25px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: background 0.3s;
}

.memory-button svg {
  flex-shrink: 0;
}

.memory-button.green {
  background-color: #45D02A;
}

.memory-button.blue {
  background-color: #01B6FF;
}

@media (max-width: 768px) {
  .elight-memory-content {
    flex-direction: column;
  }

  .elight-memory-text {
    text-align: center;
  }

  .elight-memory-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .elight-memory-title {
    font-size: 24px;
  }
}




.promo-block {
  padding: 40px 20px;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.promo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.promo-text {
  flex: 1 1 500px;
  max-width: 800px;
}

.promo-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

.highlight-green {
  color: #33cc33;
}

.promo-desc {
  font-size: 20px;
  line-height: 2;
  color: #333;
  margin-bottom: 20px;
}

.promo-bottom {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 25px;
}

.elight-link {
  color: #00B2FF;
  text-decoration: none;
}

.promo-image {
  flex: 0 1 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-image-placeholder {
  width: 100%;
  padding-top: 120%;
  background-color: #e0e0e0;
  border-radius: 12px;
}

.elight-button-decor2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.elight-sparks {
  flex-shrink: 0;
}

.elight-register-button {
  background-color: #00C566;
  border: none;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .promo-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .promo-title {
    font-size: 24px;
  }

  .promo-image {
    order: -1;
    width: 100%;
  }

  .promo-image-placeholder {
    padding-top: 100%;
  }
}

@media (max-width: 480px) {
  .promo-title {
    font-size: 20px;
  }

  .elight-register-button {
    padding: 12px 20px;
    font-size: 13px;
  }

 
}


.elight-p600 {
  width: 600px;
}

.bloginfo-list {
  width: 600px;
}

.bloginfo-note {
  width: 700px;
}

.elight-sv {display: none !important;}

@media (max-width: 767px) {
  .benefits-section {
    display: block;
  }

  .wantmatch-container {
    display: none;
  }



  .elight-p600 {
    width: 100%;
  }
  
  .bloginfo-list {
    width: 100%;
  }
  
  .bloginfo-note {
    width: 30%;
    flex: 1;
  margin: 0;
  font-size: 13px;
  }



  .elight-sv {display: flex !important;}

  .bloginfo-image-wrapper {display: none !important;}

  .bloginfo-content{
    display: block;
  }

  .elight-hr {
    width: 100% !important;
  }



  .mountain-content {
    display: none !important;
  }


  .mountain-content-mob {
    display: flex !important;

    left: 30px;
    display: flex;
    position: relative;

  }


  .courses-section {
    display: block !important;
    
  }


  .course-block {
    padding: 0px 0px;
  }

  .course-target-left {
    text-align: center;
  width: 100%;
  position: relative;
  margin-left: 0px;
  }


  .target-box {
    padding: 16px 24px !important;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .elight-bottom-text {
    width: 100% !important;
  }

  .elight-button-decor {
    margin: 0px auto !important;
  }

  .elight-memory-image svg {
    width: 100%;
    height: 100%;
  }
  .elight-button-decor2 {
    display: flex;
  }
}




@media (max-width: 768px) {
  .hero-section {
  display: block !important;
} 
}









  .blog-section {
  padding: 60px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}


.blog-grid {
  display: grid;
  gap: 30px;
 
  grid-template-columns: 1fr;
}


.blog-card {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-image-link img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background-color: #45D02A;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;

  position: relative;
  padding-right: 30px;
}

.card-category:hover {
  background-color: 00b2ff;
  color:rgb(85, 85, 85);
}

.card-category svg {
  margin-left: 8px;
  width: 14px;
  height: 14px;

  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.card-title a {
  color:rgb(0, 0, 0);
  text-decoration: none;
  transition: color 0.3s ease;
}

.card-title a:hover {
  color: #0091e5;
}

.card-excerpt {
  font-size: 0.9rem;
  color: #b3b3b3;
  line-height: 1.6;
  margin-top: auto;
}


.load-more-btn {
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  background-color: #00b2ff;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.load-more-btn:hover {
  background-color: #45D02A;
  color: #fff;
}




@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (min-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}















.policy-links {
  width: 100%; 
  display: flex;
  justify-content: center; 
  align-items: center;
  padding: 10px 0; 
  flex-wrap: wrap; 
  margin-left: 10px;
}

.policy-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.policy-links a:hover {
  color: #45D02A;
}

.policy-links a:first-child::after {
  content: '|';
  margin: 0 10px;
  color: #cccccc;
  pointer-events: none;
}

@media (max-width: 359px) {
  .policy-links {
    flex-direction: column; 
    gap: 5px;
  }
  
  .policy-links a:first-child::after {
    display: none; 
  }
}




@media (max-width: 768px) {
  
  .stripes-container svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }


  .stripes-container {
    height: 100px !important;
  }
}