
            .paragraph {
               font-family:'Roboto Condensed';
               font-size: 16px;
               color: #444444;
            }

            .paragraph-light {
                font-family:'Roboto Condensed Light';
               font-size: 16px;
               color: #444444;
            }

             .paragraph-bold {
               font-family:'Roboto Condensed';
               font-weight: 700;
               font-size: 16px;
               color: #444444;
            }

            .header {
                font-family: RAJDHANI;
                font-size: 24px;
                color: #444444;
            }

            .working-time {
                font-family: RAJDHANI;
                font-size: 18px;
                color: #444444;
            }

            .news {
                  font-family: RAJDHANI;
                  font-size: 14px;
                  color: #444444;
            }

            .content {
                  font-family: RAJDHANI;
                  font-size: 16px;
                  color: #444444;
            }

            .grid-container {
                  display: grid;
                  grid-template-columns: 180px 0.65fr 0.65fr 0.65fr 0.65fr 0.45fr;
                  column-gap: 0px;
                  padding: 5px;
            }

            .item1 {
                    grid-column-start: 1
                    grid-column-end: 2
                    width: 100px
            }

            .item2 {
                    grid-column-start: 2
                    grid-column-end: 3
            }

            .item3 {
                    margin-top: 10px;
                    grid-column-start: 3
                    grid-column-end: 4
            }

            .item4 {
                margin-top: 10px;
                grid-column-start: 4
                grid-column-end: 5
            }

            .item3b {
                margin-left: -40px;
                position: relative;
            }

            .item3c {
                margin-left: 40px;
                margin-top: 17px;
                position: relative;
            }

            .item4 {
                    grid-column-start: 4
                    grid-column-end: 5
            }

            .grid-content {
                  display: grid;
                  grid-template-columns: 250px 1.8fr;
                  column-gap: 20px;
                  padding: 5px;
            }

.item1a {
    grid-column-start: 1;
    grid-column-end: 2;
    width: 750px;
    max-width: 100%;
}

            .item1c {
                    grid-column-start: 1
                    grid-column-end: 2
                    margin-top: 40px;
            }

            .item2a {
                    grid-column-start: 2
                    grid-column-end: 3
                    padding-left: -200px;
            }

            .item2b {
                    grid-column-start: 3
                    grid-column-end: 4
                    grid-row-start: 1
            }

.item2row {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 750px;
    max-width: 100%;
}

            .item3a {
                grid-row-start: 2
            }

            .grid-current {
                  display: grid;
                  grid-template-columns: 750px 0.5fr;
                  column-gap: 0px;
                  padding: 5px;
            }

            .item1b {
                grid-column-start: 1;
                grid-column-end: 2;
                width: 1500px;
                max-width: 100%;
            }

             .item2b {
                    grid-column-start: 1;
                    grid-column-end: 2;
                    grid-row: 2 / 2;
            }

            .background-3 {
                  background-color: #F0F0F0;
            }

         /*   #navigation ul {
                display: flex;
                align-items: center;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .nav-item {
                margin-left: 40px;
            } */

            /* First item spacing for desktop */
            .nav-item:first-child {
                margin-left: 10%;
            }

            li.right {
                text-align: center;
            }

            /*li.listOnly {
                list-style: none;
                display: inline-block;
            } */
            li.listOnly {
               list-style: none;
               display: inline-block;
           }

            li.float {
                display: inline-block;
            }

            ul.center {
                display: inline-block;
                text-align: center;
                padding: 0;
            }

            hr.hrstyle {
                border-top: 0.1px solid;
                color: #444444;
            }

            .nav-links{
                text-decoration: none;
            }

            #overlay {
                position: absolute;
                display: none;
                width: 100%;
                height: 1000%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: rgba(0,0,0,0.5);
                z-index: 2;
                cursor: pointer;
                overflow-y: scroll;
            }

            #text{
                position: absolute;
                margin-top: 120px;
                white-space: pre;
                top: 0%;
                left: 50%;
                font-size: 10.5px;
                font-family: "Courier New";
                color: white;
                transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
            }

            a[tabindex]:focus {
                color:red;
                font-weight: bold;
                outline: none;
            }

            .wrap {
                white-space: normal;
            }


            #bottomend {
                position: absolute;
                bottom: 0;
            }
            /*  ----------------------------------------------------------------------- */
            body {
                margin: 0;
                font-family: "Rajdhani", sans-serif;
                background: #f7f9fc;
                color: #333;
            }

            /* Main Header Container */
            .profile-header {
                display: grid;
                gap: 20px;
                padding: 20px;
            }

            /* Profile Image */
            .profile-image img {
                width: 160px;
                border-radius: 12px;
            }

            /* Name */
            .profile-main h1 {
                margin: 0;
                font-size: 28px;
            }

            .headline {
                margin-top: 5px;
                color: #666;
            }

            /* Info Section */
        /*    .profile-info {
                display: grid;
                gap: 15px;
            } */

            /* Card Style */
            .info-card {
                background: white;
                padding: 15px;
                border-radius: 12px;
                box-shadow: 0 4px 12px rgba(0,0,0,0.05);
            }

            .info-card h3 {
                margin-top: 0;
                margin-bottom: 10px;
            }

            .info-card ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .info-card li {
                margin-bottom: 6px;
            }

            /* ---------------- **** -------------------- */

            .top-navigation {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 25px;
                padding: 15px 25px;
                background: white;
                box-shadow: 0 2px 10px rgba(0,0,0,0.05);
                flex-wrap: wrap; /* prevents overflow on very small screens */
            }

            /* Profile image */
            .profile-image img {
                width: 60px;
                height: auto;
                border-radius: 10px;
            }

            /* Name */
            .profile-main h1 {
                margin: 0;
                font-size: 20px;
            }

            .headline {
                margin: 0;
                font-size: 14px;
                color: #666;
            }

            /* Education inline */
            .profile-info {
                display: flex;
                gap: 15px;
                font-size: 14px;
                white-space: nowrap;
            }

            /* Languages */
            .info-card.small {
                font-size: 14px;
                background: #f2f4f8;
                padding: 6px 10px;
                border-radius: 8px;
                white-space: nowrap;
            }
            /* copilot ----------------------*/

            /* Make layouts mobile friendly */
            @media (max-width: 768px) {
                .grid-container {
                    /*grid-template-columns: 1fr; */
                    grid-template-columns: 120px 1fr 1fr;
                    padding: 10px;
                    text-align: center;
                }

                h1.header {
                    font-size: 1.8rem;
                }

               /* #navigation ul {
                    flex-direction: column;
                    text-align: center;
                }

                #navigation li {
                    padding: 10px 0 !important;
                } */

            /*    #navigation ul {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    padding: 0;
                }
                .nav-item {
                    margin: 10px 15px;
                } */

                .nav-item:first-child {
                    margin-left: 15px;   /* remove huge 20% spacing */
                }
                #navigation li {
                    margin: 5px 15px;
                }

                .item1 {
                    grid-column: 1 / -1;   /* full width on mobile */
                    width: 100%;           /* scales with screen */
                    justify-self: center;  /* centers the image */
                }

                .item2 {
                    grid-column: 1 / -1;   /* span full width */
                    justify-self: center;  /* center inside grid */
                    width: 100%;           /* avoid overflow */
                }

                .item3,
                .item4 {
                    grid-column: 1 / -1;   /* Span full width */
                    margin-top: 15px;
                    justify-self: center; /* Center element */
                }

                .item3b,
                .item3c {
                    margin-left: 0;        /* Remove horizontal offsets */
                    margin-top: 10px;
                    position: static;      /* Avoid weird shifts on small screens */
                    text-align: center;
                }

                /*.grid-content {
                    grid-template-columns: 1fr;   /* Stack elements vertically * /
                    row-gap: 20px;                /* Add spacing between rows * /
                    padding: 10px;
                } */
                .grid-content {
                    display: flex;
                    flex-direction: row;      /* prevent stacking */
                    align-items: center;
                    gap: 20px;
                    padding: 15px;
                }

                /* Stack all items vertically */
                .item1a,
                .item1c,
                .item2a,
                .item2b,
                .item2row,
                .item3a {
                    grid-column: 1 / -1;   /* Full width */
                    width: 100%;           /* No overflow */
                    margin-left: 0;
                    padding-left: 0;
                    position: static;      /* Avoid shifting */
                    justify-self: center;
                    text-align: center;
                }

                .item1a,
                .item2row {
                    width: 100%;
                    max-width: 100%;
                }

                .item2b {
                    grid-row: auto;
                    margin-top: 20px;
                }

                .item3a {
                    grid-row: auto;
                    margin-top: 20px;
                }

                .profile-header {
                    grid-template-columns: 200px 1fr;
                    align-items: start;
                }

                .profile-main {
                    grid-column: 2;
                }

               /* .profile-info {
                    grid-column: 1 / -1;
                    grid-template-columns: repeat(3, 1fr);
                } */

                .top-navigation {
                    justify-content: center;
                    text-align: center;
                    gap: 15px;
                }

                .profile-info {
                    flex-wrap: wrap;
                    justify-content: center;
                }
            }

            /* Images scale properly */
            img {
                /*max-width: 100%;*/
                max-width: 100%;
                height: auto;
            }
