
.adgptai-ecommerce {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    box-shadow: none;
    border: 0;
    padding: 10px 40px;
}
.grey-color{
    color: #192237!important;
}
p.grey-text-para{ 
  color: #192237;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 26.737px;
  letter-spacing: 0.16px;
}
.built-for-every .container{
    background: #EFEFEF;
    border-radius: 20px;
}


.result{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.results h2{
        font-style: normal;
    font-weight: 500;
    font-size: 61px;
    line-height: 64px;
    letter-spacing: -1.92px;
    color: #29292C;
}
.results h1, .results h2{
    color: rgba(41, 41, 44, 1);
}
.result h4 {
    font-size: 26px;
    color: rgba(21, 23, 24, 1);
}
.circle-loader {
  position: relative;
  display: inline-block;
}

.circle-loader.large {
  width: 130px;
  height: 130px;
}

.circle-loader.small {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 15px;
    left: 50px;
}
.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring .bg {
  fill: none;
  stroke: #eee;
  stroke-width: 10;
}

/* Base stroke setup */
.progress-ring .progress {
  fill: none;
  stroke: #007bff;
  stroke-width: 10;
  stroke-linecap: round;
  transform-origin: center;
  stroke-dasharray: 345.6; /* large circle (r=55) */
  stroke-dashoffset: 345.6; /* initially hidden */
}

/* Animate when in view */
.circle-loader.animate .progress-90 {
  animation: progress90 1.4s ease-out forwards;
}

.circle-loader.animate .progress-38 {
  animation: progress38 1.4s ease-out forwards;
}

.circle-loader.animate .progress-70 {
    stroke-dasharray: 150.8;
    stroke-dashoffset: 150.8;
    animation: progress70 1.4s ease-out forwards;
}

/* Keyframes for each progress ring */
@keyframes progress90 {
  to {
    stroke-dashoffset: 150.6;
  }
}

@keyframes progress38 {
  to {
    stroke-dashoffset: 220;
  }
}

@keyframes progress70 {
  to {
    stroke-dashoffset: 140;
  }
}

/* Rotation animation */
@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.result-third.animate .rotate-arrow {
  animation: rotateArrow 1.8s ease-out forwards;
}


.value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
h2#budget {
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 65px;
    letter-spacing: -0.015em;
    color: #000000;
    margin-bottom: 4%;
}
.ecommerce section.budget-friendly.pt-lg-5 {
    padding-top: 1rem !important;
}
.circle-loader.large .value {
  font-size: 26px;
}





.why-adgpt-slider {
    max-width: 750px;
    height: 640px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.why-adgpt-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.why-adgpt-slider .swiper-slide {
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
}

.why-adgpt-slider .swiper-slide .slide-img-wrapper {
    background: #f6f6f6;
    border-radius: 26px;
    width: 100%;
    padding: 10px;
}

.why-adgpt-slider .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.why-adgpt-slider-pagination {
  margin-top: 20px;
  text-align: center;
}

.why-adgpt-slider .swiper-button-next:after, .why-adgpt-slider .swiper-button-prev:after{
    font-size: 30px;
}

.why-adgpt-slider .swiper-button-next, .why-adgpt-slider .swiper-button-prev {
    color: black;
}

.why-adgpt-slider .swiper-button-next, .why-adgpt-slider .swiper-rtl .swiper-button-prev {
    right: -5px;
}
.why-adgpt-slider .swiper-button-prev, .why-adgpt-slider .swiper-rtl .swiper-button-next {
    left: -5px;
}
/* Container */
.why-adgpt-slider-pagination {
  text-align: center;
  margin-top: 20px;
}
.step {
    min-height: 122px;
}
.steps {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 36px;
  flex-wrap: nowrap;
}
.step-arrow {
    position: absolute;
    bottom: 0;
    left: 90%;
    width: 12px;
    transform: translate(194%, -55%) rotate(270deg);
}
h2.heading.text-black {
    line-height: 0.37;
}
 .step p{
  font-style: normal;
font-weight: 400;
font-size: 15px;
  line-height: 19px;
  color: #242424;
 }
 .heading-bulid{
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 64px;
letter-spacing: -1.92px;
color: #000000;
 }
p.micro-text-hero {
    font-family: 'Inter';
    text-decoration-color: #192237;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #192237;
    text-underline-offset: 5px;
        width: max-content;
}
/* Inactive bullets */
.why-adgpt-slider .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #EFEFEF !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  border-radius: 50% !important;
  transition: background 0.3s ease;
}
.btn-get-started-ecom{
    background: #0084FF;
    border: 0.884545px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 0px 5.30727px 2.65364px rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(6.19182px);
    border-radius: 7.07636px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    align-items: center;
    text-align: center;
    letter-spacing: -0.0001em;
    color: #FFFFFF;

}
.text-black-left {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 83px;
    letter-spacing: 2px;
    color: #000000;
    text-align: left;
}
.showcaseAdsImg {
    margin-left: 20px;
   margin-top: -19px;
}
/* Active bullet */
.why-adgpt-slider .swiper-pagination-bullet-active {
  background: #6B6B78 !important;
}
.testimonial-swiper .testimonial-card{
      border-bottom: 3px solid #E4E8EE;
}
@media screen and (max-width:1300px) {

    .results .bottom-content{
        width: 80%;
    }
    
  .results h2{
    font-size: 43px;
    }
    h2#budget{
          font-size: 46px;
    }
}
@media (max-width: 1680px) {
    .results h2{
    font-size: 53px;
    }
    }
@media screen and (max-width: 768px) {
    .why-adgpt-slider {
    height: 540px;
    }
    .why-adgpt-slider .swiper-slide img {
    max-height: 310px;
    }
    .steps {
    flex-direction: column;
    }
    .step-arrow {
    left: 50%;
    transform: translate(-50%, 70%);
    }
    .showcaseAdsImg {
    margin-left: 0;
    }
    .results h2, h2.heading-bulid {
    font-size: 36px;
    line-height: 43px;
    }
    section#hero-animation h1.heading{
    padding: 0 10px;
    }
    section#hero-animation h1.heading, section.why-adgpt h2,
    section.how-it-works h2, section.showcase-ads h2.heading.text-black-left{font-size: 20px; text-align: center; }
    p.grey-text-para{
    text-align: center;
    }
    p.micro-text-hero{
    width: auto;
    }
    h2#budget {
    font-size: 35px;
    line-height: 49px;
    }
}