  body {
    background: linear-gradient(90deg, #00ffff, #512a9e);
    color: #eee;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }

  .logo-video {
    width: 100%;
    height: auto;
  }

  :root {
    --bg: #111;
    --text: #fff;
    --hover: #00ffff;
    --tll-tp-bg: #3f4dea;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: white;
    animation: fadeInUp 0.6s ease-out;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 0;
      transform: translateY(0);
    }
  }

  .navbar-left {
    display: flex;
    align-items: center;
  }

  .navbar-left img {
    width: 40px;
    height: auto;
    margin-right: 10px;
  }

  .company-name {
    font-size: 18px;
    font-weight: bold;
    color: var(--text);
  }

  .navbar-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
  }

  .navbar-links li a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s;
  }

  .navbar-links li a:hover {
    color: var(--hover);
    text-transform: uppercase;
  }

  .navbar-right img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--tll-tp-bg);
  }

  .hamburger {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
  }

  @media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .hamburger {
        display: block;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links {
        display: none;
        flex-direction: column;
        width: 100%;
        z-index: 1000;
        backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.1);
        box-shadow: rgba(0, 0, 0, 0.2);
        padding: 10px 0;
    }

    .navbar-links.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .navbar-links li {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .navbar-links a {
        display: block;
        padding: 10px;
        color: #fff;
    }

    /*.navbar-links li {
        overflow-x: auto;
        flex-direction: column;
        width: 100%;
        z-index: 1000;
        backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
        position: absolute;
        color: white;
        animation: fadeInUp 0.6s ease-out;
        text-align: center;
        padding: 10px 0;
    }*/

    .navbar-links a {
        display: block;
        padding: 10px;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
    
        to {
            opacity: 0;
            transform: translateY(0);
        }
    }
  }

  .sidebar_profile {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: var(--tll-tp-bg);
    overflow-x: hidden;
    height: fit-content;
    cursor: pointer;
  }

  .avatar_wrapper {
    position: relative;
    display: flex;
  }

  .avatar {
    display: block;
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid transparent var(--tll-tp-bg);
  }

  .avatar:hover {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 0 solid var(--tll-tp-bg);
  }

  nav {
    display: block;
    justify-content: center;
    gap: 10px;
    padding: 10px;
  }

  nav a {
    color: #00ffff;
    text-decoration: none;
    font-size: 18px;
  }

  nav a:hover {
    text-decoration: underline;
  }

  #header-top {
  padding-bottom: 10px;
  }

  header {
    background-color: #000000;
    padding: 20px;
    text-align: center;
  }
  
  header h1 {
    margin: 0;
  }

  h1 {
    cursor: default;
  }

  h2 {
    font-size: 1.3rem;
    text-align: left;
    cursor: default;
  }

  h3 {
    cursor: default;
  }

  p {
    font-size: 1rem;
    text-align: auto;
    cursor: default;
  }

  main {
    padding: 20px;
    max-width: 800px;
    margin: auto;
  }
  
  button {
    margin: 1 10px;
    width: 90px;
    height: 40px;
    border-radius: 9px;
    cursor: pointer;
  }

  .p-events {
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-emphasis: center;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 25% 25%;
  }

  .effect-g {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 200px;
    gap: 16px;
    transition: 0.3s;
  }

  .effect-g li {
    position: relative;
    overflow: hidden;
    flex: 0 0 80px;
    border-radius: 50px;
    cursor: pointer;
    border: 1.2px solid #eee;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.4), -2px -5px 10px rgba(0, 0, 0, 0.1);
  }

  .effect-g li img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .effect-g li, .effect-g li img {
    transition: 0.3s;
  }

  .effect-g li .effect-ct {
    transition: 1.5s ease;
  }

  .effect-g span {
    text-align: center;
    width: 75%;
  }

  .effect-g h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 4px;
    margin-bottom: 3px;
    white-space: nowrap;
    color: #eee;
  }

  .effect-g p {
    color: #ddd;
    font-size: 10px;
    width: 100%;
  }

  .effect-g li .effect-ct {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 15px;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 10%, rgb(255 255 255 / 0%) 100%);
    opacity: 0;
    visibility: hidden;
  }

  .effect-g:hover {
    gap: 0;
  }

  .effect-g li .effect-ct span {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0px;
    translate: -50%;
    scale: 0.85;
    visibility: hidden;
    opacity: 0;
  }

  .effect-g li:hover {
    flex: 0 1 260px;
    scale: 1.1;
    z-index: 10;
    opacity: 1;
  }

  .effect-g li:hover span {
    scale: 1;
    opacity: 1;
    visibility: visible;
  }

  section {
    margin-bottom: 40px;
  }
  
  section {
    padding: 10px;
  }

  #tiktok {
    text-align: center;
    margin: 50px 0;
  }

  #tiktok-videos {
    text-align: center;
    padding: 20px;
  }

  .tiktok-account {
    margin: 20 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .tiktok-embed {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  iframe[src*="tiktok.com"] {
    background: transparent !important;
  }

  #ftr-h1 {
    cursor: pointer;
    color: #00ffff;
    z-index: 9999;
    display: flex;
    transition: all 0.5s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  }

  #ftr-h1:hover {
    background-color: #2d2121;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  }

  #ftr-h1::after {
    content: "";
    background: rgba(255,255,255,0.3);
    transform: skewX(-22deg);
    transition: all 0.5s;
  }

  .h-e-1 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    margin: 0;
    padding: 0;
    justify-content: center;
    cursor: default;
  }

  .h-e-1 li a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: color 0.3s;
  }

  #mailpic {
    width: 28px;
    height: 22px;
    
  }

  .mailt-t {
    text-align: center;
  }

  #gmslr-img {
    width: 32px;
    height: 32px;
  }

  #p_lste {
    cursor: default;
  }

  #p_lst {
    padding-bottom: 16px;
    cursor: default;
  }

  sticky-buttons {
    position: sticky;
    bottom: 40px;
    display: flex;
    gap: 10px;
    padding: 10px;
  }

  footer {
    background-color: #222;
    text-align: center;
    padding: 10px;
  }

  .fcpfp-button {
    position: fixed;
    bottom: 105px;
    right: 20px;
    background-color: #d12626;
    color: white;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 9px 13px rgba(0,0,0,0.6);
    transition: background-color 0.3s;
    z-index: 9999;
    display: flex;
    gap: 10px;
  }

  .fcpfp-button:hover {
    background-color: #2d2121;
  }

  .gmslr-button {
    position: fixed;
    bottom: 105px;
    left: 20px;
    background-color: #7e7d7d;
    color: white;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 9px 13px rgba(0, 0, 0, 0.6);
    transition: background-color 0.3s;
    z-index: 9999;
  }

  .gmslr-button:hover {
    background-color: #3437f9;
  }