/* ===== HERO ===== */
.hero{
  height:90vh;
  background:url("../images/about.jpg") center/cover no-repeat;
  position:relative;
  color:#fff;
  display:flex;
  align-items:center;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(8,15,40,0.75);
}
.hero-content{
  position:relative;
  z-index:1;
}
.hero span{
  background:#00e5ff;
  color:#000;
  padding:6px 18px;
  border-radius:50px;
  font-size:12px;
  font-weight:600;
}
.hero h1{
  font-size:52px;
  font-weight:800;
  margin:20px 0;
}
.hero p{
  max-width:520px;
  opacity:.9;
}
.hero a{
  display:inline-block;
  margin-top:20px;
  padding:14px 34px;
  background:linear-gradient(135deg,#00e5ff,#0077ff);
  color:#000;
  border-radius:50px;
  font-weight:700;
  text-decoration:none;
}

/*-----about-------*/
.about-extended .about-point{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:500;
}
.about-extended .about-point i{
  color:#00c853;
  font-size:18px;
}
/*------- about end------*/

section{
  padding:90px 0;
}
.tag{
  color:#0077ff;
  font-weight:700;
  font-size:13px;
}


/*------  mission end --------*/
.mission-pro{
  padding:80px 0;
  background:#f9fbfd;
}

.mission-intro{
  max-width:720px;
  margin:0 auto;
  font-size:17px;
  color:#555;
}

.mission-card{
  background:#fff;
  padding:35px;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.06);
  transition:.3s;
  height:100%;
}

.mission-card:hover{
  transform:translateY(-6px);
}

.mission-icon{
  width:60px;
  height:60px;
  margin:0 auto 15px;
  border-radius:50%;
  background:#e8f1ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color:#0d6efd;
}

.mission-values{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.mission-values .value{
  background:#0d6efd;
  color:#fff;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
}
/*------  mission end --------*/
/*----- help-------*/
.help-card{
  background:#f8faff;
  padding:40px 25px;
  border-radius:20px;
  text-align:center;
  transition:.4s;
}
.help-card i{
  font-size:36px;
  color:#0077ff;
}
.help-card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 40px rgba(0,0,0,.1);
}
/*----- help end -------*/

/*----- why -------*/
.why-better-pro{
  padding:90px 0;
  background:#fff;
}

.why-desc{
  font-size:17px;
  color:#555;
  margin-bottom:30px;
}

.why-points{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.why-point{
  display:flex;
  gap:15px;
  background:#f9fbfd;
  padding:18px 20px;
  border-radius:14px;
  transition:.3s;
}

.why-point:hover{
  background:#eef5ff;
  transform:translateX(5px);
}

.why-point i{
  font-size:26px;
  color:#0d6efd;
  margin-top:3px;
}

.why-point h6{
  margin-bottom:4px;
  font-weight:600;
}

.why-point p{
  margin:0;
  font-size:14px;
  color:#666;
}

.why-image-wrap{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 30px 60px rgba(0,0,0,.15);
}

.why-image-wrap img{
  width:100%;
  height:auto;
}

.why-badge{
  position:absolute;
  bottom:20px;
  right:20px;
  background:#0d6efd;
  color:#fff;
  padding:15px 20px;
  border-radius:14px;
  text-align:center;
}

.why-badge h4{
  margin:0;
  font-size:28px;
}

.why-badge p{
  margin:0;
  font-size:13px;
  opacity:.9;
}
/*----- why end -------*/
