.elementor-355 .elementor-element.elementor-element-6fb04cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-355 .elementor-element.elementor-element-b83b558{--display:flex;--min-height:45px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-355 .elementor-element.elementor-element-e936ba1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-355 .elementor-element.elementor-element-cbace7c{--display:flex;--min-height:45px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-355 .elementor-element.elementor-element-a60b111{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-355 .elementor-element.elementor-element-a60b111:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-a60b111 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#6D21FF;}.elementor-355 .elementor-element.elementor-element-4af86c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-355 .elementor-element.elementor-element-4af86c7:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-4af86c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#6D21FF;}body.elementor-page-355:not(.elementor-motion-effects-element-type-background), body.elementor-page-355 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#080410;}@media(min-width:768px){.elementor-355 .elementor-element.elementor-element-e936ba1{--content-width:1368px;}}/* Start custom CSS for html, class: .elementor-element-35193e7 */nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 2.5rem;
  height: 64px;
  background: rgba(10, 10, 18, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

.nav-links a {
  color: rgba(240, 240, 248, 0.75);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.nav-links a:hover { color: #2fffd4; }

.nav-icons {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-shrink: 0;
}

.nav-icons button {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(240, 240, 248, 0.7);
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.nav-icons button:hover { color: #f0f0f8; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
  z-index: 200;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #f0f0f8;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed;
  top: 64px;
  left: 0; right: 0;
  background: rgba(10, 10, 18, 0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 99;
  padding: 1.2rem 1.4rem 1.8rem;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile-nav.open {
  transform: translateY(0);
  opacity: 1;
}
.mobile-nav a {
  color: #0d0d14;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.9rem 1.4rem;
  border-radius: 10px;
  background: #e8e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.18s, color 0.18s, transform 0.15s;
  width: calc(100% - 2.8rem);
}
.mobile-nav a::after {
  content: '›';
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(13, 13, 20, 0.4);
  transition: color 0.18s, transform 0.18s;
}
.mobile-nav a:hover {
  background: #2fffd4;
  color: #0d0d14;
  transform: translateX(4px);
}
.mobile-nav a:hover::after {
  color: #0d0d14;
  transform: translateX(3px);
}
.mobile-nav a.mobile-nav-signup {
  background: #2fffd4;
  color: #0d0d14;
  font-weight: 800;
  margin-top: 0.6rem;
  justify-content: center;
}
.mobile-nav a.mobile-nav-signup::after { display: none; }
.mobile-nav a.mobile-nav-signup:hover {
  background: #0d0d14;
  color: #2fffd4;
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-icons { display: none; }
  .hamburger { display: flex; }
  .mobile-nav { display: flex; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-629aad3 */#ck-contact {
  --pink: #ff3fa0;
  --teal: #2fffd4;
  --white: #f0f0f8;
  --bg: #0d0d14;
  font-family: 'Poppins', sans-serif;
  padding: 2rem 2.5rem 0;
}

#ck-contact .ck-c-title {
  font-weight: 800;
  font-size: clamp(2.5rem, 7vw, 4rem);
  color: var(--pink);
  line-height: 1;
  margin: 0 0 1rem;
}

#ck-contact .ck-c-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,63,160,0.5) 0%, transparent 70%);
  border: none;
}

.strip-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 768px) {
  #ck-contact {
    padding: 1.5rem 1.4rem 0;
  }
  #ck-contact .ck-c-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* Updated CSS for 5x5 grid */
.ck-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columns for 5x5 grid */
  gap: 15px;
  margin-top: 20px;
}

.ck-gallery-grid img {
  width: 100%; /* fill grid cell */
  height: 200px; /* fixed height for all images */
  object-fit: cover; /* crop images to fill space */
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-493abfc */.ck-footer {
  padding: 4rem 2.5rem 2rem;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 10;
}

.ck-footer-top {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.ck-footer-left {
  flex: 0 0 60%;
}

.ck-footer-heading {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f0f0f8;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.ck-email-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ck-email-input {
  flex: 1;
  min-width: 180px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 0.7rem 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #f0f0f8;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ck-email-input::placeholder {
  color: rgba(240, 240, 248, 0.35);
}

.ck-email-input:focus {
  border-color: #2fffd4;
  box-shadow: 0 0 0 3px rgba(47, 255, 212, 0.1);
}

.ck-signup-btn {
  background: #2fffd4;
  color: #0d0d14;
  border: none;
  border-radius: 100px;
  padding: 0.7rem 1.6rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.ck-signup-btn:hover {
  background: #0d0d14;
  color: #2fffd4;
  outline: 1.5px solid #2fffd4;
}

.ck-disclaimer {
  font-size: 0.78rem;
  color: #f0f0f8;
  line-height: 1.6;
  max-width: 460px;
}

.ck-disclaimer-link {
  color: #2fffd4;
  text-decoration: none;
}

.ck-disclaimer-link:hover {
  color: #2fffd4;
  text-decoration: underline;
}

.ck-footer-right {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ck-brand-watermark {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  color: #f0f0f8;
  line-height: 1;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
}

.ck-footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.ck-footer-bottom-left {
  font-size: 0.82rem;
  color: #f0f0f8;
}

.ck-footer-bottom-right {
  font-size: 0.8rem;
  color: #f0f0f8;
  text-align: right;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .ck-footer { padding: 3rem 1.5rem 1.5rem; }
  .ck-footer-top { flex-direction: column; gap: 2rem; }
  .ck-footer-left { flex: none; width: 100%; }
  .ck-footer-right { justify-content: flex-start; }
  .ck-brand-watermark { font-size: 3rem; }
  .ck-footer-bottom { flex-direction: column; gap: 0.6rem; }
  .ck-footer-bottom-right { text-align: left; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4af86c7 */.ck-footer {
  background: rgba(10, 10, 18, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 4rem 2.5rem 2rem;
  font-family: 'Poppins', sans-serif;
  color: #f0f0f8;
  position: relative;
  z-index: 10;
}

.ck-footer-top {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.ck-footer-left {
  flex: 0 0 60%;
}

.ck-footer-heading {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f0f0f8;
  margin: 0 0 1rem;
  line-height: 1.3;
}

.ck-email-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ck-email-input {
  flex: 1;
  min-width: 180px;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 0.7rem 1.2rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #f0f0f8;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ck-email-input::placeholder {
  color: rgba(240, 240, 248, 0.3);
}

.ck-email-input:focus {
  border-color: #2fffd4;
  box-shadow: 0 0 0 3px rgba(47, 255, 212, 0.1);
}

.ck-signup-btn {
  background: #2fffd4;
  color: #0d0d14;
  border: none;
  border-radius: 100px;
  padding: 0.7rem 1.6rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.ck-signup-btn:hover {
  background: #0d0d14;
  color: #2fffd4;
  outline: 1.5px solid #2fffd4;
}

.ck-disclaimer {
  font-size: 0.78rem;
  color: rgba(240, 240, 248, 0.45);
  line-height: 1.6;
  max-width: 460px;
}

.ck-disclaimer-link {
  color: rgba(47, 255, 212, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.ck-disclaimer-link:hover {
  color: #2fffd4;
}

.ck-footer-right {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ck-brand-watermark {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  color: rgba(240, 240, 248, 0.07);
  line-height: 1;
  letter-spacing: -0.02em;
  user-select: none;
  pointer-events: none;
}

.ck-footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.ck-footer-bottom-left {
  font-size: 0.82rem;
  color: rgba(240, 240, 248, 0.45);
}

.ck-footer-bottom-right {
  font-size: 0.8rem;
  color: rgba(240, 240, 248, 0.45);
  text-align: right;
  line-height: 1.7;
}


@media (max-width: 768px) {
  .ck-footer { padding: 3rem 1.5rem 1.5rem; }
  .ck-footer-top { flex-direction: column; gap: 2rem; }
  .ck-footer-left { flex: none; width: 100%; }
  .ck-footer-right { justify-content: flex-start; }
  .ck-brand-watermark { font-size: 3rem; }
  .ck-footer-bottom { flex-direction: column; gap: 0.6rem; }
  .ck-footer-bottom-right { text-align: left; }
}/* End custom CSS */