.section.program-section {
    margin: 0 0 0 0;
}
.section.program-section .program-wrap {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .6);
    margin-top: 0;
}
    
.program-item {
    height: 100%;
}

.program-item .program-content .title {
    font-weight: 400;
    font-size: 28px;
}

.section.banner {
    height: auto;
    text-align: center;
}
.section.banner .banner-slider {
    position: relative;
    margin: 0 auto;
}
.banner-slide {
    display: none;
}
.banner-slide.is-active {
    display: block;
}
.section.banner .banner-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
.section.banner .banner-link picture,
.section.banner .banner-link img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 34px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(17, 26, 36, 0) 0%, rgba(17, 26, 36, 0.76) 100%);
    text-align: left;
}
.banner-caption__headline {
    font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 0.45rem;
}
.banner-caption__description {
    font-size: 1.05rem;
    max-width: 540px;
}
.banner-slider__controls {
    pointer-events: none;
}
.banner-slider__control {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 26, 36, 0.55);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.banner-slider__control i {
    pointer-events: none;
}
.banner-slider__control:focus,
.banner-slider__control:active,
.banner-slider__control:hover {
    background: rgba(59, 170, 114, 0.85);
}
.banner-slider__control--prev {
    left: 24px;
}
.banner-slider__control--next {
    right: 24px;
}
.banner-slider__dots {
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}
.banner-slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: none;
    background: rgba(17, 26, 36, 0.25);
    padding: 0;
    cursor: pointer;
}
.banner-slider__dot.is-active {
    background: var(--secondary-color);
}
@media (max-width: 767px) {
    .banner-caption {
        padding: 18px;
    }
    .banner-caption__headline {
        font-size: 1.6rem;
    }
    .banner-caption__description {
        font-size: 0.95rem;
    }
    .banner-slider__control {
        width: 40px;
        height: 40px;
    }
    .banner-slider__control--prev {
        left: 12px;
    }
    .banner-slider__control--next {
        right: 12px;
    }
}
.program-item {
    background-color: #102A56;
}

.program-item.color-2 {
    background-color: #3BAA72;
}

.about-section-04 .about-img-wrap .about-img-big .play-btn {
    position: absolute;
    top: 0;
    left: unset;
    transform: none;
    /* background-color: rgba(59, 170, 114, .4); */
    /* background-color: rgba(255, 165, 0, .4); */
    background-color: rgba(17, 26, 36, .4);
    width: 100%;
    height: 100%;
    text-align: center;
}
.about-section-04 .about-img-wrap .about-img-big .play-btn a {
    color: var(--primary-color);
    top: 50%;
    transform: translateY(-50%);
}
.about-section-04 .about-img-wrap .about-img-big .play-btn a:focus ,
.about-section-04 .about-img-wrap .about-img-big .play-btn a:active ,
.about-section-04 .about-img-wrap .about-img-big .play-btn a:hover {
    color: white;
    background: var(--secondary-color);
}

.about-section-04 .about-content .about-list ul li .about-icon {
    color: var(--secondary-color);
}

.about-section-04 .about-content .about-list ul li .about-icon {
    min-width: 25px;
}
.event-item {
    min-height: 100%;
}
.event-item .event-content .title {
    font-weight: 400;
    font-size: 28px;    
}
.blog-content .title {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.home-news {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    align-items: stretch;
}
.home-news__hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 430px;
    border-radius: 24px;
    overflow: hidden;
    background-color: #0f1a28;
    color: #ffffff;
    box-shadow: 0 22px 60px rgba(15, 26, 40, 0.25);
}
.home-news__hero-media {
    position: absolute;
    inset: 0;
}
.home-news__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-news__hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 14, 22, 0) 0%, rgba(7, 14, 22, 0.85) 100%);
}
.home-news__hero-media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f1a28, #1f3551);
}
.home-news__hero-icon {
    color: rgba(255, 255, 255, 0.65);
    font-size: 4rem;
}
.home-news__hero-body {
    position: relative;
    padding: 2.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}
.home-news__meta {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.home-news__meta i {
    margin-right: 0.35rem;
}
.home-news__hero .home-news__meta {
    color: rgba(255, 255, 255, 0.75);
}
.home-news__hero-title {
    font-size: 2.35rem;
    line-height: 1.15;
    font-weight: 500;
}
.home-news__hero-title a {
    color: #ffffff;
}
.home-news__hero-title a:focus,
.home-news__hero-title a:active,
.home-news__hero-title a:hover {
    color: var(--secondary-color);
}
.home-news__hero-excerpt {
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
}
.home-news__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.home-news__cta {
    font-weight: 500;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 2px;
}
.home-news__cta:focus,
.home-news__cta:active,
.home-news__cta:hover {
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
}
.home-news__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.home-news__card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 44px rgba(15, 26, 40, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}
.home-news__card:focus,
.home-news__card:active,
.home-news__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 70px rgba(15, 26, 40, 0.22);
}
.home-news__card-thumb {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    background: #eff3fb;
    overflow: hidden;
}
.home-news__card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.home-news__card:focus .home-news__card-thumb img,
.home-news__card:active .home-news__card-thumb img,
.home-news__card:hover .home-news__card-thumb img {
    transform: scale(1.06);
}
.home-news__card-thumb--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}
.home-news__card-icon {
    font-size: 2rem;
    opacity: 0.45;
}
.home-news__card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}
.home-news__card .home-news__meta {
    color: #475467;
}
.home-news__card-title {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 500;
}
.home-news__card-title a {
    color: #111a24;
}
.home-news__card-title a:focus,
.home-news__card-title a:active,
.home-news__card-title a:hover {
    color: var(--secondary-color);
}
.section-title .subtitle {
    margin-top: 12px;
    color: #4c5a6b;
}
.home-gallery-section {
    background: #f6f9ff;
}
.home-gallery-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 40px;
}
.home-gallery-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 26, 40, 0.14);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-gallery-card:focus,
.home-gallery-card:active,
.home-gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(15, 26, 40, 0.18);
}
.home-gallery-card__media {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(15, 26, 40, 0.1), rgba(15, 26, 40, 0.2));
}
.home-gallery-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.home-gallery-card:hover .home-gallery-card__media img,
.home-gallery-card:focus .home-gallery-card__media img {
    transform: scale(1.07);
}
.home-gallery-card__media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #0f1a28, #1f3551);
}
.home-gallery-card__icon {
    font-size: 2.4rem;
}
.home-gallery-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(15, 26, 40, 0.85);
    color: #ffffff;
    font-size: 0.85rem;
    padding: 6px 12px;
    border-radius: 999px;
}
.home-gallery-card__body {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.home-gallery-card__meta {
    font-size: 0.95rem;
    color: #5b6a7b;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.home-gallery-card__meta i {
    color: var(--secondary-color);
}
.home-gallery-card__title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.35;
}
.home-gallery-card__title a {
    color: #0f1a28;
}
.home-gallery-card__title a:focus,
.home-gallery-card__title a:active,
.home-gallery-card__title a:hover {
    color: var(--secondary-color);
}
.home-gallery-card__cta {
    margin-top: auto;
    font-weight: 500;
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.home-gallery-card__cta:focus,
.home-gallery-card__cta:active,
.home-gallery-card__cta:hover {
    color: var(--primary-color);
}
.home-gallery-footer {
    margin-top: 32px;
}
.event-item .event-content {
    padding: 0 40px;
}

.event-item .event-img a {
    width: 630px;
    height: 390px;
    overflow: hidden;
}

.event-img__link,
.blog-img__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(17, 26, 36, .03);
}

.event-img__link--placeholder,
.blog-img__link--placeholder {
    background-color: rgba(17, 26, 36, .08);
}

.event-img__placeholder-icon,
.blog-img__placeholder-icon {
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-img__placeholder-icon {
    font-size: 48px;
    width: 100%;
    height: 100%;
}

.blog-img__placeholder-icon {
    font-size: 36px;
    width: 100%;
    height: 100%;
}

.blog-img a {
    width: 100%;
    max-width: 300px;
    height: 180px;
    overflow: hidden;
}
.event-item .event-img a img,
.blog-img a img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.event-item .event-img a:focus img,
.blog-img a:focus img ,
.event-item .event-img a:active img,
.blog-img a:active img ,
.event-item .event-img a:hover img,
.blog-img a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.utility-links-section {
    background-color: #eff5ff;
    padding: 100px 0;
}
.utility-links-section .title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    color: #000000;
}
.utility-links-item {
    text-align: center;
}
.utility-links-item a {
    font-size: 20px;
    font-weight: 200;
    background-color: rgba(17, 26, 36, .05);
    padding: 40px 10px;
    border-radius: 10px;
    width: 100%;
}
.utility-links-item a:focus ,
.utility-links-item a:active ,
.utility-links-item a:hover {
    background-color: white;
    transform: scale(1.1);
}
.utility-links-item a .link-icon {
    display: block;
}
.utility-links-item a .link-icon i {
    font-size: 50px;
    /* color: var(--secondary-color); */
    color: var(--tertiary-color);
    margin-bottom: 10px;
}
.utility-links-item a:focus .link-icon i ,
.utility-links-item a:active .link-icon i ,
.utility-links-item a:hover .link-icon i {
    color: var(--secondary-color);
}



@media (min-width: 1280px) { 
    .section.program-section {
        margin: 0 0 0 0;
    }
 }

@media (max-width: 1199.98px) {
    .home-news__hero {
        min-height: 380px;
    }
}

@media (max-width: 991.98px) {
    .event-item .event-img a {
        width: auto;
        height: auto;
        overflow: visible;
    }
    .event-item .event-img a img{
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    .event-item .event-img a:focus img,
    .event-item .event-img a:active img,
    .event-item .event-img a:hover img{
        transform: scale(1.1);
    }
    .home-news {
        grid-template-columns: 1fr;
    }
    .home-news__hero {
        min-height: 340px;
    }
    .home-news__hero-body {
        padding: 2.25rem;
    }
    .home-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .utility-links-section .container > .row > .col {
        margin-bottom: 20px;
    }
    .utility-links-section .container > .row > .col:nth-child(n+4) {
        margin-bottom: 0;
    }

 }

 @media (max-width: 767.98px) {
    .utility-links-section .container > .row > .col:nth-child(n+4) {
        margin-bottom: 20px;
    }
    .utility-links-section .container > .row > .col:last-child {
        margin-bottom: 0;
    }
    .single-blog-03 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-news__hero-title {
        font-size: 1.9rem;
    }
    .home-news__actions {
        gap: 0.75rem;
    }
    .home-news__card-body {
        padding: 1.25rem;
    }
 }

 @media (max-width: 575.98px) {
    .home-news__hero-body {
        padding: 2rem 1.75rem;
        gap: 1rem;
    }
    .home-news__hero-title {
        font-size: 1.7rem;
    }
    .home-news__hero-excerpt {
        font-size: 0.95rem;
    }
    .home-gallery-card__body {
        padding: 20px;
    }
    .home-gallery-card__badge {
        top: 12px;
        left: 12px;
    }
 }

/* Home highlight courses */
.home-courses-section {
    background: #fff;
}
.home-courses-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 0.5rem;
}
.home-course-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 1.4rem 1.35rem;
    background: #fff;
    border: 1px solid rgba(16, 42, 86, 0.12);
    border-radius: 1.1rem;
    box-shadow: 0 10px 30px rgba(16, 42, 86, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-course-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 170, 114, 0.45);
    box-shadow: 0 16px 36px rgba(16, 42, 86, 0.12);
    color: inherit;
}
.home-course-card__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    background: rgba(59, 170, 114, 0.14);
    color: #3BAA72;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.home-course-card__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: #EAF3FC;
    color: #1756A9;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}
.home-course-card__title {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #102A56;
    letter-spacing: -0.02em;
}
.home-course-card__text {
    margin: 0 0 1.1rem;
    color: #5E6878;
    font-size: 0.95rem;
    line-height: 1.55;
    flex: 1;
}
.home-course-card__cta {
    font-weight: 700;
    font-size: 0.9rem;
    color: #3BAA72;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.home-course-card:hover .home-course-card__cta {
    color: #2f8f5c;
}
.home-courses-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
}

@media (max-width: 991.98px) {
    .home-courses-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575.98px) {
    .home-courses-grid {
        grid-template-columns: 1fr;
    }
}
