.user-mangement-sec {
  background-color: #fbfbfb;
  padding: 80px 0;
}

.bubble-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.bubble-wrap span {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
  animation: bubbleFloat 5s infinite;
  background: radial-gradient(circle at center, #ff9a9e, #fad0c4);
}

/* Example different bubble sizes + positions */
.bubble-wrap span:nth-child(1) {
  width: 120px;
  height: 120px;
  top: 12%;
  left: 5%;
  background: radial-gradient(circle at center, #5281cc, #86d4f8);
  animation-delay: 0s;
}

.bubble-wrap span:nth-child(2) {
  width: 180px;
  height: 180px;
  top: 20%;
  left: 55%;
  background: radial-gradient(circle at center, #ffcf67, #eeb02c);
  animation-delay: 3s;
}

.bubble-wrap span:nth-child(3) {
  width: 100px;
  height: 100px;
  bottom: 15%;
  left: 20%;
  background: radial-gradient(circle at center, #f4c6ff, #d57eeb);
  animation-delay: 6s;
}

.bubble-wrap span:nth-child(4) {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: 10%;
  background: radial-gradient(circle at center, #4fb846, #85fd99);
  animation-delay: 9s;
}

@keyframes bubbleFloat {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-60px) translateX(30px);
  }
}

.user-mangement-banner {
  border-radius: 15px;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 25px 0px #d7d7d7;
  padding: 50px 0;
  position: relative;
}

.banner-img img {
  width: 100%;
  padding-right: 30px;
}

.banner-con {
  padding: 0 25px;
}

.banner-con h2 {
  color: #000000;
  margin-bottom: 20px;
}

.banner-con p {
  color: #000000;
  font-weight: 100;
  margin-bottom: 10px;
}

.banner-con b {
  font-weight: 900;
  color: #FA7F46;
}

/* ****************management details ****************** */

.management-detail {
  margin-bottom: 30px;
}

.management-sec {
  display: flex;
  justify-content: center;
  background-color: #01010f;
  padding: 50px 0;
}

.management-sec h3{
	color: #fff;
	text-align: center;
}

.management-detail {
  margin: 30px auto;
  max-width: 1100px;
  padding: 15px;
  border-radius: 50px;
  min-height: 320px;
}

.management-detail1 {
  border: 5px solid transparent;
  border-image-source: linear-gradient(35deg, #00c49d 69%, #00c49d 36%, #ffffff00 64%, #ffffff00 100%, #00c49d 47%, #00c49d 47%);
  border-image-slice: 1;
}

.management-detail2 {
  border: 5px solid transparent;
  border-image-source: linear-gradient(35deg, #fcb900 69%, #fcb900 36%, #ffffff00 64%, #ffffff00 100%, #fcb900 47%, #fcb900 47%);
  border-image-slice: 1;
}

.management-detail3 {
  border: 5px solid transparent;
  border-image-source: linear-gradient(35deg, #f40afc 69%, #f40afc 36%, #ffffff00 64%, #ffffff00 100%, #f40afc 47%, #f40afc 47%);
  border-image-slice: 1;
}

.management-detail4 {
  border: 5px solid transparent;
  border-image-source: linear-gradient(35deg, #0060f0 69%, #0060f0 36%, #ffffff00 64%, #ffffff00 100%, #0060f0 47%, #0060f0 47%);
  border-image-slice: 1;
}

.management-detail1 .manageement-list li b {
  color: #00c49d;
}

.management-detail2 .manageement-list li b {
  color: #fcb900;
}

.management-detail3 .manageement-list li b {
  color: #f40afc;
}

.management-detail4 .manageement-list li b {
  color: #0060f0;
}

.con-wrap {
  width: 700px;
}

.detail-wrap {
  display: flex;
  justify-content: space-between;
}

.circle-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 101px;
  left: 40px;
}

.circle-icon1 {
  border-radius: 50px;
  border-top: 5px solid #00c49d;
  border-bottom: 5px solid #00c49d;
  border-right: 5px solid #00c49d;
}

.circle-icon2 {
  border-radius: 50px;
  border-top: 5px solid #fcb900;
  border-bottom: 5px solid #fcb900;
  border-right: 5px solid #fcb900;
}

.circle-icon3 {
  border-radius: 50px;
  border-top: 5px solid #f40afc;
  border-bottom: 5px solid #f40afc;
  border-right: 5px solid #f40afc;
}

.circle-icon4 {
  border-radius: 50px;
  border-top: 5px solid #0060f0;
  border-bottom: 5px solid #0060f0;
  border-right: 5px solid #0060f0;
}

.management-detail h4 {
  margin-bottom: 20px;
  color: #fff;
}

.manageement-list li {
  color: #fff;
}

.con-wrap p {
  color: #c0c0c0;
  margin: 10px 0;
}


/* ***********benifits*********** */

.management-benifits {
  text-align: center;
  padding: 50px 0 0 0;
  position: relative;
  background-color: #fbfbfb;
}

.management-row {
  display: flex;
  justify-content: space-between;
}

.bnft-point {
  margin: 20px 5px;
  max-width: 250px;
  padding: 15px;
  border-radius: 10px;
}

.management-benifits h3 {
  margin-bottom: 20px
}

.bnft-point h5 {
  font-size: 18px;
  font-weight: 900;
}

.bnft-point1 {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 244, 145) 100%);
}

.bnft-point2 {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(158, 220, 255) 100%);
}

.bnft-point3 {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #e298ff 100%);
}

.bnft-point4 {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(164, 170, 255) 100%);
}

.bnft-point5 {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 184, 184) 100%);
}

/* ***********benifits*********** */

/* **********question******** */

.bottom-management {
  background-color: #fbfbfb;
  position: relative;
  padding: 50px 0;
}

.custom-shape-divider-bottom-1758534211 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1758534211 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1758534211 .shape-fill {
  fill: #01010f;
}

.management-qu img {
  animation: floatUpDown 3s ease-in-out infinite;
  width: 55%;
  margin-left: 22%;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.qu-dtls {
  margin-left: 25%;
}

.qu-dtls h2 {
  color: #000000;
  margin-bottom: 10px;
}

.qu-dtls p {
  color: #000000;
  margin-bottom: 20px;
}

.qu-dtls ul li {
  color: #000000;
  margin-bottom: 20px;
}

.btm-management-list p {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 15px;
  color: #000;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #d5baff 100%);
}

.except {
  color: #000 !important;
  background: transparent !important;
  padding: 0 !important;
}

/* ***************work smart*********** */

.user-manage-sec {
  overflow: hidden;
  background-color: #fbfbfb;
}

.user-manage-sec h2 {
  margin-bottom: 15px;
}

.user-manage-sec p {
  margin-bottom: 20px;
  position: relative;
}

.user-manage-sec p::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -14px;
  right: 0;
  width: 5px;
  height: 75px;
  border-radius: 50px;
  background: linear-gradient(to bottom, rgb(255 145 195) 0%, #9086d4 100%);
}

.user-manage-sec img {
  width: 100%;
}

@media (max-width: 1200px) {
  .management-detail1 {
    border: 5px solid transparent;
    border-image-source: linear-gradient(45deg, #00c49d 69%, #00c49d 36%, #ffffff00 64%, #ffffff00 100%, #00c49d 47%, #00c49d 47%);
    border-image-slice: 1;
  }

  .management-detail2 {
    border: 5px solid transparent;
    border-image-source: linear-gradient(45deg, #fcb900 69%, #fcb900 36%, #ffffff00 64%, #ffffff00 100%, #fcb900 47%, #fcb900 47%);
    border-image-slice: 1;
  }

  .management-detail3 {
    border: 5px solid transparent;
    border-image-source: linear-gradient(45deg, #f40afc 69%, #f40afc 36%, #ffffff00 64%, #ffffff00 100%, #f40afc 47%, #f40afc 47%);
    border-image-slice: 1;
  }

  .management-detail4 {
    border: 5px solid transparent;
    border-image-source: linear-gradient(45deg, #0060f0 69%, #0060f0 36%, #ffffff00 64%, #ffffff00 100%, #0060f0 47%, #0060f0 47%);
    border-image-slice: 1;
  }

  .management-detail1 .manageement-list li b {
    color: #00c49d;
  }

  .management-detail2 .manageement-list li b {
    color: #fcb900;
  }

  .management-detail3 .manageement-list li b {
    color: #f40afc;
  }

  .management-detail4 .manageement-list li b {
    color: #0060f0;
  }
}

@media (max-width: 992px) {
  .management-row {
    flex-direction: column;
  }

  .bnft-point {
    max-width: 100%;
  }

  .qu-dtls {
    margin-left: 0;
  }

  .management-qu img {
    margin-top: 20px;
  }

  .management-detail {
    border: 5px solid #00c49d;
  }

  .detail-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .circle-icon {
    top: 20px;
    left: 0;
    border-top: none;
  }

  .circle-icon1 {
    border-radius: 50px;
    border-left: 5px solid #00c49d;
    border-bottom: 5px solid #00c49d;
    border-right: 5px solid #00c49d;
  }

  .circle-icon2 {
    border-radius: 50px;
    border-left: 5px solid #fcb900;
    border-bottom: 5px solid #fcb900;
    border-right: 5px solid #fcb900;
  }

  .circle-icon3 {
    border-radius: 50px;
    border-left: 5px solid #f40afc;
    border-bottom: 5px solid #f40afc;
    border-right: 5px solid #f40afc;
  }

  .circle-icon4 {
    border-radius: 50px;
    border-left: 5px solid #0060f0;
    border-bottom: 5px solid #0060f0;
    border-right: 5px solid #0060f0;
  }

  .con-wrap {
    width: 100%;
  }

  .management-detail1 {
    border: 5px solid #00c49d;
  }

  .management-detail2 {
    border: 5px solid #fcb900;
  }

  .management-detail3 {
    border: 5px solid #f40afc;
  }

  .management-detail4 {
    border: 5px solid #0060f0;
  }

  .user-manage-sec img {
    width: 100%;
  }
}