:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b1f913c *//* =========================================
   WHAT WE STUDY
========================================= */

.phology-study{

    background:#121212;

    padding:130px 40px;

}

.phology-study-container{

    max-width:1300px;

    margin:auto;

    text-align:center;

}

/* ========================================= */

.phology-study-eyebrow{

    color:#B388FF;

    text-transform:uppercase;

    letter-spacing:6px;

    font-size:.82rem;

    font-weight:600;

    margin-bottom:22px;

}

/* ========================================= */

.phology-study h2{

    font-family:'Cormorant Garamond',serif;

    color:#ffffff;

    font-size:clamp(3.2rem,5vw,4.8rem);

    font-weight:400;

    line-height:1.1;

    margin-bottom:34px;

}

/* ========================================= */

.phology-study-intro{

    max-width:900px;

    margin:0 auto 90px;

    color:#D8D8D8;

    font-size:1.25rem;

    line-height:1.9;

}

/* ========================================= */

.phology-study-grid{

    display:grid;

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

    gap:34px;

}

/* ========================================= */

.phology-study-item{

    padding:45px 35px;

    background:#321056;

    border:1px solid rgba(179,136,255,.35);

    border-radius:24px;

    transition:all .35s ease;

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

}

/* ========================================= */

.phology-study-item:hover{

    transform:translateY(-8px);

    background:#3A1363;

    border-color:#D8BEFF;

    box-shadow:0 28px 60px rgba(0,0,0,.35);

}

/* ========================================= */

.phology-study-item span{

    display:block;

    font-family:'Cormorant Garamond',serif;

    font-size:3rem;

    color:#B388FF;

    margin-bottom:18px;

}

/* ========================================= */

.phology-study-item h3{

    font-family:'Cormorant Garamond',serif;

    color:#ffffff;

    font-size:2rem;

    font-weight:500;

    margin-bottom:18px;

}

/* ========================================= */

.phology-study-item p{

    color:#EFEFEF;

    font-size:1.05rem;

    line-height:1.9;

}

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

@media(max-width:950px){

    .phology-study{

        padding:90px 30px;

    }

    .phology-study-grid{

        grid-template-columns:1fr;

    }

    .phology-study-intro{

        margin-bottom:60px;

        font-size:1.15rem;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a1069d *//* =========================================
   INSIDE POWERHOUSEOLOGY
========================================= */

.phology-inside{

    position:relative;
    overflow:hidden;

    padding:130px 40px;

    background:linear-gradient(
        135deg,
        #321056 0%,
        #4A1978 55%,
        #2B0847 100%
    );

}

.phology-inside-container{

    position:relative;
    z-index:2;

    max-width:1100px;

    margin:auto;

    text-align:center;

}

/* ========================================= */

.phology-inside-eyebrow{

    color:#B388FF;

    text-transform:uppercase;

    letter-spacing:6px;

    font-size:.82rem;

    font-weight:600;

    margin-bottom:22px;

}

/* ========================================= */

.phology-inside h2{

    font-family:'Cormorant Garamond',serif;

    color:#ffffff;

    font-size:clamp(3rem,5vw,4.5rem);

    font-weight:400;

    line-height:1.1;

    margin-bottom:34px;

}

/* ========================================= */

.phology-inside-intro{

    max-width:820px;

    margin:0 auto 80px;

    color:#EEE5FF;

    font-size:1.25rem;

    line-height:1.9;

}

/* ========================================= */

.phology-list{

    display:flex;

    flex-direction:column;

    gap:24px;

}

/* ========================================= */

.phology-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

    padding:40px 42px;

    background:#ffffff;

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

    border-radius:24px;

    text-decoration:none;

    transition:all .35s ease;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

/* ========================================= */

.phology-row:hover{

    transform:translateY(-6px);

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

}

/* ========================================= */

.phology-row-content{

    flex:1;

    text-align:left;

}

/* ========================================= */

.phology-row-content h3{

    font-family:'Cormorant Garamond',serif;

    color:#2B0847;

    font-size:2.15rem;

    font-weight:500;

    margin-bottom:14px;

    transition:.35s;

}

.phology-row:hover h3{

    color:#5B2B8A;

}

/* ========================================= */

.phology-row-content p{

    color:#666666;

    line-height:1.9;

    font-size:1.08rem;

    max-width:700px;

}

/* ========================================= */

.phology-arrow{

    flex-shrink:0;

    color:#B388FF;

    font-size:2rem;

    transition:.35s;

}

.phology-row:hover .phology-arrow{

    transform:translateX(10px);

    color:#5B2B8A;

}

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

@media(max-width:900px){

    .phology-inside{

        padding:90px 30px;

    }

    .phology-inside-intro{

        font-size:1.15rem;

        margin-bottom:60px;

    }

    .phology-row{

        flex-direction:column;

        align-items:flex-start;

        gap:20px;

        padding:30px;

    }

    .phology-row-content{

        text-align:left;

    }

    .phology-row-content h3{

        font-size:1.9rem;

    }

    .phology-arrow{

        font-size:1.6rem;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a0d3c3 *//* =========================================
   FEATURED THINKING
========================================= */

.phology-featured{

    background:#ffffff;

    padding:130px 40px;

}

.phology-featured-container{

    max-width:1350px;

    margin:auto;

    text-align:center;

}

/* ========================================= */

.phology-featured-eyebrow{

    color:#5B2B8A;

    text-transform:uppercase;

    letter-spacing:6px;

    font-size:.82rem;

    font-weight:600;

    margin-bottom:22px;

}

/* ========================================= */

.phology-featured h2{

    font-family:'Cormorant Garamond',serif;

    color:#2B0847;

    font-size:clamp(3rem,5vw,4.5rem);

    font-weight:400;

    line-height:1.1;

    margin-bottom:34px;

}

/* ========================================= */

.phology-featured-intro{

    max-width:850px;

    margin:0 auto 80px;

    color:#333333;

    font-size:1.25rem;

    line-height:1.9;

}

/* ========================================= */

.phology-featured-grid{

    display:grid;

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

    gap:34px;

}

/* ========================================= */

.phology-article{

    background:#111111;

    border:1px solid rgba(179,136,255,.22);

    border-radius:26px;

    overflow:hidden;

    transition:all .35s ease;

    text-align:left;

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

}

.phology-article:hover{

    transform:translateY(-8px);

    border-color:#B388FF;

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

}

/* ========================================= */

.phology-image{

    height:260px;

    overflow:hidden;

}

.phology-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.phology-article:hover img{

    transform:scale(1.05);

}

/* ========================================= */

.phology-article-content{

    padding:35px;

}

/* ========================================= */

.phology-category{

    color:#B388FF;

    font-size:.78rem;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:18px;

}

/* ========================================= */

.phology-article h3{

    font-family:'Cormorant Garamond',serif;

    color:#ffffff;

    font-size:2rem;

    font-weight:500;

    line-height:1.2;

    margin-bottom:18px;

}

/* ========================================= */

.phology-article p{

    color:#E5E5E5;

    line-height:1.9;

    font-size:1.05rem;

    margin-bottom:28px;

}

/* ========================================= */

.phology-article a{

    color:#B388FF;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.phology-article:hover a{

    color:#DCC3FF;

    letter-spacing:.5px;

}

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

@media(max-width:1000px){

    .phology-featured{

        padding:90px 30px;

    }

    .phology-featured-grid{

        grid-template-columns:1fr;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57f578c *//* =========================================
   POWERHOUSEOLOGY IN PRACTICE
========================================= */

.phology-practice{

    background:#111111;

    padding:130px 40px;

}

.phology-practice-container{

    max-width:1200px;

    margin:auto;

}

.phology-practice-eyebrow{

    text-align:center;

    color:#B388FF;

    letter-spacing:6px;

    text-transform:uppercase;

    font-size:.82rem;

    font-weight:600;

    margin-bottom:22px;

}

.phology-practice h2{

    text-align:center;

    font-family:'Cormorant Garamond',serif;

    color:#ffffff;

    font-size:clamp(3rem,5vw,4.7rem);

    font-weight:400;

    line-height:1.1;

    margin-bottom:34px;

}

.phology-practice-intro{

    max-width:850px;

    margin:0 auto 90px;

    text-align:center;

    color:#D8D8D8;

    font-size:1.22rem;

    line-height:1.9;

}

/* ========================================= */

.phology-practice-list{

    display:flex;

    flex-direction:column;

    gap:28px;

}

/* ========================================= */

.phology-practice-row{

    display:flex;

    align-items:flex-start;

    gap:40px;

    padding:40px 42px;

    background:#ffffff;

    border-radius:24px;

    border:1px solid rgba(179,136,255,.20);

    transition:all .35s ease;

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

}

.phology-practice-row:hover{

    transform:translateY(-6px);

    border-color:#B388FF;

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

}

/* ========================================= */

.phology-practice-number{

    min-width:90px;

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    color:#B388FF;

    line-height:1;

}

/* ========================================= */

.phology-practice-content{

    flex:1;

}

.phology-practice-content h3{

    font-family:'Cormorant Garamond',serif;

    color:#2B0847;

    font-size:2.25rem;

    font-weight:500;

    margin-bottom:18px;

}

.phology-practice-content p{

    color:#555555;

    font-size:1.08rem;

    line-height:1.95;

    max-width:760px;

}

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

@media(max-width:900px){

    .phology-practice{

        padding:90px 30px;

    }

    .phology-practice-row{

        flex-direction:column;

        gap:20px;

        padding:30px;

    }

    .phology-practice-number{

        font-size:3rem;

    }

    .phology-practice-content h3{

        font-size:1.9rem;

    }

    .phology-practice-content p{

        font-size:1.05rem;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79316b3 *//* =========================================
   POWERHOUSEOLOGY PHILOSOPHY
========================================= */

.phology-closing{

    padding:140px 40px;

    background:#ffffff;

}

.phology-closing-container{

    max-width:900px;

    margin:auto;

    text-align:center;

}

/* ========================================= */

.phology-closing-eyebrow{

    display:inline-block;

    padding:10px 24px;

    margin-bottom:28px;

    background:#F4ECFF;

    border:1px solid #DCC3FF;

    border-radius:40px;

    color:#5B2B8A;

    text-transform:uppercase;

    letter-spacing:6px;

    font-size:.82rem;

    font-weight:600;

}

/* ========================================= */

.phology-closing h2{

    display:inline-block;

    margin:0 auto 38px;

    padding:38px 55px;

    background:linear-gradient(
        135deg,
        #321056 0%,
        #4A1978 55%,
        #2B0847 100%
    );

    border-radius:26px;

    color:#ffffff;

    font-family:'Cormorant Garamond',serif;

    font-size:clamp(3.4rem,6vw,5rem);

    font-weight:400;

    line-height:1.1;

    box-shadow:0 25px 60px rgba(43,8,71,.20);

}

/* ========================================= */

.phology-closing-lead{

    max-width:760px;

    margin:0 auto 55px;

    color:#5B2B8A;

    font-size:1.45rem;

    line-height:1.8;

    font-style:italic;

}

/* ========================================= */

.phology-closing p{

    color:#555555;

    font-size:1.18rem;

    line-height:2;

    margin-bottom:34px;

}

.phology-closing p:last-child{

    margin-bottom:0;

}

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

@media(max-width:900px){

    .phology-closing{

        padding:90px 30px;

    }

    .phology-closing h2{

        display:block;

        padding:28px 24px;

        font-size:2.8rem;

    }

    .phology-closing-lead{

        font-size:1.2rem;

    }

    .phology-closing p{

        font-size:1.08rem;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ff0d01 *//* =========================================
   POWERHOUSEOLOGY CTA
========================================= */

.phology-cta{

    padding:140px 40px;

    background:

    radial-gradient(circle at top right,
    rgba(255,255,255,.08) 0%,
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(255,255,255,.05) 0%,
    transparent 45%),

    linear-gradient(
    135deg,
    #2B0847 0%,
    #4B1978 55%,
    #36125D 100%);

}

.phology-cta-container{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.phology-cta-eyebrow{

    color:#D8BEFF;

    text-transform:uppercase;

    letter-spacing:6px;

    font-size:.82rem;

    font-weight:600;

    margin-bottom:22px;

}

.phology-cta h2{

    font-family:'Cormorant Garamond',serif;

    color:#ffffff;

    font-size:clamp(3.2rem,5vw,4.8rem);

    font-weight:400;

    line-height:1.1;

    margin-bottom:34px;

}

.phology-cta p{

    color:#F1E8FF;

    font-size:1.22rem;

    line-height:1.9;

    max-width:760px;

    margin:0 auto 55px;

}

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

.phology-button-primary{

    display:inline-block;

    padding:18px 46px;

    background:#ffffff;

    color:#2B0847;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    font-size:1rem;

    letter-spacing:.5px;

    transition:all .35s ease;

}

.phology-button-primary:hover{

    background:#F4ECFF;

    color:#2B0847;

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(0,0,0,.28);

}

/* =========================================
   SECONDARY LINKS
========================================= */

.phology-cta-links{

    margin-top:40px;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:18px;

}

.phology-cta-links a{

    color:#E9D9FF;

    text-decoration:none;

    font-weight:500;

    transition:.3s;

}

.phology-cta-links a:hover{

    color:#ffffff;

}

.phology-cta-links span{

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

}

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

@media(max-width:900px){

    .phology-cta{

        padding:90px 30px;

    }

    .phology-cta h2{

        font-size:2.9rem;

    }

    .phology-cta p{

        font-size:1.08rem;

    }

    .phology-button-primary{

        width:100%;

        max-width:320px;

    }

    .phology-cta-links{

        gap:12px;

        line-height:2;

    }

}/* End custom CSS */