@media(min-width: 1280px) {
    .container {
        max-width: 1080px !important;
    }
}

.container-fluid {
    max-width: 1280px !important;
}

body {
    /* background: linear-gradient(180deg, #F2F7FF 0%, #FFF 100%) !important; */
    background: #F9FAFB !important;
}

section {
    margin-bottom: 60px;
}

.announcement {
    z-index: 1024;
    padding-bottom: 7px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #00C2B1;
    color: white;
    padding-top: 80px;
    font-weight: bold;
}

h1 {
    font-size: 2rem
}

#hero {
    margin-top: 5rem;
}

#badge-baru {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    font-size: 1rem !important;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    width: min-content;
    color: var(--primary) !important;
    background-color: white;
    font-family: "Poppins", sans-serif !important;
}

#badge-baru span:nth-child(2) {
    font-weight: normal;
}

#hero h1 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 3rem;
    max-width: 30vw;
    line-height: 1.2;
}

#hero p {
    margin-bottom: 24px;
}

#populer,
#mentors,
#soft-skill,
#hard-skill {
    scroll-margin: 80px;
}

.course-card {
    height: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.course-card-cover {
    position: relative;
    height: 200px;
    background-color: #F2F7FF;
}

.course-card-cover img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.course-label {
    position: absolute;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.course-label-left {
    top: 16px;
    left: 16px;
    background-color: white;
    color: var(--primary);
}

.course-label-right {
    top: 16px;
    right: 16px;
    background-color: var(--secondary);
    color: white;
}

.course-card-body {
    padding: 16px;
    min-height: 210px;
}

.course-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.2;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-description {
    font-size: 0.8rem;
    margin-top: 8px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-mentor {
    font-weight: bold;
    font-size: 0.85rem;
    color: var(--black);
}

.course-video-count {
    font-size: 0.85rem;
    color: var(--black);
}

.course-rating {
    font-size: 0.85rem;
    color: var(--black);
}

.mentor-card {
    height: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.mentor-card-cover {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #F2F7FF;
}

.mentor-card-cover img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

#tns1-item0 .mentor-card img {
     object-position: 0 4px !important;
}

.mentor-1 {
     object-position: 0 4px !important;
}

.mentor-2 {
     object-position: 0 -25px !important;
}

.mentor-card-body {
    padding: 16px;
    min-height: 150px;
}

.mentor-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.2;
    color: var(--black);
}

.mentor-company {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mentor-company-name {
    flex: 1;
    word-wrap: break-word;
    font-size: 0.85rem;
    color: var(--black);
    line-height: 1.225;
}

.mentor-company-image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.mentor-company-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#skill {

    scroll-margin: 80px;
}

#skill h1 {
    margin-bottom: 12px;
}

@media (max-width: 992px) {
    .announcement {
        padding-top: 90px !important;
    }
}

.navbar-toggler {
    background-color: white
}

@media (max-width: 992px) {
    .btn-cta {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    section:first-child {
        margin-bottom: 24px;
    }

    #hero {
        margin-top: 0;
    }

    #badge-baru {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        font-size: 0.825rem !important;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        width: min-content;
        color: var(--primary) !important;
        background-color: white;
        font-family: "Poppins", sans-serif !important;
    }

    #hero h1 {
        text-align: center;
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 2.5rem;
        max-width: unset;
        line-height: 1.2;
    }

    #mentors h1 {
        font-size: 1.5rem;
    }
}