/*======================================
    Why Choose Area CSS
========================================*/
.features {
  background-color: #000000;
  padding-top: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .features .responsive-space {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .features {
    padding-top: 60px;
  }
}

.features .section-title {
  margin-bottom: 50px;
}

.features .section-title p {
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .features .section-title {
    margin-bottom: 30px;
  }
}

.features.style2 .single-feature {
  padding: 40px 35px;
}

.features.style2 .single-feature .list-icon {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  margin-bottom: 25px;
}

.features.style3 .section-title {
  margin: 0;
}

.features.style3 .single-item {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features.style3 .single-item {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .features.style3 .single-item {
    margin-top: 50px;
  }
}

.features.style3 .content {
  padding: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .features.style3 .content.pl {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .features.style3 .content.pr {
    padding-right: 60px;
  }
}

.features.style3 .content h5 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.features.style3 .content h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features.style3 .content h3 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .features.style3 .content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

.features.style3 .content p {
  margin-bottom: 20px;
}

.features.style3 .content p:last-child {
  margin: 0;
}

.features.style3 .image {
  padding: 50px;
  background-color: #F4F7FA;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features.style3 .image {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .features.style3 .image {
    padding: 20px;
  }
}

.features.style3 .image img {
  width: 100%;
}

.features .shape {
  position: absolute;
  left: -76px;
  bottom: -74px;
  height: 150px;
  width: 150px;
  z-index: 5;
  opacity: 0.6;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .shape {
    height: 120px;
    width: 120px;
    left: -60px;
    bottom: -60px;
  }
}

@media (max-width: 767px) {
  .features .shape {
    height: 100px;
    width: 100px;
    left: -50px;
    bottom: -50px;
  }
}

.features .explore-all {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .explore-all {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .features .explore-all {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .features .content {
    padding-right: 90px;
  }
}

.features .content h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #000000;
  margin-bottom: 30px;
}

.features .content h2 span {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.features .content p {
  margin-bottom: 20px;
}

.features .content p:last-child {
  margin: 0;
}

.features .content .button {
  margin-top: 40px;
}

.features .single-feature {
  margin-top: 30px;
  padding: 50px 40px;
  padding-right: 60px;
  border-radius: 8px;
  text-align: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 130px;
  border: 1px solid #eeeeee80;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .features .single-feature {
    padding: 40px 35px;
  }
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.096);
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.features .single-feature .list-icon {
  height: 65px;
  width: 65px;
  text-align: center;
  line-height: 65px;
  display: inline-block;
  background-color: #006aff11;
  color: #000000;
  font-size: 26px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 40px;
  top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .features .single-feature .list-icon {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    margin-bottom: 25px;
  }
}

.features .single-feature h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.features .single-feature p {
  margin-top: 15px;
}

/* FAQ Styles */
.faq-item {
  margin-bottom: 30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 4px solid #000000;
  transition: all 0.3s ease;
}

.faq-item.active {
  background-color: rgba(255, 255, 255, 0.08);
  border-left-color: #ffa500;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #ffa500;
}

.faq-icon {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.faq-item.active .faq-icon {
  color: #ffa500;
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  margin-top: 15px;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  opacity: 0.9;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 0.9;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .faq-item {
    margin-bottom: 25px;
    padding: 15px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.5;
  }
}
