.elementor-630 .elementor-element.elementor-element-351733e{--display:flex;--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-aee9f62 *//* ==================================================
SCHEDULING PAGE - SCREENSHOT STYLE CSS
COLORS: #0A202E / #0B2635
================================================== */

.sched-page{
    background:#0A202E;
    color:#fff;
    font-family:'Inter',sans-serif;
    overflow:hidden;
}

.sched-container{
    width:90%;
    max-width:1050px;
    margin:auto;
}

/* ==========================
HERO
========================== */

.sched-hero{
    background:#0A202E;
    padding:90px 0 85px;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.sched-breadcrumb{
    font-size:13px;
    color:#6f8fa2;
    margin-bottom:25px;
}

.sched-hero h1{
    font-size:58px;
    line-height:1.05;
    font-weight:700;
    max-width:650px;
    margin-bottom:22px;
    letter-spacing:-1px;
}

.sched-hero p{
    max-width:560px;
    font-size:16px;
    line-height:1.7;
    color:#97AEBE;
}

.sched-btns{
    display:flex;
    gap:14px;
    margin-top:30px;
    flex-wrap:wrap;
}

/* ==========================
BUTTONS
========================== */

.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 28px;

    background:#12CFFF;
    color:#00131F;

    border-radius:8px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;

    box-shadow:
    0 0 10px rgba(18,207,255,.35),
    0 0 20px rgba(18,207,255,.15);

    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-2px);
}

.btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 28px;

    border:1px solid #12CFFF;
    color:#fff;

    border-radius:8px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;

    transition:.3s;
}

.btn-secondary:hover{
    box-shadow:0 0 15px rgba(18,207,255,.18);
}

/* ==========================
STRATEGIC SECTION
========================== */

.sched-strategic{
    background:#0A202E;
    padding:70px 0;
}

.sched-grid{
    display:grid;
    grid-template-columns:68% 32%;
    gap:35px;
}

.sched-left h2{
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.sched-left p{
    color:#97AEBE;
    font-size:14px;
    line-height:1.9;
    margin-bottom:15px;
}

/* ==========================
CARDS
========================== */

.glow-card{
    background:#123348;

    border:1px solid rgba(18,207,255,.08);

    border-radius:14px;

    padding:22px;

    box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 0 12px rgba(18,207,255,.03);

    transition:.3s;
}

.glow-card:hover{

    border-color:rgba(18,207,255,.18);

    box-shadow:
    0 0 15px rgba(18,207,255,.08),
    0 0 35px rgba(18,207,255,.03);
}

.included-card{
    margin-top:25px;
}

.included-card h3{
    font-size:18px;
    margin-bottom:18px;
}

.included-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.included-card li{
    color:#97AEBE;
    font-size:14px;
    margin-bottom:14px;
    line-height:1.7;
}

.included-card li:before{
    content:"◉";
    color:#12CFFF;
    margin-right:10px;
}

/* ==========================
SIDEBAR
========================== */

.sched-right .glow-card{
    margin-bottom:18px;
}

.sched-right h3{
    font-size:18px;
    margin-bottom:20px;
}

.detail{
    margin-bottom:18px;
}

.detail span{
    display:block;
    color:#6F8FA2;
    font-size:11px;
    text-transform:uppercase;
    margin-bottom:5px;
    letter-spacing:.5px;
}

.detail strong{
    font-size:14px;
    font-weight:500;
}

.full-btn{
    width:100%;
}

.learn-card h4{
    font-size:15px;
    margin-bottom:15px;
}

.learn-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.learn-card li{
    color:#97AEBE;
    font-size:13px;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.04);
}

/* ==========================
RELATED SERVICES
========================== */

.related-services{
    background:#0A202E;
    padding:50px 0 80px;
}

.related-services h2{
    font-size:24px;
    font-weight:700;
    margin-bottom:28px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(180px,1fr));
    gap:18px;
}

.service-card{

    background:#123348;

    border:1px solid rgba(18,207,255,.08);

    border-radius:14px;

    padding:20px;

    min-height:210px;

    display:flex;
    flex-direction:column;

    box-shadow:
    0 0 12px rgba(18,207,255,.03);
}

.service-card.active{

    border-color:rgba(18,207,255,.25);

    box-shadow:
    0 0 18px rgba(18,207,255,.10);
}

.service-card h3{
    font-size:18px;
    line-height:1.4;
    margin-bottom:12px;
}

.service-card p{
    color:#97AEBE;
    font-size:13px;
    line-height:1.8;
}

.service-card a{
    margin-top:auto;
    color:#12CFFF;
    text-decoration:none;
    font-size:13px;
    font-weight:500;
}

/* ==========================
CTA
========================== */

.sched-cta{

    background:#0B2635;

    padding:90px 0;

    text-align:center;

    border-top:1px solid rgba(255,255,255,.04);
}

.sched-cta h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:12px;
}

.sched-cta p{
    color:#97AEBE;
    font-size:15px;
    margin-bottom:30px;
}

.center-btns{
    justify-content:center;
}

/* ==========================
RESPONSIVE
========================== */

@media(max-width:991px){

    .sched-grid{
        grid-template-columns:1fr;
    }

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .sched-hero h1{
        font-size:44px;
    }

    .sched-cta h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .sched-hero{
        padding:60px 0;
    }

    .sched-hero h1{
        font-size:34px;
    }

    .sched-left h2{
        font-size:22px;
    }

    .related-services h2{
        font-size:22px;
    }

    .services-grid{
        grid-template-columns:1fr;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
    }

    .service-card{
        min-height:auto;
    }
}/* End custom CSS */