
/* IPAD */

@media screen and (max-width: 1000px) {

    .hero-text h1 {
    font-size: 2.1rem;
    font-weight: 500;
  }

  .hero-text p {
    margin: 0 auto 2rem auto;
  }

  .hero-cta {
    padding: 0.6rem 1.8rem;
  }

  .hero-rotate {
    transform: rotateY(-25deg);
    transition: transform 0.1s linear; /* small smoothing */
    will-change: transform;
  }

  .hero-visual img {
  max-width: 350px;
  
}

  .nav-links, .cta-btn {
    display: none;
  }
  .company-name {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }

  .mobile-menu {
    width: 70%;
    padding: 20px 20px;
  }

  .about-hero-inner {
    grid-template-columns: 1fr;
  }

  .about-hero-visual {
    height: 300px;
  }

  .about-stats {
    flex-direction: column;
    gap: 20px;
  }

  .edge-section {
    padding: 100px 30px !important;
  }

  .edge-header h2 {
    font-size: 1.5rem;
  }

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

  .edge-card {
    padding: 35px 28px;
  }


  .how-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .how-item {
    margin: 0 auto;
  }


  .heading-6, .heading-6:lang(ar) {
        font-size: 1rem !important;
        line-height: 22px !important;
    }

    .heading-3 {
        font-size: 2.8rem;
        line-height: 32px;
    }

    .heading-4, .heading-4:lang(ar) {
        font-size: 24px !important;
        line-height: 30px !important;
    }

  .infrastructure-grid {
    grid-template-columns: 1fr;
  }

  .visual-side {
    order: -1;
    text-align: center;
  }

  .visual-side img {
    margin: 0 auto 20px auto;

  }

  .plans-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .security-container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .security-list li {
    padding-left: 0;
  }

  .security-list li::before {
    display: none;
  }

  .security-visual img {
    max-width: 55%;
  }



}


/* IPAD */

/* MEDIUM  */


@media screen and (max-width: 786px){


    .hero-section {
        padding: 170px 20px 50px 20px;
    }
    .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-text {
    order: 1; /* TEXT FIRST */
    text-align: center;
  }

  .hero-visual {
    order: 2; /* IMAGE BELOW */
    text-align: center;
    justify-content: center;
    align-items: center;
    align-self: center !important;
    align-content: center !important;
  }

  .hero-text h1 {
    font-size: 33px;
    font-weight: 500;
  }

   .hero-visual img {
  max-width: 300px;
  
}

.hero-text p {
  font-size: 1rem;
}

.mobile-menu {
  width: 90%;
}

  .about-hero p {
    padding: 0;
    font-size: 14px;
  }

  .about-hero {
  padding: 160px 0 90px;
}

  .about-hero h1{
    font-size: 35px;
  }

  .about-stats{
    grid-template-columns: 1fr 1fr !important;
  }

  .about-philosophy {
    padding: 120px 20px !important;
  }

   .features-grid {
    grid-template-columns: 1fr;
  }

  .generic-banner .bg {  
        background-size: cover; 
    }

    .generic-banner .content {
        margin-left: 0;
        margin-right: 0;
        /* padding: 24px; */
        justify-content: center;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-top: 50px !important;
        padding-left: 0px;
        padding-right: 0px;
    
    }

  .generic-banner .gradient {
        background: rgba(0, 0, 0, .4);
        opacity: 1;
    }

    .heading-3{
      font-size: 35px !important;
    }

    .generic-banner {
        padding-bottom: 60px;
    }

    .generic-banner a{
      padding: 10px 20px!important;
    }

    .text-body-r{
      font-size: 15px !important;
    }


  .heading-4, .heading-4:lang(ar) {
        font-size: 22px;
        line-height: 32px;
    }

    .supported-crypto-block .crypto-block-wrap{
      gap: 40px;
      
    }

    .supported-crypto-section{
      padding: 120px 20px !important;
    }

    .ticker-item div img{
    width: 50px;
  }

    .emphasis {
        font-size: 17px;
        line-height: 24px;
    }

    .supported-crypto-block .text-container .right {
        display: none !important;
    }

    .supported-crypto-block .crypto-block-wrap .left{
      text-align: center;
    }

    .supported-crypto-block .crypto-block-wrap .button-container {
    display: block !important;
    justify-content: center !important;
    align-items: center;
    align-self: center;
    }

.performance-header h2 {
  font-size: 30px !important;
  font-weight: 500;
  
}

.performance-header p{
  font-size: 17px !important;
}


  .infrastructure-section {
  padding: 120px 20px !important; 
  position: relative;
    }

    .plans-section {
    background: #060910;
    padding: 110px 20px !important;
    }

    .section-header h2{
    font-size: 32px !important;
    }

    .visual-side {
        order: -1;
        text-align: center !important;
        justify-content: center;
    }

  .visual-side img {
    margin: 0 0 20px 0;
    max-width: 100% !important;
   
  }


  .footer-main {
  padding: 80px 20px !important;
    }

.faq-section {
  background: #05080f;
  padding: 120px 20px !important;
}

.form-wrapper{
  padding: 60px 0px 40px 0px;
}

.plans-hero-title{
    font-size: 42px !important;
}

}


/* MEDIUM */

/* PHONE */



@media screen and (max-width: 480px){
  
    .generic-banner .bg-1 {
        background-image: url(../IMAGES/banner-mobile.png) !important;
    }



}




/* PHONE */
