.circle-img-container {
    position: relative;
    display: inline-block;
}

.responsive-img {
    width: 100%;
    max-width: 81px; 
    height: auto;
}

@media (max-width: 1200px) {
    .circle-animation {
        margin-left: 300px; 
    }
}

@media (max-width: 992px) {
    .circle-animation {
        margin-left: 200px; 
    }
}

@media (max-width: 768px) {
    .circle-animation {
        margin-left: 100px; 
    }

    .responsive-img {
        max-width: 71px;
    }
}

@media (max-width: 576px) {
    .circle-animation {
        margin-left: 50px; 
    }
}

#bg {
    position: relative;
    z-index: 1;
    margin-left: -23px;
}

#bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/footer-bg.jpg') no-repeat center center/cover;
    z-index: -1;
    transition: opacity 0.5s;
}

#bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53 65 215 / 10%); 
    z-index: -1;
    transition: opacity 0.5s;
}

.row.ptb--100 {
    position: relative;
    z-index: 2;
}
.progress-wrap, .menu-call, .whatsapp-call {
    position: fixed;
    right: 20px;
    background-color: #007bff; 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    z-index: 999;
    text-decoration: none;
  }

  .progress-wrap {
    bottom: 40px;
  }

  .menu-call {
    bottom: 100px;
    background-color: #28a745; 
  }
  .back-to-top:hover {
    background-color: #28a745;
  }

  .whatsapp-call {
    bottom: 160px;
    background-color: #28a745; 
    font-size: 30px;
  }
  a.menu-call:hover, .whatsapp-call:hover {
    color: #ffffff;
  }
   @media (max-width: 768px) {
    .back-to-top, .menu-call, .whatsapp-call {
      width: 50px; 
      height: 50px;
      font-size: 30px; 
    }
  }

  .swiper-slide {
    width: 300px; 
    height: 350px; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px; 
    }
    .single-testimonials-area-1 {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #f9f9f9; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    }
    .feedback-author img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
    }