@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

.cr-footer-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.cr-footer-wrap .cr-footer {
  --cr-footer-bg: #090B22;
  --cr-footer-bg-soft: #14183A;
  --cr-footer-primary: #5B5BD6;
  --cr-footer-secondary: #8B5CF6;
  --cr-footer-text: #B7BCD5;
  --cr-footer-heading: #FFFFFF;
  --cr-footer-border: rgba(255, 255, 255, 0.12);

  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--cr-footer-text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(139, 92, 246, 0.25), transparent 35%),
    radial-gradient(circle at 82% 18%, rgba(91, 91, 214, 0.22), transparent 28%),
    linear-gradient(135deg, var(--cr-footer-bg), var(--cr-footer-bg-soft));
}

.cr-footer-wrap .cr-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent) top / 100% 1px no-repeat,
    radial-gradient(circle at 48% 0%, rgba(255, 255, 255, 0.08), transparent 24%);
  z-index: 0;
}

.cr-footer-wrap .cr-footer-container {
  position: relative;
  z-index: 2;
  max-width: 1350px;
  margin: auto;
  padding: 82px 24px 30px;
}

.cr-footer-wrap .cr-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.cr-footer-wrap .cr-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cr-footer-heading);
  text-decoration: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
  transition: color 0.25s ease, text-shadow 0.25s ease, transform 0.25s ease;
}

.cr-footer-wrap .cr-footer-logo strong {
  color: #b9a7ff;
  font-weight: 800;
}

.cr-footer-wrap .cr-footer-logo-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--cr-footer-primary), var(--cr-footer-secondary));
  box-shadow: 0 14px 34px rgba(139, 92, 246, 0.35);
}

.cr-footer-wrap .cr-footer-logo:hover,
.cr-footer-wrap .cr-footer-logo:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 20px rgba(139, 92, 246, 0.52);
  transform: translateY(-1px);
  outline: none;
}

.cr-footer-wrap .cr-footer-description {
  max-width: 300px;
  margin: 22px 0 20px;
  color: var(--cr-footer-text);
  font-size: 15px;
  line-height: 1.75;
}

.cr-footer-wrap .cr-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  color: #d9ddf2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
  transition: color 0.25s ease, transform 0.25s ease;
}

.cr-footer-wrap .cr-footer-contact i {
  color: #a78bfa;
}

.cr-footer-wrap .cr-footer-contact:hover,
.cr-footer-wrap .cr-footer-contact:focus-visible {
  color: #ffffff;
  transform: translateX(3px);
  outline: none;
}

.cr-footer-wrap .cr-footer-socials {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.cr-footer-wrap .cr-footer-socials a {
  width: 41px;
  height: 41px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--cr-footer-border);
  color: #eef0ff;
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cr-footer-wrap .cr-footer-socials a:hover,
.cr-footer-wrap .cr-footer-socials a:focus-visible {
  transform: translateY(-3px) scale(1.05);
  background: rgba(139, 92, 246, 0.18);
  border-color: rgba(167, 139, 250, 0.72);
  box-shadow: 0 14px 32px rgba(139, 92, 246, 0.28);
  outline: none;
}

.cr-footer-wrap .cr-footer-column h2 {
  margin: 5px 0 22px;
  color: var(--cr-footer-heading);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.cr-footer-wrap .cr-footer-nav {
  display: grid;
  gap: 13px;
}

.cr-footer-wrap .cr-footer-nav a,
.cr-footer-wrap .cr-footer-bottom-links a {
  color: var(--cr-footer-text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.25s ease, transform 0.25s ease;
}

.cr-footer-wrap .cr-footer-nav a {
  display: inline-flex;
  width: fit-content;
}

.cr-footer-wrap .cr-footer-nav a:hover,
.cr-footer-wrap .cr-footer-nav a:focus-visible,
.cr-footer-wrap .cr-footer-bottom-links a:hover,
.cr-footer-wrap .cr-footer-bottom-links a:focus-visible {
  color: #ffffff;
  transform: translateX(4px);
  outline: none;
}

.cr-footer-wrap .cr-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 62px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cr-footer-wrap .cr-footer-bottom p {
  margin: 0;
  color: #aeb4d0;
  font-size: 14px;
  line-height: 1.6;
}

.cr-footer-wrap .cr-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.cr-footer-wrap .cr-footer-bottom-links a {
  font-size: 14px;
}

.cr-footer-wrap .cr-footer-decor,
.cr-footer-wrap .cr-footer-float-icon {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.cr-footer-wrap .cr-footer-glow-one {
  width: 310px;
  height: 310px;
  left: -90px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(91, 91, 214, 0.36);
  filter: blur(70px);
}

.cr-footer-wrap .cr-footer-glow-two {
  width: 250px;
  height: 250px;
  right: 9%;
  top: 18px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.26);
  filter: blur(76px);
}

.cr-footer-wrap .cr-footer-line {
  width: 42%;
  height: 1px;
  right: 4%;
  bottom: 93px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.65), transparent);
}

.cr-footer-wrap .cr-footer-float-icon {
  color: rgba(255, 255, 255, 0.08);
  font-size: 58px;
}

.cr-footer-wrap .cr-footer-doc-icon {
  right: 13%;
  top: 88px;
  transform: rotate(-9deg);
}

.cr-footer-wrap .cr-footer-pen-icon {
  left: 43%;
  bottom: 68px;
  font-size: 44px;
  transform: rotate(16deg);
}

@media (max-width: 980px) {
  .cr-footer-wrap .cr-footer-container {
    padding-top: 68px;
  }

  .cr-footer-wrap .cr-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 34px;
  }

  .cr-footer-wrap .cr-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .cr-footer-wrap .cr-footer-container {
    padding: 56px 20px 28px;
  }

  .cr-footer-wrap .cr-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cr-footer-wrap .cr-footer-brand,
  .cr-footer-wrap .cr-footer-column {
    text-align: center;
  }

  .cr-footer-wrap .cr-footer-logo,
  .cr-footer-wrap .cr-footer-contact,
  .cr-footer-wrap .cr-footer-nav a {
    margin-left: auto;
    margin-right: auto;
  }

  .cr-footer-wrap .cr-footer-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cr-footer-wrap .cr-footer-socials,
  .cr-footer-wrap .cr-footer-bottom,
  .cr-footer-wrap .cr-footer-bottom-links {
    justify-content: center;
  }

  .cr-footer-wrap .cr-footer-bottom {
    text-align: center;
    margin-top: 46px;
  }

  .cr-footer-wrap .cr-footer-logo {
    font-size: 22px;
  }

  .cr-footer-wrap .cr-footer-logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .cr-footer-wrap .cr-footer-nav a:hover,
  .cr-footer-wrap .cr-footer-nav a:focus-visible,
  .cr-footer-wrap .cr-footer-bottom-links a:hover,
  .cr-footer-wrap .cr-footer-bottom-links a:focus-visible {
    transform: translateY(-1px);
  }

  .cr-footer-wrap .cr-footer-float-icon {
    display: none;
  }
}