/*==================================================
        SERVICE AREA SECTION
==================================================*/

.cvsa-section {
    position: relative;
    padding: 90px 0;
    background: #f7f8f4;
    overflow: hidden;
}

.cvsa-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

/*==================================================
        HEADER
==================================================*/

.cvsa-header {
    max-width: 1200px;
    margin: 0 auto 70px;
    text-align: center;
}

.cvsa-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 22px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    margin-bottom: 22px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .04);
}

.cvsa-badge i {
    color: #c8ff2d;
    font-size: 15px;
}

.cvsa-badge span {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cvsa-title {
    margin: 0;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
    color: #212529 !important;
    letter-spacing: -1px;
}

.cvsa-title span {
    color: #172000;
}

.cvsa-subtitle {
    max-width: 1000px;
    margin: 28px auto 0;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 1.9;
    color: #6c757d !important;
}

/*==================================================
        GRID
==================================================*/

.cvsa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 70px;
}

/*==================================================
        CARD
==================================================*/

.cvsa-card {
    position: relative;
    background: #fff;
    border-radius: 28px;
    /* padding: 34px; */
    padding: 18px;
    overflow: hidden;
    border: 1px solid #ececec;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .05);
    transition: .45s;
}

.cvsa-card.active {
    border-color: #c8ff2d;
}

.cvsa-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #c8ff2d;
    transition: .45s;
    z-index: 1;
}

.cvsa-card>* {
    position: relative;
    z-index: 2;
}

.cvsa-card:hover::before {
    height: 100%;
}

.cvsa-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, .12);
}

/*==================================================
        CORNER RIBBON
==================================================*/

.cvsa-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    background: #172000;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 0);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 14px;
    z-index: 5;
}

.cvsa-corner i {
    /* color: #18210f; */
    color: #ffffff;
    font-size: 18px;
}

/*==================================================
        TOP AREA
==================================================*/

.cvsa-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.cvsa-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 20px;
    background: #eef8d0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.cvsa-icon i {
    font-size: 28px;
    color: #99c80b;
    transition: .35s;
}

.cvsa-heading {
    flex: 1;
}

.cvsa-heading h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #18210f;
    line-height: 1.2;
}

.cvsa-heading span {
    display: block;
    width: 55px;
    height: 4px;
    margin-top: 12px;
    border-radius: 20px;
    background: var(--clenq-primary);
}

.cvsa-card:hover .cvsa-icon {
    background: #18210f;
    transform: rotate(-8deg) scale(1.05);
}

.cvsa-card:hover .cvsa-icon i {
    color: #c8ff2d;
}

/*==================================================
        DESCRIPTION
==================================================*/

.cvsa-desc {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.9;
    color: #666666;
    transition: .35s;
    /* min-height: 118px; */
    min-height: 68px;
}

.cvsa-card:hover .cvsa-desc {
    color: #24300d;
}

/*==================================================
        FEATURE TAGS
==================================================*/

.cvsa-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.cvsa-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 15px;
    border-radius: 50px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    transition: .35s;
}

.cvsa-tags span i {
    color: var(--clenq-primary);
    font-size: 13px;
    transition: .35s;
}

.cvsa-card:hover .cvsa-tags span {
    background: #fff;
    border-color: #18210f;
    color: #18210f;
}

.cvsa-card:hover .cvsa-tags span i {
    color: #111;
}

/*==================================================
        FOOTER
==================================================*/

.cvsa-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    transition: .35s;
}

.cvsa-card:hover .cvsa-footer {
    border-color: rgba(24, 33, 15, .15);
}

/*==================================================
        BUTTON
==================================================*/

.cvsa-footer a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #18210f;
    text-decoration: none;
    transition: .35s;
}

.cvsa-footer a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #18210f;
    transition: .35s;
}

.cvsa-card:hover .cvsa-footer a::after {
    width: 100%;
}

.cvsa-card:hover .cvsa-footer a {
    transform: translateX(5px);
}

/*==================================================
        ROUND ARROW BUTTON
==================================================*/

.cvsa-footer button {
    width: 54px;
    height: 54px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background: #172000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .4s;
    overflow: hidden;
}

.cvsa-footer button i {
    transition: .35s;
}

.cvsa-card:hover .cvsa-footer button {
    background: #ffffff;
    color: #18210f;
    transform: rotate(45deg);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.cvsa-card:hover .cvsa-footer button i {
    transform: rotate(-45deg) translateX(3px);
}

/*==================================================
        PREMIUM HOVER EFFECTS
==================================================*/

.cvsa-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    border: 2px solid transparent;
    transition: .4s;
    pointer-events: none;
}

.cvsa-card:hover::after {
    border-color: #18210f;
}

.cvsa-card:hover .cvsa-heading h3 {
    color: #18210f;
}

.cvsa-card:hover .cvsa-heading span {
    width: 90px;
    background: #18210f;
}

.cvsa-card:hover .cvsa-corner {
    background: #18210f;
}

.cvsa-card:hover .cvsa-corner i {
    color: var(--clenq-primary);
}

/* subtle shine */

.cvsa-card .cvsa-shine {
    display: none;
}

.cvsa-card:before {
    overflow: hidden;
}

.cvsa-card:hover {
    transition:
        transform .45s ease,
        box-shadow .45s ease;
}

/*==================================================
        ACTIVE CARD
==================================================*/

.cvsa-card.active {
    border: 2px solid var(--clenq-primary);
}

.cvsa-card.active .cvsa-icon {
    background: var(--clenq-primary);
}

.cvsa-card.active .cvsa-icon i {
    color: #18210f;
}

.cvsa-card.active .cvsa-footer button {
    background: var(--clenq-primary);
    color: #18210f;
}

.cvsa-card.active:hover .cvsa-footer button {
    background: #18210f;
    color: #fff;
}

/*==================================================
        FEATURE STRIP
==================================================*/

.cvsa-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .05);
    margin-bottom: 45px;
}

.cvsa-feature-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 32px 28px;
    transition: .35s;
}

.cvsa-feature-item:not(.cvsa-feature-last) {
    border-right: 1px solid #ededed;
}

.cvsa-feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--clenq-primary);
    transition: .4s;
    z-index: 1;
}

.cvsa-feature-item>* {
    position: relative;
    z-index: 2;
}

.cvsa-feature-item:hover::before {
    height: 100%;
}

.cvsa-feature-item:hover {
    transform: translateY(-6px);
}

.cvsa-feature-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 18px;
    background: #eef8d2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
}

.cvsa-feature-icon i {
    font-size: 24px;
    color: #8db300;
    transition: .35s;
}

.cvsa-feature-item:hover .cvsa-feature-icon {
    background: #18210f;
    transform: rotate(-8deg);
}

.cvsa-feature-item:hover .cvsa-feature-icon i {
    color: var(--clenq-primary);
}

.cvsa-feature-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #18210f;
}

.cvsa-feature-content p {
    margin: 6px 0 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

/*==================================================
        STATS STRIP
==================================================*/

.cvsa-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #18210f;
    border-radius: 28px;
    overflow: hidden;
}

.cvsa-stat-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 34px 30px;
}

.cvsa-stat-item:not(.cvsa-stat-last) {
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.cvsa-stat-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cvsa-stat-icon i {
    color: var(--clenq-primary);
    font-size: 22px;
}

.cvsa-stat-content h3 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.cvsa-stat-content span {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.cvsa-stat-content p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
}

/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:1200px) {

    .cvsa-title {
        font-size: 48px;
    }

    .cvsa-grid {
        gap: 25px;
    }

    .cvsa-card {
        padding: 28px;
    }

    .cvsa-heading h3 {
        font-size: 24px;
    }

}

@media(max-width:991px) {

    .cvsa-section {
        padding: 80px 0;
    }

    .cvsa-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cvsa-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .cvsa-feature-item:nth-child(2) {
        border-right: none;
    }

    .cvsa-feature-item:nth-child(1),
    .cvsa-feature-item:nth-child(2) {
        border-bottom: 1px solid #ededed;
    }

    .cvsa-stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .cvsa-stat-item:nth-child(2) {
        border-right: none;
    }

    .cvsa-stat-item:nth-child(1),
    .cvsa-stat-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

}

@media(max-width:767px) {

    .cvsa-section {
        padding: 70px 0;
    }

    .cvsa-header {
        margin-bottom: 45px;
    }

    .cvsa-title {
        font-size: 34px;
    }

    .cvsa-subtitle {
        font-size: 16px;
    }

    .cvsa-grid {
        grid-template-columns: 1fr;
    }

    .cvsa-card {
        padding: 24px;
        border-radius: 22px;
    }

    .cvsa-top {
        gap: 14px;
    }

    .cvsa-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .cvsa-icon i {
        font-size: 22px;
    }

    .cvsa-heading h3 {
        font-size: 22px;
    }

    .cvsa-desc {
        min-height: auto;
        font-size: 15px;
        margin-bottom: 22px;
    }

    .cvsa-tags {
        gap: 10px;
    }

    .cvsa-tags span {
        font-size: 12px;
        padding: 0 12px;
        height: 34px;
    }

    .cvsa-footer {
        padding-top: 20px;
    }

    .cvsa-footer button {
        width: 48px;
        height: 48px;
    }

    .cvsa-feature-strip,
    .cvsa-stats-strip {
        grid-template-columns: 1fr;
    }

    .cvsa-feature-item,
    .cvsa-stat-item {
        border-right: none !important;
    }

    .cvsa-feature-item:not(:last-child) {
        border-bottom: 1px solid #ededed;
    }

    .cvsa-stat-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

}

@media(max-width:480px) {

    .cvsa-badge {
        padding: 8px 18px;
    }

    .cvsa-title {
        font-size: 30px;
    }

    .cvsa-card {
        padding: 20px;
    }

    .cvsa-feature-item,
    .cvsa-stat-item {
        padding: 24px 20px;
    }

    .cvsa-feature-icon,
    .cvsa-stat-icon {
        width: 54px;
        height: 54px;
        min-width: 54px;
    }

    .cvsa-feature-content h4 {
        font-size: 18px;
    }

    .cvsa-stat-content h3 {
        font-size: 28px;
    }
}