

    #services-back{
      background-color: #66597c;
    }

  .feature-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  
 
  padding: 20px; /* reduced from 30px */
  height: 100%;
  background-color: transparent;
  margin: 0;  /* Ensure no margin here */
  width: 100%;
}




    .feature-icon {
      font-size: 30px;
      margin-bottom: 15px;
      color:#ffd9fb;
    }

    .feature-title {
       font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffd9fb;
  letter-spacing: 0.2px;
  text-align: left;
    }

    .feature-desc {
      font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 2;
  text-align: justify;
  margin-top: 6px;
    }




/* Card hover effect */
.feature-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  /* transform: translateY(-1.5px); */
  /* display draggable to #ff7300*/
}

/* Change icon color on card hover */
.feature-card:hover .feature-icon {
  color: #fff;
}

/* Change title color on card hover */
.feature-card:hover .feature-title {
  color: #ffffff;
}

/* Optional: slightly lighten description text */
.feature-card:hover .feature-desc {
  color: #ffd9fb;
}
.feature-icon,
.feature-title,
.feature-desc {
  transition: color 0.3s ease;
}










    @media (max-width: 767.98px) {
      .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }


    



    .services-title {
  font-family: 'Sora', sans-serif;
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
  text-align: left;
}

.services-title span {
  color:#ffd9fb;
}

.services-desc {
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 2;
  text-align: justify;
  margin-top: 15px;
}





#servicesbutton{

  background-color:#fff;
  /* background-color: transparent; */
  font-family: 'Readex Pro', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  /* border: 2px solid #ff7300; */
  transition: all 0.3s ease;
  color: #66597c;

}
#servicesbutton:hover{
    /* background-color:#66597c; */
color: #66597c;
    background-color: #ffd9fb;
    
}