/********BANNER section***********/

.aboutPage .hero-bg, .aboutPage h1{
    width: 100%;
}
.about-hero-content {
    text-align: center;
    width: 68%;
    margin: 0 auto;    
}
.aboutPage h1 {
    margin-bottom: 10px;
}
.about-hero-content p{
    font-size: 36px;
    line-height: 48px;
}

/********MISSION section***********/

.mission.section {
    background-image: url(../images/vision-bg.png);
    padding-top: 80px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;   
    position: relative; 
    overflow-x: hidden;   
padding-bottom: 260px;    
}
.about-mission-content {
    text-align: center;
    width: 816px;
    margin: 0 auto;    
}
.flgPos img {
    position: relative;
    right: -45px;
}
.flgPos {
    text-align: right;
    position: relative;
    top: -160px;
}
.image-glow-right {
    position: absolute;
    top:150px;
    right: 0;
}
.about-mission-content p{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}
.container{
    width: 1244px;
    margin: 0 auto;
}

/********FAQS section***********/

.faq-accordion {
  display: flex;
  flex-direction: column;
}

.faq-item{
    display: flex;    
    background: linear-gradient(155.63deg, rgba(21, 15, 57, 0.75) 0%, rgba(36, 26, 93, 0.75) 84.41%);  
    overflow: hidden;
    transition: box-shadow 0.3s;
    box-shadow: 8px 9px 38.5px 0px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(23.5px);
    position: relative;
    padding: 50px 50px 24px; 
    height: 90px; 
  transition: height 0.4s ease, padding 0.4s ease;
}
.faq-item:before {
    content: "";
    background: rgba(77, 54, 154, 1);
    position: absolute;
    top: 0;
    left: 16%;
    width: 400px;
    height: 100%;
    border-radius: 100%;
    filter: blur(102px);
}
.faq-accordion .faq-item:nth-child(4n+3):after{
    content: "";
    background: rgba(77, 54, 154, 1);
    position: absolute;
    top: 0;
    right: 0;
    width: 217px;
    height: 100%;
    border-radius: 100%;
    filter: blur(102px);  
}
.faq-accordion .faq-item:not(:first-child){
      top: -30px;  
}
.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.faq-accordion .faq-item:first-child {
    border-radius: 25px 25px 0px 0px;
}
.faq-accordion .faq-item:last-child {
    border-radius: 0px 0px 25px 25px;
}
.faq-accordion .faq-item.active{
  height: auto;  
    padding: 50px;
}
.faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s;
    position: absolute;
    top: 0;
    right: -90px; 
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  position: relative;
  z-index: 99;
}

.left_col_count p{
    font-size: 220px;
    font-weight: 500;
    margin: 0;
    line-height: 1;  
    width: 223px;    
}
.faq-accordion .faq-item:nth-child(4n+1) .faq_bg {
    position: absolute;
    left: 15%;
    top: 0px;
}
.faq-accordion .faq-item:nth-child(4n+2) .faq_bg {
    position: absolute;
    left: 0%;
    bottom: 0px;   
}
.faq-accordion .faq-item:nth-child(4n+3) .faq_bg {
    position: absolute;
    right: 0;
    top: 0;
}
.faq-accordion .faq-item:nth-child(4n) .faq_bg{
    position: absolute;
    bottom: 0;
    right: 17%;
    left: auto;    
}
.ellipse_blue {
    position: absolute;
    top: 0px;
    left: 15%;
}
.left_col_count {
    width: 30%;
    position: relative;
    z-index: 9;    
}
.right_col_count {
    width: 70%;
    padding: 0rem 5rem 0rem 17rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;  
    position: relative;
    z-index: 9;    
}
.faq-answer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.sec_title {
    text-align: center;
    margin-bottom: 80px;
}

/********Team section***********/
img.profile-image {
    width: 110px !important;
    height: 110px !important;
    top: -70px;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto;
}
.team_sec #ext-2 img.profile-image, .team_sec #ext-8 img.profile-image{
    opacity: 0.2;
}
.team_sec {
    padding: 160px 0px 170px 0px;
    width: 90%;
    margin: 0 auto;
}
.team_sec .slider-cont{
    width: 90%;
 }
 .team_sec .slide-content{
     text-align: center;
 }
 .team_sec #ext-1:before, .team_sec .swiper-slide-active:before{
     content: "";
     background: url(../images/star1.png);
     position: absolute;
     top: -150px;
     left: 0px;
     right: 0px;
     width: 100%;
     height: 100%;
 }
.teambg2{
    width: 90% !important;
    object-fit: contain !important;
    object-position: left;
    height: auto !important;
    left: 0;
    mix-blend-mode: Lighten;    
}
.teambg1{
    height: auto;
    right: 0;
    object-fit: contain;
    opacity: 0.4;
}
.team_sec #ext-3, .team_sec #ext-4, .team_sec #ext-5, .team_sec #ext-6, .team_sec #ext-7{
    opacity:0;
}
.team_sec .swiper-slide-active .slide-content:before{
    box-shadow: 0 -102px 100px rgba(131, 70, 255, 0.3);
}
.swiper.teamList{
    padding-top: 305px;
    padding-bottom: 160px;    
}
.team_sec .sec_title {
    margin-bottom: -45px !important;
}
.team_sec .swiper-backface-hidden .swiper-slide{
  transform: scale(0.8);  
}
.team_sec .swiper-slide.swiper-slide-active{
    transform: scale(1.5) !important;
}
/*.slider-dots {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  gap: 8px;*/
/*  margin-top: 20px;*/
/* position: absolute;*/
/*    width: 100%;*/
/*    bottom: -200px; */
/*}*/

/*.slider-dot {*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  border-radius: 50%;*/
/*  background: #ccc;*/
/*  transition: background 0.3s;*/
/*  cursor: pointer;*/
/*}*/

/*.slider-dot.active {*/
/*  background: #333;*/
/*}*/
