.features-hero {
    padding: 4rem 1rem;
    /* background-color: #f9f9f9; */
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.features-header h2 {
    font-size: 3rem;
}

.features-header .highlight {
    color: #f08700;
}

.features-header p {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #666;
}

.features-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    gap: 1.5rem;
}

.tab {
    background-color: transparent;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
}

.tab.active {
    background-color: #555;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tab:hover {
    background-color: #e0e0e0;
}

.features-content {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.features-content img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow:
        0px 0px 2.1px 0px rgba(0, 0, 0, 0.25),
        0px 0px 15.9px 4px rgba(209, 209, 209, 0.42);
    margin-bottom: 50px;
}

.subscription-section {
    padding: 4rem 1rem;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.subscription-header {
    text-align: center;
    margin-bottom: 3rem;
}

.subscription-header h2 {
    font-size: var(--h2-text-size);
    /* font-weight: 600; */
}

.subscription-header .highlight {
    color: #f08700;
}

.subscription-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
}

.subscription-cards {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1.5rem;

}

.subscription-card {
    background: #fff;
    padding: 1.25rem 1.5rem;
    border-radius: 33px;
    border: 1px solid #000000;
    width: 300px;
}

.subscription-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.5rem;
    width: 240px;
}

.subscription-card p {
    font-size: 0.95rem;
    color: #444;
}

.subscription-image {
    flex: 2 3 600px;
}

.subscription-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: flex-start
}

.manage-classes-section {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.manage-classes-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.manage-text {
    flex: 1 1 400px;
    max-width: 500px;
}

.clear-tagline {
    transform: translateY(0.75rem);
}

.manage-text h2 {
    font-size: var(--h2-text-size);
    font-weight: 400;
    margin: 1rem 0;
    line-height: 1.3;
}

.manage-text .highlight {
    color: #f08700;
}

.manage-text p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.manage-image {
    flex: 1 1 500px;
    position: relative;
    z-index: 2;

}

.manage-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow:
        0px 0px 2.1px 0px rgba(0, 0, 0, 0.25),
        0px 0px 15.9px 4px rgba(209, 209, 209, 0.42);
}

.data-transfer-section {
    position: relative;
    padding: 5rem 2rem;
    background-color: #fff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    text-align: center;
    font-weight: 400;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
}


.data-transfer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}


.data-transfer-content p {
    width: 418px;
}

.data-transfer-text {
    flex: 1 1 400px;
}

.data-transfer-text h2 {
    font-size: var(--h2-text-size);
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin: 0 auto;
}

.data-transfer-text .highlight {
    color: #f08700;
}

.data-transfer-text p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
}

.data-transfer-text .p2 {
    margin-bottom: 2rem;
}

.btn-data-transfer {
    margin-top: 2rem;

}

.data-transfer-image {
    flex: 1 1 400px;
    text-align: center;
}

.data-transfer-image img {
    max-width: 80%;
    height: auto;
}


.mobile-section {
    padding: 5rem 2rem;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.mobile-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.mobile-text {
    flex: 1 1 400px;
    max-width: 500px;
    position: relative;
    transform: translateY(-20px);
}

.mobile-tagline {
    transform: translateY(1.5rem);
}

.mobile-text h2 {
    font-size: var(--h2-text-size);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.mobile-text .highlight {
    color: #f08700;
}

.mobile-text p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
}

.store-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.store-buttons img {
    height: 45px;
    object-fit: contain;
}

.mobile-image {
    flex: 1 1 500px;
    text-align: center;
    position: relative;
}

.mobile-image img {
    width: 80%;
    max-width: 500px;
}