/* Want to See Features Section Styles */

.want-to-see-features-section {
    background: url(/wp-content/uploads/2025/06/stk.svg), #151535;
    background-repeat: no-repeat;
    background-position: calc(50% + 350px) center;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.want-to-see-features-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.want-to-see-features-heading {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.03em;
    text-align: center;
    color: var(--white);
}

.want-to-see-features-subtitle{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 117%;
    text-align: center;
    color: #e8e8e8;
    margin-top: 20px;
}

.want-to-see-features-subheading {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #e8e8e8;
    margin-top: 24px;
}

.stop-managing-tasks-button-box{
    margin:24px auto 0;
    border-radius: 20px;
    padding: 5px 0 0 0;
    background: #FFF;
    width: fit-content;
    cursor: pointer;
}

.stop-managing-tasks-button {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: linear-gradient(177deg, #FF3C6A 2.13%, #D704BE 117.1%);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.stop-managing-tasks-button-box:hover{
    background: linear-gradient(92deg, #FF3C6A 2.09%, #D704BE 97.91%);
}

.stop-managing-tasks-button:hover {
    border: 1px solid #FFF;
    background: #FFF;
    color: #FF3C6A;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .want-to-see-features-section {
        padding: 60px 0;
    }
    
    .want-to-see-features-heading {
        font-size: 36px;
    }
    
    .want-to-see-features-subheading {
        font-size: 16px;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .want-to-see-features-section {
        padding: 40px 0;
    }
    
    .want-to-see-features-heading {
        font-size: 28px;
    }
    
    .want-to-see-features-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}
