* {
    scrollbar-color: transparent transparent;
}

.content-wrapper {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.sec1-mn {
    margin: -10px;
}

/* ft-size */
.ft-36 {
    font-size: 36px;
    font-style: normal;
}

.ft-38 {
    font-size: 38px;
    font-style: normal;
}

.ft-18 {
    font-size: 18px;
    font-style: normal;
}

.ft-16 {
    font-size: 16px;
    font-style: normal;
}

.ft-14 {
    font-size: 14px;
    font-style: normal;
}

.ft-24 {
    font-size: 24px;
    font-style: normal;
}

.ft-20 {
    font-size: 20px;
    font-style: normal;
}

.ft-26 {
    font-size: 26px;
    font-style: normal;
}

.ft-22 {
    font-size: 22px;
    font-style: normal;
}

.ft-30 {
    font-size: 30px;
    font-style: normal;
}

/* color */
.wh {
    color: #ffffff;
}

.bl {
    color: #000000;
}

.bl-2 {
    color: #3F3F46;
}

.bl-3 {
    color: #3F3F46;
}

/* letter-spacing */
.ltsp-1 {
    letter-spacing: 1px;
}

.ltsp-2 {
    letter-spacing: 2px;
}

/* font-weight */

.wt-7 {
    font-weight: 700;
}

.wt-6 {
    font-weight: 600;
}

.wt-5 {
    font-weight: 500;
}

.wt-4 {
    font-weight: 400;
}

/* ft-style */
.st-super {
    font-family: "Supersonic Rocketship";
}

.st-popo {
    font-family: "Poppins";
}

/* ft-color */
.ft-color {
    background: linear-gradient(125.71deg, #F6AC41 -4.89%, #F6AC41 14.49%, #F59222 34.13%, #F0652A 59.9%, #EF5A2C 84.01%, #EF5A2C 84.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ft-col-blue {
    background-color: rgba(1, 122, 254, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* txt-place */
.txt-cen {
    text-align: center;
}

.txt-lef {
    text-align: left;
}

.txt-right {
    text-align: left;
}

.org-btn {
    color: #FFF !important;
    font-style: normal;
    line-height: 50px;
    background: linear-gradient(126deg, #F6AC41 -4.89%, #F6AC41 14.49%, #F59222 34.13%, #F0652A 59.9%, #EF5A2C 84.01%, #EF5A2C 84.91%);
    border-radius: 8px;
    outline: none;
    border: unset;
    padding: 16px;
}

.s-btn {
    color: #fff;
    background: linear-gradient(261deg, #23B4F5 -1.55%, #017AFE 101.49%), #FFF;
    border-radius: 16px;
    outline: none;
    border: unset;
    line-height: 50px;
    padding: 8px 36px;
    line-height: 41px;
}

/* ------------------------------------------------------------------------ */
/* 1 */
.gifffff {
    margin-top: 48px;
}

.main-hed {
    margin-top: 156px;
}

.sec1 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec1-new-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* 2 */
.sec2 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec2-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.sec2-head {
    margin: 50px 190px 10px 190px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #FFF;
}

.sec2-sub {
    margin: 10px 0px 0px 0px;
}

.sec2-sub2 {
    margin: 44px 0px 0px 0px;
}

a.blu-btn {
    color: #fff;
    background: linear-gradient(261deg, #23B4F5 -1.55%, #017AFE 101.49%), #FFF;
    border-radius: 16px;
    outline: none;
    border: unset;
    line-height: 50px;
    padding: 8px 36px;
    line-height: 41px;
}

.sec2-btn {
    margin: 24px 0px 150px 0px;
}

/* 3 */
.sec3 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec3-desk-bgnew.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.sec3-hed {
    margin: 16px 0px 0px 0px;
}

.sec3-crd {
    margin: 60px 0px 60px 0px;
}

.sec3-crd-cen {
    display: flex;
    justify-content: space-evenly;
}

/* 4 */
.sec4 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec4-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.card {
    background: #F9F3ED;
    padding: 20px;
    margin-bottom: -10px;
    border-radius: 8px;
    position: relative;
    transform-origin: left center;
    border-radius: 8px;
    border: 2px solid var(--Grey, #585F6F);

    box-shadow: 0px 4px 18.1px 0px rgba(0, 0, 0, 0.25);

}

.card:nth-child(1) {
    transform: rotate(-2deg);
    z-index: 3;
}

.card:nth-child(2) {
    transform: rotate(1deg);
    z-index: 2;
}

.card:nth-child(3) {
    transform: rotate(-1deg);
    z-index: 1;
}

.card-title {
    color: #ff6347;
    font-size: 1.1em;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.number {
    color: #ff6347;
    font-weight: bold;
}

.card-content {
    color: var(--Dark-blue, #242A41);
    font-size: 0.9em;
    margin-left: 25px;
    font-size: 22px;
    font-weight: 700;
    font-family: Roboto;
    line-height: 48px
}

.tri-crd {
    gap: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .tri-crd {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-content: stretch;
        align-items: stretch;
        padding: 0px 15px 0px 15px;
    }

}

.sec5 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec5-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.tri-new {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
}

.ic-line {
    position: absolute;
    top: -26px;
    width: 66px;
    height: 66px;
}

.gmail {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

/* Base timeline styling */
.timeline-wrapper {
    padding: 1px 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.timeline-container {
    height: 460px;
    position: relative;
    margin: 0 auto;
    top: 54px;
    /* max-width: 1350px; */
}

.crd-wid {
    width: 400px;
    height: 300px;
}

.baseline {
    position: absolute;
    top: 66%;
    left: 50px;
    width: 100%;
    height: 12px;
    background: linear-gradient(126deg, #F6AC41 -4.89%, #F6AC41 14.49%, #F59222 34.13%, #F0652A 59.9%, #EF5A2C 84.01%, #EF5A2C 84.91%), #D9D9D9;
    transform: translateY(-50%);
}

/* Card pair styling */
.cd-pair {
    position: absolute;
    top: 29%;
    left: 0;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    gap: 100px;
    transform: translateY(-50%) translateX(100vw);
    opacity: 0;
    transition: transform 1.2s ease, opacity 1.2s ease;
    /* Longer transitions */
    pointer-events: auto;
}

/* Default hidden state for all pairs */
#pair-1,
#pair-2,
#pair-3 {
    transform: translateY(-50%) translateX(100vw);
    opacity: 0;
}

/* Download button */
.download-button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 9px 18px;
    background: linear-gradient(126deg, #F6AC41 -4.89%, #F6AC41 14.49%, #F59222 34.13%, #F0652A 59.9%, #EF5A2C 84.01%, #EF5A2C 84.91%), #D9D9D9;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    /* opacity: 0; */
    transition: opacity 1.5s ease;
    /* Longer transition */
}

.sec5-mob-rev-crd {
    position: relative;
    top: 24px;
}


/* 6 */
.sec6 {
    background-image: url("https://assets.wizklub.com/images/wizklub_v2/robotics/bulding-tomorrow-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.section-main-heading-fff {
    color: #FFF;
    text-align: center;
    font-family: "Supersonic Rocketship";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 114.286% */
}

.acheived-term {
    color: #FFF;
    text-align: center;
    font-family: "Supersonic Rocketship";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 96.296% */
}


.border-caro {
    border: 5px solid #23B4F5 !important;
    border-radius: 7px !important;
}

.sec6-iframes {
    display: flex;
    justify-content: space-around;
    margin: 0px 0px 50px 0px;
}

.sec6-hed {
    margin: 100px 0px 0px 0px;
}



/* 7 */

.sec7 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec7-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.sec7-crd {
    width: 261px;
    height: 146px;
    border-radius: 20px;
    border: 2px solid #23B4F5;
    background: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.sec7-gd {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

.sec7-p {
    padding: 0px 14px 0px 14px;
}

.sec7-crd-hd {
    border-radius: 24px 0px 76px 0px;
    background: linear-gradient(126deg, #F6AC41 -4.89%, #F6AC41 14.49%, #F59222 34.13%, #F0652A 59.9%, #EF5A2C 84.01%, #EF5A2C 84.91%), #FFF;
    width: 225px;
    height: 60px;
    position: relative;
    bottom: 5px;
    right: 16px;
}

.sec7-stu {
    display: flex;
    gap: 50px;
}

.sec7-hed {
    padding: 64px 64px 0px 1px;
}

/* 8 */

.student-say-container {
    background-image: url("https://assets.wizklub.com/images/wizklub_v2/homepage/homepage_bg_3.png");
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
}

.student-say-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 718px;
    width: auto;
    width: 100%;
    margin-top: 20px;
}

.student-say-heading {
    font-family: Supersonic Rocketship;
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 122, 255, 1)
}

.student-feedback-container {
    gap: 30px;
    width: 75%;
    margin-top: 50px !important;
}

.student-image-holder {
    flex-wrap: nowrap;
    overflow-x: scroll;
}


.video-center-img {
    position: absolute;
    bottom: -24px;
    left: 20%;
    transform: translate(-50%, -50%);
    /* Centers the image */
    max-width: 100%;
    /* Prevent image from overflowing */
    max-height: 100%;
    /* Prevent image from overflowing */
    height: auto;
    opacity: 0.7;
}

.student-card {
    height: 506px;
    min-width: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

.student-card.card-1 {
    background-image: url('https://assets.wizklub.com/images/wizklub_v2/homepage/student.png');
}

.student-card.card-2 {
    background-image: url('https://assets.wizklub.com/images/wizklub_v2/homepage/parent.png');
}

.student-card.card-3 {
    background-image: url('https://assets.wizklub.com/images/wizklub_v2/homepage/principal.png');
}

.entity-tag {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 8px;
    background: rgba(153, 88, 15, 0.78);
    backdrop-filter: blur(8.75px);
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 14px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent !important;
    background-clip: padding-box;
    border: none !important;
}

/* hot */
/* hot-1 */

.hot1 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot1-desk-bg2.png.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 666px;
}

.hot1-mg {
    margin-top: 50px;
}

.hot1-main-hed {
    margin-top: 110px;
}

.hot1-3sub {
    padding: 10px 0px 0px 0px;
    color: var(--gray-700, #3F3F46);
}

/* hot-2 */
.sech2-gd {
    display: flex;
    gap: 0px;
    flex-direction: row;
    justify-content: space-evenly;
}

.hot2-hed {
    padding: 120px 300px 0px 300px;
}

.hot2-crd {
    padding: 50px 0px 0px 0px;
}

.hot2 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot2-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 641px;
}

.sech2-crd {
    width: 408px;
    height: 176px;
    border-radius: 20px;
    border: 2px solid #23B4F5;
    background: #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

/* 3 hot */
.hot3 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-desk-bgnew.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 710px;
}

.hot3-sub {
    padding: 20px 0px 0px 0px;
}

.hot3-hed {
    padding: 70px 0px 0px 0px;
}

.sech3-gd {
    display: flex;
    gap: 0px;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 90px 0px 0px 0px;

}

.skills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.skill-box {
    background-color: #09a7f2;
    color: white;
    border-radius: 23px;
    /* Updated border-radius */
    padding: 30px 20px;
    width: 337px;
    /* Updated width */
    height: 300px;
    /* Updated height */
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    text-align: left;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.icon {
    width: 30px;
    height: 30px;
    color: white;
}

.skill-title {
    color: #FFF;

    font-family: "Supersonic Rocketship";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.9px;
}

/* hot-4 */

.hot4 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot4-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.hot4-crd-blu {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot4-crd-blu-desk-bg-2.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.hot4-hed {
    padding: 30px 0px 0px 0px;
}

.hot4-opt {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    color: #FFF;
}

.hot4-btn {
    position: relative;
    bottom: 180px;
    left: 50px;

}

.hot4-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}

.hot4-boy {
    position: relative;
    bottom: 50px;
    width: 300px;
    height: 350px;

}

.hot4-opt {
    list-style-type: none;
    /* Removes bullets from the list */
}

.ques {
    color: #FFF;
    font-family: "Supersonic Rocketship";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    padding: 90px 0px 0px 60px;
}

/* hot-5 */

.hot5 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot5-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.hot5-fig {
    padding: 60px 60px 60px 0px
}

.hot5-para {
    padding: 0px 100px 0px 100px;
    text-align: left;
}

.hot5-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.hot5-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
}

.hot-5-cen {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot5-center-crd.png");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 28px;
}

/* hot-6 */
.hot6-flex {
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: center;
}

.hot6-sub {
    padding: 0px 0px 100px 0px;
}

.rot-rig {
    transform: rotate(10.235deg);
    position: relative;
    bottom: 20px;
}

.rot-lef {
    /* transform: rotate(-10.235deg); */
    position: relative;
    top: 60px;
}

.hot6-crd-1 {
    border-radius: 20px;
    padding: 24px;
    background: linear-gradient(261deg, #23B4F5 0.66%, #017AFE 100%), #FFF;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 231px;
    height: 261px;
}

.hot6-crd-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 231px;
    height: 261px;
    border-radius: 20px;
    padding: 24px;
    background: linear-gradient(117deg, #F6AC41 -30.36%, #F6AC41 -8.35%, #F59222 13.95%, #F0652A 43.22%, #EF5A2C 70.6%, #EF5A2C 71.62%), linear-gradient(261deg, #23B4F5 0.66%, #017AFE 100%), #FFF;
}

.hot6 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot6-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

/* hot-8 */

.hot8 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/robotics/last-ele-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.hot8-hed {
    padding: 0px 200px 0px 200px;
    line-height: 37px;
}

.hot8-desk {
    position: relative;
    bottom: 3px;
}

/* out-story */

.sty1 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sty1-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 1086px;
}

.sty1-sub {
    padding: 450px 0px 0px 0px;
}

.sty2 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 763px;
}

.sty2-tag-hed {
    background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty2-desk-tag.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 190px;
    height: 67px;
}

.sty2-box {
    background-color: #09a7f2;
    color: white;
    border-radius: 23px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    text-align: left;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3sease, box-shadow 0.3sease;
    width: 267px;
    height: 301px;
}

.sty2-icon-container {
    width: 194px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.sty2-skill-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;

}



.sty3 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty3-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.sty3-lead {
    position: relative;
    top: 108px;
}

.sty3-tag-AB {
    width: 185.1px;
    height: 116.31px;
    position: absolute;
    right: 490px;
}

/* sty-4 */

.sty4 {
    background-color: #FFF;
    height: 400px;
}

/* sty-5 */
.sty5 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty5-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 685px;
    padding: 1px
}

.sty5-sub2 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #52525B;
}

.sty5-sub {
    padding: 0px 240px 20px 240px;
}

.sty5-sli {
    background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty5-desk-new+-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 910px;
    position: relative;
    left: 100px;

}

.carddd {
    width: 820px;
    height: 400px;
    padding: 20px;
    border-radius: 15px;
    color: white;
    /* background: url(https://assets.wizklub.com/images/wizklub_v2/our-story/sty5-desk-new+-bg.png); */
    /* transition: background-color 0.5sease, color 0.5sease; */
    position: relative;
    left: 45px;
    top: -34px;

}

.arrow-buttons {
    margin-top: 10px;
}

.arrow-buttons button {
    border: none;
    cursor: pointer;
    font-size: 30px;
    background: transparent;
    color: white;
}

.sty5-hed {
    padding: 40px 60px 70px 40px;
}

.quote {
    font-family: Poppins;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}


.hot8-fig {
    display: flex;
    justify-content: center;
}

.slider-wrapper {
    position: relative;
    width: 40%;
    max-width: 450px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.slider-track {
    display: flex;
    /* width: 300%; 3 slides, so 300% */
    transition: transform 0.4s ease-in-out;
}

.slider-track img {
    width: 100%;
    flex-shrink: 0;
}

.slide-prev,
.slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: transparent;
    border: transparent;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}

.slide-prev {
    left: 10px;
}

.slide-next {
    right: 10px;
}

.slide-prev:hover,
.slide-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    .student-say-container {
        background: url("https://assets.wizklub.com/images/wizklub_v2/homepage/studentsaybackground.png");
        background-size: cover;
        object-fit: cover;
        background-repeat: no-repeat;
    }

    .student-say-heading {
        font-size: 22px;
        font-weight: 400;
    }

    .student-image-holder {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .student-feedback-container {

        margin: 0px !important;
    }

    .iframe-size {
        width: 300px;
        height: 200px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 576px) {
    .student-feedback-container {
        margin: 0px !important;
    }

    .iframe-size {
        width: 300px;
        height: 200px;
    }

}

/* 9 */
.sec9 {
    background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec8-desk-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1200px;
    height: 430px;

}

.sec9-bknw {
    border-radius: 50px;
    height: 55px;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: transparent;
    background: linear-gradient(261deg, #23B4F5 0.66%, #017AFE 100%), #A0543C;
}

.sec9-main-hed {
    position: relative;
    top: 70px;
    left: 30px;
}

.sec9-main {
    display: flex;
    justify-content: space-around;
}

.action-plan-card {
    background-image: url("https://assets.wizklub.com/images/wizklub/pages/hots/action-card-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    border: 2px solid #23b1f4;
    border-radius: 8px;
    transform: rotate(0deg) !important;
  }
  
  .action-plan-card.recommended-course {
    background-image: url("https://assets.wizklub.com/images/wizklub/pages/hots/recommended-course.png");
    background-size: 100% 100%;
    transform: rotate(0deg);
    background-repeat: no-repeat !important;
  }
  
  .action-plan-card .course-type,
  .action-plan-card .course-sessions {
    font: normal normal 300 12px/16px Poppins;
    transform: rotate(0deg) !important;
  }
  
  .action-plan-card .course-duration {
    font: normal normal bold 12px/18px Poppins;
    transform: rotate(0deg) !important;
  }
  
  .action-plan-card .course-total-price {
    font: normal normal bold 20px/16px Poppins;
    transform: rotate(0deg) !important;
  }
  
  .action-plan-card .per-session-price {
    font: normal normal normal 12px/16px Poppins;
    transform: rotate(0deg) !important;
  }
  
  .action-plan-card .description,
  .action-plan-section .important-note {
    font: normal normal normal 12px/16px Poppins;
    transform: rotate(0deg) !important;
  }
  
  .action-plan-card .characteristics {
    font: normal normal normal 14px/16px Poppins;
    transform: rotate(0deg) !important;
  }

  @media (max-width: 575.98px) {
    .action-plan-card .course-total-price {
      font: normal normal bold 14px/16px Poppins;
    }
  }
  @media (min-width: 576px) and (max-width: 768px) {
    .action-plan-card .course-total-price {
      font: normal normal bold 18px/20px Poppins;
    }
  }

/* mobile */
@media only screen and (max-width: 576px) {


    .desktop-view {
        display: none;
    }

    .tablet-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .carousel-item iframe {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 400px;
        /* Adjust this as needed */
    }

    .sec4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec4-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec1-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .sec6 {
        background-image: url("	https://assets.wizklub.com/images/wizklub_v2/robotics/innovation-bg-mob.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sec7 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec7-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec9 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sec9-ypdp-new-mobile-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 349px;
        height: 276px;
    }


    .ft-36 {
        font-size: 22px;
        font-style: normal;
    }

    .ft-38 {
        font-size: 22px;
        font-style: normal;
    }

    .ft-24 {
        font-size: 12px;
    }

    /* 1 */
    .main-hed {
        padding: 0px 70px 0px 70px;
        margin-top: 80px;
    }

    .mob-sec1-btn {
        font-size: 12px;
        padding: 12px;

    }

    .sec2-sub {
        margin: 10px 0px 0px 0px;
        font-size: 12px;
    }

    .sec2-btn {
        margin: 0px 0px -4px 0px;
    }

    /* 2 */
    .sec2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec2-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .sec2-head {
        font-size: 14px;
        padding: 40px 66px 0px 66px;
        color: #ffffff;
        margin: 0px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    .mob-sec2-sub {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .mob-sec2-sub2 {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .sec2-sub2 {
        padding: 0px 50px 0px 50px;
    }

    a.blu-btn {
        padding: 8px 8px;
        border-radius: 8px;
        letter-spacing: 1px;
        font-size: 10px;
    }

    .sec3-crd {
        margin: 0px;
    }

    .card {
        padding: 0px;
    }

    .card-title {
        margin: 15px 0px 0px 15px;
    }

    .mob-sec4-tit {
        font-size: 18px;
    }

    .card-content {
        font-size: 14px;
    }

    .tri-card {
        padding: 0px 15px 0px 15px;
    }

    .sec5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec5-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec5-desk-sub {
        margin-top: -50px;
    }

    .mob-sec5-head {
        letter-spacing: 0px;
        line-height: 18px;
        padding: 48px 50px 0px 50px;
    }

    .mob-sec5-sub {
        font-size: 14px;
        padding: 8px 50px 0px 50px;
        line-height: 12px;
    }

    .crd-wid {
        width: 200px;
        height: 150px;
    }

    .cd-pair {
        gap: 0px;
    }

    .ic-line {
        position: absolute;
        top: -20px;
        width: 46px;
        height: 46px;
    }

    .baseline {
        position: absolute;
        top: 35%;
        left: 0px;
        width: 100%;
        height: 8px;
    }

    .sec5-mob-rev-crd {
        position: relative;
        top: 18px;
    }

    .sec5-mob-sub {
        margin: -227px 0px 0px 0px;
    }

    .download-button {
        bottom: 0px;
        padding: 9px 10px;
        font-size: 12px;
    }

    .sec5-mob-sub2 {
        font-size: 12px;
    }

    .sec6-hed {
        margin: 0px;
        position: relative;
        top: 60px;
        padding: 0px 100px 0px 100px;
    }

    .mob-sec6-hed {
        font-size: 14px;
        color: white;
    }

    .mob-sec6-sub {
        font-size: 12px;
        color: white;
        position: relative;
        top: 50px;
    }

    .mob-sec6-ifra {
        margin: 50px 0px 0px 0px;
    }

    .sec7-crd {
        width: 150px;
        height: 100px;
    }

    .sec7-stu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .sec7-mob-hed {
        font-size: 19px;
        font-weight: 500;
        font-family: Poppins;
    }

    .sec7-mob-sub {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
    }

    .sec7-crd-hd {
        border-radius: 32px 0px 76px 0px;
        width: 127px;
        height: 41px;
        bottom: -1px;
        right: 10px;
    }

    .sec7-hed {
        padding: 24px 46px 0px 45px;
    }

    .sec9-main-hed {
        position: unset;
        padding: 20px 0px 0px 20px;
    }

    .sec9-sub {
        padding: 0px 110px 0px 0px;
        font-size: 12px;
    }

    .sec9-sub-para {
        font-size: 12px;
    }


    .sec9-bknw {
        height: 40px;
        padding: 10px 10px;
        font-size: 12px;
    }

    .sty1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty1-mob-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 800px;
    }

    .sty1-sub {
        padding: 200px 0px 0px 0px;
    }

    .sty1-sub {
        padding: 200px 0px 0px 0px;
    }

    .hot1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot1-mob-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 100px;
        height: 408px;
    }

    .hot1-hed {
        padding: 0px 50px 0px 50px;
        margin-top: 70px;
    }

    .hot1-mob-des {
        color: #444;
        text-align: center;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding-top: 15px;
    }

    .hot1-mob-btn {
        line-height: 30px;
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }

    .hot1-mg {
        margin-top: 60px;
    }

    .hot2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot2-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot2-hed {
        padding: 55px 0px 0px 0px;
    }

    .hot2-crd {
        display: flex;
        justify-content: space-evenly;
        padding: 0px 0px 0px 0px;
    }

    .hot3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .skill-title {
        font-size: 16px;

        line-height: 37.9px;
    }

    .skill-box {
        width: 211px;
        height: 172px;
    }

    .sech3-gd {
        display: flex;

        flex-direction: column;

        gap: 10px;
        flex-direction: column;
        padding: 15px 0px 0px 0px;
        align-items: center;
    }

    .sty2-box {
        width: 216px;
        height: 206px;
    }

    .sty2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty2-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sty2-skill-title {
        font-size: 14px;
        line-height: 25px;
    }

    .sty2-crd-tag {
        width: 151px;
        height: 45px;
    }

    .sty2-crd-icon {
        height: 45px;
        width: 45px;
    }

    .sty2-icon-container {
        position: relative;
        left: -32px;
    }

    .hot3-hed {
        padding: 20px 0px 0px 0px;
    }

    .hot3-sub {
        padding: 10px 0px 0px 0px;
    }

    .sty3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty3-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 350px;
    }

    .sty3-lead {
        top: 60px;
    }

    .sty3-tag-AB {
        width: 100px;
        height: 76px;
        right: 164px;
    }

    .sty5-hed-flex {
        padding: 30px 0px 30px 0px;
    }

    .sty4 {
        height: 700px;
    }

    .sty5-sub {
        padding: 0px 60px 0px 60px;
    }

    .carddd {
        width: 280px;
        height: 330px;
        padding: 20px;
        left: 32px;
        top: 15px;
    }

    .sty5-hed {
        padding: 30px 0px 30px 0px;
    }

    .quote {
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

    .sty5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty5-mob-bg.png");
        background-size: contain;
        background-repeat: no-repeat;

    }

    .sty5-sli {
        background: none;
        height: 0px;
        width: 0px;
        left: 0px;
    }

    .sty5-sub2 {
        font-size: 14px;
        line-height: 23px;
    }

    /* flex-direction: column;

        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        padding: 30px 0px 0px 0px;

    }

    } */


    .hot3-sub {
        padding: 10px 0px 0px 0px
    }

    .hot3-hed {
        padding: 30px 0px 0px 0px
    }

    .hot4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot4-mob-bg.png.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot4-crmn {
        display: flex;
        justify-content: center;
    }

    .hot4-hed {
        padding: 15px 0px 0px 0px;
    }

    .hot5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot5-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot5-flex {
        display: flex;
        flex-direction: column;
    }

    .hot5-para {
        padding: 0px 0px 0px 0px;
    }

    .hot5-fig {
        padding: 0px;
    }

    .hot5-hed {
        margin-top: 14px;
    }

    .hot5-ft {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        color: var(--gray-700, #3F3F46);
    }

    .hot6-crd-1 {
        width: 140px;
        height: 160px;
        padding: 14px 0px 14px 0px;
    }

    .hot6-sub2 {
        font-size: 12px;
    }

    .hot6-crd-2 {
        width: 140px;
        height: 160px;
    }

    .hot6-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }

    .hot6 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot6-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }


    .hot6-crd-1:last-child,
    .card:last-child {
        grid-column: span 2;
        margin: auto;
    }

    .hot6-icon {
        width: 70px;
        height: 70px;
    }

    .hot6-sub {
        padding: 0px 0px 15px 0px;
    }

    .hot8 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/last-ele-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot8-hed {
        padding: 70px 25px 0px 25px;
        line-height: 24px;
    }

    .hot8-sub {
        padding: 10px 24px 10px 24px;
    }

    .sec9-bknw {
        height: 40px;
        padding: 10px 10px;
        font-size: 12px;
    }

    .sec9-main {
        margin-top: 10px;
    }

    .timeline-wrapper {
        min-height: 330px;
    }

    .timeline-container {
        height: 440px;
        position: relative;
        margin: 0 auto;
        /* max-width: 1350px; */
    }

    .tri-new {
        display: flex;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: flex-start;
    }

}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .desktop-view {
        display: none;
    }

    .tablet-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .carousel-item iframe {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 400px;
        /* Adjust this as needed */
    }

    .sec4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec4-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec1-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .sec6 {
        background-image: url("	https://assets.wizklub.com/images/wizklub_v2/robotics/innovation-bg-mob.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sec7 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec7-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .ft-36 {
        font-size: 22px;
        font-style: normal;
    }

    .ft-38 {
        font-size: 22px;
        font-style: normal;
    }

    .ft-24 {
        font-size: 12px;
    }

    /* 1 */
    .main-hed {
        padding: 0px 70px 0px 70px;
        margin-top: 90px;
    }

    .mob-sec1-btn {
        font-size: 12px;
        padding: 12px;
    }

    /* 2 */
    .sec2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec2-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .sec2-head {
        font-size: 14px;
        padding: 30px 80px 0px 80px;
        color: #ffffff;
        margin: 0px;
        letter-spacing: 0px;
        line-height: 0px;
    }

    .mob-sec2-sub {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .mob-sec2-sub2 {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .sec2-sub2 {
        padding: 0px 50px 0px 50px;
    }

    .sec2-btn {
        margin: 0px 0px -4px 0px;
    }

    a.blu-btn {
        padding: 8px 8px;
        border-radius: 8px;
        letter-spacing: 1px;
        font-size: 10px;
    }

    .sec3-crd {
        margin: 0px;
    }

    .card {
        padding: 0px;
    }

    .card-title {
        margin: 15px 0px 0px 15px;
    }

    .mob-sec4-tit {
        font-size: 18px;
    }

    .card-content {
        font-size: 14px;
    }

    .tri-card {
        padding: 0px 15px 0px 15px;
    }


    .sec5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec5-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mob-sec5-head {
        letter-spacing: 0px;
        line-height: 18px;
        padding: 48px 50px 0px 50px;
    }

    .mob-sec5-sub {
        font-size: 14px;
        padding: 8px 50px 0px 50px;
        line-height: 12px;
    }

    .crd-wid {
        width: 200px;
        height: 150px;
    }

    .cd-pair {
        gap: 0px;
    }

    .ic-line {
        position: absolute;
        top: -20px;
        width: 46px;
        height: 46px;
    }

    .baseline {
        position: absolute;
        top: 35%;
        left: 0px;
        width: 100%;
        height: 8px;
    }

    .sec5-mob-rev-crd {
        position: relative;
        top: 18px;
    }

    .sec5-mob-sub {
        margin: -227px 0px 0px 0px;
    }

    .download-button {
        bottom: 0px;
        padding: 9px 10px;
        font-size: 12px;
    }

    .sec5-mob-sub2 {
        font-size: 12px;
    }

    .sec6-hed {
        margin: 0px;
        position: relative;
        top: 60px;
        padding: 0px 100px 0px 100px;
    }

    .mob-sec6-hed {
        font-size: 14px;
        color: white;
    }

    .mob-sec6-ifra {
        margin: 50px 0px 0px 0px;
    }

    .sec7 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec7-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec7-crd {
        width: 150px;
        height: 100px;
    }

    .sec7-stu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .sec7-mob-hed {
        font-size: 19px;
        font-weight: 500;
        font-family: Poppins;
    }

    .sec7-mob-sub {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
    }

    .sec7-crd-hd {
        border-radius: 32px 0px 76px 0px;
        width: 127px;
        height: 41px;
        bottom: -1px;
        right: 10px;
    }

    .sec7-hed {
        padding: 24px 46px 0px 45px;
    }


    .sec9 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sec9-ypdp-new-mobile-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 349px;
        height: 276px;
    }

    .sec9-main-hed {
        position: unset;
        padding: 20px 0px 0px 20px;
    }

    .sec9-sub {
        padding: 0px 110px 0px 0px;
    }

    .sec9-sub-para {
        font-size: 12px;
    }

    .sec9-bknw {
        height: 40px;
        padding: 10px 10px;
        font-size: 12px;

    }



    .sty1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty1-mob-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 800px;
    }

    .sty1-sub {
        padding: 20px 0px 0px 0px;
    }

    .hot1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot1-mob-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 408px;
    }

    .hot1-hed {
        padding: 0px 50px 0px 50px;
        margin-top: 70px;
    }

    .hot1-mob-des {
        color: #444;
        text-align: center;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding-top: 15px;
    }

    .hot1-mob-btn {
        line-height: 30px;
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }

    .hot2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot2-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot2-hed {
        padding: 55px 0px 0px 0px;
    }

    .hot2-crd {
        display: flex;
        justify-content: space-evenly;
        padding: 0px 0px 0px 0px;
    }

    .hot1-mg {
        margin-top: 60px;
    }

    .hot3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .skill-title {
        font-size: 16px;

        line-height: 37.9px;
    }

    .skill-box {
        width: 211px;
        height: 172px;



    }

    .sech3-gd {
        display: flex;
        flex-direction: column;

        gap: 10px;
        flex-direction: column;
        padding: 15px 0px 0px 0px;
        align-items: center;
    }

    .sty2-box {
        width: 216px;
        height: 206px;
    }

    .sty2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty2-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sty2-skill-title {
        font-size: 14px;
        line-height: 25px;
    }

    .sty2-crd-tag {
        width: 151px;
        height: 45px;
    }

    .sty2-crd-icon {
        height: 45px;
        width: 45px;
    }

    .sty2-icon-container {
        position: relative;
        left: -32px;
    }

    .hot3-hed {
        padding: 20px 0px 0px 0px;
    }

    .hot3-sub {
        padding: 10px 0px 0px 0px;
    }

    .sty3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty3-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 350px;
    }

    .sty3-lead {
        top: 60px;
    }

    .sty3-tag-AB {
        width: 100px;
        height: 76px;
        right: 164px;
    }

    .sty5-hed-flex {
        padding: 30px 0px 30px 0px;
    }

    .sty4 {
        height: 700px;
    }

    .sty5-sub {
        padding: 0px 60px 0px 60px;
    }

    .carddd {
        width: 280px;
        height: 330px;
        padding: 20px;
        left: 32px;
        top: 15px;
    }

    .sty5-hed {
        padding: 30px 0px 30px 0px;
    }

    .quote {
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

    .sty5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty5-mob-bg.png");
        background-size: contain;
        background-repeat: no-repeat;

    }

    .sty5-sli {
        background: none;
        height: 0px;
        width: 0px;
        left: 0px;
    }

    .sty5-sub2 {
        font-size: 14px;
        line-height: 23px;
    }

    /* flex-direction: column;

        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        padding: 30px 0px 0px 0px;

    }

    } */


    .hot3-sub {
        padding: 10px 0px 0px 0px
    }

    .hot3-hed {
        padding: 30px 0px 0px 0px
    }

    .hot4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot4-mob-bg.png.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot4-crmn {
        display: flex;
        justify-content: center;
    }

    .hot4-hed {
        padding: 15px 0px 0px 0px;
    }

    .hot5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot5-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot5-flex {
        display: flex;
        flex-direction: column;
    }

    .hot5-para {
        padding: 0px 0px 0px 0px;
    }

    .hot5-fig {
        padding: 0px;
    }

    .hot5-hed {
        margin-top: 14px;
    }

    .hot5-ft {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        color: var(--gray-700, #3F3F46);
    }

    .hot6-crd-1 {
        width: 140px;
        height: 160px;
        padding: 14px 0px 14px 0px;
    }

    .hot6-crd-2 {
        width: 140px;
        height: 160px;
    }

    .hot6-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;

    }

    .hot6 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot6-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot6-crd-1:last-child,
    .card:last-child {
        grid-column: span 2;
        margin: auto;
    }

    .hot6-icon {
        width: 70px;
        height: 70px;
    }

    .hot6-sub {
        padding: 0px 0px 15px 0px;
    }

    .hot6-sub2 {
        font-size: 12px;
    }

    .hot8 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/last-ele-mob-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot8-hed {
        padding: 70px 25px 0px 25px;
        line-height: 24px;
    }

    .hot8-sub {
        padding: 10px 24px 10px 24px;
    }

    .sec9-main {
        margin-top: 10px;
    }

    .timeline-wrapper {
        min-height: 30px;
    }

    .timeline-container {
        height: 440px;
        position: relative;
        margin: 0 auto;
        /* max-width: 1350px; */
    }

    .tri-new {
        display: flex;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: flex-start;
    }



}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .crd-wid {
        width: 368px;
        height: 279px;
    }


    .cd-pair {
        gap: 40px;
        top: 32%;
    }

    .desktop-view {
        display: none;
    }

    .tablet-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .med-caro-video {
        width: 450px;
        height: 250px;
    }

    .sec4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec4-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }


    .sec9 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sec9-ypdp-new-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 650px;
        height: 276px;
    }


    .sec1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec1-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .sec2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec2-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .ft-36 {
        font-size: 28px;
        font-style: normal;
    }

    .ft-38 {
        font-size: 28px;
        font-style: normal;
    }

    .ft-24 {
        font-size: 16px;
    }

    .mob-sec1-btn {
        font-size: 14px;
        padding: 13px;
    }

    .sec2-head {
        font-size: 28px;
        color: #ffffff;
        margin: 0px;
        letter-spacing: 1px;
        line-height: 30px;
        padding: 40px 100px 1px 100px;
    }

    .mob-sec2-sub {
        letter-spacing: 1px;
    }

    .mob-sec2-sub2 {
        letter-spacing: 0px;
    }

    a.blu-btn {
        padding: 8px 8px;
        border-radius: 8px;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .sec3-crd {
        margin: 0px;
    }

    .tri-crd {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-content: stretch;
        align-items: stretch;
        padding: 30px 60px 0px 60px;
    }

    .mob-sec4-tit {
        font-size: 22px;
    }

    .card-content {
        font-size: 18px;
    }


    .sec5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec5-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec7-gd {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .sec7-stu {
        display: flex;
        gap: 50px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }


    .sec9-main-hed {
        position: unset;
        padding: 20px 0px 0px 20px;
    }


    .sec9-sub-para {
        padding: 0px 226px 0px 0px;
    }

    .sec9-bknw {
        height: 35px;
        padding: 5px 10px;
    }

    .sec9-main {
        margin-top: 10px;
    }


    .sty1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty1-tab-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 800px;
    }

    .sty1-sub {
        padding: 250px 0px 0px 0px;
    }

    .hot1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot1-tab-bg.png");
        background-size: contain;
        height: 524px;
        background-repeat: no-repeat;
        margin-top: 100px;
    }

    .hot1-mob-des {
        color: #444;
        text-align: center;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding-top: 15px;
    }


    .hot1-hed {
        padding: 0px 50px 0px 50px;
        margin-top: 60px;
    }

    .hot1-mob-btn {
        line-height: 30px;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }

    .hot2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot2-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }


    .hot2-hed {
        padding: 55px 0px 0px 0px;
    }

    .hot2-crd {
        display: flex;
        justify-content: space-evenly;
        padding: 0px 0px 0px 0px;
    }

    .hot2-tab {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .hot1-mg {
        margin-top: 80px;
    }

    .hot3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .skill-title {
        font-size: 22px;

        line-height: 37.9px;
    }

    .skill-box {
        width: 240px;
        height: 254px;

    }

    .sech3-gd {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 3 equal columns */
        grid-template-rows: repeat(2, auto);
        /* 2 rows */
        gap: 0px;
        /* Adjust spacing */
        padding: 15px;
        align-items: start;
        /* Align items properly */
    }

    /* Adjust individual positions */
    .sty2-box:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    /* ASSESS */
    .sty2-box:nth-child(2) {
        grid-column: 2;
        grid-row: 2;
    }

    /* DEVELOP (Lower) */
    .sty2-box:nth-child(3) {

        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
        padding: 30px 0px 0px 0px;
    }

    .skill-box:nth-child(3) {
        grid-column: span 2;
        /* Makes it take both columns */
        justify-self: center;
        margin-top: 40px;

    }

    .hot3-sub {
        padding: 10px 0px 0px 0px
    }

    .hot3-hed {
        padding: 30px 0px 0px 0px
    }

    .hot4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot4-tab-bg.png.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot4-crmn {
        display: flex;
        justify-content: center;
    }

    .hot4-hed {
        padding: 15px 0px 0px 0px;
    }

    .hot5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot5-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot5-flex {
        display: flex;
        flex-direction: column;
    }

    .hot5-para {
        padding: 0px 0px 0px 0px;
    }

    .hot5-fig {
        padding: 0px;
    }

    .hot5-hed {
        margin-top: 14px;
    }

    .hot5-ft {

        font-weight: 600;
        line-height: 36px;
        color: var(--gray-700, #3F3F46);
    }

    .hot6-crd-1 {
        width: 169px;
        height: 188px;
        padding: 14px 0px 14px 0px;
    }

    .hot6-crd-2 {
        width: 169px;
        height: 188px;
    }

    .hot6-flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 0px;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 80%;
        margin: auto;
    }

    .hot6 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot6-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot6-icon {
        width: 70px;
        height: 70px;
    }

    .hot6-sub2 {
        font-size: 12px;
    }

    .hot6-crd-1:nth-child(1) {
        /* background: linear-gradient(to bottom, #00AEEF, #0077C8); */
        grid-column: 1;
        grid-row: 1;
        transform: rotate(-10deg);
    }

    .hot6-crd-2:nth-child(2) {
        /* background: linear-gradient(to bottom, #FF6A00, #FF4500); */
        grid-column: 2;
        grid-row: 1;
        z-index: 2;
    }

    .hot6-crd-1:nth-child(3) {
        /* background: linear-gradient(to bottom, #00AEEF, #0077C8); */
        grid-column: 3;
        grid-row: 1;
    }

    /* MASTER */

    .sty2-box {
        width: 216px;
        height: 225px;
    }

    .sty2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty2-tab-bg.png");
    }

    .hot6-crd-2:nth-child(4) {
        /* background: linear-gradient(to bottom, #FF6A00, #FF4500); */
        grid-column: 2;
        grid-row: 2;
        transform: rotate(-15deg);
    }

    .hot6-crd-1:nth-child(5) {
        /* background: linear-gradient(to bottom, #00AEEF, #0077C8); */
        grid-column: 3;
        grid-row: 2;
        z-index: 1;
        transform: rotate(10deg);
    }

    .hot6-flex>div:nth-child(1) {
        transform: rotate(-10deg);
    }

    .hot6-flex>div:nth-child(2) {
        transform: rotate(0deg);
        margin-top: 100px;
    }

    /* Centering 2nd card */
    .hot6-flex>div:nth-child(3) {
        transform: rotate(10deg);
    }

    .hot6-flex>div:nth-child(4) {
        transform: rotate(-10deg);
        margin-right: -7px;
        margin-left: -160px;
    }

    .hot6-flex>div:nth-child(5) {
        transform: rotate(10deg);
    }

    .hot8 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/last-ele-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sty2-skill-title {
        font-size: 14px;
        line-height: 25px;
    }

    .sty2-crd-tag {
        width: 151px;
        height: 60px;
    }


    .sty2-crd-icon {
        height: 45px;
        width: 45px;
    }

    .sty2-icon-container {
        position: relative;
        left: -32px;
        margin-bottom: 20px;
    }

    .hot3-hed {
        padding: 20px 0px 0px 0px;
    }

    .hot3-sub {
        padding: 10px 0px 0px 0px;
    }

    .sty3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty3-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 450px;
    }

    .sty3-lead {
        top: 120px;
    }

    .sty3-tag-AB {
        width: 143px;
        height: 92px;
        right: 290px;
        top: 220px;
    }

    .sty5-hed-flex {
        padding: 30px 0px 30px 0px;
    }

    .sty4-fig {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .sty4 {
        height: 750px;
    }

    .sty5-sub {
        padding: 0px 150px 0px 150px;
    }

    .sty5-tab-hed {
        position: relative;
        top: 80px;
    }

    .carddd {
        width: 521px;
        height: 302px;
        padding: 20px;
        left: 72px;
        top: 80px;
    }

    .sty5-hed {
        padding: 10px 50px 60px 50px;
    }

    .quote {
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

    .sty5-sub2 {
        font-size: 14px;
        line-height: 23px;
    }

    .sty5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty5-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sty5-sli {
        background: none;
        height: 0px;
        width: 0px;
        left: 0px;
    }

    .hot8-hed {
        padding: 40px 0px 0px 0px;
    }

    .hot8-sub {
        padding: 10px 24px 10px 24px;
    }

    .hot8-hed {
        padding: 70px 100px 20px 100px;
    }

    .hot8-fig {
        display: flex;
        justify-content: space-evenly;
    }


    .hot1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot1-tab-bg.png");
        background-size: contain;
        height: 524px;
        background-repeat: no-repeat;
        margin-top: 100px;
    }

    .hot1-mob-des {
        color: #444;
        text-align: center;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        padding-top: 15px;
    }


    .hot1-hed {
        padding: 0px 50px 0px 50px;
        margin-top: 60px;
    }

    .hot1-mob-btn {
        line-height: 30px;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }

    .hot2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot2-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }


    .hot2-hed {
        padding: 55px 0px 0px 0px;
    }

    .hot2-crd {
        display: flex;
        justify-content: space-evenly;
        padding: 0px 0px 0px 0px;
    }

    .hot2-tab {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .hot1-mg {
        margin-top: 80px;
    }

    .hot3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .skill-title {
        font-size: 22px;

        line-height: 37.9px;
    }

    .skill-box {
        width: 240px;
        height: 254px;
    }

    .sech3-gd {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
        padding: 30px 0px 0px 0px;
    }

    .skill-box:nth-child(3) {
        grid-column: span 2;
        /* Makes it take both columns */
        justify-self: center;
        margin-top: 40px;

    }

    .hot3-sub {
        padding: 10px 0px 0px 0px
    }

    .hot3-hed {
        padding: 30px 0px 0px 0px
    }

    .hot4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot4-tab-bg.png.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot4-crmn {
        display: flex;
        justify-content: center;
    }

    .hot4-hed {
        padding: 15px 0px 0px 0px;
    }

    .hot5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot5-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot5-flex {
        display: flex;
        flex-direction: column;
    }

    .hot5-para {
        padding: 0px 0px 0px 0px;
    }

    .hot5-fig {
        padding: 0px;
    }

    .hot5-hed {
        margin-top: 14px;
    }

    .hot5-ft {

        font-weight: 600;
        line-height: 36px;
        color: var(--gray-700, #3F3F46);
    }

    .hot6-crd-1 {
        width: 169px;
        height: 188px;
        padding: 14px 0px 14px 0px;
    }

    .hot6-crd-2 {
        width: 169px;
        height: 188px;
    }

    .hot6-flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 0px;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 80%;
        margin: auto;
    }

    .hot6 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot6-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot6-icon {
        width: 70px;
        height: 70px;
    }

    .hot6-sub2 {
        font-size: 12px;
    }

    .hot6-crd-1:nth-child(1) {
        /* background: linear-gradient(to bottom, #00AEEF, #0077C8); */
        grid-column: 1;
        grid-row: 1;
        transform: rotate(-10deg);
    }

    .hot6-crd-2:nth-child(2) {
        /* background: linear-gradient(to bottom, #FF6A00, #FF4500); */
        grid-column: 2;
        grid-row: 1;
        z-index: 2;
    }

    .hot6-crd-1:nth-child(3) {
        /* background: linear-gradient(to bottom, #00AEEF, #0077C8); */
        grid-column: 3;
        grid-row: 1;
    }

    .hot6-crd-2:nth-child(4) {
        /* background: linear-gradient(to bottom, #FF6A00, #FF4500); */
        grid-column: 2;
        grid-row: 2;
        transform: rotate(-15deg);
    }

    .hot6-crd-1:nth-child(5) {
        /* background: linear-gradient(to bottom, #00AEEF, #0077C8); */
        grid-column: 3;
        grid-row: 2;
        z-index: 1;
        transform: rotate(10deg);
    }

    .hot6-flex>div:nth-child(1) {
        transform: rotate(-10deg);
    }

    .hot6-flex>div:nth-child(2) {
        transform: rotate(0deg);
        margin-top: 100px;
    }

    /* Centering 2nd card */
    .hot6-flex>div:nth-child(3) {
        transform: rotate(10deg);
    }

    .hot6-flex>div:nth-child(4) {
        transform: rotate(-10deg);
        margin-right: -7px;
        margin-left: -160px;
    }

    .hot6-flex>div:nth-child(5) {
        transform: rotate(10deg);
    }

    .hot8 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/last-ele-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot8-hed {
        padding: 40px 0px 0px 0px;
    }

    .hot8-sub {
        padding: 10px 24px 10px 24px;
    }

    .hot8-hed {
        padding: 70px 100px 20px 100px;
    }

    .hot8-fig {
        display: flex;
        justify-content: space-evenly;
    }

    .hot8-desk {
        position: relative;
        bottom: 102px;
    }

    .timeline-container {
        height: 440px;
        position: relative;
        margin: 0 auto;
        /* max-width: 1350px; */
    }

    .tri-new {
        display: flex;
        gap: 15px;
        justify-content: flex-start;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .desktop-view {
        display: none;
    }


    .cd-pair {
        gap: 40px;
        top: 32%;
    }

    .crd-wid {
        width: 368px;
        height: 279px;
    }

    .tablet-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .med-caro-video {
        width: 450px;
        height: 250px;
    }

    .sec4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec4-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec1-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .sec2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec2-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .ft-36 {
        font-size: 28px;
        font-style: normal;
    }

    .ft-38 {
        font-size: 28px;
        font-style: normal;
    }

    .ft-24 {
        font-size: 16px;
    }

    .mob-sec1-btn {
        font-size: 14px;
        padding: 13px;
    }

    .sec2-head {
        font-size: 28px;
        color: #ffffff;
        margin: 0px;
        letter-spacing: 1px;
        line-height: 30px;
        padding: 40px 100px 1px 100px;
    }

    .mob-sec2-sub {
        letter-spacing: 1px;
    }

    .mob-sec2-sub2 {
        letter-spacing: 0px;
    }

    a.blu-btn {
        padding: 8px 8px;
        border-radius: 8px;
        letter-spacing: 1px;
        font-size: 16px;
    }

    .sec3-crd {
        margin: 0px;
    }

    .tri-crd {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-content: stretch;
        align-items: stretch;
        padding: 30px 60px 0px 60px;
    }

    .mob-sec4-tit {
        font-size: 22px;
    }

    .card-content {
        font-size: 18px;
    }

    .sec5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/sec5-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec7-gd {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .sec7-stu {
        display: flex;
        gap: 50px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sec9 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sec9-ypdp-new-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 650px;
        height: 276px;
    }

    .sec9-main-hed {
        position: unset;
        padding: 20px 0px 0px 20px;
    }

    .sec9-sub-para {
        padding: 0px 226px 0px 0px;
    }

    .sec9-bknw {
        height: 35px;
        padding: 5px 10px;
    }

    .sty1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty1-tab-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 800px;
    }

    .sty1-sub {
        padding: 250px 0px 0px 0px;
    }

    .hot1 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot1-tab-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 525px;
    }

    .hot1-mob-des {
        color: #444;
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        padding-top: 15px;
    }


    .hot1-hed {
        padding: 0px 50px 0px 50px;
        margin-top: 60px;
    }

    .hot1-mob-btn {
        line-height: 30px;
        padding: 10px 20px 10px 20px;
        font-size: 14px;
    }

    .hot2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot2-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot2-hed {
        padding: 55px 0px 0px 0px;
    }

    .hot2-crd {
        display: flex;
        justify-content: space-evenly;
        padding: 0px 0px 0px 0px;

    }

    .hot2-tab {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .hot1-mg {
        margin-top: 80px;
    }

    .hot3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .skill-title {
        font-size: 22px;

        line-height: 37.9px;
    }

    .skill-box {
        width: 240px;
        height: 254px;
    }

    .sech3-gd {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 3 equal columns */
        grid-template-rows: repeat(2, auto);
        /* 2 rows */
        gap: 0px;
        /* Adjust spacing */
        padding: 15px;
        align-items: start;
        /* Align items properly */
    }

    /* Adjust individual positions */
    .sty2-box:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    /* ASSESS */
    .sty2-box:nth-child(2) {
        grid-column: 2;
        grid-row: 2;
    }

    /* DEVELOP (Lower) */
    .sty2-box:nth-child(3) {
        grid-column: 3;
        grid-row: 1;
    }

    /* MASTER */

    .sty2-box {
        width: 216px;
        height: 225px;
    }

    .sty2 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty2-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sty2-skill-title {
        font-size: 14px;
        line-height: 25px;
    }

    .sty2-crd-tag {
        width: 151px;
        height: 60px;
    }


    .sty2-crd-icon {
        height: 45px;
        width: 45px;
    }

    .sty2-icon-container {
        position: relative;
        left: -32px;
        margin-bottom: 20px;
    }

    .hot3-hed {
        padding: 20px 0px 0px 0px;
    }

    .hot3-sub {
        padding: 10px 0px 0px 0px;
    }

    .sty3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty3-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 450px;
    }

    .sty3-lead {
        top: 120px;
    }

    .sty3-tag-AB {
        width: 143px;
        height: 92px;
        right: 290px;
        top: 220px;
    }

    .sty5-hed-flex {
        padding: 30px 0px 30px 0px;
    }

    .sty4-fig {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .sty4 {
        height: 750px;
    }

    .sty5-sub {
        padding: 0px 150px 0px 150px;
    }

    .sty5-tab-hed {
        position: relative;
        top: 80px;
    }

    .carddd {
        width: 521px;
        height: 302px;
        padding: 20px;
        left: 72px;
        top: 80px;
    }

    .sty5-hed {
        padding: 10px 50px 60px 50px;
    }

    .quote {
        font-family: Poppins;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

    .sty5-sub2 {
        font-size: 14px;
        line-height: 23px;
    }

    .sty5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/our-story/sty5-tab-bg.png");
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 30px 0px 0px 0px;
        justify-items: center;
    }

    .skill-box:nth-child(3) {
        grid-column: span 2;
        /* Makes it take both columns */
        justify-self: center;
        margin-top: 40px;

    }

    .hot3-sub {
        padding: 10px 0px 0px 0px
    }

    .hot4 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot4-tab-bg.png.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot4-crmn {
        display: flex;
        justify-content: center;
    }

    .hot4-hed {
        padding: 15px 0px 0px 0px;
    }

    .hot5 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot5-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sty5-sli {
        background: none;
        height: 0px;
        width: 0px;
        left: 0px;
    }

    .hot5-flex {
        display: flex;
        flex-direction: column;
    }

    .hot5-para {
        padding: 0px 0px 0px 0px;
    }

    .hot5-fig {
        padding: 0px;
    }

    .hot5-hed {
        margin-top: 14px;
    }

    .hot5-ft {

        font-weight: 600;
        line-height: 36px;
        color: var(--gray-700, #3F3F46);
    }

    .hot6-crd-1 {
        width: 169px;
        height: 188px;
        padding: 14px 0px 14px 0px;
    }

    .hot6-crd-2 {
        width: 169px;
        height: 188px;
    }

    .hot6-flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 0px;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 80%;
        margin: auto;
    }

    .hot6 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot6-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot6-icon {
        width: 70px;
        height: 70px;
    }

    .hot6-sub2 {
        font-size: 12px;
    }

    .hot6-flex>div:nth-child(1) {
        transform: rotate(-10deg);
    }

    .hot6-flex>div:nth-child(2) {
        transform: rotate(0deg);
        margin-top: 100px;
    }

    /* Centering 2nd card */
    .hot6-flex>div:nth-child(3) {
        transform: rotate(10deg);
    }

    .hot6-flex>div:nth-child(4) {
        transform: rotate(-10deg);
        margin-right: -7px;
        margin-left: -160px;
    }

    .hot6-flex>div:nth-child(5) {
        transform: rotate(10deg);
    }

    .hot8 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/last-ele-tab-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
    }

    .hot8-hed {
        padding: 40px 0px 0px 0px;
    }

    .hot8-sub {
        padding: 10px 24px 10px 24px;
    }

    .hot8-hed {
        padding: 70px 100px 20px 100px;
    }

    .hot8-fig {
        display: flex;
        justify-content: space-evenly;
    }

    .sec9-main {
        margin-top: 10px;
    }

    .hot8-desk {
        position: relative;
        bottom: 102px;
    }

    .timeline-container {
        height: 440px;
        position: relative;
        margin: 0 auto;
        /* max-width: 1350px; */
    }

    .tri-new {
        display: flex;
        gap: 15px;
        justify-content: flex-start;
    }


}

/* desktop */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .desktop-view {
        display: block;
    }

    .tablet-view {
        display: none;
    }

    .mobile-view {
        display: none;
    }
}


@media only screen and (min-width: 1200px) {
    .desktop-view {
        display: block;
    }

    .tablet-view {
        display: none;
    }

    .mobile-view {
        display: none;
    }
}


@media only screen and (min-width: 1920px) {
    .desktop-view {
        display: block;
    }

    .tablet-view {
        display: none;
    }

    .mobile-view {
        display: none;
    }

    .hot1 {
        height: 940px;
    }

    .hot3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-desk-bg3.png");
        background-size: cover;
        background-repeat: no-repeat;
    }


}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .desktop-view {
        display: block;
    }

    .tablet-view {
        display: none;
    }

    .mobile-view {
        display: none;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .desktop-view {
        display: block;
    }

    .tablet-view {
        display: none;
    }

    .mobile-view {
        display: none;
    }

    .hot1 {
        height: 750px;
    }

    .hot3 {
        background: url("https://assets.wizklub.com/images/wizklub_v2/ypdp/hot3-desk-bg3.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 626px;
    }

    .sec2 {
        height: 960px;
    }

    .hot1-mg {
        margin-top: 24px;
    }

    .hot1-main-hed {
        margin-top: 200px;
    }

    .tri-new {
        display: flex;
        gap: 30px;
        justify-content: space-evenly;
    }

}