* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    /* width:100%; */
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.actuarial {
    background: url(../images/actuarial_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
}
/* Header Styles */
.experts-header {
    margin-bottom: 54px;
    margin-top: 54px;
}

.experts-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    background: linear-gradient(to right, #5da3e2 0%, var(--primary) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle {
    font-size: 22px;
    line-height: 33px;
    color: #5091cd;
}

/* Hero Section */
.hero-section {
    background: url(../images/actuarial_hero.png) center no-repeat;
    background-size: cover;
    padding: 72px 50px;
    margin-bottom: 54px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

    .hero-section::after {
        content: '';
        position: absolute;
        background: linear-gradient(270deg, rgba(42, 40, 94, 0.8) 0%, rgba(80, 145, 205, 0.8) 100%);
        inset: 0;
    }

.hero-content {
    z-index: 2;
    width: 70%;
    text-align: center;
}

.hero-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.hero-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    margin: auto;
    width: 80%;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #FFFFFF33;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    /* margin: 30px 0px; */
}

html[dir='rtl'] .cta-button svg {
    transform: rotate(180deg)
}

.cta-button.cta-primary {
    background: linear-gradient(269.65deg, #273A97 13.29%, #5091CD 90.53%);
    border: none;
}

html[dir] .collaboration-text {
    font-weight: 400;
    font-size: 16px;
    color: #F2F4F7;
    margin-bottom: 16px;
    margin-top: 30px;
}

.cta-button:hover {
    background: #ffffff;
    color: #273a97;
}

    .cta-button:hover svg path,
    .cta-button:hover svg circle {
        stroke: #273a97;
    }

.cta-button svg {
    width: 24px;
    height: 24px;
}

/* About Platform Section */
.about-platform-wrapper {
    /* margin-bottom: 54px; */
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header .experts-title {
    }

    .section-header .subtitle {
        font-size: 18px;
        color: #98a2b3;
    }


/* About Content Section */
.about-content-section {
    border-radius: 24px;
    padding: 50px;
    align-items: center;
    backdrop-filter: blur(18px);
    box-shadow: 0px 4px 16px 0px #0000001F;
    border: 1.5px solid #FFFFFF;
    background: #FFFFFF03;
    margin: 0px 64px;
}

    .about-content-section.active {
        display: flex;
    }

.about-text {
    flex: 1;
}

    .about-text h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

.highlight-text {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 180%;
    color: #2A285E;
}


.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 32px;
}

.about-list {
    list-style: none !important;
    display: flex !important;
    padding: 24px !important;
    background: #5091CDE5;
    border: 1px solid #5091CD;
    backdrop-filter: blur(15px);
    box-shadow: 4px 0px 4px 0px #87AFD31A;
    justify-content: space-between;
    /* gap: 50px; */
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.about-list-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

html[dir='ltr'] .about-list-item:not(:last-child) {
    border-right: 1px solid #98A2B3;
    padding-right: 20px;
    margin-right: 20px;
}

html[dir='rtl'] .about-list-item:not(:last-child) {
    border-left: 1px solid #98A2B3;
    padding-left: 20px;
    margin-left: 20px;
}

.about-list-title {
    color: #F2F4F7;
    font-weight: 300;
    font-size: 14px
}

.about-list-value {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

/* Program Objectives */
.why-content-section {
    background: url(../images/actuarial_about.png);
    background-size: cover;
    background-position: center;
    padding: 40px 64px;
    margin-top: 40px;
}

.why-join-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.benefit-card {
    background: #F9FAFB29;
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .benefit-card:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: translateY(-5px);
    }



.benefit-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 16px 0;
}

.benefit-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 0px;
    white-space: pre-line;
}


/* Program Journey */
.program-journey {
    padding: 56px 32px;
    margin-top: 40px;
}

.journey-list {
    list-style: none;
    display: flex !important;
    gap: 16px;
    position: relative;
}

    .journey-list::before {
        content: '';
        position: absolute;
        height: 1px;
        width: 85%;
        left: 90px;
        top: 60px;
        background-color: #76CCD3;
    }

.journey-list-item {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    position: relative;
    flex: 1;
}

.journey-check-icon {
    position: absolute;
    top: 48px;
    transform: translate(-65%);
}

html[dir='ltr'] .journey-check-icon {
    right: 0;
}

html[dir='rtl'] .journey-check-icon {
    left: 0;
    transform: translate(-65%) rotate(180deg);
}

.journey-icon {
    background: #FFFFFF33;
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(18px);
    border-radius: 8px;
    padding: 32px;
    position: relative;
}

    .journey-icon::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 1px;
        height: 32px;
        background-color: #48C1CB;
        bottom: 0px;
    }

.journey-card {
    border-radius: 8px;
    padding: 24px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF33;
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(18px);
    flex: 1;
}

.journey-card-titel {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #5091CD;
}

.journey-card-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #2A285E;
}

/* Professional Certification Tracks */
.certification {
    padding: 56px 32px;
}

.certification-cards {
    display: flex !important;
    gap: 24px;
}

.certification-card {
    border-radius: 8px;
    padding: 32px;
    background: #FFFFFF33;
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(18px);
    flex: 1;
    margin-bottom: 32px;
}

.certification-card-info {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.certification-card-img {
    margin-bottom: 16px;
}

.certification-card-titel {
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(to right, #5da3e2 0%, var(--primary) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.certification-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.certification-list-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.certification-item-img {
    background: #FFFFFF03;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(18px);
    border-radius: 8px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-item-title {
    font-size: 14px;
    color: #6A6A6A
}

.certification-item-text {
    margin-bottom: 0px;
    color: #2A285E
}


/* Registration Process */
.registration-process {
    padding: 56px 32px;
}

.tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    list-style: none;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.tab {
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border-radius: 60px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(135, 175, 211, 0.1);
}

    .tab:hover {
        background: rgba(255, 255, 255, 0.8);
    }

    .tab.active {
        background: linear-gradient(269.65deg, #273a97 13.29%, #5091cd 90.53%);
        color: #ffffff;
        font-weight: 500;
    }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.registration-content {
    background: #FFFFFF33;
    border-radius: 8px;
    padding: 32px;
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(18px);
    margin-bottom: 32px;
}

.registration-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    background: linear-gradient(to right, #5da3e2 0%, var(--primary) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px;
}

.registration-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.registration-item {
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: #2A285E;
}

/*faq-list*/

.faq-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.faq-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    background: #FFFFFF4D;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(15px);
    box-shadow: 4px 0px 4px 0px #87AFD31A;
    user-select: none;
    cursor: pointer;
}

.faq-title {
    background: linear-gradient(to right, #5da3e2 0%, var(--primary) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    font-size: 18px;
    line-height: 150%;
}

.faq-item.active span svg {
    transform: rotate(180deg)
}

.faq-item-text {
    font-weight: 300;
    font-size: 18px;
    color: #384250;
    margin-bottom: 24px;
    padding: 0px 16px;
    display: none;
    white-space: pre-line;
}

.faq-item.active .faq-item-text {
    display: block
}

/* Benefits Swiper - Desktop keeps grid layout */
.benefits-swiper .swiper-wrapper {
    display: contents;
}

.benefits-swiper .benefit-card.swiper-slide {
    width: auto;
    flex-shrink: unset;
}

@media (max-width: 768px) {
    /* Enable Swiper layout on mobile */
    .benefits-swiper {
        overflow: hidden;
    }

        .benefits-swiper .swiper-wrapper {
            display: flex;
            flex-wrap: nowrap;
        }

        .benefits-swiper .benefit-card.swiper-slide {
            width: 100%;
            flex-shrink: 0;
            height: auto;
        }

    .benefits-grid {
        display: block;
    }

    .benefit-card {
        margin-bottom: 0;
    }
    .about-list-item{
        flex:none
    }
}

/* Journey Swiper - Desktop keeps flex layout */
.journey-swiper .swiper-wrapper {
    display: contents;
}

.journey-swiper .journey-list-item.swiper-slide {
    width: auto;
    flex-shrink: unset;
}

@media (max-width: 768px) {
    /* Enable Swiper layout on mobile for journey */
    .journey-swiper {
        overflow: hidden;
    }

        .journey-swiper .swiper-wrapper {
            display: flex;
            flex-wrap: nowrap;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .journey-swiper .journey-list-item.swiper-slide, .certification-card.swiper-slide {
            width: 100%;
            flex-shrink: 0;
            height: auto;
            flex: none;
        }

    .journey-list {
        display: block;
    }

        .journey-list::before {
            display: none;
        }

    .journey-check-icon {
        display: none;
    }
    .hero-section img{
    width:100%;
}
}

@media (max-width: 770px) {
    .certification-cards {
        flex-direction: column
    }

    .hero-section {
        padding: 20px
    }

    .hero-content {
        width: 100%;
    }

    .hero-text {
        width: 100%
    }

    .about-list {
        /* flex-wrap: wrap; */
    }

    .about-list-item {
        width: 50%
    }

    .about-content-section {
        padding: 20px;
        margin: 20px;
    }

    .why-content-section {
        padding: 20px;
    }
}
