body{
  overflow-x: hidden;
}
.circle_cog_boximg:after {
    content: "";
    position: absolute;
    background-image: url(https://www.brainypro.com/wp-content/uploads/2025/11/cog_box.webp);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    bottom: -24px;
    left: -70px;
    animation: cog_box_circle 75s linear infinite;
}

.circle_cog_boximg_rigt:after {
    content: "";
    position: absolute;
    background-image: url(https://www.brainypro.com/wp-content/uploads/2025/11/cog_box.webp);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    bottom: -24px;
    right: -70px;
    animation: cog_box_circle 75s linear infinite;
}

.circle_cog_boximg_rigt{
  position: relative;
}
.circle_cog_boximg {
    position: relative;
}

@keyframes cog_box_circle {
  0% {
    transform: rotate(0deg);
  }
 
  100% {
    transform: rotate(360deg);
  }
}

.circle_fill_boximg, .circle_fill_boximg_right{
  position: relative;
}
.circle_fill_boximg > .fl-col-content:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -23px;
    left: -71px;
    background: #ffffff;
    border-radius: 100px;
    /* mix-blend-mode: soft-light; */
}
.circle_fill_boximg_right > .fl-col-content:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -23px;
    right: -71px;
    background: #ffffffc2;
    border-radius: 100px;
    /* mix-blend-mode: soft-light; */
}

.red-circle > .fl-col-content:after{
  background-color: #DF1A2F;
}

.blue-circle > .fl-col-content:after{
  background-color: #012F6B;  
}

.badami-circle > .fl-col-content:after{
  background-color: #FFF3E0;  
}

.black-circle > .fl-col-content:after{
  background-color: #232323;  
}

.sky-blue-circle > .fl-col-content:after{
  background-color: #EBF0FF;  
}
.sticky_heads{
  position: sticky;
  top: 100px;
}
.icon-shite_design .uabb-image-content img {
    filter: brightness(0) invert(1);
    opacity: 0.5;
}

.brainypr_anim_services-grid {
  width: 95%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0 auto;
}


.brainypr_anim_row {
  display: flex;
  gap: 20px;
  align-items: stretch; 
  transition: all 0.4s ease;
}

.brainypr_anim_card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  padding: 25px;
  cursor: pointer;
  flex: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-start;
  height: 230px; 
  position: relative;
  border: 1px solid #e5e5e5;
}

.brainypr_anim_card.expanded {
  flex: 2.5; 
  transition: all 0.6s ease;
  flex-direction: column;
}

.brainypr_anim_card .brainypr_anim_icon {
  font-size: 30px;
  color: #73c22c;
  margin-bottom: 10px;
}

.brainypr_anim_card h3, .brainypr_anim_card h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.brainypr_anim_card p {
  opacity: 0;
  max-height: 0;
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  transition: opacity 0.4s ease, max-height 0.5s ease;
  display: none;
}

.brainypr_anim_card.expanded p {
  opacity: 1;
  max-height: 200px;
  font-size: 17px;
  display: block;
}
.brainypr_anim_icon
 {
    display: flex;
    align-items: center;
    justify-content: space-between;
        width: 100%;
}
.brainypr_anim_card .brainypr_anim_icon img {
    max-width: 48px;
    max-height: 48px;
}
span.arrow_tpcardanime i {
    color: #4c4c4c;
    font-size: 22px;
}

span.arrow_tpcardanime {
    transform: rotate(48deg);
    transition: all .3s;
    background-color: #F0F0F0;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brainypr_anim_card.expanded span.arrow_tpcardanime {
    transform: rotate(-48deg);
    transition: all .3s;
    background-color: #DF1A2F;
}
.brainypr_anim_card.expanded span.arrow_tpcardanime i{
color: #fff;
}
.brainypr_anim_card a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.para_privs strong {
    color: #000;
}