


:root {
  --body-bg-color: #000000;
  --body-bg-gradient1: #000000;
  --body-bg-gradient2: #e2e8f0;
  --body-text-color: #ffffff;
  --heading-color: #ffffff;

  --footer-bg-color: #0d0d0d;
  --footer-bg-gradient1: #0d0d0d;
  --footer-bg-gradient2: #1f2937;
  --link-color: #481d54;
  --box-color: #0d644a;
  --box-text-color: #ffffff;
  --header-bg-color: #ffffff;
  --font-family: 'Candara', Arial, sans-serif;
  
  --nav-link-color: #ffffff;
  --footer-text-color: #ffffff;
  --header-text-color: #ffffffff;
}
html {
  overflow-x: hidden;
}
body {
  background-color: var(--body-bg-color);
  color: var(--body-text-color) !important;
  font-family: var(--font-family);
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
    
}


h1 {
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
    font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}

  section {
  padding: 15px 0;
  scroll-margin-top: 70px;
}

h2, h3 {
  color: var(--heading-color);
}

.content-area a {
  color: white;
  text-decoration: underline;
}

.content-area a:hover {
  color: var(--link-color) !important;
  opacity: 0.8;
}






  
.error_page {
  min-height: 70vh;
}


.footer{
  background: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(1.75rem, 2.5vw, 2.5rem);
  position: relative;
  overflow: hidden;
}

.footer a{
  color: white;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .01em;

  transition: opacity .2s ease, text-decoration-color .2s ease;
}

.footer a:hover,
.footer a:focus-visible{
  opacity: .9;
}
.footer .social-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--footer-text-color);
  background: var(--link-color);
  font-size: 1.25rem;
  line-height: 1;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.footer .social-icon:hover,
.footer .social-icon:focus-visible{
  transform: translateY(-3px);
  background: var(--link-color / 30%);
}

.footer .footer-divider{
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--footer-text-color) 40%,
    transparent
  );
  margin: 1.25rem 0;
}

.footer .small{
  font-style: italic;
  font-size: .95rem;
}

@media (max-width: 575.98px){
  .footer .social-icon{
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .footer .small{
    font-size: .9rem;
  }
}
  
.footer img {
        filter: brightness(0) invert(1);
      }


 .navbar {
  background-color: var(--header-bg-color) !important;
  
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 145px 0 75px;
  color: var(--header-text-color);
  isolation: isolate;
}

.hero-section.with-bg {
  background-image: url('/images/marketing-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section.with-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 75% 30%,
      rgba(217, 70, 239, 0.18),
      transparent 32%
    ),
    radial-gradient(
      circle at 20% 75%,
      rgba(139, 92, 246, 0.16),
      transparent 38%
    ),
    linear-gradient(
      90deg,
      rgba(5, 2, 12, 0.94) 0%,
      rgba(9, 4, 20, 0.84) 45%,
      rgba(8, 3, 18, 0.48) 100%
    );
}

.hero-section.with-bg::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  top: -260px;
  right: -120px;
  z-index: 1;
  border-radius: 50%;
  background: rgba(217, 70, 239, 0.16);
  filter: blur(110px);
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section h1 {
  max-width: 1000px;
  margin: 0 auto 28px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-wrap: balance;

  text-shadow:
    0 4px 22px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(168, 85, 247, 0.18);
}

.hero-section h1::after {
  content: '';
  display: block;
  width: 95px;
  height: 4px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #ec4899,
    #d946ef,
    #a855f7,
    #7c3aed
  );
  box-shadow:
    0 0 10px rgba(236, 72, 153, 0.9),
    0 0 28px rgba(168, 85, 247, 0.55);
}

.hero-section p {
  max-width: 850px;
  margin: 0 auto;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

@media (max-width: 768px) {
  .hero-section {
    padding: 115px 20px 60px;
  }

  .hero-section.with-bg {
    background-position: 65% center;
  }

  .hero-section.with-bg::before {
    background:
      linear-gradient(
        90deg,
        rgba(5, 2, 12, 0.96) 0%,
        rgba(8, 3, 18, 0.88) 70%,
        rgba(8, 3, 18, 0.68) 100%
      );
  }

  .hero-section h1 {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .hero-section p {
    font-size: 1rem;
    line-height: 1.65;
  }
}
  .navbar-light .navbar-nav .nav-link {
    color: var(--nav-link-color, #141414) !important;
  }

  .navbar-light .navbar-nav .nav-link.active {
  color: var(--link-color) !important;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    position: fixed;
    top: 61px;
    left: 15px;
    right: 15px;
    background-color: color-mix(in srgb, var(--header-bg-color) 65%, transparent);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding: 15px;
    margin: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin: 7px 0;
  }

  .navbar-nav .nav-item:hover {
    transform: translateY(-1px);
  }

  .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 0;
  }

  .navbar-toggler {
    z-index: 10000;
    position: relative;
    border: var(--bs-border-width) solid var(--nav-link-color, #141414) !important;
  }
}


.custom-dropdown {
  border: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 65%,
    transparent
  ) !important;
  backdrop-filter: blur(12px);
}

.custom-dropdown .dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  color: var(--nav-link-color, #141414) !important;
  font-weight: 500;
  border-radius: 0;
  text-wrap: wrap;
}
.dropdown-menu {
  display: none;
}

.custom-dropdown .dropdown-item:hover {
  color: #fff;
  background: color-mix(
    in srgb,
    var(--header-bg-color) 95%,
    transparent
  ) !important;
}
  
.nav-item.dropdown > .nav-link {
  display: flex;
  align-items: center;
}

.nav-item.dropdown > .nav-link .arrow {
  position: relative;
  margin-left: auto;
  border: solid var(--nav-link-color, #141414);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.25s;
}
  .dropdown.open .dropdown-menu {
  display: block;
}


@media (min-width: 1200px) {
  .nav-item.dropdown {
    position: relative;
  }
  .nav-item.dropdown > .nav-link .arrow {
    margin-left: 7px;
  }
  .custom-dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    z-index: 1000;
  }

  .nav-item.dropdown:hover > .nav-link .arrow {
    transform: rotate(-135deg);
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .nav-item.dropdown > .nav-link .arrow {
    padding: 4px;
  }
}


.floating-rounded-navbar {
  position: absolute !important;
  top: 16px !important;
  left: 50% !important;
  right: auto !important;

  width: calc(100% - 40px) !important;
  max-width: 1320px;

  transform: translateX(-50%);

  z-index: 2000;

  padding: 10px 18px;

  background:
    linear-gradient(
      135deg,
      rgba(20, 10, 32, 0.94),
      rgba(12, 6, 22, 0.96)
    ) !important;

  border: 1px solid rgba(217, 70, 239, 0.22);

  border-radius: 20px;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.4),
    0 0 25px rgba(168, 85, 247, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.floating-rounded-navbar .navbar-brand img {
  display: block;
  max-height: 50px;
  width: auto;
}

.floating-rounded-navbar .nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 500;
  padding: 10px 14px !important;

  transition:
    color 0.25s ease,
    text-shadow 0.25s ease;
}

.floating-rounded-navbar .nav-link:hover,
.floating-rounded-navbar .nav-link.active {
  color: #f0abfc !important;

  text-shadow:
    0 0 10px rgba(217, 70, 239, 0.6),
    0 0 20px rgba(168, 85, 247, 0.35);
}

.floating-rounded-navbar .navbar-toggler {
  border: 1px solid rgba(217, 70, 239, 0.3);
  box-shadow: none !important;
}

@media (max-width: 1199.98px) {

  .floating-rounded-navbar {
    width: calc(100% - 28px) !important;
  }

  .floating-rounded-navbar .navbar-collapse {
    position: absolute;
    top: calc(100% + 10px) !important;
    left: 0;
    right: 0;

    padding: 16px;

    background:
      linear-gradient(
        145deg,
        rgba(20, 10, 32, 0.98),
        rgba(10, 5, 18, 0.98)
      );

    border: 1px solid rgba(217, 70, 239, 0.22);
    border-radius: 16px;

    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.45),
      0 0 25px rgba(168, 85, 247, 0.1);

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
}

@media (max-width: 576px) {

  .floating-rounded-navbar {
    top: 10px !important;
    width: calc(100% - 20px) !important;
    padding: 8px 12px;
    border-radius: 16px;
  }

  .floating-rounded-navbar .navbar-brand img {
    max-height: 42px;
  }
}

.navbar-brand {
  margin-right: 0 !important;
}
            

.contact-container {
  max-width: 560px;
  width: calc(100% - 30px);
  margin: 80px auto 50px;
  padding: 35px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

.contact-container h2 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.contact-header {
  text-align: center;
  margin-bottom: 20px;
}

.contact-header i {
  font-size: 32px;
  color: #b10dfd;
}

.contact-container .form-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
}

.contact-container .form-control {
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid #444;
  padding: 10px 14px;
  background: #111;
  color: #fff;
  box-shadow: none;
}

.contact-container .form-control::placeholder {
  color: #aaa;
}

.contact-container .form-control:focus {
  border-color: #9d0dfd;
  background: #111;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.contact-container textarea.form-control {
  min-height: 130px;
}

.contact-container .btn-primary {
  min-height: 48px;
  margin-top: 5px;
  border-radius: 8px;
  font-weight: 600;
}

.email-link {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 600;
  color: #b90dfd;
}

@media (max-width: 768px) {
  .contact-container {
    width: calc(100% - 24px);
    margin: 45px auto 30px;
    padding: 20px 10px;
  }
}






.styled-section {
  position: relative;
  padding: 48px 52px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 15% 20%, rgba(217, 70, 239, 0.14), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(139, 92, 246, 0.16), transparent 35%),
    linear-gradient(145deg, #0b0613 0%, #14091f 55%, #0d0715 100%);
  border: 1px solid rgba(217, 70, 239, 0.28);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.45),
    0 0 35px rgba(168, 85, 247, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  isolation: isolate;
}

.styled-section::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(236, 72, 153, 0.75),
    rgba(168, 85, 247, 0.28),
    rgba(99, 102, 241, 0.18),
    rgba(236, 72, 153, 0.55)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.styled-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -140px;
  right: -80px;
  background: rgba(217, 70, 239, 0.18);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.styled-section h2 {
  margin: 0 0 30px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow:
    0 0 14px rgba(236, 72, 153, 0.25),
    0 0 30px rgba(168, 85, 247, 0.2);
}

.styled-section h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ec4899, #d946ef, #8b5cf6);
  box-shadow:
    0 0 10px rgba(236, 72, 153, 0.8),
    0 0 24px rgba(168, 85, 247, 0.45);
}

.styled-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.styled-section li {
  position: relative;
  padding: 20px 22px 20px 58px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045),
      rgba(217, 70, 239, 0.035)
    );
  border: 1px solid rgba(217, 70, 239, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 8px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.styled-section li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f472b6, #d946ef, #8b5cf6);
  box-shadow:
    0 0 8px rgba(236, 72, 153, 0.95),
    0 0 18px rgba(217, 70, 239, 0.7),
    0 0 30px rgba(139, 92, 246, 0.35);
}

.styled-section li::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 39px;
  width: 2px;
  height: calc(100% - 26px);
  background: linear-gradient(
    to bottom,
    rgba(217, 70, 239, 0.4),
    transparent
  );
}

.styled-section li:last-child::after {
  display: none;
}

.styled-section li:hover {
  transform: translateY(-4px);
  border-color: rgba(236, 72, 153, 0.5);
  background:
    linear-gradient(
      135deg,
      rgba(236, 72, 153, 0.09),
      rgba(139, 92, 246, 0.07)
    );
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.25),
    0 0 22px rgba(217, 70, 239, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (max-width: 768px) {
  .styled-section {
    padding: 34px 22px;
    border-radius: 18px;
  }

  .styled-section li {
    padding: 18px 18px 18px 48px;
    font-size: 0.95rem;
  }

  .styled-section li::before {
    left: 18px;
  }

  .styled-section li::after {
    left: 23px;
  }
}

.website-network {
  padding: 70px 0;
}

.website-network h2 {
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 700;
}

.website-network p {
  max-width: 850px;
  margin-bottom: 35px;
  line-height: 1.7;
}

.website-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.website-logo {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(26, 12, 38, 0.95),
      rgba(18, 8, 28, 0.95)
    );

  border: 1px solid rgba(217, 70, 239, 0.22);
  border-radius: 16px;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(168, 85, 247, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}



.website-logo:hover {
  transform: translateY(-5px);

  border-color: rgba(236, 72, 153, 0.5);

  background:
    linear-gradient(
      145deg,
      rgba(38, 14, 52, 0.98),
      rgba(23, 9, 36, 0.98)
    );

  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(217, 70, 239, 0.16),
    0 0 45px rgba(139, 92, 246, 0.08);
}

@media (max-width: 900px) {
  .website-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .website-logos {
    grid-template-columns: 1fr;
  }
}

.custom-section {
  padding: 60px 0;
}

.custom-section h2 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

.custom-section h2::after {
  content: '';
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #ec4899,
    #d946ef,
    #8b5cf6
  );
  box-shadow:
    0 0 10px rgba(236, 72, 153, 0.8),
    0 0 24px rgba(168, 85, 247, 0.45);
}

.table-numbers {
  width: 100%;
}

.table-numbers .table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 18px 0;
  background: transparent !important;
}

.table-numbers .table tr {
  background: transparent !important;
}

.table-numbers .table td {
  width: 33.333%;
  padding: 36px 24px;
  text-align: center;
  vertical-align: middle;

  color: #fff !important;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;

  background:
    radial-gradient(
      circle at top,
      rgba(217, 70, 239, 0.12),
      transparent 60%
    ),
    linear-gradient(
      145deg,
      rgba(34, 14, 48, 0.96),
      rgba(16, 7, 26, 0.98)
    ) !important;

  border: 1px solid rgba(217, 70, 239, 0.28) !important;
  border-radius: 18px;

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(168, 85, 247, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.table-numbers .table td:hover {
  transform: translateY(-5px);

  border-color: rgba(236, 72, 153, 0.55) !important;

  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.36),
    0 0 30px rgba(217, 70, 239, 0.18),
    0 0 50px rgba(139, 92, 246, 0.1);
}

/* Bootstrap overrides */
.table-numbers .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent !important;
  background-color: transparent;
}

.table-numbers .table-bordered > :not(caption) > * > * {
  border-width: 0;
}

@media (max-width: 768px) {
  .table-numbers .table {
    border-spacing: 0 14px;
  }

  .table-numbers .table tr {
    display: block;
  }

  .table-numbers .table td {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    padding: 28px 20px;
  }
}