/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739195076
Updated: 2025-02-10 13:44:36

*/
* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

::-webkit-scrollbar {
    background: #090906;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    display: none;
}

::-webkit-scrollbar-track-piece {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(212.91deg, #F8E593 3.03%, #A36E21 101.43%);
    background-clip: content-box;
    border-radius: 9px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-resizer {
    display: none;
}

div#sideMenu {
    height: 100dvh;
    overflow: auto;
}

div#closeMenu {
    cursor: pointer;
}

div#sideMenu {
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    visibility: hidden;
    opacity: 0;
    z-index: -3;
}

div#sideMenu.active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

body.menuActive {
    overflow: hidden;
}

.dskbtn a {
    position: relative;
    background: rgb(0 0 0 / 4%);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.dskbtn a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 120px;
    padding: 1px;
    background: linear-gradient(135deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 0%), rgb(255 255 255 / 50%));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    backdrop-filter: blur(40px);
}

.dskbtn a span.elementor-button-icon {
    background: #65371F;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dskbtn a span.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

body .blurBack.elementor-element {
    min-height: 371px;
    background: linear-gradient(180deg, rgba(40, 33, 25, 0) 8.22%, #282119 100%);
    backdrop-filter: blur(10px);
    border-radius: 19px !important;
    mask-image: linear-gradient(to top,#fff 80% 0%,#0000 100%);
    display: flex;
    justify-content: flex-end;
}
/* Elementor section jo .how-steps__list contain karta hai - uski height 500vh set karo Elementor se */

.how-steps__list {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

article.how-steps__item.is--b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

/* Step 1 visible, baaki hidden */
article.how-steps__item.is--b.step-1 {
    clip-path: inset(0% 0% 0%);
    z-index: 1;
}
article.how-steps__item.is--b.step-2 {
    clip-path: inset(100% 0% 0%);
    z-index: 2;
}
article.how-steps__item.is--b.step-3 {
    clip-path: inset(100% 0% 0%);
    z-index: 3;
}
article.how-steps__item.is--b.step-4 {
    clip-path: inset(100% 0% 0%);
    z-index: 4;
}
article.how-steps__item.is--b.step-5 {
    clip-path: inset(100% 0% 0%);
    z-index: 5;
}

/* ---- Baaqi existing styles same rakhein ---- */
.how-steps__item__c.is--b {
    font-family: "Nexa", Sans-serif;
    font-weight: 400;
    display: flex;
    max-width: 1500px;
    align-items: center;
    width: 100%;
}

figure.how-steps__item__img-w.is--b {
    position: relative;
    z-index: 0;
    flex: 0 0 auto;
    width: 50%;
}

.how-steps__item__c.is--b .how-steps__item__info.is--b {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 40px 0 0;
}

.how-steps__item__step.is--b {
    font-size: 23px;
    color: #65371F;
}

h2.how-steps__item__h.is--b {
    font-weight: 700;
    font-size: 50px;
    margin: 10px 0 10px 0;
    max-width: 500px;
    line-height: 1.1;
}

p.how-steps__item__p.is--b {
    font-size: 18px;
    margin: 0;
    max-width: 500px;
}

.img-a.w-background-video.w-background-video-atom {
    height: 70vh;
    width: 100%;
}

.img-a.w-background-video.w-background-video-atom img.theImagesoin,
.img-a.w-background-video.w-background-video-atom video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.img-a.w-background-video.w-background-video-atom + .cardOnTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.singleBlogSLoop .theImgArea {
    transition: height ease .8s !important;
    height: 380px;
}


.singleBlogSLoop:hover .theImgArea {
    height: 310px;
}

.singleBlogSLoop .theTextArea {
    transition: height ease .8s !important;
    height: 0px;
}

.singleBlogSLoop:hover .theTextArea {
    height: 70px;
}

.singleBlogSLoop .theReadMore {
    transition: all ease .8s;
    opacity: 0;
}

.singleBlogSLoop:hover .theReadMore {
    opacity: 1;
}