.elementor-9 .elementor-element.elementor-element-e996f37{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8935556 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background:#050505;
    color:white;
}


/* Header */

.header{
    width:90%;
    max-width:1200px;
    margin:auto;
    padding:25px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}


.logo{
    font-size:32px;
    font-weight:700;
    color:white;
}

.logo span{
    color:#00ff88;
}


nav ul{
    display:flex;
    gap:35px;
    list-style:none;
}


nav ul li a{
    color:#ccc;
    text-decoration:none;
    font-size:16px;
    transition:.3s;
}


nav ul li a:hover{
    color:#00ff88;
}


.header-btn{
    text-decoration:none;
    color:#000;
    background:#00ff88;
    padding:13px 28px;
    border-radius:30px;
    font-weight:600;
}



/* Hero */

.hero{
    min-height:90vh;
    display:flex;
    align-items:center;
    width:90%;
    max-width:1200px;
    margin:auto;
}


.hero-content{
    max-width:800px;
}


.small-title{
    color:#00ff88;
    letter-spacing:3px;
    font-size:14px;
    margin-bottom:20px;
}



h1{
    font-size:65px;
    line-height:1.1;
    margin-bottom:25px;
}


h1 span{
    color:#00ff88;
}



.hero-text{
    color:#aaa;
    font-size:18px;
    line-height:1.7;
    max-width:650px;
    margin-bottom:35px;
}



.hero-buttons{
    display:flex;
    gap:20px;
    margin-bottom:60px;
}


.primary-btn,
.secondary-btn{

    padding:15px 35px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
}


.primary-btn{
    background:#00ff88;
    color:#000;
}


.secondary-btn{
    border:1px solid #333;
    color:white;
}



.stats{
    display:flex;
    gap:70px;
}


.stats h3{
    font-size:38px;
    color:#00ff88;
}


.stats p{
    color:#888;
    margin-top:8px;
}



/* Mobile Responsive */


@media(max-width:768px){


.header{
    width:90%;
    flex-direction:column;
    gap:25px;
}


nav ul{
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
}


.hero{
    text-align:center;
    min-height:auto;
    padding:70px 0;
}


h1{
    font-size:42px;
}


.hero-text{
    font-size:16px;
}


.hero-buttons{
    justify-content:center;
}


.stats{
    justify-content:center;
    flex-wrap:wrap;
    gap:35px;
}

}


@media(max-width:480px){

h1{
    font-size:34px;
}


.header-btn{
    padding:12px 22px;
}


.stats h3{
    font-size:30px;
}

}
/* About Section */

.about{
    padding:100px 0;
    width:90%;
    max-width:1200px;
    margin:auto;
}


.about-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
}


.about-content{
    max-width:650px;
}


.about h2{
    font-size:45px;
    line-height:1.2;
    margin-bottom:25px;
}


.about-content p{
    color:#aaa;
    line-height:1.8;
    font-size:17px;
    margin-bottom:20px;
}



.about-points{
    margin-top:30px;
    display:grid;
    gap:15px;
}


.about-points div{
    color:#ddd;
    font-size:17px;
}


.about-points span{
    color:#00ff88;
    margin-right:12px;
}



.about-box{

    background:#0d0d0d;
    border:1px solid #1c1c1c;
    padding:40px;
    border-radius:20px;
    max-width:350px;

}


.about-box h3{

    font-size:28px;
    margin-bottom:20px;

}


.about-box p{

    color:#999;
    line-height:1.7;

}


.box-number{

    margin-top:35px;
    font-size:55px;
    font-weight:700;
    color:#00ff88;

}


.box-number span{

    display:block;
    color:#888;
    font-size:16px;
    font-weight:normal;

}




@media(max-width:768px){

.about-container{
    flex-direction:column;
}


.about{
    text-align:center;
}


.about h2{
    font-size:34px;
}


.about-box{
    width:100%;
}


}
/* Services Section */


.services{

    width:90%;
    max-width:1200px;
    margin:auto;
    padding:100px 0;

}



.services-header{

    text-align:center;
    max-width:700px;
    margin:auto;

}



.services-header h2{

    font-size:45px;
    margin:20px 0;

}


.services-header p{

    color:#999;
    line-height:1.7;
    font-size:17px;

}



.service-grid{

    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}



.service-card{

    background:#0d0d0d;
    border:1px solid #1c1c1c;
    padding:35px 25px;
    border-radius:20px;
    transition:.3s;

}



.service-card:hover{

    transform:translateY(-10px);
    border-color:#00ff88;

}



.icon{

    width:65px;
    height:65px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#00ff88;
    color:#000;
    border-radius:15px;
    font-weight:700;
    margin-bottom:25px;

}



.service-card h3{

    font-size:22px;
    margin-bottom:15px;

}



.service-card p{

    color:#999;
    line-height:1.7;

}



@media(max-width:900px){

.service-grid{

    grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:600px){

.service-grid{

    grid-template-columns:1fr;

}


.services-header h2{

    font-size:34px;

}

}
 /* Portfolio Section */


.portfolio{

    width:90%;
    max-width:1200px;
    margin:auto;
    padding:100px 0;

}


.portfolio-header{

    text-align:center;
    max-width:700px;
    margin:auto;

}


.portfolio-header h2{

    font-size:45px;
    margin:20px 0;

}


.portfolio-header p{

    color:#999;
    line-height:1.7;

}



.portfolio-grid{

    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}



.project-card{

    background:#0d0d0d;
    border:1px solid #1c1c1c;
    padding:35px;
    border-radius:20px;
    transition:.3s;

}


.project-card:hover{

    transform:translateY(-8px);
    border-color:#00ff88;

}



.project-top{

    display:inline-block;
    background:#00ff88;
    color:#000;
    padding:8px 18px;
    border-radius:20px;
    font-size:13px;
    font-weight:700;
    margin-bottom:25px;

}



.project-card h3{

    font-size:24px;
    margin-bottom:15px;

}



.project-card p{

    color:#999;
    line-height:1.7;
    margin-bottom:25px;

}



.project-card a{

    color:#00ff88;
    text-decoration:none;
    font-weight:600;

}



@media(max-width:900px){

.portfolio-grid{

    grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:600px){

.portfolio-grid{

    grid-template-columns:1fr;

}


.portfolio-header h2{

    font-size:34px;

}

}
/* Testimonials */


.testimonials{

    width:90%;
    max-width:1200px;
    margin:auto;
    padding:100px 0;

}



.testimonial-header{

    text-align:center;

}


.testimonial-header h2{

    font-size:45px;
    margin:20px 0;

}



.testimonial-grid{

    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;

}



.testimonial-card{

    background:#0d0d0d;
    border:1px solid #1c1c1c;
    padding:35px;
    border-radius:20px;

}


.testimonial-card p{

    color:#bbb;
    line-height:1.8;
    margin-bottom:25px;

}


.testimonial-card h3{

    font-size:20px;

}


.testimonial-card span{

    color:#00ff88;
    font-size:14px;

}



/* Contact CTA */


.contact-cta{

    width:90%;
    max-width:1200px;
    margin:50px auto 100px;
    padding:60px;
    background:#0d0d0d;
    border:1px solid #1c1c1c;
    border-radius:25px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;

}



.contact-cta h2{

    font-size:42px;
    margin:20px 0;

}


.contact-cta p:not(.small-title){

    color:#999;
    line-height:1.7;
    max-width:600px;

}




@media(max-width:900px){

.testimonial-grid{

    grid-template-columns:1fr;

}


.contact-cta{

    flex-direction:column;
    text-align:center;

}


.contact-cta h2{

    font-size:34px;

}

}
/* Footer */


.footer{

    background:#080808;
    border-top:1px solid #1c1c1c;
    padding:70px 5% 25px;

}



.footer-container{

    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:50px;

}



.footer-brand p{

    color:#999;
    line-height:1.8;
    max-width:350px;
    margin-top:20px;

}



.footer h3{

    margin-bottom:20px;
    font-size:20px;

}



.footer-links,
.footer-services{

    display:flex;
    flex-direction:column;
    gap:12px;

}



.footer-links a{

    color:#999;
    text-decoration:none;

}



.footer-links a:hover{

    color:#00ff88;

}



.footer-services p{

    color:#999;

}



.footer-bottom{

    text-align:center;
    border-top:1px solid #1c1c1c;
    margin-top:50px;
    padding-top:25px;

}



.footer-bottom p{

    color:#777;

}



/* Animation */


.hero-content,
.about-content,
.service-card,
.project-card,
.testimonial-card,
.contact-cta{

    animation:fadeUp .8s ease;

}



@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(30px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}



/* Final Mobile Fix */


@media(max-width:768px){


.footer-container{

    grid-template-columns:1fr;
    text-align:center;

}


.footer-brand p{

    margin:auto;

}


.footer-links,
.footer-services{

    align-items:center;

}


.logo{

    font-size:28px;

}

}/* End custom CSS */