/* =========================================================
   IJRCSIT — PREMIUM CONFERENCE PAGE
========================================================= */

:root {

    --conf-navy: #092633;
    --conf-navy-2: #0d3444;

    --conf-blue: #1b637c;
    --conf-blue-dark: #124b61;

    --conf-cyan: #62bdd8;
    --conf-cyan-soft: #eaf6f9;

    --conf-gold: #c9a45a;

    --conf-text: #193743;
    --conf-muted: #71838b;

    --conf-line: #dce7eb;
    --conf-bg: #f6f9fa;

    --conf-white: #ffffff;

    --conf-shadow:
        0 12px 35px rgba(9, 38, 51, .08);

    --conf-shadow-hover:
        0 22px 50px rgba(9, 38, 51, .14);

}


/* =========================================================
   GLOBAL
========================================================= */

.ijrcsit-conference-page {

    background: var(--conf-bg);

    color: var(--conf-text);

    font-family: "Inter", sans-serif;

    overflow: hidden;

}


.conf-container {

    width: min(
        1240px,
        calc(100% - 40px)
    );

    margin: 0 auto;

}


/* =========================================================
   HERO
========================================================= */

.conf-hero {

    position: relative;

    min-height: 270px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            #092633 0%,
            #0d3444 52%,
            #124b61 100%
        );

    color: #ffffff;

}


.conf-hero::before {

    content: "";

    position: absolute;

    width: 430px;

    height: 430px;

    right: -160px;

    top: -230px;

    border: 1px solid
        rgba(98,189,216,.22);

    border-radius: 50%;

}


.conf-hero::after {

    content: "";

    position: absolute;

    width: 260px;

    height: 260px;

    right: 60px;

    bottom: -190px;

    border: 1px solid
        rgba(201,164,90,.20);

    border-radius: 50%;

}


.conf-hero-grid {

    position: absolute;

    inset: 0;

    opacity: .18;

    background-image:
        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

}


.conf-hero-content {

    position: relative;

    z-index: 2;

    padding: 43px 0;

    max-width: 820px;

}


.conf-eyebrow {

    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 12px;

    color: #9fd8e7;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.8px;

}


.conf-eyebrow span {

    width: 25px;

    height: 1px;

    background: var(--conf-cyan);

}


.conf-eyebrow span:last-child {

    display: none;

}


.conf-hero h1 {

    margin: 0;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: clamp(
        34px,
        4vw,
        52px
    );

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -1.4px;

}


.conf-hero h1 strong {

    color: var(--conf-cyan);

}


.conf-hero p {

    max-width: 650px;

    margin: 15px 0 20px;

    color: #c8dce2;

    font-size: 14px;

    line-height: 1.7;

}


.conf-hero-meta {

    display: flex;

    flex-wrap: wrap;

    gap: 9px;

}


.conf-hero-meta span {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 7px 11px;

    border: 1px solid
        rgba(255,255,255,.14);

    border-radius: 5px;

    background:
        rgba(255,255,255,.055);

    color: #d9e9ee;

    font-size: 10.5px;

}


.conf-hero-meta i {

    color: var(--conf-cyan);

}


/* =========================================================
   COLLECTION
========================================================= */

.conf-collection {

    padding: 52px 0 35px;

}


.conf-section-head {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 30px;

    margin-bottom: 27px;

}


.conf-section-label {

    display: block;

    margin-bottom: 7px;

    color: var(--conf-blue);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

}


.conf-section-head h2 {

    margin: 0;

    color: var(--conf-navy);

    font-family: "Manrope", sans-serif;

    font-size: 29px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -.7px;

}


.conf-section-head h2 span {

    color: var(--conf-blue);

}


.conf-section-head p {

    max-width: 610px;

    margin: 9px 0 0;

    color: var(--conf-muted);

    font-size: 12.5px;

    line-height: 1.65;

}


/* =========================================================
   SEARCH
========================================================= */

.conf-search {

    width: 260px;

    height: 43px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 0 13px;

    border: 1px solid var(--conf-line);

    border-radius: 7px;

    background: #ffffff;

    box-shadow:
        0 5px 20px rgba(9,38,51,.04);

}


.conf-search i {

    color: var(--conf-blue);

    font-size: 14px;

}


.conf-search input {

    width: 100%;

    border: 0;

    outline: 0;

    background: transparent;

    color: var(--conf-text);

    font-family: "Inter", sans-serif;

    font-size: 11.5px;

}


.conf-search input::placeholder {

    color: #98a8ae;

}


/* =========================================================
   TOOLBAR
========================================================= */

.conf-toolbar {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 20px;

    padding-bottom: 13px;

    border-bottom: 1px solid var(--conf-line);

}


.conf-filter-group {

    display: flex;

    flex-wrap: wrap;

    gap: 5px;

}


.conf-filter {

    height: 31px;

    padding: 0 11px;

    border: 1px solid var(--conf-line);

    border-radius: 5px;

    background: #ffffff;

    color: var(--conf-muted);

    font-family: "Inter", sans-serif;

    font-size: 9.5px;

    font-weight: 600;

    cursor: pointer;

    transition: .2s ease;

}


.conf-filter:hover {

    color: var(--conf-blue);

    border-color: #b8d6df;

}


.conf-filter.active {

    border-color: var(--conf-blue);

    background: var(--conf-blue);

    color: #ffffff;

}


.conf-count {

    color: var(--conf-muted);

    font-size: 10px;

    white-space: nowrap;

}


.conf-count strong {

    color: var(--conf-navy);

    font-family: "Manrope", sans-serif;

    font-size: 14px;

}


/* =========================================================
   GRID
========================================================= */

.conf-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;

}


/* =========================================================
   CARD
========================================================= */

.conf-card {

    position: relative;

    min-width: 0;

    display: flex;

    flex-direction: column;

    min-height: 365px;

    padding: 21px;

    overflow: hidden;

    border: 1px solid var(--conf-line);

    border-radius: 10px;

    background: #ffffff;

    box-shadow: var(--conf-shadow);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;

}


.conf-card:hover {

    transform: translateY(-5px);

    border-color: #bddce4;

    box-shadow: var(--conf-shadow-hover);

}


.conf-card.is-featured {

    border-top: 3px solid var(--conf-cyan);

}


.conf-card-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    min-height: 39px;

    margin-bottom: 14px;

}


.conf-number {

    display: flex;

    align-items: center;

    gap: 8px;

}


.conf-number span {

    color: var(--conf-muted);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1px;

}


.conf-number strong {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 30px;

    height: 30px;

    border-radius: 6px;

    background: var(--conf-navy);

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 11px;

}


.conf-featured,
.conf-series {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 5px 7px;

    border-radius: 4px;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;

}


.conf-featured {

    background: var(--conf-cyan-soft);

    color: var(--conf-blue);

}


.conf-series {

    background: #f3f6f7;

    color: var(--conf-muted);

}


/* =========================================================
   CATEGORY
========================================================= */

.conf-category {

    margin-bottom: 8px;

    color: var(--conf-blue);

    font-size: 8.5px;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;

}


/* =========================================================
   TITLE
========================================================= */

.conf-card h3 {

    margin: 0;

    min-height: 76px;

    color: var(--conf-navy);

    font-family: "Manrope", sans-serif;

    font-size: 17px;

    line-height: 1.4;

    font-weight: 750;

    letter-spacing: -.25px;

}


.conf-card h3 span {

    color: var(--conf-blue);

    font-weight: 700;

}


/* =========================================================
   DETAILS
========================================================= */

.conf-details {

    display: flex;

    flex-direction: column;

    gap: 10px;

    margin-top: 17px;

    padding-top: 15px;

    border-top: 1px solid #edf2f4;

}


.conf-detail {

    display: flex;

    align-items: flex-start;

    gap: 10px;

}


.conf-detail-icon {

    width: 27px;

    height: 27px;

    flex: 0 0 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    background: var(--conf-cyan-soft);

    color: var(--conf-blue);

}


.conf-detail-icon i {

    font-size: 12px;

}


.conf-detail > div {

    min-width: 0;

}


.conf-detail small {

    display: block;

    margin-bottom: 2px;

    color: #8b9ba1;

    font-size: 8px;

    font-weight: 600;

}


.conf-detail strong {

    display: block;

    color: var(--conf-text);

    font-size: 10.5px;

    line-height: 1.4;

    font-weight: 600;

}


.conf-email {

    overflow-wrap: anywhere;

}


/* =========================================================
   CARD ACTION
========================================================= */

.conf-card-action {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: auto;

    padding-top: 17px;

    color: var(--conf-blue);

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

}


.conf-card-action i {

    width: 28px;

    height: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #cfe0e5;

    border-radius: 50%;

    transition: .25s ease;

}


.conf-card:hover .conf-card-action i {

    color: #ffffff;

    border-color: var(--conf-blue);

    background: var(--conf-blue);

    transform: rotate(45deg);

}


/* =========================================================
   DECORATIVE ORBIT
========================================================= */

.conf-card-orbit {

    position: absolute;

    right: -42px;

    bottom: -42px;

    width: 115px;

    height: 115px;

    border: 1px solid
        rgba(98,189,216,.14);

    border-radius: 50%;

    pointer-events: none;

}


.conf-card-orbit::after {

    content: "";

    position: absolute;

    top: 18px;

    left: 18px;

    width: 76px;

    height: 76px;

    border: 1px solid
        rgba(201,164,90,.12);

    border-radius: 50%;

}


/* =========================================================
   EMPTY
========================================================= */

.conf-empty {

    display: none;

    padding: 55px 20px;

    text-align: center;

}


.conf-empty.visible {

    display: block;

}


.conf-empty i {

    color: var(--conf-blue);

    font-size: 28px;

}


.conf-empty h3 {

    margin: 10px 0 5px;

    color: var(--conf-navy);

    font-family: "Manrope", sans-serif;

    font-size: 18px;

}


.conf-empty p {

    margin: 0;

    color: var(--conf-muted);

    font-size: 11px;

}


/* =========================================================
   CTA
========================================================= */

.conf-overview-cta {

    padding: 10px 0 55px;

}


.conf-cta-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    overflow: hidden;

    padding: 30px 35px;

    border-radius: 10px;

    background:
        linear-gradient(
            120deg,
            var(--conf-navy),
            var(--conf-navy-2)
        );

    box-shadow:
        0 18px 45px rgba(9,38,51,.13);

}


.conf-cta-pattern {

    position: absolute;

    width: 250px;

    height: 250px;

    right: -100px;

    top: -120px;

    border: 1px solid
        rgba(98,189,216,.16);

    border-radius: 50%;

}


.conf-cta-content {

    position: relative;

    z-index: 1;

}


.conf-cta-content .conf-section-label {

    color: var(--conf-cyan);

}


.conf-cta-content h2 {

    margin: 0 0 6px;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 25px;

    font-weight: 800;

}


.conf-cta-content p {

    max-width: 650px;

    margin: 0;

    color: #bcd1d8;

    font-size: 11.5px;

    line-height: 1.65;

}


.conf-cta-button {

    position: relative;

    z-index: 2;

    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 11px 15px;

    border: 1px solid
        rgba(255,255,255,.18);

    border-radius: 6px;

    background: #ffffff;

    color: var(--conf-navy);

    font-size: 10.5px;

    font-weight: 700;

    text-decoration: none;

    transition: .25s ease;

}


.conf-cta-button:hover {

    background: var(--conf-cyan);

    color: #ffffff;

    transform: translateY(-2px);

}


.conf-cta-button i {

    font-size: 13px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .conf-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .conf-container {

        width: calc(100% - 28px);

    }


    .conf-hero {

        min-height: 245px;

    }


    .conf-hero-content {

        padding: 36px 0;

    }


    .conf-hero h1 {

        font-size: 35px;

    }


    .conf-section-head {

        display: block;

    }


    .conf-search {

        width: 100%;

        margin-top: 17px;

    }


    .conf-toolbar {

        align-items: flex-start;

        flex-direction: column;

    }


    .conf-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }


    .conf-card {

        min-height: 350px;

    }


    .conf-cta-box {

        align-items: flex-start;

        flex-direction: column;

        padding: 26px 23px;

    }


    .conf-cta-button {

        width: 100%;

        justify-content: center;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .conf-collection {

        padding-top: 38px;

    }


    .conf-hero-meta {

        flex-direction: column;

        align-items: flex-start;

    }


    .conf-hero-meta span {

        width: 100%;

    }


    .conf-card {

        padding: 18px;

    }


    .conf-card h3 {

        min-height: auto;

        font-size: 16px;

    }


    .conf-section-head h2 {

        font-size: 25px;

    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .conf-card,
    .conf-card-action i,
    .conf-cta-button {

        transition: none;

    }

}
/* =========================================================
   CLICKABLE CONFERENCE CARDS
========================================================= */

.conf-card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.conf-card,
.conf-card:hover,
.conf-card:focus,
.conf-card:active {
    text-decoration: none;
    color: inherit;
}

.conf-card:focus-visible {
    outline: 3px solid rgba(56, 169, 232, 0.35);
    outline-offset: 4px;
}

/* Premium hover interaction */

.conf-card:hover {
    transform: translateY(-6px);
}

.conf-card:hover .conf-card-action {
    color: #1688c5;
}

.conf-card:hover .conf-card-action i {
    transform: translate(4px, -4px);
}

.conf-card-action i {
    transition: transform .25s ease;
}

/* Make entire card feel interactive */

.conf-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    border: 1px solid transparent;
    transition: border-color .25s ease;
}

.conf-card:hover::after {
    border-color: rgba(56, 169, 232, 0.45);
}
/* =========================================================
   FULL CONFERENCE CARD CLICK
========================================================= */

.conf-card {
    cursor: pointer;
    position: relative;
}

.conf-card:focus {
    outline: 3px solid rgba(56, 169, 232, 0.25);
    outline-offset: 3px;
}

.conf-card:hover {
    cursor: pointer;
}

.conf-card-action {
    position: relative;
    z-index: 5;
}

.conf-card-action,
.conf-card-action * {
    cursor: pointer;
}
.conf-card {
    cursor: pointer;
    position: relative;
}

.conf-card-action {
    pointer-events: none;
}

.conf-card:hover {
    cursor: pointer;
}

.conf-card:focus-visible {
    outline: 3px solid rgba(56, 169, 232, 0.35);
    outline-offset: 4px;
}

.conf-email {
    color: #1688C5;
    text-decoration: none;
    word-break: break-word;
}

.conf-email:hover {
    color: #0A2742;
    text-decoration: underline;
}