 .dgsx-hero-wrap{
    background:#07152B;
    padding:140px 0 100px;
    position:relative;
    overflow:hidden;
}

.dgsx-hero-wrap:before{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    background:rgba(149,244,0,.08);
    border-radius:50%;
    top:-250px;
    right:-250px;
}

.dgsx-hero-left{
    position:relative;
    z-index:2;
}

.dgsx-top-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 25px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:100px;
    color:#95F400;
    background:rgba(255,255,255,.04);
    margin-bottom:25px;
}

.dgsx-main-title{
    font-size:78px;
    line-height:1;
    font-weight:800;
    color:#fff;
    margin-bottom:25px;
}

.dgsx-main-title span{
    color:#95F400;
}

.dgsx-main-desc{
    color:#b8c3d3;
    font-size:20px;
    line-height:1.9;
    margin-bottom:35px;
}

.dgsx-btn-area{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.dgsx-btn-primary{
    background:#95F400;
    color:#07152B;
    padding:18px 35px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
}

.dgsx-btn-secondary{
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
}

.dgsx-trust-row{
    display:flex;
    gap:25px;
}

.dgsx-trust-box{
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(20px);
    padding:20px;
    border-radius:15px;
    min-width:140px;
}

.dgsx-trust-box h3{
    color:#95F400;
    font-size:34px;
    font-weight:800;
}

.dgsx-trust-box span{
    color:#fff;
}

.dgsx-dashboard-area{
    position:relative;
    z-index:2;
}

.dgsx-main-dashboard{
    background:#0d203d;
    border-radius:25px;
    padding:30px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 40px 80px rgba(0,0,0,.35);
}

.dgsx-dashboard-header{
    display:flex;
    gap:10px;
    margin-bottom:25px;
}

.dgsx-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#95F400;
}

.dgsx-growth-card{
    margin-bottom:25px;
}

.dgsx-growth-card h5{
    color:#fff;
}

.dgsx-growth-card h2{
    color:#95F400;
    font-size:60px;
    font-weight:800;
}

.dgsx-chart-area{
    height:180px;
    position:relative;
    overflow:hidden;
    margin-bottom:25px;
}

.dgsx-chart-line{
    position:absolute;
    width:100%;
    height:100%;
    background:url("https://www.transparenttextures.com/patterns/graphy.png");
    opacity:.2;
}

.dgsx-mini-card{
    background:rgba(255,255,255,.05);
    padding:20px;
    border-radius:15px;
}

.dgsx-mini-card span{
    color:#b8c3d3;
}

.dgsx-mini-card h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
}

.dgsx-floating-card{
    position:absolute;
    background:#fff;
    padding:15px 22px;
    border-radius:15px;
    font-weight:700;
    box-shadow:0 15px 50px rgba(0,0,0,.25);
}

.dgsx-card-one{
    left:200px;
    top:-1px;
}

.dgsx-card-two{
    right:-20px;
    top:220px;
}

.dgsx-card-three{
    bottom:0px;
    left:20px;
}

@media(max-width:991px){

    .dgsx-main-title{
        font-size:48px;
    }

    .dgsx-dashboard-area{
        margin-top:50px;
    }

    .dgsx-trust-row{
        flex-wrap:wrap;
    }

}







.dgscl-trust-section{
    background:#081427;
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

.dgscl-mini-title{
    color:#95F400;
    letter-spacing:2px;
    font-size:13px;
    font-weight:700;
}

.dgscl-main-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin-top:15px;
    margin-bottom:60px;
}

.dgscl-stats-row{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
    margin-bottom:70px;
}

.dgscl-stat-item{
    min-width:220px;
    text-align:center;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
    border-radius:20px;
    padding:30px;
    backdrop-filter:blur(15px);
    transition:.4s;
}

.dgscl-stat-item:hover{
    transform:translateY(-8px);
    border-color:#95F400;
}

.dgscl-stat-item h3{
    color:#95F400;
    font-size:42px;
    font-weight:800;
    margin-bottom:10px;
}

.dgscl-stat-item p{
    color:#d6dce5;
    margin:0;
}

.dgscl-logo-slider{
    width:100%;
    overflow:hidden;
    position:relative;
}

.dgscl-logo-track{
    display:flex;
    width:max-content;
    animation:dgsclScroll 35s linear infinite;
}

.dgscl-logo-box{
    min-width:250px;
    height:90px;
    margin:0 12px;
    border-radius:16px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    color:#07152B;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

@keyframes dgsclScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:991px){

    .dgscl-main-title{
        font-size:34px;
    }

    .dgscl-stat-item{
        min-width:160px;
    }

    .dgscl-logo-box{
        min-width:180px;
        font-size:16px;
    }

}

.dgssrv-section{
    padding:120px 0;
    background:#ffffff;
    position:relative;
}

.dgssrv-subtitle{
    display:inline-block;
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.dgssrv-title{
    font-size:56px;
    font-weight:800;
    color:#07152B;
    margin-bottom:20px;
    line-height:1.1;
}

.dgssrv-desc{
    color:#6d7788;
    font-size:18px;
    line-height:1.8;
    margin-bottom:70px;
}

.dgssrv-card{
    position:relative;
    background:#fff;
    border-radius:24px;
    padding:40px;
    margin-bottom:30px;
    transition:.4s;
    overflow:hidden;
    border:1px solid #edf0f5;
    height:100%;
}

.dgssrv-card:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:5px;
    background:#95F400;
    transition:.4s;
}

.dgssrv-card:hover:before{
    width:100%;
}

.dgssrv-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 70px rgba(7,21,43,.08);
}

.dgssrv-icon{
    width:80px;
    height:80px;
    border-radius:20px;
    background:#f5ffe5;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.dgssrv-icon i{
    font-size:32px;
    color:#95F400;
}

.dgssrv-card h3{
    font-size:28px;
    font-weight:700;
    color:#07152B;
    margin-bottom:15px;
}

.dgssrv-card p{
    color:#6d7788;
    line-height:1.8;
    margin-bottom:25px;
}

.dgssrv-card a{
    color:#07152B;
    font-weight:700;
    text-decoration:none;
}

.dgssrv-card a i{
    margin-left:8px;
    transition:.3s;
}

.dgssrv-card:hover a i{
    margin-left:14px;
}

@media(max-width:991px){

    .dgssrv-title{
        font-size:38px;
    }

}

@media(max-width:576px){

    .dgssrv-section{
        padding:80px 0;
    }

    .dgssrv-title{
        font-size:32px;
    }

    .dgssrv-card{
        padding:30px;
    }

}






.dgswhy-section{
    padding:120px 0;
    background:#f8fafc;
    position:relative;
}

.dgswhy-subtitle{
    display:inline-block;
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.dgswhy-title{
    font-size:56px;
    line-height:1.15;
    font-weight:800;
    color:#07152B;
    margin-bottom:25px;
}

.dgswhy-title span{
    color:#95F400;
}

.dgswhy-desc{
    color:#667085;
    line-height:1.9;
    font-size:18px;
    margin-bottom:35px;
}

.dgswhy-btn{
    display:inline-block;
    background:#07152B;
    color:#fff;
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.dgswhy-btn:hover{
    background:#95F400;
    color:#07152B;
}

.dgswhy-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    margin-bottom:25px;
    height:100%;
    border:1px solid #edf0f5;
    transition:.4s;
}

.dgswhy-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(7,21,43,.08);
}

.dgswhy-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#f5ffe5;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.dgswhy-icon i{
    color:#95F400;
    font-size:28px;
}

.dgswhy-card h4{
    color:#07152B;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.dgswhy-card p{
    color:#667085;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .dgswhy-title{
        font-size:40px;
    }

    .dgswhy-left{
        margin-bottom:40px;
    }

}

@media(max-width:576px){

    .dgswhy-section{
        padding:80px 0;
    }

    .dgswhy-title{
        font-size:32px;
    }

}



.dgsfs-section{
    padding:120px 0;
    background:#ffffff;
}

.dgsfs-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:15px;
}

.dgsfs-title{
    font-size:56px;
    font-weight:800;
    color:#07152B;
    margin-bottom:20px;
    line-height:1.1;
}

.dgsfs-desc{
    color:#667085;
    font-size:18px;
    line-height:1.8;
    margin-bottom:70px;
}

.dgsfs-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    border:1px solid #edf0f5;
    transition:.4s;
    position:relative;
    overflow:hidden;
    height:100%;
}

.dgsfs-card:hover{
    transform:translateY(-12px);
    box-shadow:0 30px 80px rgba(7,21,43,.08);
}

.dgsfs-card-active{
    background:#07152B;
    color:#fff;
    transform:scale(1.04);
}

.dgsfs-card-active h3,
.dgsfs-card-active p,
.dgsfs-card-active li{
    color:#fff;
}

.dgsfs-card-active a{
    color:#95F400;
}

.dgsfs-label{
    display:inline-block;
    background:#f4ffe0;
    color:#07152B;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:25px;
}

.dgsfs-card-active .dgsfs-label{
    background:#95F400;
}

.dgsfs-card h3{
    font-size:30px;
    font-weight:800;
    color:#07152B;
    line-height:1.3;
    margin-bottom:20px;
}

.dgsfs-card p{
    color:#667085;
    line-height:1.8;
    margin-bottom:25px;
}

.dgsfs-list{
    padding:0;
    margin:0 0 30px;
    list-style:none;
}

.dgsfs-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#07152B;
}

.dgsfs-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#95F400;
    font-weight:700;
}

.dgsfs-card a{
    color:#07152B;
    font-weight:700;
    text-decoration:none;
}

@media(max-width:991px){

    .dgsfs-title{
        font-size:40px;
    }

    .dgsfs-card{
        margin-bottom:30px;
    }

    .dgsfs-card-active{
        transform:none;
    }

}

@media(max-width:576px){

    .dgsfs-section{
        padding:80px 0;
    }

    .dgsfs-title{
        font-size:32px;
    }

}




.dgsprc-section{
    padding:120px 0;
    background:#f8fafc;
    position:relative;
}

.dgsprc-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:15px;
}

.dgsprc-title{
    font-size:56px;
    font-weight:800;
    color:#07152B;
    margin-bottom:20px;
    line-height:1.1;
}

.dgsprc-desc{
    font-size:18px;
    color:#667085;
    line-height:1.8;
    margin-bottom:80px;
}

.dgsprc-process-wrapper{
    position:relative;
}

.dgsprc-line{
    position:absolute;
    top:75px;
    left:12%;
    width:76%;
    height:3px;
    background:linear-gradient(
        to right,
        #95F400,
        #07152B
    );
    z-index:1;
}

.dgsprc-card{
    background:#fff;
    border-radius:28px;
    padding:40px 30px;
    text-align:center;
    position:relative;
    z-index:2;
    transition:.4s;
    border:1px solid #edf0f5;
    height:100%;
}

.dgsprc-card:hover{
    transform:translateY(-12px);
    box-shadow:0 30px 70px rgba(7,21,43,.08);
}

.dgsprc-number{
    position:absolute;
    top:20px;
    right:25px;
    font-size:50px;
    font-weight:800;
    color:#eef2f6;
}

.dgsprc-icon{
    width:90px;
    height:90px;
    border-radius:24px;
    background:#f4ffe2;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:25px;
}

.dgsprc-icon i{
    font-size:34px;
    color:#95F400;
}

.dgsprc-card h4{
    font-size:28px;
    font-weight:700;
    color:#07152B;
    margin-bottom:15px;
}

.dgsprc-card p{
    color:#667085;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .dgsprc-line{
        display:none;
    }

    .dgsprc-card{
        margin-bottom:30px;
    }

    .dgsprc-title{
        font-size:40px;
    }

}

@media(max-width:576px){

    .dgsprc-section{
        padding:80px 0;
    }

    .dgsprc-title{
        font-size:32px;
    }

}









.dgspor-section{
    padding:120px 0;
    background:#ffffff;
}

.dgspor-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:15px;
}

.dgspor-title{
    font-size:58px;
    font-weight:800;
    color:#07152B;
    margin-bottom:20px;
    line-height:1.1;
}

.dgspor-desc{
    color:#667085;
    font-size:18px;
    line-height:1.8;
    margin-bottom:80px;
}

.dgspor-project-card{
    margin-bottom:80px;
    background:#fff;
    border-radius:35px;
    overflow:hidden;
    border:1px solid #edf0f5;
    box-shadow:0 20px 60px rgba(0,0,0,.04);
}

.dgspor-image-wrap{
    position:relative;
}

.dgspor-image-wrap img{
    width:100%;
    display:block;
}

.dgspor-result-badge{
    position:absolute;
    left:30px;
    bottom:30px;
    background:#95F400;
    color:#07152B;
    font-weight:800;
    padding:15px 25px;
    border-radius:12px;
}

.dgspor-content{
    padding:60px;
}

.dgspor-category{
    display:inline-block;
    background:#f4ffe3;
    color:#07152B;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    margin-bottom:20px;
}

.dgspor-content h3{
    font-size:42px;
    color:#07152B;
    font-weight:800;
    margin-bottom:20px;
    line-height:1.1;
}

.dgspor-content p{
    color:#667085;
    line-height:1.9;
    margin-bottom:30px;
}

.dgspor-metrics{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.dgspor-metrics div{
    min-width:120px;
}

.dgspor-metrics strong{
    display:block;
    color:#95F400;
    font-size:34px;
    font-weight:800;
}

.dgspor-metrics span{
    color:#667085;
}

.dgspor-btn{
    display:inline-block;
    background:#07152B;
    color:#fff;
    padding:16px 30px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.dgspor-btn:hover{
    background:#95F400;
    color:#07152B;
}

@media(max-width:991px){

    .dgspor-content{
        padding:35px;
    }

    .dgspor-title{
        font-size:40px;
    }

    .dgspor-content h3{
        font-size:30px;
    }

}

@media(max-width:576px){

    .dgspor-section{
        padding:80px 0;
    }

    .dgspor-title{
        font-size:32px;
    }

}







.dgscnt-section{
    padding:120px 0;
    background:#07152B;
    position:relative;
    overflow:hidden;
}

.dgscnt-section:before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    border-radius:50%;
    background:rgba(149,244,0,.06);
    top:-250px;
    right:-200px;
}

.dgscnt-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:15px;
}

.dgscnt-title{
    color:#fff;
    font-size:56px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:25px;
}

.dgscnt-desc{
    color:#b6c1d0;
    line-height:1.9;
    font-size:18px;
    margin-bottom:35px;
}

.dgscnt-btn{
    display:inline-block;
    background:#95F400;
    color:#07152B;
    padding:18px 34px;
    border-radius:12px;
    font-weight:700;
    text-decoration:none;
    transition:.4s;
}

.dgscnt-btn:hover{
    transform:translateY(-5px);
    color:#07152B;
}

.dgscnt-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:25px;
    padding:35px;
    text-align:center;
    margin-bottom:25px;
    backdrop-filter:blur(15px);
    transition:.4s;
}

.dgscnt-card:hover{
    transform:translateY(-10px);
    border-color:#95F400;
}

.dgscnt-icon{
    width:80px;
    height:80px;
    background:rgba(149,244,0,.12);
    border-radius:20px;
    margin:auto auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dgscnt-icon i{
    color:#95F400;
    font-size:30px;
}

.dgscnt-card h3{
    font-size:58px;
    font-weight:800;
    color:#95F400;
    margin-bottom:10px;
}

.dgscnt-card span{
    color:#ffffff;
    font-size:17px;
}

@media(max-width:991px){

    .dgscnt-title{
        font-size:40px;
    }

    .dgscnt-content{
        margin-bottom:50px;
        text-align:center;
    }

}

@media(max-width:576px){

    .dgscnt-section{
        padding:80px 0;
    }

    .dgscnt-title{
        font-size:32px;
    }

    .dgscnt-card h3{
        font-size:42px;
    }

}






.dgsind-section{
    padding:120px 0;
    background:#f8fafc;
}

.dgsind-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:15px;
}

.dgsind-title{
    font-size:56px;
    font-weight:800;
    color:#07152B;
    margin-bottom:20px;
    line-height:1.1;
}

.dgsind-desc{
    color:#667085;
    font-size:18px;
    line-height:1.8;
    margin-bottom:70px;
}

.dgsind-card{
    background:#fff;
    border-radius:24px;
    padding:35px;
    text-align:center;
    margin-bottom:25px;
    border:1px solid #edf0f5;
    transition:.4s;
    height:100%;
}

.dgsind-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(7,21,43,.08);
    border-color:#95F400;
}

.dgsind-icon{
    width:85px;
    height:85px;
    border-radius:22px;
    background:#f4ffe2;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}

.dgsind-icon i{
    color:#95F400;
    font-size:34px;
}

.dgsind-card h4{
    font-size:24px;
    font-weight:700;
    color:#07152B;
    margin-bottom:15px;
}

.dgsind-card p{
    color:#667085;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .dgsind-title{
        font-size:40px;
    }

}

@media(max-width:576px){

    .dgsind-section{
        padding:80px 0;
    }

    .dgsind-title{
        font-size:32px;
    }

}




.dgstest-section{
    padding:120px 0;
    background:#07152B;
    position:relative;
    overflow:hidden;
}

.dgstest-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
    display:inline-block;
}

.dgstest-title{
    color:#fff;
    font-size:56px;
    font-weight:800;
    margin-bottom:20px;
    line-height:1.1;
}

.dgstest-desc{
    color:#b6c1d0;
    font-size:18px;
    line-height:1.8;
    margin-bottom:70px;
}

.dgstest-card{
    background:#0d203d;
    border-radius:30px;
    padding:35px;
    height:100%;
    border:1px solid rgba(255,255,255,.08);
    transition:.4s;
    margin-bottom:25px;
}

.dgstest-card:hover{
    transform:translateY(-10px);
    border-color:#95F400;
}

.dgstest-featured{
    border:2px solid #95F400;
}

.dgstest-google{
    color:#95F400;
    font-weight:700;
    margin-bottom:15px;
}

.dgstest-stars{
    margin-bottom:20px;
}

.dgstest-stars i{
    color:#FFD43B;
    margin-right:3px;
}

.dgstest-review{
    color:#d2d8e2;
    line-height:1.9;
    min-height:140px;
}

.dgstest-user{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:25px;
}

.dgstest-user img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.dgstest-user h5{
    color:#fff;
    margin-bottom:4px;
    font-size:18px;
}

.dgstest-user span{
    color:#b6c1d0;
    font-size:14px;
}

.dgstest-rating-bar{
    margin-top:60px;
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}

.dgstest-rating-item{
    min-width:220px;
    text-align:center;
    background:rgba(255,255,255,.05);
    padding:25px;
    border-radius:20px;
}

.dgstest-rating-item h3{
    color:#95F400;
    font-size:42px;
    font-weight:800;
    margin-bottom:10px;
}

.dgstest-rating-item span{
    color:#fff;
}

@media(max-width:991px){

    .dgstest-title{
        font-size:40px;
    }

}

@media(max-width:576px){

    .dgstest-section{
        padding:80px 0;
    }

    .dgstest-title{
        font-size:32px;
    }

}





.dgstech-section{
    padding:120px 0;
    background:#ffffff;
}

.dgstech-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:15px;
}

.dgstech-title{
    font-size:56px;
    font-weight:800;
    color:#07152B;
    margin-bottom:20px;
}

.dgstech-desc{
    color:#667085;
    line-height:1.8;
    font-size:18px;
    margin-bottom:70px;
}

.dgstech-card{
    background:#fff;
    border:1px solid #edf0f5;
    border-radius:28px;
    padding:35px;
    margin-bottom:25px;
    transition:.4s;
    height:100%;
}

.dgstech-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(7,21,43,.08);
    border-color:#95F400;
}

.dgstech-icon{
    width:80px;
    height:80px;
    border-radius:20px;
    background:#f4ffe2;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.dgstech-icon i{
    color:#95F400;
    font-size:32px;
}

.dgstech-card h4{
    font-size:26px;
    font-weight:700;
    color:#07152B;
    margin-bottom:20px;
}

.dgstech-card ul{
    padding:0;
    margin:0;
    list-style:none;
}

.dgstech-card ul li{
    padding:10px 0;
    border-bottom:1px solid #f1f3f6;
    color:#667085;
}

.dgstech-card ul li:last-child{
    border-bottom:none;
}

.dgstech-bottom{
    margin-top:60px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
}

.dgstech-badge{
    padding:14px 24px;
    border-radius:100px;
    background:#f8fafc;
    border:1px solid #edf0f5;
    font-weight:600;
    color:#07152B;
    transition:.3s;
}

.dgstech-badge:hover{
    background:#95F400;
    color:#07152B;
    transform:translateY(-4px);
}

@media(max-width:991px){

    .dgstech-title{
        font-size:40px;
    }

}

@media(max-width:576px){

    .dgstech-section{
        padding:80px 0;
    }

    .dgstech-title{
        font-size:32px;
    }

}





.dgscta-section{
    padding:120px 0;
    background:#ffffff;
}

.dgscta-wrapper{
    position:relative;
    overflow:hidden;
    background:#07152B;
    border-radius:40px;
    padding:80px;
}

.dgscta-subtitle{
    color:#95F400;
    font-weight:700;
    letter-spacing:2px;
    display:inline-block;
    margin-bottom:15px;
}

.dgscta-title{
    color:#fff;
    font-size:58px;
    font-weight:800;
    line-height:1.15;
    margin-bottom:25px;
}

.dgscta-desc{
    color:#b9c4d4;
    line-height:1.9;
    font-size:18px;
    margin-bottom:35px;
}

.dgscta-trust{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.dgscta-trust-item{
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.dgscta-trust-item i{
    color:#95F400;
    margin-right:8px;
}

.dgscta-form-box{
    background:#ffffff;
    border-radius:25px;
    padding:35px;
    position:relative;
    z-index:2;
}

.dgscta-form-box h3{
    color:#07152B;
    font-size:28px;
    font-weight:800;
    margin-bottom:25px;
}

.dgscta-input{
    height:58px;
    border-radius:12px;
    border:1px solid #e6e9ef;
    box-shadow:none !important;
}

.dgscta-submit-btn{
    width:100%;
    border:none;
    background:#95F400;
    color:#07152B;
    height:60px;
    border-radius:12px;
    font-weight:700;
    font-size:16px;
    transition:.4s;
}

.dgscta-submit-btn:hover{
    transform:translateY(-3px);
}

.dgscta-floating{
    position:absolute;
    border-radius:50%;
}

.dgscta-float-1{
    width:350px;
    height:350px;
    background:rgba(149,244,0,.08);
    top:-150px;
    right:-120px;
}

.dgscta-float-2{
    width:250px;
    height:250px;
    background:rgba(149,244,0,.05);
    left:-100px;
    bottom:-100px;
}

@media(max-width:991px){

    .dgscta-wrapper{
        padding:50px 30px;
    }

    .dgscta-title{
        font-size:40px;
        margin-bottom:20px;
    }

    .dgscta-content{
        margin-bottom:40px;
    }

}

@media(max-width:576px){

    .dgscta-section{
        padding:80px 0;
    }

    .dgscta-title{
        font-size:32px;
    }

    .dgscta-form-box{
        padding:25px;
    }

}




















