/**
 * Revamp Styles
 * Developed by: Pixel Labz
 * @author mav3rick
 */

:root {
    --rv-bg-dark: #040b16;
    --rv-bg-deep: #020613;
    --rv-bg-light: #efefed;
    --rv-card-dark: #071224;
    --rv-card-soft: #d6e1ee;
    --rv-text-main: #f7f7f7;
    --rv-text-muted: #a3a7b4;
    --rv-text-dark: #1d2029;
    --rv-accent: #2f7ef8;
    --rv-border: rgba(255, 255, 255, 0.14);
}

body {
    background-color: var(--rv-bg-dark);
}

.px_home {
    color: var(--rv-text-main);
    background: var(--rv-bg-dark);
}

.px_container {
    width: min(1170px, 92%);
    margin: 0 auto;
}

.px_dark_section {
    background: var(--rv-bg-dark);
}

.px_light_section {
    background: var(--rv-bg-light);
    color: var(--rv-text-dark);
}

.px_center_col {
    text-align: center;
}

.px_placeholder {
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--rv-text-muted);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.03);
}

.px_btn {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 20px 34px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.px_btn_outline {
    color: var(--rv-text-main) !important;
    border-color: var(--rv-border);
    background: transparent;
}

.px_btn_outline:hover {
    color: #09111f !important;
    background: #ffffff;
}

.px_btn_light {
    color: #0b1120 !important;
    background: #ffffff;
}

.px_btn_light:hover {
    color: #ffffff !important;
    background: #101726;
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
}

.px_btn_dark {
    color: #ffffff !important;
    background: #030007;
    border: 2px solid #252525;
}

.px_btn_dark:hover {
    background: white;
    color: #030007 !important;
    border-color: white;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.px_hero {
    /* padding-top: 16px; */
}

.px_hero_stage {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: radial-gradient(circle at center, rgba(55, 129, 255, 0.4), rgba(4, 11, 22, 0.95) 58%);
}

.px_hero_visual {
    position: absolute;
    inset: 0;
    border-radius: 0;
    z-index: 0;
}

.px_hero_visual video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.px_hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.px_hero_content {
    position: absolute;
    left: 8%;
    bottom: 18%;
    z-index: 2;
    max-width: 640px;
}

.px_hero_content h1 {
    font-size: clamp(33px, 5vw, 60px);
    line-height: 1.4;
    margin-bottom: 15px;
    color: white;
}

.px_hero_content p {
    font-size: 38px;
    color: var(--rv-text-muted);
    margin-bottom: 28px;
}

.px_scroll_hint_container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    font-size: 12px;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.px_scroll_hint_line_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.px_scroll_hint_text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.08em;
    font-size: 12px;
}

.px_scroll_arrow {
    display: flex;
    align-items: end;
    animation: bounce 2s infinite;
    color: white;
}

.px_logo_strip,
.px_certifications {
    padding: 52px 0;
}

.px_logo_row {
    display: flex;
    gap: 20px;
}

.slick-track {
    display: flex;
    gap: 20px;
}

.px_logo_item {
    min-height: 88px;
    min-width: 170px;
    width: 170px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.px_logo_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    /* filter: brightness(0) invert(1); */
}

.px_marquee_wrapper {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.px_marquee_track {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: px_marquee_scroll var(--marquee-duration, 70s) linear infinite;
}

.px_marquee_wrapper:hover .px_marquee_track {
    animation-play-state: paused;
}

@keyframes px_marquee_scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Customers logo ticker — shows 3 at a time, steps one by one */
.px_customers_ticker {
    overflow: hidden;
    margin-top: 32px;
    position: relative;
}

.px_customers_ticker_track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.px_customers_ticker_item {
    flex: 0 0 calc((100% - 48px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.px_customers_ticker_item img {
    max-width: 100%;
    max-height: 60%;
    width: auto;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) brightness(1.6);
    opacity: 0.75;
    transition: filter 0.3s, opacity 0.3s;
}

.px_customers_ticker_item img:hover {
    filter: none;
    opacity: 1;
}

@media (max-width: 767px) {
    .px_customers_ticker_item {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

.px_intelligence {
    padding: 90px 0 120px;
}

.px_intelligence h2 {
    font-size: clamp(36px, 4vw, 62px);
    margin-bottom: 20px;
}

.px_intelligence p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--rv-text-muted);
}

.px_ai_canvas {
    margin: 0 auto;
    max-width: 100%;
}

.px_ai_subheading {
    font-size: clamp(20px, 2.2vw, 24px);
    color: var(--rv-text-main);
    font-weight: 600;
    margin: 28px auto 48px;
    line-height: 1.35;
    max-width: 680px;
}

.px_ai_pillars {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1px;
    overflow: hidden;
}

.px_ai_pillar {
    padding: 38px 5px;
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 14px;
    text-align: left;
    transition: background 0.3s ease;
}

.px_ai_pillar:hover {
    background: rgba(255, 255, 255, 0.03);
}

.px_ai_pillar_num {
    font-size: 12px;
    font-weight: 700;
    color: var(--rv-accent);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.px_ai_pillar h4 {
    margin: 0;
    font-size: clamp(17px, 1.7vw, 20px);
    color: var(--rv-text-main);
    font-weight: 600;
    line-height: 1.3;
}

/* Sparkle SVG animations */
@keyframes px-sparkle-main {
    0% {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    40% {
        transform: scale(1.1) rotate(5deg);
        opacity: 1;
    }
    65% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: scale(0) rotate(180deg);
        opacity: 0;
    }
}

@keyframes px-sparkle-sm {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    75% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.px_sparkle_svg {
    overflow: visible;
}

.px_sparkle_main {
    transform-origin: 9.44px 9.44px;
    animation: px-sparkle-main 10s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
    animation-delay: 0s;
}

.px_sparkle_sm {
    opacity: 0;
    animation: px-sparkle-sm 5s ease-out infinite;
}

.px_sparkle_sm1 {
    transform-origin: 2.625px 2.625px;
    animation-delay: 3s;
}

.px_sparkle_sm2 {
    transform-origin: 17.625px 16.625px;
    animation-delay: 4s;
}

.px_platforms {
    padding: 90px 0 110px;
}

.px_platforms_intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 32px;
}

.px_platforms_intro h2 {
    font-size: clamp(38px, 4vw, 50px);
    margin: 0;
    font-weight: 600;
    background: linear-gradient(180deg, #ffffff 0%, #dfe9ff 65%, #bdd3ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.px_platforms_intro p {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: var(--rv-text-muted);
}

.px_platforms_intro span {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: var(--rv-text-main);
    font-weight: 700;
}

.px_platform_cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.px_platform_card_1 {
    border-radius: 14px;
    padding: 38px 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 22px;
}

.px_platform_card_1 {
    background: #020715;
    color: #f7f7f7;
}

.px_platform_card_1 h3,
.px_platform_card_2 h3 {
    font-size: 32px;
    margin-bottom: 18px;
    text-align: left;
    font-weight: 600;
}

.px_platform_card_1 h3,
.px_platform_card_2 h3 {
    color: white;
}

.px_card_media {
    min-height: 260px;
    margin-bottom: 20px;
    min-width: 100%;
}

.px_card_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.px_platform_card_1 p,
.px_platform_card_2 p {
    font-size: 21px;
    line-height: 1.32;
    margin-bottom: 26px;
    text-align: left;
    color: var(--rv-text-muted);
}

.px_about_text span,
.px_platform_card_1 span,
.px_platform_card_2 span {
    color: white;
    font-weight: 700;
}



.px_platform_card_2 {
    border-radius: 14px;
    padding: 38px 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 22px;
}

.px_platform_card_2 {
    background: #020715;
    color: #f7f7f7;
}


.px_section_label {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--rv-text-muted);
    margin-bottom: 24px;
}

.px_testimonials {
    padding: 100px 0;
    /* background: radial-gradient(circle at top, rgba(43, 112, 228, 0.28), rgba(4, 11, 22, 1) 38%); */
}

.px_testimonials h2 {
    font-size: clamp(38px, 4vw, 50px);
    margin: 0;
    font-weight: 600;
    background: linear-gradient(180deg, black 0%, white 35%, white 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 36px;
}

.px_testimonial_shell {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    align-items: center;
    gap: 18px;
}

.px_arrow {
    border: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.px_testimonial_card {
    background: #050d22;
    border: 1px solid var(--rv-border);
    border-radius: 26px;
    padding: 24px;
    display: grid;
    grid-template-columns: 34% 1fr;
    gap: 28px;
}

.px_testimonial_media {
    min-height: 380px;
}

.px_testimonial_copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.px_testimonial_copy p {
    font-size: 20px;
    line-height: 1.34;
    color: #e7ecf9;
    text-align: left;
}

.px_testimonial_copy h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}

.px_testimonial_copy span {
    font-size: 18px;
    color: var(--rv-text-muted);
}

.px_impact {
    padding: 100px 0;
}

.px_impact_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    margin-bottom: 34px;
}

.px_impact_head h2 {
    font-size: clamp(38px, 4vw, 50px);
    margin: 0;
    font-weight: 600;
    background: linear-gradient(180deg, black 0%, white 35%, white 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.px_intelligence h2.px_home_title_gradient,
.px_platforms_intro h2.px_home_title_gradient,
.px_impact_head h2.px_home_title_gradient,
.px_text_gradient {
    background: linear-gradient(135deg, #ffffff 0%, #6ec4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.px_impact_head p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: white;
    max-width: 540px;
}

.px_impact_card {
    display: grid;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    gap: 28px;
    padding: 34px;
}

.px_impact_slider {
    position: relative;
    overflow: hidden;
    min-height: 650px;
}

.px_impact_slide {
    display: none;
}

.px_impact_slide.is_active {
    display: grid;
    position: relative;
    z-index: 2;
}


.px_impact_slide.is_enter_from_right,
.px_impact_slide.is_enter_from_left,
.px_impact_slide.is_exit_to_left,
.px_impact_slide.is_exit_to_right {
    display: grid;
    position: absolute;
    inset: 0;
    width: 100%;
    will-change: transform;
}

.px_impact_slide.is_enter_from_right {
    animation: px_impact_enter_from_right 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 4;
}

.px_impact_slide.is_exit_to_left {
    animation: px_impact_exit_to_left 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 3;
}

.px_impact_slide.is_enter_from_left {
    animation: px_impact_enter_from_left 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 4;
}

.px_impact_slide.is_exit_to_right {
    animation: px_impact_exit_to_right 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 3;
}

@keyframes px_impact_enter_from_right {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes px_impact_exit_to_left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes px_impact_enter_from_left {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes px_impact_exit_to_right {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.px_impact_card_media {
    min-height: 100%;
}

.px_impact_card_media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
}

.px_impact_media {
    min-height: 500px;
    border-radius: 14px;
}

.px_impact_card_content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.px_impact_card_content h3 {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 34px);
    line-height: 1.02;
    color: #f8f9ff;
}

.px_impact_intro {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #bcc4d4;
}

.px_impact_stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.px_impact_stat_item {
    /* border: 1px dashed rgba(255, 255, 255, 0.24); */
    /* border-radius: 10px; */
    min-height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.px_impact_stat_item h4 {
    margin: 0 0 8px;
    font-size: clamp(22px, 2.4vw, 26px);
    line-height: 0.95;
    color: #ffffff;
    font-weight: 700;
}

.px_impact_stat_item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    color: #c7cfdd;
    text-align: center; 
}

.px_impact_profile {
    margin-top: 4px;
    display: grid;
    grid-template-columns: 102px 1fr;
    gap: 16px;
    align-items: center;
    justify-items: center;
}

.px_impact_avatar {
    width: 80px !important;
    min-width: 80px;
    min-height: 80px;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    border-radius: 100% !important;
}

.px_impact_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.px_impact_profile_copy h5 {
    margin: 0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.05;
}

.px_impact_profile_copy span {
    display: inline-block;
    margin-top: 4px;
    color: #3bb4ff;
    font-size: 16px;
    font-weight: 600;
}

.px_impact_profile_copy p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #c2cada;
    font-style: italic;
}

.px_impact_dots {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.px_impact_dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.px_impact_dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    padding: 0;
}

.px_impact_dots button.is_active,
.px_impact_dots span.is_active {
    background: #29a9ff;
    border-color: #29a9ff;
}

/* ── Testimonials Carousel ───────────────────────────────────── */

.px_testimonials {
    padding: 100px 0;
    /* background: radial-gradient(circle at top, rgba(43, 112, 228, 0.22), rgba(4, 11, 22, 1) 42%); */
}

.px_testimonials_head {
    margin-bottom: 40px;
}

.px_testimonials_head h2 {
    font-size: clamp(38px, 4vw, 50px);
    font-weight: 600;
    margin: 0 0 12px;
}

.px_testimonials_head p {
    margin: 0;
    font-size: 18px;
    color: var(--rv-text-muted);
}

.px_testi_slider {
    position: relative;
    overflow: hidden;
    transition: height 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.px_testi_slide {
    display: none;
}

.px_testi_slide.is_active {
    display: block;
    position: relative;
    z-index: 2;
}

.px_testi_slide.is_enter_from_right,
.px_testi_slide.is_enter_from_left,
.px_testi_slide.is_exit_to_left,
.px_testi_slide.is_exit_to_right {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    will-change: transform;
}

.px_testi_slide.is_enter_from_right {
    animation: px_impact_enter_from_right 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 4;
}

.px_testi_slide.is_exit_to_left {
    animation: px_impact_exit_to_left 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 3;
}

.px_testi_slide.is_enter_from_left {
    animation: px_impact_enter_from_left 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 4;
}

.px_testi_slide.is_exit_to_right {
    animation: px_impact_exit_to_right 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 3;
}

.px_testi_card {
    background: var(--rv-card-dark);
    border: 1px solid var(--rv-border);
    border-radius: 24px;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.px_testi_quote_mark {
    font-size: 72px;
    line-height: 0.6;
    color: #29a9ff;
    font-family: Georgia, serif;
    font-weight: 700;
    user-select: none;
}

.px_testi_quote {
    margin: 0;
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.6;
    color: #dde4f0;
    font-style: italic;
}

.px_testi_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--rv-border);
}

.px_testi_person {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.px_testi_name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.px_testi_role {
    margin: 0;
    font-size: 14px;
    color: var(--rv-text-muted);
}

.px_testi_role span {
    color: #3bb4ff;
    font-weight: 600;
}

.px_testi_product {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.px_testi_logo {
    height: 15%;
    width: auto;
    max-width: 100px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.6;
    flex-shrink: 0;
}

.px_testi_dots {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.px_testi_dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.px_testi_dots button.is_active {
    background: #29a9ff;
    border-color: #29a9ff;
}

.get_in_touch_section {
    background: linear-gradient(120deg, #102bdb 0%, #1a55f7 45%, #5fa4ff 100%);
    padding-top: 90px;
    padding-bottom: 90px;
}

.get_in_touch_section .title_center {
    text-align: left;
    width: min(1280px, 92%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.get_in_touch_section .heading_1 {
    color: #ffffff;
    font-size: clamp(42px, 4.5vw, 80px);
    margin-bottom: 26px;
}

.get_in_touch_section .title_icon {
    color: #ffffff;
    border: 2px solid white;
    border-radius: 100px;
    padding: 1.2%;
    transition: all 0.3s ease;
}

.get_in_touch_section .title_icon:hover {
    background: white;
    color: #102bdb;
}

.get_in_touch_section .content_div p {
    color: #eff4ff;
}

.get_in_touch_section .get_in_touch_content {
    width: min(1280px, 92%);
    margin: 28px auto 0;
}

.get_in_touch_section .px_contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.get_in_touch_section .px_contact_details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.get_in_touch_section .get_in_touch_content .contact_info_item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.get_in_touch_section .get_in_touch_content .contact_info_item .label {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
}

.get_in_touch_section .get_in_touch_content .contact_info_item .value {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.get_in_touch_section .px_contact_media {
    min-height: 360px;
}

.subs_sec,
.footer_links_section,
.footer_cont_section,
.footer_copy_top {
    display: none;
}

footer {
    background: #f1f1ef;
    color: #181b24;
}

.px_footer_core {
    width: min(1280px, 92%);
    margin: 0 auto;
    text-align: center;
    padding: 72px 0 56px;
}

.px_footer_logo {
    display: inline-block;
    margin-bottom: 34px;
}

.px_footer_logo img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

.px_footer_line {
    height: 1px;
    background: rgba(12, 14, 19, 0.24);
    margin-bottom: 26px;
}

.px_footer_menu {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 26px;
}

.px_footer_menu a {
    text-decoration: none;
    color: #4b505a;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 13px;
}

.px_footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.px_footer_social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.px_footer_social img {
    width: 16px;
    height: 16px;
}

.px_footer_social .separator {
    width: 1px;
    height: 14px;
    background: #dcdbd7;
}

.px_footer_section {
    background: #05050f;
    color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.px_footer_bottom {
    margin: 0;
}

.px_footer_bottom small {
    display: none;
}

.nav_header {
    background: transparent !important;
}

.nav_header_bg {
    background: rgba(5, 8, 16, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav_header .navbar-brand img {
    max-height: 60px;
    width: auto;
}

.px_topbar {
    width: 100%;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
}

.px_topbar_left,
.px_topbar_right {
    display: flex;
    align-items: center;
    gap: 34px;
    min-width: 32%;
}

.px_topbar_left a,
.px_topbar_right a {
    color: #f2f5ff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.px_center_logo {
    margin: 0;
    transform: translateY(1px);
}

.px_topbar_right {
    justify-content: flex-end;
}

.px_topbar_right .common_button {
    background: #ffffff;
    color: #0f172b;
    border: 1px solid transparent;
}

.px_topbar_right .common_button:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    background: transparent;
}

.nav_header .navbar_nav {
    align-items: center;
    gap: 26px;
}

.nav_header .navbar_nav .nav-link {
    color: #d8deec;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.nav_header .nav_desk_button .common_button {
    border-radius: 999px;
    padding: 10px 26px;
}

/* ── Mobile Offcanvas Nav Panel ─────────────────────────────────── */

.offcanvas_main {
    background: var(--rv-bg-dark) !important;
    border-right: 1px solid var(--rv-border) !important;
    width: 85vw !important;
    max-width: 420px !important;
}

.offcanvas_main .offcanvas_wrap {
    background: var(--rv-bg-dark);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: none;
}

/* Header row */
.offcanvas_main .offcanvas-header {
    padding: 18px 22px;
    border-bottom: 1px solid var(--rv-border);
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offcanvas_main .offcanvas-title {
    width: 50%;
}

.offcanvas_main .offcanvas-title .navbar-brand {
    margin: 0;
    display: block;
}

.offcanvas_main .offcanvas-title .navbar-brand img {
    height: 32px;
    width: auto;
    display: block;
}

/* Close button */
.offcanvas_main .offcanvas_close_icon {
    position: static;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--rv-border);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.offcanvas_main .offcanvas_close_icon:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
}

.offcanvas_main .offcanvas_close_icon img {
    width: 13px;
    height: 13px;
    filter: brightness(0) invert(1);
    opacity: 0.75;
    display: block;
}

/* Scrollable body */
.offcanvas_main .offcanvas_body {
    padding: 12px 0;
    overflow-y: auto;
    flex: 1;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 50px;
}

/* Top-level nav list */
.offcanvas_main .navbar_nav {
    list-style: none;
    margin: 0;
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.offcanvas_main .navbar_nav .nav-item {
    padding: 0;
    margin: 0;
}

/* Top-level links */
.offcanvas_main .navbar_nav .nav-link {
    color: #d8deec;
    font-size: 17px;
    font-weight: 500;
    padding: 18px 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: none;
    transition: color 0.2s ease;
}

.offcanvas_main .navbar_nav .nav-item:last-child .nav-link {
    border-bottom: none;
}

.offcanvas_main .navbar_nav .nav-link:hover {
    color: #ffffff;
}

/* Thin chevron replaces Bootstrap default caret */
.offcanvas_main .navbar_nav .nav-link.dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid var(--rv-text-muted);
    border-bottom: 1.5px solid var(--rv-text-muted);
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.25s ease, border-color 0.2s ease;
    flex-shrink: 0;
    margin-left: auto;
}

.offcanvas_main .navbar_nav .nav-link.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(-135deg) translateY(-2px);
    border-color: var(--rv-accent);
}

/* Collapse spacing */
.offcanvas_main .collapse.mega_menu,
.offcanvas_main .collapse {
    margin-top: 0;
}

/* ── Mega menu (Products) ── */
.offcanvas_main .mega_menu .mega_row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0 8px;
}

.offcanvas_main .mega_col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.offcanvas_main .mega_col:last-child {
    border-bottom: none;
}

/* Category label link */
.offcanvas_main .heading_ic_a.mega_a {
    display: block;
    padding: 13px 22px 6px;
    text-decoration: none;
}

/* Hide decorative icons */
.offcanvas_main .heading_ic_a.mega_a > div:first-child {
    display: none;
}

.offcanvas_main .mega_ti {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rv-accent);
}

.offcanvas_main .mega_col .heading_ic_a {
    margin-bottom: 0;
}

.offcanvas_main .mega_sub_wrap {
    padding: 2px 22px 12px;
    margin-top: 0;
    font-size: 14px;
}

.offcanvas_main .mega_sub_wrap p {
    margin: 0;
}

.offcanvas_main .mega_sub_wrap .a_color3 {
    display: block;
    color: var(--rv-text-muted) !important;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 0;
    transition: color 0.2s ease;
}

.offcanvas_main .mega_sub_wrap .a_color3:hover,
.offcanvas_main .mega_sub_wrap .a_color3:focus {
    color: #ffffff !important;
}

/* ── Simple dropdowns (Solutions, Services, Resources, Company) ── */
.offcanvas_main .nr_dropdown_menu {
    display: block !important;
    background: transparent !important;
    border: none;
    border-radius: 0;
    padding: 4px 0 12px;
    margin: 0;
    box-shadow: none;
}

.offcanvas_main .nr_dropdown_menu .dropdown-item {
    color: var(--rv-text-muted);
    font-size: 14px;
    padding: 8px 22px;
    background: transparent;
    transition: color 0.2s ease;
}

.offcanvas_main .nr_dropdown_menu .dropdown-item:hover,
.offcanvas_main .nr_dropdown_menu .dropdown-item:focus {
    color: #ffffff;
    background: transparent;
}

/* ── CTA button ── */
.offcanvas_main .nav_desk_button {
    margin: 0;
    padding: 28px 0 0;
    border: none;
}

.offcanvas_main .nav_desk_button .px_btn {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

/* ── Email link ── */
.offcanvas_main .nav_link_con {
    display: block;
    padding: 14px 22px;
    color: var(--rv-text-muted) !important;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: color 0.2s ease;
}

.offcanvas_main .nav_link_con:hover {
    color: #ffffff !important;
}

/* ── Social icons ── */
.offcanvas_main .social_div_off_can {
    display: flex;
    padding: 20px 22px;
    gap: 18px;
    border-top: none;
}

.offcanvas_main .social_div_off_can a {
    opacity: 0.5;
    transition: opacity 0.2s ease;
    display: inline-flex;
}

.offcanvas_main .social_div_off_can a:hover {
    opacity: 1;
}

.offcanvas_main .social_div_off_can img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

/* Full-width on small phones */
@media (max-width: 400px) {
    .offcanvas_main {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ── End Offcanvas Nav ─────────────────────────────────────────── */

/* Navbar Mobile Styles */
.navbar_mobile {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.navbar_mobile .px_center_logo {
    flex: 1;
    text-align: center;
}

.navbar_mobile .px_center_logo img {
    max-height: 50px;
    max-width: 70%;
    width: auto;
}

/* Responsive Navbar */
@media (max-width: 991px) {
    .navbar_mobile {
        display: flex;
    }

    .px_topbar {
        display: none !important;
    }

    .navbar .collapse {
        display: none !important;
    }

    .nav_header .navbar {
        padding: 0;
        min-height: 70px;
    }

    .nav_header .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        box-shadow: none;
    }

    .navbar-toggler-icon {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

}

@media (max-width: 768px) {
    .offcanvas_main {
        width: 100%;
        max-width: 100%;
    }

    .navbar_mobile {
        padding: 0 15px;
    }

    .nav_header .navbar {
        min-height: 60px;
    }

    .px_platform_card_1,
    .px_platform_card_2 {
        grid-template-columns: 1fr;
    }

    .px_platform_card_1 .px_card_media {
        order: -1;
    }
}

.px_menu_trigger {
    font-size: 14px;
    color: #eceef7;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.px_menu_trigger img {
    width: 18px;
}

.px_apim_page {
    background: var(--rv-bg-dark);
}

.px_apim_section {
    padding: 58px 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
}

.px_apim_section:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.px_breadcrumb {
    padding: 0 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.px_breadcrumb p {
    margin: 0;
    color: var(--rv-text-muted);
    font-size: 12px;
    letter-spacing: 0.03em;
    padding-block: 15px;
}

.px_breadcrumb a {
    color: var(--rv-text-main);
}

.px_hero_section {
    padding: 26px 0 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

/* Hero Background Glow */
.px_hero_section_bg_glow {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 60%;
    height: 140%;
    background: radial-gradient(circle, rgba(47, 126, 248, 0.25) 0%, transparent 60%);
    z-index: 0;
    pointer-events: none;
    animation: pulse-bg 8s infinite alternate;
}

@keyframes pulse-bg {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Hero Background Grid */
.px_hero_section_bg_grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* Animated Title */
.px_animated__title {
    background: linear-gradient(to right, #ffffff, #6ec4ff, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

/* Glowing Button */
.px_apim_btn_glow {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.px_apim_btn_glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    animation: btn-shimmer 3s infinite;
    z-index: -1;
}

@keyframes btn-shimmer {
    0% {
        left: -100%;
    }

    20% {
        left: 200%;
    }

    100% {
        left: 200%;
    }
}

.px_apim_btn_glow:hover {
    box-shadow: 0 0 20px rgba(110, 196, 255, 0.6);
    transform: translateY(-2px);
}

/* Floating Visual */
.px_floating {
    animation: float 6s ease-in-out infinite;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(110, 196, 255, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.px_floating::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(110, 196, 255, 0.1) 90deg, transparent 180deg);
    animation: rotate-glow 10s linear infinite;
    z-index: 0;
}

.px_visual_inner {
    position: relative;
    z-index: 1;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rv-bg-dark);
    border-radius: inherit;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotate-glow {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.px_apim_light_card {
    background: #ffffff;
    border: 1px solid rgba(9, 17, 30, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 18px;
}

.px_apim_light_card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.px_apim_gradient_text_dark {
    background: linear-gradient(135deg, #0f172b 0%, #2f7ef8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_apim_title_gradient {
    background: linear-gradient(135deg, #ffffff 0%, #6ec4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_apim_title_gradient_dark {
    background: linear-gradient(135deg, #0f172b 0%, #2f7ef8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_apim_dark_text {
    color: var(--rv-text-dark) !important;
}

.px_apim_line_dark {
    background: rgba(9, 17, 30, 0.1) !important;
}

.px_hero_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at max(4%, calc(50% - 585px)) 40%,
        rgba(47, 126, 248, 0.18) 0%,
        transparent 45%
    );
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 80%);
    mask-image: linear-gradient(to bottom, black 60%, transparent 80%);
}

@media (max-width: 991px) {
    .px_hero_section::before {
        background: radial-gradient(
            circle at 50% 40%,
            rgba(47, 126, 248, 0.18) 0%,
            transparent 55%
        );
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.px_hero_section_grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.px_hero_section_details {
    color: var(--rv-text-main);
}

.px_hero_section_details p {
    margin: 0 0 14px;
    color: var(--rv-text-muted);
}

.px_hero_section_callout {
    color: var(--rv-text-main) !important;
    max-width: 640px;
    font-size: 15px;
}

.px_hero_section_details .px_btn {
    margin-top: 18px;
}

.px_placeholder {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--rv-text-muted);
    background: rgba(255, 255, 255, 0.02);
}

.px_hero_section_visual {
    min-height: 320px;
    align-self: stretch;
    height: 100%;
}

.px_hero_section_visual video,
.px_hero_section_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.px_apim_section_title {
    margin: 0 0 22px;
    font-size: clamp(24px, 3vw, 36px);
    color: var(--rv-text-main);
}

.px_apim_dark_title {
    color: var(--rv-text-dark) !important;
}

.px_apim_dark_subtitle {
    color: var(--rv-text-dark);
    opacity: 0.7;
    margin-bottom: 20px;
}

.px_apim_metric_grid,
.px_apim_impact_grid,
.px_apim_feature_grid,
.px_apim_resource_grid {
    display: grid;
    gap: 16px;
}

.px_apim_metric_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.px_apim_metric_card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.px_apim_metric_card:hover {
    transform: translateY(-2px);
    border-color: rgba(110, 196, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(110, 196, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);

}

.px_apim_metric_card h3 {
    margin: 0 0 10px;
    color: var(--rv-text-main);
    font-size: 28px;
}

.px_apim_metric_card p {
    margin: 0;
    color: var(--rv-text-muted);
    font-size: 13px;
}

.px_apim_awards,
.px_apim_arch,
.px_apim_competitor {
    min-height: 220px;
}

.px_apim_arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.px_apim_section_lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.px_apim_line_1 {
    width: 2px;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.px_apim_line_2 {
    width: 3px;
    height: 50%;
    background: white;
}

.px_apim_stack {
    display: grid;
    gap: 12px;
}

.px_apim_stack_item {
    padding: 16px 18px;
    /* -webkit-backdrop-filter: blur(10px); */
    /* backdrop-filter: blur(10px); */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.px_apim_stack_item:hover {
    transform: translateX(10px);
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), -5px 0 15px rgba(110, 196, 255, 0.2); */
    /* background: rgba(255, 255, 255, 0.06); */
}

.px_apim_stack_item h3 {
    margin: 0 0 8px;
    color: var(--rv-text-main);
    font-size: 20px;
}

.px_apim_stack_item p {
    margin: 0;
    color: var(--rv-text-muted);
}

/* Card Shimmer Effect */
.px_apim_metric_card,
.px_apim_impact_card {
    position: relative;
    overflow: hidden;
}

.px_apim_metric_card::before,
.px_apim_impact_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: 0;
    pointer-events: none;
}

.px_apim_metric_card:hover::before,
.px_apim_impact_card:hover::before {
    left: 150%;
}

.px_apim_metric_card>*,
.px_apim_impact_card>* {
    position: relative;
    z-index: 1;
}

.px_apim_impact_card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 18px;
    text-align: center;
}

.px_apim_impact_card:hover {
    transform: translateY(-1px);
    border-color: rgba(110, 196, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(110, 196, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.px_apim_gradient_text {
    background: linear-gradient(135deg, #ffffff 0%, #6ec4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_apim_impact_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.px_apim_impact_card h3 {
    margin: 0 0 8px;
    font-size: 36px;
    color: var(--rv-text-main);
}

.px_apim_impact_card p {
    margin: 0;
    color: var(--rv-text-muted);
}

.px_apim_capabilities_grid_pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px;
}

.px_apim_capability_card_pro {
    background: var(--rv-bg-dark);
    padding: 24px 32px;
    position: relative;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    overflow: hidden;
}

.px_apim_capability_card_pro:hover {
    background: rgba(255, 255, 255, 0.03);
}

.px_apim_cap_accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6ec4ff;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
}

.px_apim_capability_card_pro:hover .px_apim_cap_accent {
    transform: scaleY(1);
}

.px_apim_capability_card_pro p {
    margin: 0;
    color: var(--rv-text-main);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.px_apim_features_section .px_apim_section_title {
    margin-bottom: 40px;
}

.px_apim_feature_list_pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.px_apim_feature_item_pro {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
    transition: all 0.3s ease;
}

.px_apim_feature_item_pro:hover {
    border-color: rgba(110, 196, 255, 0.3);
    background: linear-gradient(180deg, rgba(110, 196, 255, 0.05) 0%, transparent 100%);
}

.px_apim_check_pro {
    color: #6ec4ff;
    flex-shrink: 0;
    margin-top: 2px;
}

.px_apim_feature_item_pro span {
    color: var(--rv-text-main);
    font-size: 15px;
    line-height: 1.5;
}

.px_apim_ai_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.4s ease;
}

.px_apim_ai_item:hover {
    transform: translateX(10px);
}

.px_apim_ai_item h3 {
    color: var(--rv-text-main);
    margin-bottom: 5px;
}

.px_apim_ai_item p {
    color: var(--rv-text-muted);
}

.px_apim_story_table {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.px_apim_story_head,
.px_apim_story_row {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 0;
}

.px_apim_story_head>div,
.px_apim_story_row>div {
    padding: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.px_apim_story_head>div:last-child,
.px_apim_story_row>div:last-child {
    border-right: 0;
}

.px_apim_story_head {
    background: rgba(255, 255, 255, 0.05);
    font-weight: 600;
}

.px_apim_story_row {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    transition: background 0.3s ease;
}

.px_apim_story_row:hover {
    background: rgba(255, 255, 255, 0.05);
}

.px_apim_story_head div,
.px_apim_story_row div {
    color: var(--rv-text-main);
    font-size: 14px;
}

.px_apim_story_row a {
    color: #9ad1ff;
}

.px_apim_resource_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.px_apim_resource_card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    padding: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.px_apim_resource_card h3 {
    margin: 0 0 8px;
    color: var(--rv-text-main);
    font-size: 20px;
}

.px_apim_resource_card p {
    margin: 0;
    color: var(--rv-text-muted);
}

.px_apim_resource_card:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

@media (max-width: 1199.98px) {

    .px_platforms_intro,
    .px_platform_cards,
    .px_impact_head,
    .get_in_touch_section .px_contact_grid {
        grid-template-columns: 1fr;
    }

    .px_impact_media {
        min-height: 420px;
    }

    .px_impact_stats {
        grid-template-columns: 1fr 1fr;
    }

    .px_testimonial_card {
        grid-template-columns: 1fr;
    }

    .px_testi_card {
        padding: 32px 36px;
    }

    .px_hero_section_grid,
    .px_apim_story_head,
    .px_apim_story_row {
        grid-template-columns: 1fr;
    }

    .px_apim_story_head>div,
    .px_apim_story_row>div {
        border-right: 0;
    }

    .px_apim_story_head>div:not(:last-child),
    .px_apim_story_row>div:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .px_testimonial_media {
        min-height: 260px;
    }
}

@media (max-width: 991.98px) {
    .px_hero_content {
        left: 6%;
        right: 6%;
        width: 100%;
        top: 55%;
        max-width: none;
    }

    .px_hero_content p {
        font-size: 28px;
    }

    .px_arrow {
        display: none;
    }

    .px_testimonial_shell {
        grid-template-columns: 1fr;
    }

    .px_impact_card {
        grid-template-columns: 1fr;
    }

    .px_impact_card {
        padding: 26px;
        border-radius: 24px;
    }

    .px_impact_profile_copy h5 {
        font-size: 26px;
    }

    .px_apim_metric_grid,
    .px_apim_impact_grid,
    .px_apim_feature_grid,
    .px_apim_resource_grid,
    .px_apim_capabilities_grid {
        grid-template-columns: 1fr 1fr;
    }

    footer {
        padding-inline: 0;
    }

    .px_footer_menu {
        flex-wrap: wrap;
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .px_hero_content {
        left: 0;
        right: 0;
        padding: 0 18px;
        max-width: 100vw;
    }


    .px_logo_item {
        min-width: 130px;
        min-height: 72px;
    }

    .px_platform_card_1,
    .px_platform_card_2 {
        padding: 24px;
    }

    .px_platform_card_1 h3,
    .px_platform_card_2 h3 {
        font-size: 24px;
    }

    .px_platform_card_1 p,
    .px_platform_card_2 p {
        font-size: 16px;
    }

    .px_platforms_intro p,
    .px_platforms_intro span {
        font-size: 16px;
    }

    .px_testimonial_copy {
        text-align: left;
    }

    .px_testimonial_copy p {
        font-size: 16px;
    }

    .px_testimonial_copy h3 {
        font-size: 18px;
    }

    .px_testimonial_copy span {
        font-size: 15px;
    }

    .px_impact,
    .px_testimonials {
        padding: 82px 0;
    }

    .px_testi_card {
        padding: 28px 24px;
        gap: 18px;
    }

    .px_testi_footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .px_testi_logo {
        height: 36px;
    }

    .px_testi_quote {
        font-size: 15px;
    }

    .px_impact_head p {
        font-size: 16px;
    }

    .px_impact_stats {
        grid-template-columns: 1fr 1fr;
    }

    .px_impact_media {
        min-height: 300px;
    }

    .px_impact_profile {
        grid-template-columns: 1fr;
    }

    .px_impact_profile_copy h5 {
        font-size: 20px;
    }

    .px_impact_profile_copy span {
        font-size: 15px;
    }

    .px_hero_content p {
        font-size: 20px;
    }

    .px_about_hero_title {
        font-size: 32px;
    }

    .px_awards_intro h2 {
        font-size: 28px;
    }

    .px_awards_intro p {
        font-size: 16px;
    }

    .px_apim_impact_card h3,
    .px_fabric_impact_card h3 {
        font-size: 28px;
    }

    .px_apim_metric_card h3,
    .px_fabric_metric_card h3 {
        font-size: 22px;
    }

    .px_footer_cta_right h2 {
        font-size: 24px;
    }

    .px_footer_cta_right p {
        font-size: 14px;
    }

    .px_btn {
        font-size: 16px;
        padding: 16px 28px;
    }

    .get_in_touch_section .heading_1 {
        font-size: clamp(28px, 6vw, 42px);
    }

    .get_in_touch_section .get_in_touch_content .contact_info_item .value {
        font-size: 17px;
    }

    .px_apim_breadcrumb {
        padding-top: 82px;
    }

    .px_apim_metric_grid,
    .px_apim_impact_grid,
    .px_apim_feature_grid,
    .px_apim_resource_grid,
    .px_apim_capabilities_grid {
        grid-template-columns: 1fr;
    }

    .px_apim_section {
        padding: 44px 0;
    }

    .px_hero_section_details .px_btn {
        width: 100%;
    }

    .px_section_label {
        font-size: 13px;
    }

    .px_intelligence p {
        font-size: 15px;
    }

    .px_about_text p {
        font-size: 15px;
    }

    .px_contact_cta_subtitle {
        font-size: 14px;
    }

    .px_footer_bottom_row {
        font-size: 12px;
    }
}

@media (min-width: 992px) {

    /* .nav_header .navbar-brand,
    .nav_header #navbarMain,
    .nav_header .mb_search,
    .nav_header .navbar-toggler {
        display: none !important;
    } */
}

/* bounce animation */
@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Fabric Product Page Styles */

.px_fabric_page {
    background: var(--rv-bg-dark);
}

.px_fabric_section {
    padding: 58px 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
}

.px_fabric_section:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.px_fabric_light_card {
    background: #ffffff;
    border: 1px solid rgba(9, 17, 30, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 18px;
}

.px_fabric_light_card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.px_fabric_gradient_text_dark {
    background: linear-gradient(135deg, #0f172b 0%, #2f7ef8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_fabric_title_gradient {
    background: linear-gradient(135deg, #ffffff 0%, #6ec4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_fabric_title_gradient_dark {
    background: linear-gradient(135deg, #0f172b 0%, #2f7ef8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_fabric_dark_text {
    color: var(--rv-text-dark) !important;
}

.px_fabric_line_dark {
    background: rgba(9, 17, 30, 0.1) !important;
}

.px_fabric_callout {
    color: var(--rv-text-main) !important;
    max-width: 640px;
    font-size: 15px;
}

.px_fabric_intent_box {
    background: #F3F4F6;
    border: 2px solid #000000;
    padding: 18px;
    margin: 18px 0;
    color: #0A0A0A;
}

.px_fabric_intent_box p {
    margin: 0;
    font-size: 14px;
}

.px_fabric_placeholder {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--rv-text-muted);
    background: rgba(255, 255, 255, 0.02);
}

.px_fabric_section_title {
    margin: 0 0 22px;
    font-size: clamp(24px, 3vw, 36px);
    color: var(--rv-text-main);
}

.px_fabric_dark_title {
    color: var(--rv-text-dark) !important;
}

.px_fabric_dark_subtitle {
    color: var(--rv-text-dark);
    opacity: 0.7;
    margin-bottom: 20px;
}

.px_fabric_metric_grid,
.px_fabric_impact_grid,
.px_fabric_feature_grid,
.px_fabric_resource_grid {
    display: grid;
    gap: 16px;
}

.px_metric_grid_4_col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.px_fabric_metric_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.px_fabric_metric_card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.px_fabric_metric_card:hover {
    transform: translateY(-2px);
    border-color: rgba(110, 196, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(110, 196, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.px_fabric_metric_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: 0;
    pointer-events: none;
}

.px_fabric_metric_card:hover::before {
    left: 150%;
}

.px_fabric_metric_card h3,
.px_fabric_metric_card p {
    position: relative;
    z-index: 1;
}

.px_fabric_metric_card h3 {
    margin: 0 0 10px;
    color: var(--rv-text-main);
    font-size: 28px;
}

.px_fabric_metric_card p {
    margin: 0;
    color: var(--rv-text-muted);
    font-size: 13px;
}

.px_fabric_awards,
.px_fabric_arch,
.px_fabric_competitor {
    min-height: 220px;
}

.px_fabric_arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}   

.px_fabric_section_lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.px_fabric_line_1 {
    width: 2px;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.px_fabric_line_2 {
    width: 3px;
    height: 50%;
    background: white;
}

.px_fabric_stack {
    display: grid;
    gap: 12px;
}

.px_fabric_stack_item {
    padding: 16px 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.px_fabric_stack_item:hover {
    transform: translateX(10px);
}

.px_fabric_stack_item h3 {
    margin: 0 0 8px;
    color: var(--rv-text-main);
    font-size: 20px;
}

.px_fabric_stack_item p {
    margin: 0;
    color: var(--rv-text-muted);
    font-size: 14px;
}

.px_fabric_additional_cap {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    min-height: 120px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--rv-text-muted);
    background: rgba(255, 255, 255, 0.02);
}

.px_fabric_impact_card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.px_fabric_impact_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
    z-index: 0;
    pointer-events: none;
}

.px_fabric_impact_card:hover::before {
    left: 150%;
}

.px_fabric_impact_card:hover {
    transform: translateY(-1px);
    border-color: rgba(110, 196, 255, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(110, 196, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.px_fabric_gradient_text {
    background: linear-gradient(135deg, #ffffff 0%, #6ec4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.px_fabric_impact_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.px_fabric_impact_card h3 {
    margin: 0 0 8px;
    font-size: 36px;
    color: var(--rv-text-main);
    position: relative;
    z-index: 1;
}

.px_fabric_impact_card p {
    margin: 0;
    color: var(--rv-text-muted);
    position: relative;
    z-index: 1;
}

.px_fabric_capabilities_grid_pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 5px;
}

.px_fabric_capability_card_pro {
    background: var(--rv-bg-dark);
    padding: 24px 32px;
    position: relative;
    display: flex;
    align-items: center;
    transition: background 0.3s ease;
    overflow: hidden;
}

.px_fabric_capability_card_pro:hover {
    background: rgba(255, 255, 255, 0.03);
}

.px_fabric_cap_accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6ec4ff;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
}

.px_fabric_capability_card_pro:hover .px_fabric_cap_accent {
    transform: scaleY(1);
}

.px_fabric_capability_card_pro p {
    margin: 0;
    color: var(--rv-text-main);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.px_fabric_features_section .px_fabric_section_title {
    margin-bottom: 40px;
}

.px_fabric_feature_list_pro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.px_fabric_feature_item_pro {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
    transition: all 0.3s ease;
    border-radius: 8px;
}

.px_fabric_feature_item_pro:hover {
    border-color: rgba(110, 196, 255, 0.3);
    background: linear-gradient(180deg, rgba(110, 196, 255, 0.05) 0%, transparent 100%);
}

.px_fabric_check_pro {
    color: #6ec4ff;
    flex-shrink: 0;
    margin-top: 2px;
}

.px_fabric_feature_item_pro span {
    color: var(--rv-text-main);
    font-size: 15px;
    line-height: 1.5;
}

.px_fabric_story_table {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.px_fabric_story_head {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    background: rgba(255, 255, 255, 0.05);
    font-weight: 600;
}

.px_fabric_story_col {
    padding: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--rv-text-main);
    font-size: 14px;
}

.px_fabric_story_col:last-child {
    border-right: 0;
}

.px_fabric_story_col h3 {
    margin: 0 0 8px;
    color: var(--rv-text-main);
    font-size: 16px;
}

.px_fabric_story_col p {
    margin: 0;
    color: var(--rv-text-muted);
    font-size: 13px;
}

.px_fabric_final_cta {
    text-align: center;
}

.px_fabric_final_cta .px_fabric_section_title {
    margin-bottom: 32px;
}

.px_fabric_related {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.px_fabric_resource_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.px_fabric_resource_card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    padding: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.px_fabric_resource_card h3 {
    margin: 0 0 8px;
    color: var(--rv-text-main);
    font-size: 20px;
}

.px_fabric_resource_card p {
    margin: 0;
    color: var(--rv-text-muted);
    font-size: 13px;
}

.px_fabric_resource_card:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* Fabric Responsive */
@media (max-width: 1199.98px) {
    .px_fabric_story_head {
        grid-template-columns: 1fr;
    }

    .px_fabric_metric_grid,
    .px_fabric_impact_grid,
    .px_fabric_feature_grid,
    .px_fabric_resource_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {

    .px_fabric_metric_grid,
    .px_fabric_impact_grid,
    .px_fabric_feature_grid,
    .px_fabric_resource_grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .px_fabric_breadcrumb {
        padding-top: 82px;
    }

    .px_fabric_metric_grid,
    .px_fabric_impact_grid,
    .px_fabric_feature_grid,
    .px_fabric_resource_grid {
        grid-template-columns: 1fr;
    }

    .px_metric_grid_4_col {
        grid-template-columns: 1fr 1fr;
    }

    .px_fabric_section {
        padding: 44px 0;
    }

    .px_ai_pillars {
        grid-template-columns: 1fr;
    }

    .px_ai_pillar {
        padding: 28px 24px;
    }

    .px_fabric_stack_item h3,
    .px_apim_stack_item h3 {
        font-size: 17px;
    }

    .px_fabric_stack_item p,
    .px_apim_stack_item p {
        font-size: 14px;
    }

    .px_fabric_feature_list_pro {
        grid-template-columns: 1fr;
    }

    .px_apim_feature_list_pro {
        grid-template-columns: 1fr;
    }

    .px_fabric_capability_card_pro,
    .px_apim_capability_card_pro {
        padding: 18px 22px;
    }

    .px_fabric_resource_card h3,
    .px_apim_resource_card h3 {
        font-size: 17px;
    }
}

/* New Footer Styles */
.px_footer_new {
    background-color: var(--rv-bg-dark);
    color: var(--rv-text-main);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.px_footer_new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(47, 126, 248, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 50%, rgba(47, 126, 248, 0.05) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.px_footer_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    gap: 60px;
}

.px_footer_cta_left {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.px_footer_cta_left img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.px_footer_clock_placeholder {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--rv-card-dark) 0%, var(--rv-bg-deep) 100%);
    box-shadow: 0 0 50px rgba(47, 126, 248, 0.2), inset 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    border: 2px solid var(--rv-border);
}

.px_footer_clock_placeholder::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 2px;
    background: var(--rv-text-main);
    transform-origin: left center;
    transform: rotate(-30deg);
}

.px_footer_clock_placeholder::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 4px;
    background: var(--rv-text-main);
    transform-origin: left center;
    transform: rotate(60deg);
}

.px_footer_cta_right {
    flex: 1;
    text-align: left;
}

.px_footer_cta_right h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 16px;
    line-height: 1.1;
    color: var(--rv-text-main);
}

.px_footer_cta_right p {
    font-size: 16px;
    color: var(--rv-text-muted);
    margin: 0 0 32px;
    line-height: 1.5;
}

.px_footer_cta_buttons {
    display: flex;
    gap: 16px;
}

.btn_see_action {
    background: var(--rv-text-main);
    color: var(--rv-bg-dark);
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn_see_action:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
    color: var(--rv-bg-dark);
}

.btn_join_slack {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--rv-border);
    color: var(--rv-text-main);
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

.btn_join_slack:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--rv-text-main);
}

.slack-icon {
    color: var(--rv-accent);
    font-weight: bold;
}

.px_footer_bottom_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-size: 13px;
    color: var(--rv-text-muted);
    position: relative;
    z-index: 1;
}

.px_footer_copyright {
    flex: 1;
    text-align: center;
}

.px_footer_links {
    display: flex;
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.px_footer_links a {
    color: var(--rv-text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.px_footer_links a:hover {
    color: var(--rv-text-main);
}

.px_footer_social {
    display: flex;
    gap: 16px;
    flex: 1;
    justify-content: center;
}

.px_footer_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.px_footer_social a:hover {
    opacity: 1;
}

.px_footer_social img {
    width: 16px;
    height: 16px;
    filter: invert(1);
}

.px_footer_made_with {
    flex: 1;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.heart-icon {
    color: var(--rv-accent);
}

@media (max-width: 991px) {
    .px_footer_cta {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .px_footer_cta_left {
        justify-content: center;
    }

    .px_footer_cta_left img {
        width: 220px;
        height: 220px;
    }

    .px_footer_cta_right {
        text-align: center;
    }

    .px_footer_cta_right h2 {
        font-size: 26px;
    }

    .px_footer_cta_buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .px_footer_bottom_row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .px_footer_copyright,
    .px_footer_links,
    .px_footer_social,
    .px_footer_made_with {
        flex: none;
        text-align: center;
        justify-content: center;
    }

    .px_footer_links {
        flex-wrap: wrap;
        gap: 16px;
    }
}

/* Awards Section Styles */
.px_awards_section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.px_awards_section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.px_awards_intro {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.px_awards_intro h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--rv-text-main);
}

.px_awards_intro p {
    font-size: 18px;
    color: var(--rv-text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.px_awards_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 5px;
    align-items: center;
    justify-items: center;
    position: relative;
    z-index: 1;
}

.px_awards_grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 5px;
    align-items: center;
    justify-items: center;
    position: relative;
    z-index: 1;
}

.px_award_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.px_award_item img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: cover;
}

/* Adjust grid for the last row to center items if they don't fill the row */
.px_awards_grid .px_award_item:nth-child(11) {
    grid-column: 2 / 3;
}

.px_awards_grid .px_award_item:nth-child(12) {
    grid-column: 3 / 4;
}

.px_awards_grid .px_award_item:nth-child(13) {
    grid-column: 4 / 5;
}

@media (max-width: 991px) {
    .px_awards_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px;
    }

    .px_awards_grid .px_award_item:nth-child(11),
    .px_awards_grid .px_award_item:nth-child(12),
    .px_awards_grid .px_award_item:nth-child(13) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .px_awards_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }
}

/* ===================================================
   Contact Form 7 — Revamp Styles
   =================================================== */

.contact_form {
    max-width: 800px;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.contact_form .form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact_form .form_col {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.contact_form .col-md-12.form_col {
    grid-column: 1 / -1;
}

.contact_form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact_form label,
.contact_form form label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 8px !important;
    color: #ccc !important;
    width: 100%;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea,
.contact_form form label input,
.contact_form form label textarea {
    background: #111 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 6px !important;
    transition: border-color 0.3s;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    box-shadow: none !important;
    outline: none;
    margin-top: 0 !important;
}

.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form textarea:focus,
.contact_form form label input:focus,
.contact_form form label textarea:focus {
    outline: none;
    border-color: #007bff !important;
    box-shadow: none !important;
}

.contact_form textarea {
    min-height: 140px;
    resize: vertical;
}

.contact_form .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    cursor: pointer;
}

.contact_form .wpcf7-acceptance input[type="checkbox"] {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    accent-color: #ffffff;
    cursor: pointer;
}

.contact_form .form_bt {
    text-align: left;
}

.contact_form input[type="submit"],
.contact_form .wpcf7-submit {
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 16px 34px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #0b1120 !important;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    display: inline-block;
    box-shadow: none;
}

.contact_form input[type="submit"]:hover,
.contact_form .wpcf7-submit:hover {
    color: #ffffff !important;
    background: #101726;
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2);
}

.contact_form .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.contact_form .wpcf7-response-output {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
    .contact_form .form_row {
        grid-template-columns: 1fr;
    }
}

/* ===================================================
   Contact-Us Page
   =================================================== */

.px_tabs_nav_wrapper {
    position: relative;
    margin-bottom: 40px;
}

/* Right fade */
.px_tabs_nav_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    background: linear-gradient(to right, transparent, var(--rv-bg-dark));
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

/* Left fade */
.px_tabs_nav_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: calc(100% - 1px);
    background: linear-gradient(to left, transparent, var(--rv-bg-dark));
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
}

.px_tabs_nav_wrapper.px_tabs_can_scroll_right::after  { opacity: 1; }
.px_tabs_nav_wrapper.px_tabs_can_scroll_left::before  { opacity: 1; }

/* Shared hint button styles */
.px_tabs_scroll_hint {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    width: 28px;
    height: 28px;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity 0.3s ease, background 0.2s ease;
    padding: 0;
    z-index: 2;
    border: none;
    background-color: transparent;
    opacity: 0;
}

.px_tabs_scroll_hint svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.px_tabs_scroll_hint_right {
    right: 0;
}

.px_tabs_scroll_hint_left {
    left: 0;
}

@keyframes px_hint_pulse_right {
    0%, 100% { transform: translateY(-60%) translateX(0);    }
    50%       { transform: translateY(-60%) translateX(3px);  }
}

@keyframes px_hint_pulse_left {
    0%, 100% { transform: translateY(-60%) translateX(0);    }
    50%       { transform: translateY(-60%) translateX(-3px); }
}

@media (max-width: 768px) {
    .px_tabs_scroll_hint { display: flex; }
}

.px_tabs_nav_wrapper.px_tabs_can_scroll_right .px_tabs_scroll_hint_right {
    opacity: 1;
    pointer-events: auto;
    animation: px_hint_pulse_right 1.6s ease-in-out infinite;
}

.px_tabs_nav_wrapper.px_tabs_can_scroll_left .px_tabs_scroll_hint_left {
    opacity: 1;
    pointer-events: auto;
    animation: px_hint_pulse_left 1.6s ease-in-out infinite;
}

.px_tabs_nav {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.px_tabs_nav::-webkit-scrollbar {
    display: none;
}

.px_tab_btn {
    background: transparent;
    color: #888;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

.px_tab_btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.02);
}

.px_tab_btn.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.px_tab_btn.is-active::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #007bff;
}

.px_tab_btn img {
    width: 24px;
    height: auto;
    border-radius: 2px;
}

.px_tab_content {
    display: none;
    animation: fadeIn 0.4s ease;
}

.px_tab_content.is-active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.px_contact_card_icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease, border-color 0.3s ease;
}

.px_contact_card_icon svg {
    width: 22px;
    height: 22px;
    color: #fff;
    transition: color 0.3s ease;
}

.px_fabric_metric_card:hover .px_contact_card_icon {
    background: rgba(0, 123, 255, 0.1);
    border-color: rgba(0, 123, 255, 0.3);
}

.px_fabric_metric_card:hover .px_contact_card_icon svg {
    color: #007bff;
}

.px_contact_page .px_fabric_metric_card h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.px_contact_page .px_fabric_metric_card p,
.px_contact_page .px_fabric_metric_card a {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
    text-decoration: none;
    margin: 0;
    transition: color 0.3s;
}

.px_contact_page .px_fabric_metric_card a:hover {
    color: #fff;
}

.px_live_clock {
    font-size: 24px;
    font-weight: bold;
    font-variant-numeric: tabular-nums;
    margin-top: 10px;
}

.px_map_embed {
    width: 100%;
    height: 400px;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 24px;
}

.px_map_embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%);
}

/* ── Contact Form (inside .px_form_container — used by contactform partial) ── */

.px_form_container {
    max-width: 800px;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.px_form_container .form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.px_form_container .form_col {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100% !important;
}

.px_form_container .col-md-12.form_col {
    grid-column: 1 / -1;
}

.px_form_container .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.px_form_container form label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 8px !important;
    color: #ccc !important;
    width: 100%;
}

.px_form_container form label input[type="text"],
.px_form_container form label input[type="email"],
.px_form_container form label textarea,
.px_form_container input[type="text"],
.px_form_container input[type="email"],
.px_form_container textarea {
    background: #111 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    padding: 15px !important;
    border-radius: 6px !important;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    box-shadow: none !important;
    outline: none;
    margin-top: 0 !important;
    transition: border-color 0.3s;
    -webkit-appearance: none;
    appearance: none;
}

.px_form_container form label input[type="text"]:focus,
.px_form_container form label input[type="email"]:focus,
.px_form_container form label textarea:focus,
.px_form_container input[type="text"]:focus,
.px_form_container input[type="email"]:focus,
.px_form_container textarea:focus {
    outline: none;
    border-color: #007bff !important;
    box-shadow: none !important;
}

.px_form_container textarea {
    min-height: 140px;
    resize: vertical;
}

.px_form_container .wpcf7-list-item {
    margin: 0 !important;
}

.px_form_container .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    flex-direction: row !important;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.6;
    margin-bottom: 0 !important;
}

.px_form_container .form_bt {
    text-align: left;
}

.px_form_container input[type="submit"] {
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    padding: 16px 34px !important;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #0b1120 !important;
    background: #fff !important;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    display: inline-block;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.px_form_container input[type="submit"]:hover {
    color: #fff !important;
    background: #101726 !important;
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 768px) {
    .px_form_container {
        padding: 24px;
    }

    .px_form_container .form_row {
        grid-template-columns: 1fr;
    }
}

.px_contact_cta_subtitle {
    color: #aaa;
    margin-bottom: 40px;
}

.px_contact_cta_section {
    padding: 80px 0;
    text-align: center;
}

/* ===================================================
   About-Us Page
   =================================================== */

.px_about_hero_text_left {
    text-align: left;
}

.px_about_hero_title {
    font-size: 48px;
    margin-bottom: 20px;
}

.px_about_divider {
    width: 100px;
    height: 2px;
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

.px_about_stat_text {
    color: #aaa;
    margin: 0;
}

.px_about_section_padded {
    padding: 80px 0;
    text-align: left;
}

.px_about_section_stats {
    padding-top: 40px;
    text-align: left;
}

.px_about_video_placeholder {
    cursor: pointer;
}

.px_leader_img {
    height: 250px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: border-color 0.3s ease;
}

.px_leader_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.px_about_page .px_fabric_metric_card {
    cursor: pointer;
}

.px_leader_name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.px_leader_title {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
    color: #aaa;
}

/* ── Leader Bio Modal ── */

.px_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.px_modal_overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.px_modal_content {
    background: #111;
    border: 1px solid #333;
    border-radius: 12px;
    max-width: 900px;
    width: 90%;
    max-height: 85vh;
    position: relative;
    display: flex;
    padding: 40px;
    gap: 40px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.px_modal_overlay.is-active .px_modal_content {
    transform: translateY(0);
}

.px_modal_close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
}

.px_modal_left {
    width: 35%;
    min-width: 250px;
    border-radius: 8px;
    display: flex;
    align-items: start;
    justify-content: center;
    aspect-ratio: 3/4;
    flex-shrink: 0;
    overflow: hidden;
}

.px_modal_left img {
    width: 100%;
    height: 40%;
    object-fit: cover;
    border-radius: 8px;
}

.px_modal_right {
    width: 65%;
    color: #ddd;
    overflow-y: auto;
    padding-right: 15px;
}

.px_modal_right p {
    line-height: 1.6;
    color: #bbb;
}

.px_modal_right::-webkit-scrollbar { width: 6px; }
.px_modal_right::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); }
.px_modal_right::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 3px; }
.px_modal_right::-webkit-scrollbar-thumb:hover { background: rgba(255, 255, 255, 0.3); }

.px_modal_name {
    font-size: 28px;
    margin-bottom: 5px;
}

.px_modal_title {
    color: #888;
    font-weight: normal;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .px_modal_content {
        max-width: 700px;
        padding: 30px;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .px_modal_left img {
        height: 100%;
        width: auto;
    }
    
    .px_modal_content {
        flex-direction: column;
        max-width: 95vw;
        padding: 25px;
        gap: 25px;
    }

    .px_modal_left {
        width: 100%;
        min-width: unset;
        height: 300px;
        aspect-ratio: auto;
    }

    .px_modal_right {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width: 480px) {
    .px_modal_content {
        max-height: 90vh;
        padding: 20px;
        gap: 20px;
    }

    .px_modal_left {
        height: 250px;
    }

    .px_modal_close {
        font-size: 24px;
        top: 12px;
        right: 15px;
    }

    .px_modal_right h3 {
        font-size: 22px !important;
    }

    .px_modal_right h5 {
        font-size: 14px !important;
    }
}

/* ── Shared inner-page hero overrides ── */

.px_hero_section_no_padding_bottom {
    padding-bottom: 0;
}

.px_hero_section_grid_single_col {
    grid-template-columns: 1fr;
    margin-bottom: 0;
}

.px_apim_divider,
.px_fabric_divider {
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

.px_ai_lines_wrapper {
    display: flex;
    gap: 10px;
}

.px_contact_tabs_section {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: left;
}

/* Fabric glow button (mirrors APIM glow) */
.px_fabric_btn_glow {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.px_fabric_btn_glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    animation: btn-shimmer 3s infinite;
    z-index: -1;
}

.px_fabric_btn_glow:hover {
    box-shadow: 0 0 20px rgba(110, 196, 255, 0.6);
    transform: translateY(-2px);
}
/* Go to Top Button */
.px_go_top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6ec4ff, #a78bfa);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 16px rgba(110, 196, 255, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
}

.px_go_top svg {
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.px_go_top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.px_go_top:hover {
    box-shadow: 0 6px 24px rgba(110, 196, 255, 0.6);
    transform: translateY(-2px);
}
