/* Homepage-only refinements: preserve the existing WCL theme while reducing visual noise. */
.wcl-home-clean {
    overflow-x: clip;
}

.wcl-home-clean .wcl-home-hero {
    min-height: auto;
    padding: 96px 0 88px;
}

.wcl-home-clean .course-categories,
.wcl-home-clean .it-why-area {
    display: none !important;
}

.wcl-home-clean .wcl-home-hero > .it-hero-shape-2,
.wcl-home-clean .wcl-home-hero > .it-hero-shape-3,
.wcl-home-clean .wcl-home-hero .it-hero-shape-1,
.wcl-home-clean .wcl-home-hero .it-hero-shape-8,
.wcl-home-clean .wcl-home-hero .wcl-hero-info,
.wcl-home-clean .wcl-home-hero .wcl-floating-card,
.wcl-home-clean .it-about-area > .it-about-shape-2,
.wcl-home-clean .it-about-area .it-about-shape-1,
.wcl-home-clean .it-course-area > .it-course-shape-1,
.wcl-home-clean .it-blog-area > .it-blog-shape-2 {
    display: none !important;
}

.wcl-home-clean .wcl-home-hero .it-hero-content {
    max-width: 610px;
}

.wcl-home-clean .wow {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
}

.wcl-home-clean .wcl-home-hero .it-hero-title {
    margin-bottom: 24px;
}

.wcl-home-clean .wcl-home-hero .it-hero-text {
    max-width: 570px;
    margin-bottom: 30px;
}

.wcl-home-clean .wcl-home-hero .it-hero-text p {
    margin-bottom: 0;
}

.wcl-home-clean .wcl-home-hero .wcl-hero-thumb .main-img {
    box-shadow: 0 24px 60px rgba(13, 38, 76, 0.16);
}

.wcl-home-clean .it-about-area,
.wcl-home-clean .it-language-area,
.wcl-home-clean .wcl-graduate-section,
.wcl-home-clean .it-blog-area {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
}

.wcl-home-clean .it-course-area {
    padding-top: 88px !important;
    padding-bottom: 58px !important;
}

.wcl-home-clean .it-about-section-title-box,
.wcl-home-clean .it-course-section-title-box,
.wcl-home-clean .it-blog-section-title-box {
    margin-bottom: 42px !important;
}

.wcl-home-clean .it-course-item,
.wcl-home-clean .it-blog-item,
.wcl-home-clean .wcl-graduate-card {
    box-shadow: 0 16px 40px rgba(26, 40, 74, 0.08);
}

.wcl-home-clean .wcl-graduate-track {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    overflow: visible !important;
    transform: none !important;
}

.wcl-home-clean .wcl-graduate-card {
    width: auto !important;
    min-width: 0 !important;
    height: 100%;
    margin: 0 !important;
}

.wcl-home-clean .it-funfact-area {
    padding: 46px 0;
}

.wcl-home-clean .wcl-home-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 42px;
}

.wcl-home-clean .wcl-home-section-heading .it-section-title,
.wcl-home-clean .wcl-home-section-heading .it-section-subtitle {
    margin-bottom: 0;
}

.wcl-home-clean .wcl-home-section-heading .it-section-subtitle {
    display: inline-block;
    margin-bottom: 10px;
}

.wcl-home-clean .wcl-home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    color: var(--it-theme-1, #0b57a3);
    font-weight: 700;
}

.wcl-home-clean .wcl-home-text-link:hover {
    color: var(--it-theme-2, #f3b21b);
}

@media (max-width: 991px) {
    .wcl-home-clean .wcl-home-hero {
        padding: 78px 0 70px;
    }

    .wcl-home-clean .wcl-home-hero .wcl-hero-thumb {
        margin-top: 48px;
    }

    .wcl-home-clean .it-about-area,
    .wcl-home-clean .it-language-area,
    .wcl-home-clean .wcl-graduate-section,
    .wcl-home-clean .it-blog-area {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .wcl-home-clean .wcl-graduate-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .wcl-home-clean .wcl-home-hero {
        padding: 62px 0 56px;
    }

    .wcl-home-clean .wcl-home-hero .it-hero-title {
        margin-bottom: 18px;
    }

    .wcl-home-clean .wcl-home-hero .it-hero-content,
    .wcl-home-clean .wcl-home-hero .it-hero-text,
    .wcl-home-clean .wcl-home-hero .it-hero-text p,
    .wcl-home-clean .wcl-home-hero .wcl-hero-actions,
    .wcl-home-clean .wcl-home-hero .wcl-hero-actions a {
        max-width: 100% !important;
        min-width: 0;
    }

    .wcl-home-clean .wcl-home-hero .it-hero-text p {
        overflow-wrap: break-word;
    }

    .wcl-home-clean .it-section-title {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .wcl-home-clean .wcl-home-section-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .wcl-home-clean .it-about-area,
    .wcl-home-clean .it-course-area,
    .wcl-home-clean .it-language-area,
    .wcl-home-clean .wcl-graduate-section,
    .wcl-home-clean .it-blog-area {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .wcl-home-clean .it-funfact-area {
        padding: 34px 0;
    }

    .wcl-home-clean .wcl-graduate-track {
        grid-template-columns: 1fr;
    }
}
