@media screen and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 55px;
  }
  .partners-wrapper {
    gap: 30px;
  }
  .benefit-card {
    height: 100%;
  }
  .primary-btn,
  .secondary-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
  .hero-buttons {
    gap: 10px;
  }
  .vector-3 {
    right: 30%;
  }
}
@media screen and (max-width: 768px) {
  .hero-sec {
    padding: 120px 0 20px;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-close {
    display: flex;
  }
  .main-menu {
    position: fixed;
    top: 90px;
    right: 0;
    width: 100%;
    height: calc(100vh - 90px);
    background: #0f0b0c;
    padding: 30px 20px;
    transform: translateX(100%);
    transition: 0.4s ease;
    z-index: 2000;
  }

  .main-menu.active {
    transform: translateX(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;
  }
  .info-box p {
    font-size: 12px;
  }
  .section-head h2 {
    font-size: 28px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .partner-item img {
    max-width: 200px;
  }
  .bonus-image img {
    margin-left: auto;
  }
  .hero-grid {
    flex-direction: row;
    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 {
    margin-left: auto;
    margin-right: 16px;
  }
  .header-button a {
    padding: 8px 16px;
  }
  .hero-sec {
    padding: 100px 0 20px;
  }

  .hero-grid {
    flex-direction: column;
  }
  .hero-content h1 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .hero-content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .hero-star {
    display: none;
  }
  .vector {
    display: none;
  }

  .watch {
    font-size: 14px;
    gap: 10px;
  }
  .hero-buttons {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
  .primary-btn,
  .secondary-btn {
    width: fit-content;
  }
  .hero-badge {
    padding: 8px 22px;
    font-size: 14px;
  }
  .partners-title {
    text-align: center;
  }
  .partners-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .video-section {
    padding: 60px 0px;
  }
  .video-caption {
    font-size: 10px;
  }
  .section-heading p {
    font-size: 15px;
  }
  .pathway-section {
    padding: 60px 0px;
  }
  .price-card {
    height: auto;
    margin-bottom: 15px;
  }
  .skills-section {
    padding: 60px 0px;
  }
  .section-header h2 {
    font-size: 25px;
  }
  .benefit-card {
    height: auto;
    margin-bottom: 20px;
  }
  .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 {
    padding: 60px 0px;
  }
  .feature p {
    font-size: 14px;
    line-height: 24px;
  }
  .bonus-wrapper {
    flex-direction: column;
  }
  .footer-menu {
    gap: 8px;
  }
  .menu-close {
    display: block;
    text-align: center;
  }

  .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;
  }
  .bonus-content h2 {
    font-size: 32px;
  }
  .bonus-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .join-text {
    margin-bottom: 20px;
  }
  .free-tag {
    top: -25px;
    right: 30px;
    font-size: 16px;
  }
  .bonus-section {
    padding-top: 160px;
  }

  .prize-head h2 {
    font-size: 30px;
  }
  .star-1 {
    top: 18px;
    left: 37px;
  }
  .star-2 {
    top: 9%;
    right: 10%;
  }
  .star-3 {
    top: 15%;
    right: 13%;
  }
  .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: 30px;
    line-height: 36px;
  }
  .footer .container {
    padding: 0px 0px;
  }
  .hero-content .primary-button {
    display: none;
  }

  .mobile-view {
    display: block !important;
    margin-top: 15px;
  }
  .pricing-button a {
    padding: 18px;
  }

  .mobile-sticky-cta {
    display: flex;
    gap: 10px;
    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 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    color: #fff;
    text-decoration: none;
    padding: 12px 8px;
    border-radius: 8px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
    text-align: center;
    line-height: 1.2;
  }

  .mobile-sticky-cta a:last-child {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #2563eb;
    box-shadow: none;
  }

  body {
    padding-bottom: 70px;
  }
  .service-section .primary-button {
    display: none;
  }
  .feature-sec .primary-button {
    display: none;
  }
  .feature-sec .mobile-view {
    margin-bottom: 25px;
  }
  .service-section .mobile-view {
    margin-top: 20px;
  }
  .hero-img video {
    height: auto;
  }
  .whatsapp-float-btn {
    bottom: 80px;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .footer-menu {
    display: none;
  }
}
