body {
    font-family: 'Poppins', sans-serif;
    background-color: aliceblue;
    /* border: 1px solid red !important; */
}

.navbar-custom {
    background-color: #7e1891;
    box-shadow: 1px 0px 5px 1px #691578;
}

.navbar-custom .navbar-brand img {
    width: 170px;
    height: 30px;
}

.navbar-custom .nav-link {
    color: #fbfbfb;
    transition: 0.5s ease;
}

.navbar-custom .nav-link:hover {
    background-color: rgb(95, 17, 109);
    border-radius: 10px;
}

.hero {
    background-color: #7e1891;
    color: #fbfbfb;
    padding: 100px 20px;
    border-radius: 0 0 50px 50px;
    box-shadow: 1px 0px 8px 3px #691578;
    text-align: center;
    margin-bottom: 40px;
}

.hero p {
    color: #f5efff;
    margin-bottom: 70px;
}

.btn-header {
    background-color: #ffb200;
    color: #fbfbfb;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 20px;
    transition: 0.5s ease;
}

.btn-header:hover {
    background-color: #e08600;
}

.section-title {
    font-family: 'Roboto Condensed', sans-serif;
    color: #7e1891;
    font-size: 38px;
    text-align: center;
    margin: 80px 0 50px;
    text-decoration: underline;
}

#about img {
    width: 100%;
    height: auto;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

#about p {
    font-family: poppins, serif;
    text-align: justify;
}

.mentor img {
    width: 150px;
    height: 170px;
    object-fit: cover;
}

.benefit .card {
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit .card:hover {
    cursor: pointer;
    background-color: #dbdee38e;
    transition: all 0.3s ease-in-out;

}

.benefit img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.benefit .card h5 {
    font-family: "Roboto Condensed", serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #7e1891;
}

.benefit .card p {
    font-family: "Poppins", serif;
    font-size: small;
    color: #777777;
    line-height: 1.8em;
    text-align: center;
    padding: 10px 20px;
}

.benefit .row {
    gap: 20px;
}

.table-pricing .container {
    margin-top: 250px;
}

.table-pricing .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

.table-pricing .card {
    font-family: "DM Serif Text", serif;
    background-color: #f6f6f6;
    height: 330px;
    width: 300px;
    border-radius: 20px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
        rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    padding: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.table-pricing .card h2 {
    color: #7e1891;
    text-align: center;
    padding: 10px;
    border-bottom: 2px solid #7e1891;
    font-size: 30px;
}

.table-pricing .card h3 {
    font-size: 2rem;
    color: #7e1891;
    text-shadow: 1px 1px 5px rgb(234, 225, 225);
    text-align: center;
    margin: 30px 0px 20px;
}

.table-pricing .card sub {
    font-size: small;
}

.table-pricing .card .line {
    background-color: #7e1891;
    width: 140px;
    height: 2px;
    border-radius: 20px;
    margin: -15px auto 25px;
}

.table-pricing .card:hover {
    cursor: pointer;
    border: none;
    transform: translateY(-10px);
}

.table-pricing .card a {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #7e1891;
    text-decoration: none;
    background-color: aliceblue;
    padding: 10px 20px;
    border: 1px solid #7e1891;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 100px;
}

.table-pricing .card a:hover {
    background-color: #7e1891;
    color: #fff;
}

.table-pricing .card button {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #7e1891;
    text-decoration: none;
    background-color: aliceblue;
    padding: 10px 20px;
    border: 1px solid #7e1891;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    margin-bottom: 100px;
}

.table-pricing .card button:hover {
    background-color: #7e1891;
    color: #fff;
}

.footer-custom {
    font-family: "poppins", serif;
    background-color: #7e1891;
    color: #f5efff;
    padding-top: 40px;
}

.footer-custom .copyright {
    background-color: #6b167a;
    height: 40px;
    padding: 10px 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #7e1891;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.whatsapp-icon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1001;
    background: #25d366;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    text-decoration: none;
}

.whatsapp-icon:hover {
    background: #128c7e;
    color: #fff;
}

#roadmap {
    margin-bottom: 5px;
}

.timeline {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 10px;
    background-color: #7e1891;
    top: 90px;
    bottom: 400px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #7e1891;
    top: 50px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item.left {
    left: 9px;
    text-align: right;
}

.timeline-item.left .timeline-content {
    margin-right: 40px;
}

.timeline-item.left::after {
    right: -11px;
}

.timeline-item.right {
    left: 49.1%;
    text-align: left;
}

.timeline-item.right .timeline-content {
    margin-left: 40px;
}

.timeline-item.right::after {
    left: -12px;
}

.timeline-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.timeline-content p {
    font-family: "Poppins", serif;
    font-size: small;
    color: #777777;
    line-height: 1.8em;
    text-align: center;
    padding: 10px 20px;
}

.timeline-content img {
    width: 200px;
    height: 200px;
    margin: auto;
    object-fit: contain;
}

.timeline-content:hover {
    cursor: pointer;
    background-color: #dbdee38e;
    transition: all 0.3s ease-in-out;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 8px;
        bottom: 540px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 35px;
        padding-right: 15px;
        margin-bottom: 40px;
    }

    .timeline-item.left {
        left: -12px;
        text-align: right;
    }

    .timeline-item.left .timeline-content {
        margin-left: 21px;
        width: 250px;
    }

    .timeline-item.right {
        left: 0;
        text-align: left;
    }

    .timeline-item.right .timeline-content {
        margin-left: 10px;
        width: 250px;
    }

    .timeline-item::after {
        left: 0;
    }
}

@media (max-width: 576px) {
    .testimoni-card {
        min-height: 400px;
        min-width: 500px;

    }
}

@media (min-width: 577px) {
    .testimoni-card {
        height: 200px;
    }
}