.elementor-6625 .elementor-element.elementor-element-6626bfd{--display:flex;}.elementor-6625 .elementor-element.elementor-element-6626bfd.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:1366px) and (min-width:768px){.elementor-6625 .elementor-element.elementor-element-6626bfd{--width:1195.83px;}}/* Start custom CSS for html, class: .elementor-element-9ea30bf */:root {
  --green: #00E87A;
  --green-dim: rgba(0,232,122,0.12);
  --green-glow: rgba(0,232,122,0.3);
  --dark: #0D1117;
  --black: #080A0F;
  --white: #F0F4F8;
  --muted: #9BA8B8;
  --border: rgba(255,255,255,0.15);
}

.ahtsham-topbar {
  background: var(--dark);
  border-bottom: 1px solid var(--border);
  padding: 7px 40px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: all 0.3s;
}
.ahtsham-topbar.hide {
  height: 0; padding: 0; opacity: 0; overflow: hidden; pointer-events: none;
}
.tb-left {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.82rem; color: rgba(255,255,255,0.75);
  font-family: 'DM Sans', sans-serif;
}
.tb-dot {
  width: 7px; height: 7px; background: var(--green);
  border-radius: 50%; animation: tbpulse 2s infinite;
}
@keyframes tbpulse {
  0%,100%{box-shadow:0 0 0 0 rgba(0,232,122,0.4)}
  50%{box-shadow:0 0 0 5px transparent}
}
.tb-left strong { color: var(--white); font-weight: 600; }
.tb-right { display: flex; align-items: center; gap: 4px; }
.tb-link {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.8rem; font-weight: 500;
  padding: 4px 12px; border-radius: 6px;
  font-family: 'DM Sans', sans-serif;
  transition: color 0.2s, background 0.2s;
  letter-spacing: 0.02em;
}
.tb-link:hover { color: var(--white); background: rgba(255,255,255,0.08); }
.tb-link svg { width: 14px; height: 14px; fill: currentColor; }
.tb-sep { width: 1px; height: 14px; background: rgba(255,255,255,0.2); }

.ahtsham-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  background: rgba(8,10,15,0.95) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}
.ahtsham-header.scrolled {
  box-shadow: 0 4px 40px rgba(0,0,0,0.5);
}
.ahtsham-header .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}
.ahtsham-header .elementor-column {
  width: 100% !important;
  padding: 0 !important;
}
.ahtsham-header .elementor-widget-wrap {
  padding: 0 !important;
}
.ahtsham-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  padding: 0 40px !important;
  height: 64px !important;
  gap: 20px !important;
  box-sizing: border-box !important;
}
.ahtsham-logo {
  text-decoration: none; display: flex;
  align-items: center; gap: 10px; flex-shrink: 0;
}
.logo-box {
  width: 34px; height: 34px; background: var(--green);
  border-radius: 8px; display: flex; align-items: center;
  justify-content: center; font-family: 'Syne', sans-serif;
  font-weight: 800; font-size: 1rem; color: #080A0F;
  flex-shrink: 0; transition: box-shadow 0.2s;
}
.ahtsham-logo:hover .logo-box { box-shadow: 0 0 20px var(--green-glow); }
.logo-name {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 1.1rem; color: var(--white);
  line-height: 1; white-space: nowrap;
}
.logo-name em {
  display: block; font-style: normal;
  font-family: 'DM Sans', sans-serif; font-weight: 400;
  font-size: 0.64rem; color: var(--muted);
  letter-spacing: 0.08em; text-transform: uppercase; margin-top: 2px;
}
.ahtsham-menu {
  display: flex !important; align-items: center;
  gap: 2px; list-style: none; flex: 1;
  justify-content: center; flex-wrap: nowrap;
  margin: 0; padding: 0;
}
.ahtsham-menu li { list-style: none; }
.ahtsham-menu a {
  display: flex; align-items: center; gap: 5px;
  padding: 7px 13px; color: rgba(255,255,255,0.75);
  text-decoration: none; font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem; font-weight: 500;
  border-radius: 7px; transition: color 0.2s, background 0.2s;
  white-space: nowrap; letter-spacing: 0.01em;
}
.ahtsham-menu a:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.ahtsham-menu a.active { color: var(--green); background: var(--green-dim); }
.menu-badge {
  background: var(--green); color: #080A0F;
  font-size: 0.58rem; font-weight: 800;
  padding: 2px 5px; border-radius: 4px;
  letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.4;
}
.ahtsham-btns {
  display: flex; align-items: center;
  gap: 10px; flex-shrink: 0;
}
.btn-wa {
  display: inline-flex; align-items: center; gap: 7px;
  background: #25D366; color: white; text-decoration: none;
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 0.82rem; padding: 9px 18px; border-radius: 7px;
  white-space: nowrap; transition: all 0.25s;
}
.btn-wa svg { width: 15px; height: 15px; fill: white; flex-shrink: 0; }
.btn-wa:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }
.btn-audit {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--green); color: #080A0F; text-decoration: none;
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 0.82rem; padding: 9px 18px; border-radius: 7px;
  white-space: nowrap; transition: all 0.25s;
}
.btn-audit:hover { transform: translateY(-1px); box-shadow: 0 6px 20px var(--green-glow); }
.ahtsham-burger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 7px; border-radius: 7px;
  border: 1px solid var(--border); background: transparent; flex-shrink: 0;
}
.ahtsham-burger span {
  display: block; width: 20px; height: 2px;
  background: var(--white); border-radius: 2px; transition: all 0.3s;
}
.ahtsham-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ahtsham-burger.open span:nth-child(2) { opacity: 0; }
.ahtsham-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.ahtsham-mobile {
  display: none; position: fixed; inset: 0;
  background: rgba(8,10,15,0.98); backdrop-filter: blur(20px);
  z-index: 9998; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
}
.ahtsham-mobile.open { display: flex; }
.ahtsham-mobile a {
  font-family: 'Syne', sans-serif; font-size: 1.4rem; font-weight: 700;
  color: rgba(255,255,255,0.75); text-decoration: none;
  padding: 12px 40px; border-radius: 12px;
  transition: color 0.2s, background 0.2s;
}
.ahtsham-mobile a:hover { color: var(--white); background: rgba(255,255,255,0.04); }
.mob-audit {
  margin-top: 16px; background: var(--green) !important;
  color: #080A0F !important; font-size: 1rem !important;
  padding: 13px 40px !important;
}
.mob-socials {
  display: flex; gap: 14px; margin-top: 28px;
  padding-top: 28px; border-top: 1px solid var(--border);
}
.mob-socials a {
  font-size: 0.82rem !important; padding: 7px 14px !important;
  display: flex; align-items: center; gap: 6px;
}
.mob-socials a svg { width: 14px; height: 14px; fill: currentColor; }

@media (max-width: 960px) {
  .ahtsham-menu { display: none !important; }
  .btn-audit { display: none; }
  .ahtsham-burger { display: flex; }
  .ahtsham-topbar { display: none; }
}
@media (max-width: 480px) {
  .btn-wa .wa-text { display: none; }
  .btn-wa { padding: 9px 12px; }
  .ahtsham-nav { padding: 0 16px !important; }
}/* End custom CSS */


