@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;
}

/* Product Knowledge Section */
#product-knowledge {
    background: #EFF6FF;
    padding: 60px 0;
    text-align: center;
}

#product-knowledge .section-title {
    color: #111827;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

#product-knowledge .section-subtitle {
    color: #4B5563;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    max-width: 80%;
    margin: auto;
    line-height: normal;
}

.card-knowledge .card-title {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-knowledge .card-subtitle {
    color: #4B5563;
    font-family: Inter;
    font-size: 13.216px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-knowledge {
    border-radius: 9.912px;
    border: 0.551px solid #E5E7EB;
    background: #FFF;
    padding: 20px;
    text-align: left;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.card-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 0 solid #E2E8F0;
    background: #00C2B3;
}

.card-knowledge-1 .card-icon {
    background: #00C2B3;
}

.card-knowledge-2 .card-icon {
    background: #06B6D4;
}

.card-knowledge-3 .card-icon {
    background: #A855F7;
}

.card-knowledge-4 .card-icon {
    background: #22C55E;
    display: inline-block;
    aspect-ratio: 1/1;
}

.card-icon img {
    position: relative;
}

.card-knowledge-1 .card-icon img {
    max-width: 110% !important;
    position: relative;
    margin-left: 6px;
    margin-top: -3px;
}

.card-knowledge-2 .card-icon img {
    max-width: 110% !important;
    position: relative;
    margin-left: 13px;
    margin-top: 9px;
}

.card-knowledge-3 .card-icon img {
    max-width: 110% !important;
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
}

.card-knowledge-4 .card-icon img {
    max-width: 120% !important;
    position: relative;
    margin-left: 9px;
    margin-top: 9px;
}

.card-title {
    /* margin-top: 20px; */
    max-width: 80%;
}

.card-subtitle {
    margin-top: 10px;
    max-width: 90%;
}

.card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    margin-top: 20px;
    font-size: 0.8rem;
    border-radius: 6.608px;
    background: #EFF6FF;
}

.info-icon img {
    width: 40px;
    height: auto;
}

/* Career Transformation Section */
#career-transformation {
    background: #F8FAFC;
    padding: 80px 0;
    text-align: center;
}

#career-transformation .section-title {
    color: #1F2937;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

#career-transformation .section-subtitle {
    color: #6B7280;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 30px;
}

#career-transformation .highlight-text {
    background: #DBEAFE;
    color: var(--primary);
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    #product-knowledge .section-title {
        font-size: 32px;
        max-width: 95%;
    }
    
    #product-knowledge .section-subtitle {
        font-size: 16px;
        max-width: 95%;
    }
    
    .card-knowledge .card-title {
        max-width: 100%;
    }
    
    .card-knowledge .card-subtitle {
        max-width: 100%;
    }
    
    #career-transformation .section-title {
        font-size: 32px;
        margin-bottom: 16px;
    }
    
    #career-transformation .section-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    #career-transformation .highlight-text {
        font-size: 14px;
        padding: 10px 20px;
        margin-bottom: 32px;
    }
    
    #career-transformation {
        padding: 60px 0;
    }
}

#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;
    }
}