.webdev {
    margin-top: 0rem;
}

.dynamic {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.content {
    padding: 3rem;
    margin: 3rem;
    border-radius: 25px;
}

.radio-buttons {
    width: 40%;
    align-items: center;
    justify-content: center;
}

.radio-img {
    height: 6rem;
}

.radio-img img {
    transform: translateX(30vw) translateY(-13rem);
    height: 15rem;
}

@media (max-width: 1160px) {
    .radio-img img {
        transform: translateX(25vw) translateY(-13rem);
        height: 15rem;
    }
}

@media (max-width: 950px) {
    .radio-img img {
        transform: translateX(17vw) translateY(-10rem);
        height: 15rem;
    }
}

@media (max-width: 777px) {
    .radio-img img {
        transform: translateX(13vw) translateY(-10rem);
        height: 15rem;
    }
}

#bottom-3 {
    transform: translateX(25vw) translateY(-13rem);
    height: 15rem;
}

@media (max-width: 1300px) {
    #bottom-3 {
        transform: translateX(19vw) translateY(-13rem);
        height: 15rem;
    }
}

@media (max-width: 1097px) {
    #bottom-3 {
        transform: translateX(12vw) translateY(-13rem);
        height: 15rem;
    }
}

@media (max-width: 919px) {
    #bottom-3 {
        transform: translateX(7vw) translateY(-13rem);
        height: 15rem;
    }
}

.radio-label {
    height: 4rem;
    color: var(--black);
    display: flex;
    padding-left: 1rem;
    margin: 0rem 2rem;
    border-radius: 25px;
    align-items: center;
    justify-content: start;
}

.radio-input {
    appearance: none;
    display: none;
}

.radio-label:hover {
    background-color: var(--pastel-green);
}

.content {
    flex: 1;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.numbers {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem 2rem 0rem 2rem;
}

@media (max-width: 800px) {
    .numbers {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .numbers {
        grid-template-columns: repeat(1, 1fr);
    }
}

.num-text {
    margin-top: 10px;
}

.num-text h4 {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}

.number {
    font-weight: bold;
    font-size: 1.2rem;
    height: 5rem;
    width: 5rem;
    background-color: var(--light-pastel-green);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.number p {
    font-size: 2.5rem;
    color: var(--light-green);
}

.num-text p {
    margin: 2rem;
    font-size: 15px;
    color: var(--gray);
}

.break {
    display: block;
}

h4 {
    font-size: 1.2rem;
}

@media (min-width: 1000px) {
    .bubble-container {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
    }
}

@media (max-width: 1000px) {
    .why-us {
        padding-bottom: 0rem;
    }

    .step-section {
        margin-top: 1rem;
    }

    .bubble-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .top {
        margin-bottom: 3rem;
    }
}

@media (max-width: 900px) {
    .dynamic {
        margin-top: 0;
    }
}

@media (max-width: 800px) {
    .num-text {
        width: 80%;
    }

    .step-section h2 {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .content {
        margin: 0.5rem;
    }

    header h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 750px) {
    .radio-label {
        width: 90%;
    }

    .dynamic {
        flex-direction: column;
    }

    .radio-label {
        width: 80%;
    }

    .radio-buttons {
        width: 100%;
    }

    .why-us {
        padding-bottom: 5rem;
        padding-top: 2rem;
    }

    .bubble-container {
        grid-template-columns: repeat(1, 1fr);
        margin: 1rem;
        padding: 0rem;
    }

    .top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        text-align: center;
    }

    .top p {
        width: 100%;
    }

    .break {
        display: inline;
    }

    .why-us {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .num-text p {
        margin: 0rem;
    }

    header h1 {
        font-size: 3.5rem;
    }
}

@media (prefers-color-scheme: light) {
    .content {
        background-color: var(--light-gray);
    }
}

@media (prefers-color-scheme: dark) {
    h2 {
        color: var(--white);
    }

    .bubble p {
        font-size: 15px;
        color: var(--gray);
    }

    .content {
        background-color: var(--dark-gray);
    }
}
