@media screen and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 36px;
  }
  .partners-wrapper {
    gap: 30px;
  }
  .info-img img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .hero-sec {
    padding: 120px 0 20px;
  }

  .menu-toggle {
    display: flex;
  }

  .main-menu {
    position: fixed;
    top: 90px;
    right: -100%;
    width: 100%;
    /* max-width: 320px; */
    height: 100vh;
    background: #0f0b0c;
    padding: 30px 20px;
    transition: 0.4s ease;
    z-index: 2000;
    border-radius: 20px 0 0 20px;
  }

  .main-menu.active {
    right: 0;
  }

  .main-menu .menu {
    flex-direction: column;
    gap: 0;
    margin-top: 60px;
    align-items: normal;
  }

  .main-menu .menu li {
    border-bottom: 1px solid #e5e5e5;
  }

  .main-menu .menu li a {
    display: block;
    padding: 18px 10px;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
  }
  .menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    background: #ffff;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .info-content h3 {
    font-size: 18px;
  }
  .info-content p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .section-head h2 {
    font-size: 28px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .partner-item img {
    max-width: 200px;
  }

  .hero-grid {
    flex-direction: row; /* keep side by side */
    gap: 20px;
  }

  .hero-content {
    flex: 1;
  }

  .hero-media {
    flex: 1;
  }

  .hero-content h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-content h2 {
    font-size: 18px;
  }

  .hero-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .primary-button a {
    font-size: 14px;
    padding: 14px 22px;
  }

  .play-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .pr-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pr-card {
    padding: 18px;
  }

  .pr-card h3 {
    font-size: 24px;
  }

  .pr-card p {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .header-sec {
    padding: 12px 0px;
  }
  .header-button a {
    padding: 8px 16px;
  }
  .menu-toggle {
    margin-left: auto;
    margin-right: 12px;
  }
  .menu-close {
    display: block;
    text-align: center;
  }

  .hero-sec {
    padding: 100px 0 20px;
  }

  .hero-grid {
    flex-direction: column;
  }
  .hero-content {
    text-align: center;
  }
  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .hero-content h2 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .hero-content p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .img-text {
    text-align: center;
    margin-top: 20px;
  }

  .partners-wrapper {
    margin-top: 60px;
    flex-direction: column;
    gap: 20px;
  }
  .info-section {
    padding: 60px 0px;
    background-image: none !important;
    background-color: #0f0b0c !important;
  }
  .glass-card {
    height: auto;
    margin-bottom: 20px;
  }
  .service-section {
    padding: 60px 0px;
  }
  .section-head {
    flex-direction: column;
    align-items: normal;
    margin-bottom: 20px;
  }
  .section-head h2 {
    font-size: 26px;
  }
  .service-card h3 {
    font-size: 16px;
  }
  .service-section .primary-button {
    display: none;
  }
  .curriculum-sec h2 {
    font-size: 24px;
  }
  .module-card {
    flex-direction: column;
    gap: 0px;
  }
  .module-tags {
    flex-direction: column;
    align-items: normal;
  }
  .curriculum-sec {
    padding: 60px 0px;
  }
  .feature-section {
    padding: 60px 0px;
  }
  .feature-section h2 {
    font-size: 34px;
  }
  .audience-section {
    padding-top: 40px;
  }
  .audience-head h2 {
    font-size: 32px;
  }
  .audience-head p {
    font-size: 12px;
  }
  .mb-2 {
    margin-bottom: 0px !important;
  }
  .footer-menu {
    gap: 8px;
  }

  .price-head {
    padding: 16px 18px;
    border-radius: 18px 18px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .price-title {
    gap: 12px;
  }

  .price-title .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .price-title h3 {
    font-size: 18px;
  }

  .price-title p {
    font-size: 12px;
  }

  .price-rate {
    font-size: 26px;
    text-align: left;
  }

  .price-rate span {
    font-size: 12px;
  }

  .price-rate small {
    font-size: 11px;
  }
  .pr-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pr-card {
    padding: 16px;
    border-radius: 14px;
  }

  .pr-card h3 {
    font-size: 22px;
  }

  .pr-card p {
    font-size: 13px;
  }
  .pricing-head h3 {
    font-size: 20px;
  }
  .prefer-grid {
    display: block;
    padding-left: 0px;
  }
  .pricing-botom {
    gap: 10px;
    margin-top: 10px;
  }

  .about-right {
    gap: 10px;
  }
  .info-card {
    padding: 20px;
  }
  .mission-content h2 {
    font-size: 28px;
  }
  .mission-author {
    margin-bottom: 20px;
  }
  .left-shape {
    top: 0;
    left: 0;
  }
  .right-shape {
    top: 0;
    right: 0;
  }
  .cta-section h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .cta-section p {
    font-size: 14px;
  }
  .footer .container {
    padding: 0px 0px;
  }
  .hero-content .primary-button {
    display: none;
  }
  .cta-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
  .mobile-view {
    display: flex !important;
    justify-content: center;
    margin-top: 15px;
  }

  .mobile-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    z-index: 9999;
  }

  .mobile-sticky-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #155dfc;
    color: #fff;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(21, 93, 252, 0.4);
  }

  body {
    padding-bottom: 70px;
  }
  .hero-img video {
    height: auto;
  }
  .whatsapp-float-btn {
    bottom: 90px;
  }
  .bonus-content .text-bl {
    font-size: 36px;
  }
  .badge {
    font-size: 11px;
  }
  .partners-wrapper {
    margin-top: 20px;
  }
  .partners-title {
    text-align: center;
  }

  .success-content {
    width: 92% !important;
  }
  .success-body {
    padding: 30px 20px !important;
  }
  .success-body h1 {
    font-size: 24px !important;
  }
  .success-body p {
    font-size: 16px !important;
    margin-bottom: 25px !important;
  }
  .success-body .primary-button {
    flex-direction: column;
    align-items: center;
  }
  .success-body .hero-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 15px !important;
    font-size: 16px !important;
  }
}
