.elementor-kit-6{--e-global-color-primary:#E5D9EB;--e-global-color-secondary:#9C84BD;--e-global-color-accent:#412B71;--e-global-color-text:#FFFFFF;--e-global-color-4c02369:#6DB0E1;--e-global-color-cc25bc2:#0E0F1C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:40px;--e-global-typography-primary-letter-spacing:1.5px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:15px;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:16px;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-line-height:22px;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-a355d44-font-family:"Montserrat";--e-global-typography-a355d44-font-size:13.5px;--e-global-typography-a355d44-font-weight:300;--e-global-typography-a355d44-line-height:22px;--e-global-typography-a355d44-letter-spacing:0.5px;background-color:var( --e-global-color-cc25bc2 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@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 {
  font-family: 'Montserrat', sans-serif;
  background-color: #0d0c18;
  margin: 0;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pill-nav-wrapper {
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10000;
  pointer-events: none;
}

#pillNav {
  pointer-events: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 6px 8px;
  background: rgba(13, 12, 24, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  white-space: nowrap;
  max-width: max-content;
  transition:
    padding 0.5s ease,
    gap 0.55s ease,
    max-width 0.5s ease,
    background 0.5s ease,
    border 0.5s ease;
    box-shadow: 0 8px 35px rgba(14, 15, 27, 0.85);
}

/* Pill nav links */
#pillNav a {
  color: white;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.25s ease, color 0.25s ease, border 0.25s ease;
}

#pillNav a:hover,
#pillNav a.active,
#pillNav a.active-section {
  background: rgba(255, 255, 255, 0.08);
  color: #e5d9eb;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Experience Fuse button */
#pillNav .experience-button {
  background-color: #6db0e1;
  color: white;
  border: none;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(-12px) scale(0.95);
  animation: fuseFadeIn 0.5s ease-out 0.2s forwards;
}

#pillNav .experience-button:hover {
  background-color: #5ca3d7;
  border: none;
}

/* Animation */
@keyframes fuseFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-12px) scale(0.95);
  }
  60% {
    opacity: 0.6;
    transform: translateX(2px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}



/* === BASE MARQUEE === */
.marquee-wrapper {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 50px 0 30px;
}

.marquee-track {
  display: flex;
  gap: 80px;
  animation: scroll-marquee 30s linear infinite;
  white-space: nowrap;
}

.marquee-track img {
  height: 32px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.marquee-track img:hover {
  opacity: 0.6;
}

/* Gradient fades */
.marquee-wrapper::before,
.marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(14, 15, 28, 1) 0%, rgba(14, 15, 28, 0) 100%);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(14, 15, 28, 1) 0%, rgba(14, 15, 28, 0) 100%);
}

@keyframes scroll-marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}



.gradient-text-wrapper {
  max-width: 575px;
  margin: 0 auto;
  padding: 0px 0px;
  position: relative;
  overflow: hidden;
}

.gradient-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1.6;
  position: relative;

  /* More gradual gradient mask */
  -webkit-mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
  mask-image: linear-gradient(to right, transparent, black 30%, black 70%, transparent);
}

@media (max-width: 768px) {
  .gradient-text {
    font-size: 11.5px;
  }
}

/* ✅ Global Font Reset */
body, html {
  font-family: 'Montserrat', sans-serif !important;
}


/* ==============================
   Base / Global Styles
   ============================== */
body .agency-faq {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

body .agency-faq__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-left: 50px;
  color: #fff;
}

/* CTA image + overlay */
body .agency-faq__cta {
  position: relative;
}

body .agency-faq__cta-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  margin-top: -35px;
}

body .agency-faq__cta-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  padding: 120px 55px 48px;
  pointer-events: none;
}

body .agency-faq__cta-heading {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.25);
}

body .agency-faq__cta-copy {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  max-width: 560px;
  margin: 0;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 6px rgba(0,0,0,.25);
}

body .agency-faq__cta-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 35px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  border: 1px solid rgba(156, 132, 189, 1);
  background: radial-gradient(ellipse at bottom, rgba(156,132,189,1), rgba(68,56,105,1));
  box-shadow: 0 0 0 rgba(152,133,185,0.15);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
body .agency-faq__cta-btn:hover {
  box-shadow: 0 0px 20px rgba(152,133,185,0.35);
  color: #fff;
}

/* FAQ Content Area */
body .agency-faq__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: height 0.7s ease;
}

body .agency-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

/* Question row */
body .agency-faq__q {
  width: 100%;
  padding: 25px 25px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.85);
  background: none;
  border: none;
  outline: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body .agency-faq__arrow {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
/* Rotate arrow when open */
body .agency-faq__q[aria-expanded="true"] .agency-faq__arrow {
  transform: rotate(180deg);
}

/* Answer pane */
body .agency-faq__a {
  max-height: 0;
  overflow: hidden;
  padding: 0px 30px;
  font-size: 13.5px;
  line-height: 1.7;
  max-width: 575px;
  color: rgba(255, 255, 255, 0.65);
  transition: max-height 0.7s ease, padding 0.7s ease, opacity 0.7s ease;
  opacity: 0;
}

/* Open state */
body .agency-faq__q[aria-expanded="true"] + .agency-faq__a {
  max-height: 180px;
  opacity: 1;
  padding-top: 0;
}

/* Prevent global hover overrides */
body .agency-faq__item,
body .agency-faq__q,
body .agency-faq__item:hover,
body .agency-faq__q:hover {
  background: rgba(62, 43, 116, 0.0) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

/* ==============================
   Desktop (>981px)
   ============================== */
@media (min-width: 981px) {
  body .agency-faq__inner {
    display: grid !important;
    grid-template-columns: 0.75fr 1.1fr !important;
    gap: 75px !important;
    align-items: end !important;
  }
}

/* ==============================
   Tablet (<=980px)
   ============================== */
@media (max-width: 980px) {
  body .agency-faq__inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  body .agency-faq__cta-overlay {
    padding: 28px 26px 34px !important;
    gap: 18px !important;
  }

  body .agency-faq__cta-heading { font-size: 24px !important; }
  body .agency-faq__cta-copy { font-size: 13px !important; }
}

/* ==============================
   Mobile (<=768px)
   ============================== */
@media (max-width: 768px) {
  body .agency-faq__title {
    margin-left: 0 !important;
    text-align: center !important;
  }

  body .agency-faq__cta-overlay {
    padding: 20px 20px 28px !important;
  }

  body .agency-faq__cta-heading { font-size: 20px !important; }
  body .agency-faq__cta-copy { font-size: 12.5px !important; }
}/* End custom CSS */