body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #1a1a2e;
}

.hero-section {
    background-color:#9e9e9e ; /* You can replace this with your actual background image */
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #333;
    text-align: center;
    position: relative;
}

.hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 18px;
    margin-bottom: 40px;
}

.cta-button {
    background-color: #5e17eb;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #7f1cf4;
}




body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.hero-coachable-ai {
    background-color: #fafafa ;
    background-size: cover;
    padding: 100px 20px;
    color: #333;
    text-align: center;
    position: relative;
}


.hero-coachable-ai h1 {
    font-size: 48px;
    font-weight: bold;
    color: #2a2e35;
}

.hero-coachable-ai p {
    font-size: 18px;
    color: #2a2e35;
    margin-bottom: 20px;
}

.hero-coachable-ai p.description {
    font-size: 20px;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

@media (max-width: 768px) {
    .hero-coachable-ai h1 {
        font-size: 32px;
    }

    .hero-coachable-ai p {
        font-size: 16px;
    }
}




body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #f9f9f9;
}

.text-content {
    max-width: 50%;
}

.text-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.text-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.image-content {
    max-width: 50%;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-content,
    .image-content {
        max-width: 100%;
    }

    .image-content {
        margin-top: 20px;
    }
}







body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #fff;
}

.image-content {
    max-width: 50%;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.text-content {
    max-width: 50%;
}

.text-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.text-content h1::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: magenta;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
}

.text-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-content,
    .image-content {
        max-width: 100%;
    }

    .image-content {
        margin-bottom: 20px;
    }
}







body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #fff;
}

.text-content {
    max-width: 50%;
}

.text-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.text-content h1::after {
    content: '';
    width: 100px;
    height: 4px;
    background-color: orange;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
}

.text-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.image-content {
    max-width: 50%;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-content,
    .image-content {
        max-width: 100%;
    }

    .image-content {
        margin-top: 20px;
    }
}





body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #fff;
}

.text-content {
    max-width: 50%;
}

.text-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.text-content h1::after {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #00c7c7;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
}

.text-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.image-content {
    max-width: 50%;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-content,
    .image-content {
        max-width: 100%;
    }

    .image-content {
        margin-bottom: 20px;
    }
}




body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.features-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
}

.features-section h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
}

.features-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.feature {
    width: 30%;
    text-align: center;
}

.feature img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.feature h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.feature p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.feature:nth-child(1) img {
    border-bottom: 4px solid #00c7c7;
}

.feature:nth-child(2) img {
    border-bottom: 4px solid #ff00ff;
}

.feature:nth-child(3) img {
    border-bottom: 4px solid #ff9900;
}

@media (max-width: 768px) {
    .features-container {
        flex-direction: column;
    }

    .feature {
        width: 100%;
        margin-bottom: 40px;
    }
}






body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #df9191;
}

.cta-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background: linear-gradient(45deg, #290753, #2b0356, #2b027b, #37027b);
    color: white;
    text-align: center;
    position: relative;
}

.cta-section h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cta-section button {
    background: linear-gradient(90deg, #0062ff, #a31df5);
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 12px rgba(180, 40, 40, 0.748);
}

.cta-section button:hover {
    opacity: 0.9;
}






body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.footer {
    background-color: #2d333a;
    color: #fff;
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
}

.footer-column {
    flex: 1;
    padding: 0 20px;
}

.footer-column h4 {
    color: #0096ff;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.newsletter {
    max-width: 300px;
}

.newsletter input[type="email"] {
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
}

.newsletter button {
    background-color: #0096ff;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.newsletter button:hover {
    opacity: 0.9;
}




.bottom-footer {
    background-color: #2d333a;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.bottom-footer hr {
    border: 0;
    border-top: 1px solid #ffffff1a;
    margin: 20px 0;
}

.bottom-footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

.bottom-footer a:hover {
    text-decoration: underline;
}

.bottom-footer p {
    margin: 5px 0;
    font-size: 14px;
}