.services-page-section.services-page-2 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.services-page-section.services-page-2 ul li {
    box-shadow: 0 0 5px #ddd;
    border-radius: 6px;
    background: var(--rv-white);
    border: 1px solid var(--rv-primary);
    position: relative;
}

.services-page-section.services-page-2 ul li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../images/kaima-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.25;
    z-index: 1;
}

.services-page-section ul {
    list-style-type: none;
    padding: 0;
    padding-left: 0px;
    margin: 20px 0;
}

.services-page-section ul li {
    color: var(--rv-black);
    position: relative;
    margin-bottom: 10px;
    padding: 10px 10px 10px 40px;
    border-radius: 6px;
}

.services-page-section ul li::after {
    content: "\f270";
    position: absolute;
    font-family: "bootstrap-icons";
    left: 12px;
    top: 6px;
    font-size: 22px;
    color: var(--rv-primary);
}

.services-page-section .nevdisc-box {
    display: none;
}

.services-page-section .nevdisc-box.rvactive {
    display: block;
}

.services-page-section .nevdisc-box ul li {
    color: var(--rv-black);
}

.services-page-section {
    .top-simage {
        position: relative;
        .rvima {
            padding: 30px;
            padding-top: 0;
            position: relative;
            z-index: 1;
            background: var(--rv-white);
            border: 1px solid var(--rv-primary);
            padding: 5px;
            border-radius: 5px;
            img {
                width: 100%;
                border-radius: 5px;
                position: relative;
                left: -10px;
                top: 10px;
            }
            &::before {
                content: '';
                width: calc(100% - 10px);
                height: calc(100% - 10px);
                border-radius: 5px;
                position: absolute;
                left: -5px;
                top: 15px;
                background: #0000006e;
                z-index: 1;
            }
        }
        .rv-con {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 40px;
            z-index: 1;
            color: #fff;
        }
    }
    .image {
        padding: 30px;
        padding-top: 0;
        position: relative;
        z-index: 1;
        background: var(--rv-white);
        border: 1px solid var(--rv-primary);
        padding: 5px;
        border-radius: 5px;
    }
}

.services-page-section .image img {
    width: 100%;
    border-radius: 5px;
    position: relative;
    left: -10px;
    top: 10px;
}

.services-page-section .costom-nev {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-bottom: 30px;
}

.services-page-section .costom-nev .rvtebfaqHendlers {
    padding: 15px;
}

.services-page-section .costom-nev .rvtebfaqHendlers.rvactive span {
    background: var(--rv-primary);
    color: var(--rv-white);
}

.services-page-section .costom-nev .rvtebfaqHendlers span {
    box-shadow: 0 0 5px #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--rv-primary);
    font-weight: 600;
    cursor: pointer;
    color: var(--rv-primary);
}

.services-page-section .costom-nev .rvtebfaqHendlers span:hover {
    background: var(--rv-primary);
    color: var(--rv-white);
}

.services-page-section .nevdisc-box {
    display: none;
}

.services-page-section .nevdisc-box.rvactive {
    display: block;
}

.services-page-section .nevdisc-box ul li {
    color: var(--rv-black);
}

.services-page-section .costom-nev {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding-bottom: 30px;
}

.services-page-section .costom-nev .tebHendlers {
    padding: 15px;
}

.services-page-section .costom-nev .tebHendlers.rvactive span {
    background: var(--rv-primary);
    color: var(--rv-white);
}

.services-page-section .costom-nev .tebHendlers span {
    box-shadow: 0 0 5px #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--rv-primary);
    font-weight: 600;
    cursor: pointer;
    color: var(--rv-primary);
}

.services-page-section .costom-nev .tebHendlers span:hover {
    background: var(--rv-primary);
    color: var(--rv-white);
}

.services-page-section .rv-services-lcontent {
    text-align: center;
    padding: 30px;
    border: 1px solid var(--rv-primary);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
}

.services-page-section .rv-services-lcontent h4 {
    color: var(--rv-primary);
}

.services-page-section .rv-services-lcontent::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../../images/kaima-bg.svg");
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.15;
    z-index: -1;
}

.services-page-section .rv-services-tabel {
    text-align: center;
    border: 1px solid var(--rv-primary);
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 30px;
}

.services-page-section .rv-services-tabel h4 {
    color: var(--rv-primary);
}

.services-page-section .rv-services-tabel h5 {
    margin-bottom: 0;
    padding: 15px;
    background: var(--rv-primary);
    color: var(--rv-white);
}

.services-page-section .rv-services-tabel table {
    width: 100%;
    border-collapse: collapse;
}

.services-page-section .rv-services-tabel table th,
.services-page-section .rv-services-tabel table td {
    border: 1px solid var(--rv-primary);
    padding: 10px;
    width: 50%;
}

.services-page-section .rv-services-tabel table th {
    color: var(--rv-primary);
}

.services-page-section .rv-services-tabel table tr:nth-child(even) {
    background: #f9f9f9;
}

.services-page-section .place-items-center {
    place-items: center;
}

.services-page-section .new-btn-card.rvd-flex {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}