.elementor-126 .elementor-element.elementor-element-724a9d1{padding:0px 0px 0px 0px;}.elementor-126 .elementor-element.elementor-element-10420ba > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-126 .elementor-element.elementor-element-10420ba{width:var( --container-widget-width, 102.361% );max-width:102.361%;--container-widget-width:102.361%;--container-widget-flex-grow:0;}.elementor-126 .elementor-element.elementor-element-f76db43{padding:57px 57px 57px 57px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-126 .elementor-element.elementor-element-a9788f9{text-align:center;}.elementor-126 .elementor-element.elementor-element-a9788f9 .elementor-heading-title{font-family:"Roboto Serif", Sans-serif;font-size:31px;font-weight:600;text-transform:capitalize;color:#000000;}/* Start custom CSS for html, class: .elementor-element-478b45b *//* =========================================
   PIXEL GURUKUL - LEARNING JOURNEY
========================================= */

.pg-journey {
    width: 100%;

    padding: 30px 0;

    background: #f7f7f7;

    font-family: "Inter", Arial, sans-serif;

    overflow: hidden;
}


/* =========================================
   CONTAINER
========================================= */

.pg-journey-container {
    width: 90%;

    max-width: 1200px;

    margin: auto;
}


/* =========================================
   HEADING
========================================= */

.pg-journey-heading {
    max-width: 750px;

    margin: 0 auto 85px;

    text-align: center;
}

.pg-journey-label {
    display: inline-block;

    margin-bottom: 16px;

    color: #E83E32;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}

.pg-journey-heading h2 {
    margin: 0;

    color: #202020;

    font-size: clamp(38px, 5vw, 58px);

    line-height: 1.08;

    letter-spacing: -2.5px;

    font-weight: 800;
}

.pg-journey-heading h2 span {
    color: #E83E32;
}

.pg-journey-heading p {
    max-width: 650px;

    margin: 22px auto 0;

    color: #777777;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   TIMELINE
========================================= */

.pg-timeline {
    position: relative;

    max-width: 1050px;

    min-height: 1050px;

    margin: auto;
}


/* =========================================
   TIMELINE LINE
========================================= */

.pg-timeline-line {
    position: absolute;

    top: 20px;
    bottom: 20px;

    left: 50%;

    width: 2px;

    transform: translateX(-50%);

    background: #dedede;

    overflow: hidden;
}

.pg-line-progress {
    width: 100%;

    height: 100%;

    background:
        linear-gradient(
            to bottom,
            #E83E32,
            #E83E32
        );
}


/* =========================================
   TIMELINE POINT
========================================= */

.pg-timeline-point {
    position: absolute;

    left: 50%;

    width: 42px;
    height: 42px;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    border: 2px solid #E83E32;

    z-index: 5;

    box-shadow:
        0 0 0 7px #f7f7f7;
}

.pg-timeline-point span {
    width: 10px;
    height: 10px;

    display: block;

    border-radius: 50%;

    background: #E83E32;
}


/* POINT POSITIONS */

.point-1 {
    top: 95px;
}

.point-2 {
    top: 335px;
}

.point-3 {
    top: 575px;
}

.point-4 {
    top: 815px;
}

.point-4 span {
    width: 24px;
    height: 24px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #E83E32;

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;
}


/* =========================================
   JOURNEY STEP
========================================= */

.pg-journey-step {
    position: absolute;

    width: calc(50% - 75px);

    z-index: 3;
}


/* LEFT */

.step-left {
    left: 0;
}


/* RIGHT */

.step-right {
    right: 0;
}


/* POSITIONS */

.step-left {
    top: 50px;
}

.step-right {
    top: 290px;
}

.step-three {
    top: 530px;
}

.step-four {
    top: 770px;
}


/* =========================================
   STEP CARD
========================================= */

.pg-step-card {
    position: relative;

    display: flex;

    gap: 22px;

    padding: 28px;

    min-height: 190px;

    background: #ffffff;

    border: 1px solid #e4e4e4;

    border-radius: 16px;

    box-shadow:
        0 12px 35px rgba(0,0,0,0.04);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* CARD HOVER */

.pg-step-card:hover {
    transform: translateY(-7px);

    border-color: rgba(232,62,50,0.30);

    box-shadow:
        0 20px 45px rgba(0,0,0,0.08);
}


/* =========================================
   CONNECTOR
========================================= */

.step-left .pg-step-card::after {
    content: "";

    position: absolute;

    right: -76px;

    top: 50%;

    width: 76px;

    height: 1px;

    background: #E83E32;

    opacity: 0.35;
}

.step-right .pg-step-card::before {
    content: "";

    position: absolute;

    left: -76px;

    top: 50%;

    width: 76px;

    height: 1px;

    background: #E83E32;

    opacity: 0.35;
}


/* =========================================
   STEP NUMBER
========================================= */

.pg-step-number {
    flex-shrink: 0;

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background: #fdf0ef;

    color: #E83E32;

    font-size: 13px;

    font-weight: 800;

    transition: 0.3s ease;
}

.pg-step-card:hover .pg-step-number {
    background: #E83E32;

    color: #ffffff;
}


/* =========================================
   STEP CONTENT
========================================= */

.pg-step-content {
    padding-top: 2px;
}

.pg-step-content span {
    color: #E83E32;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.3px;
}

.pg-step-content h3 {
    margin: 7px 0 8px;

    color: #202020;

    font-size: 25px;

    font-weight: 800;
}

.pg-step-content p {
    margin: 0;

    color: #777777;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================
   FINAL CARD
========================================= */

.final-card {
    background: #202020;

    border-color: #202020;
}

.final-card .pg-step-number {
    background: #E83E32;

    color: #ffffff;
}

.final-card .pg-step-content span {
    color: #F04438;
}

.final-card .pg-step-content h3 {
    color: #ffffff;
}

.final-card .pg-step-content p {
    color: #a5a5a5;
}

.final-card:hover {
    border-color: #E83E32;
}


/* =========================================
   CTA
========================================= */

.pg-journey-cta {
    max-width: 950px;

    margin: 30px auto 0;

    padding: 28px 32px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    background: #ffffff;

    border: 1px solid #e4e4e4;

    border-radius: 16px;

    box-shadow:
        0 15px 40px rgba(0,0,0,0.05);
}


/* CTA TEXT */

.pg-cta-text small {
    color: #E83E32;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.pg-cta-text h3 {
    margin-top: 7px;

    color: #202020;

    font-size: 18px;

    font-weight: 700;
}

.pg-cta-text h3 span {
    color: #E83E32;
}


/* CTA BUTTON */

.pg-journey-btn {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    gap: 13px;

    padding: 14px 22px;

    border-radius: 7px;

    background: #E83E32;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

    box-shadow:
        0 8px 25px rgba(232,62,50,0.20);

    transition: 0.3s ease;
}

.pg-journey-btn span {
    font-size: 18px;
}

.pg-journey-btn:hover {
    background: #202020;
color: #ffffff;
    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0,0,0,0.20);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pg-journey {
        padding: 90px 0;
    }

    .pg-timeline {
        min-height: 1000px;
    }

    .pg-journey-step {
        width: calc(50% - 55px);
    }

    .step-left .pg-step-card::after {
        right: -56px;

        width: 56px;
    }

    .step-right .pg-step-card::before {
        left: -56px;

        width: 56px;
    }

    .pg-step-card {
        padding: 22px;

        gap: 15px;
    }

    .pg-step-content h3 {
        font-size: 21px;
    }

    .pg-step-content p {
        font-size: 11px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .pg-journey {
        padding: 75px 0;
    }

    .pg-journey-container {
        width: 92%;
    }

    .pg-journey-heading {
        margin-bottom: 50px;
    }

    .pg-journey-heading h2 {
        font-size: 36px;

        letter-spacing: -1.3px;
    }

    .pg-journey-heading p {
        font-size: 14px;
    }


    /* MOBILE TIMELINE */

    .pg-timeline {
        min-height: auto;

        padding-left: 48px;
    }


    /* LINE */

    .pg-timeline-line {
        left: 18px;

        top: 10px;
        bottom: 10px;

        transform: none;
    }


    /* POINTS */

    .pg-timeline-point {
        left: 18px;

        width: 35px;
        height: 35px;

        transform: translateX(-50%);

        box-shadow:
            0 0 0 6px #f7f7f7;
    }

    .point-1,
    .point-2,
    .point-3,
    .point-4 {
        position: relative;

        top: auto;

        margin-bottom: 25px;
    }


    /* STEPS */

    .pg-journey-step {
        position: relative;

        left: auto;
        right: auto;
        top: auto;

        width: 100%;

        margin-bottom: 25px;
    }


    /* Remove desktop connectors */

    .step-left .pg-step-card::after,
    .step-right .pg-step-card::before {
        display: none;
    }


    /* REORDER TIMELINE */

    .pg-timeline {
        display: flex;

        flex-direction: column;
    }

    .step-left {
        order: 1;
    }

    .point-1 {
        order: 2;
    }

    .step-right {
        order: 3;
    }

    .point-2 {
        order: 4;
    }

    .step-three {
        order: 5;
    }

    .point-3 {
        order: 6;
    }

    .step-four {
        order: 7;
    }

    .point-4 {
        order: 8;
    }


    /* CARD */

    .pg-step-card {
        min-height: auto;

        padding: 20px;

        gap: 14px;
    }

    .pg-step-number {
        width: 45px;
        height: 45px;

        font-size: 12px;
    }

    .pg-step-content h3 {
        font-size: 20px;
    }

    .pg-step-content p {
        font-size: 11px;
    }


    /* CTA */

    .pg-journey-cta {
        flex-direction: column;

        align-items: flex-start;

        padding: 24px;

        margin-top: 25px;
    }

    .pg-journey-btn {
        width: 100%;

        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10420ba *//* =========================================
   PIXEL GURUKUL
   FREE DEMO SECTION
========================================= */

.pg-demo-section {
    position: relative;

    width: 100%;

    padding: 120px 0;

    overflow: hidden;

    background: #171717;

    color: #ffffff;

    font-family: "Inter", Arial, sans-serif;
}


/* =========================================
   BACKGROUND GLOW
========================================= */

.pg-demo-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(110px);

    pointer-events: none;
}

.pg-demo-glow-left {
    width: 450px;
    height: 450px;

    top: -200px;
    left: -200px;

    background: rgba(232, 62, 50, 0.16);
}

.pg-demo-glow-right {
    width: 400px;
    height: 400px;

    right: -200px;
    bottom: -200px;

    background: rgba(232, 62, 50, 0.10);
}


/* =========================================
   CONTAINER
========================================= */

.pg-demo-container {
    position: relative;

    z-index: 2;

    width: 90%;

    max-width: 1200px;

    margin: auto;
}


/* =========================================
   LABEL
========================================= */

.pg-demo-label {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    color: #E83E32;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-align: center;
}

.pg-demo-label span {
    width: 30px;

    height: 1px;

    background: #E83E32;
}


/* =========================================
   HEADING
========================================= */

.pg-demo-heading {
    max-width: 850px;

    margin: 20px auto 0;

    text-align: center;
}

.pg-demo-heading h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(40px, 5vw, 58px);

    line-height: 1.08;

    letter-spacing: -2.5px;

    font-weight: 800;
}

.pg-demo-heading h2 strong {
    color: #E83E32;

    font-weight: 800;
}

.pg-demo-heading p {
    max-width: 680px;

    margin: 22px auto 0;

    color: #929292;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   MAIN AREA
========================================= */

.pg-demo-main {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 80px;

    margin-top: 75px;
}


/* =========================================
   LEFT VISUAL
========================================= */

.pg-demo-visual {
    position: relative;

    height: 470px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================
   CIRCLES
========================================= */

.pg-demo-circle {
    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(232,62,50,0.22);
}

.circle-one {
    width: 360px;
    height: 360px;
}

.circle-two {
    width: 460px;
    height: 460px;

    border-style: dashed;

    border-color: rgba(255,255,255,0.08);

    animation: pgRotate 25s linear infinite;
}


/* ROTATION */

@keyframes pgRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* =========================================
   DAYS CIRCLE
========================================= */

.pg-demo-days {
    position: relative;

    z-index: 5;

    width: 285px;
    height: 285px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 25%,
            #333333,
            #202020 70%
        );

    border: 2px solid #E83E32;

    box-shadow:
        0 30px 80px rgba(0,0,0,0.40),
        0 0 50px rgba(232,62,50,0.12);
}


/* INNER RED RING */

.pg-demo-days::before {
    content: "";

    position: absolute;

    inset: 10px;

    border-radius: 50%;

    border: 1px solid rgba(232,62,50,0.25);
}


/* SMALL TEXT */

.pg-days-small {
    color: #888888;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 3px;
}


/* NUMBER */

.pg-demo-days strong {
    margin-top: 5px;

    color: #ffffff;

    font-size: 72px;

    line-height: 0.95;

    letter-spacing: -5px;

    font-weight: 900;
}


/* DAYS */

.pg-days-text {
    margin-top: 5px;

    color: #E83E32;

    font-size: 18px;

    font-weight: 800;

    letter-spacing: 6px;
}


/* LINE */

.pg-days-line {
    width: 45px;

    height: 1px;

    margin: 14px 0;

    background: #444444;
}


/* FREE */

.pg-free {
    color: #ffffff;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================
   FLOATING BADGES
========================================= */

.pg-demo-badge {
    position: absolute;

    z-index: 8;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 10px 14px;

    background: #ffffff;

    border-radius: 8px;

    color: #202020;

    font-size: 12px;

    font-weight: 700;

    box-shadow:
        0 15px 35px rgba(0,0,0,0.20);

    animation: pgFloat 4s ease-in-out infinite;
}

.pg-demo-badge span {
    width: 26px;
    height: 26px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 7px;

    background: #fdf0ef;

    color: #E83E32;

    font-size: 15px;

    font-weight: 800;
}


/* BADGE POSITIONS */

.badge-one {
    left: 20px;

    top: 85px;

    animation-delay: 0s;
}

.badge-two {
    right: 15px;

    top: 145px;

    animation-delay: 1s;
}

.badge-three {
    right: 35px;

    bottom: 75px;

    animation-delay: 2s;
}


/* FLOAT ANIMATION */

@keyframes pgFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* =========================================
   RIGHT CONTENT
========================================= */

.pg-demo-content {
    max-width: 530px;
}


/* LABEL */

.pg-content-label {
    color: #E83E32;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* HEADING */

.pg-demo-content h3 {
    margin: 13px 0 0;

    color: #ffffff;

    font-size: 40px;

    line-height: 1.12;

    letter-spacing: -1.5px;

    font-weight: 800;
}

.pg-demo-content h3 span {
    color: #E83E32;
}


/* DESCRIPTION */

.pg-demo-description {
    margin-top: 17px;

    color: #8b8b8b;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   BENEFITS
========================================= */

.pg-demo-benefits {
    margin-top: 28px;
}


/* BENEFIT */

.pg-demo-benefit {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 15px 0;

    border-bottom: 1px solid #2c2c2c;
}

.pg-demo-benefit:first-child {
    border-top: 1px solid #2c2c2c;
}


/* ICON */

.pg-demo-benefit-icon {
    flex-shrink: 0;

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 9px;

    background: rgba(232,62,50,0.10);

    color: #E83E32;

    font-size: 15px;

    font-weight: 800;
}


/* TEXT */

.pg-demo-benefit strong {
    display: block;

    color: #ffffff;

    font-size: 16px;
}

.pg-demo-benefit p {
    margin-top: 4px;

    color: #707070;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================
   CTA BUTTON
========================================= */

.pg-demo-button {
    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    min-width: 215px;

    margin-top: 30px;

    padding: 15px 18px 15px 21px;

    background: #E83E32;

    border-radius: 7px;

    color: #ffffff;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 0.5px;

    box-shadow:
        0 12px 30px rgba(232,62,50,0.22);

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.pg-demo-button b {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    background: rgba(0,0,0,0.15);

    font-size: 18px;
}

.pg-demo-button:hover {
    background: #ffffff;

    color: #202020;

    transform: translateY(-4px);

    box-shadow:
        0 18px 40px rgba(0,0,0,0.25);
}


/* NOTE */

.pg-demo-note {
    display: block;

    margin-top: 10px;

    color: #5f5f5f;

    font-size: 13px;
}


/* =========================================
   BOTTOM STRIP
========================================= */

.pg-demo-bottom {
    margin-top: 75px;

    padding-top: 23px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    border-top: 1px solid #2d2d2d;
}

.pg-demo-bottom div {
    display: flex;

    align-items: center;

    gap: 7px;

    color: #666666;

    font-size: 15px;

    font-weight: 700;
}

.pg-demo-bottom div span {
    color: #444444;

    font-size: 15px;
}

.pg-demo-bottom div.active {
    color: #ffffff;
}

.pg-demo-bottom div.active span {
    color: #E83E32;
}

.pg-demo-bottom i {
    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: #E83E32;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .pg-demo-section {
        padding: 90px 0;
    }

    .pg-demo-main {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .pg-demo-visual {
        max-width: 600px;

        width: 100%;

        margin: auto;
    }

    .pg-demo-content {
        max-width: 700px;

        margin: auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pg-demo-section {
        padding: 75px 0;
    }

    .pg-demo-container {
        width: 92%;
    }


    /* HEADING */

    .pg-demo-heading h2 {
        font-size: 35px;

        letter-spacing: -1.3px;
    }

    .pg-demo-heading p {
        font-size: 12px;
    }

    .pg-demo-label {
        font-size: 7px;
    }


    /* VISUAL */

    .pg-demo-visual {
        height: 370px;
    }

    .circle-one {
        width: 280px;
        height: 280px;
    }

    .circle-two {
        width: 340px;
        height: 340px;
    }

    .pg-demo-days {
        width: 220px;
        height: 220px;
    }

    .pg-demo-days strong {
        font-size: 55px;
    }

    .pg-days-text {
        font-size: 14px;

        letter-spacing: 4px;
    }


    /* BADGES */

    .pg-demo-badge {
        padding: 8px 10px;

        font-size: 7px;
    }

    .pg-demo-badge span {
        width: 22px;
        height: 22px;
    }

    .badge-one {
        left: 0;

        top: 55px;
    }

    .badge-two {
        right: 0;

        top: 100px;
    }

    .badge-three {
        right: 5px;

        bottom: 35px;
    }


    /* CONTENT */

    .pg-demo-content h3 {
        font-size: 30px;

        letter-spacing: -1px;
    }

    .pg-demo-description {
        font-size: 11px;
    }


    /* BOTTOM */

    .pg-demo-bottom {
        gap: 7px;

        margin-top: 50px;
    }

    .pg-demo-bottom div {
        font-size: 7px;
    }

    .pg-demo-bottom i {
        width: 3px;
        height: 3px;
    }

}/* End custom CSS */