body {
    background-color: #ebebeb;

}

.services-layout-container {
    display: grid;
    grid-template-rows: 1fr;
    justify-content: center;
    padding: 30px;
    max-width: 1400px;
    margin: 0 auto;

}
.services-background-img-container {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    max-height: 400px;
    margin: 0 auto;
    border-radius: 22px;
    position: relative;
}
.services-background-img-container h2 {
    position: absolute;
    top: 40%;
    right: 15%;
    font-family: 'Quicksand';
}

.services-background-img-container img {
    object-fit: cover;
    width: 100%;
    border-radius: 22px;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    color: #000;
    font-family: "Quicksand", Arial;
    padding: 30px 0;
    width: 100%;
}

.services-container.alt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #000;
    font-family: "Quicksand", Arial;
    margin-bottom: 100px;
    width: 100%;
}

.service-plan-container-img {
    display: flex;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: #2CC295;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    z-index: 99;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 40%;
}

.service-plan-container-img img{
    width: 55px;
}

.service-plan {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 22px;
    padding: 40px 30px;
    text-align: center;
    width: 100%;
    height: 450px;
    max-width: 350px;
    /* max-height: 600px; */
    /* margin: -45px auto; */
    box-shadow: 0 1px 5px 0 rgba(163, 163, 163, 0.623);
    /* z-index: 999; */
    position: relative;
}

.service-plan.alt {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 22px;
    padding: 40px 30px;
    text-align: center;
    width: 100%;
    height: 550px;
    max-width: 350px;
    /* max-height: 600px; */
    /* margin: -45px auto; */
    box-shadow: 0 1px 5px 0 rgba(163, 163, 163, 0.623);
    /* z-index: 999; */
    position: relative;
}

.service-plan-container {
    display: flex;  
    flex-direction: column;
    align-items: start;
    justify-content: start;
    background-color: transparent;
    border-left: 3px solid #2CC295;
    /* box-shadow: 1px 0 0 0 rgba(226, 226, 226, 0.815) inset; */
    border-radius: 30px;
    padding: 40px;
    text-align: left;
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.service-plan-container.alt{
    display: flex;  
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: transparent;
    border-left: 3px solid #2CC295;
    /* box-shadow: 1px 0 0 0 rgba(226, 226, 226, 0.815) inset; */
    border-radius: 30px;
    padding: 40px;
    text-align: left;
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

.service-plan-container-info {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 295px;
}

.service-plan-container-info p {
    font-size: 14px;
    color: #a3a3a3;
}

.service-plan-container-heading {
    color: #464646;
    font-size: 20px;
    font-weight: 600;
}


.service-plan-container-info-more {
    margin-top: 20px;
    background-color: #009673;
    border: none;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    text-align: center;
}

.service-plan-container-info-more:hover {
    background-color:#2CC295;
}

.service-list.alt {
    padding: 40px 0;
}

.service-list {
    padding: 20px 0;
}

.service-list ul {
    list-style-type: none;
    padding: 0;
}

.service-list ul li {
    padding-bottom: 10px;
    color: #868686;
}

.service-list li::before {
    content: "\276F";
    color: #4bc59d;
    font-size: 15px;
    position: absolute;
    left: 55px;
}

a {
    text-decoration: none;
}


@media (max-width: 910px) {
    .services-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
    .service-plan-container-heading {
        font-size: 20px;
    }
    
    .service-plan-container-info p{
        font-size: 16px;
    }
    .services-container.alt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .service-plan {
        max-width: 340px;
    } 
    .service-plan-container-heading {
        font-size: 18px;
    }
    .service-plan-container-info-more {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .service-plan-container-heading {
        font-size: 18px;
    }

    .service-plan-container-info p{
        font-size: 14px;
    }

    .services-layout-container {
        padding: 0;
    }

    .services-background-img-container img{
        border-radius: 0;
        filter: brightness(80%);
    }

    .services-background-img-container h2 {
        top: 40%;
        right: 5%;
    }

}

@media (max-width: 430px) {
    .service-plan {
        max-width: 280px;
    } 
    .service-plan.alt {
        max-width: 280px;
    } 

}

@media (max-width: 370px) {
    .service-plan {
        max-width: 240px;
    } 
    .service-plan.alt {
        max-width: 240px;
    } 
}