:root{
    --pf-orange:#F79415;
    --pf-navy:#132452;
    --pf-dark:#101014;
}

/* The original Prachaar parent header is deliberately retained.
   These rules reinforce the supplied white/orange reference without replacing the logo. */
.pf-parent-header{
    background:#fff !important;
    color:var(--pf-navy) !important;
    border-bottom:1px solid #ece9f2 !important;
}

.pf-parent-header a{
    text-decoration:none;
}

.pf-parent-header .pf-parent-nav-link{
    color:var(--pf-orange) !important;
}

.pf-parent-header .pf-parent-cta{
    background:var(--pf-orange) !important;
    color:#fff !important;
    border-color:var(--pf-orange) !important;
}

.pf-parent-header .pf-parent-cta *{
    color:#fff !important;
}

/* Footer visibility fix while keeping the parent theme's footer structure. */
.pf-parent-footer{
    background:var(--pf-dark) !important;
    color:#fff !important;
}

.pf-parent-footer h1,
.pf-parent-footer h2,
.pf-parent-footer h3,
.pf-parent-footer h4,
.pf-parent-footer strong{
    color:#fff !important;
}

.pf-parent-footer p,
.pf-parent-footer li,
.pf-parent-footer span{
    color:rgba(255,255,255,.72) !important;
}

.pf-parent-footer a{
    color:rgba(255,255,255,.78) !important;
}

.pf-parent-footer a:hover{
    color:#fff !important;
}

.pf-parent-footer .pf-footer-privacy{
    display:inline-block;
    margin-top:12px;
    color:rgba(255,255,255,.62) !important;
    font-size:12px;
}

/* Requested spacing correction. */
.pf-one-system-spacing{
    margin-top:44px !important;
}

/* Career links created server-side. */
.pf-career-email{
    display:inline-flex !important;
    align-items:center;
    min-height:38px;
    margin-top:8px;
    color:var(--pf-orange) !important;
    font-weight:700;
    text-decoration:none !important;
}

.pf-career-email:hover{
    text-decoration:underline !important;
}

/* Modal */
.pf-modal[hidden]{display:none !important}

.pf-modal{
    position:fixed;
    inset:0;
    z-index:1000000;
    display:grid;
    place-items:center;
    padding:24px;
    font-family:inherit;
}

.pf-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(5,5,7,.76);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.pf-modal-dialog{
    position:relative;
    width:min(980px,100%);
    max-height:min(90vh,900px);
    overflow:auto;
    display:grid;
    grid-template-columns:minmax(280px,.82fr) 1.5fr;
    border-radius:22px;
    background:#fff;
    box-shadow:0 28px 90px rgba(0,0,0,.34);
}

.pf-modal-close{
    position:absolute !important;
    top:14px !important;
    right:14px !important;
    z-index:6 !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    padding:0 !important;
    display:grid !important;
    place-items:center !important;
    border:0 !important;
    border-radius:50% !important;
    background:var(--pf-orange) !important;
    color:var(--pf-navy) !important;
    box-shadow:0 5px 18px rgba(0,0,0,.16) !important;
    font:inherit !important;
    font-size:26px !important;
    cursor:pointer;
}

.pf-modal-intro{
    padding:44px 34px;
    border-radius:22px 0 0 22px;
    background:var(--pf-navy) !important;
    color:#fff !important;
}

.pf-eyebrow{
    display:block;
    margin-bottom:12px;
    color:var(--pf-orange) !important;
    font-size:11px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.pf-modal-intro h2{
    max-width:350px;
    margin:0 0 18px !important;
    color:#fff !important;
    font:inherit !important;
    font-size:clamp(31px,3vw,47px) !important;
    line-height:1.03 !important;
    font-weight:760 !important;
    letter-spacing:-.045em;
}

.pf-modal-intro p{
    margin:0 !important;
    color:rgba(255,255,255,.75) !important;
    font-size:14px !important;
    line-height:1.7 !important;
}

.pf-modal-meta{
    margin-top:34px;
    display:grid;
    gap:7px;
    color:rgba(255,255,255,.62);
    font-size:13px;
}

.pf-modal-meta a{
    color:#fff !important;
    text-decoration:none !important;
}

.pf-modal-form{
    padding:42px 36px;
}

.pf-contact-form-shell{
    width:100%;
    margin-top:24px;
}

/* Old Contact form is hidden only when the permanent Lead Manager form has been inserted by fallback JS. */
.pf-old-contact-form-hidden{
    display:none !important;
}

@media (max-width:820px){
    .pf-parent-header a,
    .pf-parent-header button{
        min-height:44px;
    }

    .pf-modal{
        padding:14px;
        align-items:end;
    }

    .pf-modal-dialog{
        grid-template-columns:1fr;
        width:100%;
        max-height:94vh;
        border-radius:20px;
    }

    .pf-modal-intro{
        padding:30px 24px 26px;
        border-radius:20px 20px 0 0;
    }

    .pf-modal-intro h2{
        padding-right:42px;
        font-size:34px !important;
    }

    .pf-modal-form{
        padding:28px 24px 32px;
    }

    .pf-modal-close{
        top:12px !important;
        right:12px !important;
        width:38px !important;
        height:38px !important;
        min-width:38px !important;
        min-height:38px !important;
    }
}

@media (max-width:600px){
    .pf-modal-intro{
        padding:28px 20px 24px;
    }

    .pf-modal-form{
        padding:24px 18px 28px;
    }
}

@media (prefers-reduced-motion:reduce){
    .pf-modal *{
        transition:none !important;
        animation:none !important;
    }
}

/* PRACHAAR MOBILE HAMBURGER FIX V1 */
@media (max-width:1230px){
    .pf-parent-header .pf-mobile-toggle-fixed{
        position:relative !important;
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;

        width:44px !important;
        height:44px !important;
        min-width:44px !important;
        min-height:44px !important;

        padding:0 !important;
        margin:0 !important;

        appearance:none !important;
        -webkit-appearance:none !important;

        background:#fff !important;
        background-color:#fff !important;
        background-image:none !important;

        color:#132452 !important;
        border:1px solid rgba(19,36,82,.18) !important;
        border-radius:50% !important;

        box-shadow:none !important;
        text-shadow:none !important;
        outline:none !important;

        overflow:hidden !important;
        cursor:pointer !important;
        font-size:0 !important;
        line-height:1 !important;
    }

    /*
     * Hide the parent theme's blue icon artwork only INSIDE the identified
     * mobile menu control. We draw clean hamburger lines ourselves.
     * This does not alter the menu's original click/expand behaviour.
     */
    .pf-parent-header .pf-mobile-toggle-fixed > *{
        opacity:0 !important;
        visibility:hidden !important;
        pointer-events:none !important;
    }

    .pf-parent-header .pf-mobile-toggle-fixed::before,
    .pf-parent-header .pf-mobile-toggle-fixed::after{
        content:"" !important;
        position:absolute !important;
        left:50% !important;
        top:50% !important;

        width:18px !important;
        height:2px !important;

        margin:0 !important;
        padding:0 !important;

        background:#132452 !important;
        border:0 !important;
        border-radius:3px !important;
        box-shadow:none !important;

        opacity:1 !important;
        visibility:visible !important;

        transform-origin:center !important;
        transition:transform .18s ease !important;
    }

    .pf-parent-header .pf-mobile-toggle-fixed::before{
        transform:translate(-50%,-5px) !important;
    }

    .pf-parent-header .pf-mobile-toggle-fixed::after{
        transform:translate(-50%,3px) !important;
    }

    .pf-parent-header .pf-mobile-toggle-fixed[aria-expanded="true"]::before{
        transform:translate(-50%,-1px) rotate(45deg) !important;
    }

    .pf-parent-header .pf-mobile-toggle-fixed[aria-expanded="true"]::after{
        transform:translate(-50%,-1px) rotate(-45deg) !important;
    }

    .pf-parent-header .pf-mobile-toggle-fixed:hover,
    .pf-parent-header .pf-mobile-toggle-fixed:focus,
    .pf-parent-header .pf-mobile-toggle-fixed:active{
        background:#fff !important;
        background-color:#fff !important;
        color:#132452 !important;
        border-color:rgba(19,36,82,.32) !important;
        box-shadow:none !important;
    }

    .pf-parent-header .pf-mobile-toggle-fixed:focus-visible{
        outline:2px solid #F79415 !important;
        outline-offset:2px !important;
    }
}

@media (max-width:600px){
    .pf-parent-header .pf-mobile-toggle-fixed{
        width:42px !important;
        height:42px !important;
        min-width:42px !important;
        min-height:42px !important;
    }
}


/* PRACHAAR ELEMENTOR EDITOR HEADER SYNC V1 */

/* Never show the mobile toggle alongside the desktop navigation. */
.pf-parent-header .pf-mobile-toggle-fixed{
    display:none !important;
}

/* Keep the desktop CTA from being squeezed into a new row by the toggle. */
@media (min-width:1025px){
    .pf-parent-header .pf-parent-cta{
        flex:0 0 auto !important;
        white-space:nowrap !important;
    }
}

/* Tablet/mobile: show the same clean hamburger fixed earlier. */
@media (max-width:1024px){
    .pf-parent-header .pf-mobile-toggle-fixed{
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        width:44px !important;
        height:44px !important;
        min-width:44px !important;
        min-height:44px !important;
        padding:0 !important;
        background:#fff !important;
        background-color:#fff !important;
        color:#132452 !important;
        border:1px solid rgba(19,36,82,.18) !important;
        border-radius:50% !important;
        box-shadow:none !important;
    }
}

/*
 * Elementor's edit iframe can be narrower than the browser window.
 * Above 1024px it must still behave as desktop, preventing the exact
 * "desktop navigation + hamburger + wrapped CTA" state seen in the editor.
 */
body.elementor-editor-active .pf-parent-header .pf-mobile-toggle-fixed,
body.elementor-editor-preview .pf-parent-header .pf-mobile-toggle-fixed{
    display:none !important;
}

@media (max-width:1024px){
    body.elementor-editor-active .pf-parent-header .pf-mobile-toggle-fixed,
    body.elementor-editor-preview .pf-parent-header .pf-mobile-toggle-fixed{
        display:inline-flex !important;
    }
}

/* PRACHAAR CLIENT SLIDER V1 */
.pc-clients-section{
    padding:82px 0 76px;
    background:#fff;
    overflow:hidden;
    border-top:1px solid var(--pc-line,#e7e4ef);
    border-bottom:1px solid var(--pc-line,#e7e4ef);
}

.pc-clients-heading{
    text-align:center;
    max-width:900px;
    margin:0 auto 38px;
}

.pc-clients-heading .pc-title{
    margin-bottom:12px;
}

.pc-clients-heading .pc-lead{
    margin-left:auto;
    margin-right:auto;
    max-width:720px;
}

.pc-client-marquee{
    position:relative;
    width:100%;
    overflow:hidden;
    padding:10px 0 12px;
    -webkit-mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%);
    mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%);
}

.pc-client-track{
    display:flex;
    width:max-content;
    will-change:transform;
    animation:pc-client-scroll 42s linear infinite;
}

.pc-client-group{
    display:flex;
    align-items:stretch;
    gap:18px;
    padding-right:18px;
}

.pc-client-card{
    width:190px;
    height:118px;
    flex:0 0 190px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:16px 18px 12px;
    background:#fff;
    border:1px solid var(--pc-line,#e7e4ef);
    border-radius:13px;
    box-shadow:0 8px 28px rgba(19,36,82,.055);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.pc-client-card:hover{
    transform:translateY(-3px);
    border-color:rgba(247,148,21,.38);
    box-shadow:0 13px 34px rgba(19,36,82,.10);
}

.pc-client-logo-box{
    width:100%;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pc-client-card img{
    display:block;
    width:auto!important;
    height:auto!important;
    max-width:150px!important;
    max-height:62px!important;
    object-fit:contain!important;
    margin:0 auto!important;
}

.pc-client-name{
    width:100%;
    color:#6d7585;
    font:600 10.5px/1.25 var(--pc-body,'Inter',Arial,sans-serif);
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.pc-client-marquee:hover .pc-client-track,
.pc-client-marquee:focus-within .pc-client-track{
    animation-play-state:paused;
}

@keyframes pc-client-scroll{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(-50%,0,0)}
}

@media(max-width:767px){
    .pc-clients-section{padding:64px 0 58px}
    .pc-clients-heading{margin-bottom:28px;padding:0 16px}
    .pc-client-marquee{
        -webkit-mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
        mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
    }
    .pc-client-group{gap:12px;padding-right:12px}
    .pc-client-card{
        width:154px;
        height:102px;
        flex-basis:154px;
        padding:13px 14px 10px;
    }
    .pc-client-logo-box{height:56px}
    .pc-client-card img{
        max-width:122px!important;
        max-height:54px!important;
    }
    .pc-client-name{font-size:9.5px}
}

@media(max-width:480px){
    .pc-client-card{
        width:138px;
        flex-basis:138px;
    }
    .pc-client-card img{
        max-width:108px!important;
        max-height:50px!important;
    }
}

@media(prefers-reduced-motion:reduce){
    .pc-client-marquee{
        overflow-x:auto;
        -webkit-mask-image:none;
        mask-image:none;
        scrollbar-width:thin;
    }
    .pc-client-track{
        animation:none!important;
        transform:none!important;
    }
    .pc-client-group[aria-hidden="true"]{
        display:none!important;
    }
}

/* PRACHAAR CLEAN NATIVE LOGO HEADER V1 START */
/* The child theme now owns the native header markup. No runtime logo replacement is used. */
.prachaar-global-header{
    background:#fff !important;
}

.prachaar-header-inner{
    height:92px !important;
    grid-template-columns:150px minmax(0,1fr) auto !important;
    gap:24px !important;
}

.prachaar-final-brand-lockup{
    width:150px !important;
    height:92px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    overflow:visible !important;
    padding:0 !important;
    margin:0 !important;
}

/* New supplied logo only — no separate PRACHAAR / COMPANY text beside it. */
.prachaar-brand-lockup .prachaar-final-header-logo{
    display:block !important;
    width:112px !important;
    max-width:112px !important;
    height:auto !important;
    max-height:82px !important;
    object-fit:contain !important;
    margin:0 !important;
    padding:0 !important;
}

.prachaar-brand-lockup > span{
    display:none !important;
}

.prachaar-global-nav{
    min-width:0 !important;
}

.prachaar-global-nav ul{
    gap:24px !important;
}

.prachaar-header-button{
    white-space:nowrap !important;
}

/* Footer uses the same supplied logo, without a second text lockup. */
.prachaar-final-footer-lockup{
    display:flex !important;
    align-items:center !important;
    min-height:96px !important;
    margin-bottom:20px !important;
}

.prachaar-final-footer-logo{
    display:block !important;
    width:132px !important;
    max-width:132px !important;
    height:auto !important;
    max-height:96px !important;
    object-fit:contain !important;
    margin:0 !important;
}

.prachaar-footer-lockup > span{
    display:none !important;
}

@media (max-width:1024px){
    .prachaar-header-inner{
        height:84px !important;
        grid-template-columns:1fr auto auto !important;
    }

    .prachaar-final-brand-lockup{
        width:auto !important;
        height:84px !important;
    }

    .prachaar-brand-lockup .prachaar-final-header-logo{
        width:102px !important;
        max-width:102px !important;
        max-height:74px !important;
    }

    .prachaar-global-nav{
        top:84px !important;
    }
}

@media (max-width:620px){
    .prachaar-header-inner{
        height:76px !important;
        grid-template-columns:1fr auto !important;
    }

    .prachaar-final-brand-lockup{
        height:76px !important;
    }

    .prachaar-brand-lockup .prachaar-final-header-logo{
        width:88px !important;
        max-width:88px !important;
        max-height:66px !important;
    }

    .prachaar-global-nav{
        top:76px !important;
    }

    .prachaar-final-footer-logo{
        width:118px !important;
        max-width:118px !important;
        max-height:88px !important;
    }
}
/* PRACHAAR CLEAN NATIVE LOGO HEADER V1 END */

