.lp-poc-banner.lp-poc-custom .list-banner ul li{
   font-size: clamp(0.8125rem, 0.7457rem + 0.1078vw, 0.875rem); 
   color: #0F172ACC;
}

.lp-poc-banner.lp-poc-custom .list-banner ul li svg{
   margin-right: 5px;
}

.lp-poc-banner.lp-poc-custom .banner-btn a{
    border-radius: 10px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 120, 0, 0.6);
    }
    70% {
        transform: scale(1.01);
        box-shadow: 0 0 0 12px rgba(255, 120, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}

.lp-poc-banner.lp-poc-custom .banner-btn{
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: start;
}

.lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn{
    background: #fff;
    color: #314252;
    border: 1px solid #E5E7EB;
}

.austin-business .box{
    padding: 30px 25px;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 10px 15px -3px rgba(229, 231, 235, 0.5), 0px 4px 6px -4px rgba(229, 231, 235, 0.5);
}


.austin-business .box p{
    margin-bottom: 0;
}

.austin-business .box h5{
    margin-bottom: 10px;
}


/* Swiper Pagination */
.success-stories-man .swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    display: none;
}

/* Default bullets */
.success-stories-man .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    /* light gray */
    border-radius: 50%;
    opacity: 1;
    margin: 0 8px;
    position: relative;
}

/* Active bullet with black center and pink ring via ::after */
.success-stories-man .swiper-pagination-bullet-active {
    background: #000;
    /* black center */
}

.success-stories-man .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    /* outer ring size */
    height: 25px;
    border: 1px solid #f03a5f;
    /* pink ring */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.success-stories-man .swiper-button-prev.custom-prev {
    left: unset;
    right: 100px;
    top: 9%;
    width: 72px;
    height: 72px;
}


.success-stories-man .swiper-button-next.custom-next {
    top: 9%;
    width: 72px;
    height: 72px;
}

/* Hide Swiper default arrow icons, show only SVG */
.success-stories-man .swiper-button-prev:after,
.success-stories-man .swiper-button-next:after {
    display: none !important;
}

.success-stories-man .swiper-button-prev svg,
.success-stories-man .swiper-button-next svg {
    display: block;
    transition: all 0.5s ease-in-out;
    fill: #fff;
}

.swiper-button-next svg:hover circle,
.swiper-button-prev svg:hover circle {
    stroke: #F47A1F;
}

.success-stories-man .swiper-button-next svg:hover path,
.success-stories-man .swiper-button-prev svg:hover path {
    fill: #F47A1F;
}
.success-stories-man h2 {
    margin-bottom: 50px;
}



.success-stories-man .man-container {
    aspect-ratio: 1220 / 612;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 80px;
    background: linear-gradient(266.32deg, #000E15 15.06%, #071B27 60.42%, #071B27 85.1%);
    border-radius: 30px; 
    position: relative;
    z-index: 1;
}

.success-stories-man .man-story-content h3 {
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.success-stories-man .man-story-content p {
    font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.5rem);
    color: #fff;
    margin: 0;
}

.success-stories-man .man-list {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #31425257;
    padding: 18px;
    border-radius: 10px;
    margin: 60px 0px 30px 0px;
}

.success-stories-man .man-list-content h5 {
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.success-stories-man .man-list-content p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}

 .success-stories-man .man-list-content {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.success-stories-man .man-list-content:last-child {
    border-right: none;
    padding-right: 0px;
}

.success-stories-man .man-view-portfolio {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
}

.success-stories-man .man-view-portfolio:hover {
    color: #F47A1F;
    transition: all 0.5s ease-in-out;
}

.success-stories-man .man-card-img {
    text-align: center;
}

.pure-man-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    border-radius: 30px;
}

.austin-business.partner-austin-mob .box{
    height: auto;
}

.austin-business.partner-austin-mob .box p{
    font-size: clamp(0.8125rem, 0.6121rem + 0.3233vw, 1rem);
    line-height: normal;
}

.austin-business.partner-austin-mob .box h5{
font-size: clamp(1rem, 0.7328rem + 0.431vw, 1.25rem);
line-height: normal;
}


.austin-business.partner-austin-mob .sticky{
    position: sticky;
    top: 10px;
}

.gain-tek ul li {
    color: #fff;
    margin-bottom: 10px;
}

.gain-tek ul li svg{
  margin-right: 7px;
}
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 70px;
  position: relative;
  z-index: 11;
}


.steps-wrapper:after {
    position: absolute;
    top: 23%;
    background: #E5E7EB;
    width: 100%;
    height: 2px;
    content: "";
    z-index: -1;
}
.step {
  flex: 1;
  /* max-width: 200px; */
  text-align: center;
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #f47a14;
  color: #f47a14;
 font-size: clamp(1.0625rem, 0.5948rem + 0.7543vw, 1.5rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: 0.3s ease-in-out;
}

.circle:hover {
    background: #f47a14;
    color: #fff;
}

.step h5{
  font-size: clamp(0.9375rem, 0.7371rem + 0.3233vw, 1.125rem);
  line-height: normal;
}


.step p {
  margin-bottom: 0;
  font-size: clamp(0.8125rem, 0.7457rem + 0.1078vw, 0.875rem);
  line-height: normal;
}

.methodology-section.methodology-lp-mvp .steps-wrapper:after {
    top: 20%;
}

.methodology-section.methodology-lp-mvp .step p{
    max-width: 50%;
    margin: 0 auto;
}

.cta-austin a.border_btn{
    border-radius: 10px;
}

.cta-austin .banner-btn{
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}

.cta-austin .border_btn.lp-banner-btn{
    background: transparent;
    color: #fff;
}

.featured-main-logo.featured-mvp .featured-flex ul{
    margin-left: 0;
}
.featured-main-logo.featured-mvp .featured-flex h5{
    margin-bottom: 30px;
}


.featured-main-logo.featured-mvp .featured-flex ul li{
    padding: 0 30px 0 0 ;
}

.lp-building-mvp .tough-list .tough-item{
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

.lp-building-mvp .tough-list .tough-item:last-child{
    margin-bottom: 0;
}
.lp-building-mvp .tough-list .tough-item .content h3{
    font-size: clamp(0.9375rem, 0.6034rem + 0.5388vw, 1.25rem);
    line-height: normal;
}
.mvp-stats .box{
    background: #071B27;
    padding: 50px 30px;
    border-radius: 20px;
}

.mvp-stats .box .stats-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mvp-stats .box .stats-main .stats-item{
    position: relative;
}

.mvp-stats .box .stats-main .stats-item:after{
    position: absolute;
    content: "";
    top: 0;
    right: -120px;
    background: #ffffff3b;
    height: 100%;
    width: 1px;
}

.mvp-stats .box .stats-main .stats-item:last-child:after{
    display: none;
}

.mvp-stats .box .stats-main .stats-item .num{
    font-size: clamp(1.5625rem, 0.694rem + 1.4009vw, 2.375rem);
    font-weight: 600;
    color: #fff;
    font-family: Poppins, sans-serif;
}

.mvp-stats .box .stats-main .stats-item p{
    margin-bottom: 0;
    color: #fff;
}
.startups-mvp .box{
    border-radius: 16px;
    height: 100%;
    padding: 35px 25px;
    border: 2px solid #E5E7EB;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.startups-mvp .box .content .bottom{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
}

.startups-mvp .box .content .bottom span{
    font-size: clamp(0.6875rem, 0.6207rem + 0.1078vw, 0.75rem);
    padding: 5px 10px;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
}

.startups-mvp .box .content .bottom span svg{
    margin-right: 5px;
}

.faq-section .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
    color: #314252;
}

.faq-section .accordion-button{
font-size: clamp(1rem, 0.5991rem + 0.6466vw, 1.375rem);
color: #314252;
padding-bottom: 0;
}

.faq-section .accordion-button:focus{
    border-color: none;
    box-shadow: none;
}

.faq-section .accordion-item{
    margin-bottom: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.accordion-body{
    padding: 0 1rem;
}



@media (min-width: 1600px) and (max-width: 1800px) {


/* .lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn{
   font-size: 14px;
} */

    .success-stories-man .swiper-button-prev.custom-prev,
 .success-stories-man .swiper-button-next.custom-next{
     width: 65px;
    height: 65px;
 } 

  .success-stories-man .man-container {
        padding: 40px 40px;
    }

    .success-stories-man .man-list {
        padding: 15px;
        gap: 10px;
    }

     .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 26px;
    }

    .success-stories-man .man-list-content {
        padding-right: 10px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 22px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {

/* .lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn{
   font-size: 13px;
} */


   .success-stories-man .swiper-button-prev.custom-prev,
 .success-stories-man .swiper-button-next.custom-next{
     width: 55px;
    height: 55px;
 }
 .success-stories-man .swiper-button-prev.custom-prev {
    right: 80px;
 }
 .success-stories-man .man-container {
        padding: 0px 30px;
    }

    .success-stories-man .man-story-content h3 {
        margin-bottom: 20px;
    }

     .success-stories-man .man-list {
        margin: 40px 0px 20px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 24px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 20px;
    }

    .success-stories-man .man-card-img img {
        height: 400px;
        width: auto;
    }

    .mvp-stats .box .stats-main .stats-item:after{
    right: -90px;
}

.methodology-section.methodology-lp-mvp .steps-wrapper:after {
    top: 18%;
}

.methodology-section.methodology-lp-mvp .step p{
    max-width: 60%;
    margin: 0 auto;
}

}

@media (min-width: 1200px) and (max-width: 1399px) {

/* .lp-poc-banner.lp-poc-custom .border_btn.lp-banner-btn{
   font-size: 13px;
} */

.austin-business .box .icon svg{
    height: 45px;
    width: auto;
}
.austin-business.partner-austin-mob .box {
    height: 290px;
}



     .success-stories-man .swiper-button-prev.custom-prev,
 .success-stories-man .swiper-button-next.custom-next{
     width: 50px;
    height: 50px;
            top: 20px;
 }
 .success-stories-man .swiper-button-prev.custom-prev {
    right: 70px;
 }

 .success-stories-man .man-container {
        padding: 0px 25px;
    }

    .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

     .success-stories-man .man-view-portfolio {
        font-size: 18px;
    }

    .success-stories-man .man-card-img img {
        height: 370px;
        width: auto;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 14px;
        width: auto;
    }

    .circle {
  width: 50px;
  height: 50px;
}


.mvp-stats .box{
    padding: 40px 30px;
}
 .mvp-stats .box .stats-main .stats-item:after{
    right: -80px;
}

.methodology-section.methodology-lp-mvp .steps-wrapper:after {
    top: 18%;
}

.methodology-section.methodology-lp-mvp .step p{
    max-width: 70%;
    margin: 0 auto;
}

}


@media (min-width: 992px) and (max-width: 1199px) {

.austin-business .box .icon svg{
    height: 45px;
    width: auto;
}
.austin-business.partner-austin-mob .box {
    height: 290px;
}
 .circle {
  width: 45px;
  height: 45px;
}
.steps-wrapper:after {
    top: 17%;
}


  .success-stories-man .swiper-button-prev.custom-prev,
 .success-stories-man .swiper-button-next.custom-next{
     width: 50px;
    height: 50px;
            top: 20px;
 }
 .success-stories-man .swiper-button-prev.custom-prev {
    right: 70px;
 }

  .success-stories-man .man-container {
        padding: 0px 25px;
    }

    .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 18px;
    }

    .success-stories-man .man-card-img img {
        height: 370px;
        width: auto;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 14px;
        width: auto;
    }

.mvp-stats .box{
    padding: 30px 20px;
}
 .mvp-stats .box .stats-main .stats-item:after{
    right: -50px;
}

.methodology-section.methodology-lp-mvp .steps-wrapper:after {
    top: 15%;
}

.methodology-section.methodology-lp-mvp .step p{
    max-width: 90%;
    margin: 0 auto;
}

}

@media (min-width: 768px) and (max-width: 991px) {

.austin-business .box .icon svg{
    height: 40px;
    width: auto;
}
.austin-business.partner-austin-mob .box {
    height: 230px;
}
 .circle {
  width: 45px;
  height: 45px;
}
.steps-wrapper:after {
    top: 17%;
}

   .success-stories-man .swiper-button-prev.custom-prev,
 .success-stories-man .swiper-button-next.custom-next{
     width: 40px;
    height: 40px;
            top: 20px;
 }
 .success-stories-man .swiper-button-prev.custom-prev {
    right: 60px;
 }

 .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

     .success-stories-man .man-view-portfolio {
        font-size: 18px;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 14px;
        width: auto;
    }

    .success-stories-man .man-container {
        padding: 30px;
        aspect-ratio: unset;
        background-image: none !important;
        background: linear-gradient(266.32deg, #000E15 15.06%, #071B27 60.42%, #071B27 85.1%) !important;
    }

    .success-stories-man .man-card-img {
        display: none;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 20px;
    }

    .mvp-stats .box{
    padding: 30px 20px;
}
 .mvp-stats .box .stats-main .stats-item:after{
    right: -60px;
}

.methodology-section.methodology-lp-mvp .steps-wrapper:after {
    top: 15%;
}

.methodology-section.methodology-lp-mvp .step p{
    max-width: 90%;
    margin: 0 auto;
}

}

@media (min-width: 0px) and (max-width: 767px) {

.austin-business .box .icon svg{
    height: 40px;
    width: auto;
}
.austin-business.partner-austin-mob .box {
    height: auto;
}

.steps-wrapper {
  justify-content: center;
  gap: 50px;
  row-gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.methodology-section.methodology-lp-mvp .step p{
    max-width: 100%;
}

 .circle {
  width: 35px;
  height: 35px;
}
.steps-wrapper:after {
    display: none;
}

.gain-tek ul li svg{
  height: 18px;
  width: auto;
}

   .success-stories-man .swiper-button-prev.custom-prev,
 .success-stories-man .swiper-button-next.custom-next{
     width: 40px;
    height: 40px;
            top: 20px;
 }
 .success-stories-man .swiper-button-prev.custom-prev {
    right: 60px;
 }

  .success-stories-man .swiper-button-prev.custom-prev, .success-stories-man .swiper-button-next.custom-next {
        width: 40px;
        height: 40px;
        top: 86px;
    }
 .success-stories-man .man-story-content h3 {
        margin-bottom: 15px;
    }

    .success-stories-man .man-list {
        margin: 30px 0px 15px 0px;
        flex-wrap: wrap;
    }

    .success-stories-man .man-list {
        padding: 10px;
    }

    .success-stories-man .man-list-content{
        border-left: none;
        border-right: none;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 22px;
    }

    .success-stories-man .man-list-content p {
        font-size: 13px;
    }

    .success-stories-man .man-view-portfolio {
        font-size: 15px;
    }

    .success-stories-man .man-view-portfolio svg {
        height: 10px;
        width: auto;
    }

    .success-stories-man .man-container {
        padding: 25px;
        aspect-ratio: unset;
        background-image: none !important;
        background: linear-gradient(266.32deg, #000E15 15.06%, #071B27 60.42%, #071B27 85.1%) !important;
        border-radius: 10px;
    }

    .success-stories-man .man-card-img {
        display: none;
    }

    .success-stories-man .man-list-content h5 {
        font-size: 20px;
    }
     .mvp-stats .box{
    padding: 30px 20px;
    border-radius: 10px;
}

.mvp-stats .box .stats-main{
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    
}

 .mvp-stats .box .stats-main .stats-item:after{
    display: none;
}

.methodology-section.methodology-lp-mvp .steps-wrapper:after {
    display: none;
}
.methodology-section.methodology-lp-mvp .steps-wrapper {
  gap: 0;
  row-gap: 30px;
}

.methodology-section.methodology-lp-mvp .step {
  flex: 0 0 48%;
}


.methodology-section.methodology-lp-mvp .step p{
    max-width: 100%;
    margin: 0 auto;
}

.startups-mvp .box{
    padding: 30px 20px;
}

.startups-mvp .box .icon svg{
    height: 50px;
    width: auto;
}

.faq-section .accordion-button{
line-height: normal;
}

.lp-poc-banner.lp-poc-custom.lp-mvp-banner{
    background-image: none !important;
    background: #000E15;
}

}