:root {
    --primary-color: #3B6D2F !important;
}

.rounded-20 {
    border-radius: 20px;
}

.text-space {
    letter-spacing: 2px;
}

.gradient-border.dark {
    background: #0A0511;
}

.swiper-wrapper {
    display: flex;
}

.swiper-wrapper .swiper-slide {
    height: auto;
}

.mb-30 {
    margin-bottom: 30px;
}

.cus-border {
    border: 1px solid var(--primary-color);
}

.buss--card {
    border-color: var(--primary-color) !important;
}

.text-bg-clr {
    background: #7e1bff45;
}

.brands-image,
.brands-image img {
    width: 200px;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    flex: 0 0 200px;
}

.w-fit {
    width: fit-content;
    height: fit-content;
}

.check-img {
    width: 24px;
}

.counter-card .border-top {
    border-color: #ffffff40 !important;
}

.bg-theme {
    background: #3b6d2f;
}

.button_theme-primary i.fa-regular.fa-angle-right {
    background: url('../images/mobile-app-images/right-btn-arrow.svg')no-repeat center / contain !important;
}

.bg--light {
    background: #F3FAF2;
}

/* Listing Wrapper */
.check-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.check-list li {
    font-size: 18px;
    padding: 0px 0 20px 35px;
    position: relative;
    z-index: 1;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url('../images/list-check.svg') no-repeat center;
    z-index: -1;
    background-size: contain;
}

.cta-1 .cta-block {
    background: var(--primary-light);
}

.cta-block {
    border-radius: 20px;
    position: relative;
    height: 100%;
}

/* common css end */

.after-hero-wrapper {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

/* custom-service-main */
.custom-service-main .custom-service-card {
    background: #F3FAF2;
    display: flex;
    align-items: center;
    transition: 0.5s all ease;
    padding: 15px 30px;
    border-radius: 15px;
    gap: 30px;
    min-height: 120px;
}

.custom-service-main .custom-service-card.active {
    background: var(--primary-color);
    padding-right: 250px;
}

.custom-service-main .custom-service-card.active * {
    color: #fff !important;
}

.custom-service-main .custom-service-card .custom-ser-img {
    position: absolute;
    right: 20px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: 0.5s all ease;
    opacity: 0;
    visibility: none;
}

.custom-service-main .custom-service-card.active .custom-ser-img {
    transform: rotate(5deg);
    opacity: 1;
    visibility: none;
}

/* mobile-types-slider */
.mobile-types-slider .swiper-wrapper {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Ccircle cx='36' cy='36' r='36' fill='%233b6d2f'/%3E%3Ctext x='36' y='41' text-anchor='middle' fill='%23ffffff' font-size='13' font-weight='500' font-family='sans-serif' letter-spacing='0.5'%3ESlide%3C/text%3E%3C/svg%3E") 36 36, pointer;
}

.mobile-types-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    opacity: 0.5;
    border: 0;
    outline: 0;
    margin: 0 5px;
}

.mobile-types-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.mobile-types-slider .swiper-slide {
    transition: 0.5 all ease;
}

/* tech-main */
.tech-main .box:first-child::before {
    display: none;
}

.tech-main .box {
    min-width: 200px;
    text-align: center;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    position: relative;
    max-width: 200px;
}

.tech-main .box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    height: 2px;
    background: #fff;
    right: 200px;
    z-index: -1;
}

/* process */
.process-card .number {
    background: #F7F2FF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    flex: 0 0 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}

.process-card.active .number {
    background: var(--primary-color);
    color: #fff;
}

.process-card:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    width: 1px;
    height: 0;
    border-left: 2px dotted #ccc;
    z-index: -1;
    transition: 0.5s all ease;
}

.process-card.active:not(:last-child)::before {
    border-color: var(--primary-color);
    height: 100%;
}

/* Responsive */
@media only screen and (max-width: 1599px) {

    .custom-accordion-wrapper>div:not(.active) {
        flex: 0 0 65px;
    }

    .accordion-btn {
        width: 70px;
    }
}

@media only screen and (max-width: 1400px) {
    .tech-main {
        overflow-x: auto;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        padding-left: 15px;
    }

    .tech-main .box.h5 {
        font-size: 18px;
        min-width: 200px;
    }

    .technology-col {
        overflow-x: scroll;
    }

}

@media (min-width: 1201px) {
    .custom-service-main .custom-service-card .ser-heading {
        width: 300px;
        max-width: 300px;
        flex: 0 0 300px;
    }

    .mobile-types-slider .swiper-slide.swiper-slide-active+.swiper-slide {
        padding-top: 30px;
    }

    .mobile-types-slider .mobile-types {
        margin-bottom: 50px;
    }

}

@media (max-width: 991px) {
    .position-sticky {
        position: static !important;
    }

    .feeling-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        grid-template-areas: unset;
    }

    .feeling-grid .feeling-card {
        grid-area: unset !important;
    }

    a.button.mobile-center {
        margin: auto;
    }

    .new-faq .accordion-header .accordion-button {
        font-size: 18px !important;
    }

    .check-list {
        width: fit-content;
        margin: auto;
    }

    .custom-service-main .custom-service-card {
        flex-direction: column;
        padding: 30px 15px !important;
        gap: 0;
        background: #F3FAF2 !important;
    }

    .custom-service-main .custom-service-card img {
        width: 250px;
        height: 250px;
        object-fit: contain;
    }

    .custom-service-main .custom-service-card.active * {
        color: #000 !important;
    }

    .technology-col {
        gap: 50px 0 !important;
    }

    .tech-main .box {
        min-width: 140px;
    }

    .tech-main .img-box>img {
        height: 40px;
        object-fit: contain;
    }
}

@media (max-width: 767px) {

    .feeling-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .custom-accordion-wrapper {
        flex-direction: column;
    }

    .custom-accordion-wrapper .accordion-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .accordion-block {
        flex-direction: column;
    }

    .accordion-head {
        writing-mode: unset;
        transform: unset;
    }

    .accordion-btn {
        width: 100%;
        min-height: 72px;
    }

    .content-wrap__inner {
        padding: 0 20px 50px 20px;
    }

    .custom-accordion-wrapper>.accordion-wrapper.active .accordion-btn {
        width: 100%;
    }

    .buss--card {
        border: 1px solid var(--primary-color) !important;
    }
}