/*==================================================
ROOT
==================================================*/

:root{

    --pcs-primary:#075B2C;
    --pcs-primary-light:#0B7A3B;

    --pcs-accent:#FC6621;

    --pcs-white:#ffffff;

    --pcs-text:#1F2937;

    --pcs-muted:rgba(255,255,255,.75);

    --pcs-glass:rgba(255,255,255,.10);

    --pcs-border:rgba(255,255,255,.16);

    --pcs-shadow:
    0 30px 80px rgba(0,0,0,.28);

}


/*==================================================
CONTAINER
==================================================*/

.pcs-container{

    width:min(1180px,92%);
    margin:auto;

}


/*==================================================
HERO
==================================================*/

.pcs-hero{

    position:relative;

    overflow:hidden;

    min-height:100vh;

    display:flex;

    align-items:center;

    padding:90px 0 120px;

    background:
    radial-gradient(circle at top right,#0F8A44 0%,#075B2C 55%,#05361B 100%);

    isolation:isolate;

}


/*==================================================
BACKGROUND
==================================================*/

.pcs-hero__bg{

    position:absolute;

    inset:0;

    z-index:-1;

    overflow:hidden;

}

.pcs-glow{

    position:absolute;

    border-radius:50%;

    filter:blur(100px);

    opacity:.35;

}

.pcs-glow--one{

    width:420px;
    height:420px;

    background:#FC6621;

    top:-120px;
    right:-120px;

}

.pcs-glow--two{

    width:520px;
    height:520px;

    background:#23D36B;

    left:-180px;
    bottom:-180px;

}

.pcs-grid{

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),

    linear-gradient(
        90deg,
        rgba(255,255,255,.05) 1px,
        transparent 1px
    );

    background-size:40px 40px;

    opacity:.15;

}


/*==================================================
LAYOUT
==================================================*/

.pcs-hero > .pcs-container{

    display:grid;

    grid-template-columns:1.05fr .95fr;

    align-items:center;

    gap:80px;

}

.pcs-hero__content{

    position:relative;

    z-index:2;

}

.pcs-hero__media{

    position:relative;

    display:flex;

    justify-content:center;

    align-items:center;

}


/*==================================================
BADGE
==================================================*/

.pcs-badge{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:12px 22px;

    border-radius:999px;

    background:var(--pcs-glass);

    border:1px solid var(--pcs-border);

    backdrop-filter:blur(14px);

    color:#fff;

    font-size:15px;

    font-weight:600;

    margin-bottom:34px;

}

.pcs-badge__dot{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#5CF283;

    box-shadow:
    0 0 14px #5CF283;

}

/*==================================================
TITLE
==================================================*/

.pcs-title{

    margin:0 0 28px;

    color:#fff;

    font-size:clamp(48px,6vw,72px);

    line-height:1.05;

    font-weight:800;

    letter-spacing:-2px;

}

.pcs-title span{

    display:block;

    color:var(--pcs-accent);

}


/*==================================================
DESCRIPTION
==================================================*/

.pcs-description{

    max-width:620px;

    margin:0;

    color:var(--pcs-muted);

    font-size:20px;

    line-height:1.9;

}


/*==================================================
BUTTONS
==================================================*/

.pcs-actions{

    display:flex;

    flex-wrap:wrap;

    align-items:center;

    gap:20px;

    margin:48px 0;

}

.pcs-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    height:60px;

    padding:0 34px;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    transition:.35s ease;

}

.pcs-btn--primary{

    background:var(--pcs-accent);

    color:#fff;

    box-shadow:
    0 18px 35px rgba(252,102,33,.35);

}

.pcs-btn--primary:hover{

    transform:translateY(-5px);

    box-shadow:
    0 24px 50px rgba(252,102,33,.45);

}

.pcs-btn--secondary{

    border:2px solid rgba(255,255,255,.25);

    color:#fff;

    background:transparent;

}

.pcs-btn--secondary:hover{

    background:#fff;

    color:var(--pcs-primary);

}


/*==================================================
PROOF
==================================================*/

.pcs-proof{

    display:flex;

    align-items:center;

    gap:30px;

    margin-top:18px;

}

.pcs-rating{

    display:flex;

    flex-direction:column;

}

.pcs-stars{

    margin-bottom:6px;

    color:#FFD54A;

    font-size:20px;

    letter-spacing:2px;

}

.pcs-rating strong{

    color:#fff;

    font-size:18px;

}

.pcs-rating small{

    color:rgba(255,255,255,.75);

    font-size:14px;

}

.pcs-proof__divider{

    width:1px;

    height:54px;

    background:rgba(255,255,255,.20);

}

.pcs-counter strong{

    display:block;

    color:#fff;

    font-size:40px;

    line-height:1;

    font-weight:800;

}

.pcs-counter span{

    display:block;

    margin-top:6px;

    color:rgba(255,255,255,.75);

    line-height:1.5;

}


/*==================================================
LINK
==================================================*/

.pcs-link{

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.pcs-link:hover{

    color:var(--pcs-accent);

}


/*==================================================
VIDEO
==================================================*/

.pcs-video{

    position:relative;

    width:100%;

    max-width:560px;

    margin:auto;

    z-index:2;

}

.pcs-video::before{

    content:"";

    position:absolute;

    inset:-35px;

    border-radius:40px;

    background:
    radial-gradient(circle,#FC662140 0%,transparent 70%);

    filter:blur(45px);

    z-index:-1;

}


/*==================================================
VIDEO FRAME
==================================================*/

.pcs-video__frame{

    position:relative;

    overflow:hidden;

    aspect-ratio:16/9;

    border-radius:28px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.18);

    box-shadow:var(--pcs-shadow);

    transition:.4s ease;

}

.pcs-video__frame:hover{

    transform:translateY(-8px);

    box-shadow:
    0 45px 90px rgba(0,0,0,.35);

}


/*==================================================
IFRAME
==================================================*/

.pcs-video iframe{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    border:0;

}


/*==================================================
PLACEHOLDER
==================================================*/

.pcs-video__placeholder{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    gap:18px;

    text-align:center;

    color:#fff;

    background:

    linear-gradient(
        135deg,
        rgba(255,255,255,.08),
        rgba(255,255,255,.02)
    );

}

.pcs-video__placeholder h3{

    margin:0;

    font-size:28px;

    font-weight:700;

}

.pcs-video__placeholder p{

    margin:0;

    color:rgba(255,255,255,.75);

}


/*==================================================
PLAY BUTTON
==================================================*/

.pcs-play{

    position:relative;

    width:92px;

    height:92px;

    border-radius:50%;

    display:grid;

    place-items:center;

    background:var(--pcs-accent);

    color:#fff;

    font-size:34px;

    cursor:pointer;

    transition:.35s;

    box-shadow:
    0 20px 50px rgba(252,102,33,.45);

}

.pcs-play:hover{

    transform:scale(1.08);

}


/* Pulse */

.pcs-play::after{

    content:"";

    position:absolute;

    inset:-12px;

    border-radius:50%;

    border:2px solid rgba(252,102,33,.35);

    animation:pcsPulse 2.5s infinite;

}

@keyframes pcsPulse{

    0%{

        transform:scale(.9);

        opacity:1;

    }

    100%{

        transform:scale(1.45);

        opacity:0;

    }

}


/*==================================================
SCROLL
==================================================*/

.pcs-scroll{

    position:absolute;

    left:50%;

    bottom:34px;

    transform:translateX(-50%);

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:10px;

    color:rgba(255,255,255,.65);

    font-size:14px;

}

.pcs-scroll__mouse{

    width:28px;

    height:46px;

    border-radius:30px;

    border:2px solid rgba(255,255,255,.35);

    display:flex;

    justify-content:center;

    padding-top:7px;

}

.pcs-scroll__mouse span{

    width:5px;

    height:10px;

    border-radius:20px;

    background:#fff;

    animation:pcsScroll 1.8s infinite;

}

@keyframes pcsScroll{

    from{

        transform:translateY(0);

        opacity:1;

    }

    to{

        transform:translateY(16px);

        opacity:0;

    }

}


/*==================================================
ENTRANCE
==================================================*/

.pcs-hero__content{

    animation:pcsFadeLeft .8s ease;

}

.pcs-hero__media{

    animation:pcsFadeRight .8s ease;

}

@keyframes pcsFadeLeft{

    from{

        opacity:0;

        transform:translateX(-40px);

    }

    to{

        opacity:1;

        transform:none;

    }

}

@keyframes pcsFadeRight{

    from{

        opacity:0;

        transform:translateX(40px);

    }

    to{

        opacity:1;

        transform:none;

    }

}


/*==================================================
TABLET
==================================================*/

@media (max-width:991px){

    .pcs-hero{

        min-height:auto;

        padding:90px 0;

    }

    .pcs-hero > .pcs-container{

        grid-template-columns:1fr;

        gap:60px;

    }

    .pcs-hero__content{

        text-align:center;

    }

    .pcs-description{

        margin:0 auto;

    }

    .pcs-actions{

        justify-content:center;

    }

    .pcs-proof{

        justify-content:center;

    }

    .pcs-video{

        max-width:720px;

    }

}


/*==================================================
MOBILE
==================================================*/

@media (max-width:767px){

    .pcs-hero{

        padding:70px 0;

    }

    .pcs-title{

        font-size:40px;

        line-height:1.15;

        letter-spacing:-1px;

    }

    .pcs-description{

        font-size:17px;

        line-height:1.8;

    }

    .pcs-badge{

        font-size:14px;

        padding:10px 18px;

    }

    .pcs-actions{

        flex-direction:column;

        align-items:stretch;

        gap:16px;

    }

    .pcs-btn{

        width:100%;

    }

    .pcs-proof{

        flex-direction:column;

        gap:20px;

        text-align:center;

    }

    .pcs-proof__divider{

        display:none;

    }

    .pcs-counter strong{

        font-size:34px;

    }

    .pcs-video{

        max-width:100%;

    }

    .pcs-video__frame{

        border-radius:20px;

    }

    .pcs-play{

        width:74px;

        height:74px;

        font-size:28px;

    }

    .pcs-scroll{

        display:none;

    }

}


/*==================================================
SMALL MOBILE
==================================================*/

@media (max-width:480px){

    .pcs-title{

        font-size:34px;

    }

    .pcs-description{

        font-size:16px;

    }

    .pcs-btn{

        height:54px;

        font-size:15px;

    }

}


/*==================================================
SMOOTH
==================================================*/

html{

    scroll-behavior:smooth;

}


/*==================================================
SELECTION
==================================================*/

::selection{

    background:#FC6621;

    color:#fff;

}

/* ==========================================================
   PROBLEM PREMIUM
========================================================== */

.pcs-problem{

    padding:120px 0;

    background:#ffffff;

    position:relative;

}

.pcs-section-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.pcs-section-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 20px;

    border-radius:999px;

    background:#E8F6EC;

    color:#075B2C;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:22px;

}

.pcs-section-title{

    font-size:clamp(38px,5vw,58px);

    line-height:1.15;

    color:#111827;

    margin:0 0 24px;

    font-weight:800;

}

.pcs-section-title span{

    display:block;

    color:#FC6621;

}

.pcs-section-description{

    font-size:19px;

    line-height:1.9;

    color:#6B7280;

}

/* ==========================
   GRID
========================== */

.pcs-problem-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

/* ==========================
   CARD
========================== */

.pcs-problem-card{

    background:#ffffff;

    border-radius:24px;

    padding:38px 30px;

    border:1px solid #E5E7EB;

    transition:.35s ease;

    position:relative;

    overflow:hidden;

}

.pcs-problem-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:#FC6621;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.pcs-problem-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.pcs-problem-card:hover::before{

    transform:scaleX(1);

}

.pcs-problem-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    background:#F7F8FA;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:24px;

    transition:.35s;

}

.pcs-problem-card:hover .pcs-problem-icon{

    background:#FC6621;

    transform:rotate(-8deg) scale(1.05);

}

.pcs-problem-card h3{

    font-size:24px;

    color:#111827;

    margin:0 0 18px;

    font-weight:800;

}

.pcs-problem-card p{

    color:#6B7280;

    line-height:1.8;

    margin:0;

}

/* ==========================
   FOOTER
========================== */

.pcs-problem-footer{

    margin-top:80px;

    text-align:center;

    max-width:760px;

    margin-left:auto;

    margin-right:auto;

}

.pcs-problem-footer h3{

    font-size:34px;

    margin-bottom:20px;

    color:#075B2C;

}

.pcs-problem-footer p{

    font-size:20px;

    line-height:1.9;

    color:#6B7280;

    margin-bottom:40px;

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .pcs-problem{

        padding:90px 0;

    }

    .pcs-problem-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .pcs-problem{

        padding:70px 0;

    }

    .pcs-section-title{

        font-size:34px;

    }

    .pcs-section-description{

        font-size:17px;

    }

    .pcs-problem-grid{

        grid-template-columns:1fr;

    }

    .pcs-problem-card{

        padding:30px 24px;

    }

    .pcs-problem-footer h3{

        font-size:28px;

    }

    .pcs-problem-footer p{

        font-size:17px;

    }

}


/* ==========================================================
   JOURNEY
========================================================== */

.pcs-journey{

    position:relative;

    padding:140px 0;

    background:#ffffff;

    overflow:hidden;

}

/* ======================================
   Heading
====================================== */

.pcs-journey .pcs-section-heading{

    max-width:760px;

    margin:0 auto 100px;

    text-align:center;

}

/* ======================================
   Timeline
====================================== */

.pcs-journey-timeline{

    position:relative;

    max-width:1050px;

    margin:auto;

    padding:0 0 80px;

}

/* Center Line */

.pcs-journey-timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    bottom:0;

    width:4px;

    transform:translateX(-50%);

    background:

    linear-gradient(

        to bottom,

        #075B2C,

        #18A558,

        #FC6621

    );

    border-radius:50px;

}

/* ======================================
   Item
====================================== */

.pcs-journey-item{

    position:relative;

    display:grid;

    grid-template-columns:1fr 80px 1fr;

    align-items:center;

    margin-bottom:90px;

}

/* Left */

.pcs-journey-item.left .pcs-journey-content{

    grid-column:1;

    text-align:right;

}

/* Right */

.pcs-journey-item.right .pcs-journey-content{

    grid-column:3;

    text-align:left;

}

/* Dot */

.pcs-journey-dot{

    grid-column:2;

    justify-self:center;

    width:24px;

    height:24px;

    border-radius:50%;

    background:#FC6621;

    border:6px solid #fff;

    box-shadow:

        0 0 0 8px rgba(252,102,33,.12),

        0 0 25px rgba(252,102,33,.35);

    z-index:2;

}

/* ======================================
   Card
====================================== */

.pcs-journey-content{

    background:#fff;

    padding:38px;

    border-radius:26px;

    border:1px solid #E8ECEF;

    box-shadow:

        0 18px 45px rgba(0,0,0,.06);

    transition:.35s;

}

.pcs-journey-content:hover{

    transform:translateY(-10px);

    box-shadow:

        0 28px 60px rgba(0,0,0,.10);

}

.pcs-journey-label{

    display:inline-flex;

    padding:8px 18px;

    border-radius:999px;

    background:#EEF8F1;

    color:#075B2C;

    font-size:13px;

    font-weight:700;

    letter-spacing:.8px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.pcs-journey-content h3{

    margin:0 0 16px;

    font-size:30px;

    color:#111827;

}

.pcs-journey-content p{

    margin:0;

    font-size:17px;

    line-height:1.8;

    color:#6B7280;

}

/* ======================================
   Finish
====================================== */

.pcs-journey-finish{

    position:relative;

    max-width:760px;

    margin:120px auto 0;

    text-align:center;

    padding:70px 60px;

    border-radius:34px;

    background:

        linear-gradient(

        135deg,

        #075B2C,

        #0B7A3B

        );

    color:#fff;

    overflow:hidden;

}

.pcs-journey-finish::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(

        circle at top right,

        rgba(255,255,255,.12),

        transparent 65%

    );

}

.pcs-journey-finish>*{

    position:relative;

    z-index:2;

}

.pcs-journey-finish-icon{

    width:100px;

    height:100px;

    margin:auto;

    border-radius:50%;

    background:#FC6621;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

    margin-bottom:28px;

    box-shadow:

        0 20px 50px rgba(252,102,33,.35);

}

.pcs-journey-finish h3{

    font-size:42px;

    color:#fff;

    margin-bottom:20px;

}

.pcs-journey-finish p{

    max-width:620px;

    margin:0 auto 40px;

    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,.82);

}

/* ======================================
   Responsive
====================================== */

@media(max-width:991px){

    .pcs-journey{

        padding:90px 0;

    }

    .pcs-journey-timeline::before{

        left:28px;

    }

    .pcs-journey-item{

        grid-template-columns:60px 1fr;

        gap:24px;

        margin-bottom:60px;

    }

    .pcs-journey-dot{

        grid-column:1;

    }

    .pcs-journey-content{

        grid-column:2 !important;

        text-align:left !important;

    }

}

@media(max-width:767px){

    .pcs-journey .pcs-section-heading{

        margin-bottom:70px;

    }

    .pcs-journey-content{

        padding:26px;

    }

    .pcs-journey-content h3{

        font-size:24px;

    }

    .pcs-journey-content p{

        font-size:16px;

    }

    .pcs-journey-finish{

        padding:45px 28px;

        border-radius:24px;

    }

    .pcs-journey-finish h3{

        font-size:32px;

    }

    .pcs-journey-finish-icon{

        width:80px;

        height:80px;

        font-size:34px;

    }

}

/* ==========================================================
   JOURNEY ANIMATION
========================================================== */

.pcs-journey-item{

    opacity:0;

    transition:

        opacity .8s ease,

        transform .8s ease;

}

.pcs-journey-item.left{

    transform:translateX(-70px);

}

.pcs-journey-item.right{

    transform:translateX(70px);

}

.pcs-journey-item.is-visible{

    opacity:1;

    transform:none;

}

.pcs-journey-finish{

    opacity:0;

    transform:translateY(80px);

    transition:

        opacity .9s ease,

        transform .9s ease;

}

.pcs-journey-finish.is-visible{

    opacity:1;

    transform:none;

}

.pcs-journey-dot{

    animation:pcsPulse 2.5s infinite;

}

@keyframes pcsPulse{

    0%{

        box-shadow:

        0 0 0 0 rgba(252,102,33,.45);

    }

    70%{

        box-shadow:

        0 0 0 18px rgba(252,102,33,0);

    }

    100%{

        box-shadow:

        0 0 0 0 rgba(252,102,33,0);

    }

}
/* ==========================================================
   ROADMAP
========================================================== */

.pcs-roadmap{

    position:relative;

    padding:140px 0;

    background:#F8FAFC;

    overflow:hidden;

}

/* ==========================
   WATERMARK
========================== */

.pcs-roadmap-watermark{

    position:absolute;

    top:180px;

    left:50%;

    transform:translateX(-50%);

    font-size:260px;

    font-weight:900;

    line-height:1;

    color:#075B2C;

    opacity:.04;

    pointer-events:none;

    user-select:none;

    z-index:0;

}

/* ==========================
   GRID
========================== */

.pcs-roadmap-grid{

    position:relative;

    z-index:2;

    margin-top:80px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:28px;

}

/* ==========================
   CARD
========================== */

.pcs-roadmap-card{

    position:relative;

    overflow:hidden;

    padding:42px 34px;

    border-radius:26px;

    background:#fff;

    border:1px solid #E8EEF2;

    transition:

        transform .45s,

        box-shadow .45s,

        border-color .45s;

    box-shadow:

        0 10px 30px rgba(0,0,0,.05);

}

.pcs-roadmap-card:hover{

    transform:

        translateY(-12px);

    border-color:#FC6621;

    box-shadow:

        0 30px 60px rgba(0,0,0,.12);

}

/* ==========================
   BIG NUMBER
========================== */

.pcs-roadmap-number{

    position:absolute;

    right:22px;

    top:8px;

    font-size:76px;

    font-weight:900;

    color:#075B2C;

    opacity:.08;

    line-height:1;

    user-select:none;

}

/* ==========================
   TITLE
========================== */

.pcs-roadmap-card h3{

    position:relative;

    z-index:2;

    margin:0 0 18px;

    font-size:28px;

    color:#075B2C;

    font-weight:800;

}

/* ==========================
   DESCRIPTION
========================== */

.pcs-roadmap-card p{

    position:relative;

    z-index:2;

    margin:0;

    color:#667085;

    line-height:1.9;

    font-size:16px;

}

/* ==========================
   LINK
========================== */

.pcs-roadmap-card a{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin-top:28px;

    text-decoration:none;

    font-weight:700;

    color:#FC6621;

    transition:.3s;

}

.pcs-roadmap-card a:hover{

    gap:14px;

}

/* ==========================
   FEATURED CARD
========================== */

.pcs-roadmap-card--featured{

    background:

        linear-gradient(
            135deg,
            #075B2C,
            #0B7A39
        );

    color:#fff;

}

.pcs-roadmap-card--featured h3{

    color:#fff;

}

.pcs-roadmap-card--featured p{

    color:rgba(255,255,255,.82);

}

.pcs-roadmap-card--featured a{

    color:#FFD79C;

}

.pcs-roadmap-card--featured .pcs-roadmap-number{

    color:#fff;

    opacity:.12;

}

/* ==========================
   FOOTER
========================== */

.pcs-roadmap-footer{

    position:relative;

    z-index:2;

    margin-top:90px;

    text-align:center;

}

.pcs-roadmap-footer h3{

    margin:0 0 16px;

    font-size:34px;

    color:#075B2C;

    font-weight:800;

}

.pcs-roadmap-footer p{

    max-width:720px;

    margin:0 auto 36px;

    color:#667085;

    line-height:1.9;

    font-size:18px;

}

/* ==========================
   HOVER DIM
========================== */

.pcs-roadmap-grid:hover .pcs-roadmap-card{

    opacity:.55;

}

.pcs-roadmap-grid:hover .pcs-roadmap-card:hover{

    opacity:1;

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .pcs-roadmap{

        padding:100px 0;

    }

    .pcs-roadmap-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .pcs-roadmap-watermark{

        font-size:180px;

        top:140px;

    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .pcs-roadmap{

        padding:80px 0;

    }

    .pcs-roadmap-grid{

        grid-template-columns:1fr;

        gap:22px;

        margin-top:50px;

    }

    .pcs-roadmap-watermark{

        font-size:120px;

        top:120px;

    }

    .pcs-roadmap-card{

        padding:34px 26px;

    }

    .pcs-roadmap-card h3{

        font-size:24px;

    }

    .pcs-roadmap-footer h3{

        font-size:28px;

    }

    .pcs-roadmap-footer p{

        font-size:16px;

    }

}

/* ==========================================================
   ROADMAP ANIMATION
========================================================== */

/* Watermark */

.pcs-roadmap-watermark{

    opacity:0;

    transform:

        translateX(-50%)

        scale(.8);

    transition:

        opacity .8s ease,

        transform .8s ease;

}

.pcs-roadmap-watermark.is-visible{

    opacity:.04;

    transform:

        translateX(-50%)

        scale(1);

}

/* Card */

.pcs-roadmap-card{

    opacity:0;

    transform:

        translateY(60px)

        scale(.95);

    transition:

        opacity .7s ease,

        transform .7s ease,

        box-shadow .35s ease,

        border-color .35s ease;

}

.pcs-roadmap-card.is-visible{

    opacity:1;

    transform:

        translateY(0)

        scale(1);

}

/* Hover */

.pcs-roadmap-card:hover{

    transform:

        translateY(-12px)

        scale(1.02);

}

/* Featured */

.pcs-roadmap-card--featured:hover{

    transform:

        translateY(-16px)

        scale(1.03);

}

/* ==========================================================
   PHÚ CAO SWIM
   SECTION 05
   WHY CHOOSE US
========================================================== */

.pcs-why{

    position:relative;

    padding:140px 0;

    background:
    linear-gradient(
        180deg,
        #075B2C 0%,
        #064321 100%
    );

    overflow:hidden;

}

/* ==========================
   HEADING
========================== */

.pcs-why .pcs-section-heading{

    position:relative;

    z-index:2;

    text-align:center;

    max-width:820px;

    margin:0 auto 90px;

}

.pcs-why .pcs-section-title{

    color:#fff;

}

.pcs-why .pcs-section-description{

    color:rgba(255,255,255,.75);

}

.pcs-why .pcs-section-tag{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

}

/* ==========================
   WATERMARK
========================== */

.pcs-why-watermark{

    position:absolute;

    left:50%;

    top:180px;

    transform:translateX(-50%);

    font-size:180px;

    font-weight:900;

    letter-spacing:8px;

    color:#fff;

    opacity:.03;

    white-space:nowrap;

    pointer-events:none;

    user-select:none;

}

/* ==========================
   GRID
========================== */

.pcs-why-grid{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:36px;

}

/* ==========================
   CARD
========================== */

.pcs-why-card{

    position:relative;

    padding:42px;

    border-radius:28px;

    background:#fff;

    transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease;

    border:1px solid transparent;

    box-shadow:
    0 20px 50px rgba(0,0,0,.12);

}

/* Zig-Zag */

.pcs-why-card:nth-child(2),

.pcs-why-card:nth-child(4){

    margin-top:60px;

}

.pcs-why-card:hover{

    transform:translateY(-12px);

    border-color:#FC6621;

    box-shadow:
    0 35px 80px rgba(0,0,0,.18);

}

/* ==========================
   ICON
========================== */

.pcs-why-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    background:#FC6621;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:28px;

    transition:.35s;

}

.pcs-why-card:hover .pcs-why-icon{

    transform:scale(1.1) rotate(-6deg);

}

/* ==========================
   TITLE
========================== */

.pcs-why-card h3{

    margin:0 0 18px;

    font-size:30px;

    color:#075B2C;

    font-weight:800;

}

/* ==========================
   TEXT
========================== */

.pcs-why-card p{

    margin:0;

    color:#667085;

    line-height:1.9;

    font-size:17px;

}

/* ==========================
   FEATURED CARD
========================== */

.pcs-why-card--featured{

    background:
    linear-gradient(
        135deg,
        #FC6621,
        #F48A4C
    );

}

.pcs-why-card--featured h3,

.pcs-why-card--featured p,

.pcs-why-card--featured strong{

    color:#fff;

}

.pcs-why-link{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin-top:26px;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.pcs-why-link:hover{

    gap:14px;

}

/* ==========================
   HOVER DIM
========================== */

.pcs-why-grid:hover .pcs-why-card{

    opacity:.65;

}

.pcs-why-grid:hover .pcs-why-card:hover{

    opacity:1;

}

/* ==========================
   FOOTER
========================== */

.pcs-why-footer{

    position:relative;

    z-index:2;

    margin-top:110px;

    text-align:center;

}

.pcs-why-footer h3{

    margin:0 0 18px;

    color:#fff;

    font-size:34px;

    font-weight:800;

}

.pcs-why-footer p{

    max-width:720px;

    margin:auto;

    color:rgba(255,255,255,.75);

    font-size:18px;

    line-height:1.9;

}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .pcs-why{

        padding:100px 0;

    }

    .pcs-why-grid{

        grid-template-columns:1fr;

    }

    .pcs-why-card:nth-child(2),

    .pcs-why-card:nth-child(4){

        margin-top:0;

    }

    .pcs-why-watermark{

        font-size:120px;

    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .pcs-why{

        padding:80px 0;

    }

    .pcs-why-grid{

        gap:24px;

    }

    .pcs-why-card{

        padding:30px;

    }

    .pcs-why-icon{

        width:60px;

        height:60px;

        font-size:24px;

    }

    .pcs-why-card h3{

        font-size:24px;

    }

    .pcs-why-card p{

        font-size:16px;

    }

    .pcs-why-footer h3{

        font-size:28px;

    }

    .pcs-why-footer p{

        font-size:16px;

    }

    .pcs-why-watermark{

        font-size:70px;

        top:140px;

        letter-spacing:4px;

    }

}

/* ==========================================================
   ANIMATION
========================================================== */

/* ==========================
   ENTRANCE
========================== */

.pcs-why .pcs-section-heading{

    animation:pcsWhyFadeUp .8s ease both;

}

.pcs-why-watermark{

    animation:pcsWhyWatermark 1.2s ease both;

}

.pcs-why-card{

    opacity:0;

    transform:translateY(60px);

    animation:pcsWhyCard .8s forwards;

}

/* Delay */

.pcs-why-card:nth-child(1){

    animation-delay:.15s;

}

.pcs-why-card:nth-child(2){

    animation-delay:.35s;

}

.pcs-why-card:nth-child(3){

    animation-delay:.55s;

}

.pcs-why-card:nth-child(4){

    animation-delay:.75s;

}

.pcs-why-footer{

    animation:pcsWhyFadeUp 1s ease .9s both;

}

/* ==========================
   HOVER
========================== */

.pcs-why-card{

    overflow:hidden;

}

.pcs-why-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

        135deg,

        transparent,

        rgba(252,102,33,.08),

        transparent

    );

    transform:translateX(-120%);

    transition:.8s;

}

.pcs-why-card:hover::before{

    transform:translateX(120%);

}

.pcs-why-card:hover{

    transform:

    translateY(-12px)

    scale(1.02);

}

/* Icon */

.pcs-why-card:hover .pcs-why-icon{

    transform:

    scale(1.15)

    rotate(-8deg);

    box-shadow:

    0 15px 35px rgba(252,102,33,.35);

}

/* Featured */

.pcs-why-card--featured{

    position:relative;

}

.pcs-why-card--featured::after{

    content:"";

    position:absolute;

    inset:-2px;

    border-radius:30px;

    background:

    linear-gradient(

        135deg,

        rgba(255,255,255,.15),

        transparent

    );

    opacity:0;

    transition:.35s;

}

.pcs-why-card--featured:hover::after{

    opacity:1;

}

/* ==========================
   WATERMARK
========================== */

@keyframes pcsWhyWatermark{

    from{

        opacity:0;

        transform:

        translateX(-50%)

        scale(.8);

    }

    to{

        opacity:.03;

        transform:

        translateX(-50%)

        scale(1);

    }

}

/* ==========================
   CARD
========================== */

@keyframes pcsWhyCard{

    from{

        opacity:0;

        transform:

        translateY(60px);

    }

    to{

        opacity:1;

        transform:

        translateY(0);

    }

}

/* ==========================
   FADE
========================== */

@keyframes pcsWhyFadeUp{

    from{

        opacity:0;

        transform:

        translateY(40px);

    }

    to{

        opacity:1;

        transform:none;

    }

}

/* ==========================================================
   EQUIPMENT
========================================================== */

.pcs-equipment{

    position:relative;

    padding:140px 0;

    background:linear-gradient(
        180deg,
        #F8FAFC 0%,
        #FFFFFF 100%
    );

    overflow:hidden;

}

.pcs-equipment::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(252,102,33,.06);

    filter:blur(40px);

}

.pcs-equipment::after{

    content:"";

    position:absolute;

    bottom:-200px;

    left:-150px;

    width:380px;

    height:380px;

    border-radius:50%;

    background:rgba(7,91,44,.05);

    filter:blur(45px);

}

/* ==========================
   Heading
========================== */

.pcs-equipment .pcs-section-heading{

    max-width:760px;

    margin:0 auto 90px;

    text-align:center;

    position:relative;

    z-index:2;

}

.pcs-equipment .pcs-section-title{

    color:#075B2C;

}

.pcs-equipment .pcs-section-description{

    color:#667085;

    max-width:640px;

    margin:20px auto 0;

}

/* ==========================
   Layout
========================== */

.pcs-equipment-layout{

    display:grid;

    grid-template-columns:1.05fr .95fr;

    gap:70px;

    align-items:start;

    position:relative;

    z-index:2;

}

/* ==========================
   LEFT
========================== */

.pcs-equipment-left{

    position:sticky;

    top:120px;

}

/* ==========================
   Image
========================== */

.pcs-equipment-image{

    position:relative;

    border-radius:32px;

    overflow:hidden;

    background:#fff;

    padding:18px;

    box-shadow:

        0 35px 80px rgba(15,23,42,.08);

}

.pcs-equipment-image img{

    display:block;

    width:100%;

    border-radius:24px;

    transition:

        transform .45s ease,

        box-shadow .45s ease;

}

.pcs-equipment-image:hover img{

    transform:scale(1.03);

}

/* ==========================
   Floating Card
========================== */

.pcs-equipment-floating{

    position:absolute;

    bottom:30px;

    left:30px;

    width:240px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(12px);

    border-radius:22px;

    padding:22px;

    box-shadow:

        0 20px 60px rgba(0,0,0,.12);

    animation:pcsFloating 5s ease-in-out infinite;

}

.pcs-floating-stars{

    color:#FC6621;

    font-size:18px;

    letter-spacing:2px;

    margin-bottom:10px;

}

.pcs-equipment-floating strong{

    display:block;

    font-size:40px;

    font-weight:800;

    color:#075B2C;

    line-height:1;

    margin-bottom:8px;

}

.pcs-equipment-floating span{

    display:block;

    font-size:15px;

    font-weight:700;

    color:#344054;

    margin-bottom:12px;

}

.pcs-equipment-floating p{

    margin:0;

    font-size:14px;

    line-height:1.7;

    color:#667085;

}

/* ==========================
   RIGHT
========================== */

.pcs-equipment-right{

    display:flex;

    flex-direction:column;

    gap:28px;

}


/* ==========================
   CARD
========================== */

.pcs-equipment-card{

    position:relative;

    display:flex;

    gap:24px;

    padding:32px;

    background:#FFFFFF;

    border-radius:28px;

    border:1px solid #EEF2F6;

    box-shadow:

        0 15px 45px rgba(15,23,42,.05);

    overflow:hidden;

    transition:

        transform .35s ease,

        box-shadow .35s ease,

        border-color .35s ease;

}

/* Light Sweep */

.pcs-equipment-card::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:70%;

    height:100%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.65),

        transparent

    );

    transform:skewX(-25deg);

    transition:1s;

}

.pcs-equipment-card:hover::before{

    left:150%;

}

.pcs-equipment-card:hover{

    transform:translateY(-10px);

    border-color:#D7F0DF;

    box-shadow:

        0 28px 70px rgba(15,23,42,.10);

}

/* ==========================
   ICON
========================== */

.pcs-equipment-icon{

    flex:0 0 72px;

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    border-radius:22px;

    background:#F5FAF7;

    transition:.35s;

}

.pcs-equipment-card:hover .pcs-equipment-icon{

    background:#075B2C;

    color:#fff;

    transform:rotate(-6deg) scale(1.08);

}

/* ==========================
   CONTENT
========================== */

.pcs-equipment-info{

    flex:1;

}

.pcs-equipment-info h3{

    margin:0 0 14px;

    font-size:24px;

    font-weight:800;

    color:#075B2C;

}

.pcs-equipment-info p{

    margin:0 0 22px;

    color:#667085;

    line-height:1.8;

}

/* ==========================
   LIST
========================== */

.pcs-equipment-info ul{

    list-style:none;

    padding:0;

    margin:0;

}

.pcs-equipment-info li{

    position:relative;

    display:flex;

    align-items:center;

    gap:14px;

    padding:14px 0;

    border-bottom:1px solid #EEF2F6;

    color:#344054;

    transition:.3s;

}

.pcs-equipment-info li:last-child{

    border-bottom:none;

}

.pcs-equipment-info li:hover{

    padding-left:12px;

    color:#075B2C;

}

/* Check */

.pcs-equipment-info li::after{

    content:"✔";

    margin-left:auto;

    color:#16A34A;

    font-weight:700;

    opacity:0;

    transform:translateX(-8px);

    transition:.3s;

}

.pcs-equipment-info li:hover::after{

    opacity:1;

    transform:translateX(0);

}

/* ==========================
   BADGE
========================== */

.pcs-equipment-info span{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:110px;

    padding:8px 14px;

    border-radius:999px;

    font-size:13px;

    font-weight:700;

    transition:.3s;

}

.pcs-equipment-info li:hover span{

    transform:scale(1.06);

}

/* ==========================
   BADGE COLORS
========================== */

.required{

    background:#FFF1E8;

    color:#FC6621;

}

.required::before{

    content:"🔴";

    margin-right:6px;

}

.recommend{

    background:#EAFBF0;

    color:#0E9F4B;

}

.recommend::before{

    content:"🟢";

    margin-right:6px;

}

.nice{

    background:#EEF4FF;

    color:#2563EB;

}

.nice::before{

    content:"🔵";

    margin-right:6px;

}

.personal{

    background:#F4F4F5;

    color:#52525B;

}

.personal::before{

    content:"⚪";

    margin-right:6px;

}


/* ==========================
   TIP
========================== */

.pcs-equipment-tip{

    display:flex;

    align-items:center;

    gap:28px;

    margin-top:70px;

    padding:36px 42px;

    border-radius:30px;

    background:linear-gradient(
        135deg,
        #075B2C 0%,
        #0B7A3B 100%
    );

    color:#fff;

    box-shadow:
        0 30px 80px rgba(7,91,44,.18);

}

.pcs-tip-icon{

    flex:0 0 82px;

    width:82px;

    height:82px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    background:rgba(255,255,255,.15);

}

.pcs-tip-content h3{

    margin:0 0 14px;

    font-size:26px;

    font-weight:800;

}

.pcs-tip-content p{

    margin:0;

    color:rgba(255,255,255,.88);

    line-height:1.9;

}

/* ==========================
   CHECKLIST
========================== */

.pcs-equipment-checklist{

    margin-top:60px;

    padding:42px;

    border-radius:28px;

    background:#FFFFFF;

    border:1px solid #EEF2F6;

    box-shadow:
        0 18px 50px rgba(15,23,42,.06);

}

.pcs-equipment-checklist h3{

    margin:0 0 30px;

    font-size:26px;

    color:#075B2C;

}

.pcs-check-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.pcs-check-grid div{

    display:flex;

    align-items:center;

    gap:12px;

    padding:18px 22px;

    border-radius:16px;

    background:#F8FAFC;

    transition:.35s;

    cursor:default;

}

.pcs-check-grid div:hover{

    background:#EAFBF0;

    transform:translateY(-4px);

}

/* ==========================
   BOTTOM
========================== */

.pcs-equipment-bottom{

    margin-top:70px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    flex-wrap:wrap;

}

/* ==========================
   SOCIAL PROOF
========================== */

.pcs-equipment-proof{

    flex:1;

    min-width:280px;

    padding:30px;

    border-radius:24px;

    background:#FFF8F4;

    border-left:6px solid #FC6621;

}

.pcs-equipment-proof strong{

    display:block;

    margin-bottom:12px;

    font-size:22px;

    color:#075B2C;

}

.pcs-equipment-proof p{

    margin:0;

    line-height:1.8;

    color:#667085;

}

/* ==========================
   CTA
========================== */

.pcs-equipment-bottom .pcs-btn{

    padding:18px 38px;

    font-size:17px;

    border-radius:999px;

    transition:.35s;

}

.pcs-equipment-bottom .pcs-btn:hover{

    transform:translateY(-5px);

    box-shadow:
        0 20px 45px rgba(252,102,33,.30);

}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px){

    .pcs-equipment{

        padding:100px 0;

    }

    .pcs-equipment-layout{

        grid-template-columns:1fr;

        gap:50px;

    }

    .pcs-equipment-left{

        position:relative;

        top:auto;

    }

    .pcs-equipment-floating{

        left:20px;

        bottom:20px;

        width:220px;

    }

    .pcs-equipment-tip{

        flex-direction:column;

        text-align:center;

    }

    .pcs-check-grid{

        grid-template-columns:1fr;

    }

    .pcs-equipment-bottom{

        flex-direction:column;

        align-items:stretch;

    }

}

@media(max-width:767px){

    .pcs-equipment{

        padding:80px 0;

    }

    .pcs-equipment-image{

        padding:12px;

    }

    .pcs-equipment-floating{

        position:relative;

        width:100%;

        left:auto;

        bottom:auto;

        margin-top:20px;

    }

    .pcs-equipment-card{

        flex-direction:column;

        padding:24px;

    }

    .pcs-equipment-icon{

        width:64px;

        height:64px;

    }

    .pcs-tip-content h3{

        font-size:22px;

    }

    .pcs-equipment-checklist{

        padding:28px;

    }

    .pcs-check-grid div{

        padding:16px 18px;

    }

    .pcs-equipment-bottom .pcs-btn{

        width:100%;

        justify-content:center;

    }

}

/* ==========================================================
   TEACHER
========================================================== */

.pcs-teacher{

    position:relative;

    padding:140px 0;

    background:linear-gradient(
        180deg,
        #FFFFFF 0%,
        #F8FAFC 100%
    );

    overflow:hidden;

}

.pcs-teacher::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-150px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(252,102,33,.06);

    filter:blur(45px);

}

.pcs-teacher::after{

    content:"";

    position:absolute;

    bottom:-160px;

    left:-120px;

    width:360px;

    height:360px;

    border-radius:50%;

    background:rgba(7,91,44,.06);

    filter:blur(50px);

}

/* ==========================
   Heading
========================== */

.pcs-teacher .pcs-section-heading{

    max-width:760px;

    margin:0 auto 90px;

    text-align:center;

    position:relative;

    z-index:2;

}

.pcs-teacher .pcs-section-title{

    color:#075B2C;

}

.pcs-teacher .pcs-section-description{

    max-width:650px;

    margin:20px auto 0;

    color:#667085;

}

/* ==========================
   Layout
========================== */

.pcs-teacher-layout{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

    position:relative;

    z-index:2;

}

/* ==========================
   LEFT
========================== */

.pcs-teacher-left{

    position:relative;

}

.pcs-teacher-photo{

    position:relative;

    border-radius:34px;

    overflow:hidden;

    background:#fff;

    padding:18px;

    box-shadow:

        0 35px 90px rgba(15,23,42,.08);

}

.pcs-teacher-photo img{

    display:block;

    width:100%;

    border-radius:26px;

    transition:

        transform .5s ease;

}

.pcs-teacher-photo:hover img{

    transform:scale(1.03);

}

/* ==========================
   Floating Card
========================== */

.pcs-teacher-floating{

    position:absolute;

    left:30px;

    bottom:30px;

    width:220px;

    padding:22px;

    border-radius:24px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(15px);

    box-shadow:

        0 25px 60px rgba(0,0,0,.15);

}

.pcs-teacher-icon{

    width:58px;

    height:58px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#FFF4EC;

    font-size:28px;

    margin-bottom:14px;

}

.pcs-teacher-floating strong{

    display:block;

    font-size:34px;

    font-weight:800;

    color:#075B2C;

    margin-bottom:6px;

}

.pcs-teacher-floating span{

    display:block;

    font-size:15px;

    line-height:1.6;

    color:#667085;

}

/* ==========================
   RIGHT
========================== */

.pcs-teacher-content{

    margin-bottom:40px;

}

.pcs-mini-title{

    display:inline-block;

    padding:8px 18px;

    border-radius:999px;

    background:#EAFBF0;

    color:#075B2C;

    font-size:13px;

    font-weight:700;

    letter-spacing:.08em;

    margin-bottom:18px;

}

.pcs-teacher-content h3{

    margin:0 0 24px;

    font-size:42px;

    line-height:1.3;

    color:#075B2C;

}

.pcs-teacher-content p{

    margin:0 0 18px;

    color:#667085;

    line-height:1.9;

}

/* ==========================
   Quote
========================== */

.pcs-teacher-quote{

    position:relative;

    padding:34px;

    margin-bottom:40px;

    border-radius:28px;

    background:#FFF8F4;

    border-left:6px solid #FC6621;

}

.pcs-teacher-quote span{

    position:absolute;

    top:12px;

    left:24px;

    font-size:70px;

    color:#FC6621;

    opacity:.18;

    line-height:1;

}

.pcs-teacher-quote p{

    margin:0;

    font-size:24px;

    font-weight:700;

    line-height:1.6;

    color:#075B2C;

    position:relative;

    z-index:2;

}

/* ==========================
   CTA
========================== */

.pcs-teacher-action{

    display:flex;

    align-items:center;

}

.pcs-teacher-action .pcs-btn{

    padding:18px 40px;

    border-radius:999px;

    transition:.35s;

}

.pcs-teacher-action .pcs-btn:hover{

    transform:translateY(-6px);

    box-shadow:

        0 20px 50px rgba(252,102,33,.28);

}

/* ==========================
   Responsive
========================== */

@media(max-width:991px){

    .pcs-teacher{

        padding:100px 0;

    }

    .pcs-teacher-layout{

        grid-template-columns:1fr;

        gap:60px;

    }

    .pcs-teacher-content h3{

        font-size:34px;

    }

}

@media(max-width:767px){

    .pcs-teacher{

        padding:80px 0;

    }

    .pcs-teacher-photo{

        padding:12px;

    }

    .pcs-teacher-floating{

        position:relative;

        left:auto;

        bottom:auto;

        width:100%;

        margin-top:20px;

    }

    .pcs-teacher-content h3{

        font-size:28px;

    }

    .pcs-teacher-quote{

        padding:28px;

    }

    .pcs-teacher-quote p{

        font-size:20px;

    }

    .pcs-teacher-action .pcs-btn{

        width:100%;

        justify-content:center;

    }

}

/* ==========================================================
   TEACHER ANIMATION
========================================================== */

/* Floating Card */

.pcs-teacher-floating{

    animation:pcsTeacherFloat 5s ease-in-out infinite;

}

@keyframes pcsTeacherFloat{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

}

/* Photo Hover */

.pcs-teacher-photo{

    transition:

        transform .45s ease,

        box-shadow .45s ease;

}

.pcs-teacher-photo:hover{

    transform:translateY(-8px);

    box-shadow:

        0 45px 100px rgba(15,23,42,.12);

}

/* Quote */

.pcs-teacher-quote{

    transition:

        transform .35s ease,

        box-shadow .35s ease;

}

.pcs-teacher-quote:hover{

    transform:translateY(-6px);

    box-shadow:

        0 20px 45px rgba(252,102,33,.12);

}

/* CTA */

.pcs-teacher-action .pcs-btn{

    position:relative;

    overflow:hidden;

}

.pcs-teacher-action .pcs-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.5),

        transparent

    );

    transform:skewX(-25deg);

}

.pcs-teacher-action .pcs-btn:hover::before{

    animation:pcsTeacherButton 1s forwards;

}

@keyframes pcsTeacherButton{

    to{

        left:150%;

    }

}

/* Image */

.pcs-teacher-photo img{

    will-change:transform;

}

/* Floating Card */

.pcs-teacher-floating{

    will-change:transform;

}

/* Reduce Motion */

@media(prefers-reduced-motion:reduce){

    .pcs-teacher-floating{

        animation:none;

    }

    .pcs-teacher-photo,
    .pcs-teacher-photo img,
    .pcs-teacher-quote,
    .pcs-teacher-action .pcs-btn{

        transition:none;

    }

}

/* ==========================================================
   COMMUNITY
========================================================== */

.pcs-community{

    position:relative;

    padding:140px 0;

    background:linear-gradient(
        180deg,
        #F8FAFC 0%,
        #FFFFFF 100%
    );

    overflow:hidden;

}

.pcs-community::before{

    content:"";

    position:absolute;

    top:-220px;

    left:-180px;

    width:430px;

    height:430px;

    border-radius:50%;

    background:rgba(7,91,44,.05);

    filter:blur(70px);

}

.pcs-community::after{

    content:"";

    position:absolute;

    bottom:-220px;

    right:-180px;

    width:430px;

    height:430px;

    border-radius:50%;

    background:rgba(252,102,33,.05);

    filter:blur(70px);

}

/*==================================
Heading
==================================*/

.pcs-community .pcs-section-heading{

    max-width:760px;

    margin:0 auto 90px;

    text-align:center;

    position:relative;

    z-index:2;

}

/*==================================
Layout
==================================*/

.pcs-community-layout{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:90px;

    align-items:center;

    position:relative;

    z-index:2;

}

/*==================================
LEFT
==================================*/

.pcs-community-left{

    position:relative;

}

/*==================================
Scrapbook Board
==================================*/

.pcs-community-board{

    position:relative;

    width:100%;

    height:760px;

    border-radius:36px;

    background:

        linear-gradient(
            135deg,
            #F9F9F9,
            #FFFFFF
        );

    box-shadow:

        0 30px 90px rgba(15,23,42,.08);

    overflow:hidden;

}

/* Cork texture */

.pcs-community-board::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:

        radial-gradient(rgba(0,0,0,.02) 1px, transparent 1px);

    background-size:18px 18px;

    opacity:.6;

}

/* Light */

.pcs-community-board::after{

    content:"";

    position:absolute;

    top:-120px;

    left:-120px;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.7);

    filter:blur(80px);

}

/*==================================
RIGHT
==================================*/

.pcs-community-right{

    position:relative;

    z-index:3;

}

.pcs-community-right h3{

    margin:18px 0 22px;

    font-size:42px;

    line-height:1.3;

    color:#075B2C;

}

.pcs-community-right>p{

    margin-bottom:40px;

    color:#667085;

    line-height:1.9;

}

/*==================================
Benefits
==================================*/

.pcs-community-benefits{

    display:flex;

    flex-direction:column;

    gap:22px;

}

.pcs-community-benefits article{

    display:flex;

    align-items:flex-start;

    gap:18px;

    padding:24px;

    border-radius:22px;

    background:#fff;

    border:1px solid #EEF2F6;

    box-shadow:

        0 18px 45px rgba(15,23,42,.05);

    transition:.35s;

}

.pcs-community-benefits article:hover{

    transform:translateX(8px);

    border-color:#DCEFE4;

    box-shadow:

        0 25px 60px rgba(15,23,42,.10);

}

.pcs-benefit-icon{

    width:62px;

    height:62px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#F4FBF7;

    font-size:28px;

    flex-shrink:0;

}

.pcs-community-benefits h4{

    margin:0 0 8px;

    font-size:20px;

    color:#075B2C;

}

.pcs-community-benefits p{

    margin:0;

    color:#667085;

    line-height:1.8;

}

/*==================================
CTA
==================================*/

.pcs-community-action{

    margin-top:45px;

}

.pcs-community-action .pcs-btn{

    padding:18px 42px;

    border-radius:999px;

}

/*==================================
Responsive
==================================*/

@media(max-width:991px){

    .pcs-community{

        padding:100px 0;

    }

    .pcs-community-layout{

        grid-template-columns:1fr;

        gap:70px;

    }

    .pcs-community-board{

        height:700px;

    }

    .pcs-community-right h3{

        font-size:34px;

    }

}

@media(max-width:767px){

    .pcs-community{

        padding:80px 0;

    }

    .pcs-community-board{

        height:620px;

        border-radius:26px;

    }

    .pcs-community-right h3{

        font-size:28px;

    }

    .pcs-community-benefits article{

        padding:20px;

    }

    .pcs-community-action .pcs-btn{

        width:100%;

        justify-content:center;

    }

}

/*==============================
Polaroid chung
==============================*/

.pcs-polaroid{

    position:absolute;

    width:250px;

    background:#fff;

    padding:12px;

    border-radius:18px;

    box-shadow:
        0 22px 60px rgba(15,23,42,.18);

    transition:
        transform .45s ease,
        box-shadow .45s ease;

    z-index:2;

}

.pcs-polaroid img{

    display:block;

    width:100%;

    height:240px;

    object-fit:cover;

    border-radius:12px;

}

.pcs-polaroid:hover{

    transform:scale(1.06) rotate(0deg)!important;

    box-shadow:
        0 35px 80px rgba(0,0,0,.22);

    z-index:30;

}

/*==============================
Tape
==============================*/

.pcs-polaroid-tape{

    position:absolute;

    top:-12px;

    left:50%;

    transform:translateX(-50%) rotate(-4deg);

    width:90px;

    height:26px;

    background:rgba(255,240,190,.9);

    border-radius:4px;

    box-shadow:

        0 3px 8px rgba(0,0,0,.08);

}

/*==============================
Caption
==============================*/

.pcs-polaroid-caption{

    padding:16px 6px 8px;

    text-align:center;

}

.pcs-polaroid-caption strong{

    display:block;

    font-size:18px;

    color:#075B2C;

    margin-bottom:6px;

}

.pcs-polaroid-caption span{

    display:block;

    font-size:14px;

    color:#667085;

    line-height:1.6;

}

/*==============================
Ảnh 1
==============================*/

.pcs-polaroid-1{

    top:40px;

    left:45px;

    transform:rotate(-8deg);

}

/*==============================
Ảnh 2
==============================*/

.pcs-polaroid-2{

    top:90px;

    right:45px;

    transform:rotate(8deg);

}

/*==============================
Ảnh 3
==============================*/

.pcs-polaroid-3{

    bottom:70px;

    left:40px;

    transform:rotate(-10deg);

}

/*==============================
Ảnh 4
==============================*/

.pcs-polaroid-4{

    bottom:35px;

    right:55px;

    transform:rotate(7deg);

}

/*==============================
Counter
==============================*/

.pcs-community-counter{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:180px;

    height:180px;

    border-radius:50%;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    background:rgba(255,255,255,.96);

    backdrop-filter:blur(14px);

    box-shadow:

        0 25px 60px rgba(15,23,42,.20);

    z-index:25;

}

.pcs-counter-icon{

    font-size:34px;

    margin-bottom:8px;

}

.pcs-community-counter strong{

    display:block;

    font-size:44px;

    color:#075B2C;

    font-weight:800;

    line-height:1;

}

.pcs-community-counter p{

    margin:10px 0 0;

    font-size:14px;

    color:#667085;

    text-align:center;

    line-height:1.6;

}

/*==============================
Hover Board
==============================*/

.pcs-community-board:hover .pcs-polaroid-1{

    transform:rotate(-5deg);

}

.pcs-community-board:hover .pcs-polaroid-2{

    transform:rotate(5deg);

}

.pcs-community-board:hover .pcs-polaroid-3{

    transform:rotate(-6deg);

}

.pcs-community-board:hover .pcs-polaroid-4{

    transform:rotate(4deg);

}

/*==============================
Mobile
==============================*/

@media(max-width:767px){

    .pcs-polaroid{

        width:170px;

        padding:8px;

    }

    .pcs-polaroid img{

        height:150px;

    }

    .pcs-polaroid-caption strong{

        font-size:15px;

    }

    .pcs-polaroid-caption span{

        font-size:12px;

    }

    .pcs-polaroid-1{

        top:20px;

        left:10px;

    }

    .pcs-polaroid-2{

        top:60px;

        right:10px;

    }

    .pcs-polaroid-3{

        bottom:95px;

        left:10px;

    }

    .pcs-polaroid-4{

        bottom:20px;

        right:10px;

    }

    .pcs-community-counter{

        width:130px;

        height:130px;

    }

    .pcs-community-counter strong{

        font-size:30px;

    }

}


/*==============================
Desktop lớn
==============================*/

@media (min-width:1400px){

    .pcs-community-board{

        height:820px;

    }

    .pcs-polaroid{

        width:280px;

    }

    .pcs-polaroid img{

        height:270px;

    }

    .pcs-community-counter{

        width:210px;

        height:210px;

    }

    .pcs-community-counter strong{

        font-size:52px;

    }

}

/*==============================
Laptop
==============================*/

@media (max-width:1200px){

    .pcs-community-layout{

        gap:60px;

    }

    .pcs-community-board{

        height:680px;

    }

    .pcs-polaroid{

        width:220px;

    }

    .pcs-polaroid img{

        height:210px;

    }

}

/*==============================
Tablet
==============================*/

@media (max-width:991px){

    .pcs-community{

        padding:100px 0;

    }

    .pcs-community-layout{

        grid-template-columns:1fr;

        gap:70px;

    }

    .pcs-community-left{

        order:2;

    }

    .pcs-community-right{

        order:1;

    }

    .pcs-community-board{

        max-width:700px;

        height:700px;

        margin:auto;

    }

    .pcs-community-right{

        max-width:760px;

        margin:auto;

    }

    .pcs-community-right h3{

        font-size:34px;

    }

}

/*==============================
Mobile
==============================*/

@media (max-width:767px){

    .pcs-community{

        padding:80px 0;

    }

    .pcs-community-board{

        height:560px;

        border-radius:24px;

    }

    .pcs-polaroid{

        width:160px;

        padding:8px;

    }

    .pcs-polaroid img{

        height:145px;

    }

    .pcs-polaroid-caption{

        padding:10px 4px 4px;

    }

    .pcs-polaroid-caption strong{

        font-size:14px;

    }

    .pcs-polaroid-caption span{

        display:none;

    }

    .pcs-community-counter{

        width:120px;

        height:120px;

    }

    .pcs-counter-icon{

        font-size:24px;

        margin-bottom:4px;

    }

    .pcs-community-counter strong{

        font-size:30px;

    }

    .pcs-community-counter p{

        font-size:11px;

        line-height:1.4;

    }

    .pcs-polaroid-1{

        top:18px;

        left:8px;

    }

    .pcs-polaroid-2{

        top:55px;

        right:8px;

    }

    .pcs-polaroid-3{

        bottom:85px;

        left:8px;

    }

    .pcs-polaroid-4{

        bottom:18px;

        right:8px;

    }

    .pcs-community-benefits article{

        padding:18px;

    }

    .pcs-benefit-icon{

        width:52px;

        height:52px;

        font-size:22px;

    }

    .pcs-community-right h3{

        font-size:28px;

    }

    .pcs-community-action .pcs-btn{

        width:100%;

        justify-content:center;

    }

}

/*==============================
Small Mobile
==============================*/

@media (max-width:480px){

    .pcs-community-board{

        height:500px;

    }

    .pcs-polaroid{

        width:140px;

    }

    .pcs-polaroid img{

        height:125px;

    }

    .pcs-community-counter{

        width:105px;

        height:105px;

    }

    .pcs-community-counter strong{

        font-size:24px;

    }

}


/*==============================
Polaroid Floating
==============================*/

@keyframes pcsFloat01{

    0%,100%{

        transform:translateY(0) rotate(-8deg);

    }

    50%{

        transform:translateY(-10px) rotate(-6deg);

    }

}

@keyframes pcsFloat02{

    0%,100%{

        transform:translateY(0) rotate(8deg);

    }

    50%{

        transform:translateY(-12px) rotate(6deg);

    }

}

@keyframes pcsFloat03{

    0%,100%{

        transform:translateY(0) rotate(-10deg);

    }

    50%{

        transform:translateY(-8px) rotate(-7deg);

    }

}

@keyframes pcsFloat04{

    0%,100%{

        transform:translateY(0) rotate(7deg);

    }

    50%{

        transform:translateY(-10px) rotate(5deg);

    }

}

.pcs-polaroid-1{

    animation:pcsFloat01 6s ease-in-out infinite;

}

.pcs-polaroid-2{

    animation:pcsFloat02 6.5s ease-in-out infinite;

    animation-delay:.3s;

}

.pcs-polaroid-3{

    animation:pcsFloat03 5.8s ease-in-out infinite;

    animation-delay:.6s;

}

.pcs-polaroid-4{

    animation:pcsFloat04 7s ease-in-out infinite;

    animation-delay:1s;

}

/*==============================
Tape
==============================*/

.pcs-polaroid-tape{

    transition:
        transform .35s ease,
        opacity .35s ease;

}

.pcs-polaroid:hover .pcs-polaroid-tape{

    transform:
        translateX(-50%)
        rotate(0deg)
        scale(1.08);

    opacity:.95;

}

/*==============================
Image
==============================*/

.pcs-polaroid img{

    transition:

        transform .45s ease,

        filter .45s ease;

}

.pcs-polaroid:hover img{

    transform:scale(1.05);

    filter:saturate(1.08);

}

/*==============================
Caption
==============================*/

.pcs-polaroid-caption{

    transition:

        transform .35s ease,

        opacity .35s ease;

}

.pcs-polaroid:hover .pcs-polaroid-caption{

    transform:translateY(-2px);

}

/*==============================
Counter
==============================*/

@keyframes pcsCounterPulse{

    0%,100%{

        transform:translate(-50%,-50%) scale(1);

    }

    50%{

        transform:translate(-50%,-50%) scale(1.04);

    }

}

.pcs-community-counter{

    animation:

        pcsCounterPulse 4s ease-in-out infinite;

}

/*==============================
Benefit Card
==============================*/

.pcs-community-benefits article{

    transition:

        transform .35s ease,

        box-shadow .35s ease,

        border-color .35s ease;

}

.pcs-community-benefits article:hover{

    transform:

        translateX(10px);

}

/*==============================
CTA Shine
==============================*/

.pcs-community-action .pcs-btn{

    position:relative;

    overflow:hidden;

}

.pcs-community-action .pcs-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.55),

        transparent

    );

    transform:skewX(-20deg);

}

.pcs-community-action .pcs-btn:hover::before{

    animation:pcsCommunityShine .9s forwards;

}

@keyframes pcsCommunityShine{

    to{

        left:160%;

    }

}

/*==============================
Reduce Motion
==============================*/

@media(prefers-reduced-motion:reduce){

    .pcs-polaroid-1,
    .pcs-polaroid-2,
    .pcs-polaroid-3,
    .pcs-polaroid-4,
    .pcs-community-counter{

        animation:none;

    }

    .pcs-polaroid,
    .pcs-polaroid img,
    .pcs-community-benefits article,
    .pcs-community-action .pcs-btn{

        transition:none;

    }

}

/*==========================================================
  TESTIMONIAL
==========================================================*/

.pcs-testimonial{

    position:relative;

    padding:140px 0;

    background:linear-gradient(
        180deg,
        #FFFFFF 0%,
        #F8FAFC 100%
    );

    overflow:hidden;

}

.pcs-testimonial::before{

    content:"";

    position:absolute;

    top:-180px;

    right:-150px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(7,91,44,.05);

    filter:blur(70px);

}

.pcs-testimonial::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-150px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(252,102,33,.05);

    filter:blur(70px);

}

/*==================================
Heading
==================================*/

.pcs-testimonial .pcs-section-heading{

    max-width:760px;

    margin:0 auto 90px;

    text-align:center;

    position:relative;

    z-index:2;

}

/*==================================
Featured Review
==================================*/

.pcs-featured-testimonial{

    position:relative;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

    padding:70px;

    margin-bottom:90px;

    border-radius:36px;

    background:#fff;

    border:1px solid #EEF2F6;

    box-shadow:

        0 35px 90px rgba(15,23,42,.08);

}

.pcs-featured-quote{

    position:relative;

}

.pcs-quote-icon{

    position:absolute;

    top:-45px;

    left:-10px;

    font-size:140px;

    color:rgba(252,102,33,.10);

    line-height:1;

    font-family:Georgia,serif;

}

.pcs-rating{

    color:#FFC107;

    font-size:20px;

    letter-spacing:3px;

    margin-bottom:24px;

}

.pcs-featured-quote blockquote{

    margin:0;

    font-size:24px;

    line-height:1.9;

    color:#1E293B;

    font-weight:500;

}

/*==================================
User
==================================*/

.pcs-featured-user{

    display:flex;

    align-items:center;

    gap:18px;

    margin-top:36px;

}

.pcs-user-avatar{

    width:72px;

    height:72px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#075B2C;

    color:#fff;

    font-size:28px;

    font-weight:700;

    flex-shrink:0;

}

.pcs-user-info strong{

    display:block;

    font-size:20px;

    color:#075B2C;

}

.pcs-user-info span{

    color:#667085;

}

/*==================================
Image
==================================*/

.pcs-featured-image{

    overflow:hidden;

    border-radius:28px;

    box-shadow:

        0 25px 70px rgba(15,23,42,.10);

}

.pcs-featured-image img{

    display:block;

    width:100%;

    height:560px;

    object-fit:cover;

}

/*==================================
Review Grid
==================================*/

.pcs-testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-bottom:90px;

}

/*==================================
Review Card
==================================*/

.pcs-testimonial-card{

    position:relative;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    padding:38px;

    border-radius:28px;

    background:#fff;

    border:1px solid #EEF2F6;

    box-shadow:

        0 18px 45px rgba(15,23,42,.06);

    transition:

        transform .35s ease,

        box-shadow .35s ease,

        border-color .35s ease;

    overflow:hidden;

}

/* Quote nền */

.pcs-testimonial-card::before{

    content:"“";

    position:absolute;

    top:18px;

    right:28px;

    font-size:110px;

    line-height:1;

    color:rgba(252,102,33,.06);

    font-family:Georgia,serif;

}

.pcs-testimonial-card:hover{

    transform:translateY(-10px);

    border-color:#DCEFE4;

    box-shadow:

        0 35px 70px rgba(15,23,42,.12);

}

.pcs-testimonial-card .pcs-rating{

    margin-bottom:20px;

    font-size:18px;

}

.pcs-testimonial-card p{

    margin:0 0 34px;

    color:#475467;

    line-height:1.9;

    font-size:16px;

    position:relative;

    z-index:2;

}

/*==================================
User
==================================*/

.pcs-card-user{

    display:flex;

    align-items:center;

    gap:16px;

    margin-top:auto;

}

.pcs-avatar{

    width:58px;

    height:58px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#075B2C;

    color:#fff;

    font-size:22px;

    font-weight:700;

    flex-shrink:0;

}

.pcs-avatar img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:50%;

}

.pcs-card-user strong{

    display:block;

    margin-bottom:4px;

    color:#075B2C;

    font-size:18px;

}

.pcs-card-user span{

    color:#667085;

    font-size:14px;

}

/*==================================
Bottom CTA
==================================*/

.pcs-testimonial-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

    padding:50px 60px;

    border-radius:32px;

    background:linear-gradient(
        135deg,
        #075B2C,
        #0A7A3D
    );

    color:#fff;

    overflow:hidden;

    position:relative;

}

.pcs-testimonial-bottom::before{

    content:"";

    position:absolute;

    top:-80px;

    right:-80px;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.pcs-testimonial-bottom h3{

    margin:14px 0;

    font-size:36px;

    line-height:1.3;

    color:#fff;

}

.pcs-testimonial-bottom p{

    margin:0;

    max-width:620px;

    line-height:1.9;

    color:rgba(255,255,255,.85);

}

.pcs-testimonial-bottom-action{

    flex-shrink:0;

}

.pcs-testimonial-bottom .pcs-btn{

    background:#FC6621;

    color:#fff;

    padding:18px 42px;

    border-radius:999px;

    transition:.35s;

}

.pcs-testimonial-bottom .pcs-btn:hover{

    transform:translateY(-5px);

    box-shadow:

        0 20px 45px rgba(252,102,33,.35);

}

/*==================================
Featured Card
==================================*/

.pcs-featured-testimonial{

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;

}

.pcs-featured-testimonial:hover{

    transform:translateY(-8px);

    border-color:#DCEFE4;

    box-shadow:
        0 45px 100px rgba(15,23,42,.12);

}

/*==================================
Quote
==================================*/

@keyframes pcsQuoteFloat{

    0%,100%{

        transform:translateY(0);

        opacity:.10;

    }

    50%{

        transform:translateY(-12px);

        opacity:.18;

    }

}

.pcs-quote-icon{

    animation:pcsQuoteFloat 5s ease-in-out infinite;

}

/*==================================
Stars
==================================*/

@keyframes pcsStarGlow{

    0%,100%{

        opacity:.85;

        text-shadow:none;

    }

    50%{

        opacity:1;

        text-shadow:

            0 0 10px rgba(255,193,7,.55),

            0 0 25px rgba(255,193,7,.30);

    }

}

.pcs-rating{

    animation:pcsStarGlow 3s ease-in-out infinite;

}

/*==================================
Featured Image
==================================*/

.pcs-featured-image{

    overflow:hidden;

}

.pcs-featured-image img{

    transition:

        transform .8s ease,

        filter .8s ease;

}

.pcs-featured-testimonial:hover
.pcs-featured-image img{

    transform:scale(1.05);

    filter:saturate(1.05);

}

/*==================================
Avatar
==================================*/

.pcs-user-avatar,
.pcs-avatar{

    transition:

        transform .35s ease,

        box-shadow .35s ease;

}

.pcs-featured-testimonial:hover
.pcs-user-avatar{

    transform:scale(1.08);

    box-shadow:

        0 10px 30px rgba(7,91,44,.28);

}

.pcs-testimonial-card:hover
.pcs-avatar{

    transform:scale(1.10);

}

/*==================================
Review Card
==================================*/

.pcs-testimonial-card{

    transition:

        transform .35s ease,

        box-shadow .35s ease,

        border-color .35s ease;

}

.pcs-testimonial-card:hover{

    transform:

        translateY(-10px);

}

.pcs-testimonial-card p{

    transition:

        color .35s ease;

}

.pcs-testimonial-card:hover p{

    color:#1E293B;

}

/*==================================
CTA
==================================*/

.pcs-testimonial-bottom{

    position:relative;

    overflow:hidden;

}

.pcs-testimonial-bottom::after{

    content:"";

    position:absolute;

    top:0;

    left:-130%;

    width:60%;

    height:100%;

    background:

        linear-gradient(

            90deg,

            transparent,

            rgba(255,255,255,.16),

            transparent

        );

    transform:skewX(-18deg);

}

.pcs-testimonial-bottom:hover::after{

    animation:pcsCTAFlash .9s forwards;

}

@keyframes pcsCTAFlash{

    to{

        left:170%;

    }

}

/*==================================
Button
==================================*/

.pcs-testimonial-bottom .pcs-btn{

    transition:

        transform .35s ease,

        box-shadow .35s ease;

}

.pcs-testimonial-bottom .pcs-btn:hover{

    transform:

        translateY(-4px);

}

/*==================================
Fade In
==================================*/

.pcs-featured-testimonial{

    animation:

        pcsFadeUp .9s ease both;

}

.pcs-testimonial-card:nth-child(1){

    animation:

        pcsFadeUp .8s ease .15s both;

}

.pcs-testimonial-card:nth-child(2){

    animation:

        pcsFadeUp .8s ease .30s both;

}

.pcs-testimonial-card:nth-child(3){

    animation:

        pcsFadeUp .8s ease .45s both;

}

.pcs-testimonial-bottom{

    animation:

        pcsFadeUp .8s ease .55s both;

}

@keyframes pcsFadeUp{

    from{

        opacity:0;

        transform:

            translateY(40px);

    }

    to{

        opacity:1;

        transform:

            translateY(0);

    }

}

/*==================================
Reduce Motion
==================================*/

@media (prefers-reduced-motion:reduce){

    .pcs-featured-testimonial,

    .pcs-testimonial-card,

    .pcs-testimonial-bottom,

    .pcs-rating,

    .pcs-quote-icon{

        animation:none;

        transition:none;

    }

}

/*==========================================================
  FAQ
==========================================================*/

.pcs-faq{

    position:relative;

    padding:140px 0;

    background:linear-gradient(
        180deg,
        #F8FAFC 0%,
        #FFFFFF 100%
    );

    overflow:hidden;

}

.pcs-faq::before{

    content:"";

    position:absolute;

    top:-220px;

    left:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(7,91,44,.05);

    filter:blur(80px);

}

.pcs-faq::after{

    content:"";

    position:absolute;

    bottom:-220px;

    right:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(252,102,33,.05);

    filter:blur(80px);

}

/*==================================
Heading
==================================*/

.pcs-faq .pcs-section-heading{

    max-width:760px;

    margin:0 auto 90px;

    text-align:center;

    position:relative;

    z-index:2;

}

/*==================================
Layout
==================================*/

.pcs-faq-layout{

    display:grid;

    grid-template-columns:1.15fr .85fr;

    gap:80px;

    align-items:start;

    position:relative;

    z-index:2;

}

/*==================================
LEFT
==================================*/

.pcs-faq-left{

    display:flex;

    flex-direction:column;

    gap:22px;

}

/*==================================
Accordion Item
==================================*/

.pcs-faq-item{

    background:#fff;

    border:1px solid #EEF2F6;

    border-radius:26px;

    overflow:hidden;

    box-shadow:

        0 18px 45px rgba(15,23,42,.05);

    transition:

        all .35s ease;

}

.pcs-faq-item:hover{

    transform:translateY(-4px);

    border-color:#DCEFE4;

    box-shadow:

        0 25px 55px rgba(15,23,42,.10);

}

.pcs-faq-item.active{

    border-color:#CFE7D8;

    box-shadow:

        0 30px 60px rgba(7,91,44,.08);

}

/*==================================
Question
==================================*/

.pcs-faq-question{

    width:100%;

    padding:28px 34px;

    display:flex;

    align-items:center;

    gap:20px;

    border:none;

    background:none;

    cursor:pointer;

    text-align:left;

}

.pcs-faq-question:focus{

    outline:none;

}

.pcs-faq-title{

    flex:1;

    font-size:20px;

    font-weight:700;

    color:#075B2C;

    line-height:1.5;

}

/*==================================
Icon
==================================*/

.pcs-faq-icon{

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#F4FBF7;

    color:#075B2C;

    font-size:20px;

    font-weight:700;

    flex-shrink:0;

    transition:.35s;

}

.pcs-faq-item.active .pcs-faq-icon{

    background:#075B2C;

    color:#fff;

}

/*==================================
RIGHT
==================================*/

.pcs-faq-right{

    position:sticky;

    top:120px;

}

/*==================================
Phone
==================================*/

.pcs-chat-phone{

    width:100%;

    max-width:360px;

    margin:0 auto 40px;

    background:#111827;

    padding:14px;

    border-radius:38px;

    box-shadow:
        0 35px 90px rgba(15,23,42,.18);

}

.pcs-phone-top{

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    color:#fff;

    font-size:15px;

    font-weight:600;

}

.pcs-phone-camera{

    position:absolute;

    top:12px;

    left:50%;

    transform:translateX(-50%);

    width:110px;

    height:24px;

    border-radius:20px;

    background:#000;

}

/*==================================
Chat Body
==================================*/

.pcs-chat-body{

    background:#F5F7FB;

    border-radius:28px;

    padding:22px;

    min-height:520px;

    display:flex;

    flex-direction:column;

    gap:16px;

}

/*==================================
Message
==================================*/

.pcs-chat-message{

    max-width:82%;

    padding:14px 18px;

    border-radius:20px;

    font-size:15px;

    line-height:1.8;

    animation:fadeIn .6s ease;

}

.pcs-user-message{

    align-self:flex-end;

    background:#DCF8C6;

    border-bottom-right-radius:8px;

}

.pcs-admin-message{

    align-self:flex-start;

    background:#fff;

    border-bottom-left-radius:8px;

    box-shadow:

        0 8px 18px rgba(15,23,42,.05);

}

.pcs-chat-seen{

    margin-top:auto;

    text-align:right;

    font-size:13px;

    color:#667085;

}

/*==================================
Contact Card
==================================*/

.pcs-faq-contact{

    padding:36px;

    border-radius:28px;

    background:#fff;

    border:1px solid #EEF2F6;

    text-align:center;

    box-shadow:

        0 20px 60px rgba(15,23,42,.06);

}

.pcs-faq-contact h3{

    margin:16px 0;

    font-size:30px;

    color:#075B2C;

    line-height:1.4;

}

.pcs-faq-contact p{

    margin:0 0 28px;

    color:#667085;

    line-height:1.8;

}

.pcs-faq-contact .pcs-btn{

    width:100%;

    justify-content:center;

}

/*==================================
Answer
==================================*/

.pcs-faq-answer{

    max-height:0;

    overflow:hidden;

    transition:

        max-height .45s ease,

        padding .35s ease;

}

.pcs-faq-answer p{

    padding:0 34px 30px 96px;

    margin:0;

    color:#667085;

    line-height:1.9;

}

.pcs-faq-item.active .pcs-faq-answer{

    max-height:220px;

}

/*==================================
Typing
==================================*/

.pcs-chat-typing{

    width:74px;

    padding:12px 16px;

    border-radius:18px;

    background:#fff;

    display:flex;

    gap:6px;

    align-items:center;

    box-shadow:

        0 8px 18px rgba(15,23,42,.05);

}

.pcs-chat-typing span{

    width:8px;

    height:8px;

    border-radius:50%;

    background:#B6BDC8;

    animation:typing 1.3s infinite;

}

.pcs-chat-typing span:nth-child(2){

    animation-delay:.2s;

}

.pcs-chat-typing span:nth-child(3){

    animation-delay:.4s;

}

@keyframes typing{

    0%,80%,100%{

        transform:scale(.7);

        opacity:.4;

    }

    40%{

        transform:scale(1);

        opacity:1;

    }

}

@keyframes fadeIn{

    from{

        opacity:0;

        transform:translateY(12px);

    }

    to{

        opacity:1;

        transform:none;

    }

}


/*==============================
Large Desktop
==============================*/

@media (min-width:1400px){

    .pcs-chat-phone{

        max-width:380px;

    }

}

/*==============================
Desktop
==============================*/

@media (max-width:1200px){

    .pcs-faq-layout{

        gap:60px;

    }

    .pcs-faq-title{

        font-size:18px;

    }

    .pcs-chat-phone{

        max-width:330px;

    }

}

/*==============================
Tablet
==============================*/

@media (max-width:991px){

    .pcs-faq{

        padding:100px 0;

    }

    .pcs-faq-layout{

        grid-template-columns:1fr;

        gap:70px;

    }

    .pcs-faq-right{

        position:static;

    }

    .pcs-chat-phone{

        max-width:420px;

    }

    .pcs-faq-contact{

        max-width:520px;

        margin:auto;

    }

}

/*==============================
Mobile
==============================*/

@media (max-width:767px){

    .pcs-faq{

        padding:80px 0;

    }

    .pcs-faq-left{

        gap:18px;

    }

    .pcs-faq-question{

        padding:22px;

        gap:16px;

    }

    .pcs-faq-icon{

        width:36px;

        height:36px;

        font-size:16px;

    }

    .pcs-faq-title{

        font-size:17px;

        line-height:1.5;

    }

    .pcs-faq-answer p{

        padding:

            0 22px 24px 74px;

        font-size:15px;

    }

    .pcs-chat-phone{

        max-width:320px;

    }

    .pcs-chat-body{

        min-height:430px;

        padding:18px;

    }

    .pcs-chat-message{

        font-size:14px;

        line-height:1.7;

    }

    .pcs-faq-contact{

        padding:28px;

    }

    .pcs-faq-contact h3{

        font-size:26px;

    }

    .pcs-faq-contact p{

        font-size:15px;

    }

    .pcs-faq-contact .pcs-btn{

        width:100%;

        justify-content:center;

    }

}

/*==============================
Small Mobile
==============================*/

@media (max-width:480px){

    .pcs-faq-question{

        padding:20px;

    }

    .pcs-faq-title{

        font-size:16px;

    }

    .pcs-faq-answer p{

        padding:

            0 20px 22px 64px;

    }

    .pcs-chat-phone{

        max-width:290px;

        border-radius:32px;

        padding:12px;

    }

    .pcs-phone-top{

        height:52px;

        font-size:14px;

    }

    .pcs-phone-camera{

        width:90px;

        height:20px;

    }

    .pcs-chat-body{

        min-height:380px;

        border-radius:22px;

    }

    .pcs-chat-message{

        font-size:13px;

        padding:12px 14px;

    }

    .pcs-chat-seen{

        font-size:12px;

    }

    .pcs-faq-contact{

        padding:24px;

    }

    .pcs-faq-contact h3{

        font-size:22px;

    }

}


/*==============================
Accordion Hover
==============================*/

.pcs-faq-item{

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}

.pcs-faq-item:hover{

    transform:translateY(-6px);

}

/*==============================
Question
==============================*/

.pcs-faq-question{

    transition:
        background .3s ease;

}

.pcs-faq-item:hover .pcs-faq-question{

    background:#FAFCFD;

}

/*==============================
Icon
==============================*/

.pcs-faq-icon{

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;

}

.pcs-faq-item.active .pcs-faq-icon{

    transform:rotate(360deg);

}

/*==============================
Answer
==============================*/

.pcs-faq-answer{

    opacity:0;

    transition:
        opacity .35s ease,
        max-height .45s ease;

}

.pcs-faq-item.active .pcs-faq-answer{

    opacity:1;

}

/*==============================
Phone
==============================*/

.pcs-chat-phone{

    transition:
        transform .45s ease,
        box-shadow .45s ease;

}

.pcs-chat-phone:hover{

    transform:
        translateY(-8px)
        rotate(-1deg);

}

/*==============================
Messages
==============================*/

.pcs-chat-message{

    transition:
        transform .3s ease;

}

.pcs-chat-message:hover{

    transform:scale(1.02);

}

/*==============================
CTA
==============================*/

.pcs-faq-contact{

    position:relative;

    overflow:hidden;

}

.pcs-faq-contact::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.30),

        transparent

    );

    transform:skewX(-20deg);

}

.pcs-faq-contact:hover::before{

    animation:pcsFAQShine .9s forwards;

}

@keyframes pcsFAQShine{

    to{

        left:170%;

    }

}

/*==============================
Fade Up
==============================*/

.pcs-faq-item{

    animation:pcsFaqFade .6s ease both;

}

.pcs-faq-item:nth-child(1){animation-delay:.05s;}
.pcs-faq-item:nth-child(2){animation-delay:.10s;}
.pcs-faq-item:nth-child(3){animation-delay:.15s;}
.pcs-faq-item:nth-child(4){animation-delay:.20s;}
.pcs-faq-item:nth-child(5){animation-delay:.25s;}
.pcs-faq-item:nth-child(6){animation-delay:.30s;}
.pcs-faq-item:nth-child(7){animation-delay:.35s;}
.pcs-faq-item:nth-child(8){animation-delay:.40s;}

@keyframes pcsFaqFade{

    from{

        opacity:0;

        transform:translateY(35px);

    }

    to{

        opacity:1;

        transform:none;

    }

}

@media(prefers-reduced-motion:reduce){

    .pcs-faq-item,
    .pcs-chat-phone,
    .pcs-chat-message{

        animation:none;

        transition:none;

    }

}

/*==========================================================
   CTA
==========================================================*/

.pcs-final-cta{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
        linear-gradient(
            135deg,
            #075B2C 0%,
            #0A7A3D 55%,
            #0D8C49 100%
        );

    color:#fff;

}

.pcs-final-cta::before{

    content:"";

    position:absolute;

    top:-220px;

    left:-180px;

    width:520px;

    height:520px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    filter:blur(80px);

}

.pcs-final-cta::after{

    content:"";

    position:absolute;

    bottom:-240px;

    right:-180px;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(252,102,33,.12);

    filter:blur(90px);

}

/*==================================
Heading
==================================*/

.pcs-final-heading{

    max-width:780px;

    margin:0 auto 90px;

    text-align:center;

    position:relative;

    z-index:2;

}

.pcs-final-heading .pcs-section-tag{

    background:rgba(255,255,255,.12);

    color:#fff;

}

.pcs-final-heading .pcs-section-title{

    color:#fff;

}

.pcs-final-heading .pcs-section-title span{

    color:#FFD36A;

}

.pcs-final-heading .pcs-section-description{

    color:rgba(255,255,255,.82);

}

/*==================================
Wrapper
==================================*/

.pcs-final-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

    margin-bottom:90px;

    position:relative;

    z-index:2;

}

/*==================================
Checklist
==================================*/

.pcs-final-list{

    display:flex;

    flex-direction:column;

    gap:26px;

}

.pcs-final-item{

    display:flex;

    gap:20px;

    align-items:flex-start;

    padding:26px;

    border-radius:24px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.10);

    backdrop-filter:blur(14px);

    transition:

        transform .35s ease,

        background .35s ease,

        border-color .35s ease;

}

.pcs-final-item:hover{

    transform:translateY(-6px);

    background:rgba(255,255,255,.12);

    border-color:rgba(255,255,255,.25);

}

.pcs-final-item .icon{

    width:52px;

    height:52px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#FC6621;

    color:#fff;

    font-size:22px;

    font-weight:700;

    flex-shrink:0;

}

.pcs-final-item strong{

    display:block;

    margin-bottom:8px;

    font-size:20px;

    color:#fff;

}

.pcs-final-item p{

    margin:0;

    color:rgba(255,255,255,.78);

    line-height:1.8;

}

/*==================================
Image Area
==================================*/

.pcs-final-right{

    position:relative;

}

.pcs-final-image{

    position:relative;

    text-align:center;

}

.pcs-final-image img{

    width:100%;

    max-width:620px;

    display:block;

    margin:auto;

    filter:

        drop-shadow(
            0 35px 70px rgba(0,0,0,.28)
        );

}

.pcs-final-badge{

    position:absolute;

    right:0;

    top:40px;

    width:220px;

    padding:24px;

    border-radius:24px;

    background:#fff;

    color:#111827;

    box-shadow:

        0 25px 60px rgba(0,0,0,.20);

}

.pcs-final-badge span{

    display:inline-block;

    margin-bottom:10px;

    color:#FC6621;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

}

.pcs-final-badge strong{

    display:block;

    margin-bottom:10px;

    font-size:24px;

    color:#075B2C;

}

.pcs-final-badge p{

    margin:0;

    color:#667085;

    line-height:1.7;

}

/*==================================
Bottom
==================================*/

.pcs-final-bottom{

    position:relative;

    z-index:2;

    max-width:980px;

    margin:0 auto;

    text-align:center;

}

.pcs-final-message{

    margin-bottom:55px;

}

.pcs-final-message .pcs-mini-title{

    display:inline-block;

    margin-bottom:18px;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.12);

    color:#FFD36A;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.pcs-final-message h3{

    margin:0 0 10px;

    font-size:48px;

    line-height:1.25;

    color:#fff;

}

.pcs-final-message h4{

    margin:0 0 24px;

    font-size:34px;

    font-weight:600;

    color:rgba(255,255,255,.88);

}

.pcs-final-message h4 span{

    color:#FFD36A;

}

.pcs-final-message p{

    max-width:720px;

    margin:0 auto;

    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,.82);

}

/*==================================
CTA
==================================*/

.pcs-final-action{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:22px;

    flex-wrap:wrap;

    margin-bottom:70px;

}

.pcs-btn-large{

    min-width:320px;

    min-height:64px;

    padding:18px 34px;

    border-radius:999px;

    font-size:17px;

    font-weight:700;

    transition:

        transform .35s ease,

        box-shadow .35s ease,

        background .35s ease;

}

/* Primary */

.pcs-final-action .pcs-btn--primary{

    background:#FC6621;

    color:#fff;

    box-shadow:

        0 18px 40px rgba(252,102,33,.35);

}

.pcs-final-action .pcs-btn--primary:hover{

    transform:translateY(-4px);

    box-shadow:

        0 28px 55px rgba(252,102,33,.45);

}

/* Outline */

.pcs-final-action .pcs-btn--outline{

    border:2px solid rgba(255,255,255,.35);

    color:#fff;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

}

.pcs-final-action .pcs-btn--outline:hover{

    background:#fff;

    color:#075B2C;

    border-color:#fff;

    transform:translateY(-4px);

}

/*==================================
Trust
==================================*/

.pcs-final-note{

    position:relative;

    z-index:2;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:26px;

    flex-wrap:wrap;

    padding-top:45px;

    border-top:1px solid rgba(255,255,255,.12);

}

.pcs-final-note-item{

    display:flex;

    align-items:center;

    gap:10px;

    color:rgba(255,255,255,.90);

}

.pcs-final-note-item span{

    width:28px;

    height:28px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#22C55E;

    color:#fff;

    font-size:14px;

    font-weight:700;

}

.pcs-final-note-item p{

    margin:0;

    font-size:15px;

    color:rgba(255,255,255,.85);

}


/*==============================
Desktop
==============================*/

@media (max-width:1200px){

    .pcs-final-wrapper{

        gap:60px;

    }

    .pcs-final-message h3{

        font-size:42px;

    }

    .pcs-final-message h4{

        font-size:30px;

    }

    .pcs-final-badge{

        width:200px;

        right:-10px;

    }

}

/*==============================
Tablet
==============================*/

@media (max-width:991px){

    .pcs-final-cta{

        padding:100px 0;

    }

    .pcs-final-wrapper{

        grid-template-columns:1fr;

        gap:70px;

        text-align:center;

    }

    .pcs-final-list{

        max-width:700px;

        margin:auto;

    }

    .pcs-final-image{

        max-width:560px;

        margin:auto;

    }

    .pcs-final-badge{

        right:10px;

        top:20px;

    }

    .pcs-final-message h3{

        font-size:38px;

    }

    .pcs-final-message h4{

        font-size:28px;

    }

}

/*==============================
Mobile
==============================*/

@media (max-width:767px){

    .pcs-final-cta{

        padding:80px 0;

    }

    .pcs-final-heading{

        margin-bottom:60px;

    }

    .pcs-final-wrapper{

        gap:50px;

        margin-bottom:60px;

    }

    .pcs-final-item{

        padding:22px;

        text-align:left;

    }

    .pcs-final-item .icon{

        width:46px;

        height:46px;

        font-size:18px;

    }

    .pcs-final-item strong{

        font-size:18px;

    }

    .pcs-final-item p{

        font-size:15px;

        line-height:1.7;

    }

    .pcs-final-image img{

        max-width:100%;

    }

    .pcs-final-badge{

        position:relative;

        top:auto;

        right:auto;

        width:100%;

        max-width:320px;

        margin:25px auto 0;

    }

    .pcs-final-message h3{

        font-size:32px;

    }

    .pcs-final-message h4{

        font-size:24px;

    }

    .pcs-final-message p{

        font-size:16px;

        line-height:1.8;

    }

    .pcs-final-action{

        flex-direction:column;

        gap:18px;

        margin-bottom:50px;

    }

    .pcs-btn-large{

        width:100%;

        min-width:100%;

    }

    .pcs-final-note{

        flex-direction:column;

        align-items:flex-start;

        gap:18px;

    }

}

/*==============================
Small Mobile
==============================*/

@media (max-width:480px){

    .pcs-final-item{

        padding:20px;

    }

    .pcs-final-item strong{

        font-size:17px;

    }

    .pcs-final-item p{

        font-size:14px;

    }

    .pcs-final-message h3{

        font-size:28px;

    }

    .pcs-final-message h4{

        font-size:22px;

    }

    .pcs-final-message p{

        font-size:15px;

    }

    .pcs-final-badge{

        padding:20px;

    }

    .pcs-final-badge strong{

        font-size:20px;

    }

    .pcs-final-badge p{

        font-size:14px;

    }

    .pcs-btn-large{

        min-height:58px;

        font-size:15px;

        padding:16px 24px;

    }

    .pcs-final-note-item{

        align-items:flex-start;

    }

    .pcs-final-note-item p{

        font-size:14px;

        line-height:1.6;

    }

}

/*==================================
Background Glow
==================================*/

.pcs-final-cta::before,
.pcs-final-cta::after{

    animation:pcsGlowMove 10s ease-in-out infinite alternate;

}

@keyframes pcsGlowMove{

    from{

        transform:translateY(0) scale(1);

    }

    to{

        transform:translateY(40px) scale(1.08);

    }

}

/*==================================
Checklist Card
==================================*/

.pcs-final-item{

    animation:pcsFadeUp .8s ease both;

}

.pcs-final-item:nth-child(1){

    animation-delay:.1s;

}

.pcs-final-item:nth-child(2){

    animation-delay:.2s;

}

.pcs-final-item:nth-child(3){

    animation-delay:.3s;

}

.pcs-final-item:nth-child(4){

    animation-delay:.4s;

}

.pcs-final-item:hover{

    transform:translateY(-8px);

}

.pcs-final-item:hover .icon{

    transform:rotate(360deg);

}

.pcs-final-item .icon{

    transition:
        transform .6s ease,
        background .3s ease;

}

/*==================================
Combo Image
==================================*/

.pcs-final-image{

    animation:pcsFloating 5s ease-in-out infinite;

}

@keyframes pcsFloating{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/*==================================
Badge
==================================*/

.pcs-final-badge{

    animation:pcsBadgeFloat 4s ease-in-out infinite;

    transition:.35s;

}

.pcs-final-badge:hover{

    transform:scale(1.04);

}

@keyframes pcsBadgeFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-8px);

    }

    100%{

        transform:translateY(0);

    }

}

/*==================================
CTA Buttons
==================================*/

.pcs-btn-large{

    position:relative;

    overflow:hidden;

}

.pcs-btn-large::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:70%;

    height:100%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.35),

        transparent

    );

    transform:skewX(-25deg);

}

.pcs-btn-large:hover::before{

    animation:pcsShine .9s forwards;

}

@keyframes pcsShine{

    to{

        left:180%;

    }

}

.pcs-btn-large:hover{

    transform:translateY(-5px);

}

/*==================================
Trust Items
==================================*/

.pcs-final-note-item{

    transition:.3s;

}

.pcs-final-note-item:hover{

    transform:translateY(-4px);

}

.pcs-final-note-item:hover span{

    transform:scale(1.15);

}

.pcs-final-note-item span{

    transition:.3s;

}

/*==================================
Heading
==================================*/

.pcs-final-heading{

    animation:pcsFadeUp .9s ease both;

}

.pcs-final-bottom{

    animation:pcsFadeUp 1s ease both;

}

/*==================================
FadeUp
==================================*/

@keyframes pcsFadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:none;

    }

}

/*==================================
Reduce Motion
==================================*/

@media (prefers-reduced-motion: reduce){

    .pcs-final-cta *{

        animation:none !important;

        transition:none !important;

    }

}

/*==========================================================
  FOOTER
==========================================================*/

.pcs-footer{

    position:relative;

    overflow:hidden;

    padding:90px 0 35px;

    background:#05331D;

    color:#fff;

}

.pcs-footer::before{

    content:"";

    position:absolute;

    inset:0;

    background:

        radial-gradient(

            circle at top left,

            rgba(255,255,255,.05),

            transparent 45%

        ),

        radial-gradient(

            circle at bottom right,

            rgba(252,102,33,.08),

            transparent 40%

        );

    pointer-events:none;

}

/*==================================
Grid
==================================*/

.pcs-footer-grid{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:

        1.4fr

        1fr

        1fr

        1fr;

    gap:60px;

    padding-bottom:55px;

    border-bottom:

        1px solid

        rgba(255,255,255,.10);

}

/*==================================
Brand
==================================*/

.pcs-footer-brand img{

    max-width:180px;

    margin-bottom:24px;

}

.pcs-footer-description{

    margin:0 0 28px;

    color:rgba(255,255,255,.75);

    line-height:1.9;

    font-size:16px;

    max-width:300px;

}

/*==================================
Social
==================================*/

.pcs-footer-social{

    display:flex;

    gap:14px;

}

.pcs-footer-social a{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:

        rgba(255,255,255,.08);

    color:#fff;

    text-decoration:none;

    transition:

        all .35s ease;

}

.pcs-footer-social a:hover{

    background:#FC6621;

    transform:

        translateY(-5px);

}

/*==================================
Columns
==================================*/

.pcs-footer-column h4{

    margin:0 0 22px;

    font-size:20px;

    color:#fff;

}

.pcs-footer-column ul{

    margin:0;

    padding:0;

    list-style:none;

}

.pcs-footer-column li{

    margin-bottom:16px;

}

.pcs-footer-column a,

.pcs-footer-column span{

    color:

        rgba(255,255,255,.72);

    text-decoration:none;

    transition:

        color .3s ease,

        padding-left .3s ease;

}

.pcs-footer-column a:hover{

    color:#FC6621;

    padding-left:6px;

}

/*==================================
Footer Bottom
==================================*/

.pcs-footer-bottom{

    position:relative;

    z-index:2;

    margin-top:35px;

    padding-top:30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.pcs-footer-bottom p{

    margin:0;

    color:rgba(255,255,255,.65);

    font-size:15px;

    line-height:1.8;

}

.pcs-footer-bottom strong{

    color:#fff;

    font-weight:600;

}

.pcs-footer-links{

    display:flex;

    align-items:center;

    gap:16px;

    flex-wrap:wrap;

}

.pcs-footer-links span{

    color:rgba(255,255,255,.25);

}

.pcs-footer-links a{

    color:rgba(255,255,255,.65);

    text-decoration:none;

    transition:all .3s ease;

}

.pcs-footer-links a:hover{

    color:#FC6621;

}

/*==================================
Tablet
==================================*/

@media (max-width:991px){

    .pcs-footer{

        padding:80px 0 30px;

    }

    .pcs-footer-grid{

        grid-template-columns:

            repeat(2,1fr);

        gap:50px;

    }

}

/*==================================
Mobile
==================================*/

@media (max-width:767px){

    .pcs-footer{

        padding:70px 0 25px;

    }

    .pcs-footer-grid{

        grid-template-columns:1fr;

        gap:40px;

    }

    .pcs-footer-brand{

        text-align:center;

    }

    .pcs-footer-description{

        margin-left:auto;

        margin-right:auto;

    }

    .pcs-footer-social{

        justify-content:center;

    }

    .pcs-footer-column{

        text-align:center;

    }

    .pcs-footer-column a:hover{

        padding-left:0;

    }

    .pcs-footer-bottom{

        flex-direction:column;

        text-align:center;

    }

    .pcs-footer-links{

        justify-content:center;

    }

    .pcs-back-top{

        right:18px;

        bottom:18px;

        width:50px;

        height:50px;

        font-size:20px;

    }

}

/*==================================
Small Mobile
==================================*/

@media (max-width:480px){

    .pcs-footer{

        padding:60px 0 20px;

    }

    .pcs-footer-brand img{

        max-width:150px;

    }

    .pcs-footer-column h4{

        font-size:18px;

    }

    .pcs-footer-column li{

        margin-bottom:14px;

    }

    .pcs-footer-bottom p{

        font-size:14px;

    }

    .pcs-footer-links{

        gap:10px;

        font-size:14px;

    }

}