/* ==========================================================
   NHRC 2026 CUSTOM STYLES
   Extracted from index_nhrc2026_keyevents_background.php

   IMPORTANT:
   Merge/append these rules into your existing:
   assets/css/style.css
   ========================================================== */

#counting-date {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.countdown-box {
    min-width: 100px;
    padding: 15px 18px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    backdrop-filter: blur(4px);
}

.countdown-box span {
    display: block;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}

.countdown-box small {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}
.nhrc-contact-photo {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto 18px;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

@media (max-width: 767px) {

    #counting-date {
        gap: 8px;
    }

    .countdown-box {
        min-width: 70px;
        padding: 10px 8px;
    }

    .countdown-box span {
        font-size: 26px;
    }

    .countdown-box small {
        font-size: 10px;
    }
    
   }
/* =====================================
   ABOUT SECTION
===================================== */

#about {
    background: #ffffff;
}

.about-row {
    display: flex;
    align-items: center;
}

.about-video-wrapper {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-right: 35px;
}

.conference-video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    object-fit: contain;
}

.about-content {
    padding-left: 30px;
}

.conference-title {
    margin: 0 0 22px;
    color: #111111;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.about-content p {
    margin-bottom: 14px;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.65;
}

.about-read-more {
    display: inline-block;
    margin-top: 2px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.about-read-more:hover,
.about-read-more:focus {
    color: #8b1e3f;
    text-decoration: none;
}

/* =====================================
   KEY EVENTS SECTION
===================================== */

#key-events {
    background: #f7f8fa;
}

.key-events-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.key-events-row > div {
    display: flex;
}

.event-card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eceef2;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(28, 35, 50, 0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 38px rgba(28, 35, 50, 0.14);
}

.event-card .Blurb {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.b-thumb {
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f6;
}

.b-thumb img {
    display: block;
    width: 100%;
    height: 210px;
    margin: 0 auto;
    object-fit: cover;
}

.event-title {
    margin: 22px 0 8px;
    color: #20242c;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.event-description {
    min-height: 72px;
    margin: 0;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.55;
}

.event-card .social-links {
    margin-top: auto !important;
    padding-top: 24px;
}

.event-card .btn {
    min-width: 145px;
}

@media (max-width: 991px) {
    .conference-title {
        font-size: 26px;
        white-space: normal;
    }

    .about-video-wrapper {
        padding-right: 20px;
    }

    .about-content {
        padding-left: 20px;
    }

    .key-events-row > div {
        display: block;
    }

    .event-card {
        height: auto;
    }
}

@media (max-width: 767px) {
    .about-row {
        display: block;
    }

    .about-video-wrapper {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .conference-video {
        max-width: 340px;
        margin: 0 auto;
    }

    .about-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .conference-title {
        font-size: 27px;
        line-height: 1.25;
        white-space: normal;
    }

    .key-events-row {
        display: block;
    }

    .event-card {
        margin-bottom: 20px;
    }

    .b-thumb img {
        height: auto;
    }
}


/* =====================================================
   NHRC 2026 - KEY EVENTS BACKGROUND CARD DESIGN
===================================================== */
.nhrc-events-section {
    padding: 85px 0 90px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    position: relative;
}

.nhrc-events-heading {
    margin-bottom: 45px;
}

.nhrc-events-heading small {
    color: #8b1e3f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.nhrc-events-heading h1 {
    margin-top: 8px;
    margin-bottom: 14px;
    color: #151b2b;
    font-size: 38px;
    font-weight: 800;
}

.events-intro {
    max-width: 650px;
    margin: 20px auto 0;
    color: #747b86;
    font-size: 16px;
}

.nhrc-events-section .key-events-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.nhrc-events-section .key-events-row > div {
    display: flex;
}

.event-feature-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(24, 35, 55, 0.10);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.event-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(24, 35, 55, 0.17);
}

.event-card-blue {
    border-top: 3px solid #2776c8;
}

.event-card-red {
    border-top: 3px solid #a81e42;
}

.event-image-card {
    position: relative;
    height: 380px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event-technical {
    background-image: url('../imgs/img1.png');
}

.event-exhibition {
    background-image: url('../imgs/img2.png');
}

.event-debate {
    background-image: url('../imgs/img3.png');
}

.event-dark-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(7,15,30,0.04) 8%, rgba(7,15,30,0.20) 45%, rgba(7,15,30,0.90) 100%);
    transition: background 0.35s ease;
}

.event-feature-card:hover .event-dark-overlay {
    background: linear-gradient(180deg, rgba(7,15,30,0.08) 5%, rgba(7,15,30,0.30) 45%, rgba(7,15,30,0.95) 100%);
}

.event-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    color: #ffffff;
    text-align: left;
}

.event-content .event-number {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 62px;
    line-height: 1;
    font-weight: 800;
    color: rgba(255,255,255,0.12);
}

.event-type {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #9a1e46;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.event-content h2 {
    max-width: 310px;
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0,0,0,0.30);
}

.event-content p {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 280px;
    color: rgba(255,255,255,0.90);
    font-size: 15px;
    line-height: 1.5;
}

.event-action {
    margin-top: auto;
    padding: 22px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    text-align: center;
}

.event-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    padding: 11px 24px;
    border: 1px solid #8b1e3f;
    border-radius: 6px;
    background: #ffffff;
    color: #8b1e3f !important;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.event-readmore i {
    margin-left: 8px;
    transition: transform 0.25s ease;
}

.event-readmore:hover,
.event-readmore:focus {
    background: #8b1e3f;
    border-color: #8b1e3f;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.event-readmore:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .nhrc-events-section .key-events-row > div {
        display: block;
    }

    .event-image-card {
        height: 340px;
    }

    .event-content h2 {
        font-size: 22px;
    }

    .nhrc-events-heading h1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .nhrc-events-section {
        padding: 55px 0;
    }

    .nhrc-events-section .key-events-row {
        display: block;
    }

    .nhrc-events-section .key-events-row > div {
        display: block;
    }

    .event-feature-card {
        margin-bottom: 28px;
    }

    .event-image-card {
        height: 330px;
    }

    .event-content {
        left: 22px;
        right: 22px;
        bottom: 24px;
    }

    .event-content h2 {
        font-size: 23px;
    }

    .event-content .event-number {
        font-size: 48px;
    }

    .nhrc-events-heading h1 {
        font-size: 30px;
    }
}

.nhrc-fees-section {
            padding: 90px 0 75px;
            background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
            position: relative;
            overflow: hidden;
        }
        .nhrc-fees-section:before {
            content: "";
            position: absolute;
            width: 360px;
            height: 360px;
            border-radius: 50%;
            right: -150px;
            top: -120px;
            background: rgba(139, 30, 63, 0.06);
        }
        .nhrc-section-kicker {
            display: inline-block;
            margin-bottom: 12px;
            color: #8b1e3f;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.6px;
            text-transform: uppercase;
        }
        .nhrc-section-title {
            margin: 0 0 16px;
            color: #1f2430;
            font-size: 42px;
            font-weight: 800;
        }
        .nhrc-section-subtitle {
            margin: 0 auto 48px;
            max-width: 760px;
            color: #68707c;
            font-size: 17px;
            line-height: 1.8;
        }
        .nhrc-fee-grid {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }
        .nhrc-fee-grid > div {
            display: flex;
            align-items: stretch;
        }
        .nhrc-fee-card {
            width: 100%;
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            background: #ffffff;
            border: 1px solid #e7e9ee;
            border-radius: 16px;
            padding: 32px 26px 26px;
            box-shadow: 0 10px 30px rgba(28, 35, 50, 0.07);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }
        .nhrc-fee-card:hover {
            transform: translateY(-7px);
            box-shadow: 0 18px 40px rgba(28, 35, 50, 0.13);
            border-color: rgba(139, 30, 63, 0.28);
        }
        .nhrc-fee-card--featured {
            border: 2px solid #8b1e3f;
            box-shadow: 0 16px 40px rgba(139, 30, 63, 0.15);
        }
        .nhrc-featured-ribbon {
            position: absolute;
            top: 0;
            right: 0;
            padding: 8px 14px;
            border-radius: 0 14px 0 14px;
            background: #8b1e3f;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .7px;
            text-transform: uppercase;
        }
        .nhrc-fee-tag {
            display: inline-block;
            margin-bottom: 13px;
            color: #8b1e3f;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.2px;
            text-transform: uppercase;
        }
        .nhrc-fee-card h3 {
            margin: 0 0 15px;
            color: #212631;
            font-size: 23px;
            font-weight: 700;
            min-height: 54px;
        }
        .nhrc-fee-price {
            margin-bottom: 18px;
            color: #8b1e3f;
            font-size: 34px;
            line-height: 1.1;
            font-weight: 800;
        }
        .nhrc-fee-price small { font-size: 13px; font-weight: 700; vertical-align: middle; }
        .nhrc-fee-price span { font-size: 15px; font-weight: 600; }
        .nhrc-fee-card__top p {
            min-height: 66px;
            color: #747b86;
            line-height: 1.65;
        }
        .nhrc-fee-benefits {
            list-style: none;
            padding: 18px 0 10px;
            margin: 5px 0 22px;
            border-top: 1px solid #eceef2;
            flex: 1;
        }
        .nhrc-fee-benefits li {
            padding: 7px 0;
            color: #4e5561;
            font-size: 14px;
        }
        .nhrc-fee-benefits i { color: #8b1e3f; margin-right: 8px; }
        .nhrc-fee-btn {
            width: 100%;
            margin-top: auto;
            padding: 12px 15px;
            display: block;
            text-align: center;
            line-height: 20px;
            border: 1px solid #8b1e3f;
            background: transparent;
            color: #8b1e3f;
            border-radius: 7px;
            font-weight: 700;
            transition: all .2s ease;
        }
        .nhrc-fee-btn:hover,
        .nhrc-fee-btn:focus,
        .nhrc-fee-btn--primary {
            background: #8b1e3f;
            color: #ffffff;
            border-color: #8b1e3f;
        }
        .nhrc-registration-note {
            margin-top: 22px;
            padding: 24px 28px;
            background: #212631;
            border-radius: 12px;
            color: #fff;
            box-shadow: 0 10px 30px rgba(33, 38, 49, 0.14);
        }
        .nhrc-registration-note > .row {
            display: flex;
            align-items: center;
        }
        .nhrc-registration-note h4 { margin: 0 0 8px; color: #fff; font-weight: 700; }
        .nhrc-registration-note h4 i { margin-right: 8px; color: #f1b7c9; }
        .nhrc-registration-note p { margin: 0; color: rgba(255,255,255,.74); }
        .nhrc-registration-note__action {
            padding-top: 0;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
        .nhrc-registration-note .btn-primary {
            min-width: 185px;
            margin: 0;
            border: 1px solid #8b1e3f;
            background: #8b1e3f;
            color: #ffffff;
            border-radius: 7px;
            font-weight: 700;
            padding: 11px 18px;
            line-height: 20px;
            text-align: center;
        }
        @media (max-width: 767px) {
            .nhrc-fee-grid {
                display: block;
            }
            .nhrc-fee-grid > div {
                display: block;
            }
            .nhrc-fee-card {
                height: auto;
            }
            .nhrc-registration-note > .row {
                display: block;
            }
            .nhrc-registration-note__action {
                display: block;
                margin-top: 18px;
                text-align: left;
            }
            .nhrc-registration-note .btn-primary {
                width: 100%;
                min-width: 0;
            }
        }

        .nhrc-quick-info {
            padding: 34px 0;
            background: linear-gradient(135deg, #6f1732 0%, #9d264b 100%);
            color: #fff;
        }
        .nhrc-info-item { display: flex; align-items: center; min-height: 76px; }
        .nhrc-info-icon {
            width: 52px;
            height: 52px;
            min-width: 52px;
            margin-right: 15px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,.12);
            color: #fff;
            font-size: 21px;
        }
        .nhrc-info-item small {
            display: block;
            margin-bottom: 3px;
            color: rgba(255,255,255,.68);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .nhrc-info-item h4 { margin: 0 0 3px; color: #fff; font-size: 16px; font-weight: 700; }
        .nhrc-info-item p { margin: 0; color: rgba(255,255,255,.8); font-size: 13px; }
        @media (max-width: 991px) {
            .nhrc-fee-grid { display: block; }
            .nhrc-fee-grid > div { display: block; }
            .nhrc-fee-card h3, .nhrc-fee-card__top p { min-height: 0; }
        }
        @media (max-width: 767px) {
            .nhrc-fees-section { padding: 60px 0 45px; }
            .nhrc-section-title { font-size: 32px; }
            .nhrc-section-subtitle { font-size: 15px; margin-bottom: 32px; }
            .nhrc-registration-note { text-align: center; }
            .nhrc-registration-note__action { text-align: center !important; padding-top: 18px; }
            .nhrc-info-item { margin-bottom: 18px; }
        }
        /* =========================================================
   NHRC 2026 - Past Event Highlights
   ========================================================= */

.nhrc-highlights-section {
    padding: 90px 0;
    background: #f7f8fa;
}


/* Video container */

.nhrc-video-wrapper {
    position: relative;

    width: 100%;

    padding-bottom: 56.25%;
    /* 16:9 ratio */

    height: 0;

    margin-top: 35px;

    overflow: hidden;

    border-radius: 16px;

    background: #000000;

    box-shadow:
        0 20px 50px rgba(18, 27, 40, 0.18);
}


.nhrc-video-wrapper iframe {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}


/* CTA */

.nhrc-highlights-cta {
    margin-top: 35px;
}


.nhrc-highlights-cta p {
    margin-bottom: 15px;

    color: #555555;

    font-size: 16px;
}


.nhrc-highlights-button {
    padding: 13px 25px;

    background: #981d45;
    border: 2px solid #981d45;

    border-radius: 7px;

    color: #ffffff !important;

    font-size: 14px;
    font-weight: 700;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.nhrc-highlights-button i {
    margin-left: 8px;

    transition: transform 0.25s ease;
}


.nhrc-highlights-button:hover,
.nhrc-highlights-button:focus {

    background: #b52252;

    border-color: #b52252;

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 8px 22px rgba(152,29,69,0.25);
}


.nhrc-highlights-button:hover i {
    transform: translateX(4px);
}


/* Mobile */

@media (max-width: 767px) {

    .nhrc-highlights-section {
        padding: 55px 0;
    }

    .nhrc-video-wrapper {
        margin-top: 25px;

        border-radius: 10px;
    }

}

#nhrc-contact {
    background: #f7f7f7;
}

.nhrc-contact-intro {
    color: #666;
    font-size: 16px;
}

/* Contact Card */
.nhrc-contact-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    min-height: 230px;

    box-shadow: 0 4px 18px rgba(0,0,0,0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.nhrc-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}

/* Main Icon */
.nhrc-contact-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;

    margin: 0 auto 15px;

    border-radius: 50%;
    background: #8b1e3f;
    color: #ffffff;

    font-size: 22px;
}

.nhrc-contact-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 20px;
}

/* Phone / Email */
.contact-item {
    margin: 10px 0;
    font-size: 15px;
}

.contact-item i {
    width: 22px;
    color: #8b1e3f;
}

.contact-item a {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-item a:hover {
    color: #8b1e3f;
}

/* Mobile */
@media (max-width: 767px) {

    .nhrc-contact-card {
        min-height: auto;
        margin-bottom: 20px;
    }

}

/* Google Map iframe - moved from inline style */
.nhrc-map-frame {
    border: 0;
}

