/* =========================================================
   DREAMCAST — Event-Registration-Ticketing-Solution-UAE
   ========================================================= */
/* @import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap'); */

:root {
  --purple-dark: #3D006A;
  --purple-light: #E6CDFF;
  --text-dark: #221733;
  --text-body: #684D7C;
  --white: #FFFFFF;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --container: 1200px;
  --font-display: "Google Sans Flex", sans-serif;
  --font-body: "Google Sans Flex", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.1;
}

.strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 15px;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--purple-dark);
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.25;
  margin: 0 0 12px;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 15px;
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.center {
  text-align: center;
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--purple-dark);
  font-weight: 500;
  font-size: 18px;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(141, 5, 252, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(141, 5, 252, 0.35);
}

.dc-heading {
  font-size: 60px;
  color: var(--purple-dark);
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pb-5 {
  padding-bottom: 20px;
}

.relative {
  position: relative;
}

.dc-header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  padding: 20px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  max-width: 80%;
  margin: 0 auto;
}

.dc-header .btn {
  background-color: #5422FF;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 10px 16px;
  outline: none;
  font-size: 16px;
  font-weight: 500 !important;
  text-align: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: var(--font-body);
}

.dc-header .btn:hover {
  background-color: #ffffff;
  color: #5422FF;
}

/* =========================================================
   HERO
   ========================================================= */
.upper-section-bg {
  background-color: #3D006A;
  background: url("https://cdn5.godcstatic.com/dco/uae/page-bg.webp") no-repeat top center;
  background-size: 100% 100%;
}

.upper-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding: 150px 0px 100px 0;
}

.upper-section-inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}

.upper-section-content {
  width: 55%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.upper-section-content h1 {
  font-size: 58px;
}

.upper-section-content p {
  font-size: 20px;
  margin-top: 10px;
}

.upper-section-content ul {
  margin-top: 15px;
}

.upper-section-content ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  font-size: 18px;
  margin: 10px 0;
}

.upper_pic {
  margin-top: 25px;
  margin-bottom: 20px;
}

.upper_pic img {
  width: 64%;
}

.grecaptcha-badge{
  opacity: 0!important;
  display: none!important;
}

/* ======= Book A Demo Form ======= */

.upper-section-form {
  width: 45%;
  padding: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  min-height: 650px;
}

.upper-section-form h2 {
  font-size: 30px;
  font-weight: bold;
  color: var(--purple-dark);
  margin-bottom: 5px;
}

.upper-section-form p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-body);
}

.RFEM-maxWidth {
  font-family: var(--font-body) !important;
}

.RFEM-form__title {
  display: none !important;
}

.RFEM-inlinePadding {
  padding: 0 !important;
}

.refrens-contact-form--boxed .RFEM-wrapper,
.RFEM-inline--boxed {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.RFEM-field__label {
  margin-bottom: 4px;
  display: inline-flex;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #1a1a1a !important;
  font-family: var(--font-body) !important;
}

.RFEM-label-mandatory {
  color: red !important;
  font-size: 16px !important;
}

.RFEM-fields-grid {
  margin-top: 15px !important;
}

.RFEM-field__input {
  box-sizing: border-box;
  height: 48px !important;
  padding: 8px 16px;
  color: var(--purple-dark) !important;
  font-style: normal;
  font-size: 16px !important;
  line-height: 1.5;
  border: 1px solid rgba(193, 180, 201, 0.6) !important;
  border-radius: 10px !important;
  transition: all 0.3s ease 0s;
  touch-action: manipulation;
  outline: none !important;
  width: 100%;
  font-family: var(--font-body) !important;
  box-shadow: 0px 0px 1px 0px rgba(97, 111, 134, 0.16), 0px 1px 2px 0px rgba(97, 111, 134, 0.08) !important;
}

.RFEM-phone .RFEM-select {
  max-width: 40%;
  width: 65px;
  border: 0;
  border-radius: 0px;
  border-right: 1px solid #D9D9D9 !important;
  height: 100%;
  font-size: 14px !important;
  color: #1a1a1a !important;
  box-sizing: border-box;
  position: unset;
  font-weight: 600 !important;
  padding: 0px 2px;
  font-family: var(--font-body) !important;
}

.RFEM-calling-code {
  padding-left: 12px;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #1a1a1a !important;
  font-family: var(--font-body) !important;
}

.RFEM-phone-input {
  font-size: inherit;
  padding: 13px 8px;
  border: 0;
  box-sizing: border-box;
  max-height: 100%;
  min-width: 0;
  border-radius: 0 8px 8px 0;
  color: var(--purple-dark) !important;
  font-size: 16px !important;
  font-family: var(--font-body) !important;
}


.RFEM-field__input::placeholder,
.RFEM-phone-input::placeholder {
  color: #AA95B9 !important;
}

.RFEM-phone {
  border: 1px solid rgba(193, 180, 201, 0.6) !important;
  border-radius: 10px !important;
  border-radius: 10px !important;
  height: 48px !important;
  position: relative;
}

.RFEM-btn {
  background: #5422FF !important;
  font-size: 20px !important;
  color: #fff !important;
  width: 100% !important;
  text-align: center !important;
  padding: 10px 20px !important;
  height: 58px !important;
  border-radius: 8px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  font-family: var(--font-body) !important;
}


/* DC Projects */
.project-uae {
  padding: 100px 0;
}

.uae-logo-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 10px;
  row-gap: 0;
  padding-top: 10px;
}

.uae-logo-grid::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: none;
  background-image: repeating-linear-gradient(to right, rgba(106, 77, 255, 0.4) 0 8px, transparent 8px 16px);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: left bottom;
}

.uae-logo-grid:last-child::after {
  display: none;
}

.uae-logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
}

/* ------ Stats Area ------*/
.stats-area-section {
  padding-top: 100px;
  background: #EEE9FF;
  background: -webkit-linear-gradient(0deg, rgba(238, 233, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(238, 233, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(238, 233, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EEE9FF", endColorstr="#FFFFFF", GradientType=0);
}

.stats-area {
  position: relative;
  position: relative;
  height: 400px;
  margin-top: 40px;
}

/* Skyline */
.skyline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 696px;
  height: 371px;
  z-index: 1;
  opacity: 0;
}

.stats.in-view .skyline {
  animation: fadeUp .9s ease .15s forwards;
}

@keyframes skylineRise {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.stat-card {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 20px 0px rgba(141, 5, 252, 0.1);
  padding: 18px 24px;
  text-align: center;
  min-width: 170px;
  z-index: 3;
  opacity: 0;
  transform: translateY(22px) scale(.96);
}

.stats.in-view .stat-card {
  animation: cardIn .6s cubic-bezier(.22, .9, .3, 1) forwards;
}

.stats.in-view .stat-events {
  animation-delay: .25s;
}

.stats.in-view .stat-attendees {
  animation-delay: .35s;
}

.stats.in-view .stat-years {
  animation-delay: .45s;
}

.stats.in-view .stat-venues {
  animation-delay: .55s;
}

@keyframes cardIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.stat-card {
  transition: transform .25s ease, box-shadow .25s ease;
  min-width: 210px;
}

.stat-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0px 10px 30px 0px rgba(141, 5, 252, 0.22);
}

.stat-card .num {
  color: var(--purple-dark);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.stat-card .label {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
  color: #8a8a9a;
}

.stat-events {
  top: 50px;
  left: 200px;
}

.stat-attendees {
  top: 50px;
  right: 200px;
}

.stat-years {
  top: 230px;
  left: 30px;
}

.stat-venues {
  top: 230px;
  right: 20px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.built-section{
  padding: 100px 0;
   overflow-x: hidden;
}


/* We Scale With You Section */

.scale-section {
  overflow-x: hidden;
  margin-top: 50px;
  padding: 80px 0;
  background: #EEE9FF;
  background: -webkit-linear-gradient(0deg, rgba(238, 233, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(0deg, rgba(238, 233, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(238, 233, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EEE9FF", endColorstr="#FFFFFF", GradientType=0);
}

.scale-heading {
  text-align: center;
}

.scale-heading p {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 20px;
}

.scale_features_outer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-top: 40px;
  padding: 0 5%;
}

.scale_features {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.scale_img {
  width: 176px;
  flex-shrink: 0;
  text-align: center;

}

.scale_content {
  width: 100%;
}

.scale_content ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

/* we-power-event Section */

.we-power-event {
  position: relative;
  background-color: #320177;
}

.we-power-position {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 100px 0;
}

.we-power-event-heading {
  text-align: center;
  color: #fff;
}

.we-power-event-heading h2 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 15px;
}

.we-power-event-heading p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  max-width: 1068px;
  margin: 0 auto;
}

.we-power-event-items ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: 30px;
}

.we-power-event-items ul li {
  width: 25%;
  gap: 15px;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  border-right: 1px solid rgba(217, 217, 217, 0.45);

}

.we-power-event-items ul li:last-child {
  border-right: 0;
}

.multiple-tools {
  padding: 100px 0;
}

.footer {
  background-color: var(--purple-dark);
}

.footer-inner {
  max-width: 80%;
  margin: 0 auto;
  padding: 20px 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.footer-links {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #AA95B9;
}

/* ---------------- FAQ root ---------------- */
.faq-root {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .faq-root {
    flex-direction: row;
    column-gap: 16px;
    row-gap: 0;
  }
}

/* ---------------- Left: heading ---------------- */
.faq-section {
  padding: 100px 0 100px 0;
}

.faq-left {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  .faq-left {
    width: 50%;
    position: sticky;
    top: 180px;
  }
}

.faq-left-inner {
  transition: all 0.8s ease-in-out;
}

.faq-heading {
  color: var(--purple-dark);
  font-weight: 500;
  font-size:59px;
  line-height: 1.25;
  margin: 0;
}


/* ---------------- Right: FAQ list ---------------- */
.faq-right {
  width: 100%;
}

@media (min-width: 768px) {
  .faq-right {
    width: 50%;
  }
}

.faq-item {
  border-bottom: 1px solid #eee9ff;
  padding: 24px 0;
}

.faq-item:first-of-type {
  padding-top: 0;
}

.faq-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  font-weight: 600;
  font-size: 20px;
  color: var(--purple-dark);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.faq-question:focus {
  outline: none;
}

.faq-icon {
  margin-left: 8px;
  margin-top: 8px;
  flex-shrink: 0;
  transition: transform 0.18s ease;
  transform: rotate(0deg);
  color: #684D7C;
}

.faq-icon.open {
  transform: rotate(180deg);
}

.faq-answer-wrap {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.faq-answer-wrap.open {
  max-height: 384px;
  /* matches Tailwind's max-h-96 */
  opacity: 1;
  margin-top: 8px;
}

.faq-answer {
  color: #684D7C !important;
  font-size: 15px;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0 0 10px 0;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/*========= Sticky-Cards CSS ========*/
/* ---------------- Stacking cards root ---------------- */
#stacking-cards-root {
  position: relative;
  width: 100%;
  display: block;
  gap: 24px;
}

@media (min-width: 640px) {
  #stacking-cards-root {
    display: flex;
  }
}

@media (min-width: 1024px) {
  #stacking-cards-root {
    gap: 0;
  }
}

/* ---------------- Dots ---------------- */
#dots-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 8px;
  margin-bottom: 16px;
  position: sticky;
  top: 80px;
  align-self: flex-start;
  height: fit-content;
}

@media (min-width: 640px) {
  #dots-container {
    flex-direction: column;
    justify-content: flex-start;
    top: 280px;
  }
}

.dot {
  cursor: pointer;
  border-radius: 9999px;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
  background: transparent;
  border: 2px solid #C7BCFD;
}

.dot.active {
  background: #A18FFB;
  border: none;
}

@media (min-width: 1024px) {
  .dot {
    margin-left: -60px;
  }
}

/* ---------------- Cards container ---------------- */
#cards-container {
  position: relative;
  width: 100%;
}

.stack-card {
  position: sticky;
  will-change: transform;
  transform-origin: top center;
}

.stack-card-inner {
  width: 100%;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr;
  background: #F9F2FF;
  border: 1px solid #E6CDFF;
  padding: 24px;
}

@media (min-width: 640px) {
  .stack-card-inner {
    grid-template-columns: 1fr 1fr;
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .stack-card-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* Left column */
.card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}

@media (min-width: 640px) {
  .card-text {
    padding: 20px 0;
  }
}

.card-title {
  color: #3D0066;
  line-height: 1.3;
  margin: 0 0 12px 0;
  font-size: 30px;
  font-weight: 600;
}

.card-description {
  color: #684D7C;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}

@media (min-width: 768px) {
  .card-description {
    font-size: 18px;
  }
}

.card-features {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #684D7C;
  font-size: 14px;
}

@media (min-width: 640px) {
  .card-features li {
    font-size: 16px;
  }
}

.feature-icon {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Right column (image) */
.card-image-wrap {
  position: relative;
}

@media (min-width: 1024px) {
  .card-image-wrap {
    padding-left: 10px;
  }
}

.card-image-wrap img {
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}