﻿
.news-section {
    min-height: 256px;
    margin-top: 265px;
}

.news-title {
    color: #0968D2;
    font-family: 'Inter', sans-serif;
    font-weight: 600 !important;
    font-size: 88px;
    line-height: 68px;
    margin-bottom: 45px !important;
}

.news-description {
    color: #090033;
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 45px !important;
}

.event-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    padding: 40px 160px;
}

.event-title {
    font-size: 20px;
    font-weight: 600;
    color: #090033;
    line-height: 1.4;
    margin-bottom: 8px;
    flex-grow: 1;
}

.latest-news-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    padding: 40px 160px;
}

.latest-news-title {
    color: #0968D2;
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    text-align: left;
    width: 100%;
}

.btn-view-more {
    display: flex;
    width: 320px;
    height: 46px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 0;
    border: none;
    border-radius: 1000px;
    background: linear-gradient(252deg, #FFAD52 0.27%, #F0A81D 99.73%);
    box-shadow: 0px 12px 32px -8px rgba(255, 198, 25, 0.20);
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-view-more:hover {
        opacity: 0.9;
    }

.journey-section {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.journey-image {
    object-fit: cover;
    height: 100%;
}

.journey-content {
    color: #fff;
    z-index: 2;
    padding-top: 5px;
    margin-left: 120px;
    padding-bottom: 40px;
}

.journey-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    color: white;
}

.journey-description {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    opacity: 0.8;
}

.img-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.news-img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
}

.news-section .container {
    padding: 0;
}

.swipe-hint-wrapper {
    text-align: center;
}

.swipe-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.icon-circle {
    position: absolute;
    right: 5px;
    background-color: #EEF5FC;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotate-right {
    transform: rotate(-90deg);
}

.section-title {
    font-size: 52px;
}

.text-muted {
    font-size: 12px;
}

@media (min-width: 992px) {
    .news-img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .icon-circle {
        width: 36px;
        height: 36px;
    }

    .img-scroll-wrapper {
        overflow-x: auto;
    }

    .news-img {
        max-width: none;
        display: block;
        max-height: 256px;
    }

    .news-section {
        margin-top: 70px;
    }

    .news-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 14px !important;
    }

    .news-description {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 25px !important;
    }

    .news-section .container {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .section-title {
        font-size: 20px;
    }

    .courses-section .mt-5 {
        margin-top: 1rem !important;
    }

    .course-body {
        padding: 16px 16px 16px;
    }
}
