.elementor-45 .elementor-element.elementor-element-c1678f4:not(.elementor-motion-effects-element-type-background), .elementor-45 .elementor-element.elementor-element-c1678f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://task-plan.co.uk/wp-content/uploads/2026/05/school.png");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-45 .elementor-element.elementor-element-c1678f4 > .elementor-background-overlay{background-color:#161F21;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-45 .elementor-element.elementor-element-c1678f4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:220px 0px 250px 0px;}.elementor-45 .elementor-element.elementor-element-60a7f14 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-45 .elementor-element.elementor-element-c1678f4{padding:125px 0px 200px 0px;}}@media(max-width:767px){.elementor-45 .elementor-element.elementor-element-c1678f4{padding:100px 0px 50px 0px;}}/* Start custom CSS for html, class: .elementor-element-b9a6532 */.hero-content{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:70vh;
    padding:30px 20px;
    text-align:center;
}

.hero-box{
    max-width:850px;
    padding:40px;
    border-radius:24px;

    background:rgba(0,0,0,0.03);

    backdrop-filter:blur(2px);
    -webkit-backdrop-filter:blur(2px);

    border:1px solid rgba(255,255,255,0.05);
}

.hero-subtitle{
    display:inline-block;
    color:#f4b400;
    font-size:13px;
    font-weight:700;
    letter-spacing:5px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.hero-title{
    margin:0;
    color:#ffffff;
    font-size:clamp(42px,6vw,72px);
    line-height:1.05;
    font-weight:800;
    text-shadow:
        0 3px 10px rgba(0,0,0,.6),
        0 6px 25px rgba(0,0,0,.5);
}

.hero-title span{
    display:block;
    color:#f4b400;
}

.hero-description{
    max-width:650px;
    margin:25px auto 35px;
    color:rgba(255,255,255,.95);
    font-size:18px;
    line-height:1.8;
    text-shadow:
        0 2px 8px rgba(0,0,0,.6);
}

.hero-buttons{
    display:flex;
    justify-content:center;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 38px;
    border-radius:50px;
    background:#f4b400;
    color:#111;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:all .3s ease;
    box-shadow:0 12px 30px rgba(244,180,0,.35);
}

.hero-btn:hover{
    background:#ffca28;
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(244,180,0,.45);
}

/* TABLET */
@media (max-width:768px){

    .hero-content{
        min-height:60vh;
        padding:20px 15px;
    }

    .hero-box{
        padding:20px;
        background:rgba(0,0,0,0.02);
        border:none;
    }

    .hero-subtitle{
        font-size:11px;
        letter-spacing:3px;
    }

    .hero-title{
        font-size:42px;
        line-height:1.1;
    }

    .hero-description{
        font-size:15px;
        line-height:1.7;
        margin:20px auto 25px;
    }

    .hero-btn{
        width:100%;
        max-width:260px;
        padding:14px 24px;
    }
}

/* MOBILE */
@media (max-width:480px){

    .hero-content{
        padding:15px;
    }

    .hero-box{
        padding:10px;
        background:transparent;
        border:none;
        backdrop-filter:none;
        -webkit-backdrop-filter:none;
    }

    .hero-title{
        font-size:34px;
    }

    .hero-description{
        font-size:14px;
    }

    .hero-btn{
        max-width:220px;
        font-size:15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-beb75ae */.about-premium{
    padding:120px 20px;
    background:linear-gradient(135deg,#f7f9fc,#eef3fa);
    position:relative;
    overflow:hidden;
}

.about-premium::before{
    content:'';
    position:absolute;
    top:-150px;
    right:-150px;
    width:400px;
    height:400px;
    background:rgba(13,71,161,.05);
    border-radius:50%;
}

.about-wrapper{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:80px;
    align-items:center;
    position:relative;
    z-index:2;
}

.section-tag{
    display:inline-block;
    color:#0d47a1;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
    margin-bottom:15px;
}

.about-left h2{
    font-size:60px;
    line-height:1.1;
    margin-bottom:20px;
    color:#111;
    font-weight:800;
}

.title-line{
    width:90px;
    height:5px;
    background:#0d47a1;
    border-radius:10px;
    margin-bottom:30px;
}

.about-left p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

.about-left strong{
    color:#0d47a1;
}

.about-btn{
    display:inline-block;
    margin-top:20px;
    padding:15px 35px;
    background:#0d47a1;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(13,71,161,.25);
}

.about-right{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.info-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    display:flex;
    align-items:center;
    gap:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
    border-left:5px solid #0d47a1;
}

.info-card:hover{
    transform:translateX(10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.number{
    min-width:90px;
    height:90px;
    background:#0d47a1;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    font-size:30px;
    font-weight:800;
}

.text h3{
    margin:0 0 10px;
    color:#111;
    font-size:22px;
}

.text p{
    margin:0;
    color:#777;
    line-height:1.7;
}

@media(max-width:991px){

    .about-wrapper{
        grid-template-columns:1fr;
        gap:50px;
    }

    .about-left h2{
        font-size:42px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d07668 */.services-premium{
    padding:120px 20px;
    background:#f6f8fc;
}

.services-heading{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.services-heading span{
    color:#0d47a1;
    font-weight:700;
    letter-spacing:3px;
    font-size:14px;
}

.services-heading h2{
    font-size:56px;
    margin:15px 0 20px;
    color:#111;
    font-weight:800;
}

.services-heading p{
    color:#666;
    font-size:18px;
    line-height:1.9;
}

.services-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.service-box{
    background:#fff;
    border-radius:24px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
}

.service-box:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.service-box:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#0d47a1;
    border-radius:24px 24px 0 0;
}

.service-id{
    font-size:80px;
    font-weight:800;
    color:rgba(13,71,161,.08);
    margin-bottom:10px;
}

.service-box h3{
    font-size:26px;
    margin-bottom:18px;
    color:#111;
}

.service-box p{
    color:#666;
    line-height:1.9;
    font-size:16px;
}

@media(max-width:1200px){
    .services-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:900px){
    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .services-heading h2{
        font-size:38px;
    }

    .services-grid{
        grid-template-columns:1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78b4768 */.basement-highlight{
    padding:120px 40px;
    background:linear-gradient(135deg,#0d47a1,#1565c0);
    border-radius:30px;
    position:relative;
    overflow:hidden;
}

.basement-highlight::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-200px;
    right:-150px;
}

.basement-highlight::after{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
    bottom:-180px;
    left:-120px;
}

.basement-content{
    max-width:900px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.service-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:25px;
}

.basement-content h2{
    color:#fff;
    font-size:58px;
    line-height:1.15;
    margin-bottom:30px;
    font-weight:800;
}

.basement-content p{
    color:rgba(255,255,255,.92);
    font-size:19px;
    line-height:1.9;
    margin:0 auto 20px;
    max-width:800px;
}

@media(max-width:768px){

    .basement-highlight{
        padding:80px 25px;
    }

    .basement-content h2{
        font-size:36px;
    }

    .basement-content p{
        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7224a0 */.testimonials-section{
    padding:120px 20px;
    background:#f7f9fc;
}

.testimonials-header{
    max-width:800px;
    margin:0 auto 70px;
    text-align:center;
}

.testimonials-header span{
    color:#0d47a1;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.testimonials-header h2{
    font-size:56px;
    color:#111;
    margin:15px 0;
    font-weight:800;
}

.testimonials-header p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

.testimonials-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.featured{
    background:#0d47a1;
}

.featured p,
.featured h4,
.featured span,
.featured .quote{
    color:#fff !important;
}

.quote{
    font-size:70px;
    color:#0d47a1;
    line-height:1;
    margin-bottom:20px;
    font-family:Georgia, serif;
}

.testimonial-card p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:30px;
}

.client{
    border-top:1px solid rgba(0,0,0,.08);
    padding-top:20px;
}

.client h4{
    margin:0 0 5px;
    color:#111;
    font-size:20px;
}

.client span{
    color:#777;
    font-size:14px;
}

@media(max-width:991px){

    .testimonials-grid{
        grid-template-columns:1fr;
    }

    .testimonials-header h2{
        font-size:40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a55c94c */.contact-card-section{
    padding:120px 20px;
    background:#f7f9fc;
}

.contact-card{
    max-width:1000px;
    margin:auto;
    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    text-align:center;
}

.contact-header span{
    color:#0d47a1;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.contact-header h2{
    font-size:52px;
    color:#111;
    margin:15px 0 20px;
    font-weight:800;
}

.contact-header p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.contact-info{
    display:flex;
    justify-content:center;
    gap:60px;
    margin:50px 0;
    flex-wrap:wrap;
}

.info-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    text-align:left;
}

.icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0d47a1;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.info-box h3{
    margin:0 0 10px;
    color:#111;
}

.info-box p{
    margin:0;
    color:#666;
    line-height:1.8;
}

.info-box a{
    color:#0d47a1;
    text-decoration:none;
    font-weight:600;
}

.contact-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-call,
.btn-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-call{
    background:#0d47a1;
    color:#fff;
}

.btn-call:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(13,71,161,.25);
}

.btn-whatsapp{
    background:#25D366;
    color:#fff;
}

.btn-whatsapp:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(37,211,102,.25);
}

@media(max-width:768px){

    .contact-card{
        padding:40px 25px;
    }

    .contact-header h2{
        font-size:36px;
    }

    .contact-info{
        gap:30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee8b462 *//* ==========================
   TASK PLAN GALLERY
   ========================== */

.tpd-gallery{
    padding:120px 20px;
    background:#f8fafc;
}

.gallery-header{
    max-width:800px;
    margin:0 auto 60px;
    text-align:center;
}

.gallery-header span{
    color:#0d47a1;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.gallery-header h2{
    font-size:54px;
    font-weight:800;
    color:#111;
    margin:15px 0;
}

.gallery-header p{
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.gallery-grid{
    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:300px;
    gap:20px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    cursor:pointer;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.gallery-item.large{
    grid-column:span 2;
    grid-row:span 2;
}

.gallery-item.wide{
    grid-column:span 2;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .6s ease;
}

.gallery-item::after{
    content:'View Project';
    position:absolute;
    inset:0;
    background:rgba(8,20,31,.45);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:20px;
    font-weight:700;

    opacity:0;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item:hover::after{
    opacity:1;
}

@media(max-width:1024px){

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery-item.large{
        grid-column:span 2;
        grid-row:span 1;
    }

    .gallery-item.wide{
        grid-column:span 2;
    }
}

@media(max-width:768px){

    .gallery-header h2{
        font-size:38px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
        grid-auto-rows:260px;
    }

    .gallery-item.large,
    .gallery-item.wide{
        grid-column:auto;
        grid-row:auto;
    }
}/* End custom CSS */