/* Start custom CSS for html, class: .elementor-element-80ae1c2 */```html
<div class="hero-buttons">

    <a href="https://theknowbox.com/contact/"
       class="btn-primary">
        Get Free Consultation
    </a>

    <a href="https://theknowbox.com/blog/"
       class="btn-secondary">
        Explore Our Blog
    </a>

</div>
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c324fd0 */```css
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#F7FFFC;
    overflow-x:hidden;
}

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    position:relative;
    padding:80px 7%;
    background:
    radial-gradient(circle at top left,
    rgba(16,185,129,.12),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(20,184,166,.12),
    transparent 35%),

    #F7FFFC;
}

.container{
    max-width:1400px;
    margin:auto;
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.badge{
    display:inline-block;
    padding:12px 22px;
    border-radius:50px;
    background:#ECFDF5;
    color:#059669;
    font-weight:600;
    margin-bottom:25px;
    border:1px solid #A7F3D0;
}

.hero-content h1{
    font-size:68px;
    line-height:1.1;
    font-weight:800;
    color:#0F172A;
    margin-bottom:25px;
}

.hero-content h1 span{
    background:linear-gradient(
        90deg,
        #10B981,
        #14B8A6
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-content p{
    font-size:18px;
    color:#64748B;
    line-height:1.8;
    max-width:600px;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    margin-bottom:50px;
    flex-wrap:wrap;
}

.btn-primary{
    text-decoration:none;
    color:white;
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    padding:18px 35px;
    border-radius:14px;
    font-weight:600;
    box-shadow:0 15px 35px rgba(16,185,129,.25);
    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-4px);
}

.btn-secondary{
    text-decoration:none;
    color:#10B981;
    background:white;
    border:2px solid #D1FAE5;
    padding:18px 35px;
    border-radius:14px;
    font-weight:600;
    transition:.3s;
}

.btn-secondary:hover{
    background:#ECFDF5;
}

.stats{
    display:flex;
    gap:50px;
    flex-wrap:wrap;
}

.stats h3{
    color:#10B981;
    font-size:34px;
    font-weight:700;
}

.stats p{
    font-size:14px;
    margin-top:5px;
}

.image-wrapper{
    position:relative;
}

.image-wrapper img{
    width:100%;
    border-radius:30px;
    display:block;
    box-shadow:
    0 25px 60px rgba(15,23,42,.12);
}

.floating-card{
    position:absolute;
    background:white;
    padding:18px 24px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.floating-card span{
    display:block;
    color:#64748B;
    font-size:13px;
}

.floating-card h4{
    color:#10B981;
    font-size:26px;
    margin-top:5px;
}

.card-1{
    top:30px;
    left:-40px;
}

.card-2{
    bottom:30px;
    right:-40px;
}

.shape{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
}

.shape-1{
    width:300px;
    height:300px;
    background:#10B981;
    opacity:.12;
    top:-100px;
    left:-100px;
}

.shape-2{
    width:300px;
    height:300px;
    background:#14B8A6;
    opacity:.12;
    right:-100px;
    bottom:-100px;
}

@media(max-width:991px){

.container{
    grid-template-columns:1fr;
}

.hero-content{
    text-align:center;
}

.hero-content h1{
    font-size:48px;
}

.hero-buttons,
.stats{
    justify-content:center;
}

.card-1,
.card-2{
    display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7925d51 */```css id="why-section-css"
.why-us{
    padding:120px 8%;
    background:#ffffff;
}

.why-us .container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.image-side{
    position:relative;
}

.image-side img{
    width:100%;
    border-radius:30px;
    display:block;
    box-shadow:0 25px 50px rgba(15,23,42,.10);
}

.experience-box{
    position:absolute;
    bottom:30px;
    right:-30px;
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    color:#fff;
    padding:25px;
    border-radius:20px;
    text-align:center;
    min-width:180px;
    box-shadow:0 20px 40px rgba(16,185,129,.25);
}

.experience-box h3{
    font-size:42px;
    font-weight:700;
}

.experience-box p{
    font-size:15px;
}

.section-tag{
    color:#10B981;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}

.content-side h2{
    font-size:52px;
    line-height:1.2;
    margin:20px 0;
    color:#0F172A;
}

.content-side h2 span{
    color:#10B981;
}

.content-side > p{
    color:#64748B;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px;
    margin-bottom:40px;
}

.feature-card{
    background:#F8FFFC;
    border:1px solid #D1FAE5;
    padding:25px;
    border-radius:20px;
    display:flex;
    gap:15px;
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(16,185,129,.10);
}

.icon{
    width:55px;
    height:55px;
    background:#ECFDF5;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    font-size:24px;
    flex-shrink:0;
}

.feature-card h4{
    color:#0F172A;
    margin-bottom:8px;
}

.feature-card p{
    color:#64748B;
    font-size:14px;
    line-height:1.6;
}

.learn-btn{
    display:inline-block;
    text-decoration:none;
    padding:18px 35px;
    border-radius:14px;
    color:#fff;
    font-weight:600;
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    box-shadow:0 15px 35px rgba(16,185,129,.25);
    transition:.3s;
}

.learn-btn:hover{
    transform:translateY(-3px);
}

@media(max-width:991px){

    .why-us .container{
        grid-template-columns:1fr;
    }

    .content-side h2{
        font-size:38px;
    }

    .features{
        grid-template-columns:1fr;
    }

    .experience-box{
        right:15px;
        bottom:15px;
    }

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c56305 */```css id="services-section-css"
.services{
    padding:120px 8%;
    background:#F8FFFC;
}

.services .container{
    max-width:1300px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 70px;
}

.section-tag{
    color:#10B981;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.section-header h2{
    font-size:52px;
    color:#0F172A;
    margin:20px 0;
    line-height:1.2;
}

.section-header p{
    color:#64748B;
    font-size:18px;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    background:#ffffff;
    padding:35px;
    border-radius:25px;
    border:1px solid #D1FAE5;
    transition:.4s ease;
    position:relative;
    overflow:hidden;
}

.service-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #10B981,
        #14B8A6
    );
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(16,185,129,.12);
}

.service-icon{
    width:70px;
    height:70px;
    background:#ECFDF5;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
}

.service-card h3{
    font-size:24px;
    color:#0F172A;
    margin-bottom:15px;
}

.service-card p{
    color:#64748B;
    line-height:1.8;
    margin-bottom:25px;
}

.service-card a{
    text-decoration:none;
    color:#10B981;
    font-weight:600;
}

.service-card a:hover{
    color:#0F766E;
}

@media(max-width:991px){

    .services-grid{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:38px;
    }

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0b3011 */```css id="case-studies-css"
.case-studies{
    padding:120px 8%;
    background:#ffffff;
}

.case-studies .container{
    max-width:1300px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 70px;
}

.section-tag{
    color:#10B981;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.section-header h2{
    font-size:52px;
    color:#0F172A;
    margin:20px 0;
}

.section-header p{
    color:#64748B;
    font-size:18px;
    line-height:1.8;
}

.case-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.case-card{
    background:#F8FFFC;
    border:1px solid #D1FAE5;
    border-radius:25px;
    padding:35px;
    transition:.4s;
}

.case-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(16,185,129,.10);
}

.featured{
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    color:#fff;
    transform:scale(1.04);
}

.featured p,
.featured span{
    color:rgba(255,255,255,.9);
}

.case-top{
    margin-bottom:20px;
}

.case-top span{
    display:inline-block;
    padding:8px 16px;
    background:#ECFDF5;
    color:#10B981;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.featured .case-top span{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.case-card h3{
    font-size:28px;
    line-height:1.3;
    margin-bottom:15px;
    color:#0F172A;
}

.featured h3{
    color:#fff;
}

.case-card p{
    color:#64748B;
    line-height:1.8;
    margin-bottom:30px;
}

.results{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:25px;
}

.results div{
    text-align:center;
    background:#fff;
    border-radius:16px;
    padding:18px 10px;
}

.featured .results div{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
}

.results h4{
    color:#10B981;
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}

.featured .results h4{
    color:#fff;
}

.results span{
    font-size:13px;
    color:#64748B;
}

.featured .results span{
    color:#fff;
}

@media(max-width:991px){

.case-grid{
    grid-template-columns:1fr;
}

.featured{
    transform:none;
}

.section-header h2{
    font-size:38px;
}

.results{
    grid-template-columns:repeat(3,1fr);
}

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5859591 */```css id="testimonials-css"
.testimonials{
    padding:120px 8%;
    background:#F8FFFC;
}

.testimonials .container{
    max-width:1300px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 70px;
}

.section-tag{
    color:#10B981;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.section-header h2{
    font-size:52px;
    color:#0F172A;
    margin:20px 0;
}

.section-header p{
    color:#64748B;
    font-size:18px;
    line-height:1.8;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:70px;
}

.testimonial-card{
    background:#ffffff;
    padding:35px;
    border-radius:25px;
    border:1px solid #D1FAE5;
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(16,185,129,.10);
}

.featured{
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    color:#fff;
}

.featured .review,
.featured h4,
.featured span{
    color:#fff;
}

.stars{
    font-size:22px;
    margin-bottom:20px;
}

.review{
    color:#64748B;
    line-height:1.9;
    margin-bottom:30px;
    font-size:16px;
}

.client{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-image{
    width:60px;
    height:60px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:22px;
}

.client h4{
    color:#0F172A;
    margin-bottom:5px;
}

.client span{
    color:#64748B;
    font-size:14px;
}

.rating-summary{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.rating-box{
    background:#ffffff;
    padding:30px;
    text-align:center;
    border-radius:20px;
    border:1px solid #D1FAE5;
}

.rating-box h3{
    color:#10B981;
    font-size:40px;
    margin-bottom:10px;
}

.rating-box p{
    color:#64748B;
}

@media(max-width:991px){

    .testimonial-grid{
        grid-template-columns:1fr;
    }

    .rating-summary{
        grid-template-columns:repeat(2,1fr);
    }

    .section-header h2{
        font-size:38px;
    }

}

@media(max-width:600px){

    .rating-summary{
        grid-template-columns:1fr;
    }

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd4b7ee */```css id="process-section-css"
.process{
    padding:120px 8%;
    background:#ffffff;
    position:relative;
}

.process .container{
    max-width:1300px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 80px;
}

.section-tag{
    color:#10B981;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.section-header h2{
    font-size:52px;
    color:#0F172A;
    margin:20px 0;
    line-height:1.2;
}

.section-header p{
    color:#64748B;
    font-size:18px;
    line-height:1.8;
}

.process-timeline{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    position:relative;
}

.process-timeline::before{
    content:'';
    position:absolute;
    top:55px;
    left:10%;
    width:80%;
    height:3px;
    background:linear-gradient(
        90deg,
        #10B981,
        #14B8A6
    );
    z-index:1;
}

.process-card{
    background:#F8FFFC;
    border:1px solid #D1FAE5;
    border-radius:25px;
    padding:35px 25px;
    text-align:center;
    position:relative;
    z-index:2;
    transition:.4s;
}

.process-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(16,185,129,.10);
}

.step-number{
    width:45px;
    height:45px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin:0 auto 20px;
}

.step-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:20px;
    background:#ECFDF5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
}

.process-card h3{
    color:#0F172A;
    margin-bottom:15px;
    font-size:24px;
}

.process-card p{
    color:#64748B;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:991px){

.process-timeline{
    grid-template-columns:1fr;
}

.process-timeline::before{
    display:none;
}

.section-header h2{
    font-size:38px;
}

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9edef61 */```css id="lead-form-css"
.lead-section{
    padding:120px 8%;
    background:
    linear-gradient(
        135deg,
        #ECFDF5,
        #F8FFFC
    );
}

.lead-section .container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 500px;
    gap:70px;
    align-items:center;
}

.lead-content .section-tag{
    color:#10B981;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.lead-content h2{
    font-size:56px;
    line-height:1.2;
    color:#0F172A;
    margin:20px 0;
}

.lead-content p{
    color:#64748B;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;
}

.benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.benefit{
    background:white;
    padding:18px 20px;
    border-radius:14px;
    border:1px solid #D1FAE5;
    font-weight:500;
    color:#0F172A;
}

.lead-form-card{
    background:white;
    padding:40px;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(15,23,42,.08);
    border:1px solid #D1FAE5;
}

.lead-form-card h3{
    color:#0F172A;
    margin-bottom:30px;
    text-align:center;
    font-size:28px;
}

.form-group{
    margin-bottom:18px;
}

.form-group input,
.form-group select{
    width:100%;
    height:58px;
    padding:0 18px;
    border:1px solid #D1FAE5;
    border-radius:12px;
    font-size:15px;
    outline:none;
    transition:.3s;
}

.form-group input:focus,
.form-group select:focus{
    border-color:#10B981;
}

.lead-form-card button{
    width:100%;
    height:60px;
    border:none;
    cursor:pointer;
    border-radius:14px;
    font-size:17px;
    font-weight:700;
    color:white;
    background:linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    transition:.3s;
}

.lead-form-card button:hover{
    transform:translateY(-3px);
}

.privacy{
    text-align:center;
    margin-top:18px;
    color:#64748B;
    font-size:14px;
}

@media(max-width:991px){

.lead-section .container{
    grid-template-columns:1fr;
}

.lead-content h2{
    font-size:40px;
}

.benefits{
    grid-template-columns:1fr;
}

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91adef5 */```css id="faq-section-css"
.faq-section{
    padding:120px 8%;
    background:#ffffff;
}

.faq-section .container{
    max-width:1000px;
    margin:auto;
}

.section-header{
    text-align:center;
    margin-bottom:70px;
}

.section-tag{
    color:#10B981;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
}

.section-header h2{
    font-size:52px;
    color:#0F172A;
    margin:20px 0;
    line-height:1.2;
}

.section-header p{
    color:#64748B;
    font-size:18px;
    line-height:1.8;
}

.faq-wrapper{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.faq-item{
    background:#F8FFFC;
    border:1px solid #D1FAE5;
    border-radius:20px;
    padding:0;
    overflow:hidden;
    transition:.3s;
}

.faq-item:hover{
    border-color:#10B981;
}

.faq-item summary{
    list-style:none;
    cursor:pointer;
    padding:24px 30px;
    font-size:20px;
    font-weight:600;
    color:#0F172A;
    position:relative;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary::after{
    content:"+";
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#10B981;
}

.faq-item[open] summary::after{
    content:"−";
}

.faq-item p{
    padding:0 30px 25px;
    color:#64748B;
    line-height:1.9;
    font-size:16px;
}

@media(max-width:991px){

    .section-header h2{
        font-size:38px;
    }

    .faq-item summary{
        font-size:18px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-980436a */```css id="final-cta-css"
.final-cta{
    padding:120px 8%;
    background:#F8FFFC;
}

.cta-container{
    max-width:1300px;
    margin:auto;
    background:
    linear-gradient(
        135deg,
        #10B981,
        #14B8A6
    );
    border-radius:40px;
    padding:90px 60px;
    text-align:center;
    position:relative;
    overflow:hidden;
}

.cta-container::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-200px;
    right:-150px;
}

.cta-container::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-150px;
    left:-100px;
}

.cta-content{
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    padding:12px 24px;
    background:rgba(255,255,255,.15);
    color:white;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:25px;
}

.cta-content h2{
    color:white;
    font-size:58px;
    line-height:1.2;
    max-width:900px;
    margin:0 auto 25px;
}

.cta-content p{
    color:rgba(255,255,255,.9);
    max-width:750px;
    margin:0 auto;
    font-size:19px;
    line-height:1.9;
}

.cta-buttons{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-primary{
    background:white;
    color:#10B981;
    text-decoration:none;
    padding:18px 35px;
    border-radius:14px;
    font-weight:700;
    transition:.3s;
}

.cta-primary:hover{
    transform:translateY(-4px);
}

.cta-secondary{
    background:transparent;
    color:white;
    text-decoration:none;
    padding:18px 35px;
    border-radius:14px;
    border:2px solid rgba(255,255,255,.4);
    font-weight:700;
    transition:.3s;
}

.cta-secondary:hover{
    background:rgba(255,255,255,.1);
}

.trust-points{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

.trust-points span{
    color:white;
    font-size:15px;
    font-weight:500;
}

@media(max-width:991px){

.cta-container{
    padding:70px 30px;
}

.cta-content h2{
    font-size:40px;
}

.trust-points{
    flex-direction:column;
    gap:15px;
}

}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12933ea */```css id="footer-css"
.footer{
    background:#0F172A;
    padding:80px 8% 30px;
}

.footer-container{
    max-width:1300px;
    margin:auto;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.2fr;
    gap:50px;
    padding-bottom:50px;
}

.footer-logo{
    font-size:32px;
    font-weight:800;
    color:white;
    margin-bottom:20px;
}

.footer-logo span{
    color:#10B981;
}

.footer-column p{
    color:#94A3B8;
    line-height:1.9;
    margin-bottom:25px;
    max-width:350px;
}

.footer-column h3{
    color:white;
    margin-bottom:25px;
    font-size:20px;
}

.footer-column ul{
    list-style:none;
}

.footer-column ul li{
    margin-bottom:15px;
}

.footer-column ul li a{
    color:#94A3B8;
    text-decoration:none;
    transition:.3s;
}

.footer-column ul li a:hover{
    color:#10B981;
}

.contact-list li{
    color:#94A3B8;
}

.social-icons{
    display:flex;
    gap:15px;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    transition:.3s;
}

.social-icons a:hover{
    background:#10B981;
    transform:translateY(-3px);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding-top:30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{
    color:#94A3B8;
}

.footer-links{
    display:flex;
    gap:25px;
}

.footer-links a{
    color:#94A3B8;
    text-decoration:none;
}

.footer-links a:hover{
    color:#10B981;
}

@media(max-width:991px){

.footer-grid{
    grid-template-columns:1fr;
}

.footer-bottom{
    flex-direction:column;
    text-align:center;
}

}
```/* End custom CSS */