.anim_circle_wrap {
  position: relative;
  width: 520px;
}

.anim_content_wrapper .row {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.textured_circle_wrap {
  position: relative;
  left: 0;
  top: 0;
  transition: 1s ease all;
  transform: rotate(0);
}

.anim_half_circle {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  /* border: 5px solid #000; */
  transition: 2s ease all;
  transform: rotate(0);
}
.anim_half_circle svg {
  position: relative;
  left: -15px;
  top: -10px;
  transform: rotate(-2deg);
}
.main_circle {
  position: absolute;
  width: 390px;
  height: 390px;
  background: #f4f5ff;
  box-shadow: 6.46829px 3.59349px 7.90568px rgba(194, 194, 194, 0.4), -7.18698px -8.62438px 7.18698px rgba(194, 194, 194, 0.4);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle_icons_list {
  display: flex;
  flex-flow: column;
}

.circular_path {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.circle_icons_list ul li {
  z-index: 1;
  position: absolute;
  list-style-type: none;
  padding: 0;
  width: 76px;
  height: 76px;
  background: linear-gradient(276.48deg, rgba(244, 244, 244, 0.93) 14.41%, rgba(244, 244, 244, 0.93) 47.68%, rgba(255, 255, 255, 0.93) 93.27%);
  box-shadow: 0px 2.87479px 2.87479px rgba(0, 0, 0, 0.25), 0px 10.0618px 20.1236px rgba(205, 205, 205, 0.25), inset -1.84894px 1.84894px 0px #ffffff;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.circle_icons_list ul {
  margin: 0;
  position: absolute;
  width: 305px;
  height: 264px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.circle_icons_list ul li.centered_icon {
  width: 130px;
  height: 130px;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: linear-gradient(276.48deg, rgba(244, 244, 244, 0.93) 14.41%, rgba(244, 244, 244, 0.93) 47.68%, rgba(255, 255, 255, 0.93) 93.27%);
  box-shadow: 0px 10.0618px 20.1236px rgba(205, 205, 205, 0.25), inset -1.84894px 1.84894px 0px #ffffff;
}

.circle_icons_list ul li.centered_icon svg {
  position: relative;
  z-index: 5;
  color: #2865db;
  width: 50px;
  height: 50px;
}

.circle_icons_list .circle_icon svg {
  width: 36px;
  height: 36px;
}
.circle_icons_list .circle_icon svg path {
  fill: rgb(103, 103, 103);
}

.circle_icons_list ul li.centered_icon path {
  fill: #2865db;
}

.circle_icons_list ul li.centered_icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  background: linear-gradient(276.48deg, rgba(244, 244, 244, 0.93) 14.41%, rgba(244, 244, 244, 0.93) 47.68%, rgba(255, 255, 255, 0.93) 93.27%);
  box-shadow: 0px 10.0618px 20.1236px rgba(205, 205, 205, 0.25), inset -1.84894px 1.84894px 0px #ffffff;
  border-radius: 50%;
  z-index: 0;
  background: linear-gradient(276.48deg, rgba(244, 244, 244, 0.93) 14.41%, rgba(244, 244, 244, 0.93) 47.68%, rgba(255, 255, 255, 0.93) 93.27%);
  box-shadow: 0px 2.87479px 2.87479px rgba(0, 0, 0, 0.25), 0px 10.0618px 20.1236px rgba(205, 205, 205, 0.25), inset -1.84894px 1.84894px 0px #ffffff;
}

.circle_icons_list ul li.left_bottom {
  bottom: 0px;
  left: 80px;
  top: inherit;
  transform: translateX(-50%);
}

.circle_icons_list ul li.left_top {
  left: 10px;
  top: 60px;
  transform: translateX(-50%);
}

.circle_icons_list ul li.right_top {
  left: auto;
  right: 10px;
  top: 60px;
  transform: translateX(50%);
}

.circle_icons_list ul li.right_bottom {
  right: 80px;
  left: auto;
  top: auto;
  bottom: 0px;
  transform: translateX(50%);
}

.rotate_slow {
  transform: rotate(180deg);
}

.rotate_fast {
  transform: rotate(-360deg);
}

.content_area {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.5s ease all;
}

.active_section .content_area {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.content_btn a {
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(94.5deg, #04baee -1%, #2865db 108.5%);
  color: #fff;
  padding: 0 55px;
  border-radius: 5px;
  line-height: 40px;
  display: inline-block;
  transition: 0.5s ease all;
  position: relative;
}

.content_btn a:hover {
  background: linear-gradient(94.5deg, #2865db -1%, #04baee 108.5%);
  color: #fff;
}

/* Create an overlay with the hover gradient */
/* .content_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.5deg, #2865db -1%, #04baee 108.5%);
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 1;
  border-radius: 5px;
} 

.content_btn a:hover::before {
  opacity: 1;
} */

.content_area h3 {
  color: #003262;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.content_area p.desc {
  color: #373c41;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.features_list ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 50px;
  gap: 30px;
}

.features_list ul li {
  width: 37%;
  flex-shrink: 1;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
}

.features_list span.feat_txt {
  color: #373c41;
  font-size: 20px;
  font-weight: 500;
  width: calc(100% - 60px);
  padding-left: 30px;
  line-height: 1.2em;
}

.features_list span.svg_icon {
  width: 60px;
  height: 60px;
}

/* .features_list span.svg_icon img {
  box-shadow: 0px 3.5px 3.5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
} */

.right_content_wrap {
  margin-left: 35px;
}

/*--------------- # Responsive styles # ---------------*/
@media (max-width: 1024px) and (min-width: 992px) {
  .anim_content_wrapper .row > div:first-child {
    width: 550px;
  }

  .anim_content_wrapper .row > div:last-child {
    width: calc(100% - 550px);
  }
}

@media (max-width: 1024px) {
  .right_content_wrap {
    margin: 0;
  }
  .features_list ul li {
    width: calc(50% - 30px);
    flex-grow: 1;
  }
}

@media (max-width: 991px) {
  .anim_circle_wrap {
    margin: 0 auto 40px;
  }
}

@media (max-width: 600px) {
  .anim_circle_wrap {
    width: 300px;
    transform: scale(0.6);
  }

  .textured_circle_wrap {
    margin: -39%;
  }

  .anim_content_wrapper .row > div:first-child {
    padding-top: 20px;
  }

  .content_area h3 {
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 15px;
  }

  .content_area p.desc {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 20px;
  }

  .features_list ul {
    gap: 15px;
    margin: 0 0 30px;
  }

  .features_list span.feat_txt {
    padding-left: 15px;
    font-size: 16px;
    width: calc(100% - 50px);
  }

  .features_list span.svg_icon {
    width: 50px;
    height: 50px;
  }

  .content_btn a {
    font-size: 14px;
    padding: 0 30px;
    line-height: 40px;
  }
}
