/* stylestrenght.css */

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Montserrat;
    background-color: #fff;
    color: #333;
    padding-top: 2rem;
    height: 100%;
    flex: 1;
}

.deskripsi h2 {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 2rem;

}

.deskripsi p {
    text-align: center;
    margin-bottom: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;    
}

.header h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0.3rem;
    padding-left: 1rem;
}

.header p {
    font-size: 16px;
    color: #666;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.prevpagejauh {
    border: none;
    padding: 1.5rem 2rem 0 0;
    margin-right: 0rem;
    display: flex;
    position: relative;
}

.prevpagejauh img {
    border: none;
    display: flex;
    position: relative;
    width: 60px;
    padding-left: 1rem;
    padding-top: 1rem;
}

.prevpagejauh-juduls {
    padding-left: 1rem;
}

.content {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    position: relative;
    padding-bottom: 10rem;
}

.images {
    display: flex;
    width: 100%;
    position: relative;
}

.images img {
    width: 25%;
}

.phone-frame {
    position: absolute;
    overflow: hidden;
    width: 380px;
    height: 700px;
    right: 0;
}

.apps-img {
    position: relative;
}

.call-to-action {
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}

.call-to-action2{
    text-align: center;
    padding-top: 20px;
}

.cta-button {
    background-color: #3663F0;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 15px;
}

.cta-button:hover {
    background-color:
        #152f7b;
}

.footer {
    text-align: center;
    margin-top: 40px;
}

.leadership-tags {
    margin-bottom: 20px;
}

.leadership {
    margin: 0 10px;
    font-weight: bold;
    color:
        #ff7043;
}

.next-button:hover {
    background-color: #666;
}

.bawah {
    background-image: url(./images/Component\ 11\ \(2\).png);
    background-size: cover;
    height: 120px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    flex-direction: column;
    display: flex;
    margin-top: 2rem;
}

.next-button {
    font-size: 18px;
    color:
        #ff7043;
    text-decoration: none;
    margin-left: 85%;
    padding: 0.7rem 2rem 0.7rem 2rem;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    margin-top: 2.5%;
    cursor: pointer;
}

.section {
    display: none;
}

.active {
    display: block;
}

.previous-button {
    font-size: 18px;
    color: #ff7043;
    text-decoration: none;
    margin-left: 4%;
    padding: 0.7rem 1.5rem 0.7rem 1.5rem;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    margin-top: 2.5%;
    cursor: pointer;
}

.previous-button:hover {
    background-color: #666;
}

.otherexperiences {
    padding-top: 8rem;
    padding-right: 4rem;
    padding-left: 1rem;
}

hr {
    border: none;
}

/* Media Queries for Responsive Design */
@media screen and (max-width: 768px) {
    .header h1 {
        font-size: 1.5rem;
    }

    .deskripsi{
        margin-bottom: 10rem;
    }

    .deskripsi h2{
        font-size: 1.5rem;
    }

    .header p {
        font-size: 0.7re;
    }

    .images img {
        width: 100%;
    }

    .phone-frame {
        display: none;
    }

    .next-button {
        font-size: 16px;
        padding: 0.5rem 1rem;
        margin-left: auto;
        margin-right: auto;
        position: static;
        display: block;
        width: 80%;
        text-align: center;
        margin-top: 0.4rem;
    }

    .previous-button{
        display: none;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 16px;
    }

    .call-to-action {
        align-items: center;
        padding: 0px 0 0px 90px;
        bottom: 10rem;
        
    }

    .header {
        text-align: center;
    }

    .header h1 {
        padding-left: 0;
    }

    .header p {
        padding-left: 0;
    }

    .otherexperiences {
        text-align: center;
        padding: 0px 1rem 2rem 1rem;
    }

    .prevpagejauh img {
        width: 50px;
        width: 70px;
        padding-top: 0;
    }

    .images {
        flex-direction: column;
    }

    .bawah {
        max-height: 100px;
        padding-top: 0rem;
        display: flex;
        flex-direction: column;
        background-size: cover;
        align-items: center;
        margin-top: 0;
        gap: 1rem;
    }

}