
/* Banner Section */
.banner-first-container{
  margin-left: 5% !important;
}
.banner-tasks-img{
  width: 274px !important;
  position: absolute;
  top: 17px !important;
  left: 23% !important;
}
.banner-tasks-text{
   position: relative !important;
}
.banner-tasks-text mark{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wp-block-button__link{
  border: 0px solid !important;
}
.banner-btn{
  background: linear-gradient(90deg, #4527CB 0%, #3977D0 100%);
  color: #ffffff;
  border-radius: 42px;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex
}
.banner-second-sec img {
  display: block;        
  max-width: 100%;     
  height: auto;          
  margin-left: 0;        
  padding-left: 0;  
  object-fit: cover;     
  position: relative;    
  left: 15px !important;
  top: -22px !important;   
}   
.team-container{
  padding-bottom: 10% !important;
}
.banner-section .btn-text-video-i a:hover{
  color: #fff !important;
}
.team-firsr-sec{
  margin-top: 4% !important;
  font-weight: bold !important;
}
.team-section{
  margin-top: 2% !important;
  margin-left: 5% !important;
  margin-right: 5% !important;
} 
.team-text{
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, rgb(150, 70, 164) 0%, rgb(187, 103, 202) 49%, rgb(61, 83, 172) 100%) text !important;
}
 .team-box{
  backdrop-filter: blur(10px);
  background: #1E1E1EB2;
  border-radius: 10px;
  padding: 70px 20px 20px 20px;
  min-height: 350px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px 2px 2px 2px !important;
} 
.image-bg{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  border-radius: 10px;
  height: 150px;
  width: 100%;
  position: relative;
  margin-top: 27px;
}
.team-img{
  position: absolute;
  bottom: 31% !important;
  left: 50%;
  transform: translateX(-50%);
  height: 239px !important;
  object-fit: cover !important;
}
.team-img img{
  height: 241px !important;
}
.social-icon{
  justify-content: center;
  font-size: 20px !important;
  padding: 4px 4px 4px 4px !important;
  gap: 10px;
  flex-wrap: wrap;
  position:  relative !important;
  opacity: 0;
}
.icon-link{
  background: linear-gradient(90deg, #9646A4 0%, #BB67CA 49%, #3D53AC 100%);
  border-radius: 1px 1px 1px 1px !important;
}
/* Hover effect */
.team-box:hover{
  border: 2px 2px 2px 2px !important;
  border-color: white !important;
  border-style: solid !important;
  transition-duration: 1s !important;
  overflow: hidden !important;
}
.team-box:hover .social-icon{
  opacity: 1;
  transition-duration: 1s !important;
}
/* Responsive Meddia */

@media screen and (min-width: 320px) and (max-width: 767px){
  .banner-first-text{
    text-align: center;
    font-size: 18px !important;
  }
  .banner-tasks-text{
    font-size: 30px !important;
    text-align: center;
  }
  .banner-info{
    text-align: center;
  }
  .btn-container{
    display: flex !important;
    justify-content: center !important;
    margin: 10px !important;
  }
  .banner-btn{
    padding: 9px 27px;
    font-size: 14px;
    margin-bottom: 10px !important;
  }
  .banner-second-sec{
    display: flex;
    justify-content: center;
  }
  .banner-second-sec img{
    height: 384px !important;
    object-fit: cover !important;
    left: 0 !important;
  }  
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .banner-tasks-text{
    font-size: 30px !important;
    text-align: left;
  }
  .banner-info{
    text-align: left;
  }
  .banner-btn{
    padding: 8px 22px;
  }
  .banner-second-sec img{
    height: 400px !important;
  }
  .team-section {
    display: grid !important;
    grid-template-columns: auto auto !important;
  }
  .team-box {  
    max-width: 100%;  /* keep spacing */
  }
  .banner-div{
    display: grid !important;
    grid-template-columns: auto auto !important;
  }
  .team-img{
    height: 238px !important;
  }  
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .team-img{
    bottom: 37% !important;
  }
  .team-name-text{
    font-size: 20px !important;
  }
  .banner-second-sec img{
    height: 500px !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 1440px){
  .banner-tasks-text{
    width: 75% !important;
  }
}