.program-page {
    max-width: 100%;
}

.program-page .program-hero.row {
    margin: 0 0 32px;
    padding: 36px;
    align-items: center;
    background: radial-gradient(circle at top right, rgba(31, 60, 136, 0.08), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
    border: 1px solid #d7e4f6;
    border-radius: 28px;
    box-shadow: 0 22px 50px rgba(20, 35, 70, 0.1);
}

.program-page .program-hero.row > [class*="col-"] > img,
.program-page .program-hero.row > [class*="col-"] img.img-fluid {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(20, 35, 70, 0.14);
}

.program-page .program-hero h2,
.program-page .program-hero h3 {
    margin-bottom: 18px;
    font-size: 32px;
}

.program-page .program-section.jumbotron {
    margin-bottom: 32px;
    background: #fff;
}

.program-page .program-section.jumbotron hr {
    margin: 16px 0 20px;
    border-color: #dbe5f0;
}

.program-page .program-section.docs-box {
    margin-top: 20px;
}

.program-page .doc-buttons .btn.btn-secondary,
.program-page .program-info .btn.btn-secondary {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 12px 18px;
    border: 0;
    border-radius: 12px;
    background: #1f3c88;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

.program-page .doc-buttons .btn.btn-secondary:hover,
.program-page .program-info .btn.btn-secondary:hover {
    background: #102a5c;
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

.program-page .contact-box.sectionBox {
    margin-bottom: 32px;
    border: 0;
}

.program-page .contact-box.sectionBox .top-border {
    display: none;
}

.program-page .contact-box.sectionBox .text-black {
    color: rgba(255, 255, 255, 0.82) !important;
}

.program-page .contact-box.sectionBox h1 {
    font-size: 34px;
    margin-bottom: 12px;
    background: transparent !important;
}

.program-page .contact-box.sectionBox h5 {
    margin: 0;
    font-size: 17px;
}

.program-page .contact-box.sectionBox .rpad > [class*="col-"] {
    margin-bottom: 12px;
}

.program-page .salary-box {
    display: none !important;
    min-width: 320px;
}

.program-page .salary-box .timer {
    font-size: 46px;
    font-weight: 800;
    color: #1f3c88;
    line-height: 1;
}

.program-page .salary-box .timer + h5 {
    margin-top: 12px !important;
    color: #5f6f86;
    font-size: 17px;
}

.program-page .border.rounded.p-5.mt-3,
.program-page .border.rounded.p-5 {
    margin-bottom: 32px;
    padding: 28px !important;
    border: 1px solid #dbe5f0 !important;
    border-radius: 24px !important;
    background: #fff;
    box-shadow: 0 16px 40px rgba(20, 35, 70, 0.08);
}

.program-page .btn-collapsed {
    position: relative;
    display: block;
    padding: 18px 56px 18px 0;
    color: #1f3c88 !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
}

.program-page .btn-collapsed:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    background: #1f3c88;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.program-page .btn-collapsed:not(.collapsed):after {
    content: "−";
}

.program-page .btn-collapsed + .collapse,
.program-page .btn-collapsed + .collapse.show {
    padding: 6px 0 8px;
}

.program-page .btn-collapsed + .collapse p:last-child {
    margin-bottom: 0;
}

.program-page .work-section {
    margin-bottom: 32px;
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe5f0;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(20, 35, 70, 0.08);
}

.program-page .work-section .section-header {
    margin-bottom: 24px;
}

.program-page .work-section .testimonial {
    padding: 24px;
    border-radius: 20px;
}

.program-page .work-section .testimonial .pic img {
    width: 100%;
    max-width: 240px;
    border-radius: 16px;
}

.program-page .work-section .testimonial-title {
    margin-top: 18px;
    margin-bottom: 6px;
    color: #102a5c;
    font-size: 22px;
}

.program-page .work-section .post {
    display: block;
    color: #5f6f86;
    line-height: 1.6;
}

.program-page .owl-carousel#slider {
    margin-bottom: 32px;
}

.program-page .owl-carousel#slider .slide {
    overflow: hidden;
    border: 1px solid #dbe5f0;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.program-page .owl-carousel#slider img {
    width: 100%;
}

.program-page video,
.program-page iframe {
    border-radius: 18px;
    overflow: hidden;
}

.program-page .badge.badge-primary {
    min-width: 28px;
    margin-right: 10px;
    border-radius: 999px;
    background: #1f3c88;
}

.program-page .row.my-3 > [class*="col-"] {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .program-page .program-hero.row {
        padding: 24px;
    }

    .program-page .program-hero h2,
    .program-page .program-hero h3 {
        font-size: 28px;
    }

    .program-page .salary-box {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .program-page .program-hero.row,
    .program-page .program-section.jumbotron,
    .program-page .work-section {
        padding: 22px 18px;
    }

    .program-page .btn-collapsed {
        padding-right: 44px;
        font-size: 16px;
    }

    .program-page .salary-box .timer {
        font-size: 38px;
    }
}
