.elementor-kit-10{--e-global-color-primary:#9B4DFF;--e-global-color-secondary:#A7B0C0;--e-global-color-text:#7A7A7A;--e-global-color-accent:#20F0D0;--e-global-color-460776d:#F4F7FB;--e-global-color-5eb2beb:#38BDF8;--e-global-color-8ccd8db:#10172F;--e-global-color-65ee6d7:#0B1026;--e-global-color-49e2b6a:#050814;--e-global-color-309bb04:#1C746F;--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:  #9B4DFF;
  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;
}


/* KEEP CONSULT BUTTON ORIGINAL */
.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);
}

/* OUTLINE BUTTON — MATCH CONSULT BUTTON SIZE */
.outline-pill-btn .elementor-button-wrapper {
  width: 100%;
  text-align: left;
}

.outline-pill-btn .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 250px !important;
  height: 50px !important;

  background: transparent !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 0 32px !important;
  border: 2px solid rgba(255,255,255,0.40) !important;
  border-radius: 999px !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* CONSULT BUTTON — leave original sizing alone */
.consult-btn .elementor-button-wrapper { 
  width: 100%;
  text-align: right;
}

.consult-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #980000;
  font-weight: 700;
  font-size: 18px;
  padding: 18px 32px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.consult-btn .elementor-button:hover {
  background: #980000;
  color: #ffffff;
  border-color: #980000;
}


/* OUTLINE PILL BUTTON — match consult button size */
.outline-pill-btn .elementor-button-wrapper {
  width: 100%;
  text-align: left;
}

.outline-pill-btn .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 252px !important;
  height: 62px !important;

  background: transparent !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding: 0 32px !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;

  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(255, 255, 255, 0.10) !important;
  color: #9B4DFF !important;
  border-color: #9B4DFF !important;
}


/* ICON MOTION */
.consult-btn .elementor-button-icon,
.outline-pill-btn .elementor-button-icon {
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.consult-btn .elementor-button:hover .elementor-button-icon,
.outline-pill-btn .elementor-button:hover .elementor-button-icon {
  transform: translateX(4px);
}


/* MOBILE */
@media (max-width: 767px) {
  .consult-btn,
  .outline-pill-btn,
  .consult-btn .elementor-button-wrapper,
  .outline-pill-btn .elementor-button-wrapper {
    width: 100%;
    text-align: center !important;
  }

  .consult-btn .elementor-button,
  .outline-pill-btn .elementor-button {
    margin: 0 auto !important;
  }

  .outline-pill-btn .elementor-button {
    width: 370px !important;
    height: 50px !important;
  }
   .consult-btn .elementor-button {
    width: 370px !important;
    height: 50px !important;
  }
  /* Center the button widgets */
.consult-btn,
.outline-pill-btn {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

/* Center Elementor's internal button wrapper */
.consult-btn .elementor-button-wrapper,
.outline-pill-btn .elementor-button-wrapper {
  width: 100% !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
}

/* Keep both buttons centered */
.consult-btn .elementor-button,
.outline-pill-btn .elementor-button {
  margin-left: auto !important;
  margin-right: auto !important;
}
}
.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: 3rem;
  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;
}

/* Prevent mobile horizontal overflow */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Keep Elementor containers inside screen width */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Mobile-specific cleanup */
@media (max-width: 767px) {
  section,
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget,
  .elementor-widget-wrap,
  .elementor-widget-container {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .elementor-container,
  .elementor-column,
  .elementor-widget-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Fix sections using full-screen width */
  .elementor-section,
  .elementor-container {
    width: 100% !important;
  }
}

/* Fix marquee / trusted-by section overflow */
.logo-marquee,
.logo-marquee-track,
.marquee,
.marquee-track {
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Let marquee content move, but do not stretch the page */
.logo-marquee-track,
.marquee-track {
  width: max-content !important;
  max-width: none !important;
}

/* Prevent images/logos from pushing page wider */
img,
svg,
video {
  max-width: 100% !important;
  height: auto;
}

/* Fix any large inner blocks */
@media (max-width: 767px) {
  .trusted-section,
  .services-section,
  .hero-section,
  .ps-section,
  .ps-container,
  .pm-section,
  .pm-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */