.elementor-28 .elementor-element.elementor-element-9bc5968{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-28 .elementor-element.elementor-element-9bc5968:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-9bc5968 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-9bc5968:hover{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-cf3543b{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-28 .elementor-element.elementor-element-cf3543b:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-cf3543b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #030001 100%);}.elementor-28 .elementor-element.elementor-element-cf3543b:hover{background-color:transparent;background-image:linear-gradient(180deg, #040202 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-2073b86{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-2073b86:hover{background-color:transparent;background-image:linear-gradient(180deg, #080404 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-516985a{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-28 .elementor-element.elementor-element-516985a:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-516985a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-516985a:hover{background-color:transparent;background-image:linear-gradient(180deg, #000000 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-e51996f{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-28 .elementor-element.elementor-element-e51996f:not(.elementor-motion-effects-element-type-background), .elementor-28 .elementor-element.elementor-element-e51996f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1E1E1E 0%, #000000 100%);}.elementor-28 .elementor-element.elementor-element-e51996f:hover{background-color:transparent;background-image:linear-gradient(180deg, #040404 0%, #000000 100%);}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-28 .elementor-element.elementor-element-9bc5968{--grid-auto-flow:row;}.elementor-28 .elementor-element.elementor-element-cf3543b{--grid-auto-flow:row;}.elementor-28 .elementor-element.elementor-element-516985a{--grid-auto-flow:row;}.elementor-28 .elementor-element.elementor-element-e51996f{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-28 .elementor-element.elementor-element-9bc5968{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-28 .elementor-element.elementor-element-cf3543b{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-28 .elementor-element.elementor-element-516985a{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-28 .elementor-element.elementor-element-e51996f{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-e1e0faf *//* =========================================
   PRABHAT SUPPLEMENTS
   FIND YOUR PERFECT SUPPLEMENT
========================================= */

.ps-goal-hero {
    position: relative;
    width: 100%;
    min-height: 680px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background-image: url("YOUR-BACKGROUND-IMAGE-URL");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* DARK OVERLAY */

.ps-goal-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.95) 0%,
            rgba(0,0,0,0.82) 42%,
            rgba(0,0,0,0.48) 100%
        );

    z-index: 1;
}


/* GOLD GLOW */

.ps-goal-hero::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -200px;
    top: 50%;

    transform: translateY(-50%);

    background: rgba(201,162,39,0.10);

    filter: blur(100px);

    border-radius: 50%;

    z-index: 1;
}


/* CONTENT */

.ps-goal-content {
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 1200px;

    margin: auto;

    padding: 90px 20px;
}


/* SMALL LABEL */

.ps-goal-label {
    display: inline-block;

    margin-bottom: 20px;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 4px;
}


/* HEADING */

.ps-goal-content h1 {
    margin: 0;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(48px, 7vw, 88px);

    font-weight: 900;

    line-height: 0.98;

    letter-spacing: -3px;

    text-transform: uppercase;
}


/* GOLD HEADING */

.ps-goal-content h1 span {
    color: #C9A227;
}


/* DESCRIPTION */

.ps-goal-content p {
    max-width: 600px;

    margin: 28px 0 38px;

    color: #D0D0D0;

    font-family: "Poppins", sans-serif;

    font-size: 17px;

    line-height: 1.7;
}


/* BUTTON AREA */

.ps-goal-buttons {
    display: flex;

    gap: 16px;

    flex-wrap: wrap;
}


/* COMMON BUTTON */

.ps-goal-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 195px;

    padding: 16px 28px;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1.2px;

    transition: all 0.35s ease;
}


/* GOLD BUTTON */

.ps-gold-btn {
    color: #080808;

    background: #C9A227;

    border: 1px solid #C9A227;

    box-shadow:
        0 8px 30px rgba(201,162,39,0.18);
}


.ps-gold-btn:hover {
    color: #FFFFFF;

    background: #080808;

    transform: translateY(-4px);

    box-shadow:
        0 12px 35px rgba(201,162,39,0.30);
}


/* OUTLINE BUTTON */

.ps-outline-btn {
    color: #FFFFFF;

    background: rgba(0,0,0,0.25);

    border: 1px solid #C9A227;
}


.ps-outline-btn:hover {
    color: #080808;

    background: #C9A227;

    transform: translateY(-4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ps-goal-hero {
        min-height: 600px;

        background-position: center;
    }

    .ps-goal-content {
        padding: 70px 25px;
    }

    .ps-goal-content h1 {
        font-size: 64px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .ps-goal-hero {
        min-height: 620px;

        background-position: 65% center;
    }


    .ps-goal-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,0.95),
                rgba(0,0,0,0.72)
            );
    }


    .ps-goal-content {
        width: 100%;

        padding: 55px 22px;
    }


    .ps-goal-label {
        font-size: 10px;

        letter-spacing: 2.5px;
    }


    .ps-goal-content h1 {
        font-size: 46px;

        line-height: 1;

        letter-spacing: -1.5px;
    }


    .ps-goal-content p {
        font-size: 14px;

        line-height: 1.6;

        margin: 22px 0 30px;
    }


    .ps-goal-buttons {
        flex-direction: column;

        width: 100%;
    }


    .ps-goal-btn {
        width: 100%;

        min-width: 0;

        padding: 15px 20px;

        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2073b86 */```css
/* =========================================================
   PRABHAT SUPPLEMENTS
   SHOP BY GOAL — PREMIUM DESIGN
========================================================= */

.ps-shop-goal-section {
    width: 100%;
    padding: 95px 5%;
    background: #080808;
    box-sizing: border-box;
    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.ps-goal-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.ps-goal-heading > span {
    display: block;
    margin-bottom: 14px;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.ps-goal-heading h2 {
    margin: 0;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 900;

    line-height: 1;
    letter-spacing: -2px;
}

.ps-goal-heading h2 strong {
    color: #C9A227;
}

.ps-goal-heading p {
    max-width: 590px;

    margin: 20px auto 0;

    color: #929292;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   GRID
========================================================= */

.ps-goal-grid {
    width: 100%;
    max-width: 1380px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}


/* =========================================================
   CARD
========================================================= */

.ps-goal-card {
    position: relative;

    height: 500px;

    overflow: hidden;

    background: #111111;

    border: 1px solid rgba(201, 162, 39, 0.18);

    transition:
        transform 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

.ps-goal-card:hover {
    transform: translateY(-8px);

    border-color: rgba(201, 162, 39, 0.85);

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.65),
        0 0 30px rgba(201, 162, 39, 0.10);
}


/* =========================================================
   PRODUCT IMAGE AREA
========================================================= */

.ps-goal-image {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 67%;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 30px;

    box-sizing: border-box;

    overflow: hidden;

    z-index: 0;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.ps-goal-image img {
    display: block;

    width: auto;
    height: auto;

    max-width: 76%;
    max-height: 82%;

    object-fit: contain;

    transform: scale(1);

    transition:
        transform 0.65s ease,
        filter 0.65s ease;
}


/* Different image adjustment */

.ps-goal-card:nth-child(1) .ps-goal-image img {
    max-width: 74%;
    max-height: 80%;
}

.ps-goal-card:nth-child(2) .ps-goal-image img {
    max-width: 72%;
    max-height: 80%;
}

.ps-goal-card:nth-child(3) .ps-goal-image img {
    max-width: 66%;
    max-height: 76%;
}

.ps-goal-card:nth-child(4) .ps-goal-image img {
    max-width: 72%;
    max-height: 80%;
}


/* IMAGE HOVER */

.ps-goal-card:hover .ps-goal-image img {
    transform: scale(1.06);

    filter: brightness(1.04);
}


/* =========================================================
   DARK GRADIENT
========================================================= */

.ps-goal-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(8, 8, 8, 0.02) 0%,
            rgba(8, 8, 8, 0.04) 35%,
            rgba(8, 8, 8, 0.48) 58%,
            rgba(8, 8, 8, 0.94) 80%,
            #080808 100%
        );
}


/* =========================================================
   CARD CONTENT
========================================================= */

.ps-goal-info {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    z-index: 3;

    padding: 28px 28px 30px;

    box-sizing: border-box;
}


/* GOLD LINE */

.ps-goal-info::before {
    content: "";

    display: block;

    width: 42px;
    height: 2px;

    margin-bottom: 17px;

    background: #C9A227;

    transition: width 0.4s ease;
}

.ps-goal-card:hover .ps-goal-info::before {
    width: 75px;
}


/* =========================================================
   NUMBER
========================================================= */

.ps-goal-number {
    display: block;

    margin-bottom: 9px;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2.5px;
}


/* =========================================================
   TITLE
========================================================= */

.ps-goal-info h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 21px;
    font-weight: 900;

    line-height: 1.15;
    letter-spacing: -0.3px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ps-goal-info p {
    min-height: 42px;

    margin: 0 0 18px;

    color: #bdbdbd;

    font-family: "Poppins", sans-serif;

    font-size: 12.5px;
    line-height: 1.6;
}


/* =========================================================
   SHOP NOW
========================================================= */

.ps-goal-link {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #C9A227;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 1.8px;

    transition: color 0.3s ease;
}

.ps-goal-link b {
    display: inline-flex;

    font-family: Arial, sans-serif;

    font-size: 20px;
    font-weight: 400;

    line-height: 1;

    transition:
        transform 0.35s ease,
        color 0.35s ease;
}

.ps-goal-link:hover {
    color: #ffffff;
}

.ps-goal-link:hover b {
    color: #C9A227;

    transform: translateX(6px);
}


/* =========================================================
   CARD TOP GOLD ACCENT
========================================================= */

.ps-goal-card::after {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 2px;

    background: #C9A227;

    z-index: 5;

    transition: width 0.5s ease;
}

.ps-goal-card:hover::after {
    width: 100%;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .ps-shop-goal-section {
        padding: 80px 4%;
    }

    .ps-goal-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .ps-goal-card {
        height: 480px;
    }

    .ps-goal-image {
        height: 65%;
    }

    .ps-goal-image img {
        max-width: 65%;
        max-height: 78%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .ps-shop-goal-section {
        padding: 65px 18px;
    }

    .ps-goal-heading {
        margin-bottom: 38px;
    }

    .ps-goal-heading > span {
        font-size: 9px;
        letter-spacing: 3px;
    }

    .ps-goal-heading h2 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .ps-goal-heading p {
        margin-top: 17px;
        font-size: 12.5px;
    }

    .ps-goal-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .ps-goal-card {
        height: 450px;
    }

    .ps-goal-image {
        height: 65%;
        padding: 25px;
    }

    .ps-goal-image img {
        max-width: 65%;
        max-height: 75%;
    }

    .ps-goal-card:nth-child(1) .ps-goal-image img,
    .ps-goal-card:nth-child(2) .ps-goal-image img,
    .ps-goal-card:nth-child(3) .ps-goal-image img,
    .ps-goal-card:nth-child(4) .ps-goal-image img {
        max-width: 65%;
        max-height: 75%;
    }

    .ps-goal-info {
        padding: 24px 22px 25px;
    }

    .ps-goal-info h3 {
        font-size: 20px;
    }

    .ps-goal-info p {
        font-size: 12px;
        margin-bottom: 16px;
    }
}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9f0020 *//* =========================================
   PRABHAT SUPPLEMENTS
   WHY CHOOSE PRABHAT
========================================= */

.ps-why-section {
    position: relative;

    width: 100%;

    padding: 100px 5%;

    background: #080808;

    box-sizing: border-box;

    overflow: hidden;
}


/* =========================================
   BACKGROUND GLOW
========================================= */

.ps-why-section::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    left: -250px;
    top: 20%;

    background: rgba(201, 162, 39, 0.07);

    filter: blur(110px);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================
   HEADER
========================================= */

.ps-why-header {
    position: relative;

    max-width: 850px;

    margin: 0 auto 60px;

    text-align: center;

    z-index: 2;
}


.ps-why-header > span {
    display: block;

    margin-bottom: 15px;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 4px;
}


.ps-why-header h2 {
    margin: 0;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(36px, 5vw, 60px);

    font-weight: 900;

    line-height: 1.05;

    letter-spacing: -2px;
}


.ps-why-header h2 strong {
    display: block;

    color: #C9A227;

    font-weight: 900;
}


.ps-why-header p {
    max-width: 650px;

    margin: 22px auto 0;

    color: #999999;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   GRID
========================================= */

.ps-why-grid {
    position: relative;

    width: 100%;

    max-width: 1350px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    z-index: 2;
}


/* =========================================
   CARD
========================================= */

.ps-why-card {
    position: relative;

    min-height: 260px;

    padding: 32px;

    background:
        linear-gradient(
            145deg,
            #151515,
            #0e0e0e
        );

    border: 1px solid rgba(201, 162, 39, 0.16);

    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


.ps-why-card:hover {
    transform: translateY(-8px);

    border-color: #C9A227;

    box-shadow:
        0 18px 45px rgba(0,0,0,0.55),
        0 0 30px rgba(201,162,39,0.08);
}


/* =========================================
   CARD GOLD CORNER
========================================= */

.ps-why-card::before {
    content: "";

    position: absolute;

    width: 80px;
    height: 80px;

    right: -40px;
    top: -40px;

    border-radius: 50%;

    background: rgba(201,162,39,0.07);

    transition: transform 0.5s ease;
}


.ps-why-card:hover::before {
    transform: scale(2);
}


/* =========================================
   NUMBER
========================================= */

.ps-why-number {
    position: absolute;

    top: 25px;
    right: 28px;

    color: rgba(201,162,39,0.35);

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================
   ICON
========================================= */

.ps-why-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 25px;

    color: #C9A227;

    background: rgba(201,162,39,0.08);

    border: 1px solid rgba(201,162,39,0.35);

    font-family: Arial, sans-serif;

    font-size: 20px;

    transition: all 0.4s ease;
}


.ps-why-card:hover .ps-why-icon {
    color: #080808;

    background: #C9A227;

    transform: rotate(5deg);
}


/* =========================================
   TITLE
========================================= */

.ps-why-card h3 {
    position: relative;

    margin: 0 0 12px;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: 19px;

    font-weight: 900;

    line-height: 1.2;
}


/* =========================================
   DESCRIPTION
========================================= */

.ps-why-card p {
    position: relative;

    max-width: 360px;

    margin: 0;

    color: #999999;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   GOLD BOTTOM LINE
========================================= */

.ps-why-line {
    position: absolute;

    left: 32px;
    bottom: 0;

    width: 0;
    height: 2px;

    background: #C9A227;

    transition: width 0.4s ease;
}


.ps-why-card:hover .ps-why-line {
    width: 80px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .ps-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .ps-why-section {
        padding: 70px 20px;
    }


    .ps-why-header {
        margin-bottom: 40px;
    }


    .ps-why-header h2 {
        font-size: 38px;

        letter-spacing: -1px;
    }


    .ps-why-header p {
        font-size: 13px;
    }


    .ps-why-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }


    .ps-why-card {
        min-height: 245px;

        padding: 28px;
    }


    .ps-why-card h3 {
        font-size: 18px;
    }


    .ps-why-card p {
        font-size: 12.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5a3eb4 *//* =========================================
   PRABHAT SUPPLEMENTS
   SHOP BY CATEGORY
   TEXT ONLY
========================================= */

.ps-category-text-section {
    position: relative;
    width: 100%;

    padding: 100px 5%;

    background: #080808;

    box-sizing: border-box;
    overflow: hidden;
}


/* GOLD BACKGROUND GLOW */

.ps-category-text-section::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    top: 10%;
    left: -250px;

    background: rgba(201, 162, 39, 0.06);

    filter: blur(120px);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================
   HEADER
========================================= */

.ps-category-text-header {
    position: relative;

    max-width: 800px;

    margin: 0 auto 60px;

    text-align: center;

    z-index: 2;
}


.ps-category-text-header > span {
    display: block;

    margin-bottom: 15px;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 4px;
}


.ps-category-text-header h2 {
    margin: 0;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(40px, 5vw, 64px);

    font-weight: 900;

    line-height: 1;

    letter-spacing: -2px;
}


.ps-category-text-header h2 strong {
    color: #C9A227;
}


.ps-category-text-header p {
    max-width: 650px;

    margin: 22px auto 0;

    color: #999999;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   GRID
========================================= */

.ps-category-text-grid {
    position: relative;

    width: 100%;
    max-width: 1350px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    z-index: 2;
}


/* =========================================
   CARD
========================================= */

.ps-category-text-card {
    position: relative;

    min-height: 390px;

    padding: 35px;

    background:
        linear-gradient(
            145deg,
            #151515,
            #0d0d0d
        );

    border: 1px solid rgba(201, 162, 39, 0.18);

    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}


.ps-category-text-card:hover {
    transform: translateY(-8px);

    border-color: #C9A227;

    box-shadow:
        0 20px 50px rgba(0,0,0,0.55),
        0 0 30px rgba(201,162,39,0.08);
}


/* GOLD CORNER */

.ps-category-text-card::before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -85px;
    top: -85px;

    border: 1px solid rgba(201,162,39,0.18);

    border-radius: 50%;

    transition: transform 0.6s ease;
}


.ps-category-text-card:hover::before {
    transform: scale(1.5);
}


/* =========================================
   TOP AREA
========================================= */

.ps-cat-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 35px;
}


.ps-cat-number {
    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;
}


.ps-cat-type {
    color: #777777;

    font-family: "Montserrat", sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-align: right;
}


/* =========================================
   TITLE
========================================= */

.ps-category-text-card h3 {
    margin: 0 0 18px;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: 32px;

    font-weight: 900;

    letter-spacing: -1px;

    line-height: 1;
}


/* =========================================
   GOLD LINE
========================================= */

.ps-category-text-card h3::after {
    content: "";

    display: block;

    width: 45px;
    height: 2px;

    margin-top: 18px;

    background: #C9A227;

    transition: width 0.4s ease;
}


.ps-category-text-card:hover h3::after {
    width: 80px;
}


/* =========================================
   DESCRIPTION
========================================= */

.ps-category-text-card p {
    max-width: 560px;

    margin: 0 0 22px;

    color: #A0A0A0;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   BENEFITS
========================================= */

.ps-cat-benefits {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 25px;
}


.ps-cat-benefits span {
    padding: 7px 11px;

    color: #C9A227;

    background: rgba(201,162,39,0.07);

    border: 1px solid rgba(201,162,39,0.20);

    font-family: "Montserrat", sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.8px;
}


/* =========================================
   EXPLORE
========================================= */

.ps-cat-explore {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #C9A227;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.8px;

    transition: color 0.3s ease;
}


.ps-cat-explore span {
    font-size: 20px;

    line-height: 10px;

    transition: transform 0.3s ease;
}


.ps-cat-explore:hover {
    color: #FFFFFF;
}


.ps-cat-explore:hover span {
    color: #C9A227;

    transform: translateX(7px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .ps-category-text-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .ps-category-text-section {
        padding: 70px 18px;
    }


    .ps-category-text-header {
        margin-bottom: 40px;
    }


    .ps-category-text-header h2 {
        font-size: 40px;

        letter-spacing: -1px;
    }


    .ps-category-text-header p {
        font-size: 13px;
    }


    .ps-category-text-card {
        min-height: 380px;

        padding: 28px;
    }


    .ps-cat-top {
        margin-bottom: 28px;
    }


    .ps-category-text-card h3 {
        font-size: 28px;
    }


    .ps-category-text-card p {
        font-size: 12.5px;

        line-height: 1.7;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6b1802 *//* =========================================
   PRABHAT SUPPLEMENTS
   FIND WHAT FUELS YOU
========================================= */

.ps-fuels-section {
    position: relative;

    width: 100%;

    padding: 100px 5%;

    background: #080808;

    box-sizing: border-box;

    overflow: hidden;
}


/* =========================================
   GOLD BACKGROUND GLOW
========================================= */

.ps-fuels-section::before {
    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    right: -250px;
    top: 20%;

    background: rgba(201,162,39,0.06);

    filter: blur(120px);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================
   HEADER
========================================= */

.ps-fuels-header {
    position: relative;

    max-width: 850px;

    margin: 0 auto 65px;

    text-align: center;

    z-index: 2;
}


.ps-fuels-header > span {
    display: block;

    margin-bottom: 15px;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 4px;
}


.ps-fuels-header h2 {
    margin: 0;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: clamp(40px, 5vw, 64px);

    font-weight: 900;

    line-height: 1;

    letter-spacing: -2px;
}


.ps-fuels-header h2 strong {
    color: #C9A227;
}


.ps-fuels-header p {
    max-width: 650px;

    margin: 22px auto 0;

    color: #999999;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   FUEL GRID
========================================= */

.ps-fuels-grid {
    position: relative;

    width: 100%;

    max-width: 1250px;

    margin: auto;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid rgba(201,162,39,0.18);

    z-index: 2;
}


/* =========================================
   FUEL ITEM
========================================= */

.ps-fuel-item {
    position: relative;

    min-height: 230px;

    padding: 35px 45px 35px 25px;

    display: flex;

    gap: 25px;

    box-sizing: border-box;

    border-bottom: 1px solid rgba(201,162,39,0.18);

    transition: background 0.4s ease;
}


/* Vertical divider */

.ps-fuel-item:nth-child(odd) {
    border-right: 1px solid rgba(201,162,39,0.18);
}


.ps-fuel-item:hover {
    background: rgba(201,162,39,0.035);
}


/* =========================================
   NUMBER
========================================= */

.ps-fuel-number {
    flex-shrink: 0;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================
   CONTENT
========================================= */

.ps-fuel-content {
    flex: 1;
}


.ps-fuel-label {
    display: block;

    margin-bottom: 12px;

    color: #666666;

    font-family: "Montserrat", sans-serif;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;
}


.ps-fuel-content h3 {
    margin: 0 0 14px;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: 23px;

    font-weight: 900;

    line-height: 1.1;
}


.ps-fuel-content p {
    max-width: 420px;

    margin: 0;

    color: #929292;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   ARROW
========================================= */

.ps-fuel-arrow {
    flex-shrink: 0;

    align-self: center;

    color: rgba(201,162,39,0.35);

    font-size: 22px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.ps-fuel-item:hover .ps-fuel-arrow {
    color: #C9A227;

    transform: translate(5px, -5px);
}


/* =========================================
   CTA
========================================= */

.ps-fuels-cta {
    position: relative;

    width: 100%;

    max-width: 1250px;

    margin: 55px auto 0;

    padding: 35px 40px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    background:
        linear-gradient(
            135deg,
            #151515,
            #0d0d0d
        );

    border: 1px solid rgba(201,162,39,0.30);

    box-sizing: border-box;

    z-index: 2;
}


/* CTA SMALL TEXT */

.ps-fuels-cta > div span {
    display: block;

    margin-bottom: 8px;

    color: #C9A227;

    font-family: "Montserrat", sans-serif;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;
}


/* CTA HEADING */

.ps-fuels-cta h3 {
    margin: 0;

    color: #FFFFFF;

    font-family: "Montserrat", sans-serif;

    font-size: 28px;

    font-weight: 900;

    line-height: 1;
}


.ps-fuels-cta h3 strong {
    color: #C9A227;
}


/* CTA BUTTON */

.ps-fuels-cta > a {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 16px 25px;

    color: #080808;

    background: #C9A227;

    border: 1px solid #C9A227;

    text-decoration: none;

    white-space: nowrap;

    font-family: "Montserrat", sans-serif;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

    transition: all 0.35s ease;
}


.ps-fuels-cta > a span {
    font-size: 20px;

    line-height: 10px;

    transition: transform 0.3s ease;
}


.ps-fuels-cta > a:hover {
    color: #FFFFFF;

    background: #080808;

    transform: translateY(-3px);

    box-shadow:
        0 10px 30px rgba(201,162,39,0.18);
}


.ps-fuels-cta > a:hover span {
    transform: translateX(6px);

    color: #C9A227;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .ps-fuels-grid {
        grid-template-columns: 1fr;
    }


    .ps-fuel-item:nth-child(odd) {
        border-right: none;
    }


    .ps-fuels-cta {
        flex-direction: column;

        align-items: flex-start;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .ps-fuels-section {
        padding: 70px 18px;
    }


    .ps-fuels-header {
        margin-bottom: 40px;
    }


    .ps-fuels-header h2 {
        font-size: 39px;

        letter-spacing: -1px;
    }


    .ps-fuels-header p {
        font-size: 13px;
    }


    .ps-fuel-item {
        min-height: auto;

        padding: 28px 5px;

        gap: 18px;
    }


    .ps-fuel-content h3 {
        font-size: 20px;
    }


    .ps-fuel-content p {
        font-size: 12px;
    }


    .ps-fuel-arrow {
        display: none;
    }


    .ps-fuels-cta {
        margin-top: 35px;

        padding: 28px 22px;

        gap: 25px;
    }


    .ps-fuels-cta h3 {
        font-size: 23px;
    }


    .ps-fuels-cta > a {
        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }

}/* End custom CSS */