.subsect1{
    background-color: #FAF9FF;
    height: 100hv;
}
.subsect1row1 {
    border: 1px solid #E4E4E7;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 50px;
    background-color: white;
    /*height: 30px;*/
    padding: 5px;
    width: 70%;

}
@media only screen and (max-width: 767px) {
    .subsect1row1 {
        width: 60% !important;
    }
}
.subsect1row1p{
    margin: 0;
    color: #A1A1AA;
}
.subsect1row1btn{
    outline: 0;
    border: none;
    background-color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 30px;
}
/*.subsect1row1btn:hover{
    background-color:#AA0BF5;
    color: #fff
}*/
.subsect1rowsp{
    background-color: #7C62F6;
    border-radius: 5px;
    color: white;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.subsect1row2div1{
    border-color: #E4E4E7;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;

}
.subsect1row2div2{
    padding: 10px 25px;
    background-color: #fff;
    border-color: #F59E0B #d7d7d7 #d7d7d7 #d7d7d7;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    border-radius: 10px;
}
.subsect1row2div3{
    border-color:#10B981;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.subsect1row2div4{
    padding: 10px 25px;
    background-color: #fff;
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 10px 1px 1px 1px;
    border-radius: 10px;
}

.subsect2row2p{
    color:black; 
    font-weight:700;
    margin: 0;
    margin-bottom:10px;
    padding-top: 10px;
    font-size: 18px;
}
.subsect2row2p2{
    
        /*color:#818493;*/
        font-weight:500;
        margin: 0;
        padding-top: 10px;
        font-size: 16px;
    
}
.subsect2row2psm{
    font-weight: 400;
    font-size: 15px;
}

.sub-task-container {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
    gap: 8px; /* Adds space between the image and the text */
}

.subsect2getstbtn{
    background-color: #7C62F6;
    color:white;
    padding:10px 65px;
    border-radius:8px;
    border:none;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
}
.subsect2getstbtn2{
    background-color: #2563EB;
    width: 100%;
    color:white;
    padding:5px 35px;
    border-radius:5px;
    border:none;
    margin-bottom: 5px;
    font-size: 12px;
}

.subsect2{
    background-color: #F4F2FC;
    height: 100hv;
    padding-bottom: 25px;
    min-height: 400px;
    display:flex;
    align-items:center;
    
}
.feature_heading{
font-size: 40px;
font-weight: 700;
}
.feature_paragraph{
    font-size: 20px;
}
.subsect2row2{
    
    width: 100%;
    background-color: white;
    border-radius: 10px;
    border:1px solid #E4E4E7;
    padding:15px 20px;

}

.subsect3{
    background-color:  #FAF9FF;
    height: 100hv;
}
.subsect3row1{
    background-color: #7C62F6;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    

   
}
.subsect3row1p1{
    margin: 0;
    color:white;
    font-weight: 500;
}

.table-container {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.custom-table th, .custom-table td {
    padding: 12px 15px;
}

.custom-table thead {
    background-color: white;
    font-weight: bold;
    border-bottom: 2px solid #E4E4E7; /* Adds a line under the header */
}

.custom-table tbody tr {
    border-bottom: 1px solid #E4E4E7; /* Adds a line under each row */
}

.custom-table td img.check-icon {
    width: 20px;
    height: 20px;
}

.custom-table td {
   
    vertical-align: middle;
}

.custom-table tbody tr td:nth-child(2),
.custom-table tbody tr td:nth-child(3),
.custom-table tbody tr td:nth-child(4),
.custom-table tbody tr td:nth-child(5) {
 
}

.subsect4{
    background-color: white;
    height: 100hv;
    padding: 80px 0px;
}


.subsect5{
    padding: 50px 0px;
    background-color:  #FAF9FF;
    height: 100hv;
}
.subsect5row1{
    padding: 20px;
}
.subsec5row {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
  }
/* Card styling with extra space */
.feedback-card {
    background-color: white;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 0 0 300px;
    display: flex;
    gap: 15px; /* Space between image and text */
    align-items: flex-start;
  }

  /* Image styling */
  .feedback-card img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }

  /* Content styling */
  .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* Name styling */
  .name {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    margin-bottom: 5px;
  }

  /* Stars styling */
  .stars {
    color: gold;
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  /* Review text styling */
  .review {
    color: black;
    font-size: 0.9em;
  }

.description2 {
    color: gray;
    font-weight: 500;
    margin-top: 8px;
}



