.hero {
    /* border-bottom: 10px solid #2f2483; */
    overflow: hidden;
    background-color: #7566f3;
    /* border-bottom-left-radius: 38%;
  border-bottom-right-radius: 38%; */
    background-color: #7566f3;
    padding-bottom: 50px;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80vh;
    border-radius: 0 0 50% 50%;
    z-index: 9;
    position: relative;
}

.hero-left {
    width: 50%;
}

.hero_right {
    width: 50%;
    position: relative;
    min-height: 80vh;
}

.hero_right .hero_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 8;
}

.assisted_student_wrapper2 {
    padding: 10px 10px;
    background-color: #fffffffb;
    border-radius: 10px;
    z-index: 99;
    position: absolute;
    bottom: 32%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    right: 10%;
}

.assisted_student_wrapper {
    padding: 10px 10px;
    background-color: #fffffffb;
    border-radius: 10px;
    z-index: 99;
    position: absolute;
    bottom: 45%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    left: 10%;
}

.assisted_student_wrapper3 {
    padding: 10px 45px 10px 20px;
    background-color: #fffffffb;
    border-radius: 10px;
    z-index: 99;
    position: absolute;
    bottom: 8%;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    left: 0%;
}

.assisted_student_wrapper img {
    width: 40px;
}

.assisted_student_wrapper h3 {
    font-size: 16px;
    font-weight: 800;
    color: #545567;
}

.assisted_student_wrapper h6 {
    font-size: 13px;
    font-weight: 400;
    color: #545567;
}

.assisted_student_wrapper2 img {
    width: 40px;
}

.assisted_student_wrapper2 h3 {
    font-size: 16px;
    font-weight: 800;
    color: #545567;
}

.assisted_student_wrapper2 h6 {
    font-size: 13px;
    font-weight: 400;
    color: #545567;
}

.assisted_student_wrapper3 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.assisted_student_wrapper3 h3 {
    font-size: 16px;
    font-weight: 800;
    color: #545567;
}

.assisted_student_wrapper3 h6 {
    font-size: 13px;
    font-weight: 400;
    color: #545567;
}

.assisted_student_wrapper3 button {
    padding: 10px 43px !important;
    border-radius: 20px;
    background-color: #2f2483;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border: none;
    margin-top: 20px;
}

.ellipe {
    position: absolute;
    margin-top: -50px;
    width: 160px;
    left: 120px;
}

.zigzag {
    position: absolute;
    margin-left: 350px;
    width: 140px;
    z-index: 0;
    margin-top: -20px;
}

.course-left .underline-vec {
    position: absolute;
    width: 50%;
    bottom: -10px;
}

.courses-header-st .underline-vec {
    position: absolute;
    width: 80%;
    bottom: -10px;
}

.Ellipse_img7963 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 5;
}

.hero-content h1 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.hero-content h1 span {
    color: white;
    text-decoration: underline;
    text-decoration-color: black;
}

.hero-content p {
    margin-top: 15px;
    color: #e4e4e4;
    font-size: 20px;
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.join-btn {
    background: #9c87ff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.join-btn:hover {
    background: white;
    color: #6a4df4;
}

.watch-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.watch-btn .circle {
    width: 45px;
    height: 45px;
    background: white;
    color: #6a4df4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* .hero-image {
  position: relative;
  border: 1px solid black
}

.hero-image img {
  width: 400px;
  border-radius: 10px;
}  */

.card {
    position: absolute;
    background: white;
    color: #3c3c3c;
    border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 40px;
}

.student-count {
    display: flex;
    top: 400px;
    right: 500px;
    align-items: center;
    gap: 20px;
}

.student-count p {
    color: #3c3c3c;
}

.congrats {
    display: flex;
    align-items: center;
    gap: 10px;
    bottom: 80px;
    right: 120px;
    font-family: "Roboto", sans-serif;
}

.congrats p {
    color: #3c3c3c;
}

.congrats-btn {
    background: #f88c3d;
    border: none;
    padding: 4px 6px;
    border-radius: 8px;
}

.class-info {
    bottom: -60px;
    right: 530px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
}

.class-info p {
    color: #3c3c3c;
}

.class-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.class-info button {
    background: #6a4df4;
    border: none;
    padding: 6px 12px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 13px;
}

/* course-process */
.course-process {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    font-family: "Roboto", sans-serif;
}

.course-left {
    /* flex: 1; */
    width: 50%;
}

.course-left h1 {
    font-size: 50px;
    font-weight: 700;
    color: #222;
    position: relative;
}

.course-left p {
    color: #666;
    margin: 1rem 0 2rem;
    line-height: 1.6;
}

.process-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.process-item {
    display: flex;
    align-items: flex-start;
    width: 45%;
    gap: 0.8rem;
}

.process-item h4 {
    font-size: 24px;
    color: #322685 !important;
}

.icon {
    background-color: #322685;
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.text h4 {
    font-size: 0.95rem;
    color: #2c2c2c;
    margin-bottom: 0.3rem;
}

.text p {
    font-size: 0.8rem;
    color: #777;
    line-height: 1.4;
}

.course-right {
    width: 50%;
}

.course-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    overflow: visible;
}

.right-main-img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 1rem;
}

.bg-process {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 120px;
    /* adjust size as needed */

    top: -20px;
    left: 0;
    width: 120px;
    /* adjust size as needed */
    z-index: 0;
}

.image-container img {
    width: 100%;
    display: block;
    border-radius: 1rem;
}

.intstruct-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.instructor-card-section {
    position: relative;
    width: 48%;
    height: 350px;
    background: url("../images/Rectangle 34.png") center/cover no-repeat;
    border-radius: 12px;
    overflow: hidden;
}

.instructor-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.233);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.instructor-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.instructor-action-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 50px;
    border: 2px solid white;
    background: transparent;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

.instructor-action-btn:hover {
    background: white;
    color: black;
}

/* ================= STUDENT CARD ================= */
.student-card-section {
    position: relative;
    width: 48%;
    height: 350px;
    background: url("../images/Rectangle 34 (2).png") center/cover no-repeat;
    border-radius: 12px;
    overflow: hidden;
}

.student-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.student-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.student-action-btn {
    background: #3c3087d1;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 40px;
    border-radius: 50px;
    border: 2px solid white;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
}

.student-action-btn:hover {
    opacity: 0.9;
}

.courses-section-st {
    padding: 50px 0;
    font-family: "Roboto", sans-serif;
}

.courses-header-st {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 8;
}

.courses-header-st h1 {
    font-size: 50px;
    font-weight: 700;
    color: #222;
    position: relative;
    z-index: 8;
}

/* .courses-header-st h1::after {
  content: "";
  background: url("../images/Vector_1.png") no-repeat center;
  display: block;
  width: 290px;
  height: 4px;
  border-radius: 2px;
  margin-top: 6px;
}  */

.view-all-st {
    border: 1px solid #4b3de0;
    border-radius: 20px;
    padding: 6px 18px;
    color: #4b3de0;
    font-size: 14px;
    text-decoration: none;
}

.view-all-st:hover {
    background-color: #4b3de0;
    color: #ffffff;
}
.courses-container-st {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    z-index: 9;
}

.course-card-st {
    background: #e1edf9;
    padding: 14px;
    border-radius: 20px;
    overflow: hidden;
    width: 32.5%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    z-index: 9;
    margin-bottom: 30px;
}

.course-img-st {
    position: relative;
}

.course-img-st img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.play-btn-st {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: white;
    color: #322685;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}

.course-content-st {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.course-content-st h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 28px;
}

.ellipse_shadow {
    width: 70%;
    position: absolute;
    top: -60%;
    left: -25%;
    z-index: 99;
}

.course-content-st p {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    line-height: 22px;
}

.course-meta-st {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
    gap: 10px;
}

.book-st {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
}

.course-footer-st {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learn-more-st {
    background-color: #322685;
    color: white;
    border: none;
    padding: 13px 30px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 13px;
}

.price-st {
    font-size: 14px;
}

.old-price-st {
    text-decoration: line-through;
    color: #000;
    margin-right: 6px;
    font-size: 13px;
}

.new-price-st {
    color: #000;
    font-weight: 500;
    font-size: 22px;
}

.structured-section {
    background: url("../images/structured-bg.png") no-repeat top;
    position: relative;
    color: #fff;
    padding: 40px 0 0 0px;
    font-family: "Poppins", sans-serif;
}

.video_img_9631633 {
    width: 70%;
    margin-inline: auto;
    transform: translateY(-30%);
    display: block;
    position: relative;
    z-index: 999;
}

.struct-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Left image (girl) */
.structured-left {
    width: 45%;
    position: relative;
    text-align: left;
}

.structured-left img {
    width: 100%;
    border-radius: 8px;
}

/* Right content */
.structured-right {
    width: 48%;
    color: #fff;
    z-index: 2;
}

.structured-right h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    position: relative;
}

.structured-right h2 span {
    position: relative;
    display: inline-block;
}

.structured-right .underline-vec {
    position: absolute;
    width: 60%;
    left: 0%;
    bottom: 58px;
}

/* .structured-right h2 span::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #1f1a6b; 
  border-radius: 2px;
} */

.structured-right p {
    margin: 18px 0 25px;
    color: #eaeaea;
    font-size: 18px;
    line-height: 1.6;
    width: 80%;
}

.structured-right .cta-btn {
    background: #a08fff;
    border: none;
    color: #fff;
    padding: 18px 40px;
    border-radius: 35px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}

.structured-right .cta-btn:hover {
    background: #7c6de3;
}

/* --- Lower video mock section --- */
.video-window {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;

    position: absolute;
    bottom: -220px;
    left: 48%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    color: #000;
}

.video-window-top {
    padding-left: 8px;
    padding-top: 6px;
}

.video-window-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c2bcf5;
    padding: 16px;
}

.video-window-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.video-window-middle {
    width: 100px;
}

.video-window-middle img {
    width: 100%;
}

.video-card-left {
    width: 200px;
}

.video-card-left img {
    width: 100%;
}

.video-card {
    width: 150px;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
}

.video-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

/* Buttons below video */
.video-buttons {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.video-buttons button {
    background: #4b3de0;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(75, 61, 224, 0.3);
    transition: 0.3s ease;
}

.video-buttons button:hover {
    background: #352fb0;
}

/* Mentors Section */
.mentors {
    margin-top: -150px;
    margin-bottom: 50px;
}

.mentors-content {
}

.section-title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.ment-underline-vec {
    position: absolute;
    width: 23%;
    margin-top: -35px;
    bottom: -12px;
    left: 20px;
}

.section-title span {
    position: relative;
    z-index: 1;
}

.mentor-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-top: 200px;
}

.mentor-card {
    background: #fff;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    /* border-radius: 12px; */
    padding: 20px 40px;
    box-shadow: 0px 0px 10px #ccc;
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    transition: 0.3s;
    position: relative;
}

.mentor-card img {
    width: 60%;
    border-radius: 10px;
    position: absolute;
    /* display: none; */
    height: 200px;
    object-fit: contain;
    background-color: #fff;
    top: -80%;
}

.mentor-card h3 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 50px;
}

.mentor-card p {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    color: #656565;
}

/* Pricing Section */
.pricing {
    background: #fafafa;
    text-align: center;
    padding: 60px 0px;
}

.pricing-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 40px;
    width: 100%;
}

.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    width: 32%;
    text-align: left;
    position: relative;
}

.best {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.list_btn_wrapper466 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 60vh;
}

.list_btn_wrapper466 button {
    padding: 15px 0;
    color: #2f2483;
    border: 1px solid #2f2483;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    background-color: #fff;
}

.badge {
    color: #000;
    font-size: 12px;
    padding: 7px 20px;
    border-radius: 25px;
    border: 1px solid #2f2483;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.best button {
    font-size: 18px;
    background-color: #2f2483;
    color: #fff;
}

.pricing-card ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.pricing-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-card ul li img {
    width: 25px;
}

.price-plan {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3436;
}

.price-plan span {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.extend-btn {
    width: 100%;
    padding: 12px;
    border: 2px solid #4b3de0;
    border-radius: 8px;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.primary {
    background: #4b3de0;
    color: #fff;
}

button:hover {
    opacity: 0.9;
}

.tagline {
    font-size: 15px;
    color: #2f2483;
    margin-bottom: 10px;
    font-weight: 600;
}

.know_driven_section {
    padding: 50px 0 200px 0;
    background-color: #2f2483;
}

.know_driven_wrapper {
    display: flex;
    justify-content: space-between;
}

.testimonials_section_content_wrapper {
    margin-top: -50px;
}

.know_driven_wrapper img {
    width: 45%;
}

.know_driven_content {
    width: 48%;
}

.know_driven_content h1 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 40px;
}

.know_driven_content p {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.know_driven_content button {
    padding: 15px 50px;
    border-radius: 25px;
    background-color: #6d66a9;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    margin-top: 40px;
}

.education_item h4 {
    color: #fff !important;
    font-weight: 500;
    font-size: 17px;
}

.education_item p {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}

.testimonials_section {
    padding: 0 0 70px 0;
    background-color: #7566f3;
}

.know_driven_content h5 {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}

.testimonial_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.testimonial_wrapper h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}

.testimonial_wrapper i {
    color: #f6a635;
    font-size: 15px;
    margin-bottom: 10px;
}

.testimonial_wrapper h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.free_bites_learning_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free_bites_learning_wrapper {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    transform: translateY(-38%);
}

.free_bites_learning_wrapper img {
    width: 40%;
}

.free_bites_left {
    width: 60%;
    padding: 40px 70px;
    position: relative;
    z-index: 9;
}

.free_bites_left h1 {
    font-size: 55px;
    font-weight: 800;
    color: #252c33;
    position: relative;
    z-index: 9;
}

.free_bites_left .Ellipse_img7964 {
    z-index: 5;
    position: absolute;
    top: 0;
    width: 27%;
    left: 0;
}

.free_bites_left h1 img {
    position: absolute;
    width: 60%;
    top: 62px;
    left: 0;
}

.sidebar_wrapper {
    width: 250px;
    height: 100vh;
    background-color: #7566f3;
    position: fixed;
    left: 0;
    z-index: 9999;
    border-right: 2px solid #fff;
    box-shadow: 0px 0px 10px #00000060;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.sidebar_active {
    transform: translateX(0);
    transition: 0.2s linear all;
}

.sidebar_not_active {
    transform: translateX(-100%);
    transition: 0.2s linear all;
}

.sidebar_wrapper a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.sidebar_wrapper img {
    width: 80px;
}

.sidebar_wrapper button {
    border: 1px solid #fff;
    width: fit-content;
    padding: 10px 50px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    border-radius: 25px;
    font-size: 17px;
}

.sidebar_wrapper i {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
}

@media (max-width: 1199px) {
    .hero_right {
        width: 45%;
    }
}

@media (max-width: 1099px) {
    .video_img_9631633 {
        width: 85%;
        margin-inline: auto;
        transform: translateY(-20%);
        display: block;
        position: relative;
        z-index: 999;
    }

    .pricing-card {
        width: 48%;
    }

    .pricing-cards {
        flex-wrap: wrap;
    }
}

@media (max-width: 999px) {
    .video_img_9631633 {
        width: 95%;
        margin-inline: auto;
        transform: translateY(-15%);
        display: block;
        position: relative;
        z-index: 999;
    }

    .hero-content {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 50px;
    }

    .hero_right {
        width: 100%;
    }

    .hero-left {
        width: 100%;
    }

    .process-item {
        width: 100%;
    }

    .course-process {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 40px;
    }

    .course-process {
        width: 100%;
    }

    .course-left {
        width: 100%;
    }

    .course-right {
        width: 70%;
    }

    .course-card-st {
        width: 48.5%;
    }

    .courses-container-st {
        gap: 20px;
    }

    .know_driven_wrapper {
        flex-direction: column;
        row-gap: 40px;
        justify-content: center;
        align-items: center;
    }

    .know_driven_wrapper img {
        width: 70%;
    }

    .know_driven_content {
        width: 100%;
    }

    .free_bites_left h1 {
        font-size: 45px;
    }
}

@media (max-width: 899px) {
    .free_bites_left h1 {
        font-size: 35px;
    }

    .free_bites_left h1 img {
        position: absolute;
        width: 60%;
        top: 37px;
        left: 0;
    }

    .pricing-card {
        width: 47%;
    }

    .pricing-cards {
        flex-wrap: wrap;
    }

    .struct-content {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }

    .structured-left {
        width: 65%;
    }

    .structured-right {
        width: 100%;
    }

    .video_img_9631633 {
        width: 95%;
        margin-inline: auto;
        transform: translateY(0%);
        display: block;
        position: relative;
        z-index: 999;
    }

    .mentors {
        margin-top: 50px;
    }

    .mentor-card img {
        width: 60%;
        border-radius: 10px;
        position: absolute;
        /* display: none; */
        height: 200px;
        object-fit: contain;
        background-color: #fff;
        top: -58%;
    }
}

@media (max-width: 768px) {
    .free_bites_learning_wrapper {
        flex-direction: column-reverse;
        row-gap: 20px;
        transform: translateY(-20%);
    }

    .free_bites_left .Ellipse_img7964 {
        width: 15%;
        left: 30px;
        top: 30px;
    }

    .free_bites_left {
        width: 100%;
    }

    .free_bites_learning_wrapper img {
        width: 100%;
    }

    .mentor-card img {
        width: 50%;
        border-radius: 10px;
        position: absolute;
        /* display: none; */
        height: 200px;
        object-fit: contain;
        background-color: #fff;
        top: -48%;
        display: none;
    }

    .mentor-card h3 {
        margin-top: 0;
    }

    .mentor-card {
        width: 48%;
    }

    .mentor-cards {
        gap: 20px;
        margin-top: 50px;
    }

    .intstruct-container {
        gap: 40px;
        margin-top: 30px;
    }

    .instructor-card-section {
        width: 100%;
    }

    .student-card-section {
        width: 100%;
    }

    .course-card-st {
        width: 48%;
    }

    .courses-header-st h1 {
        font-size: 30px;
    }
    .courses-header-st {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        gap: 15px;
    }
    .view-all-st {
        margin-left: auto;
    }
}

@media (max-width: 650px) {
    .course-card-st {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .mentor-card {
        width: 100%;
    }

    .pricing-card {
        width: 100%;
    }

    .structured-right p {
        width: 100%;
    }

    .course-right {
        width: 100%;
    }

    .structured-left {
        width: 100%;
    }

    .hero-content h1 {
        position: relative;
        font-size: 35px;
        font-weight: 700;
        line-height: 1.3;
        color: #fff;
        font-family: "Roboto", sans-serif;
    }

    .hero-content p {
        margin-top: 15px;
        color: #e4e4e4;
        font-size: 17px;
    }

    .assisted_student_wrapper,
    .assisted_student_wrapper2,
    .assisted_student_wrapper3 {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero-buttons {
        flex-direction: column;
    }

    .join-btn {
        width: 100%;
    }

    .watch-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .course-left h1 {
        font-size: 30px;
    }

    .courses-header-st h1 {
        font-size: 25px;
    }

    .structured-right h2 {
        font-size: 30px;
    }

    .section-title {
        font-size: 30px;
    }

    .know_driven_content h1 {
        font-size: 30px;
    }

    .free_bites_left {
        padding: 20px 20px;
    }

    .know_driven_content h5 {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 35px;
    }
}
