#cources_in_wrapper {
    width: 100%;
}

.hero-in-cources {
    padding: 5rem !important;
    background-color: rgba(216, 235, 241, 0.5);
}

.hero-in-cources .card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: calc(100% - 500px);
}

.hero-in-cources .card h1 {
    font-size: 2rem;
    font-weight: 600;

}

.hero-in-cources .card h2 {
    font-size: 1.9rem;
    font-weight: 400;
}

.hero-in-cources .card div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Career Hero Section */
#career_hero {
    padding: 5rem;
    display: flex;
    gap: 5rem;
    align-items: center;
    background-color: rgba(221, 239, 255, 1);
}

#career_hero .card {
    width: calc((100% - 5rem) / 2);
}

#career_hero .card h1 {
    font-size: 4rem;
    font-weight: 600;
}

#career_hero .card h1 span {
    font-size: 4rem;
    font-weight: 600;
    color: var(--primary-color);
}

#career_hero .card:first-child {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#career_hero .card p {
    padding-left: .5rem;
}

#career_hero .card figure {
    width: 100%;
}

#career_hero .card figure img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

/* Current Openings */
#current_opening {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem;
}

#current_opening header h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

#current_opening .openings-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#current_opening .openings-wrapper .card-outer {
    position: relative;
    padding: 0;
}

#current_opening .openings-wrapper .card {
    display: flex;
    padding-left: 5rem;
    margin-left: 50px;
    background-color: rgba(221, 239, 255, 1);
    gap: 1rem;
}

#current_opening .openings-wrapper .card>div {
    width: 50%;
}

#current_opening .openings-wrapper img {
    position: absolute;
    height: calc(100% - 50%);
    width: auto;
    max-width: 100px;
    top: 50%;
    left: 50px;
    transform: translate(-50px, -50%);
    border-radius: .3rem;
    object-fit: contain;
}

#current_opening .openings-wrapper .f-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    border-radius: .3rem;
    flex: 1;
}

#current_opening .openings-wrapper .s-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

#current_opening .openings-wrapper .s-card button {
    background-color: transparent;
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 600;
    border: 1px solid var(--primary-color);
}

#current_opening .openings-wrapper .f-card h1 {
    font-size: 2rem;
    font-weight: 600;
}

#current_opening .openings-wrapper .f-card div {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

#current_opening .openings-wrapper .f-card div span {
    display: flex;
    gap: .5rem;
    align-items: center;
}

#current_opening .openings-wrapper .f-card div span i {
    color: var(--primary-color);
}

#current_opening .openings-wrapper .f-card div:last-child span {
    padding: .5rem;
    border-radius: .5rem;
    background-color: var(--white-color);
    font-size: .95rem;
}

/* Sticky Card */
.card-sticky {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 1rem;
    border-radius: .3rem;
    box-shadow: 5px 5px 10px rgb(213, 211, 211), -5px -5px 10px rgb(213, 211, 211);
    width: 400px;
    position: fixed;
    top: 7rem;
    right: 4rem;
    z-index: 9999;
    max-height: fit-content;
    /* height: 80vh; */
    /* fixed height */
}

.card-sticky .content-wrapper {
    flex: 1;
    /* fill available space */
    overflow-y: hidden;
    /* scroll if content overflows */
}

.card-sticky h1 {
    font-size: 1.2rem;
    font-weight: 600;
}

.card-sticky figure {
    width: 100%;
    height: 150px;
    /* या आपकी desired height */
    overflow: hidden;
    background-color: grey;
}

.card-sticky figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* पूरे figure को cover करेगा */
}


.card-sticky ul {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    list-style-type: disc;
    list-style-position: inside;
}

.card-sticky ul li {
    padding-left: .5rem;
    font-size: .9rem;
}

.card-sticky .btn-animate {
    display: flex;
    gap: 0rem !important;
    align-items: center;
}

.card-sticky .btn-animate .card:nth-child(even) {
    width: 40px;
    height: 1px;
    background-color: var(--primary-color) !important;
    position: relative;
    overflow: hidden;
}

.card-sticky .btn-animate .card:nth-child(odd) {
    width: fit-content;
    border: 1px solid var(--primary-color);
    background-color: var(--white-color);
    padding: .5rem;
    border-radius: .3rem;
    z-index: 2;
}

.card-sticky .price {
    font-size: 2.5rem;
}

.card-sticky button {
    width: 100%;
    padding: 0.7rem 1rem;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: .3rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
}

.card-sticky .ball {
    position: absolute;
    top: -5px;
    left: -10px;
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    background-color: var(--primary-color);
    box-shadow: 1px 1px 5px var(--primary-color), -1px -1px 5px var(--primary-color);
    overflow: hidden;
}

.card-sticky .ball-1 {
    animation: move 2s ease-out forwards;
}

.card-sticky .ball-2 {
    animation: move 2s ease-out 3s forwards;
}

/* Media Queries */
@media only screen and (max-width : 1300px) {
    #career_hero {
        gap: 4rem;
    }

    #career_hero .card {
        width: calc((100% - 4rem) / 2);
    }

    #career_hero .card h1,
    #career_hero .card h1 span {
        font-size: 3.5rem;
    }

    #current_opening .openings-wrapper .f-card {
        width: 60% !important;
    }

    #current_opening .openings-wrapper .s-card {
        width: 40% !important;
    }
}

@media only screen and (max-width : 1170px) {
    #career_hero {
        gap: 3rem;
    }

    #career_hero .card {
        width: calc((100% - 3rem) / 2);
    }

    #career_hero .card h1,
    #career_hero .card h1 span {
        font-size: 3rem;
    }

    #current_opening .openings-wrapper .f-card {
        width: 70% !important;
    }

    #current_opening .openings-wrapper .s-card {
        width: 30% !important;
    }
}

@media only screen and (max-width : 1020px) {
    #career_hero {
        padding: 4.5rem;
        gap: 2.5rem;
    }

    #career_hero .card {
        width: calc((100% - 2.5rem) / 2);
    }

    #career_hero .card h1,
    #career_hero .card h1 span {
        font-size: 2.5rem;
    }

    #current_opening {
        padding: 4.5rem;
    }

    #current_opening .openings-wrapper .f-card {
        width: 75% !important;
    }

    #current_opening .openings-wrapper .s-card {
        width: 25% !important;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width : 900px) {

    #career_hero,
    #current_opening {
        padding: 4rem;
    }

    #career_hero .card {
        width: calc((100% - 2rem) / 2);
    }

    #career_hero .card h1,
    #career_hero .card h1 span {
        font-size: 2rem;
    }

    #current_opening .openings-wrapper .card {
        flex-direction: column;
        padding-left: 5rem;
        margin-left: 50px;
    }

    #current_opening .openings-wrapper .card>div {
        width: 100% !important;
        padding-left: 1rem;
        padding-bottom: 1rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width : 800px) {

    #career_hero,
    #current_opening {
        padding: 3.5rem;
    }

    #career_hero .card:last-child {
        display: none;
    }

    #career_hero .card:first-child {
        width: 100%;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width : 700px) {

    #career_hero,
    #current_opening {
        padding: 3rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width : 600px) {

    #career_hero,
    #current_opening {
        padding: 2.5rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width : 500px) {

    #career_hero,
    #current_opening {
        padding: 2rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width : 400px) {

    #career_hero,
    #current_opening {
        padding: 1.5rem;
    }

    #current_opening .openings-wrapper .f-card h1 {
        font-size: 1rem;
    }
}


@keyframes move {
    from {
        left: -10px;

    }

    to {
        left: 100%;
        /* opacity: 0; */
    }
}


.coursein-page {
    width: calc(100% - 600px);
    border: 1px solid rgb(98, 97, 97);
    margin: 2rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.coursein-page>header h1 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

#what_u_learn ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

#what_u_learn ul li {
    flex: 0 0 50%;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
}

#what_u_learn ul li::before {
    content: "✔";
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 1rem;
}

.course-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

.course-content-wrapper .card {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding: 1rem;
    border: 1px solid rgb(212, 212, 212);
    border-top: none;

}


.course-content-wrapper .card:nth-child(1) {
    border-top: 1px solid rgb(212, 212, 212);
}


.content-single header h1 {
    font-size: 1rem;
}

.content-single header,
.content-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-list ul li {
    padding: .5rem;
    color: #444444;
    font-size: .95rem;
}

.content-single header h1,
.content-list ul li div {
    display: flex;
    gap: .3rem;
    align-items: center;
}

.content-list ul li:hover {
    background-color: rgb(174, 173, 173);
}

.content-list {
    max-height: 0px;
    transition: all ease-out .3s !important;
    overflow: hidden;
}

.more-section {
    text-align: center;
    width: 100%;
    padding: .5rem;
    background-color: var(--primary-color);
    cursor: pointer;
}

.hide-content {
    display: none !important;
}



.content-box {
    width: calc(100% - 600px);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content-box>header h1 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.content-box ul li {
    list-style: disc;
    margin-left: .5rem;
    padding: .5rem;
    list-style-position: inside;
}

.content-box .whats-container .card {
    width: calc((100% - 2rem) / 2) !important;
}

.content-box .whats-container .card figure {
    height: fit-content !important;
}


@media only screen and (max-width : 1200px) {
    .content-box .whats-container .card {
        width: 100% !important;
    }
}


@media only screen and (max-width : 900px) {
    .hero-in-cources {
        padding: 5rem !important;
    }

    .card-sticky {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        position: static;
        width: 100% !important;
        box-shadow: none;
        padding: 5rem;

    }

    .hero-in-cources .card {
        width: calc(100%);
    }

    .coursein-page {
        width: calc(100% - 6rem);
        border: 1px solid rgb(98, 97, 97);
        padding: 2rem;
        margin: 0;
        display: flex;
        margin: auto;
        margin-bottom: 2rem;
        flex-direction: column;
        gap: 2rem;
    }

    .content-box {
        width: calc(100%);
        padding: 4rem;
        margin: auto;

    }

}

@media only screen and (max-width : 800px) {

    .card-sticky {
        padding: 4rem;

    }


    .hero-in-cources {
        padding: 4rem !important;
    }

    .coursein-page {
        width: calc(100% - 4rem);
        padding: 2rem;

    }

    .content-box {
        padding: 4rem;

    }
}



@media only screen and (max-width : 700px) {

    .card-sticky {
        padding: 3.5rem;

    }


    .hero-in-cources {
        padding: 3.5rem !important;
    }

    .coursein-page {
        width: calc(100% - 3rem);
        padding: 2rem;

    }

    .content-box {
        padding: 3.5rem;

    }
}


@media only screen and (max-width : 600px) {

    .card-sticky {
        padding: 3rem;

    }


    .hero-in-cources {
        padding: 3rem !important;
    }

    .coursein-page {
        width: calc(100% - 2rem);
        padding: 2rem;

    }

    .content-box {
        padding: 3rem;

    }
}


@media only screen and (max-width : 500px) {

    .card-sticky {
        padding: 2.5rem;

    }


    .hero-in-cources {
        padding: 2.5rem !important;
    }

    .coursein-page {
        width: calc(100% - 3rem);
        padding: 2rem;

    }

    .content-box {
        padding: 2.5rem;

    }
}


@media only screen and (max-width : 800px) {

    .card-sticky {
        padding: 2rem;

    }


    .hero-in-cources {
        padding: 2rem !important;
    }

    .coursein-page {
        width: calc(100% - 4rem);
        /* padding: 2rem; */

    }

    .content-box {
        padding: 2rem;

    }
}