
.adgptai-ecommerce {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    box-shadow: none;
    border: 0;
    padding: 10px 40px;
}


.built-for-every{
    background-color: rgba(239, 239, 239, 1);
}


.result{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.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: 35px;
}
.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;
}

.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;
}

/* Inactive bullets */
.why-adgpt-slider .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #D8D8E5 !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  border-radius: 50% !important;
  transition: background 0.3s ease;
}

/* Active bullet */
.why-adgpt-slider .swiper-pagination-bullet-active {
  background: #3D3A4E !important;
}

@media screen and (max-width:1300px) {

    .results .bottom-content{
        width: 80%;
    }
    
}

@media screen and (max-width: 768px) {
    .why-adgpt-slider {
        height: 540px;
    }
    .why-adgpt-slider .swiper-slide img {
      max-height: 310px;
  }
}