.special-programs .sec-header-top{
    margin-bottom: 40px;
}
.special-programs .sec-header-top h2.sub-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: #0F0E5A;
}
.special-programs .sec-header{
    align-items: center;
}
.special-programs .sec-header .title{
    max-width: 364px;
    margin-bottom: 0;
    color: #060534;
}
.special-programs .header-disc{
    letter-spacing: 0;
    color: #535366; 
    margin: 0;
}
.special-programs .header-disc p{
    margin-bottom: 0;
}
.sp-card-row{
    margin-top: 64px;
}
.sp-card-row .swiper-slide {
    height: auto;
}
.sp-card {
    background: #F5F6F8;
    border-radius: 8px;
    padding: 32px;
    border: 1px solid #0007871F;
    box-shadow: 0px 4px 12px 0px #00000014;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sp-card-title {
    color:#0F0E5A;
    font-weight: 300;
    margin-bottom: 8px;
}
.sp-card-subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #535366;
    margin-bottom: 24px;
}
.sp-card-description {
    font-size: 16px;
    line-height: 20px;
    color: #535366;
    margin-bottom: 24px;
}
.sp-box {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 27px;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 7, 135, 0.12);
}
.sp-box-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 24px;
    color:#0F0E5A;
}
.sp-list{
    margin: 0;
    list-style: none;
}
.sp-list li {
    font-size: 14px;
    line-height: 20px;
    color: #535366;
    margin-bottom: 8px;
    position: relative;
}
.sp-list li:last-child{
    margin-bottom: 0;
}

.sp-list.sp-list-check li {
    padding-left: 24.25px;
    position: relative;
}
[dir=rtl] .sp-list.sp-list-check li {
    padding-left: 0;
    padding-right: 24.25px;
}
.sp-list.sp-list-check li:before {
    position: absolute;
    width: 12.25px;
    height: 12px;
    left: 0;
    top: 2px;
    content: url(../../assets/images/check-icon.svg);
}
[dir=rtl] .sp-list.sp-list-check li:before {
    left: auto;
    right: 0;
}
.sp-list.sp-list-bullet{
    list-style:disc;
    padding-left: 17px;
}
[dir=rtl] .sp-list.sp-list-bullet{
    padding-left: 0px;
    padding-right: 17px;
}
.sp-list.sp-list-bullet li::marker {
    font-size: 20px;
}
.sp-metrics {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px 27px;
    margin-bottom: 0px;
    border: 1px solid rgba(0, 7, 135, 0.12);
}
.sp-metrics-inner {
    border-right: 1px solid rgba(0, 7, 135, 0.2);
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
[dir=rtl] .sp-metrics-inner {
    border-right: 0;
    border-left: 1px solid rgba(0, 7, 135, 0.2);
}
.sp-metrics-inner:last-child{
    border-right: 0
}
[dir=rtl] .sp-metrics-inner:last-child{
    border-left: 0;
}
.metric-title {
    font-size: 20px;
    color: #060534;
    line-height: 26px;
    margin-bottom: 8px;
    letter-spacing: 0;
}
.metric-value{
    font-size: 14px;
    color: #535366;
    line-height: 20px;
    margin-bottom: 0px;
    letter-spacing: 0;
}
.sp-metrics-inner:first-child{
    padding-left: 0px;
}
.sp-metrics-inner:last-child{
    padding-right: 0px;
}
[dir=rtl] .sp-metrics-inner:first-child{
    padding-right: 0px;
    padding-left: calc(var(--bs-gutter-x) * .5);
}
[dir=rtl] .sp-metrics-inner:last-child{
    padding-left: 0px;
    padding-right: calc(var(--bs-gutter-x) * .5);
}
/* Buttons */
.sp-buttons-row {
    margin: 0;
    margin-top: auto;
    padding-top: 24px;
    gap: 16px;
    display: grid;
    grid-template-columns: auto auto;
}
.sp-buttons-row.row .sp-buttons {
    padding: 0;
    width: 100%;
}
.sp-buttons-row .btn{
    width: 100%;
    text-align: center;
    justify-content: center;
}

.sp-card-row .slider-cta .button-next,
.sp-card-row .slider-cta .button-prev{
  width: 48px;
  border: 1px solid #160B8B;
  border-radius: 100%;
  height: 48px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-card-row .slider-cta .button-next:hover,  
.sp-card-row .slider-cta .button-prev:hover{
  background-color: #160B8B;
}
.sp-card-row .slider-cta .button-next:hover svg path, 
.sp-card-row .slider-cta .button-prev:hover svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.application-process{
    display: none;
}
.aplication-Process{
    margin-top: 32px;
}
.aplication-Process-in{
    background-color: rgba(15, 14, 90, 0.94);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(229, 231, 235, 0.2);
    backdrop-filter: blur(44.599998474121094px);
    border-radius: 12px;
    overflow: hidden;
    padding: 46px 60px;
}
.aplication-Process-in .sec-header{
    max-width: 743px;
}
.aplication-Process-in .sec-header .main-ap-title{
    margin-bottom: 16px;
}
.aplication-Process-in .sec-header .ap-description{
    font-size: 16px;
    line-height: 20px;
    color:rgba(255, 255, 255, 0.85);

}
.aplication-Process-in .ap-box{
    margin-top: 32px;
}
.aplication-Process-in .ap-step-circle {
    width: 64px;
    height: 64px;
    background: #fff;
    color: #000787;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}
.aplication-Process-in .ap-step-title {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 4px;
    line-height: 20px;
}
.aplication-Process-in .ap-step-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

/* Responsive */
@media(max-width: 991px) {
    .special-programs .sec-header-top {
        margin-bottom: 12px;
    }
    .special-programs .sec-header-top h2.sub-title {
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 1.68px;
    }
    .special-programs .sec-header .title {
        max-width: 100%;
        margin-bottom: 12px;
        line-height: 32px;
    }
    .special-programs .header-disc p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .sp-card-row {
        margin-top: 24px;
    }
    .sp-card {
        border-radius: 12px;
        padding: 32px 16px;
        border: 1px solid #0007871F;
        box-shadow: none;
    }
    .sp-card-title {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 28px;
    }
    .sp-card-subtitle {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .sp-card-description {
        font-size: 14px;
        margin-bottom: 17px;
    }
    .sp-box {
        border-radius: 12px;
        padding: 20px;
    }
    .sp-box-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .sp-metrics {
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 0;
    }
    .metric-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .metric-value {
        font-size: 12px;
        line-height: 16px;
    }
    .sp-metrics-inner {
        padding-left: 8px;
        padding-right: 8px;
    }
    .sp-buttons-row .btn {
        padding: 11px 12px !important;
    }
    .aplication-Process{
        display: none;
    }
}
