/* =============================================================================
   Home Page Styles
   Extracted from template-parts/new-home/*.php
   ============================================================================= */


/* =============================================================================
   Hero Panel — new-home-hero-panel.php
   ============================================================================= */
main{
    gap:0 !important;
}
#ai_academy_cta_panel{
    margin-top:80px;
}

#new_home_hero_panel{
    padding-top:120px;
    margin-top:-200px;
    min-height:100vh;
}
#new_home_hero_panel .hero-top-heading{
    font-size:65px;
    line-height:72px;
    color:#F4F8F5;
}
#new_home_hero_panel .hero-top-heading > span {
    display: block;
    font-size: 40px;
    font-weight: 300;
    color: #F4F8F5;
    margin-top:-15px;
}
.text-15{
    font-size:15px;
    font-weight:300;
}
#new_home_hero_panel .hero-main-heading .main-sub-heading{
    font-size:22px;
    font-weight:400;
    line-height:28px;
}
#new_home_hero_panel .hero-main-heading .percentage{
    color:#fff;
    padding-left:10px;
}
#new_home_hero_panel .hero-description{
    margin-top:-60px;
}
#new_home_hero_panel .hero-description h3{
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
}
#new_home_hero_panel .hero-description h3 span{
    font-weight:600;
}
/* Swap headings */
#new_home_hero_panel .swap-heading-wrapper {
    position: relative;
    height: 48px;
}
#new_home_hero_panel .swap-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    margin: 0;
}
#new_home_hero_panel .swap-heading.active {
    opacity: 1;
}
#new_home_hero_panel .cta-hero{
    border-radius: 3px;
    background: #FF4D04;
    color:#fff;
    padding: 5px 256px;
    transition: background 0.3s ease, color 0.3s ease;
}
#new_home_hero_panel .cta-hero:hover{
    background: #fff;
    color:#FF4D04;
}
#new_home_hero_panel .gap-hero{
    gap:54px;
}
#new_home_hero_panel .margin-top-adjust{
    margin-top:-40px;
}

/* "TOP 1%" outline effect */
#new_home_hero_panel .hero-main-heading :where(h2, .outline-text) {
    font-size: 150px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    text-stroke: 2px #ffffff;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.75);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #F4F8F5;
}
@media screen and (max-width:991px){
    #new_home_hero_panel .hero-top-heading{
        font-size:48px;
        line-height:56px;
    }
    #new_home_hero_panel .hero-top-heading > span{
        font-size:32px;
        line-height:40px;
        margin-top:0;
    }
    #new_home_hero_panel .hero-main-heading :where(h2, .outline-text){
        font-size:107px;
    }
    #new_home_hero_panel .cta-hero{
        width: 100%;
        padding: 5px;
    }
    #new_home_hero_panel .gap-hero {
        gap: 40px;
    }
    #new_home_hero_panel .margin-top-adjust {
        margin-top: -20px;
    }
    #new_home_hero_panel{
        padding-top: 80px;
        margin-top:-175px;
    }
    #new_home_hero_panel .hero-description {
        margin-top: -25px;
    }
    #new_home_hero_panel .hero-description h3{
        font-size:36px;
    }
    #ai_academy_cta_panel{
        margin-top:20px;
    }
}


/* =============================================================================
   Col Panel — new-home-col-panel.php
   ============================================================================= */

#new_home_col_panel .section-heading {
    font-size: 40px;
    line-height: 52px;
    color: #FF4D04;
    font-weight: 300;
}

#new_home_col_panel .section-heading span {
    color: #ffffff;
    font-weight: 700;
}

#new_home_col_panel .col-card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items:center;
    border-radius: 4px;
    border: 1px solid  #FF4D04;
}

#new_home_col_panel .col-heading {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #ffffff;
    text-align:center;
}

#new_home_col_panel .col-content {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

#new_home_col_panel .col-content strong,
#new_home_col_panel .col-content b {
    color: #ffffff;
    font-weight: 600;
}

#new_home_col_panel .col-box {
    margin-top: auto;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #FF4D04;
    text-align: center;
    border-radius: 4px;
    background: rgba(255, 77, 4, 0.12);
}

#new_home_col_panel .col-box p {
    margin: 0;
}
#new_home_col_panel .custom-height-img{
    height:100px;
    width:100px;
}

#new_home_col_panel .col-card:last-child .custom-height-img {
    width: 156px;
}

@media (max-width: 991px) {
    #new_home_col_panel .col-card{
        padding:20px;
    }
    #new_home_col_panel .section-heading {
        font-size: 28px;
        line-height: 36px;
    }

    #new_home_col_panel .col-heading {
        font-size: 24px;
        line-height: 32px;
    }
    section#new_home_col_panel {
        padding-top: 0;
        padding-bottom: 0;
    }
    #new_home_col_panel .col-box{
        font-size:14px;
    }
}


/* =============================================================================
   Three Column Panel — new-home-three-column-panel.php
   ============================================================================= */

#new_home_three_column_panel .nhtp-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: default;
}

/* Icon swap on hover */
#new_home_three_column_panel .nhtp-icon-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    flex-shrink: 0;
}

#new_home_three_column_panel .nhtp-icon-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

#new_home_three_column_panel .nhtp-icon-hover {
    opacity: 0;
}

#new_home_three_column_panel .nhtp-col:hover .nhtp-icon-normal {
    opacity: 0;
}

#new_home_three_column_panel .nhtp-col:hover .nhtp-icon-hover {
    opacity: 1;
}

/* Heading */
#new_home_three_column_panel .nhtp-heading {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

#new_home_three_column_panel .nhtp-col:hover .nhtp-heading {
    color: #FF4D04;
}

/* Content */
#new_home_three_column_panel .nhtp-content {
    font-size: 15px;
    line-height: 22px;
    max-width: 350px;
    font-weight:300;
}
#new_home_three_column_panel .nhtp-content span{
    font-size:22px;
    font-weight:400;
}

#new_home_three_column_panel .nhtp-content strong,
#new_home_three_column_panel .nhtp-content b {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 26px;
}

#new_home_three_column_panel .nhtp-content p {
    margin: 0;
}

@media (max-width: 768px) {
    #new_home_three_column_panel .nhtp-heading {
        font-size: 44px;
    }

    #new_home_three_column_panel .nhtp-col + .nhtp-col {
        border-left: none;
    }
}


/* =============================================================================
   Calculator Panel — new-home-calculator-panel.php
   ============================================================================= */

#new-home-calculator {
    padding: 60px 0 50px;
}

/* ── Headings ──────────────────────── */
#new-home-calculator .nhc-heading {
    font-size: 40px;
    font-weight: 600;
    color: #F4F8F5;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0 0 16px;
}

/* ACF title: wrap the orange word(s) in <span> */
#new-home-calculator .nhc-heading span {
    font-weight: 300;
    color: #FF4D04;
}

#new-home-calculator .nhc-sub {
    font-size: 22px;
    font-weight: 400;
    color: #F4F8F5;
    text-align: center;
    line-height: 1.4;
    max-width: 750px;
}

/* ── Main row ──────────────────────── */
#new-home-calculator .nhc-row {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin-top:80px;
}

/* ── Left: inputs ──────────────────── */
#new-home-calculator .nhc-inputs {
    flex: 0 0 415px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#new-home-calculator .nhc-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
}

#new-home-calculator .nhc-field-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#new-home-calculator .nhc-label {
    font-size: 10px;
    font-weight: 400;
    color: #F4F8F5;
    line-height: 1.2;
}

/* Shared input/select look */
#new-home-calculator .nhc-select,
#new-home-calculator .nhc-stepper-wrap {
    height: 28px;
    border: 0.5px solid #912D2D;
    border-radius: 3px;
    background: transparent;
    color: #F4F8F5;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
}

#new-home-calculator .nhc-select {
    padding: 0 26px 0 8px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath d='M1 1L4 5L7 1' stroke='%23F4F8F5' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    cursor: pointer;
}

#new-home-calculator .nhc-select option {
    background: #1a1a1a;
    color: #F4F8F5;
}

/* Stepper */
#new-home-calculator .nhc-stepper-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    overflow: hidden;
}

#new-home-calculator .nhc-stepper-btn {
    background: transparent;
    border: none;
    color: #F4F8F5;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

#new-home-calculator .nhc-stepper-btn:disabled { opacity: 0.3; }

#new-home-calculator .nhc-qty {
    background: transparent;
    border: none;
    color: #F4F8F5;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    width: 36px;
    outline: none;
    -moz-appearance: textfield;
}

#new-home-calculator .nhc-qty::-webkit-outer-spin-button,
#new-home-calculator .nhc-qty::-webkit-inner-spin-button { -webkit-appearance: none; }

/* CTA button */
#new-home-calculator .nhc-btn {
    display: block;
    border: 1px solid #FF4D04;
    color: #FF4D04;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.2s, color 0.2s;
}

#new-home-calculator .nhc-btn:hover {
    background: #FF4D04;
    color: #fff;
}

/* ── Right: result cards ───────────── */
#new-home-calculator .nhc-cards {
    flex: 1;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

#new-home-calculator .nhc-card-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#new-home-calculator .nhc-card {
    border: 1.5px solid #FF4D04;
    border-radius: 2px;
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#new-home-calculator .nhc-card-label {
    font-size: 15px;
    font-weight: 300;
    color: #FF4D04;
    line-height: 1.47;
    margin: 0;
}

#new-home-calculator .nhc-card-price {
    font-size: 65px;
    font-weight: 700;
    color: #FF4D04;
    line-height: 72px;
    letter-spacing: -0.05em;
    margin: 0;
    white-space: nowrap;
}

#new-home-calculator .nhc-card-price .nhc-unit {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

#new-home-calculator .nhc-card-equiv {
    font-size: 15px;
    font-weight: 300;
    color: #F4F8F5;
    line-height: 1.47;
    margin: 0;
}

#new-home-calculator .nhc-card-equiv strong { font-weight: 500; }

#new-home-calculator .nhc-card-note {
    font-size: 14px;
    font-weight: 300;
    color: #FF4D04;
    line-height: 1.4;
    margin: 0;
}

#new-home-calculator .nhc-card-attribution {
    font-size: 10px;
    font-weight: 400;
    color: #FF4D04;
    text-align: right;
    margin: 0;
}

/* ── Mobile tabs (hidden desktop) ──── */
#new-home-calculator .nhc-mobile-tabs { display: none; }

/* ── Bottom tagline ────────────────── */
#new-home-calculator .nhc-tagline {
    font-size: 22px;
    font-weight: 400;
    color: #F4F8F5;
    text-align: center;
    line-height: 1.27;
    margin: 40px 0 0;
}

@media (max-width: 991px) {

    #new-home-calculator { padding: 0px 0; }

    #new-home-calculator .nhc-heading { font-size: 32px; }

    #new-home-calculator .nhc-sub {
        font-size: 16px;
        margin-bottom: 0px;
    }

    #new-home-calculator .nhc-row {
        flex-direction: column;
        gap: 28px;
        margin-top:30px;
    }

    #new-home-calculator .nhc-inputs {
        flex: none;
        width: 100%;
    }

    /* Mobile tab toggle */
    #new-home-calculator .nhc-mobile-tabs {
        display: flex;
        width: 100%;
    }

    #new-home-calculator .nhc-mobile-tab {
        flex: 1;
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 500;
        color: #FF4D04;
        background: transparent;
        border: 1px solid #FF4D04;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
        line-height: 1.4;
    }

    #new-home-calculator .nhc-mobile-tab:first-child { border-radius: 3px 0 0 3px; }
    #new-home-calculator .nhc-mobile-tab:last-child  { border-radius: 0 3px 3px 0; border-left: none; }

    #new-home-calculator .nhc-mobile-tab.active {
        background: #FF4D04;
        color: #fff;
    }

    #new-home-calculator .nhc-cards {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    #new-home-calculator .nhc-card-wrap[hidden] { display: none; }

    #new-home-calculator .nhc-card-price { font-size: 48px; line-height: 1.1; }
    #new-home-calculator .nhc-card-price .nhc-unit { font-size: 30px; }

    #new-home-calculator .nhc-tagline { font-size: 16px; margin-top: 28px; }
}

@media (min-width: 901px) {
    /* Ensure cards never stay hidden on desktop if JS sets hidden on resize */
    #new-home-calculator .nhc-card-wrap { display: flex !important; }
}


/* =============================================================================
   Case Study Panel — new-home-case-study-panel.php
   ============================================================================= */

.cs-section {
    height: calc(100vh - 60px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ── Section heading ─────────────── */
.cs-top {
    flex-shrink: 0;
    text-align: center;
    padding: 40px 20px 28px;
}

.cs-section-heading {
    font-size: 40px;
    font-weight: 300;
    color: #FF4D04;
    line-height: 1.2;
    margin: 0;
}

.cs-section-heading span {
    font-weight: 600;
    color: #fff;
}

/* ── Panels row ──────────────────── */
.cs-panels {
    flex: 1;
    min-height: 0;
    display: flex;
    position: relative;
}

.cs-panel {
    flex: 0 0 180px;
    position: relative;
    overflow: hidden;
    transition: flex-grow 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
}

/* ── Next-panel arrow indicator ─────── */
.cs-arrow-img {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 28px;
    height: 60px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.3s ease;
    z-index: 5;
}

.cs-panel.active .cs-arrow-img {
    opacity: 1;
}

.cs-panel.active:hover .cs-arrow-img {
    transform: translateX(6px);
}

.cs-panel:last-child .cs-arrow-img {
    display: none;
}

.cs-panel.active {
    flex-grow: 1;
}

/* ── Background images ───────────── */
.cs-panel-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.7s ease;
}

.cs-panel-bg--bw    { z-index: 0; opacity: 1; }
.cs-panel-bg--color { z-index: 1; opacity: 0; }

.cs-panel.active .cs-panel-bg--bw    { opacity: 0; }
.cs-panel.active .cs-panel-bg--color { opacity: 1; }

/* ── Gradient overlay ── */
.cs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 22, 29, 0.60) 0%, rgba(22, 22, 29, 0.00) 53.85%);
    pointer-events: none;
    z-index: -1;
}

/* ── Content ── */
.cs-panel-content {
    position: absolute;
    inset: 0;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 3;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
    min-width: 620px;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.cs-panel.active .cs-panel-content {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* ── Header: badge + pipe + heading ─ */
.cs-panel-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.cs-badge {
    height: 48px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.cs-pipe {
    font-size: 36px;
    font-weight: 300;
    color: #FF4D04;
    line-height: 1;
    flex-shrink: 0;
}

.cs-slide-heading {
    font-size: 40px;
    font-weight: 600;
    color: #F4F8F5;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0;
}

/* ── Quote ───────────────────────── */
.cs-description {
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    color: #F4F8F5;
    line-height: 1.55;
    margin-bottom: 8px;
}

.cs-description p { margin: 0; }

/* ── Author ──────────────────────── */
.cs-author {
    font-size: 10px;
    font-weight: 400;
    color: #FF4D04;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}

/* ── Stat boxes ──────────────────── */
.cs-boxes {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.cs-box {
    background: rgba(22, 22, 29, 0.9);
    padding: 24px 28px;
    border-radius: 4px;
    text-align: center;
}

.cs-box-heading {
    font-size: 40px;
    font-weight: 600;
    color: #FF4D04;
    line-height: 1.2;
    white-space: nowrap;
}

.cs-box-subheading {
    font-size: 14px;
    font-weight: 300;
    color: #FF4D04;
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
}

/* ── CTA ─────────────────────────── */
.cs-cta-wrap {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding: 20px 20px 28px;
}

.cs-cta {
    display: inline-block;
    border: 1px solid #FF4D04;
    color: #FF4D04;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 80px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    text-align:center;
    min-width:650px;
}

.cs-cta:hover {
    background: #FF4D04;
    color: #fff;
}

@media (max-width: 900px) {

    .cs-arrow-img { display: none; }

    .cs-outer { height: auto !important; }

    .cs-section {
        position: relative;
        top: 0;
        height: auto;
        overflow: visible;
        padding-bottom: 40px;
    }

    .cs-top { padding: 48px 20px 24px; }

    .cs-section-heading { font-size: 26px; }

    .cs-panels {
        flex-direction: column;
    }

    .cs-panel {
        flex: none !important;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        transition: none;
    }

    /* Absolute backgrounds hidden on mobile — trigger handles it */
    .cs-panel-bg, .cs-panel-overlay { display: none !important; }

    /* Mobile trigger */
    .cs-mobile-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 20px 24px;
        min-height: 90px;
        cursor: pointer;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .cs-mobile-trigger::after {
        content: none;
    }

    .cs-mobile-trigger-title,
    .cs-mobile-arrow { position: relative; z-index: 1; }

    .cs-mobile-trigger-title {
        font-size: 18px;
        font-weight: 600;
        color: #F4F8F5;
        line-height: 1.3;
        visibility: hidden;
    }

    .cs-mobile-arrow {
        flex-shrink: 0;
        transition: transform 0.3s ease;
    }

    .cs-panel.active .cs-mobile-arrow { transform: rotate(180deg); }

    /* Content collapses/expands */
    .cs-panel-content {
        position: static !important;
        opacity: 1 !important;
        transform: none !important;
        transition: max-height 0.45s ease, padding 0.35s ease !important;
        min-width: 0 !important;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px !important;
        pointer-events: none;
        background-size: cover;
        background-position: center;
    }

    .cs-panel.active .cs-panel-content { position: relative !important; }

    .cs-panel.active .cs-mobile-trigger { display: none; }

    .cs-panel.active .cs-panel-content {
        max-height: 1000px;
        padding: 24px 24px 32px !important;
        pointer-events: auto;
    }

    .cs-panel-header { margin-bottom: 12px; }
    .cs-badge { height: 36px; }
    .cs-pipe { font-size: 24px; }
    .cs-slide-heading { font-size: 20px; }
    .cs-description { font-size: 14px; }
    .cs-author { margin-bottom: 16px; }

    .cs-boxes { gap: 10px; }
    .cs-box { flex: 1 1 auto; padding: 16px 18px; }
    .cs-box-heading { font-size: 26px; }
    .cs-box-subheading { font-size: 12px; white-space: normal; }

    .cs-cta-wrap { padding: 28px 24px; }
    .cs-cta { width: 100%; text-align: center; padding: 10px 20px; min-width:100% }
}

@media (min-width: 901px) {
    .cs-mobile-trigger { display: none; }
    .cs-panel-content  { background-image: none; }
}


/* =============================================================================
   Client Panel — new-home-client-panel.php
   Note: animation duration uses CSS custom property --nhcp-dur set inline by PHP
   ============================================================================= */

#nhcp_client_panel {
    padding: 60px 0 0;
}

#nhcp_client_panel .nhcp-grid {
    display: flex;
    align-items: start;
}

/* ── Left column ─────────────────────────────────── */
#nhcp_client_panel .nhcp-left {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    padding-right: 48px;
    border-right: 1px solid #FF4D04;
}

/* ── Right column ────────────────────────────────── */
#nhcp_client_panel .nhcp-right {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    padding-left: 48px;
    overflow: visible;
}

/* Orange labels */
#nhcp_client_panel .nhcp-label {
    color: #FF4D04;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px;
    text-align:center;
}

/* ── Slider wrapper — borders live here ─────────── */
#nhcp_client_panel .nhcp-slider-wrap {
    overflow: hidden;
    border-left: 0.5px solid #F4F8F5;
    border-right: 0.5px solid #F4F8F5;
    padding: 0 24px;
}

/* ── Marquee keyframe ────────────────────────────── */
@keyframes nhcp_marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Track = logos × 2 (PHP-duplicated); animation moves -50% = exactly 1× set */
#nhcp_client_panel .nhcp-slider-track {
    display: flex;
    width: max-content;
    animation: nhcp_marquee var(--nhcp-dur, 15s) linear infinite;
}

#nhcp_client_panel .nhcp-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    flex-shrink: 0;
}

#nhcp_client_panel .nhcp-slide img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* ── NPS block ───────────────────────────────────── */
#nhcp_client_panel .nhcp-nps {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    justify-content:center;
}

#nhcp_client_panel .nhcp-nps-text {
    font-size: 13px;
    font-weight: 275;
    line-height: 1.5;
}

#nhcp_client_panel .nhcp-nps img {
    height: 70px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

/* ── Badges ──────────────────────────────────────── */
#nhcp_client_panel .nhcp-badges {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 14px;
    justify-content:center;
}

#nhcp_client_panel .nhcp-badges img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

#nhcp_client_panel .nhcp-badges img:nth-child(1) {
    height: 44px;
}

#nhcp_client_panel .nhcp-badges img:nth-child(2) {
    height: 36px;
}

/* ── Mobile ──────────────────────────────────────── */
@media (max-width: 991px) {
    #nhcp_client_panel {
        padding: 0;
    }

    #nhcp_client_panel .nhcp-grid {
        flex-direction: column;
    }

    #nhcp_client_panel .nhcp-left {
        width: 100%;
        min-width: 0;
        padding-right: 0;
        padding-bottom: 0px;
        border-right: none;
        margin-bottom: 32px;
        max-width:100%;
    }

    #nhcp_client_panel .nhcp-right {
        flex: 0 0 auto;
        max-width: 100%;
        padding-left: 0;
        width:100%;
    }
    #nhcp_client_panel .nhcp-nps {
        flex-direction: column;
    }
    #nhcp_client_panel .nhcp-badges img{
        height: 27px;
    }
    #nhcp_client_panel .nhcp-badges img:nth-child(1){
        height:28px;
    }
    #nhcp_client_panel .nhcp-badges img:nth-child(2){
        height:22px;
    }
}


/* =============================================================================
   FAQ Panel — new-home-faq-panel.php
   ============================================================================= */

#new_home_faq_panel .faq-heading {
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
    color: #FF4D04;
}

#new_home_faq_panel .faq-heading strong {
    color: #ffffff;
    font-weight: 700;
}

#new_home_faq_panel .faq-sub-heading {
    font-size: 16px;
    line-height: 26px;
}

#new_home_faq_panel .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#new_home_faq_panel .faq-item.is-open {
    border-bottom: none;
}

#new_home_faq_panel .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: color 0.25s ease, font-size 0.25s ease, font-weight 0.25s ease;
}

#new_home_faq_panel .faq-question:hover {
    color: #FF4D04;
}

#new_home_faq_panel .faq-item.is-open .faq-question {
    color: #FF4D04;
    font-size: 18px;
    font-weight: 600;
}

#new_home_faq_panel .faq-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #FF4D04;
    transition: transform 0.3s ease;
}

#new_home_faq_panel .faq-item.is-open .faq-chevron {
    transform: rotate(180deg);
}

#new_home_faq_panel .faq-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

#new_home_faq_panel .faq-answer-inner {
    background: #FF4D04;
    padding: 24px 28px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 2px;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
}

#new_home_faq_panel .faq-item.is-open .faq-answer-inner {
    opacity: 1;
    transform: translateY(0);
}

#new_home_faq_panel .faq-answer-inner p {
    margin: 0;
}

#new_home_faq_panel .faq-item.is-hidden {
    display: none;
}

@keyframes nhfp-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes nhfp-fade-down {
    from { opacity: 1; transform: translateY(0); }
    to   { opacity: 0; transform: translateY(10px); }
}

#new_home_faq_panel .faq-item.is-revealing {
    animation: nhfp-fade-up 0.4s ease forwards;
}

#new_home_faq_panel .faq-item.is-hiding {
    animation: nhfp-fade-down 0.25s ease forwards;
}

#new_home_faq_panel .faq-show-more {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 32px auto 0;
    background: none;
    border: 1px solid #FF4D04;
    color: #FF4D04;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 12px 36px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}

#new_home_faq_panel .faq-show-more:hover {
    background: #FF4D04;
    color: #ffffff;
}

#new_home_faq_panel .faq-show-more .show-more-chevron {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

#new_home_faq_panel .faq-show-more.is-expanded .show-more-chevron {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    #new_home_faq_panel .faq-heading {
        font-size: 28px;
        line-height: 36px;
    }

    #new_home_faq_panel .faq-question {
        font-size: 14px;
        padding: 18px 0;
    }

    #new_home_faq_panel .faq-item.is-open .faq-question {
        font-size: 16px;
    }
    #new_home_faq_panel{
        margin-bottom:40px;
    }
}


/* =============================================================================
   How It Works — new-home-how-it-works.php
   ============================================================================= */

.hiw-section {
    padding: 100px 0 0px;
    overflow: visible !important;
}

.hiw-heading {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.hiw-heading span {
    color: #FF4D04;
    font-weight: 300;
}

/* ── Slider card ────────────────────────────────── */
.hiw-card {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 560px;
}

/* ── Desktop nav arrows ─────────────────────────── */
.hiw-nav-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 10;
}

.hiw-nav-btn svg {
    width: 30px;
    height: auto;
    flex-shrink: 0;
}

.hiw-nav-btn.hiw-prev svg {
    transform: scaleX(-1);
}

.hiw-nav-btn.hiw-prev:hover {
    transform: translateX(-8px);
}

.hiw-nav-btn.hiw-next:hover {
    transform: translateX(8px);
}

/* ── Slides viewport ────────────────────────────── */
.hiw-slides-wrap {
    flex: 1;
    min-width: 0;
}

/* ── Individual slide ───────────────────────────── */
.hiw-slide {
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.hiw-slide[hidden] {
    display: none;
}

/* ── Visual row: wraps lottie + inline mobile arrows */
.hiw-visual-row {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    display: flex;
    align-items: center;
}

/* ── Visual / illustration column ───────────────── */
.hiw-slide-visual {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.hiw-lottie {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.hiw-slide-visual img {
    max-width: 100%;
    max-height: 240px;
    object-fit: contain;
    display: block;
}

/* ── Inline mobile nav arrows (hidden on desktop) ─ */
.hiw-inline-nav {
    display: none;
}

/* ── Text column ────────────────────────────────── */
.hiw-slide-body {
    flex: 0 0 50%;
    min-width: 0;
    font-size: 15px;
    font-weight: 275;
    line-height: 1.65;
    color: #F4F8F5;
}

.hiw-slide-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #F4F8F5;
}

.hiw-slide-title .hiw-step-num {
    color: #FF4D04;
}

.hiw-slide-body p {
    margin: 0 0 14px;
}

.hiw-slide-body strong {
    font-weight: 500;
}

.hiw-slide-body ul {
    margin: 0 0 14px;
    padding-left: 20px;
}

.hiw-slide-body li {
    margin-bottom: 14px;
}

.hiw-slide-body li::marker {
    color: #FF4D04;
}

.hiw-slide-body li > strong:first-child,
.hiw-slide-body li > b:first-child {
    color: #FF4D04;
}

/* ── Mobile ─────────────────────────────────────── */
@media (max-width: 991px) {
    .hiw-section {
        padding: 0;
    }

    .hiw-heading {
        font-size: 32px;
    }

    .hiw-card {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        min-height: auto;
    }

    /* Hide desktop arrows on mobile — inline ones take over */
    .hiw-nav-btn {
        display: none;
    }

    .hiw-slide {
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }

    /* Visual row becomes a flex row with arrows on sides */
    .hiw-visual-row {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        gap: 12px;
    }

    .hiw-slide-visual,
    .hiw-slide-body {
        flex: 0 0 auto;
        width: 100%;
    }

    /* Inside the row, visual fills remaining space */
    .hiw-visual-row .hiw-slide-visual {
        flex: 1;
        width: auto;
    }

    .hiw-lottie {
        max-width: 320px;
    }

    .hiw-slide-visual img {
        max-height: 240px;
    }

    /* Inline mobile nav arrows */
    .hiw-inline-nav {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1px solid rgba(244,248,245,0.3);
        border-radius: 50%;
        width: 44px;
        height: 44px;
        cursor: pointer;
        transition: border-color 0.2s, opacity 0.2s;
    }

    .hiw-inline-nav:hover:not(.hiw-disabled) {
        border-color: #FF4D04;
    }

    .hiw-inline-nav svg {
        width: 10px;
        height: auto;
    }

    .hiw-inline-nav.hiw-prev svg {
        transform: scaleX(-1);
    }

    /* Disabled state (prev on first slide, next on last) */
    .hiw-inline-nav.hiw-disabled {
        opacity: 0.3;
        cursor: not-allowed;
        pointer-events: none;
    }
}


/* =============================================================================
   Line Panel — new-home-line-panel.php
   ============================================================================= */

.nhlp_line_panel {
    position: relative;
    overflow: visible;
    line-height: 0;
}
.nhlp_line_panel img {
    display: block;
    width: 100%;
    height: auto;
    clip-path: inset(0 100% 0 0);
    will-change: clip-path;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    .nhlp_line_panel {
        display: none;
    }
}


/* =============================================================================
   Loop Video Panel — new-home-loop-video-panel.php
   ============================================================================= */

#loop-video video{
    width:100%;
    height:auto;
    object-fit: cover;
    scale: 1.01;
}

#loop-video.padd-40{
    padding:90px 0 40px;
    overflow:hidden;
}

@media (max-width: 767px) {
    #loop-video.padd-40{
        margin:0;
        padding:0;
    }
}


/* =============================================================================
   Profile Panel — new-home-profile-panel.php
   ============================================================================= */

#new-home-profiles {
    padding: 0px 0 70px;
    background: #16161D;
}

/* ── Heading ─────────────────────────── */
#new-home-profiles .nhp-heading {
    font-size: 40px;
    font-weight: 300;
    color: #FF4D04;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

#new-home-profiles .nhp-heading span {
    font-weight: 600;
    color: #fff;
}

#new-home-profiles .nhp-sub {
    font-size: 22px;
    font-weight: 400;
    color: #F4F8F5;
    text-align: center;
    line-height: 1.27;
    margin: 0 0 24px;
}

/* ── Filter tabs ─────────────────────── */
#new-home-profiles .nhp-tabs {
    display: flex;
    align-items: flex-end;
    gap: 0;
    border-bottom: 1px solid rgba(244,248,245,0.1);
    margin-bottom: 0;
    overflow-x: auto;
    scrollbar-width: none;
    margin-top:64px;
}

#new-home-profiles .nhp-tabs::-webkit-scrollbar { display: none; }

#new-home-profiles .nhp-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 12px;
    margin-right: 48px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s, opacity 0.2s;
    flex-shrink: 0;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    bottom: -1px;
}

#new-home-profiles .nhp-tab:last-child { margin-right: 0; }

#new-home-profiles .nhp-tab.active {
    border-bottom-color: #FF4D04;
}

#new-home-profiles .nhp-tab:not(.active) { opacity: 0.55; }
#new-home-profiles .nhp-tab:not(.active):hover { opacity: 0.85; }

#new-home-profiles .nhp-tab-icon {
    width: 27px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    pointer-events: none;
}

#new-home-profiles .nhp-tab-label {
    font-size: 14px;
    font-weight: 500;
    color: #F4F8F5;
    white-space: nowrap;
}

/* ── Cards grid ──────────────────────── */
#new-home-profiles .nhp-panel { display: none; }
#new-home-profiles .nhp-panel.active { display: block; }

#new-home-profiles .nhp-cards-scroll {
    overflow-x: auto;
    scrollbar-width: none;
    padding: 48px 0 24px;
    width: 100%;
    box-sizing: border-box;
    cursor: grab;
}

#new-home-profiles .nhp-cards-scroll.is-dragging { cursor: grabbing; }

/* Scrollbar only when cards overflow the visible area */
#new-home-profiles .nhp-cards-scroll.can-scroll {
    scrollbar-width: thin;
    scrollbar-color: #FF4D04 rgba(244,248,245,0.1);
}

#new-home-profiles .nhp-cards-scroll::-webkit-scrollbar { height: 3px; }

#new-home-profiles .nhp-cards-scroll:not(.can-scroll)::-webkit-scrollbar { display: none; }

#new-home-profiles .nhp-cards-scroll.can-scroll::-webkit-scrollbar-track {
    background: rgba(244,248,245,0.1);
    border-radius: 2px;
}

#new-home-profiles .nhp-cards-scroll.can-scroll::-webkit-scrollbar-thumb {
    background: #FF4D04;
    border-radius: 2px;
}

#new-home-profiles .nhp-cards {
    display: flex;
    gap: 18px;
    width: max-content;
}

/* ── Profile card ────────────────────── */
#new-home-profiles .nhp-card {
    width: 307px;
    height: 472px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

/* Full-bleed photos */
#new-home-profiles .nhp-card-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 4px;
    transition: opacity 0.4s ease;
}

/* B&W image — visible by default */
#new-home-profiles .nhp-card-bw {
    opacity: 1;
    z-index: 0;
}

/* Color image — hidden, revealed on hover */
#new-home-profiles .nhp-card-color {
    opacity: 0;
    z-index: 1;
}

#new-home-profiles .nhp-card:hover .nhp-card-bw    { opacity: 0; }
#new-home-profiles .nhp-card:hover .nhp-card-color { opacity: 1; }

/* Top vignette for name readability */
#new-home-profiles .nhp-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    background: linear-gradient(to bottom, rgba(22,22,29,0.6) 0%, transparent 40%);
    pointer-events: none;
    z-index: 2;
}

/* Name — absolutely positioned top-left */
#new-home-profiles .nhp-card-name {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 3;
    font-size: 22px;
    font-weight: 400;
    color: #FF4D04;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    transition: color 0.3s ease;
}

#new-home-profiles .nhp-card:hover .nhp-card-name {
    color: #F4F8F5;
}

/* ── Slide wrapper ── */
#new-home-profiles .nhp-card-slide {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    transform: translateY(var(--nhp-hide, 140px));
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
}

#new-home-profiles .nhp-card:hover .nhp-card-slide {
    transform: translateY(0);
}

/* ── Info panel ── */
#new-home-profiles .nhp-card-panel {
    background: rgba(22, 22, 29, 0.80);
    border-radius: 6px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* ── Info rows ── */
#new-home-profiles .nhp-card-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 27px;
    flex-shrink: 0;
}

#new-home-profiles .nhp-prompt { flex-shrink: 0; }

#new-home-profiles .nhp-card-info-text {
    font-size: 14px;
    font-weight: 300;
    color: rgba(244,248,245,0.9);
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Extras ── */
#new-home-profiles .nhp-card-extras {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

/* Tag pills */
#new-home-profiles .nhp-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 8px;
}

#new-home-profiles .nhp-card-tag {
    font-size: 11px;
    font-weight: 500;
    color: #F4F8F5;
    background: rgba(22,22,29,0.55);
    border: 1px solid rgba(244,248,245,0.28);
    border-radius: 3px;
    padding: 3px 9px;
    white-space: nowrap;
}

/* Book a call button */
#new-home-profiles .nhp-card-book {
    display: block;
    padding: 10px 0;
    background: #FF4D04;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    transition: opacity 0.2s;
}

#new-home-profiles .nhp-card-book:hover { opacity: 0.88; }

/* ── Bottom CTA ──────────────────────── */
#new-home-profiles .nhp-cta {
    text-align: center;
    margin-top: 52px;
}

#new-home-profiles .nhp-cta-heading {
    font-size: 22px;
    font-weight: 400;
    color: #F4F8F5;
    line-height: 1.27;
    margin: 0 0 6px;
}

#new-home-profiles .nhp-cta-body {
    font-size: 15px;
    font-weight: 300;
    color: #F4F8F5;
    line-height: 1.47;
    margin: 0;
}

#new-home-profiles .nhp-cta-link {
    color: #FF4D04;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 300;
}

#new-home-profiles .nhp-cta-link:hover { opacity: 0.8; }

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

    #new-home-profiles {
        padding: 0;
    }

    #new-home-profiles .nhp-heading { font-size: 28px; }

    #new-home-profiles .nhp-sub {
        font-size: 16px;
        margin-bottom: 32px;
    }

    /* Break tabs out of the 95%-wide container to full viewport width */
    #new-home-profiles .nhp-tabs {
        width: 100vw;
        margin-left: -2.5vw;
        padding-left: 2.5vw;
    }

    #new-home-profiles .nhp-tab { margin-right: 28px; }

    /* Break cards scroll out of the 95%-wide container to full viewport width */
    #new-home-profiles .nhp-cards-scroll {
        width: 100vw;
        margin-left: -2.5vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        padding-top: 32px;
    }

    #new-home-profiles .nhp-card {
        width: 260px;
        height: 400px;
    }

    #new-home-profiles .nhp-card-name {
        font-size: 18px;
        color: #F4F8F5;
    }

    #new-home-profiles .nhp-card-slide {
        left: 6px;
        right: 6px;
        bottom: 6px;
        transform: translateY(0) !important;
    }

    #new-home-profiles .nhp-card-panel {
        padding: 12px 14px;
    }

    /* Always show colour photo, hide B&W */
    #new-home-profiles .nhp-card-bw    { opacity: 0; }
    #new-home-profiles .nhp-card-color { opacity: 1; }

    #new-home-profiles .nhp-cta-heading { font-size: 18px; }
    #new-home-profiles .nhp-cta { margin-top: 36px; }
}

/* Grayscale fallback: if no normal_image set, show featured image in B&W */
#new-home-profiles .nhp-card-bw--filter { filter: grayscale(100%); }


/* =============================================================================
   Security Panel — new-home-security-panel.php
   ============================================================================= */

#new_home_security_panel{
    background-size: cover;
    background-position: bottom;
    margin-top:40px;
}
#new_home_security_panel .mt-180{
    margin-top:180px;
}
#new_home_security_panel .gap-custom-lg{
    gap:440px;
}
#new_home_security_panel .security-heading{
    font-size:40px;
    font-weight:300;
    color:#FF4D04;
}
#new_home_security_panel .security-heading span{
    font-weight:600;
    color:#fff;
}
@media screen and (max-width:1024px){
    #new_home_security_panel .mt-180{
        margin-top:0px;
    }
    #new_home_security_panel .gap-custom-lg{
        gap:0px;
    }
    #new_home_security_panel{
        background-image: url(https://smartworking.io/wp-content/uploads/2026/05/ISO-mobile-bg.svg) !important;
        padding-bottom: 260px;
    }
}


/* =============================================================================
   Table Panel — new-home-table-panel.php
   ============================================================================= */

#new_home_table_panel .section-heading {
    font-size: 40px;
    line-height: 56px;
    color: #FF4D04;
    font-weight:300;
}
#new_home_table_panel .section-heading span {
    color: #ffffff;
    font-weight: 700;
}
#new_home_table_panel .table-left {
    width: 40%;
}
#new_home_table_panel .table-right {
    width: 60%;
    border: 1.5px solid #FF4D04;
}
#new_home_table_panel .box-bottom-right {
    background: rgba(255, 77, 4, 0.15);
}
#new_home_table_panel .box-bottom-left {
    background: rgba(255, 255, 255, 0.05);
}
.table-left ul li, .table-right ul li{
    margin-bottom:0;
}
.box-bottom-left span, .box-bottom-right span{
    font-size:26px;
    font-weight:600;
}
@media (max-width: 991px) {
    #new_home_table_panel .table-left,
    #new_home_table_panel .table-right {
        width: 100%;
    }
    #new_home_table_panel .section-heading {
        font-size: 32px;
        line-height: 40px;
    }
    .mobile-br{
        display:none;
    }
}


/* =============================================================================
   Talent Panel — new-home-talent-panel.php
   ============================================================================= */

#new_home_talent_panel .talent-image-wrap {
    width: fit-content;
}
@media screen and (min-width:768px){
    #new_home_talent_panel .talent-grid {
        grid-template-columns: auto 1fr;
    }
}
#new_home_talent_panel .talent-image {
    object-position: top center;
    height:100%;
    width:515px;
    display:block;
}
@media screen and (max-width:991px){
    .mobile-text-center{
        text-align:center;
    }
}


/* =============================================================================
   Video Content Panel — new-home-video-content-panel.php
   ============================================================================= */

/* Two-column flex: video flush-left, content aligned to container right half */
#new_home_video_content .nhvcp-grid {
    display: flex;
    align-items: center;
}
#new_home_video_content{
    margin-top:40px;
}

/* Left column: 50% of full viewport, starts at left edge */
#new_home_video_content .nhvcp-video-col {
    flex: 0 0 50%;
    max-width: 45%;
    line-height: 0;
    align-self: stretch;
    margin-right: -1px;
}

#new_home_video_content .nhvcp-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#new_home_video_content .nhvcp-content-col {
    flex: 1;
}

#new_home_video_content .nhvcp-heading {
    color: #FF4D04;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 24px;
}

#new_home_video_content .nhvcp-heading span {
    font-weight: 600;
    color:#fff;
}

#new_home_video_content .nhvcp-body {
    font-size: 15px;
    font-weight: 275;
    line-height: 1.75;
}

#new_home_video_content .nhvcp-body p {
    margin: 0 0 14px;
}

#new_home_video_content .nhvcp-body p:last-child {
    margin-bottom: 0;
}

#new_home_video_content .nhvcp-body strong {
    font-weight: 700;
}

#new_home_video_content .nhvcp-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}

#new_home_video_content .nhvcp-body ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

#new_home_video_content .nhvcp-body ul li::before {
    content: '•';
    color: #FF4D04;
    position: absolute;
    left: 0;
    top: 0;
}
.nhvcp-body ul{
    list-style-type: none !important;
}

@media (max-width: 991px) {
    #new_home_video_content {
        padding: 0;
        margin:0;
    }

    #new_home_video_content .nhvcp-grid {
        flex-direction: column-reverse;
    }

    #new_home_video_content .nhvcp-video-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #new_home_video_content .nhvcp-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        text-align:center;
    }
    #new_home_video_content .nhvcp-heading{
        font-size: 32px;
    }
}


/* =============================================================================
   Video Panel — new-home-video-panel.php
   ============================================================================= */

#new_home_video_panel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

#new_home_video_panel .nhvp-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#new_home_video_panel .nhvp-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    cursor: pointer;
}

#new_home_video_panel .nhvp-heading {
    color: #FF4D04;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
}

#new_home_video_panel .nhvp-heading span {
    color: #ffffff;
    font-weight: 700;
}

#new_home_video_panel .nhvp-play-wrap {
    position: relative;
    width: 192px;
    height: 192px;
    flex-shrink: 0;
}

#new_home_video_panel .nhvp-play-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.25s ease;
}

#new_home_video_panel .nhvp-play-hover {
    opacity: 0;
}

#new_home_video_panel .nhvp-play-wrap:hover .nhvp-play-normal {
    opacity: 0;
}

#new_home_video_panel .nhvp-play-wrap:hover .nhvp-play-hover {
    opacity: 1;
}

/* Lightbox */
.nhvp-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.88);
    align-items: center;
    justify-content: center;
}

.nhvp-lightbox.is-open {
    display: flex;
}

.nhvp-lightbox-inner {
    position: relative;
    width: 90vw;
    max-width: 1100px;
    aspect-ratio: 16 / 9;
}

.nhvp-lightbox-inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.nhvp-lightbox-close {
    position: absolute;
    top: -44px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
@media screen and (max-width:991px){
    #new_home_video_panel{
        height: 60vh;
    }
    #new_home_video_panel .nhvp-heading{
        font-size: 32px;
        line-height: 40px;
    }
    #new_home_video_panel .nhvp-play-wrap{
        width: 140px;
        height: 140px;
    }
}
