/** Shopify CDN: Minification failed

Line 958:32 Expected ":"
Line 960:29 Unexpected "|"
Line 1086:0 Expected "}" to go with "{"

**/
/* Enhanced Service Menu Styles */
.HeaderMenu-service .service-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Override for JavaScript-controlled animations */
#service-menu-overlay {
  transition: transform 150ms ease-out !important;
}

/* Drawer overrides for Service Menu overlay */
#service-menu-overlay{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 150ms ease-out !important;
  will-change: transform !important;
}

@media (max-width: 1200px){
  /* Force left drawer behavior on small screens */
  /* .custom-service-dropdown{ 
    width: 100% !important; 
    max-width: 100% !important; 
    transform: translateX(0%) !important;
  }
  .custom-service-dropdown.show{ 
    transform: translateX(0) !important; 
  }
  #service-menu-overlay{ 
    transform: translateX(-100%) !important; 
    width: 100% !important;
    max-width: 100% !important;
  }
  #service-menu-overlay.show{ 
    transform: translateX(0) !important; 
  } */
  /* Override any parent class constraints */
  .HeaderMenu-service .custom-service-dropdown,
  .HeaderMenu-service #service-menu-overlay {
    width: 100% !important;
    max-width: 100% !important;
    transform: translateX(-100%) !important;
  }
  .HeaderMenu-service .custom-service-dropdown.show,
  .HeaderMenu-service #service-menu-overlay.show {
    transform: translateX(0) !important;
  }
}

@media (min-width: 1201px){
  #service-menu-overlay{ transform: translateY(-100%) !important; }
  #service-menu-overlay.show{ transform: translateY(0) !important; }
}

/* Force the mega menu to show when Services is hovered */
.HeaderMenu-service details.mega-menu[open] .mega-menu__content {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ensure the service menu content is properly styled */
.HeaderMenu-service .mega-menu__content .service-menu-container {
  position: relative;
  z-index: 1000;
}

/* Custom Service Dropdown Styles - E2M Solutions Full-Screen Style */
.HeaderMenu-service .custom-service-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: none !important;
  z-index: 9999 !important;
  margin-top: 0;
  display: none;
  border: none;
  overflow-y: auto;
  will-change: transform, opacity;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.HeaderMenu-service .custom-service-dropdown.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: none !important;
}

/* Make sure the parent li has relative positioning */
.HeaderMenu-service li:has(.custom-service-dropdown) {
  position: relative;
}

/* Fallback for browsers that don't support :has() */
.HeaderMenu-service li {
  position: relative;
}

/* Ensure the dropdown is visible when needed */
.HeaderMenu-service.custom-service-dropdown {
  pointer-events: auto !important;
}

/* Smooth backdrop transition */
.HeaderMenu-service .service-menu-fullscreen-backdrop {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity;
}

/* Debug styles to make dropdown visible */
.HeaderMenu-service .custom-service-dropdown.debug {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
  background: #ffffff !important;
  border: 2px solid #007bff !important;
}

/* E2M Solutions Style Service Menu - Full Screen */
.HeaderMenu-service .service-menu-container {
  padding: 64px 32px 40px 32px;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* E2M-style panel background and right angled white slab */
.HeaderMenu-service .service-menu-sub { background: #000; }
.HeaderMenu-service .service-menu-sub .menu-contact {
  position: relative;
  flex: 0 0 40%;
  background: #f1d203;
  height: 100%;
  padding: 0;
}
.HeaderMenu-service .service-menu-sub .menu-contact::before {
  content: '';
  display: block;
  background: #f1d203;
  height: 100%;
  width: 120%;
  position: absolute;
  right: -10%;
  top: 0;
  z-index: 1;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
.HeaderMenu-service .service-menu-sub .menu-contact > * { position: relative; z-index: 2; }

/* E2M-like 4-column layout and spacing */
.HeaderMenu-service .service-menu-sub .service-menu-grid{
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0;
  align-items: stretch;
  /* height: 100%; */
  padding: 0;
  width: 100%;
}
.HeaderMenu-service .service_menu_kalvyo {
  max-width: 500px;
  width: 100%;
}
/* Left 3 columns – typography & separators */
.HeaderMenu-service .service-menu-sub .service-menu-category{
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 40px;
  flex: 1;
}
.HeaderMenu-service .service-menu-sub-inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px 5%  20px 50px;
}
.HeaderMenu-service .service-menu-sub .service-category-header h4{
  color:#ffffff;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: normal;
}
.HeaderMenu-service .service-menu-sub .service-category-header h4 p{
 font-size: 30px;
}
.HeaderMenu-service .service-menu-sub .service-category-header p{
  color: rgba(255,255,255,.92);
  margin: 0 0 14px;
}
.HeaderMenu-service input:focus-visible{
  outline-style: unset;
}
.HeaderMenu-service input , .HeaderMenu-service input::placeholder , .HeaderMenu-service .service-menu-klaviyo-wrapper [role="listbox"] [role="option"]{
  font-size:14px !important;
}
.HeaderMenu-service .service-menu-sub .service-menu-list{ list-style:none; }
.HeaderMenu-service .service-menu-sub .service-menu-list li{ border-bottom:none; }
.HeaderMenu-service .service-menu-sub .service-menu-list li:last-child{border-bottom:none;}
.HeaderMenu-service .service-menu-sub .service-menu-list a{
  color:#ffffff;
  display:block;
  padding: 0;
  font-weight:500;
  text-decoration:none;
  max-width: max-content;
  margin: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  transition: .4s all;
  /* transition:color .2s ease, transform .2s ease, background-color .2s ease; */
}

/* Featured (right) – ensure content sits nicely over angled slab */
.HeaderMenu-service .service-menu-klaviyo-wrapper{ padding:24px; min-height:560px;     max-width: 100%; }

/* @media (max-width: 1400px){
  .service-menu-sub .menu-contact::before{ width: 68vw; right: -16vw; }
}
@media (max-width: 1200px){
  .service-menu-sub .menu-contact::before{ width: 74vw; right: -20vw; }
} */

.HeaderMenu-service .service-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

.HeaderMenu-service .close-btn {
  background: #000 !important;
  border: none;
  border-radius: 0 !important;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ffffff;
  will-change: transform, background, color, box-shadow;
}

.HeaderMenu-service .close-btn:hover {
  background: #ff5b27;
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.HeaderMenu-service .swipe-indicator {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10001;
}

.HeaderMenu-service .swipe-handle {
  width: 40px;
  height: 4px;
  background: #d1d5db;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.HeaderMenu-service .swipe-text {
  font-size: 12px;
  color: #9ca3af;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.HeaderMenu-service .service-menu-sub .service-menu-list.service-menu-list-industry {
  display: flex;
  flex-wrap: wrap;
}
ul.service-menu-list.service-menu-list-industry.service-menu-list-industry li {
      max-width: calc(50% - 5px);
      width: 100%;
}
@media (max-width: 1300px) {
 .HeaderMenu-service .service-menu-sub .service-category-header h4{   
    font-size: 20px;
  }
  .HeaderMenu-service .service-menu-sub .service-menu-list a{
    padding:  0;
  }
 .HeaderMenu-service .service-menu-sub-inner{
    padding: 20px 5% 20px 30px;
  }
}
/* Show swipe indicator on mobile */
@media (max-width: 768px) {
 .HeaderMenu-service .swipe-text {
    opacity: 1;
  }
  
  .swipe-handle {
    background: #6b7280;
  }
}

.HeaderMenu-service .service-menu-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

.HeaderMenu-service .service-menu-header h3 {
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}

.HeaderMenu-service .service-menu-header p {
  margin: 0;
  font-size: 16px;
  color: #6b7280;
  line-height: 1.5;
}

.HeaderMenu-service .service-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.HeaderMenu-service .service-menu-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

.HeaderMenu-service .service-category-icon {
  font-size: 32px;
  margin-bottom: 16px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  /* border-radius: 12px; */
  color: white;
  font-size: 24px;
}
.HeaderMenu-service .service-menu-sub-inner_logo{
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding: 20px 0;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper .go3176171171 span{
  color: #000 !important;
  font-family: 'Poppins' !important;
}
.HeaderMenu-service .service-menu-sub-inner_services {
  max-width: calc(100% - 400px);
  width: 100%;
}
.HeaderMenu-service .service-category-content h4 {
  margin: 0 0 8px 0;
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.HeaderMenu-service .service-category-content p {
  margin: 0 0 20px 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}

.HeaderMenu-service .service-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.HeaderMenu-service .service-menu-list li {
  margin-bottom: 0;
     padding: 8px 0;
}

.HeaderMenu-service .service-menu-list a {
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  padding: 8px 0;
  border-radius: 6px;
  position: relative;
  will-change: transform, color, padding;
}

.HeaderMenu-service .service-menu-list a:hover {
  /* color: #3b82f6;
  padding-left: 12px; */
}

.service-menu-list a:hover::before {
  width: 8px;
}

.HeaderMenu-service .service-menu-featured {
  grid-column: span 1;
}

.HeaderMenu-service .featured-service-card {
  /* background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); */
  border-radius: 16px;
  padding: 24px;
  color: white;
  position: relative;
  /* overflow: hidden; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

.HeaderMenu-service .featured-service-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.HeaderMenu-service .featured-service-content h5 {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.HeaderMenu-service .featured-service-content p {
  margin: 0 0 20px 0;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.5;
}

.HeaderMenu-service .featured-service-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* background: rgba(255, 255, 255, 0.15); */
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

.HeaderMenu-service .featured-service-btn:hover {
  /* background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}

.HeaderMenu-service .service-menu-footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 30px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

.HeaderMenu-service .service-menu-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.HeaderMenu-service .cta-content h5 {
  margin: 0 0 4px 0;
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
}

.HeaderMenu-service .cta-content p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.HeaderMenu-service .service-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3b82f6;
  color: white;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Responsive Design - E2M Solutions Style */
@media (max-width: 1200px) {
  .HeaderMenu-service .custom-service-dropdown {
    width: 100% !important;
  }
  
  .HeaderMenu-service .service-menu-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
  
  .HeaderMenu-service .service-menu-featured {
    grid-column: span 3;
  }
}

@media (max-width: 1024px) {
 .HeaderMenu-service .custom-service-dropdown {
    width: 100% !important;
  }
  
  .HeaderMenu-service .service-menu-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .HeaderMenu-service .service-menu-featured {
    grid-column: span 2;
  }
  
 .HeaderMenu-service .service-menu-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 768px) {
 .HeaderMenu-service  .service-menu-container {
    padding: 60px 20px 40px 20px;
  }
  
 .HeaderMenu-service .service-menu-close {
    top: 15px;
    right: 15px;
  }
  
  .HeaderMenu-service .close-btn {
    width: 40px;
    height: 40px;
  }
  
 .HeaderMenu-service  .service-menu-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
 .HeaderMenu-service  .service-menu-featured {
    grid-column: span 1;
  }
  
  .HeaderMenu-service .service-menu-header h3 {
    font-size: 24px;
  }
  
 .HeaderMenu-service .service-category-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .HeaderMenu-service .service-category-content h4 {
    font-size: 16px;
  }
  
 .HeaderMenu-service .service-menu-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* Enhanced Mega Menu Styles */
.HeaderMenu-service .mega-menu {
  position: relative;
  z-index: 999;
}

.HeaderMenu-service .mega-menu__submenu-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  display: none;
}

.HeaderMenu-service .mega-menu__submenu-container.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.HeaderMenu-service .mega-menu__submenu-item {
  padding: 12px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-20px);
}

.HeaderMenu-service .mega-menu__submenu-item:hover {
  /* background: rgba(0, 0, 0, 0.05);
  transform: translateX(5px); */
}

.HeaderMenu-service .mega-menu__submenu-item.show {
  opacity: 1;
  transform: translateX(0);
}

/* Service Menu Item Enhancement */
.HeaderMenu-service .mega-menu__item a[href*="services"] {
  position: relative;
  transition: all 0.3s ease;
}

/* .mega-menu__item a[href*="services"]:hover {
  color: #007bff;
} */

.HeaderMenu-service .mega-menu__item a[href*="services"]::after {
  content: '';
  /* position: absolute; */
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  /* background: #007bff; */
  transition: width 0.3s ease;
}

.HeaderMenu-service .mega-menu__item:hover a[href*="services"]::after {
  width: 100%;
}

/* Mobile Service Menu Enhancements */
.HeaderMenu-service  .header__menu-item--has-dropdown .header__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.HeaderMenu-service .header__menu-item--has-dropdown .header__submenu.show {
  max-height: 500px;
  opacity: 1;
}

/* Service Menu Grid Layout */
.HeaderMenu-service .service-menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.HeaderMenu-service .service-menu-category {
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.HeaderMenu-service .service-menu-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.HeaderMenu-service .service-menu-category h4 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.HeaderMenu-service .service-menu-category ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.HeaderMenu-service .service-menu-category li {
  /* padding: 8px 0; */
  border-bottom: 1px solid #e9ecef;
}

.HeaderMenu-service .service-menu-category li:last-child {
  border-bottom: none;
}

.HeaderMenu-service .service-menu-category a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.HeaderMenu-service .service-menu-category a:hover {
  /* color: #007bff; */
}

/* Animation Keyframes */
@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* from */
.HeaderMenu-service .service-menu-klaviyo-wrapper .needsclick.kl-private-reset-css-Xuajs1 {
  flex-direction: column !important;
  flex: 1 !important;
  align-items: flex-start !important;
  max-width: 100%;
  width: 100%;
  color: #000 !important;
    min-height: 40px !important;
    justify-content:center;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper .needsclick.kl-private-reset-css-Xuajs1 label{
  min-height:unset !important;
}
.HeaderMenu-service input::placeholder {
  color: #000 !important;
}
.HeaderMenu-service .needsclick.go1105880439.kl-private-reset-css-Xuajs1 {
  flex-direction: row !important;
  border: 1px solid #000 !important;
}
.HeaderMenu-service .needsclick.go1105880439.kl-private-reset-css-Xuajs1:focus-within{
  outline: none !important;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper input#first_name_01K3TJQTZC2KPJWVE5ZFB1RNTR {
  padding: 10px !important;
  width: 100%;
  border: 1px solid #000 !important;
} 
.HeaderMenu-service .service-menu-klaviyo-wrapper .needsclick.kl-private-reset-css-Xuajs1 svg path{
  fill:#000;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper input#email_01K3TJQTZGQ07K0QK575Y4AKZC {
  padding: 10px !important;
  width: 100%;
  border: 1px solid #000 !important;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper.needsclick.go1105880439.kl-private-reset-css-Xuajs1 {
  display: flex;
  flex-direction: row !important;
  padding: 10px !important;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper button#downshift-23-toggle-button , .service-menu-klaviyo-wrapper button#downshift-24-toggle-button , .service-menu-klaviyo-wrapper button#downshift-25-toggle-button , .service-menu-klaviyo-wrapper button#downshift-26-toggle-button {
  width: 20px;
  min-width: unset !important;
  align-items: end !important;
  display: flex;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper input#Tell_us_more_about_your_requirements_01K3TJQV0EZTT0T6DN9KMT7X09 {
  padding: 10px !important;
  width:100%;
  border: 1px solid #000 !important;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper button.needsclick.go784684328.kl-private-reset-css-Xuajs1 {
  background: #000 !important;
  height: 50px !important;
  color: #fff !important;
  border-radius: 0 !important;
  max-width: max-content;
  margin: auto;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  border: 0 !important;
  padding: 0 2.8rem !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 1.5rem !important;
  text-decoration: none !important;
  transition: box-shadow var(--duration-short) ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  overflow: hidden !important;
  font-weight: 600 !important;
  text-align: center !important;
  min-width: auto !important;
  position:relative;
  border-radius: 7px !important;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper button.needsclick.go784684328.kl-private-reset-css-Xuajs1:before{
      background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    transition: all 1.5s 
cubic-bezier(.19, 1, .22, 1);
    left: -50%;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper button.needsclick.go784684328.kl-private-reset-css-Xuajs1:hover:before{
      left: 120%;
    opacity: .5;
}
.HeaderMenu-service input[type="text"]:focus{
background-color: transparent !important;
}
.HeaderMenu-service input[type="text"]:not(:placeholder-shown),
.HeaderMenu-service input[type="text"].filled,
.HeaderMenu-service input[type="text"]:valid {
  background-color: #f0f6ff !important;
}
/* Autofill override for Chrome, Safari, Edge */
.HeaderMenu-service input:-webkit-autofill,
.HeaderMenu-service input:-webkit-autofill:hover, 
.HeaderMenu-service input:-webkit-autofill:focus, 
.HeaderMenu-service input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important; /* transparent bg */
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important; /* force text color */
  caret-color: #000 !important; /* caret (typing cursor) color */
  transition: background-color 9999s ease-in-out 0s !important; /* hack: delay autofill bg */
}
.HeaderMenu-service .service-menu-klaviyo-wrapper input#first_name_01K3TJQTZC2KPJWVE5ZFB1RNTR , .service-menu-klaviyo-wrapper input#Tell_us_more_about_your_requirements_01K3TJQV0EZTT0T6DN9KMT7X09{
  background-color: transparent !important;
  outline-style: none;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper .needsclick.kl-private-reset-css-Xuajs1:focus-visible{
  outline-color:#000 !important;
  outline-style: unset;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper button#downshift-14-toggle-button , .service-menu-klaviyo-wrapper button#downshift-15-toggle-button , .service-menu-klaviyo-wrapper button#downshift-16-toggle-button , .service-menu-klaviyo-wrapper button#downshift-17-toggle-button{
  align-items: end !important;
  display: flex;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper [role="listbox"] 
{
  background-color: #f1d203 !important;
  border-color: #000 !important;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper [role="listbox"] [role="option"]:hover {
  background-color: #000  !important;
  color: #f1d203 !important;colo
}
.custom-service-dropdown.show|{
  transform: translateX(0%) !important;
}
.HeaderMenu-service .service-menu-sub-inner_logo{
    display: flex;
    justify-content: flex-start;
    padding: 20px 50px;
    gap: 20px;
    align-items: center;
}
.HeaderMenu-service .service-menu-sub-inner_logo  .service-menu-logo-text p {
    color: #f1d203;
}
.HeaderMenu-service .needsclick.go1105880439.kl-private-reset-css-Xuajs1 button {
    display: flex;
    align-items: end !important;
}
.service-category-header {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    justify-content: space-between;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper .needsclick.kl-private-reset-css-Xuajs1 [role="alert"] {
  min-height:unset !important;
}
.HeaderMenu-service .service-menu-klaviyo-wrapper .needsclick.kl-private-reset-css-Xuajs1 [role="option"]{
   min-height:unset !important;
}
/* Responsive Design */
@media (max-width: 1199px) {
.service-menu-close{
    position: absolute;
    right: 10px;
    z-index:99;
    top:0;
}
.header .link-swap-after:after{
  display:none ;
}
.service-menu-close .close-btn{
    background: #f1d203;
    outline: none;
    border: none;
    padding: 3px;
    line-height: 0;
}
.service-category-header h4 {
    margin: 10px 0 0;
    font-size:30px;
}
.service-menu-container.service-menu-sub {
    background: #000;
    z-index: 999;
    position: relative;
    padding: 20px;
    /* height: 100%; */

}
#mega-menu-list {
    position: relative;
    z-index: 0;
}
.service-menu-list{
    padding: 0;
    list-style: none;
}
.service_menu_kalvyo{
    display:none;
}
.service-menu-sub-inner_logo{
    display:none;
}
}
@media (max-width: 1200px) {
 .HeaderMenu-service .mega-menu__submenu-container {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding: 10px;
  }
  
 .HeaderMenu-service .service-menu-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
 .HeaderMenu-service .service-menu-category {
    padding: 12px;
  }

  .custom-service-dropdown {
    transform: translate(100%, 0) !important;
    transition: all .3s ease-in-out;
  }

  .custom-service-dropdown.service_active {
    transform: translate(0, 0) !important;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
 .HeaderMenu-service .mega-menu__submenu-container {
    /* background: #2d3748; */
    color: #ffffff;
  }
  
 .HeaderMenu-service .service-menu-category {
    background: #4a5568;
  }
  
 .HeaderMenu-service  .service-menu-category h4 {
    color: #ffffff;
  }
  
 .HeaderMenu-service .service-menu-category h4 {
  .service-menu-category a {
    color: #e2e8f0;
  }
  
 .HeaderMenu-service .service-menu-category h4 {
  .service-menu-category a:hover {
    /* color: #63b3ed; */
  }
}
