* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.center {
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Header Styles */
.experts-header {
    margin-bottom: 54px;
    margin-top: 54px;
}

.experts-title {
    line-height: 54px;
    background: linear-gradient(269.65deg, #5091cd 13.29%, #273a97 90.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
}

.subtitle {
    font-size: 22px;
    line-height: 33px;
    color: #5091cd;
}

/* Hero Section */
.hero-section {
    background: linear-gradient( 90deg, rgba(36, 34, 81, 1) 0%, rgba(36, 34, 81, 0.8) 40%, transparent 70% ), url(../images/expert-hero.png);
    background-size: auto 100%, contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #242251;
    border-radius: 24px;
    padding: 60px 50px;
    margin-bottom: 54px;
    display: flex;
    align-items: center;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 60%;
    z-index: 2;
}

.hero-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 24px;
}

.hero-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 32px;
    opacity: 0.95;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.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 {
    font-size: 36px;
    margin-bottom: 8px;
}

.section-header .subtitle {
    font-size: 18px;
    color: #98a2b3;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    list-style: none;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.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 Visibility */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* About Content Section */
.about-content-section {
    /* display: flex; */
    gap: 50px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(135, 175, 211, 0.15);
    align-items: center;
}

.about-content-section.active {
    display: flex;
}

.about-text {
    flex: 1;
}

.about-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.highlight-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
}

.brand-text {
    color: #273a97;
    font-weight: 600;
}

.description-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

.about-image {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    max-width: 500px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* Why Join Section */
.why-content-section {
    background: url(../images/expert-aboutbg.png);
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    padding: 56px 32px;
}

.why-join-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    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-icon {
    margin-bottom: 15px;
}

.benefit-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}

/* Objectives Section */
.objectives-content-section {
    border-radius: 24px;
    padding: 50px;
    background: #ffffff4d;
    box-shadow: 4px 0px 4px 0px #87afd31a;
    backdrop-filter: blur(15px);
}

.objectives-title {
    font-size: 32px;
    font-weight: 700;
    color: #5091cd;
    margin-bottom: 40px;
    text-align: left;
}

.objectives-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.objective-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.objective-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.objective-text {
    font-size: 20px;
    line-height: 160%;
    color: #6a6a6a;
}

/* Members Section */
.members-content-section {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 50px;
    text-align: center;
}

.members-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

/* Post-Accreditation Section */
.post-accreditation {
    border-radius: 20px;
    padding: 56px 32px;
    background: #f9fafb33;
    border: 1px solid #cedcee;
    margin-bottom: 54px;
}

.post-accreditation .experts-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 16px;
    text-align: center;
}

.post-accreditation .subtitle {
    color: #9c9ea2;
    font-weight: 200;
    font-size: 21px;
    line-height: 31.5px;
    text-align: center;
    vertical-align: middle;
    width: 70%;
    margin: auto;
}

.collaboration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 40px 0px;
}

.collaboration-card {
    border-radius: 24px;
    padding: 32px;
    background: #98cff71c;
    border: 0.72px solid #ffffff;
    backdrop-filter: blur(27px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.collaboration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(135, 175, 211, 0.2);
}

.card-description {
    font-size: 16px;
    line-height: 150%;
    color: #2a3c90;
}

.secondary-button {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #5091cd;
    cursor: pointer;
    border: 1px solid #5091cd;
    padding: 16px 32px;
    border-radius: 30px;
    gap: 10px;
    background: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.secondary-button:hover {
    background: #5091cd;
    color: #ffffff;
}

.secondary-button:hover svg path,
.secondary-button:hover svg circle {
    stroke: #ffffff;
}

/* FAQ Section */
.faq-section {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 24px;
    margin-bottom: 54px;
}

.faq-left,
.faq-right {
    border-radius: 20px;
    background: #f9fafb33;
    border: 1px solid #cedcee;
    padding: 24px;
}

    .faq-left .experts-title {
        font-size: 36px;
        margin-bottom: 24px;
    }

.faq-questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* .faq-item {
} */

.faq-question {
    display: block;
    border-radius: 12px;
    background: #ffffff4d;
    box-shadow: 0px 3px 8px -1px #3232470d, 0px 0px 1px 0px #0c1a4b3d;
    padding: 35px;
    border: none;
    text-align: center;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    color: #344054;
    cursor: pointer;
    line-height: 20px;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question {
    background: #5091cd;
    color: #ffffff;
}

.faq-question:hover {
    opacity: 0.9;
}

.faq-right .faq-title {
    font-family: Argentum Sans VF;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #273a97;
    margin-bottom: 16px;
}

.faq-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #98a2b3;
    margin-bottom: 20px;
}

.faq-answers {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    padding: 0px;
}

    .faq-answers::before {
        content: "";
        position: absolute;
        top: 5px;
        width: 8px;
        height: 97%;
        background: linear-gradient( 180deg, rgba(39, 58, 151, 0.4) 80%, rgba(197, 221, 255, 0) 100% );
    }
    html[dir = 'ltr'] .faq-answers::before {
        left: 12px;
    }
    html[dir = 'rtl'] .faq-answers::before {
        right: 12px;
    }

    .faq-answers li {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        position: relative;
    }

.answer-icon {
    position: relative;
    z-index: 1;
}

.number-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #273a97;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    width: 32px;
    height: 32px;
}

.faq-answers li p {
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #273a97;
}

/* Bottom CTA Section */
.bottom-cta {
    border-radius: 24px;
    padding: 60px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background: #FFFFFF4D;
    backdrop-filter: blur(15px);
}

.cta-content {
    flex: 1;
}

.cta-title {
    color: #5DA3E2;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    vertical-align: middle;
}

.cta-text {
    font-weight: 400;
    font-size: 20px;
    color: #5091CD;
}

.cta-button-white {
    display: inline-flex;
    align-items: center;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 60px;
    gap: 16px;
    padding: 20px 30px;
    border: 1px solid #5091CD;
    color: #5091CD;
    font-weight: 700;
    font-size: 20px;
}

    .cta-button-white:hover {
        background: transparent;
        color: #ffffff;
    }

        .cta-button-white:hover svg path,
        .cta-button-white:hover svg circle {
            stroke: #ffffff;
        }

/* Responsive Design */


/* Form Page Specific Styles */
.back-link {
    border-radius: 30px;
    gap: 8px;
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    padding-left: 24px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

    .back-link:hover {
        opacity: 0.7;
    }

.hero-section h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.hero-section .subtitle {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-section .description {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 16px;
    opacity: 0.95;
}

.hero-section .additional-info {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.95;
}

/* Tabs for Form */
.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    border: none;
    border-radius: 60px;
    font-size: 14px;
    color: #344054;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .tab svg {
        color: #98a2b3;
    }

    .tab.active {
        background: linear-gradient(269.65deg, #273a97 13.29%, #5091cd 90.53%);
        color: #ffffff;
    }

        .tab.active svg {
            color: #ffffff;
        }

/* Form Section */
.register {
    background: url(../images/expert-aboutbg.png);
    background-size: cover;
    background-color: #242251;
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 54px;
    margin-top: 54px;
}

.register-content {
    text-align: center;
    color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    background: #ffffff1f;
    backdrop-filter: blur(9.800000190734863px);
    margin-top: 24px;
}

    .register-content h1 {
        margin-bottom: 16px;
    }

    .register-content p {
        margin-bottom: 24px;
    }

.register-tabs {
    display: flex;
    list-style: none;
    gap: 120px;
    padding: 48px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 24px;
    position: relative;
}

    .register-tabs::after {
        content: "";
        position: absolute;
        width: 24px;
        height: 4px;
        background-color: #ffffff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


.register-tab {
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #ffffff;
    font-weight: 500;
    flex: 1;
    color: #98a2b3;
}
    .register-tab svg.complete {
        display: none;
    }

    .register-tab svg {
        fill: #98a2b3;
    }

    .register-tab.active {
        color: #5091cd;
    }

        .register-tab.active svg {
            fill: #5091cd;
        }

    .register-tab.complete {
        color: #00b44f
    }

        .register-tab.complete svg {
            display: none;
        }

            .register-tab.complete svg.complete {
                display: block;
            }
.form-section {
    /* padding: 48px; */
    border-radius: 24px;
    border: 1px solid #ffffff;
    background: #98cff71c;
    backdrop-filter: blur(27px);
    overflow: hidden;
}

.form-note {
    margin-bottom: 32px;
    padding: 0px 48px;
    font-family: Argentum Sans VF;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #5091cd;
}

.registration-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0px 48px 48px;
}

.basic-information {
    border-radius: 20px;
    border: 1px solid #ffffff;
    backdrop-filter: blur(15px);
    box-shadow: 4px 0px 4px 0px #87afd31a;
    background: #ffffff4d;
    padding: 20px;
}

.basic-information {
    .information-title

{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    background: linear-gradient(269.65deg, #273a97 13.29%, #5091cd 90.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    cursor: pointer;
    user-select: none;
}

.title-content {
    display: flex;
    /* align-items: center; */
    gap: 8px;
    .choose-more-text

{
    font-size: 12px;
}

}
.title-content p{
    margin-bottom:0px;
}
.collapse-arrow {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    transform: rotate(180deg);
}

.collapsible-content {
    margin-top: 24px;
    border-top: 1px dashed #ffffff;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
    overflow: hidden;
}

&.collapsed .collapsible-content {
    max-height: 0;
    opacity: 0;
    margin-top: -24px;
    pointer-events: none;
}

&.collapsed .collapse-arrow {
    transform: rotate(0deg);
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-field label {
        font-weight: 500;
        text-transform: capitalize;
        color: #2a285e;
    }

        .form-field label span {
            color: #c22440;
        }

    .form-field input,
    .form-field select {
        font-weight: 300;
        border-radius: 32px;
        padding: 22px 16px;
        outline: none;
        background: #ffffff;
        border: none;
    }

.select-answers {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.select-answer {
    border-radius: 32px;
    gap: 8px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    color: #5091CD;
    text-transform: capitalize;
    svg

{
    cursor: pointer;
}

}

.form-field input::placeholder {
    font-weight: 300;
    color: #787797;
}

.form-field select {
    cursor: pointer;
    color: #787797;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23787797' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    appearance: none;
}

    .form-field select option {
        color: #1a1a1a;
    }

.form-field input[type="date"] {
    cursor: pointer;
    color: #787797;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.3335 1.33398V3.33398' stroke='%239F9EB4' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6665 1.33398V3.33398' stroke='%239F9EB4' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.3335 6.06055H13.6668' stroke='%239F9EB4' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 5.66732V11.334C14 13.334 13 14.6673 10.6667 14.6673H5.33333C3 14.6673 2 13.334 2 11.334V5.66732C2 3.66732 3 2.33398 5.33333 2.33398H10.6667C13 2.33398 14 3.66732 14 5.66732Z' stroke='%239F9EB4' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.463 9.13411H10.469' stroke='%239F9EB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.463 11.1341H10.469' stroke='%239F9EB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.99715 9.13411H8.00314' stroke='%239F9EB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.99715 11.1341H8.00314' stroke='%239F9EB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.52938 9.13411H5.53537' stroke='%239F9EB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.52938 11.1341H5.53537' stroke='%239F9EB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    position: relative;
}

    .form-field input[type="date"]::-webkit-calendar-picker-indicator {
        cursor: pointer;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

/* Profile Picture Upload */
.profile-upload {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.profile-image-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.camera-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5091cd;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    .camera-button:hover {
        transform: scale(1.1);
    }

    .camera-button svg {
        width: 20px;
        height: 20px;
    }

/* Form Grid Layout */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Phone Input */
.phone-input-wrapper {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    gap: 8px;
}

.country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 32px;
}

    .country-code .flag {
        font-size: 20px;
        line-height: 1;
    }

    .country-code .code {
        font-weight: 500;
        color: #2a285e;
        font-size: 14px;
    }

.phone-input-wrapper input {
    flex: 1;
}

/* Submit Button */
.form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.submit-button {
    padding: 14px 24px;
    background: #5091cd;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .submit-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(80, 145, 205, 0.4);
    }

/* File Upload Area */
.file-upload-area {
    border: 1px dashed #c5dde7;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ffffff99;
}

    .file-upload-area.drag-over {
        border-color: #5091cd;
        background: #eef6fb;
    }

.upload-content {
    flex: 1;
}

.upload-text {
    font-weight: 500;
    font-size: 14px;
    color: #2a285e;
    margin-bottom: 8px;
}

.upload-hint {
    font-weight: 300;
    font-size: 13px;
    color: #98a2b3;
}

.upload-file-button {
    padding: 12px 32px;
    background: #5091cd;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .upload-file-button:hover {
        background: #3d7ab8;
        transform: translateY(-2px);
    }

/* Uploaded Files */

.file-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    margin-bottom: 8px;
    background: #ffffff99;
}

.file-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #fff5f7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-info {
    flex: 1;
}

.file-name {
    font-weight: 500;
    font-size: 14px;
    color: #2a285e;
    margin-bottom: 4px;
}

.file-size {
    font-weight: 300;
    font-size: 12px;
    color: #98a2b3;
}

.delete-file-button {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .delete-file-button:hover {
        background: #fff5f7;
    }

    .delete-file-button svg {
        width: 20px;
        height: 20px;
    }

}
/* Responsive adjustments */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .form-actions {
        justify-content: stretch;
    }

    .submit-button {
    }

    .file-upload-area {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .upload-file-button {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 20px 16px;
    }

    .experts-title {
        font-size: 20px;
        line-height: 42px;
    }

    .hero-section {
        padding: 32px 24px;
        background-size: cover;
    }

        .hero-section h1 {
            font-size: 24px;
        }

        .hero-section .subtitle {
            font-size: 16px;
        }

        .hero-section .description,
        .hero-section .additional-info {
            font-size: 14px;
        }

    .hero-content {
        max-width: 100%;
    }

    .hero-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .subtitle {
        font-size: 14px;
        line-height: 150%;
    }

    .experts-header {
        margin-bottom: 32px;
    }

    .hero-text {
        font-size: 14px;
        text-align: justify;
    }

    .cta-button {
        font-weight: 700;
        font-size: 16px;
        padding: 14px 24px;
    }

    .tabs {
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: start;
    }

    .tab {
        text-align: center;
        font-size: 12px;
    }

    .form-section {
    }

    .form-row {
        flex-direction: column;
    }

    .form-actions {
    }

    .about-content-section {
        padding: 30px;
    }

    .why-content-section {
        padding: 40px 30px;
    }

    .why-join-title {
        font-size: 24px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .objectives-content-section {
        padding: 30px;
    }

    .objectives-title {
        font-size: 24px;
    }

    .objectives-grid {
        grid-template-columns: 1fr;
    }

    .members-content-section {
        padding: 30px;
    }

    .collaboration-grid {
        grid-template-columns: 1fr;
    }

    .bottom-cta {
        padding: 40px 30px;
    }

    .cta-title {
        font-size: 24px;
    }

    .post-accreditation .subtitle {
        width: 100%;
        text-align: left;
    }

    .faq-left {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .post-accreditation .experts-title {
        text-align: left;
        font-size: 20px;
        line-height: 42px;
    }

    .back-link {
        display: none;
    }
}

#basicInformation,
#desiredFields {
    display: none;
}

    #basicInformation.active,
    #desiredFields.active {
        display: block;
    }

.form-footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    background: #ffffff;
    border: 1px solid #ffffff;
    backdrop-filter: blur(27px);
    box-shadow: 4px 1px 4px 0px #87afd31a;
    .form-btn

{
    border-radius: 99px;
    gap: 4px;
    padding: 17px 64px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.form-btn-next {
    background-color: #5091cd;
    color: #ffffff;
}

.form-btn-back {
    background-color: #5091cd0f;
    color: #5091cd;
}

}

@media (max-width: 768px) {


    .about-content-section {
        flex-direction: column;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .objectives-grid {
        grid-template-columns: 1fr;
    }

    .faq-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .bottom-cta {
        flex-direction: column;
        text-align: center;
    }

    .faq-questions {
        overflow-x: scroll;
        flex-direction: row;
    }

    .faq-question {
        white-space: nowrap;
    }

    .register {
        padding: 24px;
    }

    .register-content {
        margin-top: 0;
        padding: 0;
        background: no-repeat;
        text-align: start;
    }

    .register-tabs {
        gap: 28px;
        padding: 24px;
    }

    .register-tab {
        font-size: 12px;
        padding: 8px;
    }

    .register-tabs::after {
        width: 8px;
    }

    .form-note {
        padding: 24px;
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 0;
    }

    .registration-form {
        padding: 24px;
    }

    .basic-information {
        padding: 16px;
    }

    .form-actions {
        margin-top: 0 !important;
    }
}

/* Collapsible Sections */
.collapsible-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.title-content{
    display:flex;
    gap:8px;
}
.collapse-arrow {
    transition: transform 0.3s ease;
}

.collapse-arrow.rotated {
    transform: rotate(180deg);
}

.collapsible-content {
    overflow: hidden;
}

/* Applicant Type Conditional Fields */
.applicant-type-fields {
    display: none;
}

.applicant-type-fields.active {
    display: contents;
}

/* Profile Picture Upload Styling */
.profile-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.profile-image-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
}

.profile-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #5091cd;
}

.camera-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(269.65deg, #273a97 13.29%, #5091cd 90.53%);
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.camera-button:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(80, 145, 205, 0.4);
}

/* Submit Button Styling */
.submit-button {
    background: linear-gradient(269.65deg, #273a97 13.29%, #5091cd 90.53%);
    color: #ffffff;
    border: none;
    border-radius: 60px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(80, 145, 205, 0.3);
}

.submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(80, 145, 205, 0.4);
}

.submit-button:active {
    transform: translateY(0);
}

/* File Upload Area */
.upload-file-button {
    background: linear-gradient(269.65deg, #273a97 13.29%, #5091cd 90.53%);
    color: #ffffff;
    border: none;
    border-radius: 60px;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-file-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(80, 145, 205, 0.3);
}

/* Phone Input Wrapper Improvements */
.phone-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.phone-input-wrapper .country-code {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 32px;
    background: rgba(255, 255, 255, 0.8);
    /* border: 1px solid #d0d5dd; */
    border-radius: 32px;
    white-space: nowrap;
}

.phone-input-wrapper .flag {
    display: flex;
    align-items: center;
}

.phone-input-wrapper .code {
    font-weight: 500;
    color: #344054;
}

.phone-input-wrapper input[type="tel"] {
    flex: 1;
}

/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border: 0.25rem solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Drag and Drop States */
.file-upload-area.drag-over {
    border-color: #5091cd;
    background: rgba(80, 145, 205, 0.1);
}

/* Uploaded File Display */
.uploaded-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    margin-top: 12px;
}

.file-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-details {
    display: flex;
    flex-direction: column;
}

.file-name {
    font-weight: 500;
    color: #344054;
}

.file-size {
    font-size: 12px;
    color: #667085;
}

.btn-delete {
    background: transparent;
    border: none;
    color: #d92d20;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
}

.btn-delete:hover {
    background: rgba(217, 45, 32, 0.1);
    border-radius: 4px;
}

/* Responsive Improvements */
@media (max-width: 768px) {
    .profile-image-wrapper {
        width: 120px;
        height: 120px;
    }
    
    .camera-button {
        width: 35px;
        height: 35px;
    }
    
    .camera-button svg {
        width: 16px;
        height: 16px;
    }
}

.myModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #283B984D;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
    .myModal.active {
        opacity: 1;
        visibility: visible;
    }
    .myModalContent {
        border-radius: 40px;
        padding: 40px;
        background: #F4F7FB;
    }
.myModalText {
    font-weight: 700;
    font-size: 30px;
    color: #5091CD;
    margin-bottom:24px
}
.myModalBtn {
    border-radius: 40px;
    border: 1px solid #5091CD;
    padding: 16px 32px;
    color: #5091CD;
    background:none;
    outline:none;
}
basic-radio {
    display: flex;
    align-items: center;
    gap: 12px
}