@media (max-width: 799px) {

  #mobile-btn,
  .hero-section .btn-primary {
    display: none;
  }

  /* --- Hero and SWOT Wrapper --- */
  .hero-swot-wrapper {
    position: relative;
  }
  
  .hero-swot-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../public/images/mobile-bg.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transform: translateY(-30px);
    animation: fadeSlideDown 1.5s ease-out forwards;
  }
  
  @keyframes fadeSlideDown {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 0.7;
      transform: translateY(0);
    }
  }
  .bg-image-left {
    display: none;
  }
  .bg-image-right {
    display: none;
  }

  /* --- Hero Section --- */
  .scroll-indicator-container { 
    bottom: 60px;
   }

  /* --- SWOT Analysis Section --- */
  .swot-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .swot-description {
    padding-right: 0;
    font-weight: 200;
  }

  .swot-text-content {
    max-width: 90%;
    text-align: center;
  }
  
  .swot-headline {
    font-size: 26px;
    margin: 15px auto;
    text-align: center;
  }
  
  .swot-highlight {
    font-weight: 500;
    margin: 24px 0 16px;
  }
  
  .swot-features {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }

  .swot-features li {
    font-size: 14px;
  }
  
  .swot-feature-number-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  
  .swot-dots-visualization {
    display: none;
  }

  /* --- Our Approach Section --- */
  .approach-title { 
    font-size: 26px;
    margin-top: 10px;
   }
  .approach-steps {
    max-width: 90%;
    margin: 0 auto;
  }

  .tag {
    font-size: 12px;
  }
  
  .step-title { 
    font-size: 18px;
   }
  .step-description { 
    font-size: 12px;
   }
  
  /* --- Why It Matters Section --- */
  .why-matters-flex { 
    max-width: 90%;
    margin: 0 auto;
   }
  .why-matters-header { 
    margin-bottom: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
   }
  .why-matters-title { 
    font-size: 26px;
    text-align: center;
   }
   .benefit-circle {
    width: 145px;
    height: 145px;
    padding: 1.6rem;
   }
   .benefit-circle h3 {
    font-size: 14px;
   }
   .benefit-circle p {
    font-size: 12px;
   }
   .circle-top-left {
    left: 0;
    right: 0;
    margin-inline: auto;
   }
   .circles-background-svg {
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 100px;
    width: 40%;
    height: 40%;
   }
   .circle-top-right {
    top: 120px;
    left: 0;
   }
   .circle-bottom {
    top: 120px;
    right: 0;
    left: 130px;
   }
  .circles-container { 
    height: 230px;
    width: 271px;
   }

  /* --- Online Education Section --- */
  .online-education-section {
    height: auto;
    padding-bottom: 60px;
    overflow: hidden;
  }
  
  .bg-gradient-left {
    width: 60%;
    opacity: 0.6;
  }
  
  .education-two-columns {
    flex-direction: column;
    height: auto;
  }
  
  .education-left-column,
  .education-right-column {
    width: 100%;
    padding: 20px 20px;
  }
  
  .education-titles {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
  }
  
  .online-education-title {
    font-size: 28px;
    line-height: 1.8;
    text-align: center;
  }
  
  .service-boxes-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .education-service-box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  
  .service-box-bg-svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
  
  .service-box-content-wrapper {
    position: relative;
    z-index: 1;
  }
  
  .service-box-title-area h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  .service-box-description-area p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .logo-slideshow {
    padding-top: 30px;
    overflow: hidden;
  }
  
  .logo-circle {
    width: 60px;
    height: 60px;
  }
  
  .logo-track {
    gap: 30px;
  }

  /* --- AI Applications Section --- */
  .ai-applications-section {
    padding: 60px 0;
    background-color: #101010;
  }
  
  .ai-applications-grid {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    max-width: 90%;
    margin: 0 auto;
  }
  
  .ai-applications-left {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .ai-applications-title {
    font-size: 28px;
    margin: 10px 0;
    color: #fff;
    text-align: center;
  }
  
  .ai-applications-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    text-align: center;
  }
  
  .ai-applications-description {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
  }
  
  .ai-applications-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    min-height: 200px;
  }
  
  .cycle-card {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 85%;
    max-width: 280px;
    margin-bottom: 12px;
    display: none;
  }
  
  .cycle-card.fade-in {
    display: block;
    animation: fadeInUpMobile 0.5s ease-out forwards;
  }
  
  .cycle-card.fade-out {
    animation: fadeOutMobile 0.5s ease-in forwards;
  }
  
  @keyframes fadeInUpMobile {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  @keyframes fadeOutMobile {
    from {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
    to {
      opacity: 0;
      transform: translateX(-50%) translateY(-20px);
    }
  }
  
  .fading-planet-bg {
    width: 140%;
    max-width: none;
    top: 2%;
  }
  
  .new-article-card {
    width: 85%;
    max-width: 280px;
    margin: 0 auto 12px;
    padding: 8px 12px;
    border-radius: 6px;
    display: block;
  }
  
  .new-article-header {
    font-size: 14px;
    margin-bottom: 4px;
  }
  
  .new-article-status {
    font-size: 11px;
  }

  /* --- Footer Section --- */
  .ai-applications-section {
    margin-bottom: -120px;
    padding-bottom: 20px;
  }
}
