.student-section {
    position: relative;
    overflow: visible;
}
.student-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: -57px;
    width: 271px;
    height: 382px;
    background-image: url(../../assets/images/student-before.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.student-section .sec-header{
    max-width: 758px;
    margin: 0 auto;
}
.student-section .sec-header h3{
    color:#060534;
    margin-bottom: 24px;
}
.student-section .sec-header .discription, 
.student-section .sec-header .discription p {
    color: #535366;
}
.student-section .sec-header .discription p:last-child{
    margin-bottom: 0;
}
.student-card-row .swiper-wrapper {
    margin-top: 64px;
}
.student-card-row .opportunity-card {
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 7, 135, 0.2);
    padding: 40px 32px;
    background-image: url(../../assets/images/student-card-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: auto;
}
.student-card-row .opportunity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.student-card-row .opportunity-card .icon {
    width: 42px;
    margin-left: auto;
    margin-bottom: 101px;
}
[dir=rtl] .student-card-row .opportunity-card .icon {
    margin-left: 0;
    margin-right: auto;
}
.student-card-row .opportunity-card .card-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #0F0E5A;
    margin-bottom: 16px;
}
.student-card-row .opportunity-card .card-description{
    color: #535366;
    margin-bottom: 0;
}
.student-card-row .opportunity-card .card-list{
    margin: 0;
    margin-top: 32px;
    margin-bottom: auto;
    list-style: none;
}
.student-card-row .opportunity-card .card-list li {
    font-size: 14px;
    line-height: 20px;
    color: #535366;
    margin-bottom: 8px;
    padding-left: 24.25px;
    position: relative;
}
[dir=rtl] .student-card-row .opportunity-card .card-list li {
    padding-left: 0px;
    padding-right: 24.25px;
}
.student-card-row .opportunity-card .card-list li:last-child{
    margin-bottom: 0;
}
.student-card-row .opportunity-card .card-list li:before {
    position: absolute;
    width: 12.25px;
    height: 12px;
    left: 0;
    top: 2px;
    content: url(../../assets/images/check-icon.svg);
}
[dir=rtl] .student-card-row .opportunity-card .card-list li:before {
    left: auto;
    right: 0;
}
/* Buttons */
.student-card-row .opportunity-card .btn {
    justify-content: center;
    margin-top: 50px;
}
.student-card-row .opportunity-card .btn.btn-outline::after{
    content: url(../../assets/images/arrow-right-blue.svg);
}
.student-card-row .opportunity-card .btn.btn-outline:hover::after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3049%) hue-rotate(156deg) brightness(116%) contrast(101%);
}
.student-card-row .opportunity-card .secondary.btn-outline-light::after{
    content: url(../../assets/images/arrow-right.svg);
}
.student-card-row .opportunity-card .secondary.btn-outline-light:hover::after{
    filter: brightness(0) saturate(100%) invert(9%) sepia(83%) saturate(6659%) hue-rotate(240deg) brightness(66%) contrast(122%);
}

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

.university-row{
    margin-top: 32px;
    padding: 28px 24px 28px 40px;
    backdrop-filter: blur(44.599998474121094px);
    border: 1px solid rgba(0, 7, 135, 0.2);
    border-radius: 12px;
    background: #fff;
    align-items: center;
}
[dir=rtl] .university-row {
    padding: 36px 26px;
}
.university-title{
    color:#0F0E5A;
    margin-bottom: 16px;
}
.university-description, .university-description p{
    color:#535366;
    max-width: 477px;
}
.university-description p:last-child{
    margin-bottom: 0;
}
.university-row img{
    height: auto;
}
.university-img-col img{
    border-radius: 8px;
    height: 309px;
    width: 100%;
    object-fit: cover;
}
.university-list{
    margin-top: 32px;
}
.university-list li {
    font-size: 16px;
    line-height: 20px;
    color: #535366;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap:12px;
}
.university-list li:last-child{
    margin-bottom: 0;
}
.university-list li img{
    width: 32px;
    border-radius: 100%;
}

/* ------------------------------
   Responsive Adjustments
--------------------------------*/
@media (min-width: 992px) {
    .student-section .university-text-col{
        width: 45%;
    }
    .student-section .university-img-col{
        width: 55%;
    }
}
@media (max-width: 991px) {
    .student-section .sec-header h3 {
        color: #060534;
        margin-bottom: 16px;
    }
    .student-card-row .swiper-wrapper {
        margin-top: 24px;
    }
    .student-card-row .opportunity-card {
        padding: 32px 24px 24px 24px;
    }
    .student-card-row .opportunity-card .icon {
        margin-bottom: 55px;
    }
    .student-card-row .opportunity-card .card-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .student-card-row .opportunity-card .card-list {
        margin-top: 18px;
    }
    .student-card-row .opportunity-card .btn {
        display: none;
    }
    .university-row {
        gap: 24px;
        padding: 32px 24px;
    }
}

@media (max-width: 767px) {
    .student-card-row .opportunity-card {
        background-image: url(../../assets/images/card-bg-1.jpg);
    }
    .university-row{
        display:none;
    }
    .student-section:before {
        display: none !important;
    }
}

