.app-testimonial-review {
    background-color: #000; /* assuming black background */

    color: #fff;
    display: flex;
    align-items: center;
}

.app-testimonial-review-content span i {
    font-style: normal;
    font-weight: bold;
    color: #fff; /* white for contrast */
    font-size: 18px;
}

.app-testimonial-review-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #ccc; /* softer for secondary text */
}

.padding_style {
    padding: 80px !important;
}
.design-project-item{
    padding-top: 20% !important;
}
.mobile_tap{
    padding-top: 15% !important;
    padding-bottom: 15% !important;
}
.tp-pd-6-hero-fraction span {
    font-size: 48px;
}
.design-choose-item{
    height: 400px !important;
}
.design-choose-item span {
  font-size: 100px; /* desktop size */
  font-weight: bold;
}

@media only screen and (max-width: 520px) {
  .design-choose-item span {
    font-size: 50px !important;
    margin-bottom: 50px !important; /* mobile size */
  }
}
@media only screen and (min-width: 1px) and (max-width: 520px) {
    .tp-section-title-onest.fs-72 {
    font-size: 40px !important;

}
    .mobile_tap{
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}
    .design-project-item{
        padding-top: 10px !important;
    }
    .tp-brand-area {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .tp-specialized-features-list {
        position: inherit !important;
        right: 37px !important;
    }
    
    .padding_style {
        padding: 40px !important;
    }
}

/* ← keep your existing gradient‑text rule intact */
.tp-section-subtitle-gradient {
    font-family: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;

    background: linear-gradient(139deg, #ffffff 0%, #ffffff 49%, #007bff 100%);
    background-clip: text;

    /* safetynet for z‑stacking */
}

/* ← the “glass panel” lives behind the text */

.text_style {
    background: linear-gradient(90deg, #007bff, #007bff, #ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.seo-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}
.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.design-hero-circle-1 {
    background-color: #007bffc4;
}
.design-choose-2-style .design-choose-item {
    background-color: #007bff;
}
.tp-specialized-features-list {
    backdrop-filter: blur(30px);
    box-shadow: 0 40px 60px 0 rgba(14, 15, 17, 0.1);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.tp-btn-black-text {
    font-size: 14px;
    padding: 7px 17px;
}
.tp-btn-black-text {
    font-size: 16px;
    font-weight: 500;
    padding: 7px 22px;
}
.green-regular-bg {
    background-color: #007bff !important;
}
.design-choose-2-style .design-choose-item {
  background: radial-gradient(
    circle at top right,
    #0d4ca9 0%,
    #151419 45%,
    #151419 100%
  );
  box-shadow: 0 0 20px rgba(13, 76, 169, 0.4);
  border-radius: 20px;
  padding: 2rem;
  color: #ffffff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.style_bg
{background: radial-gradient(
    circle at bottom center,
    #0d4ca9 0%,
    #151419 45%,
    #151419 100%
  )}



.sign {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s ease-in-out !important;
}

.sign svg {
  width: 25px !important;
}

.sign svg path {
  fill: white !important;
}



@keyframes fadeIn {
  from {
    opacity: 0 !important;
    transform: translate(-50%, -55%) !important;
  }
  to {
    opacity: 1 !important;
    transform: translate(-50%, -50%) !important;
  }
}

.eye {
                background-color: #007bff !important;
            }