/* =========================================================
   Why Invest in Crypto Marketing Section
   ========================================================= */
.revamp-new-btn {
  border-radius: 10px;
  background: linear-gradient(90deg, #2b7fff 0%, #00b8db 100%);
}
.why-crypto-invest-sec {
  background: #01192f;
  padding: 70px 0 60px;
}

.why-invest-hero-img {
  max-width: 340px;
  width: 100%;
  filter: drop-shadow(0 8px 32px rgba(5, 108, 168, 0.35));
}

.why-invest-intro p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 10px;
}

.why-invest-enables {
  font-size: 15px !important;
  color: #ffffff !important;
  margin-top: 6px;
}

/* --- Feature Cards --- */
.why-invest-card {
  padding: 26px 22px;
  height: 92%;
  border-radius: 16px;
  border: 1.18px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 1rem;
}

.why-invest-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;

  border-radius: 10px;
  background: var(--icon-bg, linear-gradient(135deg, #2b7fff 0%, #00b8db 100%));
}

.why-invest-icon i {
  font-size: 20px;
  color: #56b4f5;
}

.why-invest-card h5 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.why-invest-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}

/* --- Tagline + CTA --- */
.why-invest-tagline {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* =========================================================
   Crypto Marketing Services Grid Section
   ========================================================= */

.crypto-services-grid-sec {
  background: #01192f;
  padding: 70px 0 60px;
}

.crypto-service-card .why-invest-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* =========================================================
   About Us Redesigned
   ========================================================= */

.crypto-about-sec {
  background: #01192f;
  padding: 70px 0 60px;
}

.about-stat-card {
  border-radius: 16px;
border: 1.18px solid rgba(43, 127, 255, 0.30);
background: linear-gradient(135deg, rgba(43, 127, 255, 0.10) 0%, rgba(0, 184, 219, 0.10) 100%);
  padding: 36px 24px 28px;
  height: 92%;
  margin-bottom: 1rem;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}


.about-stat-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #2b7fff 0%, #00b8db 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.about-stat-icon i {
  font-size: 24px;
  color: #fff;
}

.about-stat-number {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.about-stat-desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  margin-bottom: 0;
}

/* =========================================================
   Why Choose Us Redesigned
   ========================================================= */

.crypto-why-choose-sec {
  background: #01192f;
  padding: 60px 0 70px;
}

.crypto-why-subtitle {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, #2b7fff 0%, #00b8db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.why-choose-card {
border-radius: 16px;
border: 1.18px solid rgba(43, 127, 255, 0.30);
background: linear-gradient(135deg, rgba(43, 127, 255, 0.10) 0%, rgba(0, 184, 219, 0.10) 100%);
  padding: 28px 20px 22px;
  height: 92%;
  margin-bottom: 1rem;
}

.why-choose-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #2b7fff 0%, #00b8db 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 13px;
}

.why-choose-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.why-choose-card h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991px) {
  .why-crypto-invest-sec,
  .crypto-services-grid-sec,
  .crypto-about-sec,
  .crypto-why-choose-sec {
    padding: 55px 0 50px;
  }

  .why-invest-hero-img {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .why-crypto-invest-sec,
  .crypto-about-sec,
  .crypto-why-choose-sec {
    padding: 45px 0 40px;
  }

  .why-invest-hero-img {
    max-width: 220px;
  }

  .why-invest-intro p,
  .why-invest-enables {
    font-size: 14px !important;
  }

  .why-invest-card {
    padding: 20px 18px;
  }

  .why-invest-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .why-invest-icon i {
    font-size: 18px;
  }

  .why-invest-card h5 {
    font-size: 14px;
  }

  .why-invest-tagline {
    font-size: 13px;
  }

  .about-stat-icon,
  .why-choose-icon {
    width: 50px;
    height: 50px;
    border-radius: 11px;
  }

  .about-stat-icon i {
    font-size: 20px;
  }

  .about-stat-number {
    font-size: 19px;
  }

  .crypto-why-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .why-invest-hero-img {
    max-width: 180px;
  }

  .why-invest-card {
    padding: 18px 16px;
  }

  .about-stat-card,
  .why-choose-card {
    padding: 24px 18px 20px;
  }

  .about-stat-number {
    font-size: 18px;
  }
}

/* =========================================================
   Blogs Section
   ========================================================= */

.crypto-blog-sec {
  background: #01192f;
  padding: 70px 0 60px;
}

.crypto-blog-card {
 
  overflow: hidden;
  height: 96%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease;
padding: 1rem;
  border-radius: 16px;
border: 1.18px solid rgba(43, 127, 255, 0.30);
background: linear-gradient(135deg, rgba(43, 127, 255, 0.10) 0%, rgba(0, 184, 219, 0.10) 100%);
}

.crypto-blog-img-wrap {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.crypto-blog-img {
  width: 100%;
  height: 250px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}



.crypto-blog-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(1, 25, 47, 0.92) 0%, rgba(1, 25, 47, 0.45) 60%, transparent 100%);
  padding: 44px 16px 14px;
}

.crypto-blog-overlay-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.crypto-blog-body {
  padding-top: 16px ;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.crypto-blog-meta {
  display: flex;
  gap: 14px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.crypto-blog-meta span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.crypto-blog-meta i {
  margin-right: 4px;
  color: #2b7fff;
}

.crypto-blog-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}

.crypto-blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #2b7fff 0%, #00b8db 100%);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 8px;
  text-decoration: none;
  align-self: flex-start;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.crypto-blog-btn:hover {
  opacity: 0.88;
  transform: translateX(2px);
}

/* =========================================================
   FAQ Section
   ========================================================= */

.crypto-faq-sec {
  background: #010f1e;
  padding: 70px 0 80px;
}

.crypto-faq-subtitle {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  margin-bottom: 0;
}

.crypto-faq-list {
}

.crypto-faq-item {
  margin-bottom: 12px;
  border-radius: 16px;
border: 1.18px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.05);
}

.crypto-faq-item:last-child {
  border-bottom: none;
}

.crypto-faq-btn {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
  gap: 16px;
}


.crypto-faq-btn span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
}

.crypto-faq-chevron {
  color: #00D3F2;
  font-size: 13px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.crypto-faq-btn.active .crypto-faq-chevron {
  transform: rotate(180deg);
}

.crypto-faq-item .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.crypto-faq-item .panel p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  padding: 0 24px 18px;
}

/* =========================================================
   Responsive - Blogs & FAQ
   ========================================================= */

@media (max-width: 991px) {
  .crypto-blog-sec,
  .crypto-faq-sec {
    padding: 55px 0 50px;
  }
}

@media (max-width: 767px) {
  .crypto-blog-sec,
  .crypto-faq-sec {
    padding: 45px 0 40px;
  }

  .crypto-blog-img {
    height: 180px;
  }

  .crypto-faq-btn {
    padding: 16px 18px;
  }

  .crypto-faq-btn span {
    font-size: 13px;
  }

  .crypto-faq-item .panel p {
    padding: 0 18px 16px;
  }
}

@media (max-width: 575px) {
  .crypto-blog-img {
    height: 160px;
  }

  .crypto-blog-meta {
    gap: 8px;
  }
}

h2 {
  color: #fff !important;
}

.step-process-crypto-marketing.key-highlight-estate.choose-smart-audit
  .nft-service-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}
.crypto-token-develop-types .nft-service-box .image-set {
  border-radius: 10px;
  background: var(--icon-bg, linear-gradient(135deg, #2b7fff 0%, #00b8db 100%));
}
.build-section.crypto-market-build {
  .heading-main {
    color: #c2c2c2;
    span {
      color: #fff;
    }
  }
    .card-box-outer{
     background: linear-gradient(to right, #061755, #466FFE);
     padding: 1px;
     border-radius: 14px;
     margin-bottom: 1rem;
  }
  .card-box {
    border-radius: 14.271px;
    border: 1.289px solid #04144d;
    background: #0e2539;
    margin-bottom: 0;
    h5 {
      color: #fff;
    }
  }

}

.clutch-section{
    background: transparent;
    .testimonial-card{
        border-radius: 16px;
background: rgba(255, 255, 255, 0.10);
box-shadow: 9.834px 9.834px 54.632px 0 rgba(0, 0, 0, 0.10);
    }
    .testimonial-text{
        color: #D3D3D3;
    }
    .client-role{
        color: #7CCAFF;
    }
    .client-name{
        color: #1898EF;
    }
}

.share-vision {
    background: rgba(0, 46, 91, 0.40);
    .bg-box {
        background-color: transparent !important;
    }
}


.crypto-market-banner-new {
    @media (max-width: 768px) {
        h1 {
            margin-top: 2px;
            text-align: center;
        }
        p{
            text-align: center !important;

        }
        .flex-btns-set{
            justify-content: center !important;
        }
    }
}
@media (max-width:768px){
.common-banner-new.crypto-market-banner-new{
    margin-top: 3.5rem;
}
.build-section.crypto-market-build {
    .right-card{
        img{
            min-height: 160px;
        }
        .text-right{
            text-align: center !important;
        }
    }
}
}