@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Slab:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto Flex", sans-serif;
    background-color: #e6f3f7;
   
}

html {

    scroll-behavior: smooth;

    scroll-padding-top: 90px;

}

img {

    max-width: 100%;

    display: block;

}


a {

    text-decoration: none;

}


.section-padding {

    padding: 50px 0;

}


.bg-light-custom {

    background: #f1f9f5;

}


/* =========================================================
   TOP BAR
========================================================= */

.top-bar {
    background: #dc3545;
    color: #fff;
    font-size: 13px;
    padding: 9px 0;
}


.top-bar span {

    margin-right: 22px;

}


.top-bar i {

    margin-right: 5px;

}


.top-bar a {

    color: #fff;

}


/* =========================================================
   NAVBAR
========================================================= */

.main-header {

    z-index: 1000;

    box-shadow:
        0 3px 20px rgba(0, 0, 0, 0.05);

}


.navbar {

    min-height: 82px;

}


.conference-logo {

    display: flex;

    align-items: center;

    gap: 12px;

}


.logo-aib {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
        linear-gradient(135deg,
            #dc3545,
            var(--primary-light));

    color: #fff;

    font-weight: 800;

    font-size: 19px;

    border-radius: 12px;

}


.logo-text {

    display: flex;

    flex-direction: column;

    line-height: 1.2;

    color: var(--navy);

}


.logo-text strong {

    font-size: 15px;

}


.logo-text small {

    font-size: 11px;

    color: var(--muted);

}


.nav-link {
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px !important;
    transition: .3s ease;
}


.nav-link:hover,
.nav-link.active {

    color: #dc3545;

}


.btn-primary-custom {

    background: #dc3545;

    color: #fff;

    border-radius: 8px;

    padding: 11px 20px;

    font-weight: 600;

    transition: .3s ease;

}


.fs-6 {
    font-size: 12px !important;
}

/* =========================================================
   HERO
========================================================= */

.hero-section {

    /* min-height: 650px; */
    padding: 50px 0px;

    display: flex;

    align-items: center;

    position: relative;

    overflow: hidden;

    color: #fff;
    background:
        linear-gradient(120deg,
            rgba(0, 87, 150, 0.96),
            rgba(0, 45, 90, 0.86)),
        url(assets/img/conference-hero.jpg) center / cover no-repeat;

}


.hero-overlay {

    position: absolute;

    inset: 0;

    background:

        radial-gradient(circle at 80% 20%,
            rgba(214, 168, 79, .18),
            transparent 30%);

}

.text-justify{
    text-align: justify;
}


.hero-section h1 {

   

    font-size: clamp(44px, 5vw, 72px);

    line-height: 1.1;

    font-weight: 800;

    margin: 20px 0 10px;

}


.hero-section h1 span {

    color: #f1cc7b;

}


.hero-subtitle {

 

    font-size: 31px;

    color: #fff;

    margin-bottom: 20px;

}


.hero-description {

    max-width: 700px;

    font-size: 17px;

    color: rgba(255, 255, 255, .82);

}


.hero-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    border: 1px solid rgba(255, 255, 255, .25);

    padding: 8px 15px;

    border-radius: 50px;

    font-size: 12px;

    letter-spacing: 1.2px;

    font-weight: 700;

}


.hero-meta {

    display: flex;

    gap: 35px;

    margin: 35px 0;

    flex-wrap: wrap;

}


.hero-meta-item {

    display: flex;

    gap: 12px;

    align-items: center;

}


.hero-meta-item>i {

    font-size: 27px;

    color: #f1cc7b;

}


.hero-meta-item small {

    display: block;

    color: rgba(255, 255, 255, .65);

}


.hero-meta-item strong {

    display: block;

    font-size: 15px;

}


.hero-buttons {

    display: flex;

    gap: 12px;

    flex-wrap: wrap;

}


.hero-side-card {

    background:
        rgba(255, 255, 255, .08);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, .2);

    padding: 40px;

    border-radius: 25px;

    text-align: center;

}


.hero-side-icon {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(214, 168, 79, .15);

    color: #f1cc7b;

    font-size: 38px;

    margin: 0 auto 20px;

}


.hero-side-card span {

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 11px;

    opacity: .7;

}


.hero-side-card h3 {

    

    font-size: 34px;

    margin: 12px 0;

}


.hero-side-card p {

    color: rgba(255, 255, 255, .7);

}


/* =========================================================
   QUICK INFO
========================================================= */

.quick-info {

    position: relative;

    margin-top: -55px;

    z-index: 10;

}


.quick-info-wrapper {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    background: #fff;

    box-shadow: var(--shadow);

    border-radius: 18px;

    overflow: hidden;

}


.quick-card {

    padding: 25px;

    display: flex;

    align-items: center;

    gap: 15px;

    border-right: 1px solid #e4e7ec;

}


.quick-card:last-child {

    border-right: 0;

}


.quick-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    color: #dc3545;

    background: #fdf0f1;

    font-size: 21px;

}


.quick-card small {

    display: block;

    color: var(--muted);

    font-size: 11px;

}


.quick-card strong {

    display: block;

    font-size: 14px;

    color: var(--navy);

}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.section-tag {

    display: inline-block;

    text-transform: uppercase;

    letter-spacing: 2px;

    color: #dc3545;

    font-weight: 700;

    font-size: 11px;

    margin-bottom: 12px;

}


.section-tag.light {

    color: #f1cc7b;

}


.section-title {

    

   

    line-height: 1.2;

    color: var(--navy);

    font-weight: 700;

    margin-bottom: 22px;

}


.section-title span {

    color: #005796;
    ;

}


.section-heading {

    max-width: 850px;

}


.section-heading.text-center {

    margin-left: auto;

    margin-right: auto;

}


/* =========================================================
   KEYNOTE
========================================================= */

.keynote-image {

    position: relative;

    border-radius: 24px;

    overflow: hidden;

    background: #eee;

}




.speaker-label {

    position: absolute;

    bottom: 20px;

    left: 20px;

    background: #fff;

    color: var(--navy);

    padding: 12px 18px;

    border-radius: 8px;

    font-weight: 700;

    font-size: 13px;

    box-shadow: var(--shadow);

}


.speaker-label i {

    color: #dc3545;

    margin-right: 7px;

}


.speaker-content {
    border-left: 3px solid #dc3545;
    padding-left: 30px;
}


.speaker-content h3 {

   

    font-size: 38px;

    color: var(--navy);

}


.speaker-position {

    font-size: 16px;

    color: var(--muted);

}


.speaker-details {

    margin-top: 25px;

}


.speaker-details div {

    display: flex;

    gap: 12px;

    margin-bottom: 15px;

    align-items: flex-start;

}


.speaker-details i {
    color: #dc3545;
    font-size: 20px;
}


/* =========================================================
   EVENT CARDS
========================================================= */

.event-card {

    background: #fff;

    padding: 35px;

    border-radius: var(--radius);

    height: 100%;

    position: relative;

    border: 1px solid #e4e7ec;

    transition: .3s ease;

    overflow: hidden;

}


.event-card:hover {

    transform: translateY(-8px);

    box-shadow: var(--shadow);

    border-color: transparent;

}


.event-number {

    position: absolute;

    right: 25px;

    top: 20px;

    font-size: 55px;

    font-weight: 800;

    color: #f2f4f7;

}


.event-icon {
    font-size: 32px;
    color: #dc3545;
}


.event-card h4 {

    color: var(--navy);

    margin-top: 20px;

}


.event-card p {

    color: var(--muted);

}


.event-card span {
    font-size: 13px;
    color: #dc3545;
    font-weight: 700;
}


/* =========================================================
   ABOUT
========================================================= */

.about-stats {

    display: flex;

    gap: 40px;

    margin-top: 30px;

    padding-top: 25px;

    border-top: 1px solid #e4e7ec;

}


.about-stats strong {

    display: block;

    color: #dc3545;

    font-size: 30px;

}


.about-stats span {

    color: var(--muted);

    font-size: 12px;

}


.about-highlight {

    background: #101828;

    color: #fff;

    padding: 55px;

    border-radius: 25px;

    position: relative;

    overflow: hidden;

}


.about-highlight h3 {

    

    font-size: 35px;

    margin-bottom: 20px;

}


.about-highlight p {

    color: rgba(255, 255, 255, .72);

}


.highlight-icon {

    position: absolute;

    right: -25px;

    bottom: -30px;

    font-size: 170px;

    color: rgba(255, 255, 255, .04);

}


/* =========================================================
   IFHE
========================================================= */

.ifhe-section {

    background: #f8fafc;

}


.ifhe-card {

    min-height: 400px;

    padding: 50px;

    border-radius: 25px;

    color: #fff;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background:

        linear-gradient(145deg,
            #690b14,
            #a51422);

    position: relative;

    overflow: hidden;

}


.ifhe-card::after {

    content: "";

    position: absolute;

    width: 280px;

    height: 280px;

    border: 1px solid rgba(255, 255, 255, .15);

    border-radius: 50%;

    right: -100px;

    bottom: -100px;

}


.ifhe-small {

    font-size: 11px;

    letter-spacing: 2px;

    opacity: .7;

}


.ifhe-card h2 {

   

    font-size: 90px;

    line-height: 1;

    margin: 15px 0 0;

}


.ifhe-card h4 {

    font-size: 25px;

}


.ifhe-badge {

    display: inline-flex;

    width: fit-content;

    margin-top: 25px;

    padding: 7px 14px;

    border: 1px solid rgba(255, 255, 255, .4);

    border-radius: 50px;

    font-size: 12px;

    font-weight: 700;

}


.mini-stat {

    background: #fff;

    border: 1px solid #e4e7ec;

    border-radius: 12px;

    padding: 20px;

}


.mini-stat strong {

    display: block;

    color: #dc3545;

    font-size: 25px;

}


.mini-stat span {

    color: var(--muted);

    font-size: 12px;

}


/* =========================================================
   THEME
========================================================= */

.theme-section {

    background:#005796;

    color: #fff;

    padding: 50px 0;

}


.theme-content {

    max-width: 1000px;

    margin: auto;

}


.theme-content h2 {

   

    font-size: clamp(40px, 5vw, 62px);

    line-height: 1.2;

    margin: 15px 0 25px;

}


.theme-content h2 strong {

    color: #f1cc7b;

}


.theme-content p {

    color: rgb(255 255 255);

}


/* =========================================================
   TRACKS
========================================================= */

.track-card {

    display: flex;

    height: 100%;

    background: #fff;

    border: 1px solid #e4e7ec;

    border-radius: 18px;

    overflow: hidden;

    transition: .3s ease;

}


.track-card:hover {

    transform: translateY(-6px);

    box-shadow: var(--shadow);

}


.track-number {

    min-width: 75px;

    padding: 30px 15px;

    background: #fdf0f1;

    color: #dc3545;

    font-weight: 800;

    font-size: 22px;

    text-align: center;

}


.track-content {

    padding: 20px;

}


.track-content h3 {

    font-size: 25px;

}


.track-content p {

    color: var(--muted);

    font-size: 14px;

}


.keywords {

    padding-top: 18px;

    border-top: 1px solid #e4e7ec;

    color: #667085;

    font-size: 13px;

}


.keywords strong {

    color: #dc3545;

}


/* =========================================================
   SUBMISSIONS
========================================================= */

.submission-card {

    background: #fff;

    border: 1px solid #e4e7ec;

    border-radius: 18px;

    padding: 40px;

    height: 100%;

    transition: .3s ease;

}


.submission-card:hover,
.submission-card.featured {

    border-color: #dc3545;

    box-shadow: var(--shadow);

}


.submission-icon {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    background: #fdf0f1;

    color: #dc3545;

    font-size: 27px;

}


.submission-card h3 {

    margin: 25px 0 15px;

    color: var(--navy);

   

}


.submission-card p {

    color: var(--muted);

}


.submission-card a {

    color: #dc3545;

    font-weight: 700;

    font-size: 13px;

}


/* =========================================================
   GUIDELINES
========================================================= */

.guideline-box {

    max-width: 1000px;

    margin-left: auto;

    margin-right: auto;

}


.guideline-item {

    display: flex;

    gap: 25px;

    padding: 28px 0;

    border-bottom: 1px solid #e4e7ec;

}


.guideline-number {

    min-width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #dc3545;

    color: #fff;

    font-size: 13px;

    font-weight: 700;

}


.guideline-item h4 {

    color: var(--navy);

    margin-bottom: 5px;

}


.guideline-item p {

    margin: 0;

    color: var(--muted);

}


/* =========================================================
   CASE SECTION
========================================================= */

.case-section {

    background:

        linear-gradient(135deg,
            #111827,
            #1f2937);

    padding: 100px 0;

    color: #fff;

}


.case-section h2 {

   

    font-size: 48px;

}


.case-section h2 span {

    color: #f1cc7b;

}


.case-section p {

    color: rgba(255, 255, 255, .72);

}


.case-image {

    border-radius: 25px;

    overflow: hidden;

}


.case-image img {

    width: 100%;

    height: 430px;

    object-fit: cover;

}


.case-speaker {

    display: flex;

    gap: 15px;

    align-items: center;

    margin-top: 30px;

}


.case-speaker-icon {

    width: 55px;

    height: 55px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .1);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 22px;

}


.case-speaker strong,
.case-speaker span {

    display: block;

}


.case-speaker span {

    font-size: 12px;

    color: rgba(255, 255, 255, .55);

}


/* =========================================================
   REGISTRATION
========================================================= */

.registration-section {

    background: #fff;

}


.membership-note {

    display: flex;

    gap: 18px;

    max-width: 900px;

    margin: 40px auto 0;

    padding: 25px;

    background: #fff8e8;

    border: 1px solid #f1d99c;

    border-radius: 15px;

}


.membership-note>i {

    color: #b27a0b;

    font-size: 25px;

}


.membership-note p {

    margin: 3px 0 0;

    color: #705a2c;

}


.fee-card {

    border: 1px solid #e4e7ec;

    border-radius: 20px;

    padding: 35px;

    height: 100%;

    transition: .3s ease;

}


.fee-card:hover,
.fee-card.featured {

    border-color: #dc3545;

    box-shadow: var(--shadow);

}


.fee-icon {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 14px;

    background: #fdf0f1;

    color: #dc3545;

    font-size: 25px;

}


.fee-card h3 {

   

    color: var(--navy);

    font-size: 23px;

    margin: 22px 0;

}


.fee-row {

    display: flex;

    justify-content: space-between;

    padding: 13px 0;

    border-bottom: 1px solid #e4e7ec;

}


.fee-row strong {

    color: #dc3545;

    font-size: 20px;

}


.fee-card small {

    display: block;

    color: var(--muted);

    margin-top: 15px;

}


.international-fees {

    background: var(--navy);

    color: #fff;

    padding: 35px;

    border-radius: 20px;

}


.international-fees h3 {



    margin-bottom: 25px;

}


.international-fee {

    padding: 20px;

    background: rgba(255, 255, 255, .07);

    border-radius: 12px;

}


.international-fee span,
.international-fee strong {

    display: block;

}


.international-fee span {

    font-size: 13px;

    color: rgba(255, 255, 255, .65);

}


.international-fee strong {

    font-size: 22px;

    color: #f1cc7b;

    margin-top: 5px;

}


/* =========================================================
   INFO PANELS
========================================================= */

.info-panel {

    height: 100%;

    padding: 25px;

    border-radius: 20px;

    background: #fff;

    border: 1px solid #e4e7ec;

}


.info-panel-icon {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    background: #fdf0f1;

    color: #dc3545;

    font-size: 28px;

    margin-bottom: 25px;

}


.info-panel h3 {



    font-size: 28px;

    color: var(--navy);

}


.info-panel p {

    color: var(--muted);

}


/* =========================================================
   DATES
========================================================= */


.date-card {

    background: #fff;

    border: 1px solid #e4e7ec;

    border-radius: 18px;

    padding: 28px;

    height: 100%;

    transition: .3s ease;

}


.date-card:hover {

    transform: translateY(-6px);

    box-shadow: var(--shadow);

}


.date-icon {

    font-size: 28px;

    color: #dc3545;

    margin-bottom: 18px;

}


.date-card span {

    display: block;

    color: var(--muted);

    font-size: 15px;

}


.date-card strong {

    display: block;

    color: var(--navy);

    margin-top: 8px;

}


.date-card.conference-date {

    background: #dc3545;

    color: #fff;

}


.date-card.conference-date .date-icon,
.date-card.conference-date strong {

    color: #fff;

}


.date-card.conference-date span {

    color: rgba(255, 255, 255, .7);

}


/* =========================================================
   COMMITTEE
========================================================= */

.committee-group {

    margin-top: 60px;

}


.committee-title {



    color: var(--navy);

    margin-bottom: 25px;

}


.committee-title i {

    color: #dc3545;

    margin-right: 8px;

}


.person-card {

    background: #fff;

    border: 1px solid #e4e7ec;

    padding: 15px;

    border-radius: 16px;

    display: flex;

    gap: 18px;

    align-items: center;

    height: 100%;

    transition: .3s ease;

}


.person-card:hover {

    box-shadow: var(--shadow);

    transform: translateY(-4px);

}


.person-avatar {

    width: 62px;

    height: 62px;

    min-width: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #fdf0f1;

    color: #dc3545;

    border-radius: 50%;

    font-size: 25px;

}


.person-card h4,
.committee-card h4 {

    color: var(--navy);

    margin: 0 0 4px;

}


.person-card p,
.committee-card p {

    color: var(--muted);

    margin: 0;

    font-size: 13px;

}


.person-card a {

    color: #dc3545;

    font-size: 12px;

}


.committee-card {

    background: #fff;

    border: 1px solid #e4e7ec;

    padding: 15px;

    border-radius: 16px;

    height: 100%;

    text-align: center;

}


.committee-card .person-avatar {

    margin: 0 auto 18px;

}

.manager-card {
    margin-top: 60px;
    padding: 40px;
    border-radius: 20px;
    background: #055a98;
    color: #fff;
    display: flex;
    gap: 25px;
    align-items: center;
}


.manager-icon {

    width: 70px;

    height: 70px;

    min-width: 70px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .1);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

}


.manager-card span {

    color: rgba(255, 255, 255, .65);

    font-size: 12px;

    text-transform: uppercase;

    letter-spacing: 1px;

}


.manager-card h3 {



    margin: 4px 0;

}


.manager-card p {

    margin: 0;

}


.contact-list {

    display: flex;

    gap: 10px;

    margin-top: 12px;

}


.contact-list span {

    text-transform: none;

    letter-spacing: 0;

    color: rgba(255, 255, 255, .8);

}


/* =========================================================
   CTA
========================================================= */

.cta-section {

    padding: 70px 0;

    background: #f8fafc;

}


.cta-box {

    padding: 55px;

    border-radius: 25px;

    color: #fff;

    background:

        linear-gradient(135deg,
            #690b14,
            #a51524);

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

}


.cta-box>div:first-child {

    max-width: 700px;

}


.cta-box span {

    font-size: 11px;

    letter-spacing: 2px;

    color: #f1cc7b;

}


.cta-box h2 {


    font-size: 38px;

    margin: 10px 0 0;

}


.cta-buttons {

    display: flex;

    gap: 10px;

    flex-wrap: wrap;

}


/* =========================================================
   FOOTER
========================================================= */

.footer {

    background: #0b1220;

    color: #fff;

    padding: 20px 0px;

}


.footer-brand {

    display: flex;

    gap: 15px;

    align-items: center;

}


.footer-brand strong,
.footer-brand span {

    display: block;

}


.footer-brand strong {

    font-size: 16px;

}


.footer-brand span {

    color: rgba(255, 255, 255, .5);

    font-size: 12px;

}


.footer-description {

    color: rgba(255, 255, 255, .55);

    max-width: 500px;

    margin-top: 20px;

}


.footer h4 {

    font-size: 16px;

    margin-bottom: 20px;

}


.footer-links {

    padding: 0;

    margin: 0;

    list-style: none;

}


.footer-links li {

    margin-bottom: 10px;

}


.footer-links a {

    color: rgba(255, 255, 255, .55);

    transition: .3s ease;

}


.footer-links a:hover {

    color: #fff;

}


.footer-contact p {

    color: rgba(255, 255, 255, .6);

    font-size: 13px;

}


.footer-contact i {

    color: #f1cc7b;

    margin-right: 8px;

}


.footer hr {

    border-color: rgba(255, 255, 255, .1);

    margin: 45px 0 25px;

}


.footer-bottom {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    flex-wrap: wrap;

}


.footer-bottom p {

    color: #fff;

    font-size: 14px;

    margin: 0;

}


/* =========================================================
   BACK TO TOP
========================================================= */

.back-to-top {

    position: fixed;

    right: 25px;

    bottom: 25px;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #dc3545;

    color: #fff;

    border-radius: 50%;

    z-index: 999;

    opacity: 0;

    visibility: hidden;

    transition: .3s ease;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .2);

}


.back-to-top.show {

    opacity: 1;

    visibility: visible;

}


.back-to-top:hover {


    transform: translateY(-3px);

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .section-padding {

        padding: 50px 0;

    }


    .nav-link {

        padding: 10px 0 !important;

    }


    .navbar-nav {

        padding: 20px 0;

    }


    .quick-info {

        margin-top: 0;

        padding-top: 20px;

    }


    .quick-info-wrapper {

        grid-template-columns:
            repeat(2, 1fr);

    }


    .quick-card:nth-child(2) {

        border-right: 0;

    }


    .quick-card:nth-child(-n+2) {

        border-bottom: 1px solid #e4e7ec;

    }


    .hero-section {

        min-height: 600px;

    }


    .cta-box {

        flex-direction: column;

        align-items: flex-start;

    }

}


@media (max-width: 767.98px) {

    .top-info {

        display: flex;

        flex-wrap: wrap;

        gap: 5px 15px;

    }


    .top-bar span {

        margin-right: 0;

    }


    .quick-info-wrapper {

        grid-template-columns: 1fr;

    }


    .quick-card {

        border-right: 0;

        border-bottom: 1px solid #e4e7ec;

    }


    .quick-card:last-child {

        border-bottom: 0;

    }


    .hero-section {

        padding: 80px 0;

        min-height: auto;

    }


    .hero-section h1 {

        font-size: 43px;

    }


    .hero-subtitle {

        font-size: 25px;

    }


    .hero-description {

        font-size: 15px;

    }


    .hero-meta {

        gap: 20px;

    }


    .keynote-image img {

        height: 350px;

    }


    .about-stats {

        gap: 20px;

        justify-content: space-between;

    }


    .about-highlight {

        padding: 35px;

    }


    .ifhe-card {

        min-height: 300px;

        padding: 35px;

    }


    .ifhe-card h2 {

        font-size: 65px;

    }


    .track-card {

        flex-direction: column;

    }


    .track-number {

        min-width: auto;

        padding: 15px;

        text-align: left;

    }


    .track-content {

        padding: 25px;

    }


    .case-section h2 {

        font-size: 38px;

    }


    .case-image img {

        height: 320px;

    }


    .manager-card {

        align-items: flex-start;

        flex-direction: column;

    }


    .cta-box {

        padding: 35px;

    }


    .cta-box h2 {

        font-size: 30px;

    }


}


@media (max-width: 575.98px) {

    .section-padding {

        padding: 50px 0;

    }


    .hero-section h1 {

        font-size: 37px;

    }


    .hero-buttons .btn {

        width: 100%;

    }


    .hero-meta-item {

        width: 100%;

    }


    .about-stats strong {

        font-size: 24px;

    }


    .about-stats {

        gap: 10px;

    }


    .guideline-item {

        gap: 15px;

    }


    .guideline-number {

        min-width: 42px;

        width: 42px;

        height: 42px;

    }


    .fee-card {

        padding: 28px;

    }


    .international-fees {

        padding: 25px;

    }


    .person-card {

        align-items: flex-start;

    }


    .contact-list {

        flex-direction: column;

        gap: 5px;

    }


    .footer-bottom {

        flex-direction: column;

    }

}






















/* =========================================
   Submission Sessions
========================================= */

.submission-sessions {
    position: relative;
    background: #f5f8fc;
    overflow: hidden;
}


/* =========================================
   Section Heading
========================================= */

.section-heading {
    max-width: 850px;
    margin: 0 auto;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 16px;
    border-radius: 50px;
    background: rgba(0, 87, 150, 0.08);
    color: #005796;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.section-title {
    margin-bottom: 12px;
    color: #162536;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.2;
}

.section-title span {
    color: #005796;
}

.section-description {
    margin: 0;
    color: #68788a;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   Session Card
========================================= */

.session-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e9f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(24, 55, 80, 0.07);
    transition: all 0.3s ease;
}

.session-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(24, 55, 80, 0.12);
}


/* =========================================
   Top Accent
========================================= */

.session-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #005796;
}

.competitive-session::before {
    background: #005796;
}

.interactive-session::before {
    background: #087f8c;
}

.panel-session::before {
    background: #4b4b9d;
}


/* =========================================
   Session Header
========================================= */

.session-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #f8fbfd 100%
    );
}

.session-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #005796;
    color: #ffffff;
    font-size: 25px;
    box-shadow: 0 8px 20px rgba(0, 87, 150, 0.20);
}

.interactive-session .session-icon {
    background: #087f8c;
    box-shadow: 0 8px 20px rgba(8, 127, 140, 0.20);
}

.panel-session .session-icon {
    background: #4b4b9d;
    box-shadow: 0 8px 20px rgba(75, 75, 157, 0.20);
}


/* =========================================
   Session Number
========================================= */

.session-number {
    display: block;
    margin-bottom: 3px;
    color: #8493a3;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.session-header h3 {
    margin: 0;
    color: #172b3d;
    font-size: 25px;
    font-weight: 750;
}


/* =========================================
   Session Content
========================================= */

.session-content {
    padding: 20px;
}

.session-content p {
    margin: 0;
    color: #566676;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================
   Panel List
========================================= */

.panel-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.panel-list > li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    color: #566676;
    font-size: 16px;
    line-height: 1.8;
}

.panel-list > li:last-child {
    margin-bottom: 0;
}

.list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 3px;
    border-radius: 50%;
    background: rgba(0, 87, 150, 0.10);
    color: #005796;
    font-size: 14px;
}


/* =========================================
   Recommendation Box
========================================= */

.recommendation-item {
    display: block !important;
    margin: 28px 0 !important;
    padding: 24px 26px;
    border: 1px solid #dce8f1;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        #f5faff 0%,
        #eef6fb 100%
    );
}

.recommendation-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    color: #164b6c;
    font-size: 16px;
    line-height: 1.6;
}

.recommendation-title i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #005796;
    color: #ffffff;
    font-size: 15px;
}


/* =========================================
   Recommendation List
========================================= */

.recommendation-list {
    margin: 0;
    padding: 0 0 0 46px;
    list-style: none;
    counter-reset: recommendation;
}

.recommendation-list li {
    position: relative;
    margin-bottom: 17px;
    color: #566676;
    font-size: 15.5px;
    line-height: 1.75;
    counter-increment: recommendation;
}

.recommendation-list li:last-child {
    margin-bottom: 0;
}

.recommendation-list li::before {
    content: "•";
    position: absolute;
    left: -30px;
    top: -5px;
    color: #005796;
    font-size: 24px;
    font-weight: 700;
}


/* =========================================
   Tablet
========================================= */

@media (max-width: 991.98px) {

    .submission-sessions {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .session-header {
        padding: 24px 26px;
    }

    .session-content {
        padding: 26px;
    }

}


/* =========================================
   Mobile
========================================= */

@media (max-width: 575.98px) {

    .section-heading {
        padding: 0 10px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-description {
        font-size: 15px;
    }

    .session-card {
        border-radius: 16px;
    }

    .session-header {
        gap: 14px;
        padding: 20px;
    }

    .session-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 20px;
    }

    .session-header h3 {
        font-size: 20px;
    }

    .session-number {
        font-size: 10px;
    }

    .session-content {
        padding: 22px 20px;
    }

    .session-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .panel-list > li {
        gap: 10px;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .list-icon {
        flex-basis: 21px;
        width: 21px;
        height: 21px;
        font-size: 12px;
    }

    .recommendation-item {
        padding: 20px 18px;
    }

    .recommendation-title {
        font-size: 15px;
    }

    .recommendation-list {
        padding-left: 38px;
    }

    .recommendation-list li {
        font-size: 14.5px;
    }

    .recommendation-list li::before {
        left: -38px;
        width: 26px;
        height: 26px;
    }

}



/* ================================
   Submission Guidelines
================================ */

.submission-guidelines {
    background: #f8f9fc;
}

.submission-guidelines .badge {
    background: rgba(106, 56, 255, 0.1);
    color: #005796;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.submission-guidelines h2 {
    color: #1d1d2c;
    font-size: 34px;
    line-height: 1.3;
}

.section-divider {
    width: 60px;
    height: 4px;
    border-radius: 10px;
    background: #005796;
}


/* Main Card */

.guidelines-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 10px 25px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
}


/* Individual Guideline */

.guideline-item {
    display: flex;
    gap: 22px;
    padding: 16px 10px;
    align-items: flex-start;
}

.guideline-item + .guideline-item {
    border-top: 1px solid #eeeeee;
}


/* Icon */

.guideline-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

   background: #fdf0f1;
    color: #dc3545;

    font-size: 22px;
}


/* Content */

.guideline-content {
    padding-top: 3px;
}

.guideline-content p {
    color: #555866;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}


/* Hover Effect */

.guideline-item {
    transition: all 0.3s ease;
}

.guideline-item:hover .guideline-icon {
    background: #dc3545;
    color: #ffffff;
    transform: translateY(-2px);
}

.guideline-icon {
    transition: all 0.3s ease;
}


/* Responsive */

@media (max-width: 767.98px) {

    .submission-guidelines {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .submission-guidelines h2 {
        font-size: 27px;
    }

    .guidelines-card {
        padding: 5px 18px;
        border-radius: 14px;
    }

    .guideline-item {
        gap: 15px;
        padding: 22px 5px;
    }

    .guideline-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
        border-radius: 11px;
    }

    .guideline-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}



/* =========================================
   PANEL PROPOSAL GUIDELINES
========================================= */



.section-label {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 50px;

    background: #eeeafe;
    color: #005796;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;

    margin-bottom: 18px;
}

.section-title {
    color: #20212d;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 20px;
}


.title-line {
    width: 65px;
    height: 4px;
    border-radius: 10px;
    background: #005796;
}


/* Main Guidelines Container */

.panel-guidelines {
    background: #ffffff;

    border-radius: 20px;

    padding: 25px 25px;

    box-shadow:
        0 15px 45px rgba(30, 30, 60, 0.08);

    border: 1px solid #eeeeF4;
}


/* Intro */

.intro-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 22px 24px;

    background: #edf7ff;

    border-radius: 14px;

    margin-bottom: 15px;
}

.intro-icon
 {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #005796;
    color: #ffffff;
    font-size: 20px;
}

.intro-box p {
    color: #4f5160;
    font-size: 16px;
    line-height: 1.75;
}


/* Guideline Row */

.guideline-row {
    display: flex;
    gap: 25px;

    padding: 20px 15px;

    border-bottom: 1px solid #eeeeee;

    transition: all 0.3s ease;
}

.guideline-row:last-child {
    border-bottom: 0;
}


/* Number */

.number-box {
    width: 52px;
    height: 52px;
    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #fdf0f1;
    color: #dc3545;

    font-size: 15px;
    font-weight: 700;

    transition: all 0.3s ease;
}


/* Content */

.guideline-body {
    flex: 1;
}

.guideline-body h5 {
    margin: 0 0 12px;

    color: #242532;

    font-size: 18px;
    font-weight: 700;
}

.guideline-body h5 i {
    color: #dc3545;
}

.guideline-body p {
        margin: 0;
    color: #303030;
    font-size: 16px;
}


/* Hover */

.guideline-row:hover .number-box {
    background: #dc3545;
    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767.98px) {

    .panel-proposal-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .section-title {
        font-size: 28px;
    }

    .panel-guidelines {
        padding: 20px 18px;
        border-radius: 15px;
    }

    .intro-box {
        padding: 18px;
        gap: 13px;
    }

    .intro-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }

    .intro-box p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .guideline-row {
        gap: 15px;
        padding: 24px 5px;
    }

    .number-box {
        width: 43px;
        height: 43px;
        min-width: 43px;
        border-radius: 11px;
        font-size: 13px;
    }

    .guideline-body h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .guideline-body p {
        font-size: 14.5px;
        line-height: 1.7;
    }
}

















/* =========================================
   GENERAL RULES - CARD GRID DESIGN
========================================= */

.all-submissions-rules {
    background: #f7f8fc;
}


/* =========================================
   HEADER
========================================= */

.rules-mini-title {
    display: flex;
    align-items: center;

    gap: 10px;

    color: #005796;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.8px;

    margin-bottom: 15px;
}

.rules-mini-title span {
    width: 30px;
    height: 2px;

    background: #005796;

    display: inline-block;
}

.rules-main-title {
    color: #20212d;

    font-size: 42px;
    font-weight: 700;

    line-height: 1.2;

    margin: 0;
}

.rules-main-title span {
    color: #005796;
}


/* Header Box */

.rules-header-box {
    display: inline-flex;
    align-items: center;

    gap: 15px;

    padding: 16px 20px;

    background: #ffffff;

    border: 1px solid #e7e7ef;

    border-radius: 14px;

    float: right;
}

.rules-header-box > i {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #fdf0f1;

    color: #005796;

    font-size: 20px;
}

.rules-header-box strong {
    display: block;

    color: #252632;

    font-size: 14px;
}

.rules-header-box small {
    display: block;

    color: #777987;

    font-size: 12px;

    margin-top: 3px;
}


/* =========================================
   RULE CARD
========================================= */

.submission-rule-card {
    height: 100%;

    padding: 26px 28px;

    background: #ffffff;

    border: 1px solid #e8e8ef;

    border-radius: 16px;

    box-shadow: 0 8px 25px rgba(25, 25, 50, 0.04);

    transition: all 0.3s ease;
}


/* Top */

.rule-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;
}

.rule-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background:#fdf0f1;

    color: #dc3545;

    font-size: 20px;

    transition: all 0.3s ease;
}

.rule-card-top > span {
    color: #b3b4be;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
}


.rule-card-content p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}


/* Hover */

.submission-rule-card:hover {
    transform: translateY(-5px);

    border-color: #dcd5ff;

    box-shadow: 0 15px 35px rgba(40, 30, 90, 0.08);
}

.submission-rule-card:hover .rule-icon {
    background: #dc3545;

    color: #ffffff;
}


/* =========================================
   HIGHLIGHT CARD
========================================= */

.highlight-card {
    background: #f8f6ff;

    border-color: #e4ddff;
}

.highlight-card .rule-icon {
    background: #005796;

    color: #ffffff;
}


/* =========================================
   CONTACT
========================================= */

.contact-guideline {
    display: flex;
    align-items: center;

    gap: 20px;

    padding: 25px 28px;

    background: #005796;

    border-radius: 16px;

    color: #005796;
}

.contact-guideline-icon {
    width: 50px;
    height: 50px;

    min-width: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    background: rgb(255 255 255);

    font-size: 20px;
}

.contact-guideline-content {
    flex: 1;
}

.contact-guideline-content p {
    color: rgba(255, 255, 255, 0.9);

    font-size: 14px;

    line-height: 1.6;
}

.contact-guideline-content a {
    color: #ffffff;

    font-size: 14px;

    text-decoration: none;
}

.contact-guideline-content a:hover {
    color: #ffffff;
}

.contact-guideline-arrow {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    font-size: 18px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .rules-header-box {
        float: none;

        margin-top: 25px;
    }

}


@media (max-width: 767.98px) {

    .all-submissions-rules {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .rules-main-title {
        font-size: 29px;
    }

    .submission-rule-card {
        padding: 22px;

        border-radius: 14px;
    }

    .rule-icon {
        width: 43px;
        height: 43px;

        font-size: 18px;
    }

    .rule-card-content p {
        font-size: 14px;

        line-height: 1.7;
    }

    .contact-guideline {
        align-items: flex-start;

        padding: 20px;

        gap: 13px;
    }

    .contact-guideline-icon {
        width: 43px;
        height: 43px;

        min-width: 43px;

        font-size: 17px;
    }

    .contact-guideline-content p,
    .contact-guideline-content a {
        font-size: 13px;
    }

    .contact-guideline-arrow {
        display: none;
    }

}





/* =========================================
   REGISTRATION FEES
========================================= */

.registration-fees {
    background: #f7f8fc;
}


/* =========================================
   SECTION HEADING
========================================= */

.fees-label {
    display: inline-block;

    padding: 7px 16px;

    border-radius: 50px;

    background: #eeeaff;

    color: #dc3545;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 14px;
}

.fees-title {
    margin: 0;

    color: #20212d;

    font-size: 38px;
    font-weight: 700;

    line-height: 1.25;
}

.fees-subtitle {
    color: #737582;

    font-size: 14px;

    margin-top: 10px;
}


/* =========================================
   FEE CARD
========================================= */

.fee-card {
    height: 100%;

    padding: 25px;

    background: #ffffff;

    border: 1px solid #e7e7ee;

    border-radius: 18px;

    box-shadow: 0 10px 30px rgba(25, 25, 50, 0.05);

    transition: all 0.3s ease;
}


/* Featured */

.fee-card.featured {
    border-color: #d9d0ff;

    box-shadow: 0 15px 40px rgba(106, 56, 255, 0.10);
}


/* Hover */

.fee-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 18px 40px rgba(25, 25, 50, 0.10);
}


/* =========================================
   CARD HEADER
========================================= */

.fee-card-header {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 20px;
}

.fee-icon {
    width: 52px;
    height: 52px;

    min-width: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #fdf0f1;

    color: #dc3545;

    font-size: 22px;
}

.fee-card-header h3 {
    margin: 0;

    color: #252632;

    font-size: 19px;
    font-weight: 700;

    line-height: 1.35;
}


/* =========================================
   COUNTRY SECTION
========================================= */

.fee-country {
    padding: 17px;

    background: #fafaff;

    border: 1px solid #eeeeF4;

    border-radius: 13px;

    margin-bottom: 14px;
}

.fee-country:last-child {
    margin-bottom: 0;
}


/* International */

.fee-country.international {
    background: #f8f8f9;

    border-color: #e9e9ed;
}


/* =========================================
   COUNTRY HEADING
========================================= */

.country-heading {
    display: flex;
    align-items: flex-start;

    gap: 9px;

    margin-bottom: 13px;

    color: #4c4e5b;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.5;
}

.country-heading i {
    color: #dc3545;

    font-size: 15px;

    margin-top: 2px;

    flex-shrink: 0;
}

.country-heading a {
    color: #000000;

    font-weight: 700;

    text-decoration: underline;
}


/* =========================================
   PRICE ROW
========================================= */

.fee-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 11px 0;

    border-top: 1px solid #e8e8ef;
}

.fee-price-row:first-of-type {
    border-top: 0;
}


/* Fee Type */

.fee-type {
    display: flex;
    flex-direction: column;

    gap: 2px;
}

.fee-type span {
    color: #424451;

    font-size: 16px;
    font-weight: 600;
}

.fee-type small {
    color: #858692;

    font-size: 10.5px;

    line-height: 1.4;
}


/* Price */

.fee-price-row strong {
    white-space: nowrap;

    color: #005796;

    font-size: 17px;
    font-weight: 700;
}


/* =========================================
   BOTTOM NOTE
========================================= */

.fee-note {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    color: #686a76;

    font-size: 13px;
}

.fee-note i {
    color: #dc3545;

    font-size: 15px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991.98px) {

    .fee-card {
        padding: 22px;
    }

}


@media (max-width: 767.98px) {

    .registration-fees {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    .fees-title {
        font-size: 29px;
    }

    .fees-subtitle {
        font-size: 13px;
    }

    .fee-card {
        padding: 20px;

        border-radius: 15px;
    }

    .fee-card-header {
        padding-bottom: 18px;

        margin-bottom: 17px;
    }

    .fee-icon {
        width: 46px;
        height: 46px;

        min-width: 46px;

        font-size: 19px;

        border-radius: 12px;
    }

    .fee-card-header h3 {
        font-size: 17px;
    }

    .fee-country {
        padding: 14px;

        border-radius: 11px;
    }

    .country-heading {
        font-size: 11.5px;
    }

    .fee-price-row {
        padding: 10px 0;
    }

    .fee-type span {
        font-size: 12.5px;
    }

    .fee-price-row strong {
        font-size: 15px;
    }

    .fee-note {
        text-align: center;

        font-size: 12px;
    }

}