
.course-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
    cursor: pointer;
}

.course-card:hover {
    transform: rotateY(10deg) rotateX(6deg) scale(1.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
}
.fs-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.fs-content {
    background: #fff;
    padding: 50px;
    max-width: 600px;
    width: 90%;
    border-radius: 20px;
    text-align: center;
}

.fs-content input,
.fs-content select {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
}

.join-btn {
    background: #c62828;
    color: #fff;
    border: none;
    padding: 14px 35px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 32px;
    cursor: pointer;
}

.our-cources h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
    white-space: nowrap;   /* forces one line */
}

.our-cources h2 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
}
