.mtc-news-section {
  padding: 60px 20px;
  /*background: linear-gradient(135deg, #00e7c5, #00b4ff);*/
   background-image: url('/public/images/backmtc.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mtc-news-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.mtc-news-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 300px;
  background: #000;
  cursor: pointer;
  border: 2px solid;
  transition: transform .3s ease, box-shadow .3s ease;
}

.mtc-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.mtc-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.mtc-news-overlay {
  position: absolute;
  inset: 0;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0,0,0,.75), transparent 55%);
  color: #fff;
}

.mtc-news-tag {
  font-size: 14px;
  font-weight: 600;
  color: #19f2c2;
  margin-bottom: 6px;
}

.mtc-news-date {
  font-size: 13px;
  opacity: .9;
  margin-bottom: 10px;
}

.mtc-news-overlay h3 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  color:white;
}

/* Tablet */
@media (max-width: 1024px) {
  .mtc-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mtc-news-card {
    height: 380px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .mtc-news-grid {
    grid-template-columns: 1fr;
  }
  .mtc-news-card {
    height: 320px;
  }
  .mtc-news-overlay h3 {
    font-size: 18px;
  }
}



/* =========================
   ROYEL FEATURES CSS
========================= */

.royel-features-section{
    width:100%;
    padding:90px 20px;
    background:#060b1f;
    position:relative;
    overflow:hidden;
    font-family: 'Poppins', sans-serif;
}

.royel-features-top-icon{
    position:absolute;
    top:30px;
    left:18%;
    font-size:55px;
    color:#9aa3ff;
    opacity:0.8;
    animation:royelFloat 3s ease-in-out infinite;
}

@keyframes royelFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}

.royel-features-heading{
    text-align:center;
    margin-bottom:60px;
}

.royel-features-heading h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    line-height:1.2;
    margin:0;
}

.royel-features-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.royel-feature-card{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.06);
    border-radius:22px;
    padding:35px 28px;
    transition:0.4s ease;
    backdrop-filter:blur(10px);
    position:relative;
    overflow:hidden;
}

.royel-feature-card:hover{
    transform:translateY(-10px);
    border-color:#ffc107;
    box-shadow:0 15px 40px rgba(255,193,7,0.15);
}

.royel-feature-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:linear-gradient(135deg,#1e233b,#101528);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
    color:#ffc107;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

.royel-feature-card h3{
    color:#fff;
    font-size:28px;
    margin-bottom:18px;
    font-weight:600;
    line-height:1.4;
}

.royel-feature-card p{
    color:#b8bfd3;
    font-size:16px;
    line-height:1.9;
    margin:0;
}

/* =========================
   TABLET RESPONSIVE
========================= */

@media(max-width:992px){

    .royel-features-heading h2{
        font-size:40px;
    }

    .royel-features-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .royel-features-section{
        padding:70px 15px;
    }

    .royel-features-top-icon{
        left:8%;
        font-size:42px;
    }

    .royel-features-heading{
        margin-bottom:40px;
    }

    .royel-features-heading h2{
        font-size:32px;
    }

    .royel-features-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .royel-feature-card{
        padding:28px 22px;
    }

    .royel-feature-card h3{
        font-size:24px;
    }

    .royel-feature-card p{
        font-size:15px;
    }

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:480px){

    .royel-features-heading h2{
        font-size:28px;
        line-height:1.4;
    }

    .royel-feature-icon{
        width:60px;
        height:60px;
        font-size:28px;
    }

    .royel-feature-card h3{
        font-size:21px;
    }

}







/* ===== Crypto App Section CSS ===== */

.xqz-app-section{
    background: #050816;
    padding: 120px 8%;
    overflow: hidden;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.xqz-app-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    flex-wrap: wrap;
}

/* LEFT SIDE */

.xqz-app-content{
    flex: 1;
    min-width: 320px;
}

.xqz-app-tag{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    color: #7c8cff;
    font-size: 14px;
    margin-bottom: 25px;
    border: 1px solid rgba(255,255,255,0.08);
}

.xqz-app-heading{
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 700;
}

.xqz-app-description{
    color: #9ca3af;
    font-size: 17px;
    line-height: 1.9;
    max-width: 550px;
    margin-bottom: 40px;
}

/* STEPS */

.xqz-app-steps{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.xqz-step-box{
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.xqz-step-number{
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg,#ffcc00,#ff9900);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 10px 25px rgba(255,204,0,0.25);
}

.xqz-step-info h4{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.xqz-step-info p{
    color: #9ca3af;
    line-height: 1.7;
    font-size: 15px;
}

/* BUTTONS */

.xqz-app-buttons{
    margin-top: 45px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.xqz-btn-primary,
.xqz-btn-secondary{
    height: 58px;
    padding: 0 28px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.35s;
}

.xqz-btn-primary{
    background: linear-gradient(135deg,#6c63ff,#4f46e5);
    color: #fff;
}

.xqz-btn-secondary{
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
}

.xqz-btn-primary:hover,
.xqz-btn-secondary:hover{
    transform: translateY(-5px);
}

/* RIGHT SIDE */

.xqz-app-image-area{
    flex: 1;
    min-width: 320px;
    position: relative;
    display: flex;
    justify-content: center;
}

.xqz-image-glow{
    position: absolute;
    width: 420px;
    height: 420px;
    background: linear-gradient(135deg,#6c63ff,#00c2ff);
    filter: blur(160px);
    opacity: 0.25;
    border-radius: 50%;
}

.xqz-phone-image{
    width: 420px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    animation: xqzFloat 4s ease-in-out infinite;
}

@keyframes xqzFloat{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-18px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* FLOATING CARDS */

.xqz-floating-card{
    position: absolute;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 18px 24px;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.xqz-floating-card span{
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.xqz-floating-card p{
    color: #9ca3af;
    margin: 0;
    font-size: 14px;
}

.xqz-card-one{
    top: 60px;
    left: 0;
}

.xqz-card-two{
    bottom: 50px;
    right: 10px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .xqz-app-container{
        flex-direction: column;
        text-align: center;
    }

    .xqz-app-description{
        margin: auto auto 40px;
    }

    .xqz-step-box{
        text-align: left;
    }

    .xqz-app-buttons{
        justify-content: center;
    }

    .xqz-app-heading{
        font-size: 48px;
    }

}

@media(max-width:600px){

    .xqz-app-section{
        padding: 90px 6%;
    }

    .xqz-app-heading{
        font-size: 38px;
    }

    .xqz-phone-image{
        width: 300px;
    }

    .xqz-floating-card{
        padding: 14px 18px;
    }

}






