.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #A6CE39;
    --bs-btn-border-color: #A6CE39;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A6CE39;
    --bs-btn-hover-border-color: #A6CE39;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A6CE39;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.text-success{
    color: #a6ce37 !important;
}

    body{
    font-family:'Poppins',sans-serif;
}

.logo-text{
    color:#A6CE39;
    font-size:28px;
    font-weight:700;
}

.top-header{
    background:#0f172a;
    color:#fff;
}

.top-header small{
    color:#fff;
}

.social-icon{
    width:35px;
    height:35px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#A6CE39;
    color:#fff;
    border-radius:50%;
    margin-left:8px;
    transition:.3s;
    text-decoration:none;
}

.social-icon:hover{
    background:#198754;
    color:#fff;
    transform:translateY(-3px);
}

.navbar{
    padding:0px 0;
}

.navbar-nav .nav-link{
    font-weight:600;
    color:#222;
    margin:0 10px;
}

.navbar-nav .nav-link:hover{
    color:#A6CE39;
}

.dropdown-menu{
    border-radius:12px;
}

.dropdown-item{
    padding:10px 18px;
}

.dropdown-item:hover{
    background:#A6CE39;
    color:#fff;
}

.btn-success{
    border-radius:50px;
    padding:10px 28px;
}
/* ==========================
        FOOTER
========================== */

.footer-section{

    background:#0f172a;

    color:#d1d5db;

    padding:80px 0 20px;

}

.footer-logo{

    color:#A6CE39;

    font-weight:700;

    margin-bottom:20px;

}

.footer-text{

    line-height:1.9;

}

.footer-section h5{

    color:#fff;

    margin-bottom:20px;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#d1d5db;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#A6CE39;

    padding-left:6px;

}

.footer-contact{

    list-style:none;

    padding:0;

}

.footer-contact li{

    margin-bottom:15px;

}

.footer-contact i{

    color:#A6CE39;

    width:25px;

}

.footer-social a{

    width:42px;

    height:42px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#1e293b;

    color:#fff;

    border-radius:50%;

    margin-right:8px;

    transition:.4s;

}

.footer-social a:hover{

    background:#A6CE39;

    transform:translateY(-5px);

}

.footer-section hr{

    margin:45px 0 25px;

    border-color:#334155;

}

/* Back To Top */

#topBtn{

    position:fixed;

    right:25px;

    bottom:25px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:#A6CE39;

    color:#fff;

    display:none;

    z-index:9999;

    box-shadow:0 8px 25px rgba(0,0,0,.25);

}

#topBtn:hover{

    background:#198754;

}
/* ==========================
      HERO SECTION
==========================*/

.hero-section{

    background:linear-gradient(135deg,#f5fff7,#eefaf3);

    overflow:hidden;

}

.hero-tag{

    background:#A6CE39;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    display:inline-block;

    font-size:14px;

}

.hero-title{

    font-size:40px;

    font-weight:800;

    line-height:1.2;

    color:#111827;

}

.hero-desc{

    color:#6b7280;

    font-size:18px;

    line-height:1.9;

}

.hero-image{

    animation:float 5s infinite ease-in-out;

}

@keyframes float{

0%{transform:translateY(0);}
50%{transform:translateY(-18px);}
100%{transform:translateY(0);}

}

/* Counter */

.counter-section{

    padding:80px 0;

}

.counter-box{

    background:#fff;

    border-radius:15px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.counter-box:hover{

    transform:translateY(-8px);

}

.counter-box i{

    font-size:40px;

    color:#A6CE39;

    margin-bottom:20px;

}

.counter-box h2{

    font-size:40px;

    font-weight:700;

}
.section-tag{

    display:inline-block;

    background:#e8fff1;

    color:#A6CE39;

    padding:8px 20px;

    border-radius:30px;

    font-weight:600;

}

.section-title{

    font-size:35px;

    font-weight:700;

    color:#111827;

    line-height:1.3;

}

.feature-box{

    background:#f8fafc;

    padding:15px 20px;

    border-radius:12px;

    font-weight:600;

    transition:.4s;

    border-left:4px solid #A6CE39;

}

.feature-box:hover{

    background:#A6CE39;

    color:#fff;

    transform:translateX(6px);

}

.feature-box i{

    margin-right:8px;

}
/*==============================
        PAGE BANNER
===============================*/

.page-banner{

    background:linear-gradient(135deg,#0f172a,#A6CE39);

    color:#fff;

    padding:120px 0 90px;

}

.page-banner h1{

    font-size:55px;

    font-weight:700;

}

.page-banner p{

    margin-top:15px;

    font-size:18px;

}
/*=============================
      SERVICE CARD
==============================*/

.service-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    height:100%;

}

.service-card:hover{

    transform:translateY(-10px);

    background:#A6CE39;

    color:#fff;

}

.service-card i{

    font-size:55px;

    color:#A6CE39;

    margin-bottom:20px;

    transition:.4s;

}

.service-card:hover i{

    color:#fff;

}

.service-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    line-height:1.8;

}
.process-card{
background:#fff;
padding:25px;
border-radius:15px;
text-align:center;
transition:.4s;
box-shadow:0 8px 25px rgba(0,0,0,.08);
height:100%;
}

.process-card:hover{
background:#A6CE39;
color:#fff;
transform:translateY(-8px);
}

.process-icon{
width:80px;
height:80px;
border-radius:50%;
background:#eafbf1;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:20px;
font-size:30px;
color:#A6CE39;
}

.process-card:hover .process-icon{
background:#fff;
}

.tech-box{
padding:25px;
border-radius:15px;
text-align:center;
background:#fff;
font-weight:700;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
}

.tech-box:hover{
background:#A6CE39;
color:#fff;
transform:translateY(-6px);
}

.industry-card{
padding:35px;
border-radius:15px;
background:#fff;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
}

.industry-card i{
font-size:50px;
color:#A6CE39;
margin-bottom:20px;
}

.industry-card:hover{
background:#A6CE39;
color:#fff;
}

.industry-card:hover i{
color:#fff;
}

.cta-section{
background:linear-gradient(135deg,#198754,#A6CE39);
padding:90px 0;
}
.portfolio-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.portfolio-card:hover{

transform:translateY(-10px);

}

.portfolio-card img{

height:240px;

width:100%;

object-fit:cover;

}

.portfolio-content{

padding:25px;

}

.portfolio-content h4{

font-weight:700;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

text-align:center;

height:100%;

}

.testimonial-card:hover{

background:#A6CE39;

color:#fff;

transition:.4s;

}
/*=========================
      CONTACT PAGE
==========================*/

.contact-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.contact-card:hover{

background:#A6CE39;

color:#fff;

transform:translateY(-8px);

}

.contact-card i{

font-size:50px;

color:#A6CE39;

margin-bottom:20px;

}

.contact-card:hover i{

color:#fff;

}

.contact-card h5{

font-weight:700;

margin-bottom:15px;

}

.form-control{

border-radius:10px;

padding:14px;

}

.form-control:focus{

box-shadow:none;

border-color:#A6CE39;

}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #A6CE39;
    --bs-btn-border-color: #A6CE39;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A6CE39;
    --bs-btn-hover-border-color: #A6CE39;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A6CE39;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.text-success{
    color: #a6ce37 !important;
}

    body{
    font-family:'Poppins',sans-serif;
}

.logo-text{
    color:#A6CE39;
    font-size:28px;
    font-weight:700;
}

.top-header{
    background:#0f172a;
    color:#fff;
}

.top-header small{
    color:#fff;
}

.social-icon{
    width:35px;
    height:35px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#A6CE39;
    color:#fff;
    border-radius:50%;
    margin-left:8px;
    transition:.3s;
    text-decoration:none;
}

.social-icon:hover{
    background:#198754;
    color:#fff;
    transform:translateY(-3px);
}

.navbar{
    padding:0px 0;
}

.navbar-nav .nav-link{
    font-weight:600;
    color:#222;
    margin:0 10px;
}

.navbar-nav .nav-link:hover{
    color:#A6CE39;
}

.dropdown-menu{
    border-radius:12px;
}

.dropdown-item{
    padding:10px 18px;
}

.dropdown-item:hover{
    background:#A6CE39;
    color:#fff;
}

.btn-success{
    border-radius:50px;
    padding:10px 28px;
}
/* ==========================
        FOOTER
========================== */

.footer-section{

    background:#0f172a;

    color:#d1d5db;

    padding:80px 0 20px;

}

.footer-logo{

    color:#A6CE39;

    font-weight:700;

    margin-bottom:20px;

}

.footer-text{

    line-height:1.9;

}

.footer-section h5{

    color:#fff;

    margin-bottom:20px;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#d1d5db;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#A6CE39;

    padding-left:6px;

}

.footer-contact{

    list-style:none;

    padding:0;

}

.footer-contact li{

    margin-bottom:15px;

}

.footer-contact i{

    color:#A6CE39;

    width:25px;

}

.footer-social a{

    width:42px;

    height:42px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#1e293b;

    color:#fff;

    border-radius:50%;

    margin-right:8px;

    transition:.4s;

}

.footer-social a:hover{

    background:#A6CE39;

    transform:translateY(-5px);

}

.footer-section hr{

    margin:45px 0 25px;

    border-color:#334155;

}

/* Back To Top */

#topBtn{

    position:fixed;

    right:25px;

    bottom:25px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:#A6CE39;

    color:#fff;

    display:none;

    z-index:9999;

    box-shadow:0 8px 25px rgba(0,0,0,.25);

}

#topBtn:hover{

    background:#198754;

}
/* ==========================
      HERO SECTION
==========================*/

.hero-section{

    background:linear-gradient(135deg,#f5fff7,#eefaf3);

    overflow:hidden;

}

.hero-tag{

    background:#A6CE39;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    display:inline-block;

    font-size:14px;

}

.hero-title{

    font-size:40px;

    font-weight:800;

    line-height:1.2;

    color:#111827;

}

.hero-desc{

    color:#6b7280;

    font-size:18px;

    line-height:1.9;

}

.hero-image{

    animation:float 5s infinite ease-in-out;

}

@keyframes float{

0%{transform:translateY(0);}
50%{transform:translateY(-18px);}
100%{transform:translateY(0);}

}

/* Counter */

.counter-section{

    padding:80px 0;

}

.counter-box{

    background:#fff;

    border-radius:15px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.counter-box:hover{

    transform:translateY(-8px);

}

.counter-box i{

    font-size:40px;

    color:#A6CE39;

    margin-bottom:20px;

}

.counter-box h2{

    font-size:40px;

    font-weight:700;

}
.section-tag{

    display:inline-block;

    background:#e8fff1;

    color:#A6CE39;

    padding:8px 20px;

    border-radius:30px;

    font-weight:600;

}

.section-title{

    font-size:35px;

    font-weight:700;

    color:#111827;

    line-height:1.3;

}

.feature-box{

    background:#f8fafc;

    padding:15px 20px;

    border-radius:12px;

    font-weight:600;

    transition:.4s;

    border-left:4px solid #A6CE39;

}

.feature-box:hover{

    background:#A6CE39;

    color:#fff;

    transform:translateX(6px);

}

.feature-box i{

    margin-right:8px;

}
/*==============================
        PAGE BANNER
===============================*/

.page-banner{

    background:linear-gradient(135deg,#0f172a,#A6CE39);

    color:#fff;

    padding:120px 0 90px;

}

.page-banner h1{

    font-size:55px;

    font-weight:700;

}

.page-banner p{

    margin-top:15px;

    font-size:18px;

}
/*=============================
      SERVICE CARD
==============================*/

.service-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    height:100%;

}

.service-card:hover{

    transform:translateY(-10px);

    background:#A6CE39;

    color:#fff;

}

.service-card i{

    font-size:55px;

    color:#A6CE39;

    margin-bottom:20px;

    transition:.4s;

}

.service-card:hover i{

    color:#fff;

}

.service-card h4{

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    line-height:1.8;

}
.process-card{
background:#fff;
padding:25px;
border-radius:15px;
text-align:center;
transition:.4s;
box-shadow:0 8px 25px rgba(0,0,0,.08);
height:100%;
}

.process-card:hover{
background:#A6CE39;
color:#fff;
transform:translateY(-8px);
}

.process-icon{
width:80px;
height:80px;
border-radius:50%;
background:#eafbf1;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:20px;
font-size:30px;
color:#A6CE39;
}

.process-card:hover .process-icon{
background:#fff;
}

.tech-box{
padding:25px;
border-radius:15px;
text-align:center;
background:#fff;
font-weight:700;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
}

.tech-box:hover{
background:#A6CE39;
color:#fff;
transform:translateY(-6px);
}

.industry-card{
padding:35px;
border-radius:15px;
background:#fff;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
}

.industry-card i{
font-size:50px;
color:#A6CE39;
margin-bottom:20px;
}

.industry-card:hover{
background:#A6CE39;
color:#fff;
}

.industry-card:hover i{
color:#fff;
}

.cta-section{
background:linear-gradient(135deg,#198754,#A6CE39);
padding:90px 0;
}
.portfolio-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.portfolio-card:hover{

transform:translateY(-10px);

}

.portfolio-card img{

height:240px;

width:100%;

object-fit:cover;

}

.portfolio-content{

padding:25px;

}

.portfolio-content h4{

font-weight:700;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

text-align:center;

height:100%;

}

.testimonial-card:hover{

background:#A6CE39;

color:#fff;

transition:.4s;

}
/*=========================
      CONTACT PAGE
==========================*/

.contact-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.contact-card:hover{

background:#A6CE39;

color:#fff;

transform:translateY(-8px);

}

.contact-card i{

font-size:50px;

color:#A6CE39;

margin-bottom:20px;

}

.contact-card:hover i{

color:#fff;

}

.contact-card h5{

font-weight:700;

margin-bottom:15px;

}

.form-control{

border-radius:10px;

padding:14px;

}

.form-control:focus{

box-shadow:none;

border-color:#A6CE39;

}


/*==================================
        RESPONSIVE CSS
===================================*/

/* Large Devices (992px - 1199px) */
@media (max-width:1199px){

    .hero-title{
        font-size:36px;
    }

    .page-banner h1{
        font-size:46px;
    }

    .section-title{
        font-size:32px;
    }

}

/* Tablets (768px - 991px) */
@media (max-width:991px){

    .navbar{
        padding:10px 0;
    }

    .hero-section{
        text-align:center;
        padding:60px 0;
    }

    .hero-title{
        font-size:32px;
    }

    .hero-desc{
        font-size:16px;
    }

    .hero-image{
        margin-top:40px;
    }

    .page-banner{
        padding:90px 0 70px;
        text-align:center;
    }

    .page-banner h1{
        font-size:40px;
    }

    .section-title{
        font-size:30px;
    }

    .counter-box,
    .service-card,
    .portfolio-card,
    .industry-card,
    .process-card,
    .testimonial-card,
    .contact-card{
        margin-bottom:25px;
    }

    .footer-section{
        text-align:center;
    }

    .footer-social{
        margin-top:20px;
    }

}

/* Mobile Devices (576px - 767px) */
@media (max-width:767px){

    .logo-text{
        font-size:24px;
    }

    .hero-title{
        font-size:28px;
        line-height:1.3;
    }

    .hero-desc{
        font-size:15px;
    }

    .section-title{
        font-size:26px;
    }

    .page-banner{
        padding:80px 0 60px;
    }

    .page-banner h1{
        font-size:32px;
    }

    .counter-box{
        padding:25px;
    }

    .counter-box h2{
        font-size:32px;
    }

    .service-card,
    .portfolio-content,
    .industry-card,
    .process-card,
    .testimonial-card,
    .contact-card{
        padding:25px;
    }

    .btn-success{
        padding:10px 22px;
        font-size:15px;
    }

    .social-icon{
        width:32px;
        height:32px;
    }

}

/* Small Mobile (Below 576px) */
@media (max-width:575px){

    body{
        font-size:14px;
    }

    .hero-title{
        font-size:24px;
    }

    .hero-tag{
        font-size:12px;
    }

    .section-title{
        font-size:22px;
    }

    .page-banner h1{
        font-size:28px;
    }

    .page-banner p{
        font-size:15px;
    }

    .footer-section{
        padding:60px 0 20px;
    }

    #topBtn{
        width:45px;
        height:45px;
        right:15px;
        bottom:15px;
    }

}
@media (max-width:991px){
    .navbar-nav{
        text-align:center;
        padding:15px 0;
    }

    .navbar-nav .nav-link{
        margin:8px 0;
    }
}