
.program-card-hero{
    background-color: #001F5F;
    padding: 70px 0;
    height: 100%;
    min-height: 738px;
}
.program-card-hero-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 738px;
}
.program-card-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 32px;
}
.program-card-title{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    max-width: 528px;
}
.program-card-description{
    color: rgba(255, 255, 255, 0.60);
text-align: justify;
font-size: 18px;
font-weight: 300;
line-height: 150%;
max-width: 700px;

}
.program-card-info{
    background-color: #00194C;
    padding: 24px 34px;
    border-radius: 24px;

}

.program-card-info-item p{
    color: #FFFFFF99;
font-size: 14px;
font-weight: 300;
line-height: 24px;
margin-bottom: 4px !important;
}
.program-card-info-item span{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.program-card-information{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-width: 368px;
}
.program-card-image-actions{
    height:100%;
    width:100%;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 14px;

border-radius: 16px;
background: #00194D;
}
.program-card-content-price-value{
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
}
.program-card-start-at{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;

}
.program-card-start-at p{
    color: #AF8E34;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}
.program-card-start-at span{
    width: 8px;
    height: 8px;
    background-color: #AF8E34;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgba(175, 142, 52, 0.20);
}
.program-card-installments{
    color: rgba(255, 255, 255, 0.60);
text-align: center;
font-size: 14px;
font-weight: 300;
line-height: 24px;

}

.program-card-image-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.program-card-image-program {
    width: 100%;
    height: 100%;
    max-height: 253px;
    object-fit: cover;
    display: block;
}




.programs-title-section {
color: #161616;
font-size: 28px;
font-weight: 700;
line-height: 1.5;


position: relative;
display: inline-block;
padding-right: 20px; /* space for the bar */
}

.programs-title-section::after {
content: "";
position: absolute;

right: 0;
top: 50%;
transform: translateY(-50%); /* vertical centering */

width: 8px;
height: 32px;

background-color: #A02842;
}

/* Accreditation Sticker - Dark variant for program details page */
.program-accreditation-sticker--dark {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.10);
    color: #4BB083;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid rgba(75, 176, 131, 0.30);
}


.more-programs-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 40px;
    margin-bottom: 64px !important;
}
.program-card-tabs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 23px 32px;

    border-radius: 16px;
    box-shadow: 0 8px 28px -6px rgba(24, 39, 75, 0.04), 0 18px 88px -4px rgba(24, 39, 75, 0.04);

    background-color: #FFFFFF;

}
.program-card-tabs-item{
    color: var(--Text-Light, #757B80);
font-size: 16px;
font-weight: 300;
line-height: 150%;
min-width: 150px;

}
.program-card-tabs-item-link{
color: var(--Text-Light, #757B80);
font-size: 16px;
font-weight: 300;
line-height: 150%; 
}
.program-card-tabs-item-link.active{
color:  #171A3A;
}
.program-card-tabs-item-link:hover{
color:  #171A3A;
}
.program-card-tabs-item.active .program-card-tabs-item-link {
color: #171A3A;
font-weight: 500;
}

/* ===== Program Details Section ===== */
.program-details-section {
    background: #F6F8F7;
    padding: 64px 0;
    margin-top: 48px;
}

.program-details-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #E6E6E6;
    padding: 48px;
}

/* Program details tabs */
.program-details-tabs {
    direction: rtl;
    border-bottom: 1px solid #E6E6E6;
    gap: 4px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.program-details-tabs .nav-item {
    margin: 0;
}

.program-details-tabs .nav-link {
    color: #535965;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 22px;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
    margin-bottom: -1px;
}

.program-details-tabs .nav-link:hover {
    color: #25376D;
    background: #F6F8F7;
}

.program-details-tabs .nav-link.active {
    color: #A02842;
    border-bottom-color: #A02842;
    background: transparent;
}

.program-details-tabs .nav-link:focus-visible {
    outline: 2px dashed #25376D;
    outline-offset: 4px;
}

.program-details-tab-content {
    min-height: 120px;
}

.program-details-empty {
    color: #8A8F99;
    font-size: 14px;
    text-align: center;
    padding: 24px 0;
    margin: 0;
}

@media (max-width: 768px) {
    .program-details-tabs {
        gap: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 20px;
        scrollbar-width: none;
    }

    .program-details-tabs::-webkit-scrollbar {
        display: none;
    }

    .program-details-tabs .nav-link {
        font-size: 14px;
        padding: 10px 14px;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

.program-details-body {
    color: #333;
    font-size: 16px;
    line-height: 2;
    text-align: right;
}

.program-details-body h1,
.program-details-body h2,
.program-details-body h3,
.program-details-body h4 {
    color: #171A3A;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    line-height: 1.6;
    position: relative;
    padding-right: 20px;
}

.program-details-body h1::before,
.program-details-body h2::before,
.program-details-body h3::before,
.program-details-body h4::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 24px;
    background-color: #A02842;
    border-radius: 3px;
}

.program-details-body h1 { font-size: 26px; }
.program-details-body h2 { font-size: 22px; }
.program-details-body h3 { font-size: 18px; }
.program-details-body h4 { font-size: 16px; }

.program-details-body p {
    color: #6E7686;
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 16px;
}

.program-details-body ul,
.program-details-body ol {
    padding: 0;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

.program-details-body ul li,
.program-details-body ol li {
    color: #161616;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 12px 20px;
    background: #F6F8F7;
    border-radius: 12px;
}

.program-details-body ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: #A02842;
    flex-shrink: 0;
    margin-top: 6px;
}

.program-details-body ol {
    counter-reset: item;
}

.program-details-body ol li::before {
    counter-increment: item;
    content: counter(item);
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #001F5F;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.program-details-body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    margin: 24px 0;
}

.program-details-body table th {
    background: #001F5F;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 20px;
    text-align: right;
}

.program-details-body table td {
    padding: 14px 20px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 15px;
    color: #333;
}

.program-details-body table tr:last-child td {
    border-bottom: none;
}

.program-details-body table tr:nth-child(even) td {
    background: #F6F8F7;
}

.program-details-body strong,
.program-details-body b {
    color: #171A3A;
    font-weight: 700;
}

.program-details-body a {
    color: #001F5F;
    text-decoration: underline;
    font-weight: 500;
}

.program-details-body a:hover {
    color: #A02842;
}

.program-details-body img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 16px 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
/* Hero Section */
.program-card-hero {
    padding: 40px 0;
}

.program-card-hero-content {
    flex-direction: column;
    gap: 32px;
}

.program-card-details {
    align-items: center;
    text-align: center;
}

.program-card-title {
    font-size: 28px;
    max-width: 100%;
    text-align: center;
}

.program-card-description {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
}

.program-card-info {
    flex-direction: column !important;
    gap: 16px;
    padding: 20px;
    width: 100%;
}

.program-card-information {
    min-width: 100%;
    width: 100%;
}

/* Program Details */
.program-details-section {
    padding: 40px 0;
    margin-top: 32px;
}

.program-details-card {
    padding: 32px 24px;
}

.programs-title-section {
    font-size: 22px;
    margin-bottom: 24px;
}
}

@media (max-width: 767px) {
/* Hero Section */
.program-card-hero {
    padding: 30px 0;
}

.program-card-title {
    font-size: 24px;
}

.program-card-description {
    font-size: 14px;
}

.program-card-info-item p {
    font-size: 12px;
}

.program-card-info-item span {
    font-size: 14px;
}

.program-card-content-price-value {
    font-size: 22px !important;
}

/* Program Details */
.program-details-section {
    padding: 32px 0;
    margin-top: 24px;
}

.program-details-card {
    padding: 24px 16px;
}

.program-details-body p {
    font-size: 14px;
}

.program-details-body ul li,
.program-details-body ol li {
    font-size: 14px;
    padding: 10px 16px;
}

.programs-title-section {
    font-size: 20px;
    margin-bottom: 20px;
}

.program-card-overview-content {
    gap: 16px;
}

/* More Programs Section */
.more-programs-container {
    gap: 24px;
}
}

@media (max-width: 480px) {
.program-card-title {
    font-size: 20px;
}

.program-card-tabs-item {
    font-size: 13px;
}

.program-card-tabs-item-link {
    font-size: 13px;
}

.programs-title-section {
    font-size: 18px;
}

.container-content {
    padding: 12px;
}
}

