.elementor-kit-10{--e-global-color-primary:#1C3C56;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */body {
  cursor: none;
}

.ps-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1c3c56;
  pointer-events: none;
  z-index: 999999;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  will-change: transform, left, top;
}



.ps-cursor.is-hover {
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1024px) {
  body {
    cursor: auto;
  }

  .ps-cursor,
  .ps-cursor-glow {
    display: none;
  }
}
DELETE THIS ONCE SITE IS COMPLETE
body.wp-admin,
body.elementor-editor-active,
body.elementor-editor-preview,
html.elementor-html body {
  cursor: auto !important;
}

body.wp-admin *,
body.elementor-editor-active *,
body.elementor-editor-preview *,
html.elementor-html body * {
  cursor: auto !important;
}

body.wp-admin .ps-cursor,
body.wp-admin .ps-cursor-glow,
body.elementor-editor-active .ps-cursor,
body.elementor-editor-active .ps-cursor-glow,
body.elementor-editor-preview .ps-cursor,
body.elementor-editor-preview .ps-cursor-glow,
html.elementor-html body .ps-cursor,
html.elementor-html body .ps-cursor-glow {
  display: none !important;
}


.consult-btn .elementor-button-wrapper {
  width: 100%;
  text-align: right;
}

.consult-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1c3c56;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 32px;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.consult-btn .elementor-button:hover {
  background: rgba(28, 60, 86, 0.90);
}

.consult-btn .elementor-button-icon {
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.consult-btn .elementor-button:hover .elementor-button-icon {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .consult-btn,
  .consult-btn .elementor-button-wrapper {
    width: 100%;
    text-align: center !important;
  }

  .consult-btn .elementor-button {
    margin: 0 auto;
  }
}

.outline-pill-btn .elementor-button-wrapper {
  text-align: left;
}

.outline-pill-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  padding: 18px 32px;
  border: 2px solid rgba(28, 60, 86, 0.40);
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.outline-pill-btn .elementor-button:hover,
.outline-pill-btn .elementor-button:focus {
  background: rgba(28, 60, 86, 0.10);
  color: #ffffff;
  border-color: rgba(28, 60, 86, 0.40);
}

@media (max-width: 767px) {
  .outline-pill-btn,
  .outline-pill-btn .elementor-button-wrapper {
    width: 100%;
    text-align: center !important;
  }

  .outline-pill-btn .elementor-button {
    margin: 0 auto;
  }

.outline-pill-btn .elementor-button:hover,
.outline-pill-btn .elementor-button:focus {
  background: rgba(28, 60, 86, 0.10);
  color: #ffffff;
  border-color: rgba(28, 60, 86, 0.40);
}
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 96px;
  width: max-content;
  animation: logoMarqueeScroll 32s linear infinite;
}

.logo-marquee-item {
  flex: 0 0 auto;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6), transparent);
}

@media (min-width: 768px) {
  .logo-marquee-item {
    font-size: 3rem;
  }
}

@keyframes logoMarqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


body {
  overflow-x: hidden;
}

.site,
.site-content,
.elementor {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}/* End custom CSS */