body.features-page {
  font-family: 'Poppins', sans-serif;
  background-color: #0f0f0f;
  color: #ffffff;
  position: relative;
  min-height: 100vh;
}

.features-page {
  margin-top: 80px;
}

.features-section {
    margin-top:150px;
  position: relative;
  background-color: #0f0f0f;
  overflow: hidden;
}

.features-section>* {
  position: relative;
  z-index: 1;
}

.features-title {
  text-align: center;
  margin-bottom:40px!important;
  font-size: 40px;
  font-family: Poppins, sans-serif;
   font-weight: 400;
   margin: 10px 0;
   line-height: 1.4;
   letter-spacing: 1.4px;
}

.features-section h2 span,
.textEnd span {
  color: #9bbe2c;
}

.feature-container {
    margin-top: 80px!important; 
    margin-bottom: 60px!important;
}

.cards-row {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: flex-start!important;
}

    .cards-row.justify-center {
        justify-content: center!important;
    }
    
.features-container {
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
.feature-icon {
    font-size: 30px !important;
    color: #b4ff3cb7;
    line-height:160%!important;
}
.title-ftrs{
    margin-top:40px!important;
    margin-bottom:10px!important;
}
.feature-header {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.feature-subtitle {
    font-family: Sora, sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}
.features-item {
  gap: 1.5rem;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;

}
.card-body{
    color:white;
    padding:0;
}
.features-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.features-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.features-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}

.features-text p {
    font-family: Sora, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #d0d0d0;
}


.textEnd {
  font-family: Sora, sans-serif;
  font-weight: 1200;
  letter-spacing: 1.5px;
  padding: 0;
  text-align: center;
  margin-top: 100px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.textEnd h2 {
  margin: 0;
  line-height: 1.2;
}

.textEnd h2:first-child {
  font-size: 36px;
  margin-bottom: 0.2em;
}

.textEnd h2:last-child {
  font-size: 33px;
  margin-top: 0;
}

body::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 0%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at right,
      rgba(155, 190, 44, 0.4) 20%,
      rgba(155, 190, 44, 0.2) 20%,
      rgba(155, 190, 44, 0.05) 70%,
      transparent 100%);
  filter: blur(100px);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}


@keyframes float {
    0%, 100% {
        transform: translateY(-50%) translateY(-2%) rotate(0deg);
    }

    50% {
        transform: translateY(-50%) translateY(2%) rotate(0deg);
    }
}


.features-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(-50%, -50%);
    width: 470px;
    height: 600px;
    background-image: url('../Media/Glob.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
    animation: float 10s ease-in-out infinite;
}

@media (max-width: 1130px) {
  .features-container {
    max-width: 900px;
  }

}

@media (max-width: 920px) {
  .features-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
  }
    .feature-container {
        margin-top: 60px !important;
        margin-bottom: 20px !important;
    }

  .features-item {
    max-width: 700px;
  }
}
@media only screen and (max-width: 500px) {
    .features-text h3{
        font-size:22px!important;
    }
    .features-icon{
        width:50px!important;
        height:50px!important;
    }
}
.features-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.features-card {
    flex: 1 1 250px;
    max-width: 300px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .features-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.features-icon {
    margin-bottom: 15px;
    color: #4CAF50;
}

    @media (max-width: 769px) {
        .features-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            justify-items: center;
        }
       .features-section{
           margin-top:20px;
       }
            .features-icon {
            width: 60px;
            height: 60px;
        }

        .features-section {
            padding-top: 1rem;
        }
        .features-text h3{
            font-weight:400;
        }
        .features-section h2 {
            font-size: 25px;
            margin-bottom: 3rem !important;
            margin-top: 1rem !important;
        }

        .features-text h3 {
            font-size: 1.6rem;
            line-height: 1.3;
        }

        .features-text p {
            font-size: 1rem;
        }

        .features-item {
            max-width: 600px;
        }

        .features-section::before {
            top: 45%;
            left: -100px;
            width: 470px;
            height: 700px;
            opacity: 0.4;
        }
    }

    @media (max-width: 650px) {
        .features-item {
            max-width: 500px;
        }
    }

    @media (max-width: 550px) {
        .features-item {
            max-width: 400px;
        }
    }

    @media (max-width: 500px) {
        .features-title {
            margin-top: 20px;
        }
    }

    @media only screen and (max-width: 380px) {

        .features-title {
            margin-top: 5px;
        }


        .features-text h3 {
            font-size: 1.1rem;
        }

        .features-item {
            gap: 0.5rem;
            line-height: 1.5;
        }

        .features-icon {
            width: 45px;
            height: 45px;
        }

        .features-text p {
            font-size: 0.8rem;
        }

        .features-container {
            margin-top: 0;
        }

        .features-section::before {
            top: 45%;
            left: -170px;
            width: 470px;
            height: 600px;
            opacity: 0.3;
        }
    }

    @media only screen and (max-width: 350px) {
        .features-text h3 {
            font-size: 1rem;
        }

        .features-item {
            gap: 0.8rem;
            line-height: 1.5;
        }

        .features-icon {
            width: 40px;
            height: 40px;
        }

        .features-text p {
            font-size: 0.7rem;
        }

        .features-section h2 {
            font-size: 1.8rem;
        }
    }

