.banner-cloud {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url('../images/cloud-consulting/home\ Banner\ \(1\).webp');
    background-size: cover;
    background-position: right bottom;
    color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 0px 0px 60px 60px;
    background-attachment: fixed;
    padding: 0;
}
.banner-cloud h1 {  font-size: 68px; }

.sec_title{
    font-size: 30px;
}
.service__detail-circle {
    position: relative;
    z-index: 1;
    margin-top: 50%;
  }
  
  .service__detail-circle span {
    position: relative;
    display: block;
    width: 126px;
    height: 126px;
    /* background-color: #000; */
    border: 1px solid #d2d0d0;
    border-radius: 100%;
  }
  
  .service__detail-circle span::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    background-color: #d2d0d0;
    border-radius: 100%;
  }
  
  .service__detail-circle span::after {
    position: absolute;
    content: "";
    width: 265px;
    height: 2px;
    left: 50%;
    top: calc(50% - 1px);
    background-color: #d2d0d0;
    border-radius: 100%;
  }
  
  .sm-content {
    /* margin-top: -24%;
    margin-left: -25%; */
    background-color: #ecfcff;
    border-radius: 35px;
    padding: 35px;
    box-shadow: 5px 4px 10px #00000016;
  }
  
  .radius_rb {
    border-radius: 0 10px 10px 0;
  }
  .round-img{
    border-radius: 30px;
  }
  .new-cloud-box .row{
    padding: 30px 0px;
  }
  .new-cloud-box .number h3{
    font-size: 100px;
    color: #00000022;
  }
  .new-cloud-box hr{
    color: #0000003d
  }
  
.accordion-item { border: 0px; }
.accordion button.accordion-button { font-size: 21px; font-weight: 500; border-bottom: 1px solid #e1e1e1; padding: 20px 0;}
.accordion-body { padding: var(--bs-accordion-btn-padding-y) 0px;}
.accordion button.accordion-button:not(.collapsed) { box-shadow: none; background-color: #fff; color: #02B4E4; }
.accordion-button:focus { box-shadow: none; border-color: inherit; }
.accordion button.accordion-button:not(.collapsed) span {
    background: linear-gradient(to right, #02B4E4, #c10ad7);
    background: -webkit-linear-gradient(0deg, #02B4E4, #c10ad7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.slaes-force-list-bx{
  padding: 26px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}


.slaes-force-list-bx:after {
position: absolute;
content: "";
top: 0;
right: 0;
height: 100%;
width: 0%;
z-index: -1;
border-radius: 20px;
background-image: linear-gradient(0deg, #02b4e4 0%, #c10ad7 100%);
transition: .5s;
}

.slaes-force-list-bx img{
  width: 70px;
  border: 1px solid #b9b9b9;
  padding: 8px;
  border-radius: 12px;
}

.slaes-force-list-bx:hover img{filter: brightness(0) invert(1);}

.slaes-force-list-bx:hover::after {
width: 100%;
left: 0;
color: #fff!important;
}

.slaes-force-list-bx:hover h4, .slaes-force-list-bx:hover p{color: #fff!important; }
.slaes-force-list-row{ row-gap: 30px; }
.slaes-force-list-bx h4{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600
}
.services .row { row-gap: 30px; }

ul li .d-flex i { margin-top: 4px; color: #02b4e4; }
.b_bobx {  margin-bottom: 25px; padding-bottom: 5px; border-bottom: 1px solid #e1e1e1; margin-left: 50px; }
.b_bobx h3 { font-size: 25px; }

.cta { padding: 50px; background: #fff; box-shadow: 0 6px 30px #00000012; border-radius: 30px;}
.cta p { width: 65%; margin: 30px auto; }

@media (max-width: 767px) {
    .sec_title {font-size: 24px;}
    .accordion button.accordion-button span { padding-right: 40px;}
    .accordion button.accordion-button, .b_bobx h3 { font-size: 18px;}
    .b_bobx { margin-left: 0; margin-top: 30px; }
    .cta { width: 96%; padding: 20px; margin: auto; }
    .cta p{ width: 100%; margin: 20px auto;}
    .slaes-force-list-bx { padding: 18px; height: auto;}
    .col-lg-3:not(:last-child) .slaes-force-list-bx { margin-bottom: 20px; }
}