@font-face {
    font-family: "Louis George Cafe";
    src: url(../fonts/LouisGeorgeCafe.woff) format("woff"),
      url(../fonts/LouisGeorgeCafe.woff2) format("woff2");
  }
  
  @font-face {
    font-family: "Catchye Demo";
    src: url(../fonts/CatchyeDemo.woff) format("woff"),
      url(../fonts/CatchyeDemo.woff2) format("woff2");
  }
  
  @font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-SemiBold.woff) format("woff"),
      url(../fonts/Metropolis-SemiBold.woff2) format("woff2");
  }
  
  @font-face {
    font-family: "Montserrat";
     src: url(./fonts/Montserrat-Thin.woff.woff) format("woff"),
      url(./fonts/Montserrat-Thin.woff.woff2) format("woff2");
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  hr {
    color: white;
    width: 50%;
  }
  
  a {
    text-decoration: none;
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  
  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0;
    margin-top: 1em;
    width: 100%;
  }
  
  .logo {
    display: flex;
    align-items: center;
    height: 45px;
  }
  
  .menu-btn {
    cursor: pointer;
    text-transform: uppercase;
    flex-shrink: 0;
    margin-top: 0.1em;
  }
  
  .top {
    background: #000;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .heading {
    color: white;
    font-family: "Catchye Demo";
    font-size: 7rem;
    text-align: center;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
  
  .subtext {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    font-family: "Louis George Cafe";
    padding: 2.5em 0;
    width: 100%;
  }
  
  .ux-txt,
  .web-txt,
  .gd-txt {
    font-size: 1.7rem;
    letter-spacing: 0.5mm;
    text-align: center;
  }
  
  .ux-txt {
    color: #fff;
  }
  
  .ux-words,
  .web-words,
  .gd-words {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 15px;
    text-align: center;
  }
  
  .ux-words {
    color: white;
  }
  
  .web-words {
    color: #f2cf00;
  }
  
  .gd-words {
    color: #de9171;
  }
  
  .web-txt {
    color: #f2cf00;
  }
  
  .gd-txt {
    color: #de9171;
  }
  
  .btn-primary.more1 {
    padding: 0.7em;
    width: 100px;
    background-color: transparent;
    border: none;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    text-align: left;
  }
  
  .btn-primary.more2 {
    padding: 0.7em;
    width: 100px;
    background-color: transparent;
    border: none;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-left: 2px solid white;
    text-align: left;
  }
  
  .btn-primary.more3 {
    padding: 0.7em;
    width: 100px;
    background-color: transparent;
    border: none;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    text-align: left;
  }

  .people-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2em 0;
    width: 100%;
    gap: 40px;
  }

  .left,
  .middle,
  .right {
    flex: 1;
    min-width: 220px;
    max-width: 350px;
    padding: 0 20px;
    text-align: center;
  }

  .left .ux-words,
  .middle .ux-words,
  .right .ux-words {
    justify-content: center;
  }

  .desc-role {
    color: #de9171;
    margin-right: 5px;
  }

  /* ===== SIDEBAR STYLES ===== */
  /* Your existing sidebar styles here */
  
  /* ------ FOOTER - REDESIGNED ------  */
  footer.footer-btm {
    background: url(../img/footer-bg.jpg) 100%;
    background-size: cover;
    background-position: center;
    padding: 3em 4em;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: auto;
    flex-shrink: 0;
  }
  
  .footer-container {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
  }
  
  /* ===== LOGO - LEFT ALIGNED ===== */
  .footer-logo-wrapper {
    flex-shrink: 0;
    padding-top: 0.5em;
  }
  
  .footer-logo {
    display: block;
  }
  
  .ft-logo {
    height: 45px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
  }
  
  .ft-logo:hover {
    opacity: 1;
  }
  
  /* ===== 4 DIVS IN THE MIDDLE ===== */
  .footer-links-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 4em;
    flex-wrap: wrap;
  }
  
  .footer-col {
    min-width: 120px;
    text-align: left;
  }
  
  .footer-col-title {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5mm;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .footer-col-text {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.3px;
  }
  
  .footer-email {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-email:hover {
    color: #de9171;
  }
  
  /* ===== MENU LIST ===== */
  .footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-menu-list li {
    margin-bottom: 6px;
  }
  
  .footer-menu-list li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8mm;
    transition: color 0.3s ease;
    display: inline-block;
    padding: 2px 0;
  }
  
  .footer-menu-list li a:hover {
    color: #de9171;
  }
  
  /* ===== DROPDOWN IN MENU ===== */
  .footer-menu-list .footer-dropdown {
    position: relative;
    display: block;
  }
  
  .footer-menu-list .footer-dropbtn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8mm;
    background: none;
    border: none;
    padding: 2px 0;
    transition: color 0.3s ease;
  }
  
  .footer-menu-list .footer-dropbtn:hover {
    color: #de9171;
  }
  
  .footer-menu-list .footer-caret {
    display: inline-block;
    font-size: 8px;
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.4);
  }
  
  .footer-menu-list .footer-dropdown:hover .footer-caret,
  .footer-menu-list .footer-dropdown.active .footer-caret {
    transform: rotate(180deg);
    color: #de9171;
  }
  
  /* Dropdown Content */
  .footer-menu-list .footer-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 0;
    z-index: 9999;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    min-width: 140px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    margin-top: 2px;
  }
  
  .footer-menu-list .footer-dropdown-content li {
    margin: 0;
    padding: 0;
  }
  
  .footer-menu-list .footer-dropdown-content a {
    display: block;
    padding: 8px 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    letter-spacing: 0.6mm;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-left: 2px solid transparent;
  }
  
  .footer-menu-list .footer-dropdown-content a:hover {
    color: #de9171;
    background: rgba(255, 255, 255, 0.05);
    border-left-color: #de9171;
  }
  
  /* Show dropdown on hover (desktop) */
  .footer-menu-list .footer-dropdown:hover .footer-dropdown-content {
    display: block;
  }
  
  /* Show dropdown when active (mobile/click) */
  .footer-menu-list .footer-dropdown.active .footer-dropdown-content {
    display: block !important;
  }
  
  /* ===== BACKDROP OVERLAY ===== */
  .footer-dropdown-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
  }
  
  .footer-dropdown-overlay.active {
    display: block;
  }
  
  .fade {
    display: none
  }
  
  /* ------ FOOTER - end ------  */

  /* ==========================
     RESPONSIVE
   ========================== */
  @media (max-width: 1024px) {
    .footer-links-wrapper {
      gap: 2.5em;
    }
    
    .footer-col {
      min-width: 100px;
    }
  }

  @media (max-width: 768px) {
    .heading {
      font-size: 4.5rem;
      margin-top: 0.2em;
    }
    
    .subtext {
      padding: 1.5em 0;
    }
    
    .people-list {
      flex-direction: column;
      align-items: center;
      padding: 1em 0;
      gap: 30px;
    }
    
    .left,
    .middle,
    .right {
      min-width: 100%;
      max-width: 100%;
      padding: 0;
      text-align: center;
    }

    /* ===== FOOTER MOBILE ===== */
    footer.footer-btm {
      padding: 2em 1.5em;
    }
  
    .footer-container {
      flex-direction: column;
      align-items: center;
      gap: 1.5em;
    }
  
    .footer-logo-wrapper {
      padding-top: 0;
    }
  
    .ft-logo {
      height: 35px;
    }
  
    .footer-links-wrapper {
      justify-content: center;
      gap: 2em 3em;
      width: 100%;
    }
  
    .footer-col {
      min-width: 120px;
      flex: 0 0 auto;
      text-align: center;
    }
  
    .footer-col-title {
      font-size: 10px;
      letter-spacing: 1.2mm;
    }
  
    .footer-col-text {
      font-size: 11px;
    }
  
    .footer-menu-list li a {
      font-size: 11px;
      letter-spacing: 0.6mm;
    }
  
    .footer-menu-list .footer-dropbtn {
      font-size: 11px;
      letter-spacing: 0.6mm;
    }
  
    /* Dropdown on mobile - centered */
    .footer-menu-list .footer-dropdown-content {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 200px;
      max-width: 85vw;
      z-index: 99999;
      border-radius: 12px;
      padding: 10px 0;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.95);
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(10, 10, 10, 0.98);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
    }
  
    .footer-menu-list .footer-dropdown-content li {
      display: block;
      width: 100%;
      text-align: center;
    }
  
    .footer-menu-list .footer-dropdown-content a {
      padding: 12px 24px;
      font-size: 14px;
      text-align: center;
      border-left: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      color: rgba(255, 255, 255, 0.85);
    }
  
    .footer-menu-list .footer-dropdown-content a:last-child {
      border-bottom: none;
    }
  
    .footer-menu-list .footer-dropdown-content a:hover {
      border-left: none;
      background: rgba(255, 255, 255, 0.08);
      color: #de9171;
    }
  
    .footer-menu-list .footer-dropdown.active .footer-dropdown-content {
      display: block !important;
    }
  
    .footer-menu-list .footer-dropdown.active .footer-caret {
      transform: rotate(180deg);
    }
  }

  @media (max-width: 576px) {
    .heading {
      font-size: 3.5rem;
      margin-top: 0.2em;
    }

    .ux-txt {
      font-size: 1.4rem;
    }

    .ux-words {
      font-size: 14px;
    }

    .people-list {
      gap: 20px;
      padding: 0.5em 0;
    }
  }
  
  @media (max-width: 480px) {
    .heading {
      font-size: 2.8rem;
      margin-top: 0.1em;
    }

    .subtext {
      padding: 1em 0;
    }

    .ux-txt {
      font-size: 1.2rem;
    }

    .ux-words {
      font-size: 13px;
    }

    .people-list {
      gap: 15px;
    }

    footer.footer-btm {
      padding: 1.5em 0.8em;
    }
  
    .ft-logo {
      height: 28px;
    }
  
    .footer-links-wrapper {
      gap: 1.2em 1.5em;
    }
  
    .footer-col {
      min-width: 80px;
    }
  
    .footer-col-title {
      font-size: 8px;
      letter-spacing: 0.8mm;
      margin-bottom: 6px;
      padding-bottom: 4px;
    }
  
    .footer-col-text {
      font-size: 9px;
      line-height: 1.5;
    }
  
    .footer-menu-list li a {
      font-size: 9px;
      letter-spacing: 0.4mm;
    }
  
    .footer-menu-list .footer-dropbtn {
      font-size: 9px;
      letter-spacing: 0.4mm;
    }
  
    .footer-menu-list .footer-dropdown-content {
      min-width: 160px;
      max-width: 92vw;
      padding: 6px 0;
    }
  
    .footer-menu-list .footer-dropdown-content a {
      font-size: 13px;
      padding: 10px 16px;
    }
  }