.hero-section {

    background: linear-gradient(135deg, #071b52, #0c5adb);

    padding: 110px 0;

    position: relative;

}

.hero-section::before {

    content: "";
    pointer-events: none;
    position: absolute;

    width: 650px;

    height: 650px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .05);

    right: -180px;

    top: -180px;

}

.hero-section::after {

    content: "";
pointer-events: none;
    position: absolute;

    width: 450px;

    height: 450px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .05);

    left: -120px;

    bottom: -120px;

}

.conference-card {

    background: #fff;

    border-radius: 20px;

    padding: 35px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);

}

.highlight-row {

    display: flex;

    gap: 18px;

    align-items: center;

    padding: 18px 0;

    border-bottom: 1px solid #ececec;

}

.highlight-row:last-child {

    border-bottom: none;

}

.highlight-row i {

    width: 55px;

    height: 55px;

    line-height: 55px;

    text-align: center;

    background: #0c5adb;

    color: #fff;

    border-radius: 50%;

    font-size: 20px;

}

.hero-section .btn {

    border-radius: 40px;

    padding: 14px 28px;

    font-weight: 600;

}

@media(max-width:991px) {

    .hero-section {

        padding: 70px 0;

    }

    .conference-card {

        margin-top: 50px;

    }

    .hero-section h1 {

        font-size: 38px;

    }

}

.section-subtitle {

    display: inline-block;

    background: #edf4ff;

    color: #0c5adb;

    padding: 8px 18px;

    border-radius: 30px;

    font-weight: 600;

    margin-bottom: 15px;

}

.glance-card {

    background: #fff;

    border-radius: 18px;

    padding: 35px 25px;

    text-align: center;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

    height: 100%;

}

.glance-card:hover {

    transform: translateY(-10px);

}

.glance-card i {

    font-size: 42px;

    color: #0c5adb;

    margin-bottom: 20px;

}

.glance-card h4 {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 10px;

}

.glance-card p {

    margin: 0;

    color: #666;

}

.about-conference {

    background: #fff;

}

.about-conference p {

    font-size: 16px;

    line-height: 1.9;

    color: #555;

}

.important-dates {

    background: #f8fbff;

}

.timeline {

    position: relative;

    max-width: 850px;

    margin: auto;

    padding-left: 45px;

}

.timeline::before {

    content: "";

    position: absolute;

    left: 42px;

    top: 0;

    bottom: 0;

    width: 4px;

    background: #0c5adb;

    border-radius: 20px;

}

.timeline-item {

    position: relative;

    margin-bottom: 35px;

}

.timeline-date {

    position: absolute;

    left: -45px;

    width: 90px;

    height: 90px;

    background: #0c5adb;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-weight: 700;

    text-align: center;

    font-size: 15px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .15);

}

.timeline-content {

    margin-left: 90px;

    background: #fff;

    padding: 28px;

    border-radius: 18px;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);

    transition: .3s;

}

.timeline-content:hover {

    transform: translateY(-5px);

}

.timeline-content h5 {

    font-weight: 700;

    margin-bottom: 10px;

}

.timeline-content p {

    margin: 0;

    color: #666;

    line-height: 1.8;

}

@media(max-width:768px) {

    .timeline {

        padding-left: 0;

    }

    .timeline::before {

        display: none;

    }

    .timeline-date {

        position: relative;

        left: 0;

        margin-bottom: 15px;

    }

    .timeline-content {

        margin-left: 0;

    }

}

.cta-box {

    background: linear-gradient(135deg, #0c5adb, #071b52);

    padding: 60px;

    border-radius: 25px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);

}

.cta-box .btn {

    padding: 15px 35px;

    font-weight: 600;

    border-radius: 50px;

}

@media(max-width:768px) {

    .cta-box {

        padding: 35px;

        text-align: center;

    }

}

.conference-tracks {

    background: #ffffff;

}

.track-card {

    background: #fff;

    padding: 35px 25px;

    border-radius: 20px;

    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

    text-align: center;

    border-top: 4px solid transparent;

}

.track-card:hover {

    transform: translateY(-10px);

    border-top: 4px solid #0c5adb;

    box-shadow: 0 20px 45px rgba(12, 90, 219, .15);

}

.track-card i {

    font-size: 45px;

    color: #0c5adb;

    margin-bottom: 20px;

}

.track-card h5 {

    font-weight: 600;

    line-height: 1.5;

    font-size: 18px;

    margin: 0;

}

.process-card {

    background: #fff;

    padding: 40px 25px;

    border-radius: 20px;

    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

    position: relative;

    height: 100%;

    transition: .3s;

}

.process-card:hover {

    transform: translateY(-8px);

}

.process-number {

    position: absolute;

    top: -18px;

    left: 50%;

    transform: translateX(-50%);

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background: #0c5adb;

    color: #fff;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

}

.process-card i {

    font-size: 48px;

    color: #0c5adb;

    margin: 25px 0 20px;

}

.process-card h5 {

    font-weight: 700;

    margin-bottom: 15px;

}

.process-card p {

    margin: 0;

    color: #666;

    line-height: 1.8;

}

.registration-fees {

    background: #f7faff;

}

.price-card {

    background: #fff;

    border-radius: 20px;

    padding: 40px 30px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    text-align: center;

    height: 100%;

    position: relative;

    transition: .35s;

}

.price-card:hover {

    transform: translateY(-10px);

}

.active-card {

    border: 3px solid #0c5adb;

}

.price-card h3 {

    font-size: 46px;

    font-weight: 700;

    color: #0c5adb;

    margin: 30px 0;

}

.price-card ul {

    padding: 0;

    margin: 0;

    list-style: none;

}

.price-card li {

    padding: 10px 0;

    border-bottom: 1px solid #eee;

}

.price-card li:last-child {

    border: none;

}

.price-badge {

    position: absolute;

    top: -14px;

    left: 50%;

    transform: translateX(-50%);

    background: #ff9800;

    color: #fff;

    padding: 8px 18px;

    border-radius: 30px;

    font-size: 14px;

    font-weight: 600;

}

.badge-primary {

    background: #0c5adb;

}

.international-card {

    max-width: 380px;

    margin: auto;

}

.award-card {

    padding: 45px 30px;

    border-radius: 20px;

    text-align: center;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.award-card:hover {

    transform: translateY(-8px);

}

.award-icon {

    font-size: 60px;

    margin-bottom: 20px;

}

.gold {

    background: linear-gradient(135deg, #fff6d5, #ffe28a);

}

.silver {

    background: linear-gradient(135deg, #f4f4f4, #dcdcdc);

}

.bronze {

    background: linear-gradient(135deg, #ffe4d3, #ffc49b);

}

.special-awards {

    background: #f8fbff;

    padding: 40px;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.special-awards .col-md-4,
.special-awards .col-md-12 {

    padding: 12px 0;

    font-weight: 500;

}

.publication-section {

    background: #f8fbff;

}

.publication-flow {

    text-align: center;

}

.flow-box {

    background: #fff;

    padding: 18px;

    border-radius: 15px;

    margin: auto;

    max-width: 320px;

    font-weight: 600;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

}

.flow-arrow {

    font-size: 35px;

    font-weight: bold;

    color: #0c5adb;

    padding: 8px 0;

}

.flow-box.active {

    background: #0c5adb;

    color: #fff;

}

.publication-card {

    background: #fff;

    padding: 40px;

    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

}

.publication-card ul {

    padding-left: 18px;

    line-height: 2;

}

.benefit-card {

    background: #fff;

    padding: 35px;

    border-radius: 18px;

    text-align: center;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

    transition: .3s;

    height: 100%;

}

.benefit-card:hover {

    transform: translateY(-8px);

}

.benefit-card i {

    font-size: 45px;

    color: #0c5adb;

    margin-bottom: 20px;

}

.benefit-card p {

    color: #666;

    margin-bottom: 0;

}

.publication-section {
    background: #f8fbff;
}

.publication-flow {
    text-align: center;
}

.flow-box {
    background: #fff;
    padding: 18px 20px;
    border-radius: 15px;
    margin: auto;
    max-width: 320px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s;
}

.flow-box:hover {
    transform: translateY(-5px);
}

.flow-arrow {
    font-size: 34px;
    color: #0c5adb;
    font-weight: 700;
    padding: 8px 0;
}

.flow-box.active {
    background: #0c5adb;
    color: #fff;
}

.publication-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.publication-card h4 {
    font-weight: 700;
    margin-bottom: 25px;
}

.publication-card ul {
    margin: 0;
    padding-left: 20px;
}

.publication-card li {
    padding: 8px 0;
    color: #666;
}

.why-join {
    background: #fff;
}

.benefit-card {

    background: #fff;

    border-radius: 20px;

    padding: 35px 30px;

    text-align: center;

    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.benefit-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(12, 90, 219, .15);

}

.benefit-card i {

    font-size: 48px;

    color: #0c5adb;

    margin-bottom: 20px;

}

.benefit-card h5 {

    font-weight: 700;

    margin-bottom: 15px;

}

.benefit-card p {

    color: #666;

    line-height: 1.8;

    margin: 0;

}

.faq-section {
    background: #f8fbff;
}

.accordion-item {

    border: none;

    border-radius: 15px !important;

    overflow: hidden;

    margin-bottom: 18px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);

}

.accordion-button {

    padding: 22px;

    font-weight: 600;

    font-size: 17px;

    background: #fff;

    box-shadow: none !important;

}

.accordion-button:not(.collapsed) {

    background: #0c5adb;

    color: #fff;

}

.accordion-button:focus {

    box-shadow: none;

}

.accordion-body {

    padding: 25px;

    color: #666;

    line-height: 1.8;

}

.final-cta {

    background: #fff;

}

.final-cta .cta-box {

    background: linear-gradient(135deg, #071b52, #0c5adb);

    padding: 70px;

    border-radius: 25px;

    text-align: center;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);

}

.final-cta h2 {

    font-size: 40px;

    font-weight: 700;

}

.final-cta p {

    font-size: 18px;

    max-width: 750px;

    margin: auto auto 30px;

    opacity: .95;

}

.final-cta .btn {

    min-width: 210px;

    margin: 8px;

    padding: 15px 30px;

    border-radius: 50px;

    font-weight: 600;

    font-size: 17px;

}

.final-cta .btn-outline-light:hover {

    color: #0c5adb;

}

@media (max-width:991px) {

    .publication-card {

        margin-top: 40px;

    }

    .final-cta .cta-box {

        padding: 40px 25px;

    }

    .final-cta h2 {

        font-size: 30px;

    }

    .final-cta .btn {

        width: 100%;

        margin: 10px 0;

    }

}

@media (max-width:767px) {

    .publication-card {

        padding: 25px;

    }

    .benefit-card {

        padding: 25px;

    }

    .accordion-button {

        font-size: 16px;

        padding: 18px;

    }

    .accordion-body {

        padding: 20px;

    }

}

/*==============================
Evaluation Criteria
==============================*/

.evaluation-section {

    background: #f8fbff;

}

.evaluation-card {

    background: #fff;

    border-radius: 20px;

    padding: 40px;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.evaluation-table {

    margin-bottom: 0;

}

.evaluation-table thead th {

    background: #0c5adb;

    color: #fff;

    border: none;

    padding: 18px;

    font-size: 17px;

    font-weight: 600;

}

.evaluation-table tbody td {

    padding: 18px;

    vertical-align: middle;

    border-color: #edf1f7;

}

.evaluation-table tbody tr:hover {

    background: #f8fbff;

}

.evaluation-table tfoot th {

    background: #eef5ff;

    font-size: 18px;

    font-weight: 700;

    padding: 18px;

    border-top: 2px solid #0c5adb;

}

.evaluation-note {

    background: #eef6ff;

    border-left: 5px solid #0c5adb;

    padding: 18px 22px;

    border-radius: 10px;

    color: #555;

    line-height: 1.8;

}

@media(max-width:768px) {

    .evaluation-card {

        padding: 25px;

    }

    .evaluation-table thead th,

    .evaluation-table tbody td,

    .evaluation-table tfoot th {

        padding: 14px;

        font-size: 15px;

    }

}