@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
    overflow-x: hidden !important;
}





#navbar {
  background: transparent !important;
  border-bottom: none;
}

#navbar.scrolled {
  background: #fff !important;
  border-bottom: 1px solid #ededed;
}


#navbar.mob-header {
    background: #ffffff !important;
}


/* Hero Section */
.hero_section {
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.02) 2px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 2px, transparent 1px);
    background-size: 50px 50px;
    padding: 215px 0 120px;
    position: relative;
    overflow: hidden;
}

.hero-title {
    font-size: 50px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    margin-bottom: 25px;
    width: 80%;
}

.hero-title span {
    color: #614D90;
    font-weight: 600;
}

.hero-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
    width: 90%;
}

.hero-btns {
    display: flex;
    gap: 20px;
}

.btn-primary-custom {
    background-color: #614D90;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
    outline: none;
    border: none;
}

.btn-primary-custom:hover {
    background-color: #614D90;
    color: white;
    transform: translateY(-2px);
}

.btn-outline-custom {
    background-color: transparent;
    color: #614D90;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: 0.3s;
}

.btn-outline-custom:hover {
    border-color: #614D90;
    background-color: rgba(97, 77, 144, 0.05);
}

/* Floating Icons */
.floating-icon {
    position: absolute;
    z-index: 5;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.icon-instagram {
    top: -10px;
    left: -50px;
    width: 34px;
    animation-delay: 0s;
    transform: rotate(-15deg);
}

.icon-wordpress {
    top: -20px;
    left: 90px;
    width: 38px;
    animation-delay: 0.5s;
}

.icon-facebook {
    top: -20px;
    right: 230px;
    width: 30px;
    animation-delay: 1s;
}

.icon-meta {
    top: 70px;
    right: 140px;
    width: 60px;
    animation-delay: 1.5s;
}

/* Hero Image */
.hero-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 60px;
    overflow: hidden;
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12); */
    width: 100%;
    max-width: 550px;
}

.main-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.badge-wrapper {
    position: absolute;
    bottom: 0px;
    left: 12px;
    width: 93px;
    height: 93px;
    z-index: 10;
}

.demo-badge {
    width: 100%;
    height: auto;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Guide Banner */
.guide-banner {
    background-color: #614D90;
}

.glass-banner {
    padding: 11px 0;
    position: relative;
    overflow: hidden;
}

.banner-item {
    padding: 10px 15px;
}

.banner-item p {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
}

.banner_numbers {
    padding: 10px 15px;
}

.stat-number {
    color: #F9BF21;
    font-size: 20px;
    font-weight: 700;
}

.stat-number span {
    font-size: 38px;
    font-weight: 700;
    color: #F9BF21;
    margin: 0;
    line-height: 1;
}

.banner_numbers p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .glass-banner {
        padding: 30px 20px;
    }

    .banner-item {
        margin-bottom: 30px;
    }

    .banner-item:last-child {
        margin-bottom: 0;
    }
}

/* ========================================= */

.who_can_section {
    padding: 70px 0;
    background-color: #F6F5FA;
}

.sub_heading {
    font-size: 35px;
    font-weight: 500;
    color: #2a2a2a;
    line-height: 1.4;
    margin-bottom: 40px;
}

.sub_heading span {
    font-weight: 600;
    color: #614D90;
}

.who-can_box {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    transition: all 0.3s ease-in-out;
    border: 1px solid #6743bc1c;
}

.who-can_box:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.who-can_box img {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
}

.who-can_box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.who-can_box p {
    font-size: 16px;
    color: #1d1d1d;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

/* ======================== */

.looking-for-skills {
    padding: 70px 0 80px 0;
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.02) 2px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 2px, transparent 1px);
    background-size: 50px 50px;
}


.skills_image {
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
}

.skills_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Skills Accordion */
.skills-accordion {
    background: #dddddd50;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
    padding: 30px 30px;
    /* border: 1px solid #6743bc1c; */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.element-container {
    position: relative;
}

.skills-element {
    position: absolute;
    top: -74px;
    right: -49px;
    height: 148px;
    width: 148px;
    animation: float 4s ease-in-out infinite;
    animation-delay: 0.3s;
}

.skill-item {
    display: flex;
    gap: 16px;
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.skill-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.skill-item:first-child {
    padding-top: 0;
}

.skill-index {
    font-size: 15px;
    color: #d6d6d6;
    font-weight: 600;
    min-width: 30px;
    padding-top: 3px;
}

.skill-index span {
    color: #000000;
    font-size: 12px;
}

.skill-details h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.skill-item.active .skill-details h4 {
    /* color: #614D90; */
    font-weight: 600;
}

.skill-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, margin-top 0.3s ease;
}

.skill-item.active .skill-content {
    max-height: 200px;
    margin-top: 10px;
}

.skill-details p {
    font-size: 18px;
    color: #5B5B5B;
    margin-bottom: 0;
    line-height: 1.5;
    max-width: 450px;
}

@media (max-width: 991px) {
    .skills_image {
        height: 400px;
        margin-bottom: 40px;
    }

    .skills-accordion {
        padding: 30px;
    }

    .skill-details h4 {
        font-size: 18px;
    }
}


/* ============ Practical Exposure ============ */

.practical_exposure {
    padding-top: 100px;
}

.all_practical_boxes {
    margin-top: 40px;
    position: relative;
}

.practical-element {
    position: absolute;
    top: -133px;
    right: 0;
    width: 96px;
    height: 103px;
    object-fit: contain;
    animation: float 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

.paractical_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 204px;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.paractical_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.paractical_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    transition: opacity 0.4s ease;
    z-index: 2;
}

.paractical_box:hover img {
    transform: scale(1.1);
}

.box_content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 10;
    transition: transform 0.4s ease;
}

.box_content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.5px;
}

.paractical_box:hover .box_content {
    transform: translateY(-8px);
}

/* ============ Courses Section ============ */

.courses_section {
    padding: 70px 0 120px 0;
    background: url(/images/courses_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.course-element {
    position: absolute;
    top: 100px;
    right: 10%;
    object-fit: contain;
    animation: float 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

.courses_section .sub_heading {
    color: #fff;
}

.courses_section .sub_heading span {
    color: #F9BF21;
}

/* Course Box Styles */
.course_box {
    border-radius: 30px;
    padding: 24px 16px 16px 16px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px 20px;
    background-image: url(/images/couser-card-light.png);
    background-size: 1290px;
    background-position: center bottom -410px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

/* .course_box:hover {
    transform: translateY(-10px);
} */

.course_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.course_type {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.course_type img {
    width: 20px;
    height: auto;
}

.course_duration {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.course_title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.course_image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
    border: 2px solid #ffffff83;
    /* aspect-ratio: 4/3; */
}

.course_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.time_badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #19191a6b;
    color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.online_box {
    background-color: #3307D1;
    transform: rotate(-8deg) translateY(30px);
    transition: all 0.3s ease-in-out;
}

.online_box:hover {
    transform: rotate(0deg) translateY(0px);
    transition: all 0.3s ease-in-out;
}

.internship_box {
    background-color: #C51AFE;
    transition: all 0.3s ease-in-out;
}

.internship_box:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
}

.internship_box .course_duration {
    font-size: 15px;

}

.offline_box {
    background-color: #3307D1;
    transform: rotate(8deg) translateY(30px);
    transition: all 0.3s ease-in-out;
}

.offline_box:hover {
    transform: rotate(0deg) translateY(0px);
    transition: all 0.3s ease-in-out;
}


/* Internship Detail Styles */
.internship_details {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
    flex-direction: row;
}

.detail_item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.month_box {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    color: #fff;
}

.month_box span {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.month_box small {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.detail_item p {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

/* ================================= */

/* Guides Section */
.guides-section {
    padding: 70px 0 0 0;
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.02) 2px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 2px, transparent 1px);
    background-size: 50px 50px;
    position: relative;
    overflow: hidden;
}

.guides-section .sub_heading{
    margin-bottom: 10px;
}
.guides-section .sub_heading span{
    font-size: 45px;
}

.guides-header p {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    line-height: 1.6;
    width: 44%;
    margin: auto;
}

.mentors-container {
    position: relative;
    height: 600px;
    /* margin-top: 50px; */
}

.mentors-arc-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.mentors-arc-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.arc-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.mentor-node {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 5;
    /* border: 3px solid #fff; */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mentor-node img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.mentor-node.active,
.mentor-node:hover {
    transform: scale(1.15);
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.mentor-node.active img,
.mentor-node:hover img {
    filter: grayscale(0%);
}

.node-1 {
    top: 14%;
    left: 45%;
}

.node-2 {
    top: 30%;
    left: 15%;
}

.node-3 {
    top: 30%;
    right: 15%;
}

.node-4 {
    top: 40%;
    left: 35%;
    width: 90px;
    height: 90px;
}

.node-5 {
    top: 40%;
    right: 35%;
    width: 90px;
    height: 90px;
}

.node-6 {
    top: 70%;
    left: 13%;
        width: 90px;
    height: 90px;
}

.node-7 {
    top: 70%;
    right: 13%;
    width: 90px;
    height: 90px;
}

.mentor-info-box {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
}

.mentor-display-name {
    color: #F89E23;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
}

.mentor-display-role {
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.guide-floating-icon {
    position: absolute;
    z-index: 2;
    animation: float 4s ease-in-out infinite;
}

.icon-ig {
    top: 10%;
    right: 15%;
    animation-delay: 0s;
    height: 40px;
}

.icon-fb {
    top: 12%;
    left: 15%;
    animation-delay: 0.5s;
    height: 40px;
}

.icon-mt {
    top: 19%;
    right: 10%;
    animation-delay: 1s;
    height: 60px;
}

.icon-wp {
    top: 25%;
    left: 10%;
    animation-delay: 1.5s;
    height: 60px;
}
/* Marquee Section */
.marquee_section {
    background: #614D90;
    padding: 16px 0;
    overflow: hidden;
}

.marquee_wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
    padding:0 0 0 50px;
}

.marquee_static_text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}

.marquee_static_text h4 span {
    color: #F9BF21;
    font-weight: 600;
}

.marquee_content_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee_content {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: marquee-scroll 30s linear infinite;
}

.marquee_item {
    display: flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    height: 100%;
}

.marquee_item span {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.marquee_item img {
    width: 20px;
    height: 20px;
}

@keyframes marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ========================== */
/* Tools Section */
.tools_section {
    padding: 70px 0;
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.02) 2px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 2px, transparent 1px);
    background-size: 50px 50px;
}
.tools_section .sub_heading{
    margin-bottom: 30px;
}
.tools_container {
    /* background: #fff; */
    border: 1px solid #614D90;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.tools_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 40px;
}

.tool_item {
    flex: 0 0 auto;
    width: calc(10% - 27px);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.tool_item:hover {
    transform: scale(1.15);
}

.tool_item img {
    max-width: 100%;
    height: 62px;
    object-fit: contain;
    filter: grayscale(10%) contrast(1.1);
    transition: filter 0.3s ease;
}

.tool_item:hover img {
    filter: grayscale(0%) contrast(1.2);
}









/* =============================================================================
                            RESPONSIVE CSS                                      
================================================================================*/


@media (max-width: 1199px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-image-wrapper {
        border-radius: 20px;
    }

    .badge-wrapper {
        position: absolute;
        bottom: -21px;
        left: 4px;
        width: 80px;
    }

    .internship_details {
        flex-direction: column;
    }

    .detail_item p {
        font-size: 17px;
    }

    .guides-header p {
        width: 85%;
    }
}

@media (max-width: 991px) {

    .hero_section {
        padding: 150px 0 100px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-btns {
        flex-direction: row;
        margin-bottom: 3rem;
    }

    .hero-image-wrapper {
        border-radius: 35px;
        max-width: 100%;
    }

    .hero-image-container {
        margin-top: 80px;
    }

    .badge-wrapper {
        width: 18%;
        height: auto;
        bottom: 0%;
        left: 2%;
    }

    .floating-icon {
        display: none;
        /* Hide icons on mobile for cleaner look */
    }

    .internship_details {
        flex-direction: row;
    }

    .online_box {
        transform: none !important;
        height: calc(100% - 1.2rem);
    }

    .course_box:hover {
        transform: none !important;
    }

    .internship_box {
        transform: none !important;
        height: calc(100% - 1.2rem);
    }

    .offline_box {
        transform: none !important;
        height: calc(100% - 1.2rem);
    }

    .offline_box:hover {
        transform: none !important;
    }


    .banner-item p {
        color: #fff;
        font-size: 19px;
    }

    .stat-number span {
        font-size: 25px;
    }

    .banner_numbers p {
        font-size: 12px;
    }

    .skills-element {
        position: absolute;
        top: -18px;
        right: -50px;
        height: 100px;
        width: 100px;
    }

    .guides-header p {
        width: 80%;
    }
}


@media (max-width: 768px) {
    .hero-btns {
        margin-bottom: 3rem;
    }

    .hero-image-wrapper {
        border-radius: 35px;
        max-width: 100%;
    }

    .badge-wrapper {
        width: 19%;
        height: auto;
        bottom: -1%;
        left: 2%;
    }

    .guides-header p {
        width: 85%;
    }

        .banner-item p {
        color: #fff;
        font-size: 23px;
    }

    .stat-number span {
        font-size: 35px;
    }
}


@media (max-width: 700px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-btns {
        margin-bottom: 3rem;
    }

    .hero-btns a {
        text-align: center;
    }

    .hero-image-wrapper {
        border-radius: 28px;
    }

    .badge-wrapper {
        width: 20%;
        height: auto;
        bottom: -2%;
        left: 8px;
    }



    .sub_heading {
        font-size: 28px;
    }

    .skills-element {
        display: none;
    }

    .paractical_box {
        margin-bottom: 1.2rem;
    }

    .courses_section {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .course_box {
        margin: auto;
    }


    .guides-header p {
        font-size: 15px;
        margin-top: 15px;
        width: 100%;
    }

    .icon-fb {
        top: 1%;
        left: 11%;
    }

    .icon-ig {
        top: 1%;
        right: 12%;
        height: 50px;
    }

    .icon-mt {
        top: 5%;
        right: 2%;
        height: 40px;
    }

    .icon-wp {
        display: none;
    }





    .node-1 {
        top: 6%;
        left: 40%;
    }

    .node-2 {
        top: 19%;
        left: 8%;
    }

    .node-3 {
        top: 18%;
        right: 7%;
    }

    .node-4 {
        top: 36%;
        left: 27%;
    }

    .node-5 {
        top: 36%;
        right: 24%;
    }

    .node-6 {
        top: 52%;
        left: 8%;
    }

    .node-7 {
        top: 52%;
        right: 6%;
    }

    .mentor-info-box {
        bottom: 11px;
    }




    .tools_row {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-column-gap: 10px;
    }

    .tool_item {
        width: auto;
    }

    .marquee_wrapper {
        display: flex;
        gap: 5px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0px 0 0 0px;
        flex-direction: column;
        align-items: center;
    }

    .marquee_static_text br {
        display: none;
    }

    .banner-item p {
        color: #fff;
        font-size: 20px;
    }

    .stat-number span {
        font-size: 35px;
    }
}

@media (max-width: 402px) {
    .mentor-node {
        width: 75px;
        height: 75px;
    }

    .node-2 {
        top: 18%;
        left: 12%;
    }

    .node-3 {
        top: 18%;
        right: 11%;
    }

    .node-4 {
        top: 33%;
        left: 24%;
    }

    .node-5 {
        top: 33%;
        right: 22%;
    }

    .node-6 {
        top: 48%;
        left: 8%;
    }

    .node-7 {
        top: 48%;
        right: 6%;
    }
}