@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,800&display=swap');

@font-face {
    font-family: "droid-serif";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-serif/DroidSerif.ttf') format('truetype') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "droid-serif";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-serif/DroidSerif-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Droid Sans";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-sans/DroidSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: "Droid Sans";
    src: url('/wp-content/themes/blankslate/assets/fonts/droid-sans/DroidSans.ttf') format('truetype');
    font-size: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/wp-content/themes/blankslate/assets/fonts/gilory-bold.ttf') format('truetype');
    font-style: normal;
}

/*html{
    font-size: 62.5%;
}*/
* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    list-style: none;
    color: #000000;

}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary) !important;
}

body {
    font-family: var(--font-primary);
    font-style: normal;
}


/* ------------------------------------ */

/* .suport-chert */
.suport-chert {
    padding: 11px 21px;
}

.Course-chart-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.Course-chart-data .Course-chart-p h2 {
    color: #161616;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    padding-left: 0;
}

.Course-chart-data .Course-chart-p h3 {
    padding-top: 6px;
    color: #161616;
    font-family: var(--font-primary);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.Course-chart-data .Course-chart-p p {
    padding-top: 2px;
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-left: 0;
}

.Course-chart-data select {
    border: none;
    box-shadow: none;
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-n-cour {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 12px;
}

.new-d {
    display: flex;
    flex-direction: column;
}

.main-n-cour .n-cour {
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-n-cour .n-no {
    color: #606060;
    font-family: var(--font-primary);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    align-items: center;
    padding-top: 5px;
}

.congratulation-card {
    padding: 49px 10px;
    /* background-image: url(../images/Congratulations\ Card.webp); */
    border-radius: 8px;
    height: 100%;
    text-align: center;
    background-size: 100% 100%;
    position: relative;
}

.congratulation-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-image: url('https://takeabreath.goumbook.com/wp-content/uploads/2025/08/2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


.congratulation-card h2 {
    padding-top: 15px;
    color: #FFF;
    font-family: var(--font-primary);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 2;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.congratulation-card p {
    padding-top: 16px;
    color: #FFF;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.demo-dash {
    padding-top: 15px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
}

.dash-icon {
    background-color: rgba(193, 255, 252, 1);
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.demo-dash h2 {
    padding-top: 4px;
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 150% */
    padding-left: 31px;
}

.demo-dash p {
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 257.143% */
    padding-left: 31px;
}

.mentors {
    padding-top: 16px;
    padding-bottom: 26px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    height: 100%;

}

.mentors .select-box {
    /* margin-left: auto; */
    display: flex;
    justify-content: space-between;
    margin-right: 18px;
}

.mentors .select-box select {
    border: none;
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 121.429% */
}

.mentors .my-mentor-head {
    padding-left: 33px;
}

.mentors .my-mentor-head h2 {
    color: #161616;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 120.833% */
}

.mentors .my-mentor-head .avg-p {
    padding-top: 3px;
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 121.429% */
}

.mentors .my-mentor-head .vs-p {
    padding-top: 12px;
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding-bottom: 31px;
}

.mentors .my-mentor-head .vs-p span {
    color: #53EF7C;
}

.mentors .harry-Joe {
    padding: 10px 23px 10px 33px;
}

.mentors .br-d {
    border-top: 1px solid #E3E3E3;

}

.harr-joe h3 {
    color: #5B5B5B;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.harr-joe p {
    color: #9698AB;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

/* section-3 */
.Tasks {
    padding: 18px 23px 29px;
}

.Tasks h2 {
    color: #161616;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
}

.Tasks .main-idea {
    display: grid;
    gap: 12px;
    padding-top: 26px;
    grid-template-columns: 39px 1fr;
}

.Tasks .main-idea .idea-img {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9F2063;
}

.main-idea .id-gen h3 {
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
}

.main-idea .id-gen p {
    color: #606060;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */
}

.Tasks .last-p {
    padding-top: 2px;
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 121.429% */
}

.m-marketing {
    display: flex;
    align-items: center;
    gap: 10px;
}

.m-marketing p {
    color: #606060;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 116.667% */

}

.certificate-img {
    width: 100%;
    max-width: 425.442px;
    padding: 32px 15px 10px;
}

.certificate-img img {
    width: 100%;
    min-height: 308px;
}

/* column-3 */
.paced-d {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
}

.paced-d .self-p {
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 121.429% */
}

.paced-d .se-no {
    padding-top: 7px;
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 116.667% */
}

.paced-d .p-8no {
    color: #606060;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    gap: 10px;
}

.paced-d .p-time {
    padding-top: 4px;
    color: #BAC4CD;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 121.429% */
    display: flex;
    justify-content: flex-end;
}

.main-Paced .progress {
    height: 6px;
    border-radius: 2.5px;
    background-color: #F2F0FD;
    margin-top: 12px;
}

.main-Paced .progress-bar {
    background-color: #9F2063;

}

/* ---------accorden-section---------------------- */
.accorden-section {
    padding: 37px 0;
}

.live-h2 {
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    padding-bottom: 37px;
}

.accorden-section .accordion-button {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 17px 30px;

    /* 118.182% */
}

.accorden-section .accordion-item {
    background-color: transparent;
    border: none;
}

.collapsing {
    transition: height 0.7s ease !important;
}

.accorden-section .accordion-body {
    width: 100%;
    max-width: 1347px;
    margin: 0 auto;
    padding: 0;
}

.accorden-section .accordion-item:first-of-type .accordion-button {
    border-radius: 8px;
}

.accorden-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/chevron-down.svg);
    transform: rotate(-360deg);
}

.accorden-section .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 8px;
}

.accorden-section .live-session {
    border: 1.196px solid #EBEBEB;
    padding: 20px 47px 20px 55px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.accorden-section .live-session .gen-live .idea-h {
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 16.739px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.522px;
    /* 128.571% */
}

.accorden-section .live-session .pused-d {
    border-radius: 17.935px;
    background: #F2F1F2;
    padding: 9px 13px;
    width: fit-content;
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 11.957px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.348px;
    /* 120% */
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-session .ut-enim {
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 14.348px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.522px;
    padding-top: 10px;
}

.live-session .commodi-time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    padding-top: 7px;
}

.live-session .commodi-time p {
    color: #606060;
    text-align: right;
    font-family: var(--font-primary);
    font-size: 11.957px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.348px;
    white-space: nowrap;
    /* 120% */
}

.Category-bm {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.expert-accorden-cards .expertcards {
    width: 100%;
    max-width: 1347px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 48px;
}

.expertcard2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;

}

.expert-accorden-cards .expertcards .expert-card1 {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    padding: 21px 24px;
    text-align: center;
    display: grid;
    grid-template-columns: 30px 1fr 40px;
    height: fit-content;
}

#star:checked+label svg path {
    fill: #65318F;
}

.Jutila-mean h2 {
    padding-top: 32px;
    color: #65318F;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 23.654px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.591px;
}

.Jutila-mean p {
    padding-top: 8px;
    color: #65318F;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 17.203px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.105px;
    /* 175% */
}

.Jutila-mean button {
    margin-top: 26px;
    padding: 10px;
    width: 100%;
    border-radius: 5.02px;
    background: #65318F;
    box-shadow: 0px 1.255px 5.02px 0px rgba(0, 0, 0, 0.14);
    color: #FFF;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 11.294px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.176px;
    border: none;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-Category {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    padding: 21px 24px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 364px;
}

.main-Category .cate-head {
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
    padding-bottom: 14px;
    padding-top: 14px;
}

.main-Category label {
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    /* 200% */
}

.main-Category .Sales-check {
    /* display: grid;
    grid-template-columns: 17px 1fr; */
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;

}

/* Hide the default checkbox */
.main-Category input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 17px;
    height: 17px;
    cursor: pointer;

}

/* Style the custom checkbox (span) */
.main-Category span.custom-checkbox {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #999;
    background: white;
    /* position: absolute; */
}

.main-Category input[type="checkbox"]:checked+span.custom-checkbox {
    border: 1px solid #999;
    background: #65318F;
}


/* accorden-3 */
.Intellegence-cards {
    width: 100%;
    max-width: 1347px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 27px;
    /* justify-content: center; */
}

.Intellegence-card1 {
    width: 100%;
    max-width: 202px;
    border-radius: 6px;
    /* border: 2px solid #ECA03A; */
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(79, 94, 113, 0.12), 0px 2px 4px 0px rgba(79, 94, 113, 0.11), 0px 4px 8px 0px rgba(79, 94, 113, 0.10);
    padding: 24px 16px 16px 16px;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.Intellegence-card1 .Recomm {
    padding: 4px 8px;
    border-radius: 12px;
    background: #ECA03A;
    color: #FFF;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: fit-content;
    margin: -35px auto 10px;
    display: none;
}

/* .Intellegence-card1:hover .Recomm {
    display: block;
} */
.Recomm {
    display: none;
}

.Intellegence-card1.clicked .Recomm {
    display: block;
}

/* .Intellegence-card1:hover {
    border: 2px solid #ECA03A;
}

.Intellegence-card1:hover h3 {
    color: #ECA03A;
} */
.Intellegence-card1.clicked {
    border: 2px solid #ECA03A;
}

.Intellegence-card1.clicked h3 {
    color: #ECA03A;
}

.Intellegence-card1 p {
    padding-top: 4px;
    color: var(--Ink-Light, #4F5E71);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.Intellegence-card1 .use-circle {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(186, 199, 213, 1);
    border-radius: 50%;
    margin: 39px auto 0;
}

/* .Intellegence-card1:hover .use-circle {
    border: 7px solid #ECA03A;
} */
.Intellegence-card1.clicked .use-circle {
    border: 7px solid #ECA03A;
}

/* accorden-4 */
.Intellegence-cards .launch-card1 {
    width: 100%;
    max-width: 313px;
}

.Intellegence-cards .launch-card1 img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.Intellegence-cards .launch-card1 .launch-card1-text {
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    box-shadow: 0px 1.724px 6.894px 0px rgba(0, 0, 0, 0.14);
    padding: 16px 23px 22px 23px;
}

.Intellegence-cards .launch-card1 .launch-card1-text h2 {
    width: 100%;
    max-width: 210px;
    color: #0F2137;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.774px;
    /* 150% */
}

.launch-card1-text .work-p-text {
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
}

.launch-card1-text .work-p-text .workshop-p {
    color: #65318F;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.774px;
    /* 166.667% */
}

.launch-card1-text .work-p-text .det-75 {
    color: #343D48;
    font-family: var(--font-primary);
    font-size: 12.146px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.738px;
    /* 162.5% */
}

/*----------------------------- course-page------------------------------- */
.course-section {
    padding-top: 37px;
    padding-bottom: 50px;
}

.course-section .self-h2 {
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 120.833% */
}

.course-section .main-Paced {
    padding-top: 8px;
    width: 100%;
    /* max-width: 1347px; */
}

.course-section .paced-link {
    display: flex;
    align-items: center;
    gap: 38px;
}

.course-section .Intellegence-cards {
    width: 100%;
    max-width: unset !important;
}

.course-section .Intellegence-cards .launch-card1 {
    width: 100%;
    max-width: 361px;
    cursor: pointer;
}

.course-section .paced-link a {
    color: #000;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.course-section .paced-link .active {
    color: #000;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.course-section .default-main {
    width: 100%;
    max-width: 740px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: auto;
}

.course-section .default-main .search-bar {
    width: 100%;
    max-width: 456px;
    border-radius: 5.161px;
    background: #FFF;
    box-shadow: 0px 1.29px 5.161px 0px rgba(0, 0, 0, 0.14);
    padding: 11px 14px;

}

.course-section .default-main .search-bar input {
    width: calc(100% - 20px);
    border: none;
    outline: none;
    font-family: var(--font-primary);
    font-size: 14.194px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.774px;
    /* 118.182% */
}

.course-section .default-main .search-bar input::placeholder {
    color: #999;
}

.course-section .default-main .search-bar button {
    border: none;
    background: transparent;
}

.default-main .select-coursr select {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    padding: 13px 14px;
    border: none;
    outline: none;
    color: #2C2C2C;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    /* 121.429% */
}

.default-main .dropdown-menu.show {
    min-width: fit-content;
}

.course-section .filter {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    padding: 10px 14px;
}

.course-section .course-weak {
    width: 188px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1.29px 5.161px 0px rgba(0, 0, 0, 0.14);
    padding: 12px;

}

.pt-31 {
    padding-top: 31px;
}

.course-section .course-weak button {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.course-section .dropdown-menu {
    padding: 0;
}

/* .course-section .filter-drop .dropdown_header{
padding-left: 5px;
padding-right: 5px;
} */
.course-section .filter-drop .dropdown_header p {
    color: #2C2C2C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding: 10px 7px;
    cursor: pointer;
    font-family: var(--font-primary);
    border-bottom: 1px solid #d5d1d1;
}

.course-section .filter-drop .dropdown_header p:hover {
    color: #65318F;
    background-color: #d5d1d1;
    /* font-weight: 600; */

}

.main-poced-course {
    display: flex;
    gap: 20px;
}

.main-poced-course .column1 {
    width: 100%;
    max-width: 400px;
}

.course-section .course-weak .dropdown_header p {
    color: #000;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
}

.course-section .course-weak .dropdown_header p:hover {
    font-weight: 600;
    color: #65318F;
    background-color: #BAC4CD;
}

.course-section .degital-cont {
    margin-top: 31px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1.29px 5.161px 0px rgba(0, 0, 0, 0.14);
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.degital-cont2 {
    background-image: url(../images/UI-Mikey.png) !important;
    box-shadow: none !important;
    background-size: 100% 100% !important;
    padding: 13px 18px 20px !important;

}

.degi-img {
    width: fit-content;

}

.degi-text .hour-p {
    color: var(--Main-Greyscale-40, #8E9BAE);
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.degi-text h3 {
    padding-top: 12px;
    color: var(--Main-Greyscale-90, #10192D);
    font-family: var(--font-primary);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
}

.degi-text .st-course {
    padding-top: 14px;
    color: #9F2063;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
}

.new-cour-1 {
    background-image: url(../images/Course1.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 187px;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.new-cour-1 .p-no {
    color: #9F0A4A;
    font-family: var(--font-primary);
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 81.6px */
    letter-spacing: -4px;
}

.new-cour-1 .p-text {
    padding-top: 4px;
    color: var(--Main-Greyscale-40, #8E9BAE);
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.new-cour-2 {
    background-image: url(../images/Course2.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 187px;
    background-size: contain;
}

/*--------------- main-goals-status------ */
.main-goals-status {
    width: 100%;
    max-width: 398px;

}

.main-goals-status .goal-status {
    /* margin-top: 31px; */
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1.29px 5.161px 0px rgba(0, 0, 0, 0.14);
    padding: 32px 25px 39px;
    /* display: flex; */
    align-items: center;
    gap: 12px;
}

.goal-status .mange-gols {
    color: #65318F;
    text-align: right;
    font-family: var(--font-primary);
    font-size: 17.118px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 25.677px */
}

.goal-status .goal-st {
    padding-top: 19px;
    color: var(--Main-Greyscale-90, #10192D);
    font-family: "droid-serif";
    font-size: 39.943px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 47.931px */
    opacity: 0.2;
}

.goal-status .goal-8 {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;

}

.goal-status .goal-8 p {
    color: #000;
    font-family: var(--font-primary);
    font-size: 17.118px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.goal-status .progress {
    margin-top: 20px;
    width: 80%;
}

.goal-status .progress .progress-bar {
    border-radius: 42.796px;
    background: #65318F;
}

.goal-status .actAction-Plans {

    padding: 41px 28px 56px;
}

.actAction-Plans .goal1-p {
    color: #000;
    font-family: var(--font-primary);
    font-size: 19.94px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    white-space: nowrap;
}

.tool-planner {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    padding: 20px;
}

/*------------------- steeper--------- */
.steaper-section h2 {
    color: var(--On-Surface, #191820);
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.501px;
    /* 122.222% */
    text-transform: capitalize;
    padding-bottom: 30px;
    text-align: center;
}

.stepper {
    background-color: #FFFFFF;
    margin: 0 auto;
    max-width: 1119px;
    width: 100%;
}

.stepper .nav {
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* padding-left: 110px; */
    /* padding-right: 100px; */
}

.nav-pills .nav-link {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1.5px solid #9F2063;
    border-radius: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    opacity: 2;
    position: relative;
}

.stepper .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.customer-p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7E7D7D;
    white-space: nowrap;

}

.nav-link.active+.customer-p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #2C2E3E;
    white-space: nowrap;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border: 1px solid #9F2063;
    background: #9F2063;
}

button.active p {
    color: #FEFEFE;
}

.nav-pills .nav-link::after {
    width: 40px;
    height: 2px;
    background-color: #BBBBBB;
    content: "";
    position: absolute;
    z-index: 1;
}

.nav-pills .nav-item .nav-link:after {
    left: 40px;
}

.nav-pills .nav-item:last-child .nav-link:after {
    display: none;
}

.nav-pills .nav-link::before {
    width: 0px;
    height: 2px;
    background-color: #9F2063;
    content: "";
    position: absolute;
}

.nav-pills .nav-link.active::before {
    width: 40px;
    height: 2px;
    background-color: #9F2063;
    transition: all 2s;
    z-index: 2;
}

.nav-pills .nav-link.done::before {
    width: 40px;
    height: 2px;
    background-color: #9F2063;
    transition: all 2s;
    z-index: 4;
}

.nav-pills .nav-item .nav-link:before {
    left: 40px;
}

.nav-pills .nav-item:last-child .nav-link:before {
    display: none;
}

.circle-steper {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 2;
}

.nav-pills .nav-link.active .circle-steper,
.done .circle-steper {
    border: none;
}

.done .circle-steper p {
    display: none;
}

.circle-steper p {
    z-index: 2;
    color: #9F2063;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.done .circle-steper p {
    color: #FEFEFE;
}

.done .circle-steper::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border: 1.5px solid #9F2063;
    background-color: #FFF;
    border-radius: 100px;
    background-image: url(../images/icons/click-true.svg);
    background-repeat: no-repeat;
    background-position: center;

}

.steaper-section .tab-content {
    padding-top: 30px;
    width: 100%;
    max-width: 494px;
    margin: 0 auto;
}

.entering h3 {
    color: var(--Secondary, #565660);
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.183px;
    /* 122.733% */
}

.tab-content .main-manufactur {
    padding-top: 17px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.tab-content .main-manufactur .facture {
    padding: 11.455px 14.319px;
    border-radius: 5.728px;
    border: 0.716px solid var(--Line, #E5E5E5);
}

.tab-content .main-manufactur .facture p {
    color: var(--Secondary, #565660);
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.183px;
    /* 122.733% */
}

.tab-content .main-manufactur a {
    border-radius: 5.467px;
    background: #65318F;
    padding: 12px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.183px;
    /* 122.733% */
    border: none;
}

/* steeper-close */
.custom_select {
    font-family: var(--font-primary);
    width: 100px;
    display: inline-block;
    /* background-color: #222; */
    color: black;
    border-radius: 40px;

    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    height: 100%;
    text-align: left;
    /* border: 1px solid #555; */
}

.select_title {
    font-family: var(--font-primary);
    cursor: pointer;
    display: block;
    padding: 10px 15px;
}

.select_title>i {
    font-size: 13px;
    color: black;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}

.custom_select:hover {
    /*   box-shadow: 0 0 4px rgb(204, 204, 204); */
}

.custom_select:active {
    background-color: transparent;
}

.custom_select.active:hover,
.custom_select.active {
    /*   box-shadow: 0 0 4px rgb(204, 204, 204); */
    border-radius: 5px 5px 0 0;
    background-color: transparent;
    border: none;
}

.custom_select.active .select_title>i {
    transform: rotate(180deg);
}

.select_menu {
    font-family: var(--font-primary);
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none
}

.select_menu>li {
    padding: 10px 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-family: var(--font-primary);
    border-bottom: 1px solid #d5d1d1;
}

.select_menu>li:hover {
    background-color: #d5d1d1;
}

.select_menu>li:active {
    background-color: #e2e2e2;
}

.select-coursr {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    /* padding: 10px 14px; */
}

.notification_title {
    color: #02073E;
    font-family: var(--font-primary);
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 26.25px */
    padding-left: 8px;
}

/* ----------footer-section-------- */
.footer-section {
    background: #F9FAFC;
    padding-top: 33px;
    padding-bottom: 20px;
}

.footer-section .main-footer-link {
    width: 100%;
    max-width: 1260px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    gap: 40px;
    padding-bottom: 46px;
}

.footer-section .main-footer-link h2 {
    color: #0F2137;
    font-family: var(--font-primary);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    white-space: nowrap;
    letter-spacing: -0.375px;
}

.footer-section .main-footer-link .footer-link {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-section .main-footer-link .footer-link a {
    color: #02073E;
    font-family: var(--font-primary);
    font-size: 12.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    white-space: nowrap;


    /* padding-bottom: 2px; */
}

.footer-link a:hover {
    width: fit-content;
    border-bottom: 1px solid #02073E !important;
}

.footer-section .footer-border-bt {
    border-top: 1.5px solid #D9E0E7;
    padding-top: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;

}

.footer-section .footer-border-bt .copyright {
    color: #56585b;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-border-bt .foter-bt-links {
    display: flex;
    gap: 20px;
}

.footer-border-bt .foter-bt-links a {
    color: #02073E;
    text-align: right;
    font-family: var(--font-primary);
    font-size: 12.25px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.75px;
    text-decoration: none;
}

.mt-120 {
    margin-top: 120px;
}

/* .accordion-button::after {
    background-image: url(../images/icons/arrow-drop-top.svg);
} */
.mark-as-read {
    color: #65318F;
    text-align: center;
    font-family: var(--font-primary);
    font-size: 12.203px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.105px;
}
@media screen and (min-width: 768px) {
    .logo-top-nav {
        width:auto;
   }
}
@media screen and (max-width: 1572px) {

    .course-section .Intellegence-cards .launch-card1,
    .gols-cards .launch-card1 {
        max-width: 300px;
    }

    .Intellegence-cards .launch-card1 {
        max-width: 270px;
    }

    .certificate-img {
        padding: 32px 0px 0px;
    }

    .certificate-img img {
        min-height: 348px;
    }

    .main-Paced {
        padding-top: 5px;
    }


}



@media screen and (max-width: 1440px) {

    /* .gols-cards .launch-card1 {
    max-width: 250px;
} */
    .main-poced-course .column1 {
        max-width: 350px;
    }

    /* .main-poced-course .column1 {
    max-width: 313px;
} */


}

@media screen and (max-width: 1400px) {
    .main-poced-course {
        flex-wrap: wrap;
    }

    .main-poced-course .column1 {
        max-width: 400px;
    }

    .course-section .Intellegence-cards .launch-card1 {
        max-width: 250px;
    }

    .Intellegence-cards .launch-card1 {
        max-width: 250px;
    }

    .Intellegence-cards {
        justify-content: flex-start;
    }

    /* .expert-accorden-cards .expertcards {
        grid-template-columns: 320px 1fr;
    } */



}


@media screen and (max-width: 1200px) {

    .expert-accorden-cards .expertcards,
    .expertcard2 {
        /* grid-template-columns: 1fr 1fr; */
        gap: 24px;
    }

    /* .main-Category {
        min-height: 383px;
    } */
    .gols-cards .launch-card1 {
        max-width: 330px;
    }


    .Intellegence-cards .launch-card1 {
        max-width: 330px;
    }

    .footer-section .main-footer-link {
        gap: 70px;
    }

    .mt-120 {
        margin-top: 80px;
    }

    .course-section .default-main {
        margin: 0 auto;
    }

}

@media screen and (max-width: 1024px) {
    .congratulation-card {
        padding: 40px 10px;
    }

    .Intellegence-cards .launch-card1 {
        max-width: 290px;
    }
}

@media screen and (max-width: 991px) {
    .steaper-section h2 {
        padding-top: 40px;
    }

    .demo-dash {
        margin-top: 12px;
    }

    .Course-chart-data .Course-chart-p p,
    .Course-chart-data .Course-chart-p h3 {
        text-align: left;
    }

    .certificate-img {
        max-width: 100%;
    }

    .certificate-img img {
        min-height: fit-content;
    }

    .Intellegence-cards {
        justify-content: center;
    }

    .footer-section .main-footer-link {
        flex-wrap: wrap;
        column-gap: 80px;
        justify-content: flex-start;
        row-gap: 30px;
    }

    .course-section .Intellegence-cards {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .expert-accorden-cards .expertcards {
        grid-template-columns: 1fr;
    }

    .main-Category {
        min-height: fit-content;
    }

    .Category-bm {
        display: grid;
        grid-template-columns: 1fr 1fr;

    }
}


@media screen and (max-width: 768px) {
    .john-link {
        display: none;
    }

    .logo-top-nav {
        width: 120px;
        height: fit-content;
    }


    .congratulation-card img {
        width: 80px;
        height: 80px;
    }

    .live-session .commodi-time p {
        text-align: left;
    }

    .Intellegence-cards .launch-card1 {
        max-width: 242px;
    }

    .course-section .Intellegence-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .course-section .Intellegence-cards .launch-card1 {
        max-width: unset;
    }

    .expert-accorden-cards .expertcards .expert-card1,
    .main-Category {
        padding: 21px 12px;
    }

    .Jutila-mean h2 {
        font-size: 18px;
    }

    .Jutila-mean p,
    .main-Category label {
        font-size: 14px;
        line-height: normal;
    }

    .Category-bm {
        grid-template-columns: 1fr;
        max-width: 400px;
        /* justify-content: center; */
        margin: 0 auto;
    }

    .expertcard2 {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .expert-accorden-cards .expertcards {
        grid-template-columns: 1fr;
    }

    .logo-top-nav {
        width: 100px;
        height: fit-content;
    }

    .accorden-section .accordion-button {
        /* font-size: 14px; */
        padding: 10px 15px;
    }

    .accorden-section .accordion-button:not(.collapsed)::after,
    .accordion-button::after {
        width: 14px;
        background-size: contain;
    }

    .course-section .default-main {
        flex-wrap: wrap;
    }

    .mentors .harry-Joe {
        padding: 10px 10px 10px 10px;
    }

    .suport-chert {
        padding: 11px 12px;
    }

    .live-h2 {
        padding-bottom: 12px;
        /* font-size: 18px; */
    }

    .accorden-section .live-session {
        flex-wrap: wrap;
        padding: 15px;
        row-gap: 12px;
        column-gap: 40px;
    }

    .live-session .commodi-time {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .mt-120 {
        margin-top: 60px;
    }


}

@media screen and (max-width: 520px) {
    .Intellegence-cards .launch-card1 {
        max-width: 390px;
    }
}

@media screen and (max-width: 450px) {

    .main-jhon-doe select,
    .main-jhon-doe .search-icon,
    .main-jhon-doe .bill-icon {
        display: none;
    }

    .responsive-nav {
        gap: 20px;
        justify-content: space-between;
    }

    .stepper .nav {
        padding-bottom: 10px;
        gap: 30px;
    }

    .nav-pills .nav-link {
        width: 30px;
        height: 30px;
    }

    .nav-pills .nav-link::after,
    .nav-pills .nav-link.active::before {
        width: 30px;
    }

    .nav-pills .nav-item .nav-link:before,
    .nav-pills .nav-item .nav-link:after {
        left: 30px;
    }

    .circle-steper p {
        font-size: 12px;
    }

    .mt-120 {
        margin-top: 40px;
    }

    .course-section .Intellegence-cards {
        grid-template-columns: 1fr;
    }

    .done .circle-steper::before {
        width: 30px;
        height: 30px;
    }

    .nav-pills .nav-link.done::before {
        width: 30px;
    }
}

@media screen and (max-width: 440px) {
    .Intellegence-card1 {
        max-width: 320px;
    }
}

@media screen and (max-width: 420px) {
    .steaper-section h2 {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 18.774px;
    }

    .congratulation-card h2 {
        font-size: 20px;
    }

    .congratulation-card img {
        width: 60px;
        height: 60px;
    }

    .mentors .my-mentor-head {
        padding-left: 10px;
    }

    /* .mentors .my-mentor-head h2 {
    font-size: 20px;
} */
    .harr-joe h3 {
        font-size: 16px;
    }

    .harr-joe p {
        font-size: 12px;
    }

    .accorden-section .accordion-button {
        font-size: 14px;
    }

    .accorden-section .live-session .gen-live .idea-h,
    .live-h2 {
        font-size: 16px;
    }

    .live-session .ut-enim {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .stepper .nav {
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 28px;
    }

    .done .circle-steper::before,
    .nav-pills .nav-link {
        width: 28px;
        height: 28px;
    }

    .nav-pills .nav-link::after,
    .nav-pills .nav-link.active::before {
        width: 28px;
    }

    .nav-pills .nav-item .nav-link:before,
    .nav-pills .nav-item .nav-link:after {
        left: 28px;
    }

    .circle-steper p {
        font-size: 12px;
    }

    .course-section .filter {
        padding: 5px 7px;
    }

    .select_title {
        padding: 8px 7px;
    }

    .custom_select {
        font-size: 12px;
        width: 67px;
    }

    .footer-border-bt .foter-bt-links {
        gap: 12px;
    }

    .nav-pills .nav-link.done::before {
        width: 26px;
    }
}

.point2 {
    font-size: 16px; /* Adjust font size as needed */
    line-height: 1.5;
    text-align: right; /* Aligns the text to the right */
}

.point2 .line-through {
    color: red;
    text-decoration: line-through;
    text-decoration-thickness: 2px; /* Ensures the line is thick enough */
    text-decoration-color: red; /* Adds red color to the line */
    text-decoration-skip-ink: none; /* Ensures the line doesn't skip parts of letters */
    display: inline-block;
    vertical-align: middle;
}

.point2 span:not(.line-through) {
    display: block; /* Ensures this span goes below the line-through text */
    font-size: 14px; /* Adjust font size as needed */
    color: black; /* Adjust color as needed */
    margin-top: 5px; /* Adds spacing between spans */
    text-align: right; /* Aligns the text to the right */
}

.Intellegence-card1 h2 {
    padding-top: 8px;
    color: var(--Ink-Normal, #252A31);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}

.Intellegence-card1 h3 {
    color: var(--Ink-Normal, #252A31);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}

.Intellegence-cards .launch-card1 .launch-card1-text h2 {
    width: 100%;
    max-width: 210px;
    color: #0F2137;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.774px;
    /* 150% */
}

.launch-card1-text .work-p-text .workshop-p {
    color: #65318F;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.774px;
    /* 166.667% */
}

.launch-card1-text .work-p-text .det-75 {
    color: #343D48;
    font-family: var(--font-primary);
    font-size: 12.146px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.738px;
    /* 162.5% */
}

/* Course Unit Game Layout */
.course__unit__main {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.cor-1st-column {
    flex: 0 0 300px;
}

.merged-game-column {
    flex: 1;
    min-width: 0; /* Prevents flex item from overflowing */
    max-width: calc(100% - 330px); /* Accounts for cor-1st-column width + gap */
}

/* Game container within merged column */
.merged-game-column .game-container {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
}

/* Responsive breakpoints */
@media screen and (max-width: 1400px) {
    .merged-game-column {
        max-width: calc(100% - 330px);
    }
}

@media screen and (max-width: 1200px) {
    .merged-game-column {
        max-width: calc(100% - 330px);
    }
}

@media screen and (max-width: 991px) {
    .course__unit__main {
        flex-direction: column;
    }
    
    .cor-1st-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .merged-game-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .course__unit__main {
        gap: 20px;
    }
    
    .merged-game-column .game-container {
        padding: 15px !important;
    }
}

@media screen and (max-width: 576px) {
    .course__unit__main {
        gap: 15px;
    }
    
    .merged-game-column .game-container {
        padding: 10px !important;
    }
}

