/* =========================================================
   Banner
========================================================= */

.bannersection {
  background: #fff;
}

.title_banner_white {
  color: #000;
}

/* =========================================================
   Case Study Overview
========================================================= */

.case-study-overview {
  margin: 0 auto;
  color: #000;
}

.case-study-description {

  line-height: 1.75;

  margin-bottom: 48px;
}

.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0 0 40px;
}

/* =========================================================
   Project Meta
========================================================= */

.project-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: 48px;
}

.section-label-text {
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.project-meta-value {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  border-bottom: 2px solid var(--fg);
  padding-bottom: 6px;
  display: inline-block;
  min-width: 140px;
}

/* =========================================================
   Tech Stack
========================================================= */

.tech-stack-section {
  margin-bottom: 48px;
}

.tech-stack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.tech-badge {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 16px;
  padding-left: 0;
  font-size: 16px;
  color: #000;
  transition: 0.3s ease;
}
/* .strategic-outcome-list{
  padding-left: 0;
} */
.tech-badge:hover {
  color: #7B0099;
  cursor: pointer;
}

/* =========================================================
   Services
========================================================= */

.service-section {
  margin-bottom: 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
}

.service-name {
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  font-weight: 700;
  border-bottom: 2px solid var(--fg);
  padding-bottom: 4px;
}

.service-separator {
  margin: 0 20px;
  color: var(--muted);
  font-size: 1.3rem;
}

/* =========================================================
   Challenge & Solution Section
========================================================= */

.challenge-solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;

}

.challenge-solution-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 28px;
}

.challenge-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.challenge-list-item {
  font-size: 1rem;

  color: var(--pmp-body-color);
}

.challenge-bullet {
  color: var(--pmp-diamond);
  font-size: 0.7rem;
  margin-right: 8px;
}

/* =========================================================
   Client Spotlight
========================================================= */

.client-spotlight-section {
  background: #fff;
  width: 100%;
}

.client-spotlight-title {

  font-size: clamp(30px, 5.5vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  color: #111;
  margin-bottom: 44px;
}

.client-spotlight-title .highlight {
  color: #E07B39;
}

.client-quote-wrapper {
  margin-bottom: 20px;
}

.quote-icon {
  display: block;
  font-size: 64px;
  line-height: 0.8;
  color: #E07B39;
  margin-bottom: 20px;
}

/* .client-quote-text {
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.8;
  color: #222;
} */
/* 
.client-author-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
} */

/* .client-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d0cece;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
} */

.client-role {
  font-size: 14px;
  color: #000000;
}

/* =========================================================
   Animations
========================================================= */

.case-study-overview > *,
.challenge-solution-section,
.client-spotlight-section {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.55s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sectiontwo .row {
    align-items: center;
}
.Adsection {
    background-image: url(../images/cryptowallet/adbannerbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    align-items: center;
    border-radius: 15px;
}
    .Adsection {
        background-image: url(../images/cryptowallet/adbannerbg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px;
        align-items: center;
        border-radius: 15px;

    }
.ad_title{
    font-size: 14px;
    font-weight: 400;

}
.ad_titleDesc{
    font-size: 35px;
    color: rgb(0, 0, 0);

     font-weight: 900;
}
/* =========================================================
   Responsive
========================================================= */

@media (max-width: 860px) {
  .challenge-solution-grid {
    grid-template-columns: 1fr;
    padding: 0 28px;
    gap: 56px;
  }
}

@media (max-width: 768px) {
  .project-meta-grid {
    gap: 32px;
  }
}
@media (max-width: 767px) {
    .Adsection {
        padding: 30px;
    }
    .adimageCol{
        display: none;
    }
  }

@media (max-width: 560px) {
  .challenge-solution-grid {
    padding: 0 18px;
  }

  .service-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .service-separator {
    display: none;
  }

  .client-author-card {
    width: 100%;
  }

  .client-spotlight-title {
    font-size: 28px;
  }
}