
/*==========================================
    SECOND BANNER
==========================================*/

.hero-second-banner{

    padding: 40px 40px 0px 40px;

    margin-top:25px;

    display:grid;

    grid-template-columns:48% 52%;

    align-items:center;

    gap:90px;

}


/*==========================================
    IMAGE
==========================================*/

.hero-second-image{
    padding-left: 30px;
    position:relative;
    width:100%;
}

.hero-second-image img{
    width:100%;
    display:block;
}

/* Button sits inside the image's cut-out area */
.hero-second-image .hero-company-btn {
    position: absolute;
    top: 30px;
    right: -150px;
    z-index: 10;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border: 1.5px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    color: #f6e83f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    white-space: nowrap;
    transition: .35s;
}
/*==========================================
    CONTENT
==========================================*/

.hero-second-content{

    padding-right:25px;

    color:#fff;

}

.hero-company-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:14px 28px;

    border:1px solid rgba(255,255,255,.25);

    border-radius:999px;

    color:#f6e83f;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    letter-spacing:.08em;

    margin-bottom:40px;

    transition:.35s;

}

.hero-company-btn:hover{

    color:#f6e83f;

    border-color:#f6e83f;

}

.hero-company-btn i{

    color:#f6e83f;

}

.hero-company-btn .rot60{

    transform:rotate(45deg);

}

/*==========================================
    TITLE
==========================================*/

.hero-second-content h2{

    margin:0 0 30px;

    color:#fff;

    font-size:82px;

    line-height:.95;

    font-weight:500;

}

/*==========================================
    DESCRIPTION
==========================================*/

.hero-second-content p{

    max-width:620px;

    margin:0;

    color:rgba(255,255,255,.82);

    font-size:24px;

    line-height:1.5;

}

/*==========================================
    RESPONSIVE
==========================================*/

@media(max-width:1400px){

.hero-second-banner{

    gap:85px;

}

.hero-second-content h2{

    font-size:60px;

}

.hero-second-content p{

    font-size:18px;
    font-weight:200;

}

}

@media(max-width:1200px){

.hero-second-banner{

    gap:50px;

}

.hero-second-content h2{

    font-size:58px;

}

.hero-second-content p{

    font-size:18px;

    line-height:1.7;

}

}

@media(max-width:991px){

.hero-second-banner{

    grid-template-columns:1fr;

    gap:45px;

}

.hero-second-content{

    text-align: center;

}

.hero-second-content h2{

    font-size:52px;

}

.hero-second-content p{

    max-width:100%;

}

}

@media(max-width:767px){

.hero-second-banner{

    .hero-second-image {
        display: none !important;
    }

}

.hero-company-btn{

    padding:12px 22px;

    font-size:12px;

}

.hero-second-content h2{

    font-size:42px;

}

.hero-second-content p{

    font-size:16px;

}

}

.why-pichkaari-text{
    font-family:'Epilogue', sans-serif;
    color:rgba(255,255,255,.82);
}

.why-pichkaari-text p{
    margin:0 0 26px;
    font-size:17px;
    font-weight:200;
    line-height:1.55;
    letter-spacing:-0.01em;
}

.why-pichkaari-text p:last-child{
    margin-bottom:0;
}
section.about-product.blackbg.pt-space.pb-space {
    padding: 30px;
}
.pricing-title {
    padding: 0px 31px 0px 30px;
}
.why-pichkaari-text {
    padding: 30px;
}


/* ==========================================================
   FEATURED WORK SECTION
========================================================== */

.pw-featured-work {
    position: relative;
    width: 100%;
    padding: 60px 32px 32px 60px;
    overflow: hidden;
    background-color: #1b1b1b;

    /* Grid background */
    background-image:
        linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);

    background-size: 120px 112px;

    font-family: "Epilogue", sans-serif;
}


/* ==========================================================
   CONTAINER
========================================================== */

.pw-featured-work .pw-featured-container {
    width: min(100% - 110px, 1700px);
    margin: 0 auto;
}


/* ==========================================================
   HEADER
========================================================== */

.pw-featured-work .pw-featured-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    margin-bottom: 55px;
}


/* SMALL FEATURED WORK BUTTON */

.pw-featured-work .pw-featured-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 11px 18px;

    margin-bottom: 28px;

    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;

    color: #f6e83f;

    font-size: 13px;
    font-weight: 500;
    line-height: 1;

    letter-spacing: .02em;

    text-transform: uppercase;

    white-space: nowrap;
}


.pw-featured-work .pw-featured-label .rot60 {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    transform: rotate(-45deg);
}


.pw-featured-work .pw-featured-label i {
    color: #f6e83f;
    font-size: 12px;
}


/* MAIN TITLE */

.pw-featured-work .pw-featured-header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 4.5vw, 68px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.045em;
}


/* ==========================================================
   SLIDER
========================================================== */

.pw-featured-work .pw-featured-slider {
    position: relative;
    width: 100%;
}


/* ==========================================================
   MAIN MEDIA BOX
========================================================== */

.pw-featured-work .pw-featured-media {
    position: relative;

    width: 100%;
    height: clamp(400px, 42vw, 620px);

    overflow: hidden;

    border-radius: 38px;

    background: #090909;
}


/* POSTER IMAGE */

.pw-featured-work .pw-featured-media > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        opacity .45s ease,
        transform .8s ease;
}


/* VIDEO */

.pw-featured-work .pw-featured-media > video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    opacity: 0;

    transition: opacity .4s ease;
}


/* PLAYING STATE */

.pw-featured-work .pw-featured-media.is-playing > img {
    opacity: 0;
}


.pw-featured-work .pw-featured-media.is-playing > video {
    opacity: 1;
}


/* SMALL IMAGE HOVER */

.pw-featured-work .pw-featured-media:not(.is-playing):hover > img {
    transform: scale(1.015);
}


/* ==========================================================
   BOTTOM DARK GRADIENT
========================================================== */

.pw-featured-work .pw-featured-overlay {
    position: absolute;
    inset: 0;

    z-index: 2;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 38%,
            rgba(0, 0, 0, .12) 55%,
            rgba(0, 0, 0, .72) 82%,
            rgba(0, 0, 0, .96) 100%
        );
}


/* ==========================================================
   PLAY BUTTON
========================================================== */

.pw-featured-work .pw-featured-play {
    position: absolute;

    left: 50%;
    top: 50%;

    z-index: 5;

    width: 78px;
    height: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: rgba(255, 255, 255, .88);
    color: #151515;

    cursor: pointer;

    transform: translate(-50%, -50%);

    transition:
        transform .3s ease,
        background .3s ease,
        opacity .3s ease;
}


.pw-featured-work .pw-featured-play:hover {
    background: #fff;

    transform:
        translate(-50%, -50%)
        scale(1.08);
}


.pw-featured-work .pw-featured-play i {
    margin-left: 4px;

    color: #151515;

    font-size: 25px;
}


/* HIDE PLAY BUTTON WHILE PLAYING */

.pw-featured-work .pw-featured-media.is-playing .pw-featured-play {
    opacity: 0;
    pointer-events: none;
}


/* ==========================================================
   CONTENT INSIDE IMAGE
========================================================== */

.pw-featured-work .pw-featured-content {
    position: absolute;

    left: 60px;
    right: 60px;
    bottom: 52px;

    z-index: 4;

    color: #fff;
}


.pw-featured-work .pw-featured-content h3 {
    margin: 0 0 12px;

    color: #fff;

    font-size: clamp(28px, 2.2vw, 42px);
    font-weight: 600;

    line-height: 1.05;
    letter-spacing: -0.03em;
}


.pw-featured-work .pw-featured-content p {
    max-width: 570px;

    margin: 0;

    color: rgba(255, 255, 255, .9);

    font-size: 15px;
    font-weight: 400;

    line-height: 1.65;
}


/* ==========================================================
   BOTTOM ROW
========================================================== */

.pw-featured-work .pw-featured-bottom {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 30px 0 0;
}


/* ==========================================================
   TAGS
========================================================== */

.pw-featured-work .pw-featured-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;
}


.pw-featured-work .pw-featured-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 28px;
    padding: 0 13px; /* remove vertical padding */

    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 999px;

    color: rgba(255, 255, 255, .95);
    font-size: 11px;
    font-weight: 400;
    line-height: normal; /* important */

    text-transform: uppercase;
    white-space: nowrap;
}

/* ==========================================================
   SLIDER ARROWS
========================================================== */

.pw-featured-work .pw-featured-arrows {
    display: flex;
    align-items: center;

    gap: 12px;

    flex-shrink: 0;
}


.pw-featured-work .pw-featured-arrow {
    width: 48px;
    height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    cursor: pointer;

    transition:
        transform .3s ease,
        opacity .3s ease;
}


.pw-featured-work .pw-featured-arrow:hover {
    transform: scale(1.08);
}


/* PREVIOUS */

.pw-featured-work .pw-featured-prev {
    background: #414141;
}


.pw-featured-work .pw-featured-prev i {
    color: #f6e83f;
}


/* NEXT */

.pw-featured-work .pw-featured-next {
    background: #f6e83f;
}


.pw-featured-work .pw-featured-next i {
    color: #111;
}


/* ==========================================================
   RESPONSIVE — LAPTOP
========================================================== */

@media (max-width: 1399px) {

    .pw-featured-work .pw-featured-container {
        width: min(100% - 80px, 1500px);
    }

    .pw-featured-work .pw-featured-media {
        height: clamp(470px, 52vw, 700px);
    }

}


/* ==========================================================
   RESPONSIVE — TABLET
========================================================== */

/* ==========================================================
   FEATURED WORK — FIT INSIDE VIEWPORT
========================================================== */

@media (min-width: 992px) {

    .pw-featured-work {
        min-height: 100vh;
        padding: 55px 32px 60px;
    }

    .pw-featured-work .pw-featured-container {
        width: min(100% - 80px, 1530px);
    }

    /* Reduce header vertical space */
    .pw-featured-work .pw-featured-header {
        margin-bottom: 25px;
    }

    .pw-featured-work .pw-featured-label {
        margin-bottom: 15px;
        padding: 14px 16px;
    }

    .pw-featured-work .pw-featured-header h2 {
        font-size: clamp(38px, 3.2vw, 55px);
    }

    /* Video height calculated from viewport */
    .pw-featured-work .pw-featured-media {
        height: calc(100vh - 290px);
        min-height: 440px;
        max-height: 600px;
        border-radius: 32px;
    }

    /* Controls close to video */
    .pw-featured-work .pw-featured-bottom {
        padding-top: 16px;
    }

    /* Make arrows easier to use */
    .pw-featured-work .pw-featured-arrow {
        width: 36px;
        height: 36px;
    }
}
.hero-section-version2 .hero-v2-content span img {
    height: 36px;
}
.radius-btn:hover,
.radius-btn:focus,
.radius-btn:active {
    color: var(--theme-color); /* or your theme color variable */
    text-decoration: none;
}
/* ==========================================================
   RESPONSIVE — MOBILE
========================================================== */

@media (max-width: 767px) {

    .pw-featured-work {
        padding: 60px 0;
    }

    .pw-featured-work .pw-featured-container {
        width: calc(100% - 30px);
    }

    .pw-featured-work .pw-featured-header {
        margin-bottom: 32px;
    }

    .pw-featured-work .pw-featured-label {
        margin-bottom: 20px;

        padding: 9px 15px;

        font-size: 11px;
    }

    .pw-featured-work .pw-featured-header h2 {
        font-size: 38px;
        line-height: 1.08;
    }

    .pw-featured-work .pw-featured-media {
        height: 500px;
        border-radius: 24px;
    }

    .pw-featured-work .pw-featured-play {
        width: 64px;
        height: 64px;
    }

    .pw-featured-work .pw-featured-play i {
        font-size: 20px;
    }

    .pw-featured-work .pw-featured-content {
        left: 24px;
        right: 24px;
        bottom: 25px;
    }

    .pw-featured-work .pw-featured-content h3 {
        font-size: 28px;
    }

    .pw-featured-work .pw-featured-content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .pw-featured-work .pw-featured-bottom {
        align-items: flex-end;
        padding-top: 22px;
    }

    .pw-featured-work .pw-featured-arrow {
        width: 42px;
        height: 42px;
    }

}


/* ==========================================================
   VERY SMALL MOBILE
========================================================== */

@media (max-width: 480px) {

    .pw-featured-work .pw-featured-media {
        height: 440px;
    }

    .pw-featured-work .pw-featured-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .pw-featured-work .pw-featured-arrows {
        align-self: flex-end;
    }

}
/* =========================================
   EVENTS HEADER - OVER HERO
========================================= */

.events-header {
    position: absolute;
    z-index: 9999;

    top: 0;
    left: 0;

    width: 100%;

    background: transparent;
    color: #ffffff;
}


.events-header__inner {
    width: 100%;
}


/* =========================================
   DESKTOP NAVIGATION
========================================= */

.events-header__nav {
    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.events-header__menu {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 52px;

    list-style: none;
}


.events-header__menu li {
    margin: 0;
    padding: 0;
}


.events-header__menu a {
    position: relative;

    display: inline-flex;
    align-items: center;

    color: #ffffff;

    font-size: 13px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;
    text-transform: uppercase;

    transition: opacity 0.25s ease;
}


.events-header__menu a:hover {
    color: #ffffff;

    opacity: 0.6;
}


/* =========================================
   MOBILE BAR
   HIDDEN ON DESKTOP
========================================= */

.events-header__mobile-bar {
    display: none;
}


/* =========================================
   TABLET + MOBILE
========================================= */

@media (max-width: 991px) {

    .events-header {
        position: absolute;

        top: 0;
        left: 0;

        width: 100%;

        background: transparent;
    }


    /* =========================================
       MOBILE TOP BAR
    ========================================= */

    .events-header__mobile-bar {
        position: relative;
        z-index: 10002;

        width: 100%;
        height: 72px;

        padding: 0 20px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        background: transparent;
    }


    .events-header__mobile-logo {
        color: #ffffff;

        font-size: 14px;
        font-weight: 700;
        line-height: 1;

        letter-spacing: 0.02em;

        text-decoration: none;
    }


    /* =========================================
       TOGGLE BUTTON
    ========================================= */

    .events-header__toggle {
        position: relative;

        width: 44px;
        height: 44px;

        padding: 0;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 7px;

        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 50%;

        background: rgba(0, 0, 0, 0.12);

        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);

        cursor: pointer;
    }


    .events-header__toggle span {
        width: 17px;
        height: 1.5px;

        display: block;

        background: #ffffff;

        transition:
            transform 0.35s cubic-bezier(.22, 1, .36, 1),
            opacity 0.25s ease;
    }


    /* =========================================
       TOGGLE OPEN STATE
    ========================================= */

    .events-header.is-open
    .events-header__toggle span:first-child {
        transform: translateY(4.25px) rotate(45deg);
    }


    .events-header.is-open
    .events-header__toggle span:last-child {
        transform: translateY(-4.25px) rotate(-45deg);
    }


    /* =========================================
       MOBILE MENU
    ========================================= */

    .events-header__nav {
        position: fixed;
        z-index: 10001;

        top: 0;
        left: 0;

        width: 100%;
        height: 100svh;

        padding: 100px 22px 30px;

        display: flex;
        align-items: center;
        justify-content: center;

        background: rgba(10, 10, 10, 0.96);

        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);

        opacity: 0;
        visibility: hidden;

        transform: translateY(-15px);

        pointer-events: none;

        transition:
            opacity 0.35s ease,
            visibility 0.35s ease,
            transform 0.45s cubic-bezier(.22, 1, .36, 1);
    }


    .events-header.is-open .events-header__nav {
        opacity: 1;
        visibility: visible;

        transform: translateY(0);

        pointer-events: auto;
    }


    .events-header__menu {
        width: 100%;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 0;
    }


    .events-header__menu li {
        width: 100%;

        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }


    .events-header__menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }


    .events-header__menu a {
        width: 100%;

        padding: 20px 5px;

        color: #ffffff;

        font-size: clamp(30px, 8vw, 48px);
        font-weight: 500;
        line-height: 1;

        text-transform: none;

        letter-spacing: -0.045em;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .events-header__mobile-bar {
        height: 64px;

        padding: 0 14px;
    }


    .events-header__toggle {
        width: 40px;
        height: 40px;
    }

}