p{
  margin-bottom: 0px;
}
.about-section {
    background-image: url("/background-img/gallary-bg-4-1.png");
    background-size: cover;
    /* background-color: #eaf7ffb5; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6% 2% 2% 2%;
    gap: 20px;
    flex-wrap: wrap;
}
.main-inner-left {
    width: 55%;
}
.main-inner-left .main-inner-left-inner {
    width: 100%;
    height: 620px;
    position: relative;
}
.main-inner-left .main-inner-left-inner .img1 {
    width: 50%;
    height: 39%;
    /* background-color: red; */
    position: absolute;
    top: 15%;
    left: 11%;
    border-radius: 40px 10px 10px 10px;
    /* background-image: url(/user/assets/images/about/doctor6.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border: 4px solid #ffffff;
}
.main-inner-left .main-inner-left-inner .img1::before {
    content: '';
    position: absolute;
    left: -21px;
    top: -21px;
    background-color: var(--top-bar-color);
    width: 100%;
    height: 100%;
    z-index: -20;
    border-radius: 40px 10px 10px 10px;
    box-shadow: -5px -5px 32px rgba(0, 0, 0, 0.2);
}
.main-inner-left .main-inner-left-inner .img1 img {
    width: 100%;
    height: 100%;
    border-radius: 35px 10px 10px 10px;
}
.main-inner-left .main-inner-left-inner .img2 {
    width: 28%;
    height: 40%;
    /* background-color: red; */
    position: absolute;
    top: 14%;
    border-radius: 70px 10px 70px 10px;
    right: 8%;
    /* background-image: url(/user/assets/images/about/doctor2.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border: 4px solid #ffffff;
}
.main-inner-left .main-inner-left-inner .img2 img {
    border-radius: 70px 10px 70px 10px;
    height: 100%;
    width: 100%;
}
.main-inner-left .main-inner-left-inner .img3 {
    width: 32%;
    height: 34%;
    /* background-color: red; */
    position: absolute;
    bottom: 9%;
    left: 10%;
    overflow: hidden;
    /* background-image: url(/user/assets/images/about/doctor1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px 10px 50px 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border: 4px solid #ffffff;
}
.main-inner-left .main-inner-left-inner .img3 img {
    height: 120%;
    width: 100%;
    border-radius: 40px 10px 50px 10px;
}
.main-inner-left .main-inner-left-inner .img3 {
    width: 32%;
    height: 34%;
    /* background-color: red; */
    position: absolute;
    bottom: 9%;
    left: 10%;
    overflow: hidden;
    /* background-image: url(/user/assets/images/about/doctor1.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px 10px 50px 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border: 4px solid #ffffff;
}
.main-inner-left .main-inner-left-inner .img3 img {
    height: 120%;
    width: 100%;
    border-radius: 40px 10px 50px 10px;
}
.main-inner-left .main-inner-left-inner .img4 {
    width: 48%;
    height: 25%;
    /* background-color: red; */
    position: absolute;
    bottom: 18%;
    /* overflow: hidden; */
    right: 7%;
    /* background-image: url(/user/assets/images/about/doctor3.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 70px 0px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.main-inner-left .main-inner-left-inner .img4::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 71px;
    background-color: var(--top-bar-color);
    width: 100%;
    height: 100%;
    z-index: -20;
    border-radius: 40px 10px 81px 10px;
    box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.2);
}
.main-inner-left .main-inner-left-inner .img4 img {
    height: 135%;
    width: 100%;
    border-radius: 10px 10px 70px 0px;
    border: 4px solid #ffffff;
}
.main-inner-left .main-inner-left-inner .carcle {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background-color: rgb(255 255 255);
    position: absolute;
    padding: 8px;
    top: 46%;
    left: 54%;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 75%);
}
  .right-updiv{
    background: #ffffff;
    box-shadow: 0 25px 70px rgb(174 255 238);
    border: 1px solid #a8dfd1;
    width: max-content;
    padding: 5px 40px 5px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: var(--heading-font-size);
    color: var(--bg-color);
    position: relative;
    font-family: var(--heading-font);
   }
   .right-updiv::after{
    content: "";
    width: 16px;
    height: 4px;
    border-radius: 5px;
    background: var(--bg-color);
    position: absolute;
    right: 16px;
    bottom: 17px;
   }
.about-circle-bn {
  cursor: pointer;
  border: none;
  background: var(--bg-color);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
}

.about-circle-bn__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;

  > span {
    position: absolute;
    transform: rotate(calc(20deg * var(--index)));
    inset: 7px;
  }
}

.about-circle-bn__circle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #212121;
  color:var(--bn-circle-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-circle-bn__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.about-circle-bn:hover {
  background: #000;
  transform: scale(1.05);
}

.about-circle-bn:hover .about-circle-bn__icon {
  color: #fff;
}

.about-circle-bn:hover .about-circle-bn__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.about-circle-bn:hover .about-circle-bn__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

.about-circle-bn:active {
  transform: scale(0.95);
}
.about-content {
    padding: 8px 6px;
}
.about-title {
  color:var(--sub-heading-color);
    font-size:var(--sub-heading-font-size);
    line-height: 1.03;
    margin: 6px 0 12px;
}
.about-content .lead {
    color: var(--anthing-color);
    margin: 0 0 22px;
    max-width: 520px;
}
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 18px;
}
.feature {
    display: flex;
    gap: 12px;
    align-items: center;
}
.feature .icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #fbfdff;
    display: grid;
    place-items: center;
    border: 1px solid var(--bg-color);
}
.cta-row {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-top: 20px;
}
.phone {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--anthing-color);
    font-weight: 700;
}
.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
    background-color: var(--bg-color);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
@media (max-width: 900px) {
  .about-section {
    padding: 10% 2% 2% 2%;
  }
    .about-section {
      gap: 0px;
        flex-direction: column-reverse;
    }
    .main-inner-left {
    width: 100%;
   }
   .about-content{
    width: 100%;
    padding: 0px;
   }
}
@media (max-width:340px){
    

#cta-row-button{
    font-size: 11px;
}

}
