body {
    /* background-color: #01010f; */
    padding: 0;
    margin: 0;
}

/* **************banner starts**************** */
.combo-sec {
    background-color: #fbfbfb;
    padding: 80px 0;
}

.bubble-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

.bubble-wrap span {
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
    animation: bubbleFloat 5s infinite;
    background: radial-gradient(circle at center, #ff9a9e, #fad0c4);
}

/* Example different bubble sizes + positions */
.bubble-wrap span:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 12%;
    left: 5%;
    background: radial-gradient(circle at center, #5281cc, #86d4f8);
    animation-delay: 0s;
}

.bubble-wrap span:nth-child(2) {
    width: 180px;
    height: 180px;
    top: 20%;
    left: 55%;
    background: radial-gradient(circle at center, #ffcf67, #eeb02c);
    animation-delay: 3s;
}

.bubble-wrap span:nth-child(3) {
    width: 100px;
    height: 100px;
    bottom: 15%;
    left: 20%;
    background: radial-gradient(circle at center, #f4c6ff, #d57eeb);
    animation-delay: 6s;
}

.bubble-wrap span:nth-child(4) {
    width: 200px;
    height: 200px;
    bottom: 15%;
    right: 10%;
    background: radial-gradient(circle at center, #4fb846, #85fd99);
    animation-delay: 9s;
}

@keyframes bubbleFloat {

    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-60px) translateX(30px);
    }
}

.combo-banner {
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 25px 0px #d7d7d7;
    padding: 50px 0;
    position: relative;
}

.banner-img img {
    width: 100%;
    padding-right: 30px;
}

.banner-con {
    padding: 0 25px;
}

.banner-con h2 {
    color: #000000;
    margin-bottom: 20px;
}

.banner-con p {
    color: #000000;
    font-weight: 100;
    margin-bottom: 15px;
}

.banner-con b {
    font-weight: 900;
    color: #FA7F46;
}

/* **************banner ends************* */

/* ****************combo program details********* */

.combo-program-sec {
    padding: 50px 0 120px 0;
    background: #01010f;
    overflow: hidden;
    position: relative;
}

.custom-shape-divider-bottom-1758530639 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1758530639 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1758530639 .shape-fill {
    fill: #FFFFFF;
}

.combo-program-sec h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
}

/* --- The main pill card --- */
.combo-con {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #01010f;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    box-shadow: 14px 12px 22px -7px rgb(108 108 108);
    margin: 30px auto;
    max-width: 1100px;
    min-height: 280px;
    max-height: 280px;
}

.number {
    padding: 20px 30px;
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    margin: auto;
}

.number p {
    font-size: 50px;
}

.combo-icon {
    padding: 20px;
    margin: auto;
}

.combo-icon img {
    width: 70px;
    height: auto;
}

.combo-data {
    flex: 1;
    padding: 20px 30px;
    margin: auto;
}

.combo-data h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FA7F46;
}

.combo-list li {
    margin: 0;
    color: #fff;
}

.combo-con .combo-list li b {
    color: #a57ebf;
}

.combo-con2 .combo-list li b {
    color: #ff81cf;
}

.combo-con3 .combo-list li b {
    color: #85ff81;
}

.left-gradient .combo-list li b {
    color: #ffff82;
}

.left-gradient2 .combo-list li b {
    color: #6ea8ff;
}

.gradient {
    width: 80px;
    min-height: 100%;
    background: linear-gradient(to right, rgba(129, 39, 188, 1) 0%, rgb(165, 126, 191) 100%);
}

.combo-con2 .gradient {
    background: linear-gradient(to right, rgb(188, 39, 121) 0%, rgb(255, 129, 207) 100%);
}

.combo-con2 .combo-list p {
    color: #fff;
    margin: 10px 0 5px 0;
}

.combo-con3 .gradient {
    background: linear-gradient(to right, rgb(39, 188, 39) 0%, rgb(133, 255, 129) 100%);
}

.left-gradient {
    flex-direction: row;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: -14px 12px 22px -7px rgb(108 108 108);
}

.left-gradient .gradient {
    width: 80px;
    min-height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 130) 0%, rgb(242, 223, 50) 100%);
}

.left-gradient2 .gradient {
    background: linear-gradient(to right, rgb(110, 168, 255) 0%, rgb(2, 0, 150) 100%);
}


/* **********combo prgram details************ */

/* ***********benifits*********** */

.combo-benifits {
    text-align: center;
    padding: 50px 0 0 0;
    position: relative;
}

.combo-row {
    display: flex;
    justify-content: space-between;
}

.bnft-point {
    margin: 20px 5px;
    max-width: 250px;
    padding: 15px;
    border-radius: 10px;
}

.combo-benifits h3 {
    margin-bottom: 20px
}

.bnft-point h5 {
    font-size: 18px;
    font-weight: 900;
}

.bnft-point1 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 244, 145) 100%);
}

.bnft-point2 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(158, 220, 255) 100%);
}

.bnft-point3 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #e298ff 100%);
}

.bnft-point4 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(164, 170, 255) 100%);
}

.bnft-point5 {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 184, 184) 100%);
}

/* ***********benifits*********** */

/* **********question******** */

.bottom-combo {
    background-color: #fff;
    position: relative;
    padding-bottom: 180px;
}

.custom-shape-divider-bottom-1758534211 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1758534211 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1758534211 .shape-fill {
    fill: #01010f;
}

.bottom-combo {
    padding-top: 50px;
}

.combo-qu img {
    animation: floatUpDown 3s ease-in-out infinite;
    width: 55%;
    margin-left: 22%;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.qu-dtls {
    margin-left: 25%;
}

.qu-dtls h2 {
    color: #000000;
    margin-bottom: 10px;
}

.qu-dtls p {
    color: #000000;
    margin-bottom: 20px;
}

.qu-dtls ul li {
    color: #000000;
    margin-bottom: 20px;
}

.btm-combo-list p {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px;
    color: #000;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #d5baff 100%);
}

@media (max-width: 992px) {

    .combo-row {
        flex-direction: column;
    }

    .bnft-point {
        max-width: 100%;
    }

    .qu-dtls {
        margin-left: 0;
    }

    .combo-con,
    .left-gradient {
        flex-direction: column;
        border-radius: 20px;
        text-align: center;
        max-width: 100%;
        max-height: 1000px;
    }

    .combo-icon,
    .number,
    .combo-data {
        padding: 15px;
        justify-content: center;
        align-items: center;
    }

    .combo-con .gradient {
        order: 99;
        width: 100%;
        height: 60px;
        min-height: auto;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: linear-gradient(to right, rgba(129, 39, 188, 1) 0%, rgb(165, 126, 191) 100%);
    }

    .combo-con2 .gradient {
        background: linear-gradient(to right, rgb(188, 39, 121) 0%, rgb(255, 129, 207) 100%);
    }

    .combo-con3 .gradient {
        background: linear-gradient(to right, rgb(39, 188, 39) 0%, rgb(133, 255, 129) 100%);
    }

    .left-gradient .gradient {
        order: 99;
        width: 100%;
        height: 60px;
        min-height: auto;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: linear-gradient(to right, rgb(255, 255, 130) 0%, rgb(242, 223, 50) 100%);
    }

    .left-gradient2 .gradient {
        background: linear-gradient(to right, rgb(110, 168, 255) 0%, rgb(2, 0, 150) 100%);
    }

    .combo-qu img {
        margin-top: 20px;
    }
}