/* SECTION TITLE */
.tec-page-section-title {
    text-align: center;
}

.tec-page-section-title p {
    font-size: 1.5rem;
    font-weight: 600;
    opacity: 60%;
    line-height: 1;
    margin-bottom: 0.5rem !important;
}

.tec-page-section-title h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

/* CONTENT CARD */
.technical-event-content-wrapper {
    background: #1e1462;
    padding: 2rem;
    border-radius: 20px;
    height: 100%;
}

.technical-event-content-wrapper .technical-event-content-title {
    color: #ffc800;
    margin-bottom: 10px;
}

.technical-event-content-wrapper .technical-event-content-text,
.technical-event-content-wrapper .technical-event-content-text p {
    color: #fff !important;
    line-height: 1.6;
}

.technical-event-content-wrapper .technical-event-content-text li {
    margin-bottom: 10px;
    color: #fff !important;
    list-style: block !important;
}

/* IMAGE SLIDER */
.tec-page-technical-event-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.technical-event-slider-track {
    display: flex;
    transition: transform 0.4s;
    height: 100%;
}

.technical-event-content-img-wrapper {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.technical-event-content-img-wrapper img {
    width: 100%;
    height: 250px;
    overflow: scroll;
    display: block;
    object-fit: cover;
    border-radius: 23px;
}

/* PLAY BUTTON (optional - not currently used in your HTML) */
.technical-event-content-play-icon {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.25);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.technical-event-content-play-icon:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.426);
}

/* SLIDER NAVIGATION */
.tec-page-technical-event-slider .slider-prev,
.tec-page-technical-event-slider .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

.tec-page-technical-event-slider .slider-prev {
    left: 10px;
}

.tec-page-technical-event-slider .slider-next {
    right: 10px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .tec-page-section-title h1 {
        font-size: 3rem;
    }

    .technical-event-content-wrapper {
        padding: 2rem !important;
    }
}

@media (max-width: 768px) {
    .tec-page-section-title h1 {
        font-size: 2.5rem;
    }

    .technical-event-content-wrapper {
        padding: 1.5rem !important;
    }
}

@media (max-width: 600px) {
    .tec-page-section-title p {
        font-size: 1.25rem;
    }

    .tec-page-section-title h1 {
        font-size: 2.2rem;
    }

    .technical-event-content-wrapper {
        padding: 1rem !important;
    }

    .technical-event-content-wrapper h2 {
        font-size: 1.5rem;
    }

    .technical-event-content-wrapper p,
    .technical-event-content-wrapper ul {
        font-size: 0.95rem;
    }

    .technical-event-content-wrapper .technical-event-content-title {
        font-size: 1rem;
    }

    .technical-event-content-wrapper .technical-event-content-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .tec-page-section-title h1 {
        font-size: 1.5rem !important;
    }

    .technical-event-content-wrapper {
        padding: 1.25rem !important;
    }
}
.apply-area {
    background: linear-gradient(90deg, #362B8D -13.85%, #9360A2 24.7%, #F9C474 84.1%);
    padding: .75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.apply-area .apply-area-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.apply-area .apply-area-wrapper .apply-area-img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 .4375rem;
}
.apply-area .admission {
    padding-right: 1rem;
    border-right: 2px solid var(--white);
}
.apply-area .apply-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    gap: .4375rem;
    transition: all .35s;
}