@font-face {
  font-family: Openinghourssans;
  src: url('../fonts/OpeningHoursSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: #fff;
  --blue: #004cda;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formcheckboxinput--inputType-custom {
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}

.w-form-formcheckboxinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formcheckboxinput--inputType-custom.w--redirected-checked {
  background-color: var(--blue);
  border-color: var(--blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: 'Openinghourssans', Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.arabic-text {
  font-family: 'Cairo', sans-serif;
  direction: rtl;
}

body.lang-ar {
  font-family: 'Cairo', 'Openinghourssans', Roboto Mono, sans-serif;
}

body.lang-ar .nav-link,
body.lang-ar .white-button,
body.lang-ar .blue-button,
body.lang-ar .title,
body.lang-ar .top-tag,
body.lang-ar .field-label,
body.lang-ar .radio-button-label,
body.lang-ar .radio-button-label span,
body.lang-ar .service-glass-btn,
body.lang-ar .service-glass-title,
body.lang-ar .service-glass-header,
body.lang-ar .accordion-item-trigger,
body.lang-ar .faq-accordion .accordion-item-trigger,
body.lang-ar .tab-link {
  font-family: 'Cairo', Roboto Mono, sans-serif;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

p {
  color: #ffffffb3;
  margin-bottom: 24px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.white-button {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.opacity-white-text {
  color: #ffffff80;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000c, #0000);
  padding: 24px 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-right {
  align-items: center;
  display: flex;
  gap: 12px;
}

.navbar-contents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.nav-right-content.mobile {
  display: none;
}

.nav-right-content.desktop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-ribbon-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 39vw;
  min-height: 400px;
  padding-top: 3vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-qyma .ribbon-image {
  object-fit: cover;
  opacity: 0.45;
  animation: dreamy-pulse 8s ease-in-out infinite;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0,10,40,0.88) 0%, rgba(0,50,160,0.30) 50%, rgba(0,10,40,0.92) 100%);
  z-index: 1;
  animation: overlay-shift 12s ease-in-out infinite;
}

.hero-city-image {
  filter: brightness(0.7) saturate(1.2);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content .title,
.hero-content .hero-subtitle {
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.hero-content {
  color: #ffffff;
}

.hero-logo-card {
  display: inline-block;
  padding: 12px 16px;
}

.hero-logo {
  filter: brightness(1.6) contrast(1.2) saturate(1.1) drop-shadow(0 1px 8px rgba(0,0,0,0.4));
}

.hero-title {
  animation: float-dream 6s ease-in-out infinite;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0.95;
}

.hero-cta {
  animation: glow-pulse 3s ease-in-out infinite;
}

.brand-qyma {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  display: inline-block;
}

.brand.w-nav-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.brand-tagline {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.8;
  display: block;
  margin-top: 2px;
}

.text-ar {
  font-family: 'Cairo', sans-serif;
  margin-right: 12px;
}

.floating-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: orb-float 15s ease-in-out infinite;
  z-index: 0;
}

.orb-1 {
  width: 300px;
  height: 300px;
  background: var(--blue);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.orb-2 {
  width: 200px;
  height: 200px;
  background: #0066ff;
  bottom: 20%;
  right: 15%;
  animation-delay: -5s;
}

.orb-3 {
  width: 150px;
  height: 150px;
  background: #0088ff;
  top: 50%;
  left: 50%;
  animation-delay: -10s;
}

@keyframes dreamy-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.02); }
}

@keyframes overlay-shift {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.9; }
}

@keyframes float-dream {
  0%, 100% { transform: translateY(0) translate3d(0,0,0); }
  50% { transform: translateY(-8px) translate3d(0,0,0); }
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -20px) scale(1.1); }
  50% { transform: translate(-20px, 30px) scale(0.9); }
  75% { transform: translate(20px, 20px) scale(1.05); }
}

@keyframes glow-pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(0,76,218,0.4); }
  50% { box-shadow: 0 0 40px rgba(0,76,218,0.6); }
}

.animate-fade-in {
  animation: fade-in-up 1s ease-out forwards;
  opacity: 0;
}

.animate-float {
  animation: float-dream 6s ease-in-out infinite 0.5s;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Projects Slider - Radio/CSS based */
.projects-section input[name="project_slide"] {
  display: none;
}

.projects-card {
  position: relative;
  max-width: 920px;
  margin: 48px auto 0;
  min-height: 480px;
  padding-bottom: 56px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  perspective: 1400px;
}

/* Stack slides for fold animation */
.projects-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 48px 56px 60px;
  pointer-events: none;
  opacity: 0;
  transform-origin: center center;
  transform: rotateY(90deg);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
              opacity 0.5s ease,
              visibility 0.5s;
  visibility: hidden;
  backface-visibility: hidden;
}

/* Active slide */
#project_slide_1:checked ~ .projects-inner-1,
#project_slide_2:checked ~ .projects-inner-2,
#project_slide_3:checked ~ .projects-inner-3 {
  transform-origin: center center;
  transform: rotateY(0deg);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 2;
}

/* Prev slide (folded left) */
#project_slide_2:checked ~ .projects-inner-1,
#project_slide_3:checked ~ .projects-inner-1,
#project_slide_3:checked ~ .projects-inner-2 {
  transform-origin: center center;
  transform: rotateY(-85deg);
  opacity: 0;
  z-index: 1;
}

/* Next slide (folded right, unfolds in) */
#project_slide_1:checked ~ .projects-inner-2,
#project_slide_1:checked ~ .projects-inner-3,
#project_slide_2:checked ~ .projects-inner-3 {
  transform-origin: center center;
  transform: rotateY(85deg);
  opacity: 0;
  z-index: 1;
}


.projects-inner-part {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.projects-card .project-logo-wrap {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  margin: 0;
  padding: 16px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.projects-card .project-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.projects-content {
  flex: 1;
  min-width: 0;
  padding-bottom: 24px;
}

.projects-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #fff;
  letter-spacing: -0.02em;
}

.projects-location {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.projects-desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin: 0 0 20px 0;
}

.projects-tech {
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.projects-tech li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0,76,218,0.95);
  padding: 6px 12px;
  background: rgba(0,76,218,0.08);
  border: 1px solid rgba(0,76,218,0.2);
  border-radius: 6px;
}

.projects-content .blue-button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 14px 28px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(180deg, #0066ff 0%, var(--blue) 50%, #003ba8 100%);
  box-shadow: 
    0 4px 0 #003080,
    0 6px 12px rgba(0,76,218,0.35),
    inset 0 1px 0 rgba(255,255,255,0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.projects-content .blue-button:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 6px 0 #003080,
    0 10px 20px rgba(0,76,218,0.4),
    inset 0 1px 0 rgba(255,255,255,0.25);
}

.projects-content .blue-button:active {
  transform: translateY(2px);
  box-shadow: 
    0 2px 0 #003080,
    0 2px 6px rgba(0,76,218,0.3),
    inset 0 2px 4px rgba(0,0,0,0.2);
}

.projects-slider-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0 56px 28px;
  z-index: 10;
}

.projects-dot {
  height: 6px;
  width: 32px;
  background: rgba(255,255,255,0.15);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}

.projects-dot:hover {
  background: rgba(255,255,255,0.3);
}

.projects-dot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--blue);
  border-radius: 3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

#project_slide_1:checked ~ .projects-slider-dots .projects-dot_1::before,
#project_slide_2:checked ~ .projects-slider-dots .projects-dot_2::before,
#project_slide_3:checked ~ .projects-slider-dots .projects-dot_3::before {
  transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .projects-card { margin: 32px 16px 0; min-height: 680px; padding-bottom: 72px; }
  .projects-inner { padding: 28px 24px 32px; }
  .projects-slider-dots { padding: 0 24px 24px; }
  .projects-inner-part { flex-direction: column; gap: 24px; }
  .projects-card .project-logo-wrap { width: 72px; height: 72px; padding: 12px; }
  .projects-card .project-logo { width: 48px; height: 48px; }
  .projects-title { font-size: 20px; }
  .projects-tech { gap: 8px 12px; margin-bottom: 24px; }
  .projects-tech li { font-size: 11px; padding: 6px 10px; }
  .projects-content .blue-button { margin-top: 12px; }
}

@media screen and (max-width: 479px) {
  .projects-card { min-height: 720px; padding-bottom: 80px; margin: 24px 12px 0; }
  .projects-inner { padding: 24px 20px 36px; }
  .projects-slider-dots { padding: 0 20px 24px; }
}

.project-card {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,76,218,0.2), 0 0 0 1px rgba(0,76,218,0.15);
}

.project-card-inner {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  min-height: 240px;
  transition: all 0.4s ease;
}

.project-card:hover .project-card-inner {
  background: rgba(255,255,255,0.1);
  border-color: rgba(0,76,218,0.4);
  box-shadow: inset 0 0 60px rgba(0,76,218,0.05);
}

.project-logo-wrap {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.project-logo-ftech {
  background: linear-gradient(135deg, var(--blue), #0066ff);
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.project-logo-qyma {
  background: linear-gradient(135deg, #004cda, #0088ff);
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;
}

.project-logos-grid .logo-wrap {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.project-logos-grid .logo-wrap:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,76,218,0.3);
}

.project-logo-link {
  text-decoration: none;
  color: inherit;
}

.project-logo-img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

/* Partners logo slider */
.partners-slider-wrap {
  margin-top: 40px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.partners-slider-track {
  display: flex;
  gap: 80px;
  padding: 24px 0;
  animation: partners-slide 25s linear infinite;
  width: max-content;
}

.partners-slider-track:hover {
  animation-play-state: paused;
}

.partner-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  padding: 16px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.05);
  background: rgba(255,255,255,0.06);
  border-color: rgba(0,76,218,0.25);
}

.partner-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.partner-logo:hover img {
  opacity: 1;
}

.partner-logo .partner-logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@keyframes partners-slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ribbon-image {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.limit {
  max-width: 480px;
}

.split {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.space-top-medium {
  margin-top: 60px;
}

.space-top-small {
  margin-top: 24px;
}

.container {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.space-top-tiny {
  max-width: 900px;
}

.space-top-large {
  margin-top: 80px;
}

.space-top {
  margin-top: 40px;
}

.limit-medium {
  max-width: 570px;
}

.space-top-tiny {
  margin-top: 16px;
}

.center-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center-text {
  text-align: center;
}

.large-heading {
  font-size: 8vw;
  font-weight: 400;
}

.title {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.title.in-tabs {
  margin-bottom: 0;
  font-size: 14px;
}

.tag-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.medium-text {
  font-size: 18px;
  line-height: 150%;
}

.blue-button {
  background-color: var(--blue);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Roboto Mono, sans-serif;
  line-height: 100%;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.sign-up-cta {
  position: relative;
  background: transparent;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.sign-up-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('../images/get-in-touch.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%) blur(4px);
}

.section.template {
  min-height: 80vh;
}

.slider {
  background-color: #fff0;
  height: 100%;
  overflow: visible;
}

.slider-foot {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  display: flex;
  position: relative;
}

.slider-load-track {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-load-progress {
  background-color: var(--white);
  width: 0%;
  height: 1px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% -20px auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 40px -20px auto;
}

.slider-image {
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  width: 100%;
  max-height: 640px;
  background-color: #0a0a0a;
}

.previous-conference-video {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
}

.previous-conf-overlay {
  position: absolute;
  inset: auto auto 32px 32px;
}

.accordion-item {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-item-trigger {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  transition: all .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .69;
}

.accordion-item-trigger.spread {
  justify-content: space-between;
}

.no-space-bottom {
  margin-bottom: 0;
}

.accordion-item-content {
  overflow: hidden;
}

/* Solutions accordion: closed by default, first open */
#Solutions .accordion-item .accordion-item-content {
  max-height: 0;
  transition: max-height 0.4s ease;
}
#Solutions .accordion-item.w--open .accordion-item-content {
  max-height: 1200px;
}
#Solutions .accordion-item.w--open .accordion-item-trigger img {
  transform: rotate(180deg);
}
#Solutions .accordion-item-trigger img {
  transition: transform 0.3s ease;
}

.answer {
  color: #fffc;
  padding-top: 6px;
}

.single-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 34px;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.single-step-wrapper.no-underline {
  border-bottom-style: none;
}

.blue-text {
  color: var(--blue);
}

.tags-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 150%;
}

.three-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.speaker-image {
  width: 100%;
}

.speaker-image-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.speaker-image-cover {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-logos-wrap {
  grid-column-gap: 8px;
  display: flex;
}

.social-logo {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-logo.white {
  background-color: var(--white);
}

.section-separator {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.tabs-menu {
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  color: var(--white);
  background-color: #fff0;
  border-bottom: 1px solid #fff0;
  margin-bottom: -1px;
  padding: 24px 10px;
}

.tab-link.w--current {
  border-bottom-color: var(--white);
  background-color: #fff0;
}

.logos-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.logo-wrap {
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 32px;
  display: flex;
}

.team-quotes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.team-quote-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.team-quote-card:hover {
  border-color: rgba(0,76,218,0.25);
  background: rgba(255,255,255,0.05);
}

.team-quote-card .large-text {
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.team-quote-author {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  gap: 16px;
}

.team-quote-portrait {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.team-quote-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.team-quote-flag {
  width: 24px;
  height: 18px;
  object-fit: contain;
  margin: 6px 0 4px 0;
  border-radius: 6px;
  display: block;
}

.team-quote-role {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.team-quote-role--ceo {
  color: var(--blue);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .team-quotes-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

.testimonial-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 360px;
  display: flex;
}

.large-text {
  font-size: 20px;
  line-height: 140%;
}

.testimonial-portrait {
  object-fit: cover;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.pricing-ribbon {
  z-index: -1;
  position: absolute;
  inset: 18% 0% auto;
}

/* Services glass slider */
.services-glass-slider input[name="service_slide"] {
  display: none;
}

.services-glass-slider {
  margin-top: 48px;
  position: relative;
}

.services-glass-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.services-glass-track::-webkit-scrollbar {
  display: none;
}

.service-glass-card {
  flex: 0 0 min(340px, 90vw);
  scroll-snap-align: center;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 280px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-glass-card:hover {
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.service-glass-header {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

.service-glass-title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0;
}

.service-glass-desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  margin: 0;
  flex: 1;
}

.service-glass-price {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
}

.service-glass-btn {
  display: block;
  text-align: center;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 14px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.service-glass-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.25);
}

.services-glass-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

.service-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.service-dot:hover {
  background: rgba(255,255,255,0.4);
}

#service_slide_1:checked ~ .services-glass-dots .service-dot_1,
#service_slide_2:checked ~ .services-glass-dots .service-dot_2,
#service_slide_3:checked ~ .services-glass-dots .service-dot_3,
#service_slide_4:checked ~ .services-glass-dots .service-dot_4,
#service_slide_5:checked ~ .services-glass-dots .service-dot_5,
#service_slide_6:checked ~ .services-glass-dots .service-dot_6,
#service_slide_7:checked ~ .services-glass-dots .service-dot_7,
#service_slide_8:checked ~ .services-glass-dots .service-dot_8,
#service_slide_9:checked ~ .services-glass-dots .service-dot_9 {
  background: var(--blue);
  transform: scale(1.2);
}

/* Hide all cards, show only the one matching the checked radio - use JS or scroll-into-view */
/* For CSS-only we'd need to hide/show. Simpler: horizontal scroll with scroll-snap, dots scroll to card */
@media screen and (max-width: 767px) {
  .service-glass-card {
    flex: 0 0 min(300px, 88vw);
  }
}

.pricing-top {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-bottom-style: dashed;
  border-radius: 10px;
  padding: 32px;
}

.pricing-head {
  border-bottom: 1px dashed #ffffff1a;
  padding-bottom: 8px;
}

.pricing-card-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 32px;
  display: flex;
}

.price {
  font-size: 40px;
  line-height: 110%;
}

.pricing-card-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  text-align: left;
  background-color: #ffffff0d;
  border-bottom: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 100%;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 100%;
  transition: background-color .2s;
}

.pricing-card-button:hover {
  background-color: #ffffff1a;
}

.faq-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-accordion {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.spread-vertical {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.tiny-text-widget {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
}

.form-block {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
}

/* Form success & error messages – styled, bilingual */
.w-form-done.form-message,
.w-form-fail.form-message {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
}

.w-form-done.form-message {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.w-form-fail.form-message {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.form-message-icon {
  margin-bottom: 20px;
  line-height: 1;
}

.form-message-success .form-message-icon {
  color: #16a34a;
}

.form-message-fail .form-message-icon {
  color: #dc2626;
}

.form-message-title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  color: #111;
}

.form-message-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  max-width: 360px;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.split-fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* Phone field: code select + number, RTL/LTR safe */
.phone-field-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.phone-field-wrap {
  display: flex;
  gap: 12px;
  align-items: stretch;
  margin-top: 0;
}
/* Phone code picker – custom dropdown with flag images from flagcdn.com */
.phone-code-picker {
  position: relative;
  width: 140px;
  min-width: 120px;
  flex-shrink: 0;
}

.phone-code-select-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.phone-code-trigger {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding-inline: 12px;
  background: transparent;
  text-align: left;
  border: 1px #000;
  border-bottom: 1px solid #0000001a;
  font-size: 16px;
  font-family: inherit;
}

.phone-code-trigger:hover {
  opacity: 0.9;
}

.phone-code-flag {
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 2px;
}

.phone-code-value {
  flex: 1;
  min-width: 0;
}

.phone-code-chevron {
  flex-shrink: 0;
  opacity: 0.6;
  transition: transform 0.2s;
}

.phone-code-picker.is-open .phone-code-chevron {
  transform: rotate(180deg);
}

.phone-code-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 4px 0 0;
  padding: 4px 0;
  max-height: 320px;
  overflow-y: auto;
  list-style: none;
  background: #fff;
  border: 1px solid #0000001a;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 100;
  display: none;
}

.phone-code-picker.is-open .phone-code-dropdown {
  display: block;
}

.phone-code-dropdown li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  font-size: 15px;
}

.phone-code-dropdown li:hover {
  background: #f5f5f5;
}

.phone-code-dropdown li img {
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 2px;
}

@media (max-width: 479px) {
  .phone-code-picker {
    width: 120px;
    min-width: 100px;
  }

  .phone-code-trigger {
    height: 48px;
  }
}
.phone-number-input {
  flex: 1;
  min-width: 0;
}

.radio-button {
  border: 1px solid #0000001a;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--blue);
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  margin-bottom: 0;
}

.radio-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.checkbox-button-field {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  cursor: pointer;
}

.contact-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.contact-checkbox-input:checked + .checkbox-input {
  background-color: var(--blue);
  border-color: var(--blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox-input {
  border: 1px solid #0000004d;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  transition: background 0.2s, border-color 0.2s;
}

.checkbox-input.w--redirected-checked {
  background-color: var(--blue);
  border-color: var(--blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

.top-tag {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  font-family: Roboto Mono, sans-serif;
  font-size: 9px;
  line-height: 100%;
}

.full-width {
  width: 100%;
}

.tiny-text {
  font-size: 14px;
  line-height: 130%;
}

.field-label {
  font-weight: 400;
}

.footer-content {
  border-bottom: 1px solid #f1f2fb14;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.footer-1-links {
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.footer-bottom-content {
  display: flex;
}

.small-text {
  font-size: 14px;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.white-text {
  color: #fff;
}

.footer-horizontal-links-2 {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-link-small {
  color: var(--white);
  font-size: 14px;
}

.footer-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.footer-logo-link {
  display: block;
}

.page-wrap {
  overflow: hidden;
}

.template-sidebar {
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  padding: 8px;
}

.template-page-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.template-page-content {
  grid-row-gap: 120px;
  -webkit-backdrop-filter: brightness(110%);
  backdrop-filter: brightness(110%);
  background-color: #ffffff0d;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

.sidebar-sticky {
  position: sticky;
  top: 100px;
}

.template-sidebar-link {
  grid-column-gap: 16px;
  color: #fff;
  align-items: center;
  padding: 20px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.template-sidebar-link:hover {
  background-color: #ffffff0d;
  border-radius: 12px;
}

.template-page-icons-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.opacity-white-text-2 {
  color: #fff9;
}

.underline-link {
  color: #ffffffb3;
}

.rich-text h1 {
  font-size: 40px;
}

.rich-text h2 {
  font-size: 32px;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 20px;
}

.rich-text h5 {
  margin-bottom: 24px;
  font-size: 18px;
}

.rich-text h6 {
  margin-bottom: 24px;
  font-size: 16px;
}

.rich-text blockquote {
  border-bottom: 1px solid #ffffff1a;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 24px 0;
}

.rich-text ol {
  margin-bottom: 16px;
}

.rich-text li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rich-text ul {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 150%;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    text-align: left;
    background-color: #000;
    flex-direction: column;
    width: 100vw;
    padding: 32px;
    display: flex;
    box-shadow: 0 40px 40px #004cda4d;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .navbar-contents {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .nav-right-content.mobile {
    flex-direction: column;
    margin-top: 24px;
    display: flex;
  }

  .nav-right-content.desktop {
    display: none;
  }

  .hero-ribbon-section {
    height: 60vw;
  }

  .ribbon-image {
    top: 8%;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .space-top-medium {
    margin-top: 52px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .space-top-large {
    margin-top: 72px;
  }

  .space-top {
    margin-top: 36px;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .large-heading {
    font-size: 13vw;
  }

  .medium-text {
    font-size: 16px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.sign-up-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template {
    padding-top: 160px;
  }

  .accordion-item-trigger {
    font-size: 19px;
  }

  .three-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .large-text {
    font-size: 19px;
  }

  .footer-content {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-1-links {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .template-page-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 150%;
  }

  h1 {
    font-size: 50px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    padding: 24px;
  }

  .navbar-contents {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-ribbon-section {
    height: 90vw;
  }

  .space-top-medium {
    margin-top: 48px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-top-large {
    margin-top: 64px;
  }

  .space-top {
    margin-top: 32px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .large-heading {
    font-size: 15vw;
  }

  .medium-text {
    font-size: 15px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .accordion-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .accordion-item-trigger {
    font-size: 18px;
  }

  .answer {
    margin-bottom: 0;
  }

  .single-step-wrapper {
    grid-template-columns: 2fr;
  }

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .large-text {
    font-size: 18px;
  }

  .pricing-card-button {
    font-size: 16px;
  }

  .faq-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .faq-accordion {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-1-links {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .template-page-content {
    padding: 32px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    max-width: 160px;
    padding-left: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    padding: 16px;
  }

  .menu-button {
    padding-right: 0;
  }

  .hero-ribbon-section {
    max-width: 100vw;
    height: 140vw;
    padding-top: 30vw;
    overflow: hidden;
  }

  .ribbon-image {
    object-fit: cover;
    height: 90vw;
    top: 26vw;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-heading {
    font-size: 16vw;
  }

  .title {
    margin-bottom: 16px;
  }

  .title.blue-text.no-space-bottom {
    margin-bottom: 0;
  }

  .tag-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tag-flex.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blue-button {
    width: 100%;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.sign-up-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-foot {
    width: 72%;
    font-size: 16px;
  }

  .right-arrow, .left-arrow {
    width: 32px;
    height: 32px;
    bottom: -13px;
  }

  .previous-conference-video {
    margin-top: 40px;
  }

  .previous-conf-overlay {
    max-width: 40%;
    bottom: 16px;
    left: 16px;
  }

  .accordion-item-trigger {
    font-size: 16px;
  }

  .single-step-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
  }

  .tag {
    font-size: 12px;
  }

  .three-column-grid {
    margin-top: 30px;
  }

  .logo-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }

  .pricing-top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-card-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 24px;
  }

  .pricing-card-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .spread-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .form-block {
    padding: 24px;
  }

  .w-form-done.form-message,
  .w-form-fail.form-message {
    padding: 32px 24px;
    margin-top: 24px;
  }

  .form-message-title {
    font-size: 20px;
  }

  .form-message-text {
    font-size: 15px;
  }

  .text-field {
    height: 48px;
  }

  .split-fields {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .phone-field-wrap {
    flex-wrap: wrap;
  }

  .footer-content {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-links {
    grid-row-gap: 16px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-wrap {
    width: 100vw;
    overflow: hidden;
  }
}

#w-node-f71c62e0-cf8a-d26c-4f03-0cfdcfd73ac6-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-de3276e6-5308-8785-f214-4206678e6510-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7b4cad63-0680-4c67-bf10-122cd1c90545-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_345b2c31-8f27-40e0-b993-122baceb6406-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_11e0a3b6-4f6f-4f60-e819-4ce967699598-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_11e0a3b6-4f6f-4f60-e819-4ce96769959b-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_428e91c7-fc7a-8938-4bc0-06b55b8ba42d-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_428e91c7-fc7a-8938-4bc0-06b55b8ba430-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d35-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d38-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d3f-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d42-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d50-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d53-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d67-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d6a-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060d4-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060d7-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060de-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060e1-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060ef-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e24060f2-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e2406106-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8305254b-3729-74b9-fc9e-dde7e2406109-0b51f0fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_96f9256b-8686-d6b6-abe8-7801de205243-0b51f0fc, #w-node-_865f6565-fa46-75f8-affe-dc0e708c3f11-0b51f0fc, #w-node-e1020210-f0d1-5827-cbb0-4002b6b14bbe-0b51f0fc {
  justify-self: center;
}

#w-node-f1c308e5-a656-2ef3-31f7-094629e39794-29e39792 {
  place-self: center start;
}

#w-node-f1c308e5-a656-2ef3-31f7-094629e397a2-29e39792 {
  place-self: center;
}

#w-node-f1c308e5-a656-2ef3-31f7-094629e397a4-29e39792 {
  place-self: center end;
}

#w-node-c672918f-92bc-2b24-b152-17fcbc0ddc61-0b51f0fe, #w-node-c672918f-92bc-2b24-b152-17fcbc0ddc72-0b51f0fe, #w-node-c672918f-92bc-2b24-b152-17fcbc0ddc61-0b51f0ff, #w-node-c672918f-92bc-2b24-b152-17fcbc0ddc72-0b51f0ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-de3276e6-5308-8785-f214-4206678e6510-0b51f0fc, #w-node-_345b2c31-8f27-40e0-b993-122baceb6406-0b51f0fc, #w-node-_11e0a3b6-4f6f-4f60-e819-4ce96769959b-0b51f0fc, #w-node-_428e91c7-fc7a-8938-4bc0-06b55b8ba430-0b51f0fc, #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d38-0b51f0fc, #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d42-0b51f0fc, #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d53-0b51f0fc, #w-node-_2ea7efc3-533e-1c22-b560-0ba3328d0d6a-0b51f0fc, #w-node-_8305254b-3729-74b9-fc9e-dde7e24060d7-0b51f0fc, #w-node-_8305254b-3729-74b9-fc9e-dde7e24060e1-0b51f0fc, #w-node-_8305254b-3729-74b9-fc9e-dde7e24060f2-0b51f0fc, #w-node-_8305254b-3729-74b9-fc9e-dde7e2406109-0b51f0fc {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe9651485-e9651479, #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe9651487-e9651479, #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe9651489-e9651479, #w-node-_8d47f0fd-0e1b-708d-8fa6-8d4fe965148b-e9651479 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Openinghourssans';
  src: url('../fonts/OpeningHoursSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* About section - GCC image with overlay text */
.about-image-wrap {
  position: relative;
  min-height: 320px;
  border-radius: 10px;
  overflow: hidden;
}

.about-gcc-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.about-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  padding: 24px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 40%, transparent 100%);
}

.about-image-overlay .title {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

@media screen and (max-width: 767px) {
  .about-image-wrap {
    min-height: 200px;
  }

  .about-gcc-image {
    min-height: 200px;
    object-fit: contain;
    object-position: center;
  }

  .about-image-overlay {
    padding: 16px;
  }
}

/* Logo and icon placement */
.navbar-logo {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}

.hero-logo {
  max-width: min(320px, 50vw);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer-logo {
  height: 80px;
  width: auto;
  display: block;
  object-fit: contain;
}

.footer-tagline {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-tagline .typewriter-wrap {
  display: inline-block;
  min-height: 1.2em;
}

.footer-tagline .typewriter-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typewriter-reveal 8s steps(35) infinite;
  border-right: 2px solid transparent;
}

.footer-tagline .typewriter-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: var(--blue);
  margin-left: 2px;
  vertical-align: text-bottom;
  animation: cursor-blink 0.7s step-end infinite;
}

@keyframes typewriter-reveal {
  0% { width: 0; }
  75% { width: 38ch; }
  87.5% { width: 38ch; }
  100% { width: 0; }
}

@keyframes cursor-blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

/* Nav toggle & language flags – consistent styling */
.menu-button,
.menu-button.w-nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.menu-button:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
}

.menu-button.w--open {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.5);
}

.menu-button img {
  width: 24px;
  height: 24px;
  display: block;
}

/* Language switcher */
body.lang-ar .lang-en { display: none !important; }
body.lang-en .lang-ar { display: none !important; }
body.lang-ar { direction: rtl; }
body.lang-ar .page-wrap { direction: rtl; }

.language-selector {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lang-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  cursor: pointer;
  padding: 6px 8px;
  line-height: 1;
  transition: border-color 0.2s, opacity 0.2s, transform 0.15s, background 0.2s;
  opacity: 0.7;
}

.lang-flag {
  display: block;
  width: 28px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
}

.lang-btn:hover {
  opacity: 0.9;
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.45);
  transform: scale(1.05);
}

.lang-btn.active {
  opacity: 1;
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.08);
  transform: scale(1.05);
}

/* Accordion: ensure only one lang title shows */
.accordion-item-trigger .lang-en,
.accordion-item-trigger .lang-ar {
  display: inline;
}
body.lang-ar .accordion-item-trigger .lang-en { display: none !important; }
body.lang-en .accordion-item-trigger .lang-ar { display: none !important; }


/* ═══════════════════════════════════════════════════════════════
   MAGIC — Scroll Progress · Custom Cursor · Scroll Reveal
   ═══════════════════════════════════════════════════════════════ */

/* ── Scroll Progress Bar ───────────────────────────────────────── */
.scroll-progress-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #004cda 0%, #0077ff 55%, #00c3ff 100%);
  transform-origin: left center;
  transform: scaleX(0);
  z-index: 100000;
  pointer-events: none;
  box-shadow: 0 0 12px rgba(0, 160, 255, 0.65), 0 0 4px rgba(0, 200, 255, 0.5);
}

/* ── Custom Cursor ─────────────────────────────────────────────── */
@media (pointer: fine) {
  *, *::before, *::after { cursor: none !important; }

  .cursor-dot {
    position: fixed;
    top: 0; left: 0;
    width: 6px; height: 6px;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    margin: -3px 0 0 -3px;
    transition: opacity 0.3s ease;
    will-change: transform;
  }

  .cursor-ring {
    position: fixed;
    top: 0; left: 0;
    width: 38px; height: 38px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    margin: -19px 0 0 -19px;
    transition:
      width        0.3s cubic-bezier(0.22, 1, 0.36, 1),
      height       0.3s cubic-bezier(0.22, 1, 0.36, 1),
      margin       0.3s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.3s ease,
      background   0.3s ease,
      opacity      0.3s ease;
    will-change: transform;
  }

  .cursor-ring--hover {
    width: 58px; height: 58px;
    margin: -29px 0 0 -29px;
    border-color: var(--blue);
    background: rgba(0, 76, 218, 0.1);
    box-shadow: 0 0 18px rgba(0, 76, 218, 0.25);
  }

  .cursor-ring--click {
    width: 22px; height: 22px;
    margin: -11px 0 0 -11px;
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
  }
}

/* ── Scroll Reveal ─────────────────────────────────────────────── */
.rv {
  transition:
    opacity  0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.rv.rv-up    { opacity: 0; transform: translateY(46px); }
.rv.rv-scale { opacity: 0; transform: scaleX(0.15); transform-origin: left; }

.rv.rv--in { opacity: 1 !important; transform: none !important; }

/* ── Compliance Ticker ────────────────────────────────────── */
.comply-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 24px auto 28px;
}

.comply-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* Ticker window */
.comply-ticker {
  width: min(420px, 90vw);
  overflow: hidden;
  direction: ltr;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 14%, black 86%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 14%, black 86%, transparent 100%);
}

/* Scrolling track — translateX(-50%) works because track = 2× one set */
.comply-track {
  display: flex;
  width: max-content;
  animation: complyTicker 10s linear infinite;
}

.comply-badge-wrap {
  flex-shrink: 0;
  width: 130px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  margin-right: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.comply-badge {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.comply-gdpr-text { color: #6ab0ff; }
.comply-pdpl-text { color: #5fdb9a; }

.comply-sdaia-logo {
  height: 28px;
  width: 100px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.comply-vision-logo {
  height: 38px;
  width: 100px;
  object-fit: contain;
  filter: brightness(1.15) contrast(1.1);
}

/* Each item "takes" 130px + 12px margin = 142px; 4 items = 568px; -50% of 1136px = -568px ✓ */
@keyframes complyTicker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media screen and (max-width: 479px) {
  .comply-ticker { width: 90vw; }
  .comply-badge-wrap { width: 110px; height: 48px; margin-right: 10px; }
  .comply-badge { font-size: 15px; }
  .comply-sdaia-logo { height: 22px; width: 84px; }
  .comply-vision-logo { height: 30px; width: 84px; }
}