.elementor-kit-8{--e-global-color-primary:#C3562A;--e-global-color-secondary:#394F2F;--e-global-color-text:#283030;--e-global-color-accent:#D5A92F;--e-global-color-b33c27d:#EDE7C9;--e-global-color-517f1c0:#FFFFFF;--e-global-color-57e3ff8:#F4F1E3;--e-global-color-f04577e:#D9D1BF;--e-global-color-9bdb16c:#0F2B33;--e-global-typography-primary-font-family:"Natasha";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"TallowTC";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-text-font-family:"source-sans-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Natasha";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-57e3ff8 );color:var( --e-global-color-text );font-family:"source-sans-pro", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Natasha", Sans-serif;font-size:18px;line-height:1.11lh;color:var( --e-global-color-517f1c0 );border-radius:8px 8px 8px 8px;padding:8px 16px 10px 16px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:24px;}.elementor-kit-8 a{color:var( --e-global-color-primary );}.elementor-kit-8 a:hover{color:var( --e-global-color-primary );}.elementor-kit-8 h1{color:var( --e-global-color-b33c27d );font-family:"Natasha", Sans-serif;font-size:66px;font-weight:600;letter-spacing:-4px;}.elementor-kit-8 h2{font-family:"Natasha", Sans-serif;font-size:49px;font-weight:600;letter-spacing:-1px;}.elementor-kit-8 h3{font-family:"Natasha", Sans-serif;font-size:35px;font-weight:600;letter-spacing:-1px;}.elementor-kit-8 h4{font-family:"TallowTC", Sans-serif;font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:2px;}.elementor-kit-8 h5{font-family:"Natasha", Sans-serif;font-size:24px;font-weight:600;line-height:1.17em;}.elementor-kit-8 h6{color:var( --e-global-color-secondary );font-family:"Natasha", Sans-serif;font-size:15px;font-weight:100;font-style:normal;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8{font-size:17px;line-height:1.6lh;}.elementor-kit-8 h1{font-size:44px;line-height:1lh;}.elementor-kit-8 h2{font-size:36px;line-height:1.18lh;}.elementor-kit-8 h3{font-size:28px;line-height:1.1lh;}.elementor-kit-8 h4{font-size:20px;line-height:1.1lh;}.elementor-kit-8 h5{font-size:22px;line-height:1lh;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{font-size:16px;line-height:1.5lh;}.elementor-kit-8 h1{font-size:34px;line-height:1lh;}.elementor-kit-8 h2{font-size:30px;line-height:1.15lh;}.elementor-kit-8 h3{font-size:24px;line-height:1.1lh;}.elementor-kit-8 h4{font-size:18px;line-height:1.1lh;}.elementor-kit-8 h5{font-size:20px;line-height:1lh;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Body text links */
.elementor-widget-text-editor a {
  color: var(--e-global-color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

/* Hover state */
.elementor-widget-text-editor a:hover {
  color: #914222;
  text-decoration-thickness: 2px;
}


/* Secondary Button Styling */

.secondary-btn {
  display: block;
  width: auto;
  text-align: center;
}

.secondary-btn .elementor-button-wrapper {
  display: inline-block;
}

.secondary-btn .elementor-button {
  display: inline-block;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 3px dashed currentColor !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 1.2em;
}

.secondary-btn .elementor-button:hover {
  border-bottom: 3px solid currentColor !important;
}

/* Service Card Animation */

.card {
  transition: transform 0.2s ease;
}

.card img {
  transition: transform 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
}

.card:hover img {
  transform: scale(1.03);
}

/* Image scroll track */
.image-track {
  display: flex;
  width: max-content;
  animation: scroll-left 105s linear infinite;
}

/* Smooth infinite scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover (optional but nice) */
.image-track:hover {
  animation-play-state: paused;
}

@media (max-width: 767px) {

  /* Main dropdown panel */
  .mobile-nav .elementor-nav-menu--dropdown,
  .mobile-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 80px !important;   /* adjust if needed */
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    overflow: visible !important;
    z-index: 9999 !important;
  }

  /* Stop Elementor from shrink-wrapping the widget */
  .mobile-nav,
  .mobile-nav .elementor-widget-container,
  .mobile-nav .elementor-nav-menu-container {
    width: auto !important;
    min-width: 0 !important;
  }

  /* Make submenus open inline instead of floating */
  .mobile-nav .sub-menu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* Keep submenu items inside the panel width */
  .mobile-nav .sub-menu li,
  .mobile-nav .sub-menu a {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .mobile-nav .elementor-nav-menu a {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mobile-nav .elementor-nav-menu--dropdown,
  .mobile-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 105px !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-radius: 14px !important;
    overflow: visible !important;
    z-index: 9999 !important;
  }

  .mobile-nav .sub-menu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 1280px) {

  .site-header {

    padding: 12px 20px !important;

  }

  /* Main menu links only */

  .site-header .elementor-nav-menu > li > a {

    padding: 0 10px !important;

    font-size: 14px;

  }

  /* Dropdown links */

  .site-header .elementor-nav-menu .sub-menu a {

    padding: 8px 12px !important;

    line-height: 1.25 !important;

    font-size: 14px;

  }

  .site-header img {

    max-width: 140px;

  }

  .site-header .elementor-button {

    padding: 10px 16px;

    font-size: 13px;

  }

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Natasha';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://axeman-staging.dreamhosters.com/wp-content/uploads/2026/03/natasha-webfont.woff2') format('woff2'),
		url('https://axeman-staging.dreamhosters.com/wp-content/uploads/2026/03/natasha-webfont.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'TallowTC';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://axeman-staging.dreamhosters.com/wp-content/uploads/2026/03/TallowTC-Regular.eot');
	src: url('https://axeman-staging.dreamhosters.com/wp-content/uploads/2026/03/TallowTC-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://axeman-staging.dreamhosters.com/wp-content/uploads/2026/03/TallowTC-Regular.woff') format('woff'),
		url('https://axeman-staging.dreamhosters.com/wp-content/uploads/2026/03/TallowTC-Regular.ttf') format('truetype'),
		url('https://axeman-staging.dreamhosters.com/wp-content/uploads/2026/03/TallowTC-Regular.svg#TallowTC') format('svg');
}
/* End Custom Fonts CSS */