.home-abouthead h3 span,
.home-cardhead h3 span,
.home-choosehead h3 span {
    font-weight: var(--fw-xxl);
}

@media screen and (min-width: 1140px) {

    /* Headings */
    .home-choose,
    .home-about,
    .home-cards {
        width: 95%;
        margin: auto;
        padding-top: 75px;
    }

    .home-abouthead h3,
    .home-cardhead h3,
    .home-choosehead h3 {
        width: 550px;
        color: var(--text-primary);
        font-size: 30px;
        font-weight: var(--fw-md);
        margin-bottom: 30px;
    }

    .cardmain {
        margin-top: 50px;
    }

    /* Home Banner */
    .home-banner {
        height: 100vh;
        width: 100%;
        background: linear-gradient(to right, #abbaab, #fff);
        /* background-image: linear-gradient(112.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(139,139,139) 53%, rgb(139,139,139) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(118,117,117) 60%, rgb(118,117,117) 88%,rgb(106,104,104) 88%, rgb(106,104,104) 91%,rgb(110,110,110) 91%, rgb(110,110,110) 100%),linear-gradient(157.5deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(139,139,139) 53%, rgb(139,139,139) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(118,117,117) 60%, rgb(118,117,117) 88%,rgb(106,104,104) 88%, rgb(106,104,104) 91%,rgb(110,110,110) 91%, rgb(110,110,110) 100%),linear-gradient(135deg, rgb(214, 214, 214) 0%, rgb(214, 214, 214) 10%,rgb(195, 195, 195) 10%, rgb(195, 195, 195) 53%,rgb(139,139,139) 53%, rgb(139,139,139) 55%,rgb(157, 157, 157) 55%, rgb(157, 157, 157) 60%,rgb(118,117,117) 60%, rgb(118,117,117) 88%,rgb(106,104,104) 88%, rgb(106,104,104) 91%,rgb(110,110,110) 91%, rgb(110,110,110) 100%),linear-gradient(90deg, rgb(195, 195, 195),rgb(228, 228, 228));
        background-blend-mode: overlay, overlay, overlay, normal; */
        position: relative;
    }

    .home-bannerdiv {
        width: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: grid;
        grid-template-columns: 45% 45%;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        padding: 75px 0px;
    }

    .home-bannerleft h1 {
        width: 80%;
        color: var(--primary);
        font-size: 50px;
        font-weight: var(--fw-xl);
        margin-bottom: 15px;
    }

    .home-bannerleft h1 span {
        color: var(--secondary);
    }

    .home-bannerright .home-bannerrightdiv {
        position: relative;
    }

    .home-bannerright .home-bannerrightct {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .home-bannerright .home-bannerrightct h1 {
        color: var(--primary);
        font-size: 50px;
        font-weight: var(--fw-xl);
        margin-bottom: 5px;
    }

    .home-bannerright .home-bannerrightct h6 {
        color: var(--text-secondary);
        font-size: 20px;
        font-weight: var(--fw-sm);
        margin-bottom: 0px;
    }

    /* Home About */
    .home-aboutdiv {
        display: grid;
        grid-template-columns: 29% 29% 40%;
        justify-content: space-between;
        margin: auto;
    }

    .about-items {
        height: 275px;
        box-shadow: var(--box-shadow);
        border-radius: 15px;
        padding: 15px;
    }

    .about-items.item-1 {
        background: #D8BFD8 url('../images/Home/Service_1.svg') bottom right no-repeat;
        background-size: 200px;
    }

    .about-items.item-2 {
        background: #ACE1AF url('../images/Home/Service_2.svg') bottom right no-repeat;
        background-size: 200px;
    }

    .about-items.item-3 {
        background: #B0E0E6 url('../images/Home/Service_3.svg') bottom right no-repeat;
        background-size: 250px;
    }

    .about-items h2 {
        color: var(--text-primary);
        font-size: 25px;
        font-weight: var(--fw-xxl);
        margin-bottom: 5px;
    }

    .about-items h6 {
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: var(--fw-md);
        margin-bottom: 0px;
        width: 80%;
    }

    /* Main Card Div */
    .home-cards .home-cardgrp {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
    }

    .home-cards .home-cardgrp .home-card h5 {
        font-weight: var(--fw-lg);
        font-size: 18px;
        color: var(--text-primary);
        margin: 10px 0px;
        width: 90%;
    }

    .home-cards .home-cardgrp h6 {
        font-weight: var(--fw-sm);
        font-size: 15px;
        line-height: 25px;
        width: 90%;
    }

    .customerpmain {
        display: flex;
        height: 45vh;
        background-color: var(--light);
        border: 2px solid #00000008;
        border-radius: 10px;
        padding: 30px;
    }

    /* Left Div */
    .customerpleft {
        width: 50%;
        border-right: 2px solid #747474;
        overflow: auto;
    }

    .customerpleft::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    .customerpleft::-webkit-scrollbar-track {
        background-color: #E4E4E7;
        border-radius: 10px;
    }

    .customerpleft::-webkit-scrollbar-thumb {
        background-color: var(--text-primary);
        border-radius: 10px;
        border: 3px solid #D7D7D7;
        cursor: pointer;
    }

    /* .customerpleft::-webkit-scrollbar-thumb:hover {
        background-color: #0056b3;
    } */

    /* Right Div */
    .customerpright {
        width: 45%;
        margin: 0px auto;
    }

    /* .customerpright .customerpdesp .despdiv .despimg {
        background-color: var(--text-primary);
        border-radius: 50%;
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    .customerpright .customerpdesp .despdiv .despct h1 {
        font-weight: var(--fw-xxl);
        font-size: 25px;
        margin-bottom: 15px;
    }

    .customerpright .customerpdesp .despdiv .despct h6 {
        font-weight: var(--fw-sm);
        font-size: 16px;
        line-height: 25px;
    }

    .customerpbtn {
        background-color: transparent;
        /* color: var(--primary); */
        color: #88898c;
        font-weight: var(--fw-xl);
        font-size: 20px;
        border: none;
        width: 100%;
        text-align: left;
        margin-top: 20px;
        cursor: pointer;
    }

    .customerpbtn:hover {
        color: var(--text-primary);
    }

    .customerpdesp {
        display: none;
    }

    .active-description {
        display: block;
    }

    .active-customerpbtn {
        color: var(--text-primary);
    }

}

@media screen and (min-width: 767px) and (max-width: 1140px) {

    /* Headings */
    .home-choose,
    .home-about,
    .home-cards {
        width: 95%;
        margin: auto;
        padding-top: 50px;
    }

    .home-abouthead h3,
    .home-cardhead h3,
    .home-choosehead h3 {
        width: 450px;
        color: var(--text-primary);
        font-size: 25px;
        font-weight: var(--fw-sm);
        margin-bottom: 30px;
    }

    .cardmain {
        margin-top: 50px;
    }

    /* Home Banner */
    .home-banner {
        height: 100vh;
        width: 100%;
        background: linear-gradient(to right, #abbaab, #fff);
        position: relative;
    }

    .home-bannerdiv {
        width: 95%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: grid;
        grid-template-columns: 48% 48%;
        align-items: center;
        justify-content: space-between;
        margin: auto;
    }

    .home-bannerleft h1 {
        width: 90%;
        color: var(--primary);
        font-size: 35px;
        font-weight: var(--fw-xl);
        margin-bottom: 10px;
    }

    .home-bannerleft h1 span {
        color: var(--secondary);
    }

    .home-bannerright .home-bannerrightdiv {
        position: relative;
    }

    .home-bannerright .home-bannerrightct {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .home-bannerright .home-bannerrightct h1 {
        color: var(--primary);
        font-size: 40px;
        font-weight: var(--fw-xl);
        margin-bottom: 5px;
    }

    .home-bannerright .home-bannerrightct h6 {
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: var(--fw-sm);
        margin-bottom: 0px;
    }

    /* Home About */
    .home-aboutdiv {
        display: grid;
        grid-template-columns: 29% 29% 40%;
        justify-content: space-between;
        margin: auto;
    }

    .about-items {
        height: 250px;
        box-shadow: var(--box-shadow);
        border-radius: 15px;
        padding: 15px;
    }

    .about-items.item-1 {
        background: #D8BFD8 url('../images/Home/Service_1.svg') bottom right no-repeat;
        background-size: 150px;
    }

    .about-items.item-2 {
        background: #ACE1AF url('../images/Home/Service_2.svg') bottom right no-repeat;
        background-size: 150px;
    }

    .about-items.item-3 {
        background: #B0E0E6 url('../images/Home/Service_3.svg') bottom right no-repeat;
        background-size: 200px;
    }

    .about-items h2 {
        color: var(--text-primary);
        font-size: 22px;
        font-weight: var(--fw-xxl);
        margin-bottom: 5px;
    }

    .about-items h6 {
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: var(--fw-md);
        margin-bottom: 0px;
        width: 80%;
    }

}

@media screen and (max-width: 767px) {

    /* Headings */
    .home-choose,
    .home-about,
    .home-cards {
        width: 95%;
        margin: auto;
        padding-top: 75px;
    }

    .home-abouthead h3,
    .home-cardhead h3,
    .home-choosehead h3 {
        color: var(--text-primary);
        font-size: 20px;
        font-weight: var(--fw-sm);
        margin-bottom: 20px;
    }

    .cardmain {
        margin-top: 50px;
    }

    /* Home Banner */
    .home-banner {
        height: 90vh;
        width: 100%;
        background: linear-gradient(to bottom, #abbaab, #fff);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-bannerdiv {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: auto;
        gap: 30px;
    }

    .home-bannerleft {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        /* gap: 10px; */
    }

    .home-bannerleft h1 {
        width: 100%;
        color: var(--primary);
        font-size: 24px;
        font-weight: var(--fw-xl);
        margin-bottom: 10px;
        text-align: center;
    }

    .home-bannerleft h1 span {
        color: var(--secondary);
    }

    .home-bannerright .home-bannerrightdiv {
        position: relative;
    }

    .home-bannerright .home-bannerrightdiv .svg-wrapper {
        height: 375px;
        width: 365px;
    }

    .home-bannerright .home-bannerrightct {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .home-bannerright .home-bannerrightct h1 {
        color: var(--primary);
        font-size: 24px;
        font-weight: var(--fw-xl);
        margin-bottom: 5px;
    }

    .home-bannerright .home-bannerrightct h6 {
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: var(--fw-sm);
        margin-bottom: 0px;
    }

    /* Home About */
    .home-about {
        width: 95%;
        margin: auto;
        padding-top: 50px;
    }

    .home-aboutdiv {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 10px;
        margin: auto;
    }

    .about-items {
        height: 250px;
        width: 100%;
        box-shadow: var(--box-shadow);
        border-radius: 15px;
        padding: 15px;
    }

    .about-items.item-1 {
        background: #D8BFD8 url('../images/Home/Service_1.svg') bottom right no-repeat;
        background-size: 175px;
    }

    .about-items.item-2 {
        background: #ACE1AF url('../images/Home/Service_2.svg') bottom right no-repeat;
        background-size: 175px;
    }

    .about-items.item-3 {
        background: #B0E0E6 url('../images/Home/Service_3.svg') bottom right no-repeat;
        background-size: 175px;
    }

    .about-items h2 {
        color: var(--text-primary);
        font-size: 18px;
        font-weight: var(--fw-xxl);
        margin-bottom: 5px;
    }

    .about-items h6 {
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: var(--fw-md);
        margin-bottom: 0px;
        width: 80%;
    }

}

@media screen and (max-width: 370px) {

    .home-banner {
        height: 100vh;
        width: 100%;
        background: linear-gradient(to bottom, #abbaab, #fff);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-bannerright .home-bannerrightdiv .svg-wrapper {
        height: 325px;
        width: 320px;
    }

}