:root {
    --sp-green: #A3C696;
    --sp-green-rgb: 163, 198, 150;
}

body {
    background-color: rgba(var(--sp-green-rgb), 0.2);
}

/*TITLE*/

/*UPLIFT MOOD*/
.postit-col {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, [col] 1fr);
    align-items: center;
}

.postit-sticker {
    width: 100%;
    aspect-ratio: 1 / 1;
    font-family: "Edu SA Beginner", cursive, "Kalam", cursive;
    font-size: 1.2rem;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 10px;
}

/*DISCARDED IDEA*/
.discarded_text {
    text-align: center;
}

/*FINAL IDEA*/
.plant-steps-numb {
    font-weight: 500;
    color: rgba(163, 198, 150, 0.8);
    vertical-align: top;
    font-size: 2.5rem;
    white-space: nowrap;
    padding-right: 20px;
}



/*BENEFITS*/
#plants-benefits {
    background-color: rgba(var(--sp-green-rgb), 0.8);
}

.benefits {
    display: grid;
    gap: 0px 20px;
    grid-template-columns: repeat(3, [col] 1fr);
    align-items: center;
}


/*APP TEXT*/
#app-text {
    position: relative;
    text-align: left;
    padding: 7% 2% 0%;
    max-width: 1089px;
    align-items: left;
    margin: 0 auto 100px;
}

.app-info {
    padding-bottom: 8%;
}

.checkboxes {
    display: flex;
    align-items: flex-start;
}
.checkbox-img {
    width: 25px;
    margin-right: 10px;
}

.app-text-div {
    max-width: 540px;
}

/*APP SCREENSHOTS*/
#app-screenshots {
    height: auto;
    height: calc(100% - 70px);
    margin: 0 auto;
    position: relative;
    padding: 0% 2% 8%;
    max-width: 1500px;
}

.test-app {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, [col] 1fr);
}

.app-img-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

#first-col {
    margin: 230px 0 0;
}

#second-col {
    margin: 220px 0 0;
}

#third-col {
    margin: 186px 0 0;
}

#fourth-col {
    margin: 70px 0 0;
}

#fifth-col {
    margin: 10px 0 0;
}

#sixth-col {
    margin: -30px 0 0;
}



/*RESEARCH*/
#plant-research {
    margin-top: -450px;
}
.research-img {
    width: 100%;
    box-shadow:
            1px 1px 0 rgba(0, 0, 0, 0.1),
            3px 3px 0 rgba(255, 255, 255, 1),
            4px 4px 0 rgba(0, 0, 0, 0.125),
            6px 6px 0 rgba(255, 255, 255, 1),
            7px 7px 0 rgba(0, 0, 0, 0.15);
}

/* Responsive for tablets (740px - 1024px) */
@media (max-width: 1024px) {
    #app-screenshots {
        height: calc(100% - 150px);
        padding: 5% 5% 8%;
        max-width: 1200px;
    }

    #app-text {
        padding: 7% 12% 0%;
    }

    .app-text-div {
        max-width: none;
    }

    .test-app {
        grid-template-columns: repeat(3, [col] 1fr);
        gap: 15px;
    }

    #first-col {
        margin: 230px 0 0;
    }

    #second-col {
        margin: 220px 0 0;
    }

    #third-col {
        margin: 156px 0 0;
    }

    #fourth-col, #fifth-col, #sixth-col {
        display: none;
    }

    .app-img-col {
        margin: 0;
    }

    .app-screenshots-img {
        width: 100%;
    }

    .benefits {
        gap: 0px 20px;
        grid-template-columns: repeat(2, [col] 1fr);
    }

    .plant-steps-numb {
        font-size: 1.5rem;

    }
}

/* Responsive for mobile */
@media (max-width: 740px) {

    .postit-sticker {
        font-size: 1.0rem;
    }

    #app-screenshots {
        height: calc(100% - 170px);;
        position: static;
        padding: 7% 2% 8%;
        margin: 0 auto;
    }

    .test-app {
        grid-template-columns: repeat(2, [col] 1fr);
        gap: 15px;
        padding: 7% 12% 8%;
    }

    #first-col {
        margin: 200px 0 0;
    }

    #second-col {
        margin: 700px 0 0;
    }

    #third-col, #fourth-col, #fifth-col, #sixth-col {
        display: none;
    }

    /* Ensure images take full width */
    .app-screenshots-img {
        width: 100%;
    }

    .hide-img {
        display: none;
    }

    .postit-col {
        grid-template-columns: repeat(2, [col] 1fr);
        gap: 10px;
    }

    td {
        display: table-row;
    }

    .benefits {
        gap: 0px 20px;
        grid-template-columns: repeat(1, [col] 1fr);
    }
}
