
  
  header.kl44t {
    --mx-teal: #006b65;
    --mx-teal-deep: #063d3a;
    --mx-teal-mid: #0a5c56;
    --mx-lime: #cedc00;
    --mx-lime-dim: rgba(206, 220, 0, 0.35);
    --mx-lime-glow: rgba(206, 220, 0, 0.12);
    --mx-on-dark: #e8f4ee;
    --mx-dropdown-edge: rgba(206, 220, 0, 0.28);
    --mx-dropdown-bg: linear-gradient(165deg, #0f6d66 0%, #0a524d 45%, #063d3a 100%);
  }

  .lang_telif {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    gap: 10px;
  }


  .wa-advanced {
    position: fixed;
    bottom: 80px !important;
  }

  
  .kl44tmenulist-menu:hover .dropdown-content-kl44t,
  .kl44tmenulist-menu:focus-within .dropdown-content-kl44t {
    display: flex;
    flex-direction: column;
  }

  
  .kl44tmenulist-menu {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #cedc00 !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .kl44tmenulist-menu--hasdropdown {
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
  }

  .kl44tmenulist-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 44px;
  }

  .kl44tmenulist-link {
    display: block;
    flex: 1;
    min-width: 0;
    color: #cedc00 !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }

  .kl44tmenulist-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #cedc00 !important;
    text-decoration: none;
    cursor: pointer;
  }

  
  .kl44t-submenu-toggle {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--mx-lime-dim);
    border-radius: 8px;
    background: var(--mx-lime-glow);
    color: var(--mx-lime);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  }

  .kl44t-submenu-toggle:hover {
    background: rgba(206, 220, 0, 0.22);
    border-color: var(--mx-lime);
  }

  .kl44t-submenu-toggle:focus-visible {
    outline: 2px solid var(--mx-lime);
    outline-offset: 2px;
  }

  .kl44t-submenu-chevron {
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }

  .kl44tmenulist-menu.is-submenu-open .kl44t-submenu-chevron {
    margin-top: 3px;
    transform: rotate(225deg);
  }

  .kl44tmenulist-menu:hover {
    background-color: #cedc00;
    border-radius: 5px;
    color: #006b65 !important;
    cursor: pointer;
  }

  .kl44tmenulist-menu:hover .kl44tmenulist-link,
  .kl44tmenulist-menu:hover .kl44tmenulist-home {
    color: #006b65 !important;
  }

  .dropdown-content-active-kl44t {
    background-color: #cedc00;
    border-radius: 5px;
    color: #006b65 !important;
    cursor: pointer;
  }

  .dropdown-content-active-kl44t .kl44tmenulist-link {
    color: #006b65 !important;
  }

  .dropdown-content-kl44t {
    display: none;
    position: absolute;
    background: var(--mx-dropdown-bg);
    color: var(--mx-lime);
    z-index: 102;
    left: 0;
    top: 100%;
    margin-top: 0;
    min-width: max(100%, 220px);
    padding: 6px 4px 4px 4px;
    border-radius: 10px;
    border: 1px solid var(--mx-dropdown-edge);
    box-shadow: 0 12px 28px rgba(5, 40, 38, 0.45), 0 0 0 1px rgba(0, 0, 0, 0.08);
  }

  .dropdown-content-kl44t > a {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: none;
    border-bottom: 1px solid rgba(206, 220, 0, 0.12);
    text-align: left;
    color: var(--mx-on-dark) !important;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
  }

  .dropdown-content-kl44t > a:last-child {
    border-bottom: none;
  }

  .dropdown-content-kl44t > a:hover,
  .dropdown-content-kl44t > a:focus-visible {
    background-color: var(--mx-teal-mid);
    color: #ffffff !important;
    outline: none;
  }

  .module-logo {
    width: 300px;
  }

  .kl44tbody {
    width: var(--max);
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }

  .kl44tbody>a {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    gap: 10px;
  }

  .kl44t-title {
    font-size: 16px;
    font-weight: 500;
    color: #006b65;
  }

  .kl44t-spot {
    font-size: 16px;
    color: #006b65;
  }

  .kl44t-icon {
    font-size: 36px !important;
    color: #006b65;
  }

  .kl44t {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .kl44ttitle {
    width: 100%;
    background-color: #cedc00;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .kl44ttitlebodylang {
    width: auto;
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .mobile-lang-wrapper {
    display: none;
  }


  .mobile-menu-close {
    display: none !important;
  }

  .kl44tmenu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: var(--max);
  }

  .kl44tmenulist {
    width: calc(100% - 20px);
    background-color: var(--mx-teal);
    border-radius: 8px;
  }

  .kl44tmenubody {
    width: 100%;
    background-color: var(--mx-teal);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kl44tmenulist {
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 0;
    
  }

  .kl44tmenulistbody {
    width: 100%;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .contact-buttons {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .contact-buttons a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    min-width: 140px;
    justify-content: center;
  }

  .contact-buttons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent);
    transition: left 0.5s;
  }

  .contact-buttons a:hover::before {
    left: 100%;
  }

  
  .btn-track {
    cursor: pointer;
    background: white;
    color: #006b65;
    border: 2px solid #006b65;
  }

  .btn-track:hover {
    background: #cedc00;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 107, 100, 0.25);
    border-color: #004d47;
  }

  .btn-quote {
    background: linear-gradient(135deg, #006b65, #008a7d);
    color: white !important;
    border: 2px solid #006b65;
  }

  .btn-quote:hover {
    background: linear-gradient(135deg, #004d47, #006b65);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 107, 100, 0.25);
    border-color: #004d47;
  }

  
  .contact-buttons .icon {
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }

  .contact-buttons a:hover .icon {
    transform: scale(1.1);
  }

  .contact-buttons span {
    white-space: nowrap;
    letter-spacing: 0.5px;
  }

  .mobile-menu-toggle {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    background: transparent;
    color: #fff;
    padding: 12px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
    border: none;
    position: relative;
    z-index: 1;
  }

  .mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-menu-toggle:focus-visible {
    outline: none;
  }

  .mobile-menu-toggle-icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
  }

  .mobile-menu-toggle-icon span {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .mobile-menu-toggle.is-active {
    background: #cedc00;
    color: #006b65;
  }

  .mobile-menu-toggle.is-active .mobile-menu-toggle-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-toggle.is-active .mobile-menu-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-active .mobile-menu-toggle-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  @media screen and (min-width: 769px) {
    
    .kl44tmenulist-menu {
      position: relative;
    }

    
    .kl44t-submenu-toggle {
      display: none !important;
    }

    .kl44tmenulistbody {
      position: static !important;
      right: auto !important;
      width: 100% !important;
      max-width: none !important;
      height: auto !important;
      display: block !important;
      overflow: visible !important;
      box-shadow: none !important;
    }

    .kl44tmenulist {
      flex-direction: row !important;
      overflow: visible !important;
    }
  }

  @media screen and (max-width: 1024px) {
    .lang_telif { 
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    
    
    .lang_telif .kl44ttitlebodylang {
      display: none;
    }
    
    
    .lang_telif .header-actions {
      display: flex !important;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1000;
    }

    .kl44tmenu {
      overflow-x: auto;
    }

    .kl44tmenulist {
      flex-direction: row;
    }

    .module-logo {
      width: 200px;
    }

    .kl44tbody {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
    }
  }

  @media screen and (max-width: 768px) {
    
    .lang_telif {
      display: flex !important;
      flex-direction: column;
      align-items: flex-end;
    }
    
    .kl44ttitlebodylang {
      display: none;
    }

    
    .lang_telif .header-actions {
      position: fixed !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: calc(100% - 20px) !important;
      background-color: #006b65 !important;
      padding: 10px !important;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15) !important;
      z-index: 1000 !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      margin: 0 !important;
    }

    .contact-buttons {
      display: flex !important;
      width: 100%;
      max-width: 600px;
      flex-direction: row;
      gap: 12px;
      justify-content: space-between;
      align-items: center;
    }

    .contact-buttons a {
      flex: 1;
      font-size: 14px;
      padding: 14px 16px;
      border-radius: 8px;
      min-width: 0;
      text-align: center;
      font-weight: 600;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .contact-buttons .icon {
      font-size: 18px;
      margin-right: 6px;
    }

    .contact-buttons span {
      font-size: 13px;
    }

    
    body {
      padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
    }


    
    .mobile-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 9998;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      pointer-events: none;
      cursor: pointer;
    }

    .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .kl44tmenu {
      flex-direction: column;
      gap: 0;
      width: 100%;
    }

    .mobile-menu-toggle {
      display: flex;
      width: 100%;
    }

    
    .kl44tmenulistbody {
      position: fixed;
      top: 0;
      right: -100%;
      max-width: min(100vw - 48px, 360px);
      width: 100%;
      height: 100%;
      height: 100dvh;
      max-height: 100dvh;
      background: linear-gradient(180deg, #006b65 0%, #004d47 100%);
      background-color: #006b65;
      z-index: 9999;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      box-shadow: -4px 0 24px rgba(0, 0, 0, 0.35);
      transform: translateX(100%);
      touch-action: pan-y;
      padding-bottom: env(safe-area-inset-bottom, 0px);
      padding-top: env(safe-area-inset-top, 0px);
    }

    .kl44tmenulistbody.is-visible {
      right: 0;
      transform: translateX(0);
    }

    .kl44tmenulistbody.swiping {
      transition: none;
    }

    
    .mobile-menu-close {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 15px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      color: #fff;
      font-size: 28px;
      width: 100%;
    }

    .mobile-menu-close span {
      font-size: 28px;
      color: #fff;
    }

    .mobile-menu-close:focus {
      outline: 2px solid #fff;
      outline-offset: -2px;
    }

    .kl44tmenulist {
      flex-direction: column;
      gap: 0;
      padding: 0;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    
    .mobile-lang-wrapper {
      display: flex;
      justify-content: center;
      padding: 20px 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      margin-top: auto;
      background-color: rgba(0, 0, 0, 0.1);
      gap: 15px;
    }

    .mobile-lang-wrapper ul {
      display: flex;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      flex-wrap: wrap;
      justify-content: center;
    }

    .mobile-lang-wrapper li {
      list-style: none;
    }

    .mobile-lang-wrapper a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
    }

    .mobile-lang-wrapper a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.5);
    }

    .mobile-lang-wrapper a:focus {
      outline: 2px solid #fff;
      outline-offset: 2px;
    }

    .kl44tmenulist-menu {
      justify-content: flex-start;
      text-align: left;
      width: 100%;
      padding: 0;
      border-radius: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      margin: 0;
      transition: background-color 0.2s ease;
    }

    .kl44tmenulist-menu:last-child {
      border-bottom: none;
    }

    .kl44tmenulist-menu:hover {
      background-color: rgba(255, 255, 255, 0.06);
      border-radius: 0;
    }

    .kl44tmenulist-home {
      display: flex;
      padding: 16px 20px;
      justify-content: flex-start;
      text-align: left;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .kl44tmenulist-row {
      padding: 4px 12px 4px 20px;
      min-height: 48px;
    }

    .kl44tmenulist-menu:not(.kl44tmenulist-menu--hasdropdown) .kl44tmenulist-link {
      text-align: left;
      width: 100%;
      display: block;
      padding: 16px 20px;
      box-sizing: border-box;
    }

    .kl44tmenulist-menu--hasdropdown .kl44tmenulist-link {
      text-align: left;
      padding: 12px 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.35;
    }

    
    .kl44t-submenu-toggle {
      display: flex !important;
    }

    .kl44tmenulist-menu--hasdropdown .dropdown-content-kl44t {
      display: flex;
      flex-direction: column;
      position: static;
      left: auto;
      top: auto;
      min-width: 0;
      width: 100%;
      max-height: 0;
      margin: 0;
      padding: 0 12px 0 16px;
      opacity: 0;
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      border-radius: 0 0 12px 12px;
      background: var(--mx-dropdown-bg);
      color: var(--mx-lime);
      border: 1px solid var(--mx-dropdown-edge);
      border-top: none;
      box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.12);
      gap: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding 0.25s ease;
    }

    .kl44tmenulist-menu--hasdropdown.is-submenu-open .dropdown-content-kl44t {
      max-height: min(55vh, 420px);
      opacity: 1;
      padding: 10px 12px 12px 16px;
    }

    
    .kl44tmenulist-menu--hasdropdown:not(.is-submenu-open):hover .dropdown-content-kl44t,
    .kl44tmenulist-menu--hasdropdown:not(.is-submenu-open):focus-within .dropdown-content-kl44t {
      max-height: 0 !important;
      opacity: 0 !important;
      padding: 0 12px 0 16px !important;
      overflow: hidden !important;
    }

    .kl44tmenulist-menu--hasdropdown .dropdown-content-kl44t > a {
      display: block;
      border: 0;
      border-bottom: 1px solid rgba(206, 220, 0, 0.14);
      padding: 14px 12px 14px 10px;
      color: var(--mx-on-dark) !important;
      font-size: 15px;
      line-height: 1.4;
      text-align: left;
      text-decoration: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease;
    }

    .kl44tmenulist-menu--hasdropdown .dropdown-content-kl44t > a:last-child {
      border-bottom: none;
    }

    .kl44tmenulist-menu--hasdropdown .dropdown-content-kl44t > a:hover,
    .kl44tmenulist-menu--hasdropdown .dropdown-content-kl44t > a:focus-visible {
      background-color: var(--mx-teal-mid);
      color: #ffffff !important;
      outline: none;
    }
  }


  
  .tkl-menu {
    --tkl-primary: #006B65;
    --tkl-primary-dark: #004d47;
    --tkl-accent: #4ade80;
    --tkl-glass: rgba(255, 255, 255, 0.85);
    --tkl-glass-border: rgba(255, 255, 255, 0.5);
    --tkl-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    --tkl-shadow-hover: 0 20px 50px rgba(0, 107, 101, 0.2);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
  }

  
  .tkl-menu .zadc5-item {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 1.35rem 1.75rem;
    min-height: 56px;
    box-sizing: border-box;
    background: var(--tkl-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--tkl-glass-border);
    border-radius: 20px;
    box-shadow: var(--tkl-shadow);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-24px);
    animation: tkl-item-enter 0.5s ease forwards;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.35s ease,
                border-color 0.3s ease,
                background 0.3s ease;
  }

  .tkl-menu .zadc5-item:nth-child(1) { animation-delay: 0.05s; }
  .tkl-menu .zadc5-item:nth-child(2) { animation-delay: 0.12s; }
  .tkl-menu .zadc5-item:nth-child(3) { animation-delay: 0.19s; }
  .tkl-menu .zadc5-item:nth-child(4) { animation-delay: 0.26s; }
  .tkl-menu .zadc5-item:nth-child(5) { animation-delay: 0.33s; }

  @keyframes tkl-item-enter {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  
  .tkl-menu .zadc5-item:hover {
    transform: scale(1.02) translateX(6px);
    box-shadow: var(--tkl-shadow-hover);
    border-color: rgba(0, 107, 101, 0.35);
    background: rgba(255, 255, 255, 0.95);
  }

  .tkl-menu .zadc5-item:hover .zadc5-item-icon {
    transform: scale(1.08);
  }

  .tkl-menu .zadc5-item:focus {
    outline: 2px solid var(--tkl-primary);
    outline-offset: 3px;
  }

  
  .tkl-menu .zadc5-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--tkl-primary) 0%, var(--tkl-accent) 100%);
    border-radius: 20px 0 0 20px;
    transform: scaleY(0);
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .tkl-menu .zadc5-item:hover::before {
    transform: scaleY(1);
  }

  
  .tkl-menu .zadc5-item-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--tkl-primary) 0%, var(--tkl-primary-dark) 100%);
    border-radius: 10px;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 12px rgba(0, 107, 101, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .tkl-menu .zadc5-item:hover .zadc5-item-badge {
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 107, 101, 0.45);
  }

  
  .tkl-menu .zadc5-item-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(145deg, #f0f0f0 0%, #e5e5e5 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    font-size: 40px;
    color: var(--tkl-primary);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s ease;
  }

  .tkl-menu .zadc5-item-icon.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }

  
  .tkl-menu .zadc5-item-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left;
    line-height: 1.4;
    flex: 1;
    padding-right: 0.75rem;
  }

  
  .tkl-menu .zadc5-item-arrow {
    flex-shrink: 0;
    font-size: 24px;
    color: var(--tkl-primary);
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .tkl-menu .zadc5-item-arrow.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  }

  .tkl-menu .zadc5-item:hover .zadc5-item-arrow {
    opacity: 1;
    transform: translateX(4px);
  }

  
  @media (max-width: 768px) {
    .tkl-menu {
      max-width: 100%;
      padding: 1.25rem 1rem;
      gap: 1rem;
    }
    .tkl-menu .zadc5-item {
      padding: 1.2rem 1.5rem;
      gap: 1.25rem;
    }
    .tkl-menu .zadc5-item-icon {
      width: 72px;
      height: 72px;
      min-width: 72px;
      min-height: 72px;
      font-size: 36px;
    }
    .tkl-menu .zadc5-item-title {
      font-size: 1.1rem;
    }
    .tkl-menu .zadc5-item-arrow {
      font-size: 22px;
    }
  }

  
  @media (max-width: 480px) {
    .tkl-menu {
      padding: 1rem max(1rem, env(safe-area-inset-right)) 1rem max(1rem, env(safe-area-inset-left));
      gap: 0.875rem;
    }
    .tkl-menu .zadc5-item {
      padding: 1rem 1.25rem;
      gap: 1rem;
      min-height: 52px;
      border-radius: 16px;
    }
    .tkl-menu .zadc5-item::before {
      border-radius: 16px 0 0 16px;
    }
    .tkl-menu .zadc5-item-icon {
      width: 64px;
      height: 64px;
      min-width: 64px;
      min-height: 64px;
      border-radius: 14px;
      font-size: 32px;
    }
    .tkl-menu .zadc5-item-title {
      font-size: 1rem;
      padding-right: 0.5rem;
    }
    .tkl-menu .zadc5-item-arrow {
      font-size: 20px;
    }
    .tkl-menu .zadc5-item-badge {
      top: 0.75rem;
      right: 0.75rem;
      padding: 0.3rem 0.55rem;
      font-size: 0.65rem;
    }
  }


  .tkl-actions { display:flex; justify-content:center; margin: 8px 0 16px; }
  .tkl-quote-open-btn { border:0; border-radius:10px; padding:10px 18px; background:#006B65; color:#fff; cursor:pointer; }
  .tkl-quote-popup { position:fixed; inset:0; z-index:10001; display:flex; align-items:center; justify-content:center; }
  .tkl-hidden { display:none !important; }
  .tkl-quote-overlay { position:absolute; inset:0; background:rgba(0,0,0,0.45); }
  .tkl-quote-content { position:relative; z-index:2; width:min(680px,92vw); max-height:90vh; overflow:auto; border-radius:16px; background:#fff; padding:16px; box-sizing:border-box; animation:tklQuoteOpen .25s ease; }
  .tkl-quote-content.tkl-closing { animation:tklQuoteClose .35s ease forwards; }
  .tkl-quote-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
  .tkl-quote-title { font-size:18px; font-weight:700; }
  .tkl-quote-close { border:0; background:transparent; font-size:18px; cursor:pointer; }
  .tkl-quote-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:10px; }
  .tkl-quote-field { margin-bottom:10px; }
  .tkl-quote-field label { display:block; font-size:13px; margin-bottom:4px; }
  .tkl-quote-input { width:100%; box-sizing:border-box; border:1px solid #cfd4dc; border-radius:8px; padding:9px 10px; }
  .tkl-quote-textarea { min-height:80px; resize:vertical; }
  .tkl-quote-send-btn { border:0; border-radius:10px; padding:12px 18px; background:#16a34a; color:#fff; cursor:pointer; width:100%; display:flex; align-items:center; justify-content:center; gap:8px; }
  .tkl-quote-send-btn.tkl-sent { animation:tklQuoteSent 1.1s ease-in-out infinite; background:#15803d; }
  .tkl-ok-icon {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    border-radius:50%;
    background:rgba(255,255,255,0.22);
    font-weight:700;
    font-size:13px;
    transform:scale(0.7);
    opacity:0;
  }
  .tkl-quote-send-btn.tkl-sent .tkl-ok-icon {
    animation:tklOkPop .55s ease-out forwards, tklOkPulse 1s ease-in-out .55s infinite;
  }
  .tkl-quote-result { min-height:22px; font-size:13px; margin:8px 0; white-space:pre-line; }
  .tkl-quote-result.success { color:#0a7c36; }
  .tkl-quote-result.error { color:#b91c1c; }
  .tkl-quote-result .tkl-result-line { display:block; margin-top:4px; }
  .tkl-quote-result .tkl-result-label { font-weight:700; margin-right:6px; }
  @keyframes tklQuoteSent { 0% { transform:scale(1);} 50% {transform:scale(1.03);} 100% {transform:scale(1);} }
  @keyframes tklOkPop { 0% { transform:scale(0.7); opacity:0; } 100% { transform:scale(1); opacity:1; } }
  @keyframes tklOkPulse { 0% { transform:scale(1);} 50% { transform:scale(1.12);} 100% { transform:scale(1);} }
  @keyframes tklQuoteOpen { from {opacity:0; transform:translateY(8px);} to {opacity:1; transform:translateY(0);} }
  @keyframes tklQuoteClose { from {opacity:1; transform:translateY(0);} to {opacity:0; transform:translateY(10px);} }


  .wa-advanced {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-family: "Poppins", sans-serif;
    max-width: calc(100vw - 60px);
    box-sizing: border-box;
  }

  .hbp7v-wa-advanced-button {
    position: relative;
    width: 64px;
    height: 64px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .hbp7v-wa-advanced-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  }

  .hbp7v-wa-advanced-icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
  }

  .hbp7v-wa-advanced-pulse {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(1.3);
      opacity: 0;
    }
  }

  .hbp7v-wa-advanced-panel {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    max-width: calc(100vw - 60px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: none;
    overflow: hidden;
    box-sizing: border-box;
  }

  .hbp7v-wa-advanced-header {
    background: #25D366;
    color: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
  }

  .hbp7v-wa-advanced-avatar {
    position: relative;
    width: 48px;
    height: 48px;
  }

  .hbp7v-wa-advanced-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }

  .hbp7v-wa-advanced-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .hbp7v-wa-advanced-status.online {
    background: #4caf50;
  }

  .hbp7v-wa-advanced-info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .hbp7v-wa-advanced-info p {
    margin: 4px 0 0 0;
    font-size: 12px;
    opacity: 0.9;
  }

  .hbp7v-wa-advanced-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.8;
  }

  .hbp7v-wa-advanced-close:hover {
    opacity: 1;
  }

  .hbp7v-wa-advanced-body {
    padding: 16px;
    background: #f8f9fa;
  }

  .hbp7v-wa-advanced-message {
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .hbp7v-wa-advanced-message p {
    font-size: 14px;
    color: #333;
    text-align: right;
    margin: 0;
  }

  .hbp7v-wa-advanced-time {
    font-size: 10px;
    color: #999;
    margin: 4px 0 0 0;
  }

  .hbp7v-wa-advanced-footer {
    padding: 16px;
  }

  .hbp7v-wa-advanced-footer a {
    text-decoration: none;
    color: #fff !important;
  }

  .hbp7v-wa-advanced-chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #25D366;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .hbp7v-wa-advanced-chat-btn:hover {
    transform: translateY(-2px);
  }

  @media (max-width: 768px) {
    .wa-advanced {
      bottom: 20px;
      right: 30px;
      left: auto;
      max-width: calc(100vw - 40px);
    }
    
    .hbp7v-wa-advanced-panel {
      width: calc(100vw - 40px);
      max-width: 320px;
      right: 0;
      bottom: 80px;
    }
  }
  



  .moduleimg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleimg > img {
    width: 100%;
    max-width: 350px;
  }

  .footer {
    position: relative;
    background: #006B65;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .social-icon__item,
  .menu__item {
    list-style: none;
  }

  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }

  .social-icon__link:hover {
    transform: translateY(-10px);
  } 

  .menu__link {
    font-size: 1.2rem;
    color: #fff !important;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }

  .menu__link:hover {
    opacity: 1;
  }

  .footer p { 
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='katman_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640 65' style='enable-background:new 0 0 640 65;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23006B65;%7D %3C/style%3E %3Cpath class='st0' d='M0,22.4C0,22.4,74.1,0,153,0c176.5,0,328.1,76.6,487,22.4V65H0V22.4z'/%3E%3C/svg%3E");
    background-size: 1000px 102px;
  }

  .wave#wave1 {
    z-index: 100;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }

  .wave#wave2 {
    z-index: 99;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }

  .wave#wave3 {
    z-index: 100;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }

  .wave#wave4 {
    z-index: 99;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }

  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }

    100% {
      background-positon-x: 0px;
    }
  }

