/* Start custom CSS for html, class: .elementor-element-16507ea */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/*=========================================================
POWERHOUSE PROFESSIONAL SCHOOLS HERO
=========================================================*/

.ph-schools-hero{

    position:relative;
    overflow:hidden;

    padding:100px 30px 90px;

    background-image:url("https://powerhousemediation.com/staging/8768/wp-content/uploads/2026/07/Judicial-Academy.webp");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

}

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

.ph-schools-overlay{

    position:absolute;
    inset:0;

    background:

        radial-gradient(
            circle at 82% 18%,
            rgba(194,149,255,.22) 0%,
            transparent 34%
        ),

        radial-gradient(
            circle at 18% 82%,
            rgba(108,52,170,.20) 0%,
            transparent 42%
        ),

        radial-gradient(
            circle at 72% 46%,
            rgba(91,43,138,.24) 0%,
            transparent 48%
        ),

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

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

        linear-gradient(
            135deg,
            rgba(3,3,3,.92) 0%,
            rgba(11,7,16,.80) 15%,
            rgba(26,11,43,.72) 32%,
            rgba(43,8,71,.62) 50%,
            rgba(75,25,120,.58) 68%,
            rgba(52,19,91,.72) 84%,
            rgba(9,9,9,.92) 100%
        );

}

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

.ph-schools-content{

    position:relative;
    z-index:5;

    max-width:1200px;

    margin:auto;

    text-align:center;

}

/*=========================================================
EYEBROW
=========================================================*/

.ph-schools-eyebrow{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;

    color:#C6A6FF;

    font-size:1rem;

    font-weight:500;

    letter-spacing:8px;

    text-transform:uppercase;

    margin-bottom:50px;

}

.ph-schools-eyebrow::before,
.ph-schools-eyebrow::after{

    content:"";

    width:130px;

    height:2px;

}

.ph-schools-eyebrow::before{

    background:linear-gradient(
        to right,
        transparent,
        #C6A6FF
    );

}

.ph-schools-eyebrow::after{

    background:linear-gradient(
        to left,
        transparent,
        #C6A6FF
    );

}

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

.ph-schools-content h1{

    font-family:'Cormorant Garamond',serif;

    font-size:clamp(5.1rem,8.5vw,8rem);

    line-height:1;

    font-weight:400;

    letter-spacing:-2px;

    color:#fff;

    margin:0 0 18px;

    text-shadow:0 0 30px rgba(255,255,255,.03);

}

.ph-schools-content h1 span{

    display:block;

    color:#C6A6FF;

}

/*=========================================================
SUBTITLE
=========================================================*/

.ph-schools-subtitle{

    font-size:1.05rem;

    text-transform:uppercase;

    letter-spacing:5px;

    color:#E2D1FF;

    font-weight:500;

    margin:34px 0 10px;

}

/*=========================================================
PILL
=========================================================*/

.ph-schools-pill{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    white-space:nowrap;

    padding:16px 38px;

    margin:10px auto 36px;

    background:rgba(0,0,0,.82);

    border:1px solid rgba(181,140,255,.35);

    border-radius:999px;

    color:#C6A6FF;

    font-size:1.02rem;

    font-weight:600;

    letter-spacing:4px;

    text-transform:uppercase;

    line-height:1;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 18px 40px rgba(0,0,0,.35);

}

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

.ph-schools-content p{

    max-width:820px;

    margin:0 auto 48px;

    color:#F6F6F6;

    font-size:1.22rem;

    line-height:2.15;

    letter-spacing:.15px;

}

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

.ph-schools-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:32px;

    margin-top:10px;

}

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

.ph-schools-buttons a:first-child{

    display:inline-block;

    padding:20px 48px;

    background:#050505;

    border:2px solid #A970FF;

    color:#FFFFFF;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    letter-spacing:.3px;

    transition:.3s ease;

}

.ph-schools-buttons a:first-child:hover{

    background:#8D5CF6;

    border-color:#8D5CF6;

    color:#FFFFFF;

    transform:translateY(-2px);

    box-shadow:0 12px 30px rgba(141,92,246,.35);

}

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

.ph-schools-buttons a:last-child{

    display:inline-block;

    padding:20px 48px;

    background:#FFFFFF;

    border:2px solid #FFFFFF;

    color:#111111;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    letter-spacing:.3px;

    transition:.3s ease;

}

.ph-schools-buttons a:last-child:hover{

    background:#8D5CF6;

    border-color:#8D5CF6;

    color:#FFFFFF;

    transform:translateY(-2px);

    box-shadow:0 12px 30px rgba(141,92,246,.35);

}

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

@media (max-width:900px){

    .ph-schools-hero{

        padding:110px 24px 80px;

    }

    .ph-schools-content{

        max-width:100%;

    }

    .ph-schools-eyebrow{

        gap:16px;

        margin-bottom:36px;

        font-size:.72rem;

        letter-spacing:5px;

    }

    .ph-schools-eyebrow::before,
    .ph-schools-eyebrow::after{

        width:60px;

    }

    .ph-schools-content h1{

        font-size:4rem;

    }

    .ph-schools-subtitle{

        font-size:.85rem;

        letter-spacing:3px;

        margin:26px 0 10px;

    }

    .ph-schools-pill{

        font-size:.88rem;

        letter-spacing:3px;

        padding:18px 26px;

        white-space:normal;

        line-height:1.7;

    }

    .ph-schools-content p{

        font-size:1.08rem;

        line-height:1.8;

    }

    .ph-schools-buttons{

        flex-direction:column;

        gap:18px;

    }

    .ph-schools-buttons a{

        width:100%;
        max-width:340px;

        text-align:center;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0451ed *//*=========================================================
POWERHOUSE PROFESSIONAL SCHOOLS
=========================================================*/

.ph-school-grid-section{

    padding:110px 30px;

    background:#FFFFFF;

}

.ph-school-grid-container{

    max-width:1450px;

    margin:auto;

}

/*=========================================================
HEADER
=========================================================*/

.ph-school-grid-header{

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.ph-school-grid-eyebrow{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;

    color:#4B1978;

    font-size:1rem;

    font-weight:600;

    letter-spacing:8px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.ph-school-grid-eyebrow::before,
.ph-school-grid-eyebrow::after{

    content:"";

    display:block;

    width:120px;

    height:2px;

}

.ph-school-grid-eyebrow::before{

    background:linear-gradient(
        to right,
        transparent,
        #4B1978
    );

}

.ph-school-grid-eyebrow::after{

    background:linear-gradient(
        to left,
        transparent,
        #4B1978
    );

}

.ph-school-grid-header h2{

    font-family:'Cormorant Garamond',serif;

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

    font-weight:400;

    color:#111;

    margin:0 0 25px;

}

.ph-school-grid-header p{

    font-size:1.18rem;

    line-height:2;

    color:#555;

}

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

.ph-school-grid{

    display:grid;

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

    gap:34px;

}

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

.ph-school-card{

    display:flex;

    flex-direction:column;

    background:#080808;

    border:2px solid #6B33A7;

    border-radius:24px;

    overflow:hidden;

    text-decoration:none;

    transition:.35s ease;

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

}

.ph-school-card:hover{

    transform:translateY(-8px);

    border-color:#8D5CF6;

    box-shadow:
        0 25px 60px rgba(141,92,246,.22);

}

/*=========================================================
IMAGE
=========================================================*/

.ph-school-image{

    height:240px;

    overflow:hidden;

}

.ph-school-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.ph-school-card:hover img{

    transform:scale(1.08);

}

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

.ph-school-content{

    padding:34px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.ph-school-content h3{

    font-family:'Cormorant Garamond',serif;

    font-size:2.4rem;

    font-weight:400;

    color:#FFFFFF;

    line-height:1.05;

    margin:0 0 22px;

}

.ph-school-content h3 span{

    display:block;

    color:#C6A6FF;

    font-size:.75em;

}

.ph-school-content p{

    color:#D9D9D9;

    line-height:1.9;

    margin-bottom:35px;

    flex:1;

}

.ph-school-link{

    color:#C6A6FF;

    font-weight:600;

    letter-spacing:.3px;

    transition:.3s;

}

.ph-school-card:hover .ph-school-link{

    color:#FFFFFF;

}

/*=========================================================
LAW SCHOOL FOR BUSINESS
=========================================================*/

.ph-business-feature{

    padding:30px 30px 120px;

    background:#FFFFFF;

}

.ph-business-feature-container{

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:55% 45%;

    gap:0;

    align-items:stretch;

    background:#0A0A0A;

    border:2px solid #6B33A7;

    border-radius:30px;

    overflow:hidden;

}

.ph-business-feature-image{

    height:100%;

}

.ph-business-feature-image{

    min-height:620px;

}

/*=========================================================
FEATURE IMAGE
=========================================================*/

.ph-business-feature-image{

    position:relative;

    min-height:640px;

    overflow:hidden;

}

.ph-business-feature-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:left center;

    display:block;

}

.ph-business-feature-content{

    padding:70px;

}

.ph-business-feature-eyebrow{

    color:#C6A6FF;

    text-transform:uppercase;

    letter-spacing:5px;

    font-size:.9rem;

    font-weight:600;

    margin-bottom:18px;

}

.ph-business-feature-content h2{

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    line-height:1;

    font-weight:400;

    color:#FFFFFF;

    margin:0 0 30px;

}

.ph-business-feature-content h2 span{

    display:block;

    color:#C6A6FF;

}

.ph-business-feature-content p{

    color:#DDDDDD;

    line-height:2;

    font-size:1.1rem;

    margin-bottom:25px;

}

.ph-business-feature-button{

    display:inline-block;

    margin-top:25px;

    padding:18px 42px;

    background:#FFFFFF;

    color:#111111;

    border:2px solid #FFFFFF;

    border-radius:999px;

    text-decoration:none;

    font-weight:700;

    transition:.35s ease;

}

.ph-business-feature-button:hover{

    background:#8D5CF6;

    border-color:#8D5CF6;

    color:#FFFFFF;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(141,92,246,.35);

}

.ph-business-feature-button:hover{

    background:#8D5CF6;

    border-color:#8D5CF6;

    color:#FFFFFF;

    transform:translateY(-2px);

}

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

@media(max-width:1200px){

.ph-school-grid{

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

}

.ph-business-feature-container{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.ph-school-grid-section{

padding:80px 20px;

}

.ph-school-grid{

grid-template-columns:1fr;

gap:24px;

}

.ph-school-grid-header h2{

font-size:3rem;

}

.ph-school-grid-header p{

font-size:1.05rem;

line-height:1.8;

}

.ph-school-grid-eyebrow{

font-size:.75rem;

letter-spacing:4px;

gap:14px;

}

.ph-school-grid-eyebrow::before,
.ph-school-grid-eyebrow::after{

width:45px;

}

.ph-school-content{

padding:28px;

}

.ph-school-content h3{

font-size:2rem;

}

.ph-business-feature{

padding:0 20px 80px;

}

.ph-business-feature-content{

padding:40px 30px;

}

.ph-business-feature-content h2{

font-size:3rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-751c0846 *//*=========================================================
TRIAL CTA
=========================================================*/

.ph-trial-cta{

    padding:130px 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 40%),

        linear-gradient(
            135deg,
            #2A1248 0%,
            #341A5B 30%,
            #4A247A 70%,
            #341A5B 100%
        );

    color:#fff;

}

.ph-trial-cta-container{

    max-width:950px;

    margin:auto;

    text-align:center;

}

.ph-trial-cta-eyebrow{

    display:inline-block;

    text-transform:uppercase;

    letter-spacing:6px;

    color:#D8BEFF;

    font-size:.9rem;

    font-weight:600;

    margin-bottom:30px;

}

.ph-trial-cta h2{

    font-family:'Cormorant Garamond',serif;

    font-size:clamp(3.5rem,6vw,5.5rem);

    line-height:.95;

    margin-bottom:35px;

    color:#fff;

}

.ph-trial-cta p{

    max-width:760px;

    margin:0 auto;

    font-size:1.18rem;

    line-height:2;

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

}

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

.ph-trial-cta-buttons{

    display:flex;
    justify-content:center;
    gap:24px;
    flex-wrap:wrap;
    margin-top:55px;

}

.ph-trial-cta-buttons a{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:18px 42px;

    border-radius:999px;

    font-weight:600;

    text-decoration:none;

    transition:all .35s ease;

}

/*----------------------------------
PRIMARY
----------------------------------*/

.ph-trial-cta-buttons .ph-trial-btn-primary{

    background:#000000;
    color:#FFFFFF;
    border:2px solid #000000;

}

.ph-trial-cta-buttons .ph-trial-btn-primary:hover{

    background:#6C35A8;
    border-color:#6C35A8;
    color:#FFFFFF;

}

/*----------------------------------
SECONDARY
----------------------------------*/

.ph-trial-cta-buttons .ph-trial-btn-secondary{

    background:#FFFFFF;
    color:#000000;
    border:2px solid #FFFFFF;

}

.ph-trial-cta-buttons .ph-trial-btn-secondary:hover{

    background:#6C35A8;
    border-color:#6C35A8;
    color:#FFFFFF;

}

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

@media(max-width:768px){

.ph-trial-cta{

padding:90px 25px;

}

.ph-trial-cta h2{

font-size:3.5rem;

}

.ph-trial-cta p{

font-size:1.05rem;

line-height:1.9;

}

}/* End custom CSS */