/********** banner-start *********/
.all-prbanner {
    position: relative;
    height: 100vh;
    background-image: url(../site-images/all-programBG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.all-prbanner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
background: linear-gradient(0deg, rgb(250 250 250) 0%, rgb(191 186 186 / 64%) 26%, rgb(0 0 0 / 55%) 100%);
}


.all-prbanner .laptop-wrap {
    position: relative;
    width: 100%;
    max-width: 60%;
    margin-top: 50px;
}


.all-prbanner .laptop-frame {
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}


.all-prbanner .laptop-screen {
    position: absolute;
    top: 5%;
    left: 11%;
    width: 78%;
    height: 86%;
    overflow: hidden;
    border-radius: 6px;
    z-index: 2;
     background-color: #000000;
}

.all-prbanner .laptop-screen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.all-prbanner #particles-js {
    position: absolute;
    inset: 0;
    z-index: 1;
}
/********** banner-end *********/

/********** program-body-end *********/
.program-body {
    padding: 0px 0px 50px 0px;
    background-image: url(../site-images/program-body.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.program-body .plan-section {
    padding: 80px 0;
    background: #000;
    text-align: center;
}

.program-body .section-title {
    color: #fff;
    font-size: 42px;
    margin-bottom: 50px;
}


.program-body .txt-Box {
    padding-top: 70px;
    text-align: center;
    /* margin-top: 50px; */
}

.program-body .txt-Box h4 {
    font-size: 32px;
    padding: 5px;
    border-bottom: 2px solid #015044;
    color: #015044;
    display: inline-block;
}

.program-body .txt-Box h2 {
    font-size: 30px;
    padding: 5px;
    color: #06027c;

}

.program-body .txt-Box h5 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #000000;

}

.program-body .txt-Box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px;
    color: #000000;
    text-align: justify;

}

.program-body .plan-card {
    background: linear-gradient(180deg, #0c0c0c, #000);
    border: 1px solid rgba(4, 178, 48, 0.4);
    border-radius: 18px;
    padding: 10px;
    color: #fff;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 20px;

}

.program-body .plan-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 0 30px rgba(4, 178, 48, 0.4);
}


.program-body .first-program .plan-card {
    background: linear-gradient(135deg, #62d1cf, #0f3d2a);
}

.program-body .second-program .plan-card {
    background: linear-gradient(135deg, #e32dad, #a6a5f4);
}

.program-body .third-program .plan-card {
    background: linear-gradient(135deg, #00bc03, #9babe7);
}

/* .second-program .TX-Bx{
text-align: right;
} */


.program-body .plan-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    top: -60px;
    right: -80px;
}

.program-body .plan-card::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    bottom: -70px;
    left: -70px;
}

.program-body .plan-card * {
    position: relative;
    z-index: 2;
}

.program-body .plan-card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.program-body .PR-duration h2 {
    font-weight: bold;
    font-size: 25px;
    padding: 2px 18px;
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 10px;
}

.program-body .PR-cutprice {

    color: red;
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
}

.program-body .PR-mainprice {

    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.program-body .first-program .PR-btn {
    background-color: #000000;
    padding: 5px 22px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    margin: 5px 0 5px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-body .second-program .PR-btn {
    background-color: #018520;
    padding: 5px 22px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    margin: 5px 0 5px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-body .third-program .PR-btn {
    background-color: #15026a;
    padding: 5px 22px;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    margin: 5px 0 5px 0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.program-body .PR-btn:hover {
    background-color: #2caa16;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.first-program{
    margin-top: 70px;
}
.second-program{
    margin-top: 70px;
}
.third-program{
    margin-top: 70px;
}
@media (max-width: 990px) {
    .all-prbanner .laptop-wrap {
    position: relative;
    width: 800px;
    max-width: 97%;
}
}
/********** program-body-end *********/