
.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;
}

.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;
}

/* Tab Content Styles */
.tab-content-wrapper {
background: #FFF;

padding: 32px;
margin-top: 64px;
}

.tab-content {
position: relative;
}

.tab-pane {
display: none;
}

.tab-pane.active {
display: block;
}

.tab-pane-content {
color: #333;
font-size: 16px;
line-height: 1.8;
}
.program-card-overview-content{
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
gap: 24px;
}
.program-card-overview-content-item h1{
color: #171A3A;
font-size: 28px;
font-weight: 700;
line-height: normal;
position: relative;
display: inline-block;
padding-right: 12px; /* space for the bar */
}
.program-card-overview-content-item h1::after{
content: "";
position: absolute;

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

width: 8px;
height: 32px;

background-color: #171A3A;
}

.container-content{
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
gap: 28px;
padding: 32px;
border: 1px solid var(--border, #E6E6E6);
border-radius: 16px;
width: 100%;
}
.container-content p{
color: #6E7686;
text-align: right;
font-size: 16px;
font-weight: 300;
line-height: 150%;
}
.container-content ul{
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
gap: 11px;
margin: 0;
}
.container-content ul li{
color: #161616;
text-align: right;
font-size: 16px;
font-weight: 300;
line-height: 150%;
display: flex;
align-items: center;
gap: 8px;
}

.requirements-list li::before {
content: '';
width: 6px;
height: 6px;
border-radius: 80px;
background: var(--Secondry, #B08E37);
flex-shrink: 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%;
}

/* Tabs Navigation */
.program-card-tabs {
    flex-direction: column;
    padding: 16px;
    gap: 12px;
}

.program-card-tabs-item {
    min-width: 100%;
    text-align: center;
}

/* Tab Content */
.tab-content-wrapper {
    padding: 20px 16px;
    margin-top: 32px;
}

.container-content {
    padding: 20px;
}

.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;
}

/* Tabs Navigation */
.program-card-tabs {
    gap: 8px;
    padding: 12px;
}

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

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

/* Content */
.tab-content-wrapper {
    padding: 16px 12px;
    margin-top: 24px;
}

.container-content {
    padding: 16px;
    gap: 20px;
}

.container-content p {
    font-size: 14px;
}

.container-content ul li {
    font-size: 14px;
}

.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;
}
}

