:root {
    /* Light Theme Colors */
    --header-bg: #131515;
    --header-text: #f4ffeb;
    --main-text: #2e3a24;
    --main-bg: #f2fafb;
    --hover-bg: #2b3a3b;
    --active-bg: #333838;
    --card-bg: #e8f9fd;
    --section-text: #4a5e3d;
    --sidebar-bg: #202222;
    --primary: #c80418;
    --cursor-color: #ec1818;
    --border-color: rgba(0, 0, 0, 0.1);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-theme="dark"] {
    --header-bg: #000000;
    --header-text: #f0f3f4;
    --main-text: #a9dfbf;
    --main-bg: #000000;
    --hover-bg: #2b3a3b;
    --active-bg: #ca2129;
    --card-bg: #1d1d1d;
    --section-text: #a9dfbf;
    --sidebar-bg: #202222;
    --primary: #c80418;
    --border-color: rgba(255, 255, 255, 0.1);
}

.list-unstyled {
    color: #fff;
}


.services-one__icon img{
    width: 50px!important;
}


.services-one__single:hover .services-one__icon img{
    width: 50px!important;
    filter: brightness(0) invert(1)!important;
}


            .download4-thumb {
    position: relative;
}
.slide-app {
    position: relative;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    /* max-width: 260px; */
    max-width: 176px;
    margin-top: -373px;
    justify-content: center;
    display: inline-flex
;
}
.slide-app:before {
    content: '';
    background-image: url(../img/mobile-bg.png);
    height: 396px;
    width: 265px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 4;
    top: -8px;
}
.mobile-app-section .carousel-indicators {
    bottom: 8px;
    border-radius: 50%;
}
.space, .space-top {
    padding-top: 50px;
}
.space, .space-bottom {
    padding-bottom: 50px;
}
.title-area {
    margin-bottom: calc(30px - 10px);
    position: relative;
    z-index: 2;
}
.title-area .sec-title {
    margin-bottom: 15px;
    color: #25452e;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.sub-title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.32em;
    text-transform: capitalize;
}
.text-theme {
    color: #f7c600 !important;
}

.th-btn.style7 {
    background-color: #25452e;
    color: #fff;
}
.th-btn.style-radius {
    border-radius: 100px;
    padding: 11px 28px;
}

.download4-thumb .carousel-inner .carousel-item img{
    height: 360px !important;
    width: 180px !important;
    border-radius: 6px 6px 6px 6px;
}

.shape-mockup {
    position: absolute;
    z-index: 0;
}
.shepe-text.style4 {
    color: #25452e;
    opacity: 0.1;
}
.shepe-text {
    font-weight: 700;
    font-size: 50px;
    line-height: 101px;
    color: rgba(239, 241, 249, 0.15);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (max-width: 767px) {
    .slide-app {
        margin-top: 70px;
    }
}
@media (max-width: 991px) {
    .space, .space-bottom {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .mobile-sec-title {
        font-size: 24px !important;
    }
}


/*news mobile view section*/
@media only screen and (max-width: 767px) {
    .headline-title {
        min-width: 142px!important;
        margin-right: 14px!important;
    }
}

@media only screen and (max-width: 767px) {
    .news-line {
        width: auto !important;
    }
}



/*news mobile view section*/

/*moile app mobile view section*/
@media only screen and (max-width: 768px) {
    .mobile-sec-title {
        font-size: 24px !important;
        line-height: 30px!important;
    }
    
    .app-image-dowaload{
        width: 90px!important;
    }
    
}

/*moile app mobile view section*/

/*about mobile view section*/
@media only screen and (max-width: 768px) {
.title-area .sec-title {
    font-size: 29px;
    line-height: 37px;
}
}
/*about mobile view section*/