body {
    font-family: 'Poppins', sans-serif;
    
}
.about-banner{
    background: url('../image/about/bgimg.jpg') no-repeat center center;
    background-size: cover;
    height: 300px;
    position: relative;
}

.banner-overlay{
    background: rgba(0,0,0,0.45);
    width: 100%;
    height: 100%;
}

.banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner-content h1{
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin-top: 80px;
    font-family: serif;
}
.banner-content p{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: serif;
}
.breadcrumb-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.breadcrumb-text a{
    color: #ff1493;
    text-decoration: none;
    font-size: 25px;
    font-weight: 500;
}

.breadcrumb-text span{
    color: #fff;
    font-size: 20px;
}

.breadcrumb-text p{
    color: #fff;
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}

/* Mobile Responsive */
@media(max-width:768px){

.about-banner{
    height: 450px;
}

.banner-content h1{
    font-size: 55px;
}

.breadcrumb-text a,
.breadcrumb-text p{
    font-size: 18px;
}

}

.about-top{
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.top-first span{
    font-size: 18px;
    font-weight: 700;
    color: #ff1493;
    font-family: "Yeseva One";
}
.top-first h3{
    font-family: "Yeseva One";
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  color:#000 ;
  
}
.top-first p{
    text-align: justify;
    margin-top: 30px;
    font-family: Segoe UI ;
    font-weight: 400;
}
.tab-content ul li{
    font-family: Segoe UI ;
    font-weight: 400;
}
.top-first .strong-team{
    margin-top: 30px;
}
.top-first-image{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
}

/* misson section */

.purpose-section{
    background:#f8f9fa;
}

.purpose-section h3{
     font-family: "Yeseva One";
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.purpose-section p{
    font-weight: 400;
}

.tabs-btn .tab-btn{
    border:none;
    padding:12px 30px;
    margin:5px;
    background:#ddd;
    color:#000;
    font-weight:600;
    border-radius:30px;
    cursor:pointer;
    transition:0.3s;
}

.tabs-btn .tab-btn.active,
.tabs-btn .tab-btn:hover{
    background:#ff1493;
    color:#fff;
}

.tab-content{
    display:none;
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    text-align:center;
}

.tab-content.active{
    display:block;
}

.tab-content h3{
    font-size:25px;
    margin-bottom:15px;
    font-weight:700;
}

.tab-content ul li{
    font-family: "Yeseva One";
    font-size:18px;
    color:#555;
    text-align: left;
}

/* Mobile */
@media(max-width:768px){

.purpose-section h3{
    font-size:28px;
}

.tab-content{
    padding:25px;
}

.tab-content h3{
    font-size:24px;
}

}
.card{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  text-align: center;
  height: 100%;
  
 
}


a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.team h3{
    font-family: "Yeseva One";
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color:#e73eaf ;
  margin-bottom: 15px;
}
.card h3{
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
}
.card h5{
     font-size: 18px;
    font-weight: 500;
   
}
