body {
    font-family: "Roboto", sans-serif;
}

#hamburger {
    display: none;
}

.footer-logo{
    width: 240px;
}

.logo-partners{
    width: 150px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -2.84px;
}

header {
    padding: 20px 0px;
    margin-bottom: 100px;
}

.mobile-menu {
    display: none;
}

.container {
    max-width: 1240px;
    display: block;
    margin: 0 auto;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

nav ul li a {
    text-decoration: none;
    color: black;
}

#logo-one img {
    height: 40px;
}

p {
    color: #242424;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

main {
    display: grid;
    gap: 100px;
}

#sized-p {
    font-size: 20px;
}

h1 {
    font-weight: bold;
    font-size: 96px;
    text-align: center;
    margin-bottom: 24px;
}

#contact-button {
    width: 260px;
    height: 60px;
    background-color: #0E2A06;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    cursor: pointer;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 16px;
}

#padding-horizontal-p {
    padding: 0px 160px;
}

footer {
    border-top: 1px solid black;
    margin-top: 100px;
    padding: 40px 0px;
}

.footer-span-links {
    display: block;
    margin-bottom: 8px;
    color: #242424;
    text-decoration: none;
}

.footer-nav-heading {
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
}

.footer-heading {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 24px;
}

.footer-flex-box {
    display: flex;
    justify-content: space-between;
}

#divider {
    width: 100%;
    height: 2px;
    background-color: black;
}

.reference-logo-supervision{
    border: 1px solid black;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.reference-header-supervision{
    display: flex;
    align-items: center;
    gap: 16px;
}

.reference-item-supervision{
    border: 1px solid #A7A7A7;
    border-radius: 18px;
    padding: 24px 32px;
    margin-bottom: 24px;
}

.reference-date-supervision{
    font-size: 16px;
    font-weight: 500;
    color: #656565;
    display: block;
}

.reference-description-supervision{
    text-align: left;
    margin-top: 16px;
}



.reference {
    border: 1px solid #A7A7A7;
    border-radius: 18px;
    padding: 24px 32px;
    margin-bottom: 24px;
}

.reference-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reference-logo {
    border: 1px solid black;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.reference-date {
    font-size: 16px;
    font-weight: 500;
    color: #656565;
    display: block;
}

.reference-title {
    font-size: 18px;
    font-weight: 500;
}

.reference-description {
    text-align: left;
    margin-top: 16px;
}

.contact-container-flex-box {
    display: flex;
    justify-content: space-between;
}

#contact-info {
    background-image: url("img/contact-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40%;
    height: 650px;
    padding: 32px;
    border-radius: 24px;
}

#contact-heading {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
}

#contact-paragraph {
    color: #C9C9C9;
    text-align: left;
    padding-right: 100px;
    margin-bottom: 60px;
}

.contact-paragraph-bottom {
    text-align: left;
    color: white;
    margin-bottom: 32px;
}

.contact-information-after-dots {
    color: #C9C9C9;
    display: block;
    margin-top: 8px;
}

#form-container {
    width: 50%;
    padding-left: 96px;
}

.input-flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.form-group {
    margin-bottom: 32px;
}

label {
    display: block;
    margin-bottom: 8px;
}

input {
    border: none;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 8px;
    font-size: 16px;
    min-width: 260px;
    padding: 8px;
}

select {
    border: none;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 8px;
    font-size: 16px;
    min-width: 260px;
    padding: 8px;
}

textarea {
    border: none;
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 8px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 8px;
}

#submit-form-button {
    width: 200px;
    height: 48px;
    background-color: #0E2A06;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 100px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
}

#clients-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clients {
    border: 1px solid #A7A7A7;
    border-radius: 18px;
    padding: 24px 32px 24px 32px;
    margin-bottom: 24px;
    width: 200px;
}

.clients-header {
    display: flex;
    gap: 16px;
}

.clients-logo {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.clients-name {
    font-size: 18px;
    color: black;
    display: block;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 8px;
}

.block-span {
    font-size: 14px;
    color: #232323;
    display: block;
    margin-bottom: 12px;
    margin-top: 8px;
    font-size: 16px;
}

#team-container{
    flex-wrap: wrap;
}

.clients-description {
    font-size: 14px;
    color: #828282;
    display: block;
    margin-bottom: 12px;
    margin-top: 8px;
    font-size: 16px;
}

.team-member {
    width: 30%;
}

.team-member img {
    width: 100%;
    margin-bottom: 16px;
}

.team-member-name {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 20px;
}

.team-member-description {
    color: #676767;
    font-size: 18px;
}

h6 {
    margin-bottom: 60px;
}

.pagination-button-supervision{
    margin: 0 5px;
    padding: 16px 24px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 18px;
}

.active-supervision {
    background-color: black;
    color: white;
}

.reference-pagination-supervision{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.pagination-button {
    margin: 0 5px;
    padding: 16px 24px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 18px;
}

.pagination-button.active {
    background-color: black;
    color: white;
}

#button-link {
    text-decoration: none;
    color: white;
}

.divider-modal{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 16px 0px;
}

.bolded-p-modal{
    font-weight: bold;
}

#team-modal .modal-content p{
    text-align: left;
}

#team-container .team-member img{
    width: 120px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    header {
        display: none;
    }

    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .flex-box {
        flex-wrap: wrap;
        gap: 20px;
    }

    h1 {
        font-size: 48px;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 32px;
    }

    #padding-horizontal-p {
        padding: 0px;
    }

    #sized-p {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    #contact-button {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    #form-container,
    #contact-info {
        width: 100%;
        padding: 16px;
    }

    .input-flex-box {
        flex-direction: column;
        gap: 16px;
    }

    .reference,
    .clients {
        width: 100%;
        padding: 16px;
    }

    .team-member {
        width: 100%;
    }

    .footer-flex-box {
        display: block;
    }

    .footer-heading {
        font-size: 24px;
    }

    .footer-logo {
        width: 240px;
        margin-bottom: 40px;
    }

    .reference {
        width: 90%;
    }

    .clients {
        width: 100%;
    }

    .contact-container-flex-box {
        display: block;
    }

    #contact-info {
        width: 280px;
    }

    input {
        width: 100%;
    }

    select {
        width: 100%;
    }

    #form-container {
        width: 280px;
    }

    #submit-form-button {
        float: none;
    }

    /*HAMBURGER*/

    #hamburger {
        display: block;
    }

    #menuToggle {
        display: block;
        padding-left: 16px;
        z-index: 1;
        padding-top: 30px;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle a {
        text-decoration: none;
        color: #232323;

        transition: color 0.3s ease;
    }

    #menuToggle a:hover {
        color: tomato;
    }


    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;

        cursor: pointer;

        opacity: 0;
        /* hide this */
        z-index: 2;
        /* and place it over the hamburger */

        -webkit-touch-callout: none;
    }

    /*
 * Just a quick hamburger
 */
    #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;

        background: black;
        border-radius: 3px;

        z-index: 1;

        transform-origin: 4px 0px;

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    /*
 * But let's hide the middle one.
 */
    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
 * Ohyeah and the last one should go the other direction
 */
    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    /*
 * Make this absolute positioned
 * at the top left of the screen
 */
    #menu-hamburger {
        position: absolute;
        width: 100%;
        margin: -100px 0 0 -50px;
        padding: 50px;
        padding-top: 125px;
        display: block;
        background: white;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        height: 100vh;
        /* to stop flickering of text in safari */

        transform-origin: 0% 0%;
        transform: translate(-100%, 0);

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    #menu-hamburger li{
        margin-bottom: 14px;
        font-size: 20px;
    }

    #menu-hamburger li a{
        display: block;
        padding: 10px 0;
        font-size: 22px;
    }

    /*
 * And let's slide it in from the left
 */
    #menuToggle input:checked~ul {
        transform: none;
    }

    .first-section{
        margin-top: 100px;
    }

    .responisve-logo img{
        width: 140px;
    }
}



/* Modal Styling */
.modal {
    display: none; /* Skriven modal */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    text-align: center;
}

.modal img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
}

@media (max-width: 600px) {
    .modal-content {
        width: 90%;
    }
}

#modal-education, #modal-experience, #modal-description, #modal-biography{
    margin-bottom: 16px;
}


#see-more-btn{
    width: 260px;
    height: 60px;
    background-color: #0E2A06;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    cursor: pointer;
}

#hamburger{
    display: none;
}

.none-hamburger{
    display: none;
}

/* Osnovni stilovi */
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    position: relative;
    margin: 0 15px;
}

nav ul a {
    text-decoration: none;
    color: #000;
    padding: 10px 15px;
}

/* Dropdown stilovi */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Ispod parent elementa */
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    min-width: 150px;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

/* Prikaz dropdown-a na hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

#hamburger-menu-mobile{
    display: none;
}

@media (max-width: 768px){
    #hamburger-menu-mobile{
        display: block;
    }

    .menuItem {
        display: block;
        margin: 2rem 4rem;
        font-size: 1.8rem;
        color: white;
        text-decoration: none;
      }
      
      .menuItem:hover {
        text-decoration: underline;
      }
      
      .hamburger {
        position: fixed;
        z-index: 100;
        top: 1rem;
        right: 1rem;
        padding: 4px;
        border: black solid 1px;
        background: white;
        cursor: pointer;
      }
      
      .closeIcon {
        display: none;
      }
      
      .menu {
        position: fixed;
        transform: translateY(-100%);
        transition: transform 0.2s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: black;
        color: white;
        list-style: none;
        padding-top: 4rem;
      }

      .menu li{
        margin-left: 20px;
        margin-bottom: 14px;
      }
      
      .menu li a{
        color: white;
      }

      .showMenu {
        transform: translateY(0);
      }

      
}