.slide.navInNext,
.slide.navInPrev,
.slide.navOutNext,
.slide.navOutPrev {
  animation-duration: 1.8s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
}
.dark-bg,
.dark-bg-9,
.slide-background {
  pointer-events: none;
}
.footer-menu a,
.service-item,
.social-icons a,
.text-menu,
a {
  text-decoration: none;
}
.elementor-13 .elementor-element.elementor-element-0aa1449,
.elementor-13 .elementor-element.elementor-element-84e72d8,
.elementor-13 .elementor-element.elementor-element-86c33bb,
.elementor-2682 .elementor-element.elementor-element-bcbfb60,
.elementor-2683 .elementor-element.elementor-element-5961e3f,
.elementor-2700 .elementor-element.elementor-element-76f179e,
.elementor-2701 .elementor-element.elementor-element-7983671,
.elementor-8 .elementor-element.elementor-element-e44d921,
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0 !important;
}
a {
  color: #f5f5f5;
}
.arrow-btn,
.arrow-scroll-down,
.button,
.check,
.checkbox-item,
.dot,
.faq-question,
.hamburger,
.prj-pagination-node {
  cursor: pointer;
}
.button,
body.menu-open,
servicios.html-splide .splide__track {
  overflow: hidden;
}
.container,
.slide-content {
  max-width: 1130px;
}
.line {
  stroke: var(--color-white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray var(--transition-duration-long)
      var(--transition-standard),
    stroke-dashoffset var(--transition-duration-long) var(--transition-standard);
}
.button,
.check,
.check svg,
.faq-item,
.faq-section,
.hero,
.mobile-menu a,
.slider-container,
.testimonials-carousel,
.testimonials-section {
  position: relative;
}
.hero,
.slide {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.mobile-menu.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  transform: translateX(0);
}
:root {
  --container-max-width: 1130px;
  --container-padding: 2rem 0;
  --testimonial-padding: 1.5rem;
  --testimonial-margin: 0.5rem;
  --testimonial-border-radius: 12px;
  --testimonial-opacity: 0.9;
  --testimonial-scale: 0.98;
  --testimonial-blur: blur(10px);
  --testimonial-min-height: 140px;
  --testimonial-bg: #fff;
  --testimonial-border: 1px solid rgba(0, 0, 0, 0.164);
  --slider-padding-bottom: 0.5rem;
  --testimonial-active-scale: 1.02;
  --testimonial-active-shadow: 0 20px 35px rgba(66, 153, 225, 0.027);
  --testimonial-active-border: #0a1a242f;
  --testimonial-active-bg: #111f28;
  --testimonial-active-color: #fff;
  --testimonial-active-opacity: 1;
  --text-hover-color: #fff;
  --testimonial-content-width: 100%;
  --testimonial-text-color: #0a1a24;
  --testimonial-line-height: 1.6;
  --testimonial-font-size: 0.95rem;
  --color-primary: #1dd1ad;
  --color-primary-light: rgba(29, 209, 173, 0.23);
  --color-primary-medium: rgba(29, 209, 173, 0.58);
  --color-dark: #0a1a24;
  --color-dark-transparent: rgba(10, 26, 36, 0.98);
  --color-border: #009b87;
  --color-white: #ffffff;
  --color-text-light: rgba(255, 255, 255, 0.9);
  --transition-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-duration-long: 0.6s;
  --transition-duration-medium: 0.3s;
  --transition-duration-short: 0.2s;
  --color-black: #000;
  --z-index-base: 1;
  --z-index-content: 2;
  --z-index-above: 3;
  --z-index-top: 10;
  --transition-slide: cubic-bezier(0.62, 0.12, 0.52, 0.94);
}
.checkbox-item:hover .check:before,
.prj-grid-card:hover .prj-card-overlay,
.progress-wrap:hover::before,
.slide,
.slide.active .slide-content,
.slide.prev,
.social-icons a:hover::before {
  opacity: 1;
}
.button:after,
.button:before {
  position: absolute !important;
  border-radius: 50% !important;
  display: block !important;
  transition: 0.5s var(--transition-standard) 0.1s !important;
  z-index: -1 !important;
  content: "" !important;
}
.button:before {
  left: 50% !important;
  transform: translateX(-50%) scaleY(1) scaleX(1.25) !important;
  top: 100% !important;
  width: 140% !important;
  height: 180% !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.button:after {
  left: 55% !important;
  transform: translateX(-50%) scaleY(1) scaleX(1.45) !important;
  top: 180% !important;
  width: 160% !important;
  height: 190% !important;
  background-color: var(--color-border) !important;
}
.slide,
.slide.active {
  transform: translateZ(0);
}
.hero {
  flex-direction: column;
  background-color: var(--color-black);
}
.slide {
  z-index: 1;
  position: absolute;
  top: 0;
  transition: transform 0.8s var(--transition-slide);
  visibility: hidden;
}
.slide-background {
  height: 100%;
  overflow: hidden;
}
.slider-container {
  flex: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: var(--z-index-content);
  background-color: #000;
}
@keyframes rollInXNext {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes rollInXPrev {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes rollOutXNext {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes rollOutXPrev {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.slide.navInNext {
  animation-name: rollInXNext;
}
.slide.navInPrev {
  animation-name: rollInXPrev;
}
.slide.navOutNext,
.slide.navOutPrev {
  z-index: 15;
  visibility: visible;
}
.slide.navOutNext {
  animation-name: rollOutXNext;
}
.slide.navOutPrev {
  animation-name: rollOutXPrev;
}
.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: var(--z-index-base);
}
.slide-content,
.slide-image {
  display: flex;
  position: relative;
  z-index: var(--z-index-above);
}
.slide-background img {
  width: 120%;
  height: 120%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 1.2s var(--transition-slide);
}
.slide.navInNext .slide-background img,
.slide.navInPrev .slide-background img {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1.2s var(--transition-slide);
}
.slide.navOutNext .slide-background img,
.slide.navOutPrev .slide-background img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 1.2s var(--transition-slide);
}
.slide.active,
.slide.active .slide-background img,
.slide.prev,
.slide.prev .slide-background img {
  transition: transform 0.8s var(--transition-slide);
}
.slide.active {
  z-index: 20;
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.slide.active .slide-background img {
  transform: translate(-50%, -50%) scale(1);
}
.slide.prev {
  transform: translateX(-100%);
}
.project-item:hover img,
.slide.prev .slide-background img {
  transform: scale(1.1);
}
.slide-content {
  flex-direction: column;
  justify-content: center !important;
  padding: 16rem 1.5rem 1.5rem !important;
  opacity: 0;
  transition: opacity 0.8s var(--slide-animation-delay);
  margin: 0 auto;
  width: var(--slide-content-width);
}
.slide.navInNext .slide-content,
.slide.navInPrev .slide-content {
  opacity: 0;
  animation: var(--slide-fade-in-duration) var(--slide-animation-delay) forwards
    fadeInContent;
}
.slide.navOutNext .slide-content,
.slide.navOutPrev .slide-content {
  opacity: 1;
  animation: var(--slide-fade-out-duration) forwards fadeOutContent;
}
@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutContent {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.slide-image {
  width: 100%;
  height: 50%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 1;
}
.splide__arrow,
.splide__pagination,
.splide__pagination li {
  display: none !important;
}
.es,
.image-lines {
  height: 100%;
  width: 100%;
}
:root {
  --slide-content-width: calc(100% - 300px);
  --slide-animation-delay: 0.4s;
  --slide-fade-in-duration: 1s;
  --slide-fade-out-duration: 0.6s;
  --line-color: rgba(255, 255, 255, 0.05);
  --line-width: 1px;
  --line-transition: 2s;
  --position-line-20: 20.3%;
  --position-line-35: 35.15%;
  --position-line-50: 50%;
  --position-line-75: 75%;
  --position-line-25: 25%;
  --position-line-45: 45%;
  --position-line-28: 28.85%;
  --position-line-79: 79.7%;
  --position-line-15: 15%;
  --position-line-31: 31.55%;
  --position-line-39: 39.85%;
  --position-line-89: 89.25%;
  --position-line-full: 100%;
  --position-line-90: 90%;
  --position-line-15: 15%;
  --position-line-65: 65%;
  --position-line-85: 85%;
  --logo-width: 120px;
  --logo-height: 40px;
  --padding-small: 3%;
  --position-line-25: 25%;
  --position-line-50: 50%;
  --horizontal-line-height: 1px;
  --position-line-10: 10%;
  --position-line-20: 20%;
  --position-line-40: 40%;
  --position-line-60: 60%;
  --position-line-80: 80%;
}
ul.lines,
ul.lines-2,
ul.lines-3,
ul.lines-4,
ul.lines-5,
ul.lines-6,
ul.lines-7,
ul.lines-9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
}
ul.lines li {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.123);
  width: var(--line-width);
  left: 0;
  transition: height var(--line-transition);
}
.author-img,
.testimonial-test {
  transition: var(--transition-duration-medium) var(--transition-standard);
}
ul.lines-2.vertical li,
ul.lines-3.vertical li,
ul.lines-5.vertical li,
ul.lines-6.vertical li,
ul.lines-7.vertical li,
ul.lines.vertical li {
  width: var(--line-width);
  height: 380%;
  top: -73%;
}
ul.lines.vertical li:nth-child(2) {
  left: 16.5%;
}
ul.lines.vertical li:nth-child(3) {
  left: var(--position-line-35);
  top: var(--position-line-75);
  height: var(--position-line-45);
}
ul.lines-2.vertical li:nth-child(4),
ul.lines-3.vertical li:nth-child(4),
ul.lines.vertical li:nth-child(4) {
  left: var(--position-line-50);
}
ul.lines.vertical li:nth-child(5) {
  left: 31.3%;
  top: 0;
  height: var(--position-line-25);
}
ul.lines.vertical li:nth-child(6) {
  left: 31.3%;
  top: 75%;
  height: 15%;
}
ul.lines.vertical li:nth-child(7) {
  left: 83.6%;
}
ul.lines-2.vertical li:nth-child(6),
ul.lines-3.vertical li:nth-child(6),
ul.lines-5.vertical li:nth-child(2),
ul.lines-6.vertical li:nth-child(2),
ul.lines.vertical li:nth-child(8) {
  left: var(--position-line-full);
}
ul.lines-9.vertical li:nth-child(6) {
  left: 100%;
  top: -80%;
  height: 290.63%;
}
@media screen and (max-width: 768px) {
  ul.lines-2.vertical li:nth-child(6),
  ul.lines-3.vertical li:nth-child(6),
  ul.lines-5.vertical li:nth-child(2),
  ul.lines-6.vertical li:nth-child(2),
  ul.lines-9.vertical li:nth-child(6),
  ul.lines.vertical li:nth-child(8) {
    left: var(--position-line-90);
  }
  ul.lines-4.vertical li:nth-child(2) {
    left: 100% !important;
    top: 0 !important;
    height: 530% !important;
  }
  .logo-container {
    padding-left: 20px !important;
  }
  .logo-icon img {
    width: 160px !important;
    height: 40px !important;
  }
  ul.lines.horizontal li:first-child {
    top: var(--position-line-15);
  }
  ul.lines.horizontal li:nth-child(2) {
    top: 0;
  }
  ul.lines.horizontal li:nth-child(3) {
    top: var(--position-line-65);
  }
  ul.lines.horizontal li:nth-child(4) {
    top: var(--position-line-85);
  }
}
@media screen and (max-width: 480px) {
  ul.lines.horizontal li:first-child {
    top: var(--position-line-25);
  }
  ul.lines.horizontal li:nth-child(2) {
    top: var(--position-line-50);
  }
  ul.lines.horizontal li:nth-child(3),
  ul.lines.horizontal li:nth-child(4) {
    display: none;
  }
}
ul.lines-2.horizontal li,
ul.lines-3.horizontal li,
ul.lines-4.horizontal li,
ul.lines-5.horizontal li,
ul.lines-6.horizontal li,
ul.lines-7.horizontal li,
ul.lines-9.horizontal li,
ul.lines.horizontal li {
  width: var(--position-line-full);
  height: var(--horizontal-line-height);
}
.contact-lines,
.faq-lines,
.footer-lines,
.history-lines,
.projects-lines,
.services-2-lines,
.services-3-lines,
.services-lines {
  top: 0;
  height: 100%;
  width: 100%;
}
ul.lines-2 li,
ul.lines-3 li,
ul.lines-4 li,
ul.lines-5 li,
ul.lines-6 li,
ul.lines-9 li {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #e9e9e9;
  width: 1px;
  left: 0;
}
.project-info,
.project-item,
.project-item img {
  transition: transform 0.3s;
}
ul.lines-2.vertical li:first-child {
  left: 13.1%;
  display: none;
}
ul.lines-2.vertical li:nth-child(2) {
  left: 27.8%;
  top: 0;
  height: 13%;
}
ul.lines-2.vertical li:nth-child(3),
ul.lines-3.vertical li:nth-child(3) {
  left: 27.9%;
  top: 85%;
  height: 15%;
}
ul.lines-2.vertical li:nth-child(5),
ul.lines-2.vertical li:nth-child(7),
ul.lines-9.vertical li:nth-child(5) {
  left: 85%;
  display: none;
}
ul.lines-11.horizontal li:nth-child(6),
ul.lines-2.horizontal li:first-child,
ul.lines-3.horizontal li:nth-child(2),
ul.lines-9.horizontal li:first-child,
ul.lines-9.horizontal li:nth-child(10) {
  top: 0;
}
ul.lines-2.horizontal li:nth-child(2) {
  top: 13%;
}
ul.lines-2.horizontal li:nth-child(3),
ul.lines-2.horizontal li:nth-child(5),
ul.lines-3.horizontal li:nth-child(3),
ul.lines-9.horizontal li:nth-child(5) {
  top: 85%;
}
@media screen and (max-width: 1440px) {
  ul.lines-2.vertical li:first-child {
    left: 0;
  }
  ul.lines-2.vertical li:nth-child(2) {
    left: 25%;
    top: 0;
    height: 10%;
  }
  ul.lines-2.vertical li:nth-child(3) {
    left: 25%;
    top: 85%;
    height: 15%;
  }
  ul.lines-2.vertical li:nth-child(4) {
    left: 50%;
  }
  ul.lines-2.vertical li:nth-child(5) {
    left: 85%;
  }
  ul.lines-2.vertical li:nth-child(6),
  ul.lines-2.vertical li:nth-child(7) {
    left: 100%;
  }
  ul.lines-2.horizontal li:first-child {
    top: 22.8%;
  }
  ul.lines-2.horizontal li:nth-child(2) {
    top: 0;
  }
  ul.lines-2.horizontal li:nth-child(3) {
    top: 85%;
  }
  ul.lines-2.horizontal li:nth-child(4) {
    top: 10%;
  }
}
.logo-container {
  padding-left: 20px !important;
}
@media screen and (max-width: 1280px) {
  .logo-container {
    padding-left: 80px !important;
  }
  .arrow-scroll-down {
    width: 160px !important;
    height: 97px !important;
  }
  .slider-nav-container {
    height: 97px;
  }
  .slider-dots,
  .slider-nav {
    margin: 0 -160px !important;
    height: 97px !important;
  }
  .slide-content-container {
    max-width: 1000px !important;
  }
  ul.lines.vertical li:nth-child(2) {
    left: 12.5% !important;
  }
  .container-flex-properties,
  .navbar-expand-lg .navbar-nav {
    padding-right: 80px !important;
  }
  ul.lines.vertical li:nth-child(6) {
    left: 34.5% !important;
  }
  ul.lines.vertical li:nth-child(7) {
    left: 87.5% !important;
  }
  ul.lines.vertical li:nth-child(3) {
    display: none !important;
  }
  ul.lines-4.vertical li {
    width: var(--line-width) !important;
    height: 530% !important;
    top: -168% !important;
  }
  ul.lines-4.vertical li:nth-child(4) {
    left: 100% !important;
    top: 0;
  }
  .ul-section {
    margin-left: -30px !important;
  }
}
.slide-image img {
  width: 100%;
  max-width: 30rem;
  height: auto;
  object-fit: contain;
}
.hero-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.hero-title-highlight {
  color: #225263;
  display: block;
}
.hero-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  max-width: 100%;
  line-height: 1.5;
}
@media (max-width: 768px) {
  ul.lines-2.vertical li:first-child {
    left: 8%;
  }
  ul.lines-2.vertical li:nth-child(2) {
    left: 35%;
    top: 0;
    display: none;
    height: 15%;
  }
  ul.lines-2.vertical li:nth-child(3) {
    left: 90%;
    height: 100%;
    top: 0;
  }
  ul.lines-2.vertical li:nth-child(4) {
    left: 10%;
    top: 0;
  }
  ul.lines-2.vertical li:nth-child(5) {
    left: 85%;
  }
  ul.lines-2.vertical li:nth-child(6),
  ul.lines-2.vertical li:nth-child(7) {
    left: 85%;
    display: none;
  }
  ul.lines-2.horizontal li {
    width: 100%;
    height: 1px;
    left: 0;
  }
  ul.lines-2.horizontal li:first-child {
    top: 5%;
  }
  ul.lines-2.horizontal li:nth-child(2) {
    display: none;
  }
  ul.lines-2.horizontal li:nth-child(3) {
    display: none;
    top: 80%;
  }
  ul.lines-2.horizontal li:nth-child(4) {
    top: 100%;
  }
  ul.lines-2.horizontal li:nth-child(5) {
    top: 59%;
  }
  .hero-title {
    text-align: center;
    align-items: center;
    margin-top: 2rem;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
  }
  .slide-content {
    padding: 3.5rem 1.5rem 1.5rem !important;
    align-items: center;
  }
  .hero-content {
    padding: 2rem 1.5rem;
    text-align: center;
    max-width: 100%;
  }
  .hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }
  .hero-description {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 375px) {
  .hero-title {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .hero-text {
    font-size: 0.9rem;
    text-align: center;
    padding: 0 2rem;
  }
}
@media (min-width: 576px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .hero-text {
    margin-top: 1.5rem;
    max-width: 28rem;
  }
}
@media (min-width: 1200px) {
  .services-image {
    padding-top: 0;
    padding-left: 0;
  }
  .hero-title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
  .hero-title {
    font-size: 4.2rem;
  }
  .hero-text {
    font-size: 1.15rem;
    max-width: 30rem;
  }
  .slider-nav-container {
    height: 90px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 2559px) {
  .hero-title {
    font-size: 5rem;
  }
  .hero-text {
    font-size: 1.25rem;
    max-width: 32rem;
  }
  .slider-nav-container {
    height: 97px;
  }
}
@media screen and (min-width: 2560px) {
  .hero-title {
    font-size: 6rem;
  }
  .hero-text {
    font-size: 1.4rem;
    max-width: 36rem;
  }
  .slider-nav-container {
    height: 110px;
  }
}
.projects-grid {
  position: relative;
  padding: 4rem 0;
  background-color: #fff;
  overflow: hidden;
}
.projects-container-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 2rem;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.project-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.project-item:hover {
  transform: translateY(-10px);
}
.project-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  transform: translateY(0);
}
.project-info h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #1dd1ad;
}
.project-info p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.9;
}
.arrow-btn svg,
.arrow-scroll-down img,
.down-arrow svg {
  width: 24px;
  height: 24px;
}
.slider-nav-container {
  position: absolute;
  display: flex;
  z-index: 10;
  max-width: 1130px;
  margin: 0 auto;
  width: calc(100% - 300px);
}
.arrow-scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #225263 !important;
  z-index: 25;
  overflow: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
}
.slider-dots,
.slider-nav {
  max-width: 1130px;
  margin: 0 -165px;
  width: calc(100% - 300px);
  display: flex;
}
.arrow-scroll-down img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
  stroke: #ffffff;
}
.arrow-scroll-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.slider-nav {
  align-items: stretch;
  height: 100%;
  padding: 2rem 0;
  position: relative;
}
.slider-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  gap: 1rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .slider-nav-container {
    height: 97px;
  }
  .arrow-scroll-down {
    height: 96px;
    width: 150px;
  }
  .slider-nav {
    padding: 0;
  }
}
.down-arrow,
.down-arrow:hover {
  padding: 0 41px;
  cursor: pointer;
}
.nav-bg {
  flex-grow: 1;
  height: 100%;
}
.down-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dots,
.down-arrow:hover {
  align-items: center;
  height: 100%;
  display: flex;
}
.down-arrow:hover {
  justify-content: center;
  background-color: #163346;
}
.dots {
  justify-content: center;
  gap: 0.75rem;
  padding: 0 2rem;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.5px solid #225263;
  transition: background-color 0.3s, transform 0.2s;
}
.arrow-btn,
.arrow-scroll-down {
  transition: background-color 0.3s;
}
.dot:hover {
  transform: scale(1.2);
}
.dot.active {
  background-color: #225263;
}
.arrow-nav {
  display: flex;
  height: 100%;
}
.arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 60px;
  border: none;
  outline: 0;
}
.arrow-btn:hover {
  background-color: #f5f5f5;
}
.arrow-btn svg {
  stroke: #225263 !important;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.check,
.check svg {
  transform: translate3d(0, 0, 0);
}
.arrow-scroll-down {
  width: 314px;
  height: 97px;
}
.arrow-scroll-down:hover {
  background-color: #14303a;
}
.testimonials-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  align-items: center;
  text-align: center;
}
.contact-section,
.services-grid {
  margin: 0 auto;
  width: calc(100% - 300px);
  max-width: 1130px;
  position: relative;
}
.services-container-grid {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(51, 51, 51, 0.08);
}
.service-item {
  position: relative;
  padding: 40px 32px;
  height: 200px;
  width: 25%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  border-right: 1px solid rgba(51, 51, 51, 0.08);
  border: 1px solid rgba(51, 51, 51, 0.08);
  overflow: hidden;
  color: #333;
  transition: 0.5s;
  box-sizing: border-box;
  background-color: #fff;
}
.empty,
.service-item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 1200px) {
  .services-grid {
    width: calc(100% - 100px);
  }
  .service-item {
    width: 33.33%;
  }
  .service-item:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .services-content {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .services-image {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .services-image img {
    max-width: 35%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .services-description {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 2rem;
  }
  .testimonials-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .testimonials-section {
    padding: 3rem 1rem;
  }
  .services-grid {
    width: calc(100% - 60px);
  }
  .service-item {
    width: 50%;
    height: 250px;
    padding: 30px 24px;
  }
  .service-item:nth-child(2n) {
    border-right: none;
  }
  .service-card {
    padding: 1.5rem;
  }
  .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
  }
  .service-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .service-description {
    font-size: 0.9rem;
  }
}
.service-item img,
.services-slider-mobile .service-item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  z-index: 2;
  transition: opacity 0.4s;
  height: auto;
  max-width: 100%;
  position: relative;
}
.service-item img {
  width: 27px;
}
.service-item h3,
.service-item p {
  z-index: 2;
  transition: color 0.75s;
  position: relative;
}
.service-item h3 {
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}
.service-item p {
  font-size: 14px;
  line-height: 1.57;
  opacity: 0.7;
  clear: both;
  padding-top: 10px;
}
.faq-section h2,
.testimonials-title {
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
}
.service-item:hover img {
  opacity: 0.7;
}
.empty {
  border-bottom: none;
}
.services-slider-mobile {
  display: none;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  width: 100%;
  padding: 0 31px 0 32px;
}
.dark-bg-9,
.menu-lines {
  z-index: 1;
  width: 100%;
}
.services-slider-mobile .service-item {
  border: 1px solid rgba(51, 51, 51, 0.08);
  margin: 0 auto;
  height: 250px;
  width: 100%;
}
.services-slider-mobile .service-item img {
  width: 45px;
}
.services-slider-mobile .splide__pagination__page {
  margin: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid #555;
  background: 0 0;
  position: relative;
  transition: 0.3s;
  opacity: 1;
}
.services-slider-mobile .splide__pagination__page::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--color-primary, #f42f25);
  transition: 0.3s;
  transform: scale(0);
}
.services-slider-mobile .splide__pagination__page.is-active {
  transform: scale(1);
  background: 0 0;
}
.services-slider-mobile .splide__pagination__page.is-active::after {
  width: 6px;
  height: 6px;
  transform: scale(1);
}
.services-slider-mobile .splide__pagination {
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .desktop-services,
  .empty,
  ul.lines.vertical li:nth-child(2) {
    display: none;
  }
  .services-slider-mobile {
    display: block;
  }
  ul.lines.vertical li {
    width: 1px;
    height: 100%;
    top: 0;
  }
  ul.lines.vertical li:first-child {
    left: 10%;
  }
  ul.lines.vertical li:nth-child(3) {
    left: 80%;
    height: 7%;
    top: 0;
  }
  ul.lines.vertical li:nth-child(4) {
    left: 22.7%;
    height: 30%;
    display: none;
  }
  ul.lines.vertical li:nth-child(5) {
    left: 22.7%;
    height: 20%;
    top: 80%;
    display: none;
  }
  ul.lines.vertical li:nth-child(6) {
    left: 50%;
    height: 30%;
    display: none;
  }
  ul.lines.vertical li:nth-child(7) {
    left: 50%;
    height: 20%;
    top: 80%;
    display: none;
  }
  ul.lines.vertical li:nth-child(8) {
    left: 59.3%;
    display: none;
  }
  ul.lines.vertical li:nth-child(9) {
    left: 90%;
    top: 7%;
    height: 100%;
  }
  ul.lines.horizontal li {
    width: 100%;
    height: 1px;
    left: 0;
  }
  ul.lines.horizontal li:nth-child(2) {
    top: 30%;
  }
  ul.lines.horizontal li:nth-child(4) {
    top: 80%;
  }
  ul.lines.horizontal li:nth-child(5) {
    top: 105px;
    width: 100%;
  }
}
ul.lines-3.vertical li:first-child,
ul.lines-4.vertical li:first-child {
  left: 0;
}
ul.lines-3.vertical li:nth-child(2) {
  left: 27.8%;
  top: 0;
  height: 15%;
  display: none;
}
ul.lines-3.vertical li:nth-child(5) {
  left: 88%;
  display: none;
}
ul.lines-3.vertical li:nth-child(7) {
  left: 75%;
  top: 31.5%;
  height: 69%;
}
ul.lines-3.horizontal li:first-child {
  top: 15%;
}
@media screen and (max-width: 1440px) {
  ul.lines-3.vertical li:first-child {
    left: 17.35%;
  }
  ul.lines-3.vertical li:nth-child(2) {
    left: 28.6%;
    top: 0;
    height: 23%;
  }
  ul.lines-3.vertical li:nth-child(3) {
    left: 28.6%;
    top: 80%;
    height: 20%;
  }
  ul.lines-3.vertical li:nth-child(4) {
    left: 75%;
  }
  ul.lines-3.vertical li:nth-child(5) {
    left: 85%;
  }
  ul.lines-3.vertical li:nth-child(6) {
    left: 100%;
  }
  ul.lines-3.vertical li:nth-child(7) {
    left: 85%;
    display: none;
  }
  ul.lines-3.horizontal li:first-child {
    top: 22.8%;
  }
  ul.lines-3.horizontal li:nth-child(2) {
    top: 0;
  }
  ul.lines-3.horizontal li:nth-child(3) {
    top: 80%;
  }
  ul.lines-3.horizontal li:nth-child(4) {
    top: 100%;
  }
}
@media (max-width: 768px) {
  .projects-container-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 1.5rem;
  }
  .project-item img {
    height: 250px;
  }
  .project-info h3 {
    font-size: 1.2rem;
  }
  .project-info p {
    font-size: 0.9rem;
  }
  .slide {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slide-content,
  .slide-image,
  .slider-nav-container {
    width: 100%;
    height: 60px;
    padding: 0;
  }
  .slide-content {
    padding: 1rem 3rem;
    margin-top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .slide-image,
  ul.lines-3.horizontal li:nth-child(2),
  ul.lines-3.vertical li:first-child {
    display: none;
  }
  .slide-background-2 {
    width: 100vw;
    height: 100vh;
    margin-left: calc((100% - 100vw) / 2);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .slide-background-2 img {
    width: 120%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content-lines,
  .image-lines {
    width: 100%;
    height: 50%;
  }
  .content-lines {
    top: 0;
  }
  .image-lines {
    top: 50%;
    right: auto;
  }
  .dots {
    padding: 0 1rem;
  }
  .arrow-btn {
    width: 40px;
  }
  .slide-image img {
    max-width: 100%;
    padding: 0 1rem;
    display: none;
  }
  .testimonials-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .testimonial-card {
    margin: 0 auto;
    padding: 1.5rem;
    max-width: 100%;
    width: 100%;
  }
  .testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .testimonial-author {
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
  ul.lines-3.vertical li:nth-child(2) {
    left: 90%;
    top: 0;
  }
  ul.lines-3.vertical li:nth-child(3) {
    left: 35%;
    top: 80%;
    height: 20%;
    display: none;
  }
  ul.lines-3.vertical li:nth-child(4) {
    left: 50%;
    height: 55px;
    top: 0;
  }
  ul.lines-3.vertical li:nth-child(5) {
    left: 85%;
  }
  ul.lines-3.vertical li:nth-child(6),
  ul.lines-3.vertical li:nth-child(7) {
    left: 85%;
    display: none;
  }
  ul.lines-3.horizontal li {
    width: 100%;
    height: 1px;
    left: 0;
  }
  ul.lines-3.horizontal li:first-child,
  ul.lines-3.horizontal li:nth-child(4) {
    top: 100%;
  }
  ul.lines-3.horizontal li:nth-child(3) {
    display: none;
    top: 80%;
  }
}
.services2-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  padding: 2rem 13.1%;
  margin: 0 auto;
}
.testimonials-section {
  padding: 0;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1130px;
}
.testimonials-title {
  color: #225263;
  font-family: Sora;
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-carousel {
  display: flex;
  overflow: hidden;
  padding: 0;
  transition: transform 0.5s;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  gap: 20px;
}
.testimonial-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: calc(33.333% - 20px);
  min-width: 300px;
  max-width: 400px;
  flex: 0 0 auto;
  transition: 0.3s;
  margin: 0 10px;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  background: #0a1a24;
  color: #fff;
}
.footer-logo:hover,
.submit-btn:hover {
  transform: translateY(-2px);
}
.faq-item,
.faq-question:hover {
  background-color: #fff;
}
.testimonial-content {
  margin-bottom: 20px;
}
.testimonial-text {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.author-name {
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 5px;
}
.author-position {
  color: #00a86b;
  font-size: 0.9rem;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .testimonials-carousel {
    gap: 20px;
    padding: 0 40px;
  }
  .testimonial-card {
    width: calc(33.333% - 40px);
    min-width: 280px;
    padding: 35px;
  }
}
@media (max-width: 1200px) {
  .testimonials-carousel {
    gap: 25px;
    padding: 0 30px;
  }
  .testimonial-card {
    width: calc(50% - 30px);
    min-width: 280px;
    padding: 30px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .testimonials-carousel {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  .testimonial-card {
    width: calc(100% - 30px);
    max-width: 500px;
    padding: 30px;
    margin: 0;
  }
  .testimonials-title {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .testimonials-carousel {
    gap: 15px;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .testimonials-section {
    padding: 30px 15px;
    width: 100%;
    max-width: 100%;
  }
  .testimonials-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .testimonial-card {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 20px;
    margin: 0 0 15px;
    box-sizing: border-box;
  }
  .testimonial-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .author-image {
    width: 50px;
    height: 50px;
  }
  .author-name {
    font-size: 1rem;
  }
  .author-position {
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .testimonials-section {
    padding: 30px 10px;
  }
  .testimonial-card {
    padding: 20px;
    margin: 0;
  }
  .testimonial-text {
    font-size: 0.9rem;
  }
}
ul.lines-4.vertical li:nth-child(2) {
  left: 100%;
  height: 450%;
}
ul.lines-4.vertical li:nth-child(3) {
  left: 33%;
  height: 20%;
  display: none;
}
ul.lines-4.vertical li:nth-child(4) {
  left: 68%;
  height: 20%;
}
ul.lines-4.horizontal li:nth-child(2) {
  top: 20%;
}
ul.lines-4.horizontal li:nth-child(4) {
  top: 48%;
  display: none;
}
ul.lines-4.horizontal li:nth-child(5) {
  top: 70%;
  display: none;
}
.faq-section {
  margin: 0 auto;
  width: 100%;
  max-width: 1130px;
  padding: 3rem 0 0;
}
.faq-section h2 {
  font-family: Archivo;
  margin-bottom: 0.5rem;
  color: #2b2b2b;
  padding: 0 27px;
}
.faq-intro {
  text-align: center;
  color: #555;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
}
@media (max-width: 992px) {
  .faq-section {
    padding: 3rem 1.5rem;
  }
  .faq-grid {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  ul.lines-4.vertical li:first-child {
    left: 0 !important;
    top: 0 !important;
    height: 530% !important;
  }
  .elementor-13 .elementor-element.elementor-element-10c9360f0 {
    padding: 10px;
  }
  ul.lines-4.vertical li:nth-child(3) {
    left: 32.5%;
    top: 62.3%;
    height: 37.8%;
    display: none;
  }
  ul.lines-4.vertical li:nth-child(4) {
    left: 0 !important;
    top: -500% !important;
    height: 410% !important;
  }
  ul.lines-4.vertical li:nth-child(5) {
    left: 100%;
    top: -500% !important;
    height: 410% !important;
  }
  ul.lines-4.vertical li:nth-child(6) {
    left: 50%;
    display: none;
  }
  ul.lines-4.vertical li:nth-child(7) {
    left: 50%;
  }
  ul.lines-4.horizontal li {
    width: 100%;
    height: 1px;
    left: 0;
    top: 54%;
  }
  ul.lines-4.horizontal li:first-child {
    top: 0;
  }
  ul.lines-4.horizontal li:nth-child(2),
  ul.lines-4.horizontal li:nth-child(3) {
    top: 100%;
    display: block;
  }
  ul.lines-4.horizontal li:nth-child(4) {
    top: -90%;
    display: block;
  }
  ul.lines-4.horizontal li:nth-child(5) {
    top: -260%;
    display: block;
  }
  ul.lines-4.horizontal li:nth-child(6) {
    top: -500%;
  }
  .faq-section {
    padding: 20px 10%;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 0;
    margin: 0;
  }
  .faq-item {
    margin-bottom: 0;
  }
  .faq-question {
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
  }
}
.faq-item {
  border: 1px solid #e9e9e9;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgb(0 0 0 / 2%);
}
.faq-item.active {
  border-color: #08c;
}
.faq-question {
  padding: 1rem 1.5rem;
  font-weight: 600;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s;
}
.faq-icon::before {
  content: "+";
}
.faq-item.active .faq-icon::before {
  content: "-";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.3s, padding 0.3s;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 20px 20px !important;
}
.faq-answer p {
  margin-top: 1rem;
  color: #555;
  line-height: 1.5;
}
ul.lines-5.vertical li:first-child,
ul.lines-6.vertical li:first-child {
  left: 0;
  height: 100%;
}
ul.lines-5.vertical li:nth-child(3) {
  left: 15%;
  height: 48.5%;
}
ul.lines-5.vertical li:nth-child(4) {
  left: 85%;
  height: 48.5%;
}
.ct-container {
  margin: 0;
  background: #fff;
  border-radius: 1rem;
  padding: 0;
}
.form-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.form-title {
  color: #1e293b;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.form-description {
  color: #64748b;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.span-text {
  color: #1e293b;
  font-weight: 600;
}
.checkbox-group {
  display: flex;
  gap: 0.5rem;
  padding: 0 5px;
}
.checkbox-item {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.8rem 1.2rem;
  border: 2px solid #e2e8f0;
  background: #fff;
  transition: 0.3s;
  border-radius: 10px;
}
.form-input,
.otros-input {
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
}
.check {
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
.check svg {
  z-index: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transition: 0.2s;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.text-span {
  color: #64748b;
  font-size: 1rem;
  transition: color 0.3s;
}
.checkbox-item:hover .check svg,
input[type="checkbox"]:checked + .check svg {
  stroke: #4285f4;
}
input[type="checkbox"]:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: 0.3s linear;
}
input[type="checkbox"]:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: 0.2s linear 0.15s;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  margin-right: 0;
  margin-left: 0;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-label {
  display: block;
  color: #475569;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.form-input {
  width: 100%;
  border: 1px solid #e9e9e9;
  transition: 0.3s;
}
.form-input:focus {
  outline: 0;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.otros-input {
  display: none;
  width: 100%;
  margin-top: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 0.75rem;
}
.submit-btn {
  background: #0d9a86;
  color: #fff;
  padding: 1rem 2.5rem;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  transition: 0.3s;
  display: block;
  width: fit-content;
  margin: 1.5rem auto 0;
}
.footer-logo,
.social-icons a img {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.copyright,
.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.submit-btn:hover {
  background: #4aeaac;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}
ul.lines-6.vertical li:nth-child(3) {
  left: 85%;
  height: 19%;
}
ul.lines-6.vertical li:nth-child(4) {
  left: 15%;
  height: 19%;
}
ul.lines-6.horizontal li:nth-child(4) {
  top: 24%;
}
.site-footer {
  background: #111f28;
  backdrop-filter: blur(10px);
  padding: 2rem 0 1rem;
  margin-top: auto;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.05);
}
.copyright,
.footer-content,
.footer-message,
.prj-container-wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
.prj-carousel-slide,
.prj-grid-card {
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}
.footer-logo {
  padding-left: 20px;
  width: 250px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.social-icons {
  display: flex;
  gap: 1rem;
  padding-left: 20px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  background: #fffefe00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #2e2e2e;
  position: relative;
  overflow: hidden;
}
.social-icons a img {
  font-size: 1.2rem;
  z-index: 1;
  width: 25px;
  height: 25px;
}
.social-icons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #48e5a8, #0d9a87);
  opacity: 0;
  transition: opacity 0.3s;
}
.social-icons a:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(108, 92, 231, 0.2);
  border-radius: 10px;
}
.footer-menu a:hover,
.text-menu {
  color: #48e5a8;
}
.footer-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.footer-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-menu a {
  font-family: Archivo;
  font-weight: 400;
  position: relative;
  padding-bottom: 2px;
  transition: 0.3s;
  color: #fff;
}
.footer-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #48e5a8;
  transition: width 0.3s;
}
.footer-menu a:hover::after {
  width: 100%;
}
.text-menu {
  font-size: 2rem;
  font-family: Sora, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-message {
  text-align: left;
  padding: 2rem 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-family: Archivo, sans-serif;
}
.copyright {
  text-align: left;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 0.875rem;
}
ul.lines-7 li {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(150, 150, 150, 0.11);
  width: 1px;
  left: 0;
  -webkit-transition: height 2s;
  transition: height 2s;
}
ul.lines-7.vertical li:first-child {
  left: 20.32%;
  height: 100%;
}
ul.lines-7.vertical li:nth-child(2) {
  left: 79.7%;
}
ul.lines-7.vertical li:nth-child(3) {
  left: 70%;
  height: 75%;
}
ul.lines-7.vertical li:nth-child(4) {
  left: 35%;
  height: 75%;
}
ul.lines-7.vertical li:nth-child(5) {
  left: 49%;
  height: 29%;
  top: 30%;
  display: none;
}
ul.lines-7.vertical li:nth-child(6) {
  left: 52%;
  height: 100%;
  display: none;
}
ul.lines-7.vertical li:nth-child(7) {
  left: 52%;
  height: 23%;
  display: none;
}
ul.lines-7.vertical li:nth-child(8) {
  left: 40%;
  height: 15%;
}
ul.lines-7.horizontal li:nth-child(2) {
  top: 42%;
  width: 70%;
}
ul.lines-7.horizontal li:nth-child(4) {
  top: 75%;
  display: none;
}
ul.lines-7.horizontal li:nth-child(5) {
  top: 82%;
  width: 100%;
  display: none;
}
ul.lines-7.horizontal li:nth-child(7) {
  top: 31%;
  display: none;
}
.prj-container-wrapper {
  padding: 1rem 0;
  position: relative;
  width: calc(100% - 300px);
}
.prj-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(10, 100px);
  gap: 20px;
}
.prj-grid-item--header {
  grid-column: span 2;
  grid-row: span 2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}
.prj-grid-card {
  background: #fff;
  transition: transform 0.3s;
}
.prj-grid-card:hover {
  transform: translateY(-5px);
}
.prj-card-media {
  position: relative;
  height: 100%;
}
.prj-media-element {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: filter 0.3s;
}
.prj-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #0a1a240a 0,
    #0a1a2459 30%,
    #0a1a2493 100%
  );
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.title-color {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.text1-color {
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
}
.header-text {
  color: #0a1a24;
  font-family: Sora, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2;
}
.p-text {
  color: #333;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
.prj-grid-card:hover .prj-media-element {
  filter: blur(1.2px);
}
.prj-grid-item--pos-1 {
  grid-area: 1/3/3/5;
}
.prj-grid-item--pos-2 {
  grid-area: 1/5/3/7;
}
.prj-grid-item--pos-3 {
  grid-area: 3/1/7/5;
}
.prj-grid-item--pos-4 {
  grid-area: 3/5/5/7;
}
.prj-grid-item--pos-5 {
  grid-area: 5/5/7/7;
}
.prj-grid-item--pos-6 {
  grid-area: 7/1/9/3;
}
.prj-grid-item--pos-7 {
  grid-area: 7/3/9/5;
}
.prj-grid-item--pos-8 {
  grid-area: 7/5/9/7;
}
.prj-grid-item--pos-9 {
  grid-area: 9/1/11/3;
}
.prj-grid-item--pos-10 {
  grid-area: 9/3/11/7;
}
.prj-carousel-module {
  display: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.prj-carousel-header {
  padding: 0 20px;
  margin-bottom: 20px;
  display: block;
  color: #0a1a24;
}
.prj-carousel-track {
  display: flex;
  transition: transform 0.5s;
  height: 400px;
}
.prj-carousel-slide {
  min-width: 100%;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.prj-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 8px;
}
.prj-pagination-node {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s;
}
.prj-pagination-node.is-active {
  background: #333;
}
ul.lines-9.vertical li:first-child {
  width: var(--line-width);
  height: 380%;
  top: -80%;
}
ul.lines-9.vertical li:nth-child(2) {
  left: 32.8%;
  top: 0;
  height: 20.5%;
}
ul.lines-9.vertical li:nth-child(3) {
  left: 66.9%;
  height: 79.6%;
  top: 0 !important;
}
ul.lines-9.vertical li:nth-child(4) {
  left: 50%;
  display: none;
}
ul.lines-9.vertical li:nth-child(7) {
  left: 25%;
  height: 35%;
  top: -35%;
}
ul.lines-9.vertical li:nth-child(8) {
  left: 50%;
  height: 35%;
  top: -35%;
}
ul.lines-9.vertical li:nth-child(9) {
  left: 75%;
  height: 35%;
  top: -35%;
}
ul.lines-9.vertical li:nth-child(10),
ul.lines-9.vertical li:nth-child(11) {
  left: 33%;
  height: 40%;
  top: 60%;
}
ul.lines-9.horizontal li:nth-child(2) {
  top: 20.5%;
}
ul.lines-9.horizontal li:nth-child(3) {
  top: 79.5%;
}
ul.lines-9.horizontal li:nth-child(4) {
  top: 60%;
}
ul.lines-9.horizontal li:nth-child(5) {
  top: -35%;
}
ul.lines-9.horizontal li:nth-child(6),
ul.lines-9.horizontal li:nth-child(8) {
  top: -17%;
}
ul.lines-9.horizontal li:nth-child(7) {
  top: -70.3%;
}
ul.lines-9.horizontal li:nth-child(9) {
  top: 195%;
}
ul.lines-9.horizontal li:nth-child(11) {
  top: 255%;
}
@media screen and (max-width: 1440px) {
  ul.lines-9.vertical li:first-child {
    left: 0;
  }
  ul.lines-9.vertical li:nth-child(2) {
    left: 32.6%;
    top: 0;
    height: 20.5%;
  }
  ul.lines-9.vertical li:nth-child(3) {
    left: 67%;
    height: 79.5%;
  }
  ul.lines-9.vertical li:nth-child(4) {
    left: 50%;
  }
  ul.lines-9.vertical li:nth-child(5) {
    left: 85%;
  }
  ul.lines-9.vertical li:nth-child(6),
  ul.lines-9.vertical li:nth-child(7) {
    left: 100%;
  }
  ul.lines-9.horizontal li:first-child {
    top: 60%;
  }
  ul.lines-9.horizontal li:nth-child(2) {
    top: 0;
  }
  ul.lines-9.horizontal li:nth-child(3) {
    top: 79.5%;
  }
  ul.lines-9.horizontal li:nth-child(4) {
    top: 20.5%;
  }
}
@layer normalize,base,demo,stick,effect;
@layer effect {
  .color-0,
  .color-1,
  .color-2,
  .color-3,
  .color-5 {
    font-size: 5rem;
    font-weight: 800;
  }
  :root {
    --lightness: 0.6;
    --base-chroma: 0.15;
    --active-opacity: 1;
    --inactive-opacity: 0.3;
    --lightness: 0.6;
    --base-chroma: 0.15;
  }
  [data-theme="dark"] {
    --lightness: 75%;
  }
  [data-theme="light"] {
    --lightness: 65%;
  }
  .color-0 {
    color: #FFFFFF;
  }
  .color-1 {
    color: #D2E0E4;
  }
  .color-2{
    color: #A6C1C9;
  }
  .color-3 {
    color: #79A3AE;
  }
  .color-5 {
    color: #245464 !important;
  }
  .ul-section {
    list-style: none;
    padding: 0;
  }
  .ul-section .color {
    opacity: var(--inactive-opacity);
    transition: opacity 0.5s, filter 0.5s;
  }
  @supports (animation-timeline: scroll()) and (animation-range: 0% 100%) {
    .ul-section .color {
      -webkit-animation-name: brighten;
      animation-name: brighten;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      animation-range: cover calc(50% - 1lh) calc(50% + 1lh);
      animation-timeline: view();
    }
    @-webkit-keyframes brighten {
      0%,
      100% {
        opacity: var(--inactive-opacity);
        filter: brightness(0.8);
      }
      50% {
        opacity: var(--active-opacity);
        filter: brightness(1.2);
      }
    }
    @keyframes brighten {
      0%,
      100% {
        opacity: var(--inactive-opacity);
        filter: brightness(0.8);
      }
      50% {
        opacity: var(--active-opacity);
        filter: brightness(1.2);
      }
    }
  }
}
@layer stick {
  section:first-of-type {
    --font-level: 6;
    display: flex;
    line-height: 1.25;
    width: 100%;
  }
  .ul-section {
    font-weight: 600;
    padding-inline: 0;
    margin: 0;
    list-style-type: none;
  }
  [data-snap="true"] {
    -ms-scroll-snap-type: y proximity;
    scroll-snap-type: y proximity;
  }
}
.title-2,
li:last-of-type {
  background: linear-gradient(
    canvasText 50%,
    color-mix(in oklch, canvas, canvasText 25%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: #0a1a24;
}
.mobile-slider__container {
  display: none;
}
@layer base {
  :root {
    --font-size-min: 14;
    --font-size-max: 20;
    --font-ratio-min: 1.1;
    --font-ratio-max: 1.33;
    --font-width-min: 375;
    --font-width-max: 1500;
  }
  :where(.fluid) {
    --fluid-min: calc(
      var(--font-size-min) * pow(var(--font-ratio-min), var(--font-level, 0))
    );
    --fluid-max: calc(
      var(--font-size-max) * pow(var(--font-ratio-max), var(--font-level, 0))
    );
    --fluid-preferred: calc(
      (var(--fluid-max) - var(--fluid-min)) /
        (var(--font-width-max) - var(--font-width-min))
    );
    --fluid-type: clamp(
      (var(--fluid-min) / 16) * 1rem,
      ((var(--fluid-min) / 16) * 1rem) -
        (((var(--fluid-preferred) * var(--font-width-min)) / 16) * 1rem) +
        (var(--fluid-preferred) * var(--variable-unit, 100vi)),
      (var(--fluid-max) / 16) * 1rem
    );
    font-size: var(--fluid-type);
  }
  .bear-link {
    color: canvasText;
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: 48px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    opacity: 0.8;
  }
  :where(.x-link, .bear-link):is(:hover, :focus-visible) {
    opacity: 1;
  }
  .bear-link svg {
    width: 75%;
  }
}
.fluid-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0;
  width: calc(100% - 300px);
  position: relative;
  background-image: linear-gradient(#46464607 0.1em, transparent 0.1em),
    linear-gradient(90deg, #46464607 0.1em, transparent 0.1em);
  background-size: 3em 3em;
}
.content {
  padding: 0;
  position: relative;
}
@media (max-width: 1280px) {
  ul.lines-9.vertical li:first-child {
    left: 0;
    top: -80%;
  }
  ul.lines-9.vertical li:nth-child(2) {
    left: 32.6%;
    top: 0;
    height: 20.5%;
  }
  ul.lines-9.vertical li:nth-child(3) {
    left: 67%;
    height: 79.5%;
  }
  ul.lines-9.vertical li:nth-child(4) {
    left: 50%;
  }
  ul.lines-9.vertical li:nth-child(5) {
    left: 85%;
  }
  ul.lines-9.vertical li:nth-child(6) {
    left: 100%;
    top: -80%;
  }
  ul.lines-9.vertical li:nth-child(7) {
    left: 25%;
    top: -40%;
    height: 40%;
  }
  ul.lines-9.horizontal li:first-child,
  ul.lines-9.horizontal li:nth-child(4) {
    top: 60%;
  }
  ul.lines-9.vertical li:nth-child(8),
  ul.lines-9.vertical li:nth-child(9) {
    top: -40%;
    height: 40%;
  }
  ul.lines-9.vertical li:nth-child(11) {
    left: 33%;
    height: 40%;
    top: 60%;
  }
  ul.lines-9.horizontal li:nth-child(2) {
    top: 20.5%;
  }
  ul.lines-9.horizontal li:nth-child(3) {
    top: 79.5%;
  }
  ul.lines-9.horizontal li:nth-child(5) {
    top: -40%;
  }
  ul.lines-9.horizontal li:nth-child(6),
  ul.lines-9.horizontal li:nth-child(8) {
    top: -20%;
  }
  ul.lines-9.horizontal li:nth-child(7) {
    top: -80%;
  }
  ul.lines-9.horizontal li:nth-child(9) {
    top: 195%;
  }
  ul.lines-9.horizontal li:nth-child(10) {
    top: 0;
  }
  ul.lines-9.horizontal li:nth-child(11) {
    top: 255%;
  }
  .fluid-section {
    width: 950px !important;
  }
  .p-text {
    font-size: 1.1rem;
    margin-top: -10px;
  }
  .button {
    font-size: 18px !important;
  }
}
@media (max-width: 1200px) {
  .fluid-section {
    width: calc(100% - 200px);
    padding: 2rem;
  }
}
@media (max-width: 992px) {
  .contact-section {
    width: 100%;
    padding: 20px 10%;
  }
  .ct-container {
    margin: 0 auto;
    padding: 2rem;
    max-width: 800px;
  }
  .fluid-section {
    width: calc(100% - 100px);
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .container,
  .ct-container {
    width: 100%;
    margin: 0 auto;
  }
  ul.lines-5.vertical li:first-child,
  ul.lines-6.vertical li:first-child,
  ul.lines-7.vertical li:first-child,
  ul.lines-9.vertical li:first-child {
    left: 10%;
  }
  ul.lines-5.vertical li:nth-child(3),
  ul.lines-6.vertical li:nth-child(3),
  ul.lines-7.vertical li:nth-child(3) {
    left: 32.5%;
    top: 62.3%;
    height: 37.8%;
    display: none;
  }
  ul.lines-5.vertical li:nth-child(4),
  ul.lines-6.vertical li:nth-child(4),
  ul.lines-7.vertical li:nth-child(4) {
    left: 50%;
    display: none;
  }
  ul.lines-5.horizontal li,
  ul.lines-6.horizontal li,
  ul.lines-7.horizontal li {
    width: 100%;
    height: 1px;
    left: 0;
    top: 54%;
  }
  ul.lines-5.horizontal li:first-child {
    top: 30%;
  }
  .prj-grid-container,
  ul.lines-5.horizontal li:nth-child(2),
  ul.lines-6.horizontal li:nth-child(2),
  ul.lines-9.horizontal li:nth-child(2) {
    display: none;
  }
  .content,
  .ct-container {
    padding: 0;
  }
  .container {
    padding: 0 0.5rem;
    max-width: 100%;
    overflow-x: hidden;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  ul.lines-6.horizontal li:first-child {
    top: 12%;
  }
  .site-footer {
    padding: 20px 10%;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
  .footer-left {
    align-items: center;
    gap: 1rem;
  }
  .footer-logo {
    width: 200px;
    padding-left: 0;
  }
  .social-icons {
    padding-left: 0;
    justify-content: center;
  }
  .social-icons a {
    width: 35px;
    height: 35px;
  }
  .footer-menu {
    justify-content: center;
    padding-right: 0;
  }
  .footer-menu ul {
    padding-left: 0;
    align-items: center;
    gap: 0.5rem;
  }
  .text-menu {
    font-size: 1.5rem;
  }
  .copyright {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  ul.lines-7.horizontal li:first-child {
    top: 21%;
  }
  ul.lines-7.horizontal li:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .prj-container-wrapper {
    padding: 20px 10%;
    width: 100%;
  }
  .prj-carousel-module {
    display: block;
  }
  .prj-carousel-slide .prj-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(10, 26, 36, 0.05) 0,
      rgba(10, 26, 36, 0.6) 60%,
      rgba(10, 26, 36, 0.9) 100%
    );
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    z-index: 5;
  }
  .prj-carousel-slide.active .prj-card-overlay {
    opacity: 1;
  }
  .prj-carousel-slide .prj-card-overlay h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  .prj-carousel-slide .prj-card-overlay p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
  }
  ul.lines-9.vertical li:nth-child(2) {
    left: 35%;
    top: 0;
    display: none;
    height: 15%;
  }
  ul.lines-9.vertical li:nth-child(3) {
    left: 90%;
    height: 100%;
    top: 0;
  }
  ul.lines-9.vertical li:nth-child(4) {
    left: 10%;
    top: 0;
  }
  ul.lines-9.vertical li:nth-child(5),
  ul.lines-9.vertical li:nth-child(6) {
    left: 85%;
  }
  ul.lines-9.vertical li:nth-child(7) {
    left: 85%;
    display: none;
  }
  ul.lines-9.horizontal li {
    width: 100%;
    height: 1px;
    left: 0;
  }
  ul.lines-9.horizontal li:first-child {
    top: 8%;
    display: none;
  }
  ul.lines-9.horizontal li:nth-child(3),
  ul.lines-9.horizontal li:nth-child(4) {
    top: 100%;
  }
  ul.lines-9.horizontal li:nth-child(5) {
    top: 59%;
  }
  .fluid-section {
    width: 100%;
    padding: 2rem 1rem;
    background-size: 2em 2em;
    display: none;
  }
  .fluid-t {
    font-size: 3rem;
  }
  .title-fluid-mobile {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
    color: #0a1a24;
    display: block;
  }
  .fluid-t-mobile {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: Sora, sans-serif;
  }
  .mobile-slider__container {
    display: block;
    width: 100vw;
    overflow: hidden;
    position: relative;
    margin: 2rem 0;
  }
  .mobile-slider__track-inner {
    display: flex;
    width: max-content;
    animation: 20s linear infinite mobile-slider-animation;
  }
  .mobile-slider__item-cloned {
    font-size: 3rem;
    font-weight: 800;
    white-space: nowrap;
    padding: 0 2rem;
    position: relative;
  }
  .desktop-parallax__title-container,
  .fluid-section__main-title {
    font-size: 2.5rem;
    text-align: center;
  }
  @keyframes mobile-slider-animation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .desktop-parallax__title-container {
    position: static;
    display: block;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .services-section {
    padding: 20px 10%;
  }
  .services-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .services-heading {
    font-size: 1.3rem;
  }
  .services-description {
    font-size: 0.9rem;
  }
  .services-image img {
    max-width: 50%;
  }
  .services-grid {
    width: calc(100%);
  }
  .service-item {
    width: 100%;
    height: 221px;
    padding: 24px 20px;
    border-right: none;
  }
  .fluid-section {
    padding: 1.5rem 1rem;
    background-size: 1.5em 1.5em;
  }
}
.dark-bg-9,
.menu-lines,
.menu-lines ul li {
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
}
.text-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-align: center;
}
.menu-lines ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-lines ul li {
  background-color: rgba(65, 65, 65, 0.11);
  width: 1px;
}
ul.lines-11.vertical li:first-child {
  left: 90%;
  top: -20%;
  height: 20%;
}
ul.lines-11.vertical li:nth-child(2) {
  left: 10%;
  top: 0;
  height: 100%;
}
ul.lines-11.vertical li:nth-child(3) {
  left: 10%;
  top: -20%;
  height: 20%;
}
ul.lines-11.vertical li:nth-child(4) {
  left: 10%;
  top: 70% !important;
  height: 100% !important;
}
ul.lines-11.vertical li:nth-child(5) {
  left: 90%;
  top: 0;
  height: 100% !important;
}
ul.lines-11.vertical li:nth-child(6) {
  left: 90%;
  top: 70% !important;
  height: 100% !important;
}
ul.lines-11.horizontal li {
  width: 100%;
  height: 1px;
}
ul.lines-11.horizontal li:first-child {
  left: 10%;
  top: -20%;
  width: 80%;
}
ul.lines-11.horizontal li:nth-child(2) {
  width: 100%;
  left: 0;
  top: -20%;
}
ul.lines-11.horizontal li:nth-child(3) {
  top: 145%;
  width: 80%;
  left: 10%;
}
ul.lines-11.horizontal li:nth-child(4) {
  top: 109%;
  width: 80%;
  left: 10%;
}
ul.lines-11.horizontal li:nth-child(5) {
  top: 100%;
}
ul.lines-11.horizontal li:nth-child(7) {
  top: 21%;
}
.slide-background {
  background-color: #050505;
}
.lines.horizontal.dark,
.lines.vertical.dark {
  z-index: 5;
  pointer-events: none;
}
.btn,
.button,
.nav-link,
a {
  pointer-events: auto !important;
  position: relative;
  z-index: 200;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(117, 218, 180, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: rgba(48, 194, 175, 0.4);
}
.progress-wrap::after,
.progress-wrap::before {
  position: absolute;
  rotate: 270deg;
  content: "➜";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.2s linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  color: #fff;
  z-index: 1;
  transition: 0.2s linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  opacity: 0;
  background-color: var(--color-border);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  transition: 0.2s linear;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--color-border);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 1024px) {
  .elementor-13 .elementor-element.elementor-element-5fec152 {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: #0d9a87 !important;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #605be5;
  padding: 0 !important;
  font-size: 1rem;
  border-radius: 3px;
  transition: 0.3s;
}
[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: #fff !important;
  background-color: #225263 !important;
  text-decoration: none;
}
.wpr-button {
  color: #fff !important;
  height: 40px !important;
  width: 140px !important;
  border-radius: ▸ 0 !important;
}
.wpr-form-field-label {
  padding-left: 5px;
}
.btn-header {
  display: inline-block !important;
  padding: 5px 24px !important;
  border: 1px solid #225263 !important;
  font-size: 19px !important;
  color: var(--color-white) !important;
  z-index: 1 !important;
}
@media (max-width: 768px) {
  ul.lines-11.vertical li:first-child {
    left: 100%;
    top: -30%;
    height: 130%;
  }
  ul.lines-11.vertical li:nth-child(2) {
    left: 0;
    top: 100%;
    height: 41%;
    box-shadow: 0 0 0 1px #fff;
  }
  ul.lines-11.vertical li:nth-child(3) {
    left: 0;
    top: -30%;
    height: 130%;
  }
  ul.lines-11.vertical li:nth-child(4) {
    left: 10%;
    top: 100%;
    height: 100%;
    display: none;
  }
  ul.lines-11.vertical li:nth-child(5) {
    left: 100%;
    top: 100%;
    height: 45%;
  }
  ul.lines-11.vertical li:nth-child(6) {
    left: 90%;
    top: 100%;
    height: 100%;
    display: none;
  }
  ul.lines-11.horizontal li {
    width: 100%;
    height: 1px;
  }
  ul.lines-11.horizontal li:first-child {
    left: 0;
    top: 0;
    width: 100%;
  }
  ul.lines-11.horizontal li:nth-child(2) {
    width: 100%;
    left: 0;
    top: -30%;
  }
  ul.lines-11.horizontal li:nth-child(3) {
    top: 120%;
    width: 100%;
    left: 0;
  }
  ul.lines-11.horizontal li:nth-child(4) {
    top: 104%;
    width: 100%;
    left: 0;
  }
  ul.lines-11.horizontal li:nth-child(5) {
    top: 100%;
  }
  ul.lines-11.horizontal li:nth-child(6) {
    top: -10%;
  }
  ul.lines-11.horizontal li:nth-child(7) {
    top: 21%;
  }
  .text-h3 {
    font-size: 1rem;
  }
  .elementor-2701 .elementor-element.elementor-element-2706c08 {
    padding: 10px !important;
  }
}
.testimonial-content-2 {
  flex: 1;
  width: var(--testimonial-content-width);
}
.testimonial-test p {
  color: var(--color-text);
  line-height: var(--testimonial-line-height);
  font-size: var(--testimonial-font-size);
  margin: 0;
  transition: color var(--transition-standard);
}
.testimonial-test p:hover {
  color: var(--color-primary);
}
.author-info-2 {
  width: var(--testimonial-content-width) !important;
  display: flex !important;
  align-items: center !important;
  gap: var(--author-info-gap) !important;
  margin-bottom: var(--author-info-margin) !important;
  border-bottom: 1px solid var(--author-border-color) !important;
  padding-bottom: 1rem !important;
}
.author-img {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50px !important;
  object-fit: cover !important;
  border: 2px solid #08c !important;
}
.author-details-2,
.author-info {
  flex: 1 !important;
}
.author-name-2 {
  color: #fff;
  font-weight: 500 !important;
  margin: 0;
  font-size: 0.95rem !important;
}
.author-role-2 {
  color: var(--secondary-color) !important;
  margin: 0.2rem 0 0 !important;
  font-size: 0.8rem !important;
}
.services-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  width: calc(100% - 300px);
  max-width: 1130px;
  position: relative;
  --bs-gutter-x: 0rem;
}
.contact-section {
  padding: 3rem 0;
  background-color: #fff;
}
.contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
@media (max-width: 992px) {
  .splide-container {
    width: calc(100% - 60px);
  }
  .services-section {
    flex-direction: column;
    padding: 30px 5%;
    width: 100%;
  }
  .services-content {
    text-align: center;
    padding: 2rem 1rem;
  }
  .services-description {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 2rem;
  }
  .services-image img {
    max-width: 35%;
    padding: 1rem 0;
  }
  .contact-section {
    padding: 3rem 1.5rem;
  }
  .contact-form {
    max-width: 90%;
  }
}
.services-section .content-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.services-content,
.services-image,
.social-icons a i {
  position: relative;
  z-index: 1;
}
.services-content {
  flex: 1;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.services-subtitle {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #00a86b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.services-heading {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-family: Sora;
  font-weight: 700;
}
.splide__slide.is-active .testimonial-test {
  opacity: var(--testimonial-active-opacity);
  transform: scale(var(--testimonial-active-scale));
  box-shadow: var(--testimonial-active-shadow);
  border-color: var(--testimonial-active-border);
  background: transparent;
  color: var(--testimonial-active-color);
  transition: all var(--transition-standard) 0.2s;
}
.splide-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: var(--container-padding);
  width: calc(100% - 300px);
  position: relative;
}
.testimonial-test {
  background: var(--testimonial-bg);
  padding: var(--testimonial-padding);
  margin: var(--testimonial-margin);
  border-radius: var(--testimonial-border-radius);
  opacity: var(--testimonial-opacity);
  transform: scale(var(--testimonial-scale));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  backdrop-filter: var(--testimonial-blur);
  min-height: var(--testimonial-min-height);
  max-width: 100%;
  overflow: hidden;
  border: var(--testimonial-border);
}
.splide-container .splide__track {
  padding-bottom: var(--slider-padding-bottom);
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.text-color-1 {
  color: #fff;
}