a.common-blue-button {text-decoration: none;position: relative;padding: 10px 30px 10px 55px;display: inline-block;line-height: 26px;font-size: 17px;color: #1153ff;}
a.common-blue-button:before {content: "";left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 2rem;height: 2rem;border: 2px solid #1153ff;border-radius: 50px;position: absolute;-webkit-transition: all .4s ease;transition: all .4s ease;background: #1153ff17;}
a.common-blue-button:hover:before {width: 100%;}
a.common-blue-button svg {font-size: 21px;position: absolute;left: 25px;}

.content-style{}
.content-style p{color: #565656; font-size: 18px; line-height: 32px;}
.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}
.title-head {
    color: black;
    font-weight: 600;
}
/* .img-style:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img{border-radius: 12px 24% 20px 24%;}
.maintain {
    /* padding: 129px 50px; */
    padding-bottom: 10px;
    position: relative;
    /* overflow: hidden; */
    /* background-image: url("../images/bg-3.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.content-div{
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
    }
.content-div p{font-size: 20px}
.highlighterbg1 {
  color: #1153FF;
}

.content-img {
    background: #FCFAD6;
    padding: 10%;
    border-radius: 0 0 0 71px;
    box-shadow: 4px 10px 14px #00000026
}

.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}
/*.content{
	    height: 220px;
    overflow: auto;
}*/
.content h5{
	font-weight: 700;
}
.content-div p {
    color: #424141;
    text-align: center;
}
.shape-image.shape-1 {
    bottom: 60px;
    left: -124px;
}
.shape-image.shape-2 {
    bottom: 300px;
    right: 0;
    left: unset;
	width:auto;
}
.shape-image {
    position: absolute;
}
.shape-image.shape-3 {
    top: 0;
    right: 0;
}
.shape-image {
    position: absolute;
    bottom: -9%;
    width: 395px;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: 1;
  }
/* ----------------------pritee------------------ */

.bell{
   
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
   .wa_features {
text-align: left;
margin-bottom: 1rem;
vertical-align: top;
}
 .ikonat-home {
        margin-right: 15px;
        font-size: 22px;
        width: 58px !important;
        height: 60px !important;
        border-radius: 50%;
        background: #0d6efd;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }
    .teksti-home {
        display: inline-block;
        width: 80%;
    }
.ikonat-home img{   position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
	    width: 40px;
        transform: translate(-50%, -50%);}
    .ikonat-home i {
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
.two-part-title h2{
  font-size: 32px;
  font-family: 'General Sans';
  font-weight: 600;
}
.two-part-title h2 .highlighterbg1{color: #1153FF;}
.two-part-title-wrapper .two-part-title {
  position: relative;
}
.grey-bg {
    background: #f3fffe;
}
ul.features {
    width: min(100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    justify-content: center;
    gap: 2rem;
    list-style: none;
  }
  
  ul.features  li {
    max-width: 100%;
    justify-self: center;
    display: grid;
    grid-template:
      "icon"
      "line"
      "dot"
      "title"
      "descr" 1fr;
    justify-items: center;
    align-items: flex-start;
    text-align: center;
  }
  
  ul.features  li .icon {
    grid-area: icon;
    width: 50%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    font-size: 2.5rem;
    border: 0.4rem solid var(--bgColor);
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
}
  
ul.features  li::before {
    content: "";
    grid-area: line;
    height: 2rem;
    border-right: 2px dotted currentColor;
  }
  
ul.features  li::after {
    content: "";
    grid-area: dot;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent-color);
    justify-self: center;
    margin-bottom: 0.5rem;
    border: 3px dotted;
    border-color: #fbfcff;
  }
  
ul.features  li .title {
    grid-area: title;
    margin-block: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
  ul.features  li .icon img{
    width: 70px;
    color: white;
  }
  ul.liststyle {
    list-style: none;
  }
  
  ul.liststyle li {
    padding: 3px 0px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  ul.liststyle li:before {
    content: "\f0eb";
    font-family: "FontAwesome";
    color: orange;
    float: left;
    font-size: 1.5em;
    margin-right: 15px;
  }
.bss {
    background: #1153ff !important;
    border: 2px dotted #1153ff;
    padding: 20px;
    width:100%;
    margin: 0 auto;
    color:white
}
.bss p{
    color:white;
    margin-bottom: 0
}
.bss a{
    color:white !important;
}
.bss a.common-blue-button:before{
    border:2px solid white !important
}
.rbt-feature-plugin .inner .thumbnail {

    border-radius: 100%;

    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);

    display: inline-flex;

    align-items: center;

    background: #0d6efd;

    width: 145px;

    height: 145px;

    justify-content: center;

    border: 20px solid #fff;

}
 
.rbt-feature-plugin .inner .thumbnail img {

    width: 50px;

    height: 50px;

}

.rbt-feature-plugin .inner .content {
    padding-top: 22px;
    height: 100%;
    max-height: 500px;
    min-height: 300px;
}
.rbt-feature-plugin .inner .content .title {
    margin-bottom: 14px;
}
.accordion-button {
    font-size: 21px !important;
}
.teksti-home h3{
    font-size:21px;
    font-weight: 700
}
.rbt-feature-column:nth-child(odd) {
    padding-top: 50px;
}
.rbt-feature-plugin{
    text-align: center;
    counter-increment: stepnr;
    --borderS: 2rem;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--borderS) + 1rem);
    position: relative;
}
.rbt-feature-plugin::after {
    content: "";
    filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.35)) blur(0px);
}
.rbt-feature-plugin::before, .rbt-feature-plugin::after {
    inset: 0;
    position: absolute;
    border-radius: 9%;
    border: var(--borderS) solid rgb(245 245 245);
    line-height: 1.1;
}
.rbt-feature-plugin .inner .content h3{
    font-size:21px;font-weight:700
}
/* ------------------------------new------------------------------ */

@media (max-width: 768px) {
  .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }
.wa_features {
    background: white;
    padding: 15px;
}
    .ikonat-home {
    margin-bottom: 10px;
    }
  .bg-card-color-1 .inner, .bg-card-color-4 .inner{
    flex-direction: column-reverse;
    display: flex;
}
    .rbt-feature-column {
        padding-top: 0px !important;
        padding-bottom: 20px;
    }
      .bss{
        width:auto;
    }
}

/**************************************/
/*********ENTERPRISE SOFTWARE DEVELOPMENT  ***************/

.cardmain {
  height: 100%;
  width: 100%;
  padding: 0rem 0;
  display: flex;
  place-content: flex-start;
  padding: 40px 0;
  justify-content: space-evenly;
}
.cardmain .cards {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  pointer-events: none;
  justify-content: space-between;
  width: 100%;
}

.cardmain .card {
  border-top: 6px solid #0d6efd75;
  width: 24%;
  color: #ffffffda;
  padding: 1.8rem;
  background-color: #ffffff;
  pointer-events: auto;
  transform: scale(1);
  opacity: 1;
  transition: all 150ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 19px;
  gap: 10px;
  transform-origin: top center;
  animation:borderAnim 3s linear infinite;
  position: relative;
  max-height: 81vh;
  overflow: hidden;
  border-radius: 96px 0;
}
  
  @keyframes borderAnim {
    0% {
      background-position: 0% 0;
    }
    100% {
      background-position: 100% 0;
    }
  }
  .cardmain .card::before {
      content: '';
      position: absolute;
      top: -2px;
      left: -2px;
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      background: url("../../assets/images/shape-1-102.png");
      z-index: -1; /* Lager dan de kaart content */
      animation: borderAnim 6s ease-in-out infinite;
      background-size: 150%;
      background-color: #0d6efd;
  }
.cardmain .card div {
  margin-bottom: 10px;
}


.cardmain .card .card-title {
  position: relative;
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.cardmain .card p {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 8px;
  text-align: center;
}


.cardmain .expbtn {}


.cardmain .card .description {
  font-size: 0.9rem;
}

.cardmain .card:nth-child(even) {
  transform: translateY(16px);
}

.cardmain .card:nth-child(n) {
  transform: rotate(-2deg);
}

.expbtn {
  background: white;
  border-radius: 55%;
  transform: rotate(45deg);
  color: #1153FF;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  bottom: 8px;
}

/***********/
.mainol .ulli {
	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
}

.mainol .ulli {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 60%, var(--l));
	--c2: hsl(var(--h), 108%, var(--l2));
	position: relative;
	counter-increment: list;
	height: 22rem;
	margin: 2rem auto;
	padding: 2rem 1rem 1rem;
	box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	overflow: hidden;
	background-color: white;
}

.ulli::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #6292d7 var(--stop), #1153ff57 var(--stop));
}

.mainol h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}
.bg-color-extra2 {
    background: #a1abe412;
    background-image: url(../../images/productivity/right-shape.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.rbt-feature {
    display: flex;
    transition: transform .85s cubic-bezier(.23,1,.32,1), background .3s, border .3s, border-radius .3s, box-shadow .3s;
    align-items: flex-start;
    margin-top: 10px;
}
.rbt-feature .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.bg-pink-opacity {
    background: #d5719221 !important;
    color: #d76c8f !important;
}
.bg-primary-opacity {
    background: #486dfa1f !important;
    color: #325af1 !important;
}
.bg-coral-opacity {
    background: #ea997e21 !important;
    color: #e8997e !important;
}
.beneficial-bg{
    background: #f5f5f5;
    padding: 1px 0px 37px;
    margin-bottom: 27px;
}
.rbt-cat-box-1{transition: 0.3s;display: block;position: relative;}
.rbt-cat-box-1:hover {
    transform: translate3d(0, -10px, 0);
}
.rbt-cat-box-1 .inner {
    background-color: white;
    box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 10px;
    padding: 28px 23px;
    margin-top: 20px;
}
.content .title{font-weight: 700;height: auto;overflow: hidden;}
.rbt-cat-box-1 .inner .icons {
    margin-bottom: 20px;
}
.rbt-cat-box-1 .inner .icons img, .rbt-cat-box-1 .inner .icons i {
    border-radius: 13px;
    max-height: 100px;
}
.rbt-cat-box-1:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top: -4px;
  left:-5px;
  border-top: 3px solid #0d6efd4f;
  border-left: 3px solid #0d6efd85;
  transition:all 0.25s;
}
.rbt-cat-box-1:hover:before , .rbt-cat-box-1:hover:after{
  width:104%;
  height:110%;
}
.rbt-cat-box-1:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
  right:-5px;
  border-bottom: 3px solid #0d6efd4f;
  border-right: 3px solid #0d6efd4f;
  transition:all 0.30s;
}

@media (min-width: 40em) {
	.mainol .ulli {
		margin: 1rem auto;
		padding: 2rem 1rem 1rem;
	}
	
	.mainol h3 {
		font-size: 21px;
		margin: 1rem 0 1rem;
		font-weight: 700;
	}
	
	.mainol h3::before {
		margin-right: 1rem;
	}
}

@media only screen and (max-width: 767px) {
.cardmain .card .card-title {
    position: relative;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
  }
.cardmain .cards {
   
    grid-template-columns: repeat(2, 1fr);

}
  .cardmain .card p {
    color: white;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
  }

  .cardmain .card {
    max-width: 12rem;
  }

  .cardmain {
    overflow: hidden;
  }
}