.hero-area {
    background-image: url(../img/in-power-2026/event-hero-bg.webp);
    background-repeat: no-repeat;
    padding: 15px 0;
    background-size: cover;
    color: #fff;
}

.event-details-bar {
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: max-content;
    padding: 4px 12px;
    gap: 10px;
    margin-top: 12px;

    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.35),
            rgba(255, 255, 255, 0.10));

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow:
        0 8px 32px rgba(31, 38, 135, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.color-white {
    color: white !important;
}

.color-black {
    color: #191919 !important;
}

#event-form {
    padding: 15px 24px 15px;
    border-radius: 12px;
    background-color: white;
    color: #3B4149;
}

.banner-heading img {
    width: 250px;
    padding-bottom: 10px;
}

#event-count-down {
    padding: 24px 0;
    color: #fff;
    border-radius: 15px;
}

.count-down-heading {
    font-size: 20px;
    line-height: 1.5;
}

.fw-600 {
    font-weight: 600;
}

#count-down-timer {
    display: flex;
}

#days,
#hours,
#minutes,
#seconds {
    padding: 6px;
    border: 1px solid #BD1200;
    background-color: #FFF3F1;
    display: inline-block;
    width: 50px;
    text-align: center;
    border-radius: 5px;
    color: black;
}

#count-down-timer div {
    padding: 5px;
}

.count-down-text {
    font-size: 14px;
    color: #e4e4e4;
}

.count-down-split {
    font-size: 30px;
    color: #e4e4e4;
}

.form-title {
    color: #292929;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.form-label {
    margin-bottom: 5px !important;
}

.form-label,
.form-check-label {
    color: #404040 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;

    width: 100%;
}

.btnschedule {
    width: 100% !important;
    font-weight: 500 !important;
    margin: 0px !important;
}

input {
    height: 35px !important;
}

.form-check-input {
    height: 1em !important;
}

.form-check-label {
    font-size: 15px;
}

.float-box {
    background-color: white;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.10), 0 20px 25px -5px rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    width: 1100px;
    margin: auto;
    padding: 20px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
}

.global-brands {
    color: #2C2B2A;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.key-topic-section {
    padding-top: 150px;
}

.key-topic-section h2 {
    padding: 20px 60px;
    line-height: 1.5;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}

.key-topic-section li {
    padding-bottom: 20px;
}

.gain-section {
    position: relative;
    max-width: 1300px;
    margin: 0px auto 60px;
    padding: 0 15px;
}

/* Header */
.gain-header {
    position: relative;
    z-index: 2;

    width: 75%;
    margin: -80px auto -1px;

    background: #FFF3F1;

    border-top: 2px solid #F84D3F;
    border-radius: 0 0 25px 25px;

    padding: 34px 30px;

    text-align: center;

    box-shadow: 0 0 0 15px #fff;
    top: 107px;
}

.gain-header h2 {
    margin: 0;

    color: #2b2b2b;

    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}


/* Cards container */
.gain-cards {
    display: flex;
    gap: 16px;

    position: relative;
    z-index: 1;

    margin-top: -1px;
}


/* Individual card */
.gain-card {
    flex: 1;

    min-height: 310px;

    background: #fff4f1;

    border-bottom: 2px solid #F84D3F;

    padding: 130px 25px 35px;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* First card rounded left side */
.gain-card:first-child {
    border-radius: 20px 0 0 20px;
}


/* Last card rounded right side */
.gain-card:last-child {
    border-radius: 0 20px 20px 0;
}


/* Icons */
.gain-icon {
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}


/* Heading */
.gain-card h3 {
    margin: 0 0 16px;

    color: #292929;

    font-size: 23px;
    line-height: 1.25;

    font-weight: 700;
}


/* Description */
.gain-card p {
    margin: 0;

    color: #303030;

    font-size: 17px;
    line-height: 1.45;
}


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

    .event-details-bar {
        display: block;
    }

    .gain-section {
        margin: 30px auto;
    }

    .gain-header {
        width: 95%;
        padding: 25px 15px;
        margin-top: 0px !important;
    }

    .gain-header h2 {
        font-size: 24px;
    }

    .gain-cards {
        flex-direction: column;
        gap: 15px;
    }

    .gain-card {
        min-height: auto;
        padding: 30px 20px;
        border-radius: 20px !important;
    }

    .float-box {
        position: relative;
        width: 100%;
        transform: unset;
        left: unset;
        top: unset;
        padding: 24px;
        border-radius: 15px;
    }

    .gain-header {
        top: -25px !important;
    }

    .stat-dot {
        display: none;
    }

    .stat-item::after {
        display: none;
    }

    .banner-heading img {
        width: 165px;
        padding-bottom: 7px;
    }

}

#capabilities-section {
    background-color: #0B2D5D;
}

#capabilities-section h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
}

#capabilities-section .capabilities-main-text {
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
    max-width: 900px;
    margin: auto;
}

.capabilities-card {
    background-color: #F1F6FD;
    padding: 15px;
    height: 100%;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

.service-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 25px 27px 10px;
    background: #f3f7fd;
    border: 1px solid #78aef1;
    border-radius: 11px;
    overflow: hidden;
}

.corner-line {
    position: absolute;

    width: 21px;
    height: 1px;

    background: #78aef1;

    z-index: 20;
}


/* TOP LEFT */

.corner-line.top-left {
    top: 4px;
    left: 3px;

    transform: rotate(45deg);

    transform-origin: left center;
}


/* TOP RIGHT */

.corner-line.top-right {
    top: 4px;
    right: 3px;

    transform: rotate(-45deg);

    transform-origin: right center;
}


/* BOTTOM LEFT */

.corner-line.bottom-left {
    bottom: 4px;
    left: 3px;

    transform: rotate(-45deg);

    transform-origin: left center;
}


/* BOTTOM RIGHT */

.corner-line.bottom-right {
    bottom: 4px;
    right: 3px;

    transform: rotate(45deg);

    transform-origin: right center;
}

.capabilities-card h3 {
    color: #292929;
}

.capabilities-card .secondary-text {
    color: #292929;
}


.stats-section {
    background: #f2f6fc;
    padding: 20px 20px 40px;
}


/* ==============================
   TITLE
============================== */

.stats-title {
    max-width: 1000px;
    margin: auto;
    text-align: center;

    color: #252525;

    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
}


/* ==============================
   STATS ROW
============================== */

.stats-row {
    display: flex;
    width: 100%;
}


/* ==============================
   EACH STAT
============================== */

.stat-item {
    position: relative;

    flex: 1;

    min-height: 95px;

    padding: 0 20px;
}


/* ==============================
   VERTICAL LINE
============================== */

.stat-item::after {
    content: "";

    position: absolute;

    left: 0;
    top: 7px;

    width: 1px;
    height: 100px;

    background: #c8c8c8;
}


/* ==============================
   RED DOT
============================== */

.stat-dot {
    position: absolute;

    top: 0;
    left: -3px;

    width: 7px;
    height: 7px;

    background: #d9211e;

    border-radius: 50%;
}


/* ==============================
   STAT CONTENT
============================== */

.stat-content {
    display: flex;

    align-items: center;

    padding-top: 20px;
}


/* ==============================
   NUMBER
============================== */

.stat-number {
    flex-shrink: 0;

    margin-right: 18px;

    color: #df2929;

    font-size: 38px;

    line-height: 1;

    font-weight: 600;

    white-space: nowrap;
}


/* ==============================
   DESCRIPTION
============================== */

.stat-text {
    max-width: 190px;

    color: #292929;

    font-size: 16px;

    line-height: 1.5;

    font-weight: 500;
}


/* ==============================
   TABLET
============================== */

@media (max-width: 991px) {

    .gain-header {
        margin-top: 0px;
    }

    .stats-title {
        font-size: 34px;
    }

    .stats-row {
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    .float-box {
        position: relative;
        width: 100%;
        transform: unset;
        left: unset;
        top: unset;
        padding: 32px;
        border-radius: 15px;
    }

    .key-topic-section h2 {
        padding: 20px 30px;
    }

    .key-topic-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .gain-cards {
        flex-direction: column;
        gap: 15px;
    }

    .gain-card {
        min-height: auto;
        padding: 30px 20px;
        border-radius: 20px !important;
    }

    .gain-header {
        top: -20px;
    }

}


/* ==============================
   MOBILE
============================== */

@media (max-width: 767px) {

    .stats-section {
        padding: 30px 15px;
    }

    .stats-title {
        font-size: 28px;

        margin-bottom: 35px;
    }

    .stats-row {
        display: block;
    }

    .stat-item {
        width: 100%;

        min-height: 100px;

        padding: 15px 10px 20px 30px;

        margin-bottom: 0;

        border-bottom: 1px solid #c8c8c8;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-item:not(:first-child)::after {
        display: none;
    }

    .stat-dot {
        top: 18px;
        left: 5px;
    }

    .stat-content {
        padding-top: 10px;
    }

    .stat-number {
        font-size: 30px;
        width: 90px;
        margin-right: 15px;
    }

    .stat-text {
        max-width: none;

        font-size: 16px;

        line-height: 1.4;
    }

    .key-topic-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .key-topic-section h2 {
        padding: 19px;
    }

    .stat-number div {
        align-items: unset !important;
        justify-content: unset !important;
    }

}

/* =========================================
   TEAM SECTION
========================================= */

.team-section {
    background: #ffffff;
}


/* =========================================
   LEFT HEADING
========================================= */

.team-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.team-intro h2 {
    margin: 0;

    color: #242424;

    font-size: 32px;
    line-height: 1.7;

    font-weight: 600;
    padding: 20px;
}


/* =========================================
   TEAM MEMBERS
========================================= */

.team-members {
    display: flex;
    gap: 20px;
}


/* =========================================
   EMPLOYEE CARD
========================================= */

.team-card {
    position: relative;

    width: 290px;
    height: 300px;

    background: #ffffff;

    border: 1px solid #e2e2e2;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);

    display: flex;
    flex-direction: column;
}


/* =========================================
   LINKEDIN ICON
========================================= */

.linkedin-icon {
    position: absolute;

    top: 15px;
    right: 15px;

    z-index: 10;

    width: 30px;
    height: 30px;
}

.linkedin-icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================
   EMPLOYEE IMAGE
========================================= */

.employee-image {
    position: relative;

    height: 220px;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    overflow: hidden;
}


/* Employee photo */

.employee-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    object-position: center top;
}


/* =========================================
   WHITE FADE AT BOTTOM OF IMAGE
========================================= */

.employee-image::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 80px;

    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1));

    pointer-events: none;
}


/* =========================================
   EMPLOYEE DETAILS
========================================= */

.employee-details {
    position: relative;

    z-index: 2;

    background: #ffffff;

    text-align: left;

    padding: 15px 18px 15px;
    text-align: center;
}


.employee-details h3 {
    margin: 0 0 5px;

    color: #151515;

    font-size: 20px;

    line-height: 1.2;

    font-weight: 700;
}


.employee-details p {
    margin: 0;

    color: #777777;

    font-size: 15px;

    line-height: 1.4;
}

.linkedin-icon:hover {
    transform: scale(1.1);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .team-intro {
        margin-bottom: 40px;
    }

    .team-intro h2 {
        font-size: 32px;
        line-height: 1.4;
    }

    .team-members {
        justify-content: center;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {


    .team-intro h2 {
        font-size: 30px;
        line-height: 1.4;
        padding: 0;
    }

    .team-members {
        flex-direction: column;
        align-items: center;
    }

    .team-card {
        width: 100%;
        max-width: 300px;
    }

    .hero-area {
        padding-top: 0;
    }

}

#cta-section {
    background-image: url(../img/in-power-2026/event-promotion-bg.webp);
    background-repeat: no-repeat;
    padding: 3rem 0;
    background-size: cover;
}

#event-page-section {
    background-color: #E0EAF8;
    color: #212020;
}

#event-page-section div {
    text-align: center;
    padding: 20px;
}

#event-form {
    scroll-margin-top: 100px;
}

.custom-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #212020;
}

.custom-list li img {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 3px;
}

.custom-list li span {
    flex: 1;
    line-height: 1.5;
}

#date2 {
    background-color: unset !important;
}

.datepicker.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(20, 30, 60, 0.15);
    padding: 12px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* header: month/year + prev/next arrows */
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #c7cedb;
}

.datepicker .datepicker-switch {
    font-weight: 600;
    font-size: 14px;
    color: #1a2b4a;
    border-radius: 8px;
}

.datepicker .prev,
.datepicker .next {
    color: #5a6a8c;
    font-weight: 700;
    border-radius: 8px;
}

.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .datepicker-switch:hover {
    background: #eef1f8 !important;
}

.datepicker thead tr:first-child th {
    padding-bottom: 8px;
}

/* weekday row */
.datepicker .dow {
    color: #9aa4bb;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
}

/* day cells */
.datepicker table tr td {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 13px;
    color: #2b3550;
}

.datepicker table tr td.day:hover {
    background: #eef1f8;
    border-radius: 8px;
    cursor: pointer;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover {
    background: #fff2e6 !important;
    color: #c2410c;
    font-weight: 700;
    text-shadow: none;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.active {
    background: #0B2D5D !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: none;
    text-shadow: none;
}

.datepicker table tr td.range {
    background: #e7edfd !important;
    border-radius: 0;
}

.datepicker table tr td span {
    border-radius: 8px;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover {
    background: #0B2D5D !important;
    background-image: none !important;
    color: #fff !important;
}

.datepicker.dropdown-menu {
    z-index: 9999 !important;
    /* stay above everything, never get clipped/hidden */
}

.event-details-bar .booth-img {
    width: 16px;
}

.event-details-bar .color-white {
    font-size: 14px;
}

.banner-desc {
    font-size: 18px;
}

@media (max-width:576px) {
    .event-details-bar {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .banner-desc {
        font-size: 16px;
    }
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #c5c4c4 !important;
}

/* Hide mobile fixed button by default */
#mobileScheduleBtn {
    display: none;
}

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

    #mobileScheduleBtn {
        display: none;

        position: fixed;
        left: 0;
        bottom: 0;

        width: 100%;
        height: 50px;

        z-index: 99999;

        border: none;
        border-radius: 0;

        background: #ED1B24;
        color: #ffffff;

        font-size: 16px;
        font-weight: 600;

        cursor: pointer;

        box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.20);
    }

}