/* .point-list{
    position: relative;
    display: block;
} */

.coaching-one__hover-content {
    top: 30px;
}

.coaching-details__benefit-content {
    margin-top: 0 !important;
}

.image-container {
    margin-top: 0;
    margin-bottom: 0;
}

.coaching-three__title1 {
    color: #ffffff;
}
.coaching-three__title-box {
    text-align: center;
}
.coaching-three__title1:hover{
    color:rgb(245, 227, 227);
}

.coaching-details__text-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.coaching-three__hover p {
    text-align: center;
}

.feature-one__title a {
    color: white!important; /* Default text color */
    transition: color 0.3s ease; /* Optional smooth transition */
}

.feature-one__title a:hover {
    color: #dc3545!important; /* Text color on hover */
}

.pricing-page__single-inner {
    border: none!important;
    padding: 29px 48px 20px!important;
}

.error {
    color: red;
    font-size: 0.9em; /* Optional: Make the text slightly smaller */
    margin-top: 5px; /* Optional: Add some space above */
}

input.error, textarea.error, select.error {
    border-color: red;
}