body {
  overflow-x: hidden !important;
}

p {
  line-height: 32px;
}

.nav-link.active {
  color: #19f5aa !important;
}

.btn,
.badge,
.inner-box,
.project-card,
.border-radius {
  border-radius: 5px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.20);
}

.dropdown-item {
  transition: all 0.3s linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #c6c5c5;
  background: #71717147;
}

.footer-cta {
  position: absolute;
  width: 950px;
  height: 350px;
  background: rgb(50, 48, 64);
  left: 50%;
  top: -66%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}

section.footer-cta-wrapper {
  height: 237px;
  background: #27262e;
  margin-top: 118px;
}

body {
  font-family: 'Poppins';
  overflow: hidden;
}

div.scroll-down {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgb(50, 48, 64);
  top: -20px;
  left: 46%;
  border-radius: 70px;
}

.project-card {
  background-color: #302f3b;
  border: 1px solid hsl(0deg 0% 75.29% / 8%);
  transition: all ease-in-out .3s;
  z-index: 2;
}

.project-card:hover {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
}

.project-card:hover img {
  transform: scale(1.10);
}

.project-card-image {
  overflow: hidden;
  border-radius: 0;

  img {
    transition: all ease-in-out .3s;
  }
}

.project-card-content {
  padding: 2rem 1rem;
}

#user-map {
  width: 100vw;
  height: auto;
  background: #27262e;
}

div.hero-arrow {}

#page-header {
  height: 50vh;
  background: #27262e;
}

#page-header::after {
  width: 100vw;
  height: 100%;
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #2d2c38 15%, rgba(255, 255, 255, 0) 230%), transparent;
  z-index: 0;
}

#hero-start-project-btn {}

@media (max-width: 575px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    text-align: center;
  }

  .btn {
    display: block !important;
  }

  #hero-start-project-btn {
    margin-bottom: 20px !important;
  }

  #about-section {
    h2, p {
      text-align: center !important;
    }

    .btn {
      width: 100% !important
    }
  }
}

@media (min-width: 300px) {
  #preloader>div {
    width: 90%;
    margin: 0 auto;

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

#page-header h1 {
  font-size: 2.2rem;
}

#page-header>div:last-child {
  filter: brightness(0.5);
  pointer-events: none;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #27262e;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease;
  inset: 0;
}

.step-indicators span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bs-dark-bg-subtle);
  display: inline-block;
}

#about-values {}

#about-values>h1 {
  font-family: 'Noto Serif', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif';
}

.form-label::after {
  background-color: transparent !important;
}

.form-control:focus {
  background: inherit;
  color: inherit;
  font-size: 1rem;
}

.service-btn {
  border: 2px solid #acacac;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.service-btn:hover {
  background-color: #f8f9fa;
}

.service-icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.service {
  flex: 1 1 20%;
}

.contact-services .service p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.service .form-label>[type="checkbox"] {
  display: none;
}

.service .form-label:has(> [type="checkbox"]:checked) {
  border-color: var(--bs-primary) !important;
}

.service .form-label {
  padding: 17px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 0;
  gap: 10px;
  border-style: solid;
  border-color: rgb(53, 51, 68);
  font-size: 14px;
  white-space: nowrap;
}

.form-input .form-control,
.form-input .form-select {
  background: rgba(71, 68, 95, 0.44);
  color: #acacac;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.faq-item {
  display: flex;
  gap: 10px;
}

.faq-item .faq-icon {
  border: 1px solid var(--bs-gray-300);
  padding: 0.5rem;
  height: fit-content;
  border-radius: 5px;
}

@media (min-width: 300px) {
  .steps-wrapper {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #page-header {
    height: 520px;
  }
}

#mainNav {
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

#mainNav.scrolling {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: hsl(245deg 12% 19.61% / 86%);
  backdrop-filter: blur(5px);
}

#page-header,
header {
  padding-top: 10rem !important;
}

a.nav-link {
  position: relative;
}


#contact-wrapper {
  position: relative;
  background-image: url('/assets/img/photo-1486312338219-ce68d2c6f44d.jpg?h=08aa1a2aaf6110de157af5ceb390e752');
  background-position: center;
  background-size: cover;

  &::after {
    width: 100vw;
    height: 100%;
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(255, 255, 255, 0) 130%), transparent;
    z-index: 1;
  }

  .inner-box {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    height: auto;
    width: 100%;
    padding: 1.2rem;
    display: flex;
    gap: 20px;
    flex-direction: column;

    .contact-box {
      display: flex;
      align-items: center;
      gap: 20px;

      .contact-icon {
        background-color: #27262e;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(var(--bs-success-rgb));
        box-shadow: 0px 10px 60px rgba(71, 68, 95, 0.44);

        svg {
          font-size: 50px;
        }
      }
    }
  }
}

@media screen and (max-width: 400px) {
  #multiStepsForm {
    padding: 2rem;
  }
}

#projects {
  column-count: 3;
  column-gap: 20px;

  &>div {
    break-inside: avoid;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #projects {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  #projects {
    column-count: 1;
  }

  #navcol-1.show,
  #navcol-1.collapsing {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  #mainNav {
    .nav-item {
      text-align: center;
    }
  }

  #page-header {
    height: 250px;

    h1 {
      font-size: 3rem;
    }
  }

  #page-header,
  header {
    padding-top: 5rem !important;
  }
}

#about-image {
  position: relative;
}

#about-image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 36% 64% 65% 35% / 35% 46% 54% 65%;
  background-color: #e6ecfd;
  z-index: -1;
  top: 0;
  left: 0;
  animation: randomMove 10s infinite alternate ease-in-out;
}

@keyframes randomMove {
  0% {
    transform: translate(0, 0);
    /* Start position */
  }

  25% {
    transform: translate(10px, -10px);
    /* Move slightly up and right */
  }

  50% {
    transform: translate(-10px, 10px);
    /* Move slightly down and left */
  }

  75% {
    transform: translate(15px, -15px);
    /* Move up and further right */
  }

  100% {
    transform: translate(-15px, 10px);
    /* Move down and further left */
  }
}

.testimonial-text {
  position: relative;
}

.testimonial-text.expanded {
  max-height: none;
}

.read-more {
  color: #0d6efd;
  /* Bootstrap link color */
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  bottom: -32px;
  right: 25px;
}

#notfound {
  position: relative;
  height: 700px;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 h1 {
  color: #19f5aa;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
}

.notfound h2 {
  font-size: 46px;
  color: whitesmoke;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px;
}

.notfound p {
  font-size: 16px;
  color: whitesmoke;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

.notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #189cf0;
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #fff;
  border-color: #189cf0;
  color: #189cf0;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }

  .notfound h2 {
    font-size: 26px;
  }
}

.clickable {
  cursor: pointer;
}

.icon-rounded {
  width: 60px;
  height: 60px;
  background-color: #282828;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-success);
  font-size: 64px;
  box-shadow: 0 0 60px rgba(71, 68, 95, 0.44);
  border-radius: 50%;
  z-index: 2;
  transition: all .3s ease;
  padding: 1rem;
}

.icon-rounded:hover {
  transform: scale(1.1);
}

.info-block {
  background-color: #302f3b;
  border: 1px solid hsl(0deg 0% 75.29% / 8%);
  padding: 1rem 2rem;

  .icon {
    margin: 0 auto;
  }
}

.info-block h5 {
  margin-top: 1rem;
  font-size: 1.6rem;
}

/* Fancy Scrollbar */
.fancy-scrollbar {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: var(--bs-green) #1e1e1e;
}

/* Chrome, Edge, Safari */
.fancy-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.fancy-scrollbar::-webkit-scrollbar-track {
  background: #1e1e1e;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.fancy-scrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #fc466b, #3f5efb);
  border-radius: 5px;
}

.fancy-scrollbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #ff577b, #5e75fb);
}

.range-slider {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.slider-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background-color: #ddd;
  border-radius: 3px;
  z-index: 1;
}

.slider-range {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background-color: #4CAF50;
  z-index: 2;
  border-radius: 3px;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  z-index: 3;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4CAF50;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4CAF50;
  cursor: pointer;
  pointer-events: auto;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.value-container {
  display: flex;
  align-items: center;
}

.value-container label {
  margin-right: 8px;
  font-weight: bold;
}

.value-input {
  width: 80px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}

/* Focus styles */
input:focus {
  outline: none;
  border-color: #4CAF50;
}

input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
}

input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
}

.navbar:has(#navcol-1.show),
.navbar:has(#navcol-1.collapsing) {
  background-color: hsl(245deg 12% 19.61% / 86%);
}

:root {
  --primary: #3b5df9;
  --primary-dark: #2840c7;
  --secondary: #2c3e50;
  --light: #f8f9fa;
  --dark: #212529;
  --accent: #fd7e14;
  --success: #20c997;
  --info: #0dcaf0;
  --warning: #ffc107;
  --danger: #dc3545;
}

.process-step {
  position: relative;
}

.process-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
}

.process-line {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: -30px;
  width: 2px;
  background-color: var(--primary);
  z-index: 1;
}

.process-step:last-child .process-line {
  display: none;
}

.process-content {
  margin-left: 80px;
  padding-bottom: 60px;
}

.process-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(59, 93, 249, 0.1);
  color: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.card {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.testimonial {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.cta-section {
  background-color: var(--primary);
  color: white;
  padding: 80px 0;
}

.footer {
  background-color: var(--dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 70px 0 20px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: white;
}

.social-icon {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: var(--primary);
}

.benefit-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(59, 93, 249, 0.1);
  color: var(--primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  padding-top: 15px;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.deliverable-icon {
  width: 120px;
  height: 66px;
  background-color: rgba(59, 93, 249, 0.1);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 20px;
}

span.stroke-bg {
  position: relative;
}

span.stroke-bg:after {
  content: '';
  background-image: url(https://danmarkgraphics.com/wp-content/uploads/2015/09/swoosh.png);
  position: absolute;
  width: 200px;
  height: 143px;
  top: -46px;
  right: 50%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  filter: hue-rotate(11deg);
  transform: rotate(181deg) translate(-50%);
}

.border-light {
  border: 1px solid rgba(69, 69, 69, 0.822) !important;
}

.parallax-image-view {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#about-section {
  background-color: #27262e;
  background-image: url('/assets/img/g3c2b47d6be5c231d90519a1694741953bae508ba3634dc8ed55dd7a417eb241565c55cc8498553b629174efd8c63ee15a371e6cc1b9df0dfb679b18935f8171f_640.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  backdrop-filter: blur(5px);
  position: relative;
  isolation: isolate;

  &::before {
    content: '';
    position: absolute;
    background-color: #27262ed4;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}