.elementor-2170 .elementor-element.elementor-element-516040d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2170 .elementor-element.elementor-element-e58434d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2170 .elementor-element.elementor-element-e16f3ee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5afbcc8 *//* Techtion AI Desktop Navigation - Scoped CSS Only */

.tai-nav-shell,
.tai-nav-shell *,
.tai-nav-shell *::before,
.tai-nav-shell *::after {
  box-sizing: border-box;
}

.tai-nav-shell {
  --tai-text: #101828;
  --tai-muted: #475467;
  --tai-soft: #667085;
  --tai-line: rgba(16, 24, 40, 0.1);
  --tai-blue: #2563eb;
  --tai-blue-dark: #1d4ed8;
  --tai-blue-soft: rgba(37, 99, 235, 0.08);
  --tai-white: rgba(255, 255, 255, 0.96);
  --tai-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
  --tai-radius: 18px;
  --tai-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  background: transparent;
  font-family: var(--tai-font);
  backdrop-filter: blur(10px);
}

.tai-nav-shell a {
  text-decoration: none;
}

.tai-nav-inner {
  width: min(100%, 1400px);
  margin: 0;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.tai-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.tai-logo {
  max-height: 60px;
  display: block;
  object-fit: contain;
}

.tai-nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1 1 auto;
}

.tai-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--tai-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.18s ease, background 0.18s ease;
}

.tai-nav-link:hover,
.tai-nav-item:hover > .tai-nav-link,
.tai-nav-item:focus-within > .tai-nav-link {
  color: var(--tai-text);
  background: rgba(37, 99, 235, 0.06);
}

.tai-chevron {
  font-size: 12px;
  line-height: 1;
  opacity: 0.7;
  transform: translateY(1px);
}

.tai-nav-item {
  position: relative;
}

.tai-nav-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14px;
}

.tai-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  min-width: 360px;
  padding: 12px;
  background: var(--tai-white);
  border: 1px solid var(--tai-line);
  border-radius: var(--tai-radius);
  box-shadow: var(--tai-shadow);
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.tai-dropdown-wide {
  min-width: 430px;
}

.tai-nav-item:hover > .tai-dropdown,
.tai-nav-item:focus-within > .tai-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.tai-nav-item-right .tai-dropdown {
  left: auto;
  right: 0;
  transform: translateY(8px);
}

.tai-nav-item-right:hover > .tai-dropdown,
.tai-nav-item-right:focus-within > .tai-dropdown {
  transform: translateY(0);
}

.tai-dropdown-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.tai-dropdown-link {
  display: block;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 40, 0.07);
  background: rgba(255, 255, 255, 0.72);
  color: var(--tai-text);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.tai-dropdown-link:hover {
  background: var(--tai-blue-soft);
  border-color: rgba(37, 99, 235, 0.18);
  transform: translateY(-1px);
}

.tai-dropdown-title {
  display: block;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  color: var(--tai-text);
}

.tai-dropdown-sub {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--tai-soft);
}

.tai-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 24px;
  background: #2563eb;
  border: 1px solid var(--tai-blue);
  color: #ffffff;
  font-size: 16px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.22);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.tai-nav-cta:hover {
  background: var(--tai-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(37, 99, 235, 0.28);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a22611 *//* Techtion AI Mobile Drawer Navigation - Scoped CSS Only */

.tai-mobile-nav,
.tai-mobile-nav *,
.tai-mobile-nav *::before,
.tai-mobile-nav *::after {
  box-sizing: border-box;
}

.tai-mobile-nav {
  --tai-text: #101828;
  --tai-muted: #475467;
  --tai-soft: #667085;
  --tai-line: rgba(16, 24, 40, 0.1);
  --tai-blue: #2563eb;
  --tai-blue-dark: #1d4ed8;
  --tai-blue-soft: rgba(37, 99, 235, 0.08);
  --tai-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
  --tai-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9997;
  background: transparent;
  font-family: var(--tai-font);
 
}

.tai-mobile-nav a {
  text-decoration: none;
}

.tai-mobile-nav-bar {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tai-mobile-brand {
  display: inline-flex;
  align-items: center;
}

.tai-mobile-logo {
  max-height: 46px;
  display: block;
  object-fit: contain;
}

.tai-hamburger-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid var(--tai-line);
  background: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
    margin: 0px !important;

}

.tai-hamburger-btn span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--tai-text);
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tai-mobile-nav.tai-drawer-is-open .tai-hamburger-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.tai-mobile-nav.tai-drawer-is-open .tai-hamburger-btn span:nth-child(2) {
  opacity: 0;
}

.tai-mobile-nav.tai-drawer-is-open .tai-hamburger-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.tai-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 9998;
  touch-action: none;
}

.tai-drawer-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, calc(100vw - 24px));
  height: 100dvh;
  background: #ffffff;
  border-left: 1px solid var(--tai-line);
  box-shadow: var(--tai-shadow);
  transform: translateX(105%);
  transition: transform 0.26s ease;
  z-index: 9999;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.tai-mobile-nav.tai-drawer-is-open .tai-drawer-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tai-mobile-nav.tai-drawer-is-open .tai-drawer-panel {
  transform: translateX(0);
}

.tai-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 14px;
}

.tai-drawer-brand {
  display: inline-flex;
  align-items: center;
}

.tai-drawer-logo {
  max-height: 48px;
  display: block;
  object-fit: contain;
}

.tai-drawer-close-btn{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid var(--tai-line);
  background: transparent;
  color: var(--tai-text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 5px 30px 35px 15px !important; 
  margin: 0px !important;
  font-weight: 700;

}

.tai-drawer-close-btn:hover {
  background: var(--tai-blue-soft);
  border-color: rgba(37, 99, 235, 0.2);
}

.tai-drawer-menu {
  padding: 14px;
}

.tai-drawer-link-main {
  display: flex;
  align-items: center;
  padding: 13px 12px;
  border-radius: 14px;
  color: var(--tai-text);
  font-size: 15px;
  font-weight: 750;
}

.tai-drawer-link-main:hover {
  background: var(--tai-blue-soft);
}

.tai-drawer-group {
  margin-top: 8px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.tai-drawer-summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 12px;
  color: var(--tai-text);
  font-size: 15px;
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tai-drawer-summary::-webkit-details-marker {
  display: none;
}

.tai-drawer-summary::after {
  content: "▾";
  font-size: 12px;
  color: var(--tai-muted);
  transition: transform 0.18s ease;
}

.tai-drawer-group[open] .tai-drawer-summary::after {
  transform: rotate(180deg);
}

.tai-drawer-submenu {
  display: grid;
  gap: 6px;
  padding: 0 8px 10px;
}

.tai-drawer-submenu a {
  display: block;
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--tai-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.tai-drawer-submenu a:hover {
  color: var(--tai-text);
  background: var(--tai-blue-soft);
}

.tai-drawer-cta {
  margin-top: 14px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2563eb, #0ea5e9, #2563eb);
  background-size: 220% 220%;
  border: 1px solid rgba(37, 99, 235, 0.7);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
  animation: taiCtaPulse 2.8s ease-in-out infinite, taiCtaColorShift 5s ease infinite;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tai-drawer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.28), transparent 34%);
  opacity: 0.75;
  pointer-events: none;
}

.tai-drawer-cta:hover {
  transform: translateY(-2px) scale(1.015);
  border-color: rgba(14, 165, 233, 0.9);
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.34);
}

.tai-drawer-cta:active {
  transform: translateY(0) scale(0.99);
}

@keyframes taiCtaPulse {
  0%, 100% {
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
  }

  50% {
    box-shadow: 0 18px 42px rgba(14, 165, 233, 0.38);
  }
}

@keyframes taiCtaColorShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tai-drawer-cta {
    animation: none;
  }
}

/* Animated Techtion AI logo mark inside drawer only */

.tai-drawer-panel {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
}

.tai-drawer-panel::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: 01px;
  background-image: url("https://techtion.ai/wp-content/uploads/2025/12/cropped-techtion-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.055;
  pointer-events: none;
  z-index: 0;
  animation: taiDrawerLogoFloat 12s ease-in-out infinite;
}

.tai-drawer-panel::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: -95px;
  top: 170px;
  background-image: url("https://techtion.ai/wp-content/uploads/2025/12/cropped-techtion-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.035;
  pointer-events: none;
  z-index: 0;
  animation: taiDrawerLogoFloatAlt 14s ease-in-out infinite;
}

.tai-drawer-top,
.tai-drawer-menu {
  position: relative;
  z-index: 1;
}

@keyframes taiDrawerLogoFloat {
  0%, 100% {
    transform: rotate(-40deg) scale(1);
  }

  50% {
    transform: rotate(5deg) scale(1.035);
  }
}

@keyframes taiDrawerLogoFloatAlt {
  0%, 100% {
    transform: rotate(5deg) scale(1);
  }

  50% {
    transform: rotate(-5deg) scale(1.025);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tai-drawer-panel::before,
  .tai-drawer-panel::after {
    animation: none;
  }
}
.tai-drawer-cta:hover {
  background: var(--tai-blue-dark);
}
/* Optional: hide this mobile nav on desktop if desktop nav is already separate */
@media (min-width: 981px) {
  .tai-mobile-nav {
    display: none;
  }
}/* End custom CSS */