header .navbar {
  padding: 0;
  background: transparent !important;
}
.sticky .navbar {
  padding: 0;
  background: var(--bg-white);
}
/*--hero--*/
.hero {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 100px 0 60px 0;
    display: flex;
    align-items: center;
    background: url(https://www.pcrecoverytools.com/dit/img/hero-bg.webp) no-repeat center;
    background-size: cover;
    margin-top: -80px;
  }
  
  .hero .head-top {
    color: var(--accent-color);
  }

  .hero h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 20px;
    color: var(--default-color);
  }
  
  .hero p {
    color: var(--default-color);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 45px;
  }
  
  .hero form input {
    width: 370px;
    height: 54px;
    line-height: 50px;
    padding: 0 23px;
    background: var(--bg-white);
    outline: none;
    border: 2px solid var(--bg-white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.14);
    -moz-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.14);
    box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.14);
    margin-right: 20px;
  }
  .hero form input:focus {
      border-color: #7127ea;
      box-shadow: none;
  }

  .hero form .custom-btn {
    height: 54px;
    line-height: 50px;
    padding: 0 38px;
    font-size: 18px;
  }
  
  .hero .gopp-list {
    margin-top: 20px;
  }
  .hero .gopp-list a{
    color: var(--default-color);
    text-decoration: none;
    font-size: 17px;
    transition: ease 0.5s;
    min-width: 190px;
    font-weight: 400;
  }
  .hero .gopp-list a:hover{
    color: var(--accent-color);
  }
  .hero .gopp-list a i{
    font-size: 18px;
    transition: ease 0.3s;
  }
  .hero .gopp-list a:hover i{
    margin-right: 5px;
    color: var(--accent-color);
  }
  


  
/*--services--*/
.services{
    color: var(--default-color);
    padding: 60px 0;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.services:before{
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  height: 500px;
  width: 500px;
  border: 3px solid var(--accent-color);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.2;
}

.services .section-title {
  text-align: center;
}
.services .service-item {
    border-top: 4px solid transparent;
    position: relative;
    padding: 40px 50px;
    padding-bottom: 35px;
    background: var(--bg-white);
    position: relative;
    z-index: 4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
  }
  
  .services .service-item .icon {
    margin-bottom: 1rem;
  }
  
  .services .service-item h4 {
    font-size: 22px;
    color: var(--default-color);
    margin-bottom: 1rem;
  }
  
  .services .service-item h4 a {
    color: var(--default-color);
    transition: ease-in-out 0.3s;
    text-decoration: none;
  }
  
  .services .service-item p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
  }
  
  .services .service-item:hover {
    transform: translateY(-10px);
    border-top: 4px solid var(--accent-color);
  }
  
  .services .service-item h4 a:hover {
    color: var(--accent-color);
  }
/*--about--*/
.about{
  background-color: var(--bg-white);
  padding: 60px 0;
  overflow: hidden;
  min-height: 100vh;

}

/*--why-choose--*/
.why-choose{
    background: var(--bg-gradient);
    padding: 60px 0;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-choose::before{
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  height: 500px;
  width: 100%;
  border-radius: 50%;
  background: var(--bg-gradient);
  z-index: -1;
}
.why-choose .section-title .head, .why-choose .section-title p{
  color: var(--bg-white);
}

.why-choose .part{
  background: var(--bg-gradient);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  padding: 40px 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  color: var(--bg-white);
  box-shadow: 0 0px 50px 0 #235dff;
}
.why-choose .part:hover{
  box-shadow: 0 0px 37px 0 #4b7bff;
}
.why-choose .part .head{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--bg-white);
}
.why-choose .part p{
  color: var(--bg-white);
}

/*--clients-review--*/
.clients-review .swiper{
  padding: 0 2rem;
}
.clients-review .review-content{
  border-radius: 20px;
  box-shadow: 0 4px 6px #00000025;
  padding: 2rem;
  position: relative;
  height: 100%;
}
.clients-review .review-content:after{
  content: "";
  background: url(../img/chat-icon.webp);
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: -1;
}
.clients-review .review-content .top-sec{
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.clients-review .review-content .top-sec .image{
  background: url(../img/quotes-dot.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.clients-review .review-content .top-sec .image img{
  margin: 10px 0 0 10px;
}
.clients-review .review-content .top-sec .user-details .name{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.clients-review .review-content .top-sec .user-details p{
  margin-bottom: 0;
}
.clients-review .review-content .star{
  color: var(--text-yellow);
}

/*--support--*/
.support .part{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 20px;
  padding: 2rem;
  background: var(--bg-gradient);
  color: var(--text-white);
}
.support .part .content{
  padding: 1rem;
}
.support .part .content .sec-head{
  color: var(--text-yellow);
}
.support .part .content p{
  color: var(--text-white);
}
.support .part .content .list-check{
  display: flex;
  align-items: center;
  gap: 1rem;
}


@media screen and (max-width: 992px){
  .support .part{
   flex-direction: column;
   text-align: center;
  }
  .support .part .content .list-check {
       justify-content: center;
   }
}
@media screen and (max-width: 768px){
   .support .part .content .list-check {
       flex-direction: column;
   }
}