:root {
    --primary-back-color: #013DC4;
    --gradient-color: linear-gradient(30deg, #3070FF, #0D3CA8);
}

.planbox {
    max-width: 100%;
    background-color: #ffffff;
    padding: 34px 24px;
    border: 0.3px solid #e6e6e6;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(165, 165, 165, 0.1);
}

.planbox h6 {
    color: #ff5656;
    margin-bottom: 14px;
}

.planbox h5 {
    line-height: 1.4;
}

.planbox p {
    font-size: medium;
}

.planbox ul li {
    font-size: medium;
    line-height: 2.2;
}

.planbox-emi {
    font-size: 12px;
}

.planbox button {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background-color: #ff5656;
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.planbox button:hover {
    transform: scale(1.1);
}

.planboxtwo {
    max-width: 100%;
    background-color: #ffffff;
    padding: 34px 24px;
    border: 0.3px solid #e6e6e6;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(165, 165, 165, 0.1);
}

.planboxtwo h6 {
    color: #b937ec;
    margin-bottom: 14px;
}

.planboxtwo h5 {
    line-height: 1.4;
}

.planboxtwo p {
    font-size: medium;
}

.planboxtwo ul li {
    font-size: medium;
    line-height: 2.2;
}

.planboxtwo-emi {
    font-size: 12px;
}

.planboxtwo button {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background-color: #b937ec;
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.planboxtwo button:hover {
    transform: scale(1.1);
}

.planboxthree {
    max-width: 100%;
    background-color: #ffffff;
    padding: 34px 24px;
    border: 0.3px solid #e6e6e6;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(165, 165, 165, 0.1);
}

.planboxthree h6 {
    display: inline-block;
    background: linear-gradient(30deg, #ff2af4 10%, #ff6e6e 50%, #ffae16);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 14px;
}


.planboxthree h5 {
    line-height: 1.4;
}

.planboxthree p {
    font-size: medium;
}

.planboxthree ul li {
    font-size: medium;
    line-height: 2.2;
}

.planboxthree-emi {
    font-size: 12px;
}

.planboxthree button {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(30deg, #ff2af4 10%, #ff6e6e 50%, #ffae16);
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.planboxthree button:hover {
    transform: scale(1.1);
}

.why-us-item {
    max-width: 100%;
    border-radius: 15px;
    padding: 24px 24px;
    color: #222222;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-item:hover {
    transform: scale(1.02);
}

.why-us-item p {
    font-size: small;
    color: #949494;
    margin-bottom: 0px;
}

.review-item {
    max-width: 100%;
    border-radius: 15px;
    padding: 24px 24px;
    color: #222222;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 8px 16px 0px rgba(196, 196, 196, 0.2);
}

.review-item:hover {
    transform: scale(1.02);
}

.review-item p {
    font-size: small;
    color: #949494;
    margin-bottom: 0px;
}