/* ********** Course Category START 1 *********** */
.courseCate_1 .design-card {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 10px 15px;
    border-radius: 20px;
    height: auto;
    transition: all 0.3s in;
}

.courseCate_1 .cardImageTop {
    height: 200px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.courseCate_1 .design-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.courseCate_1 .catImage {
    transition: transform 0.4s ease;
    object-fit: cover;
    height: 170px;
    width: 100%;
}

.courseCate_1 .design-card:hover .catImage {
    transform: scale(1.1);
}

.courseCate_1 p {
    opacity: 1;
    color: var(--secondary);
    transform: translateY(0);
    line-height: 1.6;
    margin-top: 10px;
}

/* ********** Course Category END 1 *********** */

/* ********** Course Category START 2 *********** */
.category3-card-1101 {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 30px;
    background: white;
    position: relative;
    transition: all 0.3s linear;
}

.category3-card-1101:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.category3-img-container-2202 {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.category3-img-3303 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s linear;
}

.category3-content-4404 {
    padding: 25px;
    position: relative;
}

.category3-title-5505 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.3;
}

.category3-btn-6606 {
    background-color: var(--primary);
    color: var(--text-color);
    border: none;
    padding: 12px 0;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s linear;
}

.category3-btn-6606:hover {
    background-color: var(--secondary);
    color: var(--text-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1);
}

.category3-btn-6606:active {
    transform: translateY(1px);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.section-header-7707 {
    text-align: center;
    margin-bottom: 50px;
}

.section-title-8808 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.section-subtitle-9909 {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* .category3-ribbon-1010 {
    position: absolute;
    top: 15px;
    right: -30px;
    background: var(--secondary);
    color: white;
    padding: 5px 30px;
    transform: rotate(45deg);
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
} */

/* ********** Course Category END 2 *********** */