.elementor-194 .elementor-element.elementor-element-d5f3688{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-194 .elementor-element.elementor-element-5c31b42{text-align:center;}.elementor-194 .elementor-element.elementor-element-5c31b42 .elementor-heading-title{font-family:"Roboto Serif", Sans-serif;font-size:31px;font-weight:600;text-transform:capitalize;color:#000000;}.elementor-194 .elementor-element.elementor-element-56c2350 > .elementor-widget-container{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-582d105 *//* =========================================
   PIXEL GURUKUL
   6 MONTH DIGITAL MARKETING ROADMAP
========================================= */

.pg-six-month {
    position: relative;

    width: 100%;

    padding: 120px 0;

    overflow: hidden;

    background: #171717;

    color: #ffffff;

    font-family: "Inter", Arial, sans-serif;
}


/* =========================================
   BACKGROUND GLOW
========================================= */

.pg-six-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(120px);

    pointer-events: none;
}

.pg-six-glow-one {
    width: 500px;
    height: 500px;

    top: -200px;
    right: -150px;

    background: rgba(232, 62, 50, 0.13);
}

.pg-six-glow-two {
    width: 400px;
    height: 400px;

    bottom: -200px;
    left: -150px;

    background: rgba(232, 62, 50, 0.07);
}


/* =========================================
   CONTAINER
========================================= */

.pg-six-container {
    position: relative;

    z-index: 2;

    width: 90%;

    max-width: 1200px;

    margin: auto;
}


/* =========================================
   HEADING
========================================= */

.pg-six-heading {
    max-width: 820px;

    margin: 0 auto;

    text-align: center;
}

.pg-six-label {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    color: #E83E32;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 20px;
}

.pg-six-label span {
    width: 30px;

    height: 1px;

    background: #E83E32;
}

.pg-six-heading h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(38px,5px, 60px);

    line-height: 1.06;

    letter-spacing: -2.5px;

    font-weight: 800;
}

.pg-six-heading h2 strong {
    display: block;

    color: #E83E32;

    font-weight: 800;
}

.pg-six-heading p {
    max-width: 700px;

    margin: 24px auto 0;

    color: #999999;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.pg-six-highlights {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 60px;

    padding: 20px;

    background: #212121;

    border: 1px solid #303030;

    border-radius: 15px;
}

.pg-highlight-item {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 12px;

    border-right: 1px solid #353535;
}

.pg-highlight-item:last-child {
    border-right: none;
}

.pg-highlight-icon {
    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(232,62,50,0.12);

    color: #E83E32;

    font-size: 15px;

    font-weight: 800;
}

.pg-highlight-item strong {
    display: block;

    color: #ffffff;

    font-size: 15px;
}

.pg-highlight-item span {
    display: block;

    margin-top: 3px;

    color: #777777;

    font-size: 15px;
}


/* =========================================
   MONTH ROADMAP
========================================= */

.pg-month-roadmap {
    margin-top: 30px;
}


/* =========================================
   MONTH
========================================= */

.pg-month {
    position: relative;

    display: grid;

    grid-template-columns: 90px 2px 1fr;

    gap: 25px;

    padding: 35px 0;

    border-bottom: 1px solid #2d2d2d;
}


/* =========================================
   MONTH NUMBER
========================================= */

.pg-month-number {
    padding-top: 5px;

    text-align: right;
}

.pg-month-number span {
    display: block;

    color: #E83E32;

    font-size: 34px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -1px;
}

.pg-month-number small {
    display: block;

    margin-top: 5px;

    color: #666666;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================
   VERTICAL LINE
========================================= */

.pg-month-line {
    position: relative;

    width: 2px;

    background: #333333;
}

.pg-month-line::before {
    content: "";

    position: absolute;

    top: 8px;

    left: 50%;

    width: 9px;
    height: 9px;

    transform: translateX(-50%);

    border-radius: 50%;

    background: #E83E32;

    box-shadow:
        0 0 0 5px rgba(232,62,50,0.10);
}


/* =========================================
   MONTH CONTENT
========================================= */

.pg-month-content {
    min-width: 0;
}

.pg-month-heading {
    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 25px;
}

.pg-month-kicker {
    display: block;

    color: #E83E32;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

    margin-bottom: 8px;
}

.pg-month-heading h3 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;

    line-height: 1.25;

    font-weight: 700;
}

.pg-module-count {
    flex-shrink: 0;

    padding: 7px 10px;

    border: 1px solid #363636;

    border-radius: 30px;

    color: #777777;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;
}


/* =========================================
   MODULE GRID
========================================= */

.pg-module-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

    margin-top: 22px;
}


/* =========================================
   MODULE
========================================= */

.pg-module {
    position: relative;

    padding: 22px;

    min-height: 225px;

    background: #202020;

    border: 1px solid #303030;

    border-radius: 12px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.pg-module:hover {
    transform: translateY(-5px);

    border-color: rgba(232,62,50,0.35);

    background: #242424;
}


/* MODULE NUMBER */

.pg-module-no {
    color: #666666;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


/* MODULE TITLE */

.pg-module h4 {
    margin: 10px 0 0;

    color: #ffffff;

    font-size: 20px;

    line-height: 1.35;
}

.pg-module h4 em {
    color: #777777;

    font-size: 12px;

    font-style: normal;

    font-weight: 500;
}


/* MODULE DESCRIPTION */

.pg-module p {
    margin-top: 10px;

    color: #858585;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   TAGS
========================================= */

.pg-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    margin-top: 15px;
}

.pg-tags span {
    padding: 6px 8px;

    background: #292929;

    border: 1px solid #343434;

    border-radius: 4px;

    color: #999999;

    font-size: 11px;
}


/* =========================================
   SPECIAL MONTH 03
========================================= */

.pg-month-dark {
    padding: 35px 20px;

    margin: 0 -20px;

    border-radius: 14px;

    background:
        linear-gradient(
            90deg,
            rgba(232,62,50,0.035),
            transparent
        );
}


/* =========================================
   FINAL MONTH
========================================= */

.pg-month-final {
    padding-bottom: 45px;
}

.pg-month-final .pg-month-number span {
    color: #ffffff;
}

.pg-month-final .pg-month-line {
    background: #E83E32;
}

.pg-month-final .pg-module {
    border-color: rgba(232,62,50,0.20);
}

.pg-month-final .pg-module:hover {
    border-color: #E83E32;
}


/* =========================================
   BOTTOM CTA
========================================= */

.pg-six-bottom {
    margin-top: 40px;

    padding: 28px 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    background: #E83E32;

    border-radius: 13px;

    box-shadow:
        0 20px 50px rgba(232,62,50,0.15);
}

.pg-six-bottom-text span {
    color: rgba(255,255,255,0.70);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.pg-six-bottom-text h3 {
    margin-top: 7px;

    color: #ffffff;

    font-size: 19px;

    font-weight: 600;
}

.pg-six-bottom-text h3 strong {
    font-weight: 800;
}


/* =========================================
   CTA BUTTON
========================================= */

.pg-six-btn {
    display: inline-flex;

    align-items: center;

    gap: 13px;

    flex-shrink: 0;

    padding: 14px 22px;

    border-radius: 7px;

    background: #202020;

    color: #ffffff;

    font-size: 11px;

    font-weight: 700;

    transition: 0.3s ease;
}

.pg-six-btn span {
    font-size: 18px;
}

.pg-six-btn:hover {
    background: #ffffff;

    color: #202020;

    transform: translateY(-3px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pg-six-month {
        padding: 90px 0;
    }

    .pg-six-highlights {
        grid-template-columns: repeat(2, 1fr);
    }

    .pg-highlight-item:nth-child(2) {
        border-right: none;
    }

    .pg-highlight-item:nth-child(-n+2) {
        border-bottom: 1px solid #353535;
    }

    .pg-month {
        grid-template-columns: 65px 2px 1fr;

        gap: 18px;
    }

    .pg-month-heading h3 {
        font-size: 21px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pg-six-month {
        padding: 75px 0;
    }

    .pg-six-container {
        width: 92%;
    }

    .pg-six-heading h2 {
        font-size: 36px;

        letter-spacing: -1.3px;
    }

    .pg-six-heading p {
        font-size: 13px;
    }

    .pg-six-label {
        font-size: 8px;
    }


    /* HIGHLIGHTS */

    .pg-six-highlights {
        grid-template-columns: 1fr;

        padding: 10px;
    }

    .pg-highlight-item {
        justify-content: flex-start;

        border-right: none;

        border-bottom: 1px solid #353535;
    }

    .pg-highlight-item:last-child {
        border-bottom: none;
    }


    /* MONTH */

    .pg-month {
        grid-template-columns: 42px 2px 1fr;

        gap: 13px;

        padding: 30px 0;
    }

    .pg-month-number span {
        font-size: 25px;
    }

    .pg-month-number small {
        font-size: 6px;
    }

    .pg-month-heading {
        flex-direction: column;

        gap: 10px;
    }

    .pg-month-heading h3 {
        font-size: 19px;
    }

    .pg-module-count {
        align-self: flex-start;
    }


    /* MODULES */

    .pg-module-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .pg-module {
        min-height: auto;

        padding: 18px;
    }

    .pg-module h4 {
        font-size: 17px;
    }

    .pg-module p {
        font-size: 10px;
    }


    /* SPECIAL MONTH */

    .pg-month-dark {
        margin: 0;

        padding: 30px 0;

        background: transparent;
    }


    /* CTA */

    .pg-six-bottom {
        flex-direction: column;

        align-items: flex-start;

        padding: 24px;

        margin-top: 25px;
    }

    .pg-six-btn {
        width: 100%;

        justify-content: center;
    }
}/* End custom CSS */