.elementor-684 .elementor-element.elementor-element-152fc9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1308331 *//* ==========================================================
   ABOUT HERO
========================================================== */

.ps-about-hero{
    position:relative;
    overflow:hidden;
    padding:140px 0 110px;
    background:linear-gradient(135deg,#f8f8f8 0%,#ffffff 100%);
}

.ps-about-hero::before{
    content:"";
    position:absolute;
    top:-220px;
    right:-160px;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(212,175,55,.08);
}

.ps-about-hero::after{
    content:"";
    position:absolute;
    bottom:-180px;
    left:-140px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(0,0,0,.03);
}

.ps-about-hero .ps-container{
    position:relative;
    z-index:2;
}

.ps-about-hero-content{
    max-width:820px;
}

.ps-about-hero h1{
    margin:20px 0 25px;
}

.ps-about-hero p{
    max-width:700px;
    margin-bottom:40px;
    font-size:1.15rem;
    line-height:1.9;
    color:#666;
}

.ps-about-hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}



/* ==========================================================
   OUR STORY
========================================================== */

.ps-about-story-section{
    padding:110px 0;
}

.ps-about-story-grid{
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:80px;
    align-items:center;
}

.ps-about-story-image{
    position:relative;
}

.ps-about-story-image img{
    width:100%;
    display:block;
    border-radius:22px;
    box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.ps-about-story-content h2{
    margin:18px 0 28px;
}

.ps-about-story-content p{
    margin-bottom:22px;
    line-height:1.9;
    color:#666;
}



/* ==========================================================
   STORY HIGHLIGHTS
========================================================== */

.ps-about-story-highlights{
    margin-top:45px;
    display:flex;
    flex-direction:column;
    gap:22px;
}

.ps-about-highlight{
    display:flex;
    gap:18px;
    align-items:flex-start;
    padding:22px 24px;
    background:#fff;
    border-radius:18px;
    border:1px solid rgba(0,0,0,.06);
    transition:.35s;
}

.ps-about-highlight:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.ps-about-highlight-number{
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    background:var(--ps-primary);
    color:#fff;
    font-size:1.2rem;
    font-weight:700;
}

.ps-about-highlight h3{
    margin:0 0 8px;
    font-size:1.1rem;
}

.ps-about-highlight p{
    margin:0;
    color:#666;
    line-height:1.7;
}



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

@media (max-width:991px){

    .ps-about-hero{
        padding:110px 0 90px;
    }

    .ps-about-story-grid{
        grid-template-columns:1fr;
        gap:55px;
    }

}

@media (max-width:768px){

    .ps-about-story-section{
        padding:90px 0;
    }

    .ps-about-hero{
        text-align:center;
    }

    .ps-about-hero-content{
        margin:0 auto;
    }

    .ps-about-hero p{
        margin-left:auto;
        margin-right:auto;
    }

    .ps-about-hero-buttons{
        justify-content:center;
    }

    .ps-about-highlight{
        padding:20px;
    }

    .ps-about-highlight{
        gap:15px;
    }

    .ps-about-highlight-number{
        width:42px;
        height:42px;
        font-size:1rem;
    }

}

@media (max-width:576px){

    .ps-about-hero{
        padding:90px 0 70px;
    }

    .ps-about-story-section{
        padding:70px 0;
    }

    .ps-about-story-grid{
        gap:40px;
    }

}


/*==========================================================
  WHY CHOOSE US
==========================================================*/

.ps-about-benefits-section{
    padding:110px 0;
    background:#f8f9fb;
}

.ps-about-benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:70px;
}

.ps-about-benefit-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    border:1px solid rgba(0,0,0,.06);
    transition:.35s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.ps-about-benefit-card:hover{
    transform:translateY(-10px);
    box-shadow:0 22px 50px rgba(0,0,0,.12);
}

.ps-about-benefit-icon{
    width:80px;
    height:80px;
    margin:0 auto 28px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(212,175,55,.12);
    color:var(--ps-primary);
    transition:.35s;
}

.ps-about-benefit-card:hover .ps-about-benefit-icon{
    background:var(--ps-primary);
    color:#fff;
}

.ps-about-benefit-icon svg{
    width:34px;
    height:34px;
}

.ps-about-benefit-card h3{
    margin-bottom:15px;
    font-size:1.3rem;
}

.ps-about-benefit-card p{
    margin:0;
    line-height:1.8;
    color:#666;
}



/*==========================================================
  OUR VALUES
==========================================================*/

.ps-about-values-section{
    padding:110px 0;
}

.ps-about-values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;
}

.ps-about-value-card{
    position:relative;
    background:#fff;
    padding:45px 38px;
    border-radius:22px;
    border:1px solid rgba(0,0,0,.06);
    overflow:hidden;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.ps-about-value-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:var(--ps-primary);
}

.ps-about-value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.ps-about-value-number{
    font-size:3rem;
    font-weight:800;
    color:rgba(212,175,55,.18);
    line-height:1;
    margin-bottom:25px;
}

.ps-about-value-card h3{
    margin-bottom:18px;
    font-size:1.45rem;
}

.ps-about-value-card p{
    margin:0;
    line-height:1.9;
    color:#666;
}



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

@media (max-width:1200px){

    .ps-about-benefits-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:991px){

    .ps-about-benefits-section,
    .ps-about-values-section{
        padding:90px 0;
    }

    .ps-about-values-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width:768px){

    .ps-about-benefits-grid{
        grid-template-columns:1fr;
        gap:25px;
        margin-top:50px;
    }

    .ps-about-values-grid{
        margin-top:50px;
        gap:25px;
    }

    .ps-about-benefit-card,
    .ps-about-value-card{
        padding:35px 28px;
    }

    .ps-about-benefit-icon{
        width:70px;
        height:70px;
    }

    .ps-about-benefit-icon svg{
        width:30px;
        height:30px;
    }

    .ps-about-value-number{
        font-size:2.5rem;
    }

}

@media (max-width:576px){

    .ps-about-benefits-section,
    .ps-about-values-section{
        padding:70px 0;
    }

    .ps-about-benefit-card,
    .ps-about-value-card{
        padding:30px 22px;
    }

}



/*==========================================================
  SERVICES
==========================================================*/

.ps-about-services-section{
    padding:110px 0;
    background:#f8f9fb;
}

.ps-about-services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:70px;
}

.ps-about-service-card{
    display:block;
    padding:38px 34px;
    background:#fff;
    border-radius:20px;
    border:1px solid rgba(0,0,0,.06);
    text-decoration:none;
    transition:.35s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.ps-about-service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 55px rgba(0,0,0,.12);
    border-color:rgba(212,175,55,.35);
}

.ps-about-service-card h3{
    margin-bottom:15px;
    color:var(--ps-heading);
    transition:.3s;
}

.ps-about-service-card:hover h3{
    color:var(--ps-primary);
}

.ps-about-service-card p{
    margin:0;
    color:#666;
    line-height:1.8;
}



/*==========================================================
  AREAS COVERED
==========================================================*/

.ps-about-areas-section{
    padding:110px 0;
}

.ps-about-areas-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:70px;
    align-items:center;
}

.ps-about-areas-content h2{
    margin:18px 0 28px;
}

.ps-about-areas-content p{
    margin-bottom:22px;
    color:#666;
    line-height:1.9;
}

.ps-about-area-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.ps-about-area-item{
    padding:18px 22px;
    background:#fff;
    border-radius:14px;
    border:1px solid rgba(0,0,0,.06);
    font-weight:600;
    transition:.3s;
    box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.ps-about-area-item:hover{
    transform:translateY(-5px);
    border-color:rgba(212,175,55,.35);
    box-shadow:0 16px 35px rgba(0,0,0,.08);
}



/*==========================================================
  PROCESS
==========================================================*/

.ps-about-process-section{
    padding:110px 0;
    background:#f8f9fb;
}

/* Reuses .ps-process-grid, .ps-process-card & .ps-process-number
   from the Services page. */

.ps-about-process-section .ps-process-grid{
    margin-top:70px;
}



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

@media (max-width:1200px){

    .ps-about-services-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media (max-width:991px){

    .ps-about-services-section,
    .ps-about-areas-section,
    .ps-about-process-section{
        padding:90px 0;
    }

    .ps-about-areas-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

}

@media (max-width:768px){

    .ps-about-services-grid{
        grid-template-columns:1fr;
        gap:25px;
        margin-top:50px;
    }

    .ps-about-service-card{
        padding:32px 28px;
    }

    .ps-about-area-list{
        grid-template-columns:1fr;
    }

    .ps-about-process-section .ps-process-grid{
        margin-top:50px;
    }

}

@media (max-width:576px){

    .ps-about-services-section,
    .ps-about-areas-section,
    .ps-about-process-section{
        padding:70px 0;
    }

    .ps-about-service-card{
        padding:28px 22px;
    }

    .ps-about-area-item{
        padding:16px 18px;
    }

}



/*==========================================================
  ABOUT PAGE — PROCESS
==========================================================*/

.ps-about-process-section .ps-process-grid{
    position:relative;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
    margin-top:70px;
}

.ps-about-process-section .ps-process-card{
    position:relative;
    z-index:2;
    padding:38px 26px 34px;
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:20px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:transform .35s ease,
               box-shadow .35s ease,
               border-color .35s ease;
}

.ps-about-process-section .ps-process-card:hover{
    transform:translateY(-8px);
    border-color:rgba(212,175,55,.35);
    box-shadow:0 22px 50px rgba(0,0,0,.11);
}

.ps-about-process-section .ps-process-number{
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 24px;
    border-radius:50%;
    background:var(--ps-primary);
    color:#fff;
    font-size:1.25rem;
    font-weight:700;
    box-shadow:0 10px 25px rgba(212,175,55,.25);
}

.ps-about-process-section .ps-process-card h3{
    margin:0 0 14px;
    color:var(--ps-heading);
    font-size:1.2rem;
}

.ps-about-process-section .ps-process-card p{
    margin:0;
    color:#666;
    line-height:1.75;
}



/*==========================================================
  ABOUT PAGE — FINAL CTA
==========================================================*/

.ps-about-page .ps-contact-cta-section{
    padding:110px 0;
    background:#fff !important;
}

.ps-about-page .ps-contact-cta{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    padding:70px;
    border-radius:28px;
    background:linear-gradient(135deg,#171717 0%,#228 100% )!important;
    box-shadow:0 28px 70px rgba(0,0,0,.18 )!important;
}

.ps-about-page .ps-contact-cta::before{
    content:"";
    position:absolute;
    top:-170px;
    right:-120px;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(212,175,55,.12);
}

.ps-about-page .ps-contact-cta::after{
    content:"";
    position:absolute;
    bottom:-180px;
    left:30%;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,255,255,.035);
}

.ps-about-page .ps-contact-cta-content,
.ps-about-page .ps-contact-cta-buttons{
    position:relative;
    z-index:2;
}

.ps-about-page .ps-contact-cta-content{
    max-width:720px;
}

.ps-about-page .ps-contact-cta-eyebrow{
    display:inline-block;
    margin-bottom:18px;
    color:var(--ps-primary);
    font-size:.85rem;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.ps-about-page .ps-contact-cta h2{
    margin:0 0 20px;
    color:#fff;
}

.ps-about-page .ps-contact-cta p{
    max-width:650px;
    margin:0;
    color:rgba(255,255,255,.75);
    font-size:1.05rem;
    line-height:1.85;
}

.ps-about-page .ps-contact-cta-buttons{
    flex-shrink:0;
}

.ps-about-page .ps-btn-light{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:15px 28px;
    border:2px solid #fff;
    border-radius:8px;
    background:#fff;
    color:#171717;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    transition:background .3s ease,
               color .3s ease,
               border-color .3s ease,
               transform .3s ease;
}

.ps-about-page .ps-btn-light:hover{
    transform:translateY(-3px);
    background:var(--ps-primary);
    border-color:var(--ps-primary);
    color:#fff;
}



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

@media (max-width:1200px){

    .ps-about-process-section .ps-process-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media (max-width:991px){

    .ps-about-process-section .ps-process-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ps-about-page .ps-contact-cta{
        flex-direction:column;
        align-items:flex-start;
        padding:55px;
    }

}

@media (max-width:768px){

    .ps-about-process-section .ps-process-grid{
        grid-template-columns:1fr;
        gap:22px;
        margin-top:50px;
    }

    .ps-about-page .ps-contact-cta-section{
        padding:90px 0;
    }

    .ps-about-page .ps-contact-cta{
        gap:35px;
        padding:45px 35px;
    }

}

@media (max-width:576px){

    .ps-about-page .ps-contact-cta-section{
        padding:70px 0;
    }

    .ps-about-page .ps-contact-cta{
        padding:38px 24px;
        border-radius:20px;
    }

    .ps-about-page .ps-contact-cta-buttons,
    .ps-about-page .ps-btn-light{
        width:100%;
    }

}/* End custom CSS */