nav {
  background: #2f0e3f;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-container {
  position: relative;
  margin-right: 5%;
  display: inline-block;
}

.background-image {
  width: 100%;
  height: auto;
  position: relative;
  top: -1px;
}

.overlay-image {
  position: absolute;
  top: 50%;
  left: 46%;
  width: 66%;
  height: auto;
  transform: translate(-50%, -50%);
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer; 
  padding: 10px 20px;
  z-index: 1000;
}

.hamburger span {
  width: 38px;
  height: 4px;
  background: white;
  margin: 4px 0;
  transition: 0.4s;
}

.nav-links {
  display: flex; 
  gap: 2rem;
  width: 50%;
}

.nav-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s; 
  font-size: 20px;
  font-weight: 600;
}

.nav-links a:hover {
  color: #9b4f96;
}

.social-icons {
  display: flex;
  gap: 2rem;
  margin-right: 5%;
}

.social-icon {
  width: 24px;
  height: 24px;
  background: white;
  mask-size: cover;
  -webkit-mask-size: cover;
  transition: opacity 0.3s;
}

.social-icon:hover {
  opacity: 0.8;
}

.social-medias {
  height: 100%;
}

.facebook {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z'/%3E%3C/svg%3E");
}

.linkedin {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z'/%3E%3C/svg%3E");
}

.instagram {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z'/%3E%3C/svg%3E");
}

/* ...existing code... */

@media (max-width: 992px) {
  nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .image-container {
    order: 1;
    flex: 0 0 auto;
    margin-right: 0;
  }

  .certificate-link {
    display: none !important; /* Hide certificate link in social-icons */
  }

  .social-icons {
    display: flex !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1001;
    background: none;
    order: 2;
  }

  .hamburger {
    display: flex;
    order: 3;
    margin-left: auto;
    position: static;
    z-index: 2001;
  }

  .hamburger.active {
    position: relative;
    right: 5%;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(16px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .image-container {
    order: 1;
  }

  .social-medias {
    display: none;
  }

  .nav-links {
    /* keep as sidebar for mobile menu */
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50%;
    background: #2d1b3e;
    flex-direction: column;
    padding: 30px 30px;
    transition: 0.3s;
    z-index: 2000;
  }

  .nav-links.active {
    right: 0;
    padding: 20px;
    z-index: 2000;
    height: 100vh;
  }
}

/* ...existing code... */

@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }

  .hamburger {
    display: flex;
    z-index: 2001;
  } 
  

  .background-image {
    width: 80%;
    height: auto;
    position: relative;
    top: -1px;
  }

  .overlay-image {
    position: absolute;
    top: 50%;
    left: 36%;
    width: 56%;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .social-medias {
    display: none;
  }

  .social-icons {
    display: none !important;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 70%;
    background: #2d1b3e;
    flex-direction: column;
    padding: 30px 30px;
    transition: 0.3s;
  }

  .nav-links.active {
    right: 0;
    padding: 20px;
    z-index: 1000;
    height: 100vh;
  }
}
