/*----------------------------------------*/
/*  01 Default
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.offcanvas-area, .offcanvas-social ul li a, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-white span {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.footer-widget-content ul li a span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.slider-scroll-down a span {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

:root {
  --ff-body: "Montserrat", sans-serif;
  --ff-heading: "Montserrat", sans-serif;
  --ff-p: "Montserrat", sans-serif;

  --color-white: #ffffff;
  --color-black: #141820;
  --color-red: #d5335a;
  --color-graphite: #2B2F36;

   --color-wa: #25D366;
    --color-tg: #229ED9;
}

.its-red {
  color: var(--color-red);
}


@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1230px;
    --bs-gutter-x: 30px;
  }
  .container-1680 {
    max-width: 1680px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {scroll-behavior: smooth;}
#message {scrollbar-width: none;}
#message::-webkit-scrollbar { display: none;}

/*---------------------------------
	noise
---------------------------------*/
.has-noise {
  position: relative;
  overflow: hidden;
}

.has-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  opacity: .25;

  background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23grain)'/%3E%3C/svg%3E");

  z-index: 0;
}

.has-noise > * {
  position: relative;
  z-index: 2;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--text-body);
  font-family: var(--ff-body);
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--color-black);
  font-family: var(--ff-heading);
}

h1 {font-size: 40px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 16px;}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 26px;
  font-family: var(--ff-p);
  color: var(--text-body);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus { text-decoration: none; outline: none;}
a:focus,
a:hover {color: inherit; text-decoration: none;}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {cursor: pointer;}
button:focus {outline: 0;}
.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--color-black);
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-black);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-black);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--color-black);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--color-black);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--color-black);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--color-black);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

*::selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--color-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--color-black);
  font-size: 14px;
  opacity: 1;
}

.line-black {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(#141820, #141820), linear-gradient(#141820, #141820);
}
.line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}
.line-white:hover {
  background-size: 0% 1px, 100% 1px;
}
* {cursor: default;}
a, a * {cursor: pointer;}



@media (max-width: 767px) {
  .container {
       padding-right: calc(var(--bs-gutter-x) * .8);
    padding-left: calc(var(--bs-gutter-x) * .8);
  } 
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

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

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropcap::first-letter {
  float: left;
  width: 65px;
  height: 85px;
  font-size: 90px;
  line-height: 0.8;
  font-weight: 500;
  margin-right: 5px;
  text-align: center;
  line-height: inherit;
  text-transform: capitalize;
  color: var(--color-white);
  font-family: var(--ff-body);
}

.line-hover {
  position: relative;
  display: inline-block;
}
.line-hover::after {
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--color-black);
  transition: 0.4s;
}
.line-hover:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

/*----------------------------------------*/
/*  Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
   right: 20px;
    bottom: 20px;
  } 
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--color-red);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--color-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  Buttons
/*----------------------------------------*/
.btn {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 9999px;
  border: 0;
  color: var(--color-adm-black);
  background-color: var(--color-red);
  transition: background-color .25s ease, color .25s ease, transform .15s ease, box-shadow .25s ease;
}
.btn:hover {
  color: var(--color-adm-black);
  background-color: color-mix(in srgb, var(--color-red) 80%, #000);
}
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255, 199, 0, .35); }

.btn-border {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 9999px;
  border: 2px solid var(--color-red);
  color: var(--color-red);
  background: transparent;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .15s ease, box-shadow .25s ease;
}
.btn-border:hover {
  color: var(--color-white);
  background-color: var(--color-red);
  border-color: var(--color-red);
}
.btn-border.sm { padding: 10px 22px; font-size: 14px; }


.btn-border.wtext {
  color: var(--color-red);
  border: 2px solid var(--color-red);
}
.btn-border.wtext:hover {
  color: var(--color-white);
  background: var(--color-red);
}



.btn-circle {
      height: 160px;
    width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.02em;
    position: relative;
    color: var(--color-adm-black);
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--color-adm-black);
    transition: border-color 0.4s, color 0.4s, transform 0.15s;
}

.btn-circle .btn-circle-dot {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: transparent;
  transform: scale(0);
  transform-origin: center;
  transition: transform .45s ease, background-color .45s ease;
}
.btn-circle.white {
  background: rgba(255,255,255,0.15);
  border: 1px solid var(--color-white);
}
.btn-circle:hover {
  border-color: var(--color-white);
  color: var(--color-black);
}
.btn-circle:hover .btn-circle-dot {
  transform: scale(1);
}
.btn-circle:hover span { color: var(--color-red); }
.btn-circle.sm { height: 120px; width: 120px; }

.btn-circle.white {
  color: var(--color-white);
  border-color: var(--color-white);
}
.btn-circle.white .btn-circle-dot {
  background-color: transparent;
}
.btn-circle.white:hover {
  border-color: var(--color-white);
  color: var(--color-black);
}
.btn-circle.white:hover .btn-circle-dot {
  background-color: var(--color-white);
  transform: scale(1);
}

.btn-circle-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 2;
  pointer-events: none; 
}

.btn-circle-text {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  line-height: 1.3;
  display: block;
  position: relative;
}

.btn-circle-arrow {
  position: absolute;
  bottom: 40px;
  width: 48px;
  height: 48px;
  animation: arrowBounce 1.2s ease-in-out infinite;
  transform-origin: center;
}

.btn-circle:hover .btn-circle-arrow {
  animation-play-state: paused;
  color: var(--color-red);
}

@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.7;
  }
}

.btn svg,
.btn-border svg,
.btn-circle svg {
  width: 1.1em; height: 1.1em; transform: translateY(1px);
  align-items: center;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .btn-circle {
    height: 130px;
    width: 130px;
  }
  .btn-circle-text {
    font-size: 14px;
  }
  .btn-circle-arrow {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .btn-circle {
    height: 130px;
    width: 130px;
  }
  .btn-circle-text {
    font-size: 14px;
  }
  .btn-circle-arrow {
    width: 18px;
    height: 18px;
  }
}

/*----------------------------------------*/
/*  Preloader
/*----------------------------------------*/
/* Обёртка */
.preloader-layout-wrap {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
}

.preloader-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.preloader-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d5335a;
  animation: pulse-merge 1.6s ease-in-out infinite;
}

.preloader-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pulse-merge {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.4);
    opacity: 0.85;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.9;
  }
  75% {
    transform: scale(1.3);
    opacity: 1;
  }
}


/*----------------------------------------*/
/*  Offcanvas
/*----------------------------------------*/

.offcanvas-area {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99998;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(18px, 3.5vw, 28px);
  background: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  overscroll-behavior: contain;
}

.offcanvas-area.opened {
  transform: translate3d(0, 0, 0);
}

.body-overlay {
  position: fixed;
  inset: 0;
  z-index: 99997;
  background: rgba(10,10,10,.45);
  backdrop-filter: blur(2px);
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s ease, visibility .35s ease;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

.offcanvas-top {
  margin-bottom: 12px;
}
.offcanvas-logo img {
  height: 28px;
  width: auto;
}
.offcanvas-close-btn {
  background: transparent;
  border: none;
  color: #111;
  padding: 6px;
  transition: transform .25s ease;
}
.offcanvas-close-btn:hover {
  transform: rotate(90deg);
}

.offcanvas-main {
  overflow-y: auto;
  padding-bottom: 100px;
}
.offcanvas-title {
  font-size: clamp(26px, 4.5vw, 36px);
  margin: 6px 0 10px;
  letter-spacing: -.02em;
}
.offcanvas-content p {
  color: #5b5b5f;
  margin-bottom: 20px;
}

.offcanvas-menu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  align-items: center;
}
.offcanvas-menu-list li {
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.offcanvas-menu-list li a {
  display: block;
  padding: 16px 2px;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 600;
  color: #111;
  text-decoration: none;
  transition: color .2s ease;
}
.offcanvas-menu-list li a:hover {
  color: var(--color-red);
}

.offcanvas-contact.muted {
  margin-bottom: 20px;
}
.offcanvas-contact.muted .offcanvas-title.sm {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9aa0a6;
  margin-bottom: 6px;
}
.offcanvas-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-contact ul li a {
  color: #555;
  text-decoration: none;
  line-height: 1.8;
}
.offcanvas-contact ul li a:hover {
  color: #111;
}

.offcanvas-social {
  margin: 14px 0 100px;
}
.offcanvas-social ul {
  display: flex;
  gap: 10px;
  padding: 0;
}
.offcanvas-social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid rgba(0,0,0,.1);
  color: #111;
}
.offcanvas-social a:hover {
  background: #111;
  color: #fff;
}

.offcanvas-actions {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px 0 0 0;
  background: transparent;
  border-top: none;              
}
.offcanvas-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.offcanvas-actions .ico {
    width: 26px;
    height: 26px;
}

.offcanvas-actions .btn-wa {
  background: #1bd741;
  color: var(--color-white);
}
.offcanvas-actions .btn-tg {
  background: #2aabee;
  color: var(--color-white);
}

@media (min-width: 1200px) {
  .offcanvas-area, .body-overlay { display: none !important; }
}

/*----------------------------------------*/
/*  Breadcrumb
/*----------------------------------------*/
.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-dot {
  font-size: 24px;
  line-height: 28px;  
}

.bc-dot:hover {
  color: var(--color-red);
}

.breadcrumbs li {
    color: #bbb;
}

.bc-sep {
  color: rgba(255,255,255,0.45);
  padding: 0 4px;
}

.breadcrumbs a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: .25s;
}

.breadcrumbs a:hover {
  color: var(--color-red);
}

.breadcrumbs .current {
  color: var(--color-red);
}

@media (max-width: 767px) {
  .breadcrumbs ul {
    font-size: 12px;
  }
}

/*----------------------------------------*/
/*  Tab
/*----------------------------------------*/
.toggler-pre,
.toggler-post {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: #848788;
  transition: all 0.3s;
}
.toggler-pre.is-active,
.toggler-post.is-active {
  color: var(--color-black-3);
}
.toggler-pre:hover,
.toggler-post:hover {
  color: var(--color-black-3);
}

.toggler-pre {
  margin-right: 15px;
}

.toggler-post {
  margin-left: 15px;
}

.toggle-input-wrap {
  position: relative;
  width: 76px;
  height: 36px;
  overflow: hidden;
  border-radius: 100px;
  background-color: var(--color-red);
}

.price-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-nav-wrapper .input-check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
}
.price-nav-wrapper .input-check:checked ~ .switch-toggle {
  left: 4px;
  right: 57.3%;
}

.switch-toggle {
  position: absolute;
  top: 4px;
  right: 4px;
  left: 57.3%;
  bottom: 4px;
  z-index: 1;
  border-radius: 100%;
  box-shadow: 0 4px 6px 0 rgba(1, 17, 22, 0.24);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background: linear-gradient(180deg, #fff 0%, #e1e4e8 100%);
}

.tab-hide {
  display: none;
}


/*----------------------------------------*/
/*  Section Title
/*----------------------------------------*/
.section-subtitle {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.section-subtitle::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  transform: translateY(-3px);
  background-color: #8e8f92
}

.section-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title.sm {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .section-title.sm {
    font-size: 28px;
  }
}
.section-title.sm > span {
  color: var(--color-red);
}


/*----------------------------------------*/
/*  HEADER
/*----------------------------------------*/

.header-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  transition: background-color .25s ease,
              backdrop-filter .25s ease,
              color .25s ease,
              box-shadow .25s ease;
}

.header-menu > nav > ul {
  margin-left: 0;
}

.header-menu > nav > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0 16px;
}

.header-menu > nav > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 20px 0;
  color: var(--color-white);
  transition: color .25s ease;
}

.header-menu > nav > ul > li:hover > a {
  color: var(--color-red);
}

.header-menu > nav > ul > li > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  content: "";
  transition: width .4s ease, left .4s ease;
  background-color: var(--color-red);
}

.header-menu > nav > ul > li:hover > a::after {
  left: 0;
  width: 100%;
}


.header-logo {
  position: relative;
  display: inline-block;
}

.header-logo img {
  height: 38px;
  position: relative;
  top: 0;
  left: 0;
  transition: opacity .25s ease;
}

.logo-light,
.logo-dark {
  opacity: 0;
}

.header-hero {
  background: transparent;
  backdrop-filter: none;
}

.header-hero .logo-light { opacity: 1; position: relative; }
.header-hero .logo-dark  { opacity: 0; position: absolute;}

.header-hero .header-menu a {
  color: var(--color-white);
}

.header-dark {
  background: var(--color-graphite);
}

.header-dark .logo-light { opacity: 1 !important; position: relative; }
.header-dark .logo-dark  { opacity: 0 !important; position: absolute;}

.header-dark .header-menu a {
  color: var(--color-white);
}

.header-sticky {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0px 2px 8px rgba(0,0,0,0.08);
}

.header-sticky .header-menu a {
  color: var(--color-black) !important;
}

.header-sticky .logo-light { opacity: 0 !important;  position: absolute;}
.header-sticky .logo-dark  { opacity: 1 !important; position: relative;}


@media (max-width: 991px) {
  .header-area {
    padding: 15px 0;
  }
}


/*----------------------------------------*/
/*  Main menu css
/*----------------------------------------*/
.header-main-menu > nav > ul li .submenu {
  position: absolute;
  width: 260px;
  z-index: 999;
  padding: 25px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  transform-origin: top;
  transition-duration: 0.1s;
  backdrop-filter: blur(8px);
  background: var(--color-white);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
.header-main-menu > nav > ul li .submenu li {
  list-style: none;
  display: block;
  padding: 0 30px;
  position: relative;
}
.header-main-menu > nav > ul li .submenu li:not(:last-child) {
  margin-bottom: 10px;
}
.header-main-menu > nav > ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.header-main-menu > nav > ul li .submenu li a {
  color: #575758;
   font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  position: relative;
}
.header-main-menu > nav > ul li .submenu li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--color-black);
}
.header-main-menu > nav > ul li .submenu li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header-main-menu > nav > ul li .submenu li:hover > a {
  padding-left: 25px;
  color: var(--color-black);
}
.header-main-menu > nav > ul li .submenu li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.header-main-menu > nav > ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}


/*----------------------------------------*/
/*  Hero
/*----------------------------------------*/

.hero-area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: 190px;
  padding-top: 120px;
}

@media (max-width: 767px) { .hero-area { padding-top: 100px; } }

.hero-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}

.hero-area .wwd-area {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  z-index: 2;
}

.wwd-wrapper {
  padding: 0;
  background: transparent;
  margin-bottom: -5px;
}

.hero-background {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-content { position: relative; z-index: 2; color: var(--color-white); }
.hero-btn { margin-top: 20px; }

.scroll-down {
  position: absolute; bottom: 40px; left: 50%;
  transform: translateX(-50%); z-index: 2; color: #fff;
}

.hero-pt { padding-top: 180px; }
@media (min-width: 768px) and (max-width: 991px) { .hero-pt { padding-top: 160px; } }
@media (max-width: 767px) { .hero-pt { padding-top: 150px; } }

.hero-title {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 27px;
  letter-spacing: -0.02em;
  color: var(--color-white, #ffffff);
}
@media (min-width: 1400px) and (max-width: 1599px) { .hero-title { font-size: 43px; } }
@media (min-width: 1200px) and (max-width: 1399px) { .hero-title { font-size: 43px; } }
@media (min-width: 992px) and (max-width: 1199px) { .hero-title { font-size: 36px; } }
@media (min-width: 768px) and (max-width: 991px) { .hero-title { font-size: 42px; } }
@media (max-width: 767px) { .hero-title { font-size: 30px; } }
@media (min-width: 576px) and (max-width: 767px) { .hero-title { font-size: 52px; } }

.hero-title span { color: var(--color-red); }
.hero-title i {
  color: var(--color-red);
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-style: normal;
  padding-top: 6px;
}
.hero-title i svg {
  width: 90px; height: auto;
  transform: none;
  flex: 0 0 90px;
}

.hero-title-box { margin-top: 6em; }
.hero-title-box p {
  font-weight: 400; font-size: 20px; letter-spacing: -0.02em; color: var(--color-white);
}
@media (max-width: 991px) { .hero-title-box p { font-size: 18px; } }

.hero-tell a {
  font-weight: 600; font-size: 16px; letter-spacing: -0.02em; color: var(--color-white, #ffffff);
}
.hero-tell a span {
  height: 50px; width: 50px; margin-right: 10px; line-height: 49px;
  border-radius: 50%; text-align: center; display: inline-block;
  color: var(--color-black, #000000); background-color: var(--color-yellow, #ffd700);
}


.hero-bg {
  background: var(--color-graphite);
  position: relative;
  overflow: hidden;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23grain)'/%3E%3C/svg%3E");
  z-index: 1;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.15) 40%,
    rgba(0,0,0,0.4) 100%
  );
}
.hero-subtitle { font-size: 1.2rem; color: var(--color-white); margin: 1rem 0; }

.hero-line {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}
.hero-line.show { opacity: 1; transform: translateY(0); }

.inline-typing {
  display: inline-flex;
  align-items: baseline;
  margin: 0 8px;
  color: var(--color-red);
}

.inline-typing svg {
  width: 70px;
  height: auto;
  flex: 0 0 70px;
  transform: none;
}

#hero-dynamic{
  display:inline-block;
  position:relative;
  white-space:nowrap;
  line-height: 1.35;
  margin-bottom: 5px;
  overflow:hidden;
  vertical-align:bottom;
  box-sizing:content-box;
}

#hero-dynamic .dyn-line{
  position:relative; inset:0;
  width:100%; height:100%;
  display:flex; align-items:center;
  transform:translateY(0%);
  opacity:1;
  transition: transform .5s ease, opacity .5s ease;
}

.hero-cta-wrap{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 20;
  pointer-events: auto;
}

/*----------------------------------------*/
/*  wwd line
/*----------------------------------------*/
.wwd-item {
  font-weight: 800;
  font-size: 15rem;
  line-height: 11rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 0;

  color: #fff;
  opacity: 0.08;
  user-select: none;
  pointer-events: none;
}

.wwd-item::after {
  content: "";
  height: 2rem;
  width: 2rem;
  margin-left: 30px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-4rem);
  background-color: var(--color-white);
}

@media (max-width: 767px) { .wwd-item { font-size: 8rem; line-height: 7rem; } .wwd-item::after {transform: translateY(-2rem);}}

.wwd-wrapper .slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.wwd-active .swiper-slide {
  width: auto;
}

.pr-wwd-item {
  padding: 15px;
  text-align: center;
  margin: -1px -1px 0 0;
  border: 1px solid #E8E8E9;
}
.pr-wwd-item:hover .pr-wwd-inner {
  box-shadow: 0 20px 30px 0 rgba(20, 24, 32, 0.1), 0 1px 4px 0 rgba(20, 24, 32, 0.06);
}
.pr-wwd-item:hover .pr-wwd-inner img {
  opacity: 1;
}
.pr-wwd-inner {
  min-height: 192px;
  line-height: 192px;
  transition: all 0.4s;
  background: var(--color-white);
}
.pr-wwd-inner img {
  opacity: 0.5;
  transition: all 0.4s;
}

/*----------------------------------------*/
/*  Page Hero
/*----------------------------------------*/

.page_hero-bg { background: var(--color-graphite); }

.page_hero-area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  height: 50vh;
  overflow: hidden;

}

@media (max-width: 767px) {
  .page_hero-area {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}

.page_hero-wrapper {
  position: relative;
  z-index: 2;
}

.page_hero-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--color-white);
}

@media (max-width: 1200px) {.page_hero-title { font-size: 60px; }}
@media (max-width: 768px) { .page_hero-title { font-size: 32px; }}
@media (max-width: 480px) { .page_hero-title { font-size: 26px; }}


.page_hero-subtitle h2 {
  font-size: 40px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0;
  width: 60%;
}

@media (max-width: 992px) { .page_hero-subtitle h2 { font-size: 32px; width: 80%; } }
@media (max-width: 480px) { .page_hero-subtitle h2 { font-size: 24px; width: 100%; }}

.wwd-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.wwd-diseno-geo-icon img{
width: 100%;
opacity: 0.5;
}

/*----------------------------------------*/
/* WHO WE ARE */
/*----------------------------------------*/

.whowe-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 280px;
  height: 100%;
}

.whowe-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-black);
  opacity: 0;
  animation: whoweLineFadeIn .6s ease-out forwards;
  animation-delay: .9s;
}

@keyframes whoweLineFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}



.whowe-ninja-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 247px;
  overflow: hidden; 
  pointer-events: none;
}

.whowe-ninja {
  display: inline-block;
  font-size: 250px;
  line-height: 1;
  transform: translateY(260px);
  opacity: 1;
  animation: ninjaSlideUp 0.75s ease-out forwards;
  animation-delay: 1.5s;
}


@keyframes ninjaSlideUp {
  0%   { transform: translateY(260px); }
  100% { transform: translateY(0); }
}


/*----------------------------------------*/
/*  WHY US
/*----------------------------------------*/

.whyus-area {
  background: #ffffff;
  color: #141820;
}

.whyus-lead {
  font-size: 18px;
  color: var(--color-graphite);
  line-height: 1.55;
  max-width: 480px;
}

.whyus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whyus-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.whyus-list-item .icon {
  color: var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
}

.whyus-list-item h4 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.whyus-list-item p {
  font-size: 15px;
  color: #5b5b5b;
  margin: 0;
}

.whyus-list-item:hover .icon {
  color: var(--color-black);
  transform: translateX(2px);
  transition: .2s ease;
}

@media(max-width: 991px){
  .whyus-list-item {
    margin-bottom: 20px;
  }
}


/*----------------------------------------*/
/*  service
/*----------------------------------------*/


.service-full-row {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 35px 0;
  border-top: 1px solid #e5e5e5;
  transition: background .35s ease;
  overflow: hidden;
  transition: color .4s ease;
}

.service-full-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-red);
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(.6, .2, .1, 1);
  z-index: 0;
}

.service-full-row:hover .its-red {
  color: var(--color-black);
}


.service-full-row:hover {
  background: var(--color-red);
  color: var(--color-white);
}

.service-row-title a {
  position: relative;
}

.service-row-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  
  transition: transform .35s cubic-bezier(.55,.16,.25,.96);
}

.service-row-title:hover a::after {
  transform: scaleX(1);
}


.service-emoji-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-red);

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 0;

  opacity: 1;
  transform: scale(1);

  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.18,.89,.32,1.28),
    background .35s ease,
    width .35s ease,
    height .35s ease,
    box-shadow .35s ease;

  position: relative;
  z-index: 3;

  box-shadow:
    0 0 8px rgba(213,51,90, .45),
    0 0 14px rgba(213,51,90, .25);
}

.service-full-row:hover .service-emoji-circle {
  width: 90px;
  height: 90px;
  background: #fff;

  transform: scale(1.25);

  box-shadow:
    0 0 20px rgba(255,80,110,0.55),
    0 0 45px rgba(255,80,110,0.25),
    0 14px 28px rgba(255, 80, 110, 0.35);

  font-size: 46px; 
  animation: svcBounce .55s ease-out forwards;


}

.service-emoji {
  display: inline-block;
  opacity: 0;
  transform: scale(0.3);
  transition: all .35s ease;
}

.service-full-row:hover .service-emoji {
  opacity: 1;
  transform: scale(1.25) rotate(-8deg);
  animation: svcBounce .55s ease-out forwards;
}


.service-row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.service-row-title {
  font-size: 42px;
  font-weight: 600;
  color: var(--color-graphite);
  text-decoration: none;
  transition: color .35s ease;
}

.service-full-row:hover .service-row-title{
  color: var(--color-white);
  text-decoration: none;
}

.service-row-desc {
  max-width: 540px;
  font-size: 18px;
  color: #5f5f5f;
  line-height: 1.55;
  text-align: right;
  transition: color .35s ease;
}

.service-full-row:hover .service-row-desc {
  color: var(--color-white);
}


@media(max-width:991px){
  .service-row-item { flex-direction: column;}
  .service-row-title { align-items:flex-start;font-size: 30px;}
  .service-row-desc { text-align:justify; }
}


@keyframes svcBounce {
  0% { transform: scale(1.25) rotate(-6deg); }
  50% { transform: scale(1.35) translateY(0) rotate(-10deg); }
  100% { transform: scale(1.25) translateY(0) rotate(-8deg); }
}


.service-full-row:hover::before {
  animation: svcGradientMove 1.8s ease forwards;
}

@keyframes svcGradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


.service-emoji-wrap {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-emoji {
  display: inline-block;
  transition: transform .3s ease;
}


@keyframes svcBounce {
  0%   { transform: scale(1) translateY(0) rotate(-6deg); }
  40%  { transform: scale(1.35) translateY(-12px) rotate(-10deg); }
  70%  { transform: scale(1.15) translateY(3px) rotate(-4deg); }
  100% { transform: scale(1.25) translateY(0) rotate(-8deg); }
}



/*----------------------------------------*/
/*  goal
/*----------------------------------------*/
.goal-shape {
  position: absolute;
  top: 200px;
  right: -59px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .goal-shape {
    right: 30px;
  }
}
.goal-shape img {
  animation: rotate 15s linear infinite;
}
.goal-left {
  margin-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .goal-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .goal-thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .goal-right-thumb img {
    width: 100%;
  }
}
.goal-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 60px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .goal-text p {
    padding-right: 0;
  }
}
.goal-content {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .goal-content {
    padding-left: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .goal-content {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .goal-content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .goal-content {
    padding-left: 0px;
  }
}
.goal-list ul li {
  position: relative;
  padding-left: 90px;
  list-style-type: none;
  margin-bottom: 50px;
}
.goal-list ul li > span {
  position: absolute;
  top: -16px;
  left: 0;
  line-height: 1;
}
.goal-list ul li > span > span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.goal-list ul li > span > span i {
  height: 60px;
  width: 60px;
  transition: 0.3s;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.06);
}
.goal-list ul li > span > span svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: 0.3s;
}
.goal-list ul li p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-white);
}
.goal-list ul li:hover span span i {
  transform: scale(1.1);
}
.goal-list ul li:hover span span svg {
  color: var(--color-black);
}
.goal-style-2 .goal-text p {
  color: #525356;
}
.goal-style-2 .goal-list ul li p {
  color: var(--color-black);
}
.goal-style-2 .goal-list ul li > span > span i.goal-color-1 {
  background-color: #a5d3fa;
}
.goal-style-2 .goal-list ul li > span > span i.goal-color-2 {
  background-color: #fbcea0;
}
.goal-style-2 .goal-list ul li > span > span i.goal-color-3 {
  background-color: #ccdcb3;
}
.goal-style-2 .goal-list ul li > span > span svg {
  color: var(--color-black);
}


/*----------------------------------------*/
/*  portfolio
/*----------------------------------------*/

.portfolio-area {
  background-color: #f7f8fa;
}

.portfolio-grid {
  position: relative;
}
.portfolio-grid .grid-sizer,
.portfolio-grid .grid-item {
  width: 100%;
}

@media (min-width: 768px) {
  .portfolio-grid .grid-sizer,
  .portfolio-grid .grid-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .portfolio-grid .grid-sizer,
  .portfolio-grid .grid-item {
    width: 33.3333%;
  }
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 10px;
  border-radius: 12px;
}

.portfolio-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  isolation: isolate;
}
.portfolio-thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.portfolio-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,14,19,0) 40%, rgba(12,14,19,0.3) 100%);
  transition: background 0.35s ease;
  z-index: 1;
}

.portfolio-title-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 18px;
  z-index: 2;
  opacity: 0;
  transform: translateY(25%);
  transition: all 0.35s ease;
}

.portfolio-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-title {
    font-size: 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .portfolio-title {
    font-size: 18px;
  }
}

.portfolio-item:hover .portfolio-thumb img {
  transform: scale(1.06);
}
.portfolio-item:hover .portfolio-thumb::after {
  background: linear-gradient(180deg, rgba(12,14,19,0) 40%, rgba(12,14,19,0.85) 100%);
}
.portfolio-item:hover .portfolio-title-overlay {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-content-wrap,
.portfolio-link-btn {
  display: none !important;
}


/*----------------------------------------*/
/*  PRICE
/*--------------------------------*/

.price-disclaimer {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.55);
  margin: 0 auto;
}

.price-area {
  background-color: rgba(20, 24, 32, 0.9)
}

.price-area .section-title,
.price-area .section-subtitle {
  color: var(--color-white);
}

.price-area  .section-title {
  line-height: 1;
}
.section-note {
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 12px;
}

.price-card {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.08);
  border-color: #dedede;
}

.price-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #141820;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.price-card p {
  font-size: 14px;
  color: #6c6c6c;
  margin: 0 0 14px;
}

.price-card ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.price-card ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

.price-card ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-mint);
}

.price-card h4 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-mint);
  margin: 28px 0 0;
  padding-top: 18px;
  line-height: 1.2;
  transition: color .3s ease;
}

.price-card h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  border-radius: 3px;
  background-color: var(--color-mint);
  opacity: 0.6;
}

.price-card:hover h4 {
  color: var(--color-red);
}
.price-card:hover h4::before {
  background-color: var(--color-red);
  opacity: 1;
}

.price-card .btn-border {
  border-color: var(--color-red);
  color: var(--color-red);
}
.price-card .btn-border:hover {
  background: var(--color-red);
  color: var(--color-white);
}

/*----------------------------------------*/
/*  PRICE – Comparison Table
/*----------------------------------------*/

.price-compare-title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.price-compare-table {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid #e5e5e5;
  backdrop-filter: blur(8px);
}

.pct-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  padding: 16px 22px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
}

.pct-row .pct-plan {
  text-align: center;
}

.pct-row:last-child {
  border-bottom: none;
}


.pct-header {
  background: rgba(255,255,255,0.12);
  font-weight: 700;
  font-size: 16px;
}

.pct-header .pct-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pct-header small { font-size: 13px; margin-top: 2px; }

.pct-feature {
  font-weight: 600;
}


@media (max-width: 768px) {


  .pct-row {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    cursor: pointer;
  }

  .pct-feature {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 8px;
  }

  .pct-plan {
    display: none;
  }

  .pct-row.active .pct-plan {
    display: block;
  }

  .pct-row.active {
    background: rgba(255,255,255,0.10);
  }
}

.pct-row  .pct-price {
  font-size: 20px;
  color: var(--color-red);
  font-weight: 600;
}
.pct-cta-row .btn-compare {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid var(--color-red);
  color: var(--color-red);
  font-size: 14px;
  transition: .25s ease;
}

.pct-cta-row .btn-compare:hover {
  background: var(--color-red);
  color: #fff;
}



.burger-btn {
    padding: 6px;
    border-radius: 8px;
    transition: 0.25s ease;
}


.burger-btn .lines line {
    stroke-width: 3.2; 
    stroke: var(--color-white);
    transition: stroke 0.25s ease, transform 0.25s ease;
}

.burger-btn:hover {
    transform: scale(1.08);
}


.burger-btn:hover .lines line {
    stroke: var(--color-red);
}

.header-sticky .burger-btn .lines line {
    stroke: var(--color-black);
}

.header-sticky .burger-btn:hover .lines line {
    stroke: var(--color-red);
}
@media (max-width: 767px) {
    .header-btn {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header-btn {
        display: none !important;
    }
}

/* ---------------------------------------- */
/* FAQ 
/* ---------------------------------------- */

.faq-area {
  padding-top: 115px;
  padding-bottom: 100px;
}

.faq-area .accordion-header {
    margin: 0;
}

@media (max-width: 767px) {
  .faq-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}


.faq-title-box .section-title {
  font-size: 32px;
}
@media (max-width: 767px) {
  .faq-title-box .section-title {
    font-size: 28px;
  }
}

.faq-style-custom .accordion-button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.faq-style-custom .accordion-item {
  border: 1px solid rgba(10, 11, 15, 0.1);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}


.faq-style-custom .accordion-button {
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-black);
  border-radius: 10px;
  position: relative;
}


.faq-style-custom .accordion-button::after {
  all: unset;
  content: '+';
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-black);
  transition: 0.25s ease;
}


.faq-style-custom .accordion-button:not(.collapsed)::after {
  content: '−';
}


.faq-style-custom .accordion-button:not(.collapsed) {
  color: var(--color-black);
}


.faq-style-custom .accordion-body {
  padding: 0 24px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-black-3);
}

@media (max-width: 767px) {
  .faq-style-custom .accordion-button {
    padding: 16px 32px 16px 16px;
    font-size: 16px;
  }
  .faq-style-custom .accordion-button::after {
    right: 12px;
  }
  .faq-style-custom .accordion-body {
    padding: 0 20px 18px;
    font-size: 16px;
  }
}


.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}


/*----------------------------------------*/
/*  page content
/*----------------------------------------*/

.page-content ul {
  margin-left: 14px;
}


/*----------------------------------------*/
/*  CONTACT FORM — BASE AREA
/*----------------------------------------*/

.contact-area {
    background-color: #f7f8fa;
    padding: 100px 0;
}

.contact-title-wrap {
    margin-bottom: 40px;
}

.contact-info p {
    font-size: 16px;
    color: #4a4a4a;
}

.contact-phone-text a {
  font-size: 1.4rem;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  color: var(--color-red);
}

.contact-phone-text a:hover {
  text-decoration: underline;
}

.contact-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;          
  font-size: 1.5rem;
  font-weight: 500;
}

.contact-phone-ico {
  width: 24px;
  height: 24px;
}

.contact-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--color-graphite);
    transition: .25s ease;
}

.contact-link .ico {
    width: 50px;
    height: 50px;
    opacity: .9;
    flex-shrink: 0;
    transition: .25s ease;
    color: var(--color-graphite);
}

.contact-link.is-wa:hover .ico { color: var(--color-wa); }
.contact-link.is-tg:hover .ico { color: var(--color-tg); }

.contact-link:hover .ico {
    opacity: 1;
    transform: translateY(-3px);
}


.contact-form-box {
    position: relative;
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.contact-form-box .char-counter {
    position: absolute;
    right: 4px;
    bottom: 6px;
    font-size: 13px;
    color: #888;
    pointer-events: none;
}

.contact-form-box .privacy-wrap a {
    border-bottom: 1px dashed var(--color-graphite);
}
.contact-form-box .privacy-wrap a:hover {
    color: var(--color-red);
    border-bottom-color: var(--color-red);
}


.floating-label {
    position: relative;
    margin-bottom: 26px;
}

.floating-label input,
.floating-label textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    border-radius: 0;
    padding: 14px 6px 8px 6px;
    background: transparent;
    font-size: 16px;
    color: #000;
    min-height: 50px;
}

.floating-label textarea {
    line-height: 1.4;
    resize: none;
    padding-right: 70px;
}

.floating-label label {
    position: absolute;
    top: 14px;
    left: 6px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
    transition: .2s ease all;
}

.floating-label input:focus ~ label,
.floating-label input:not(:placeholder-shown) ~ label,
.floating-label textarea:focus ~ label,
.floating-label textarea:not(:placeholder-shown) ~ label {
    top: -10px;
    font-size: 14px;
    color: var(--color-red);
}


.floating-label input:focus,
.floating-label textarea:focus {
    outline: none;
    border-bottom-color: var(--color-red);
}

@media (max-width: 767px) {
.floating-label label{font-size: 14px;}
.form-check-label {font-size: 12px;}
}

.contact-form-box .form-check-input {
    margin-top: 0;
    width: 1.2rem;
    height: 1.2rem;
}

.contact-form-box .form-check-input:checked {
    background-color: var(--color-red);
    border-color: var(--color-red);
}

.contact-form-box .form-check-input:focus {
    background-color: var(--color-red);
    box-shadow: 0 0 0 .25rem rgba(255, 67, 67, 0.35);
}


.field {
    position: relative;
}

.error-msg {
    font-size: 12px;
    color: #e51919;
    position: absolute;
    bottom: -18px;
    left: 0;
}


.contact-form-box .submit-btn {
    position: absolute;
    right: 0;
    bottom: -4rem;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: var(--color-red);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02em;
    border: 2px solid var(--color-red);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.submit-btn span {
  cursor: pointer; }

.contact-form-box .submit-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(0.001);
    opacity: 0;
    transform-origin: center;
    transition: transform 0.45s ease, opacity 0.45s ease;
    z-index: 1;
}

.contact-form-box .submit-btn span {
    position: relative;
    z-index: 2;
}

.contact-form-box .submit-btn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.contact-form-box .submit-btn:hover {
    color: var(--color-red);
    border-color: var(--color-red);
    background-color: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}


.hf-form.hf-form-success .hf-fields-wrap {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.form-success {
    display: none;
    background: #0caa6a;
    padding: 22px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.hf-form.hf-form-success .form-success {
    display: block !important;
}

.hf-form.hf-form-success .submit-btn {
    opacity: 0;
    transform: scale(0.4);
    pointer-events: none;
    transition: all .4s ease;
}


@media (max-width: 767px) {

    .contact-area {
        padding: 70px 0;
    }

    .contact-info,
    .contact-form-box {
        text-align: center;
    }

    .contact-form-box {
        position: relative;
    }

    .contact-form-box .submit-btn.submit-circle-btn {
        position: static;
        margin: 25px auto 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 120px;
        font-size: 15px;
    }

    .contact-form-box .submit-btn.submit-circle-btn::after {
        content: "";
        position: static;
        inset: 0;
        border-radius: 50%;
        background-color: #fff;
        transform: scale(0.001);
        opacity: 0;
        transform-origin: center;
        transition: transform 0.45s ease, opacity 0.45s ease;
        z-index: 1;
    }

    .contact-form-box .submit-btn.submit-circle-btn:hover::after {
        transform: scale(1);
        opacity: 1;
    }

    .contact-form-box .submit-btn.submit-circle-btn span {
        position: relative;
        z-index: 2;
    }

    .floating-label textarea {
        margin-bottom: 25px;
    }
}


/*----------------------------------------*/
/* FOOTER BASE
/*----------------------------------------*/
.footer-minimal {
  background: rgba(20, 24, 32, 0.9);
  color: #fff;
  padding: 40px 0 50px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-nav-wrap { flex: 1; }

.footer-nav {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.footer-nav a {
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  text-decoration: none;
  transition: .25s;
}
.footer-nav a:hover { color: var(--color-red); }

.footer-contacts { text-align: right; }

.footer-links-cta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}

.footer-link .ico {
  width: 50px;
  height: 50px;
  opacity: .9;
  flex-shrink: 0;
  transition: .25s ease;
  color: #fff;
}

.footer-link.is-wa:hover .ico   { color: #25D366; }
.footer-link.is-tg:hover .ico   { color: #0088cc; }
.footer-link.is-mail:hover .ico { color: var(--color-red); }

.footer-link:hover .ico {
  opacity: 1;
  transform: translateY(-3px);
}

.footer-phone-text {
  text-align: center;
}

.footer-phone-text a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3rem;
  color: inherit;
  text-decoration: none;
}

.footer-phone-text a:hover {
  color: var(--color-red);
  text-decoration: underline;
}

.footer-phone-text .contact-phone-ico {
  width: 24px;
  height: 24px;
  opacity: 0.9;
  flex-shrink: 0;
}

.footer-phone-text .contact-phone-number {
  white-space: nowrap;
}


.footer-city-links {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.city-label {
  color: rgba(255,255,255,0.75);
}

.city-list {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-wrap: nowrap;
}

.city-list a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: .25s;
}
.city-list a:hover { color: var(--color-red); }

.city-list li {
  position: relative;
  white-space: nowrap;
}

.city-list li:not(:last-child)::after {
  content: "•";
  color: rgba(255,255,255,0.75);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  position: relative;
}


.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 5px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-big { width: 100%; height: 200px; }

.logo-footer-big img { height: 100px; }

.footer-copy { color: #bbb; font-size: 14px; }

.footer-legal {
  list-style: none;
  display: flex;
  gap: 20px;
}
.footer-legal a {
  color: #bbb;
  transition: .25s;
  font-size: 14px;
}
.footer-legal a:hover { color: var(--color-red); }

@media (max-width: 1200px) {
  .footer-nav {justify-content: flex-start; gap:10px; margin-bottom: 10px;}
}
@media (max-width: 900px) {
  .footer-minimal {padding: 30px 0 20px;}
  .footer-top {flex-direction: column;align-items: center;text-align: center;gap: 25px;}
  .footer-nav {justify-content: center; gap:15px;}
  .footer-contacts {text-align: center;}
  .footer-middle {margin-top: 10px;}
  .footer-big { height: 100px;}
  .footer-city-links {display: block; text-align: center;}
  .footer-links-cta {justify-content: center; }
  .footer-link .ico {width: 40px;height: 40px;}
  .footer-middle .city-list {justify-content: center;flex-wrap: wrap;gap: 10px 18px;}
  .footer-bottom { justify-content: center; text-align: center; }
}

@media (max-width: 480px) {
  .footer-minimal {padding: 30px 0 20px;}
  .footer-top {gap: 20px;}
  .footer-middle {margin-top: 10px;}
  .footer-big { height: 100px;}
  .footer-city-links {display: block; text-align: center;}
  .footer-city-links {width: 100%;text-align: center;}
  .footer-city-links .city-list {flex-wrap: wrap;justify-content: center;gap: 10px 14px;}
  .footer-link {font-size: 18px;}
  .footer-link .ico {width: 34px;height: 34px;}
  .footer-big {height: 70px;}
  .footer-bottom { justify-content: center; text-align: center; }
  .footer-legal {display: block;}
  .footer-legal a {font-size: 11px;}
  .footer-copy {font-size: 11px;}

}



/*----------------------------------------*/
/*  slider
/*----------------------------------------*/
.slider-item {
  padding-top: 350px;
  padding-bottom: 275px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-item {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}
@media (max-width: 767px) {
  .slider-item {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.slider-item::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(10, 12, 17, 0.4);
}
.slider-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  background-size: cover;
  -webkit-transform: scale(1);
  background-repeat: no-repeat;
  background-position: left center;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.slider-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.87;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .slider-subtitle {
    font-size: 14px;
  }
}
.slider-title {
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .slider-title {
    font-size: 45px;
  }
}
.slider-title-box {
  opacity: 0;
  transform: translateY(-150px);
}
.slider-btn {
  opacity: 0;
  transform: translateY(150px);
}
.slider-active .swiper-slide-active .slider-thumb {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.slider-active .swiper-slide-active .slider-title-box, .slider-active .swiper-slide-active .slider-btn {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
}
.slider-dot-wrap {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 55;
}
@media (max-width: 767px) {
  .slider-dot-wrap {
    left: 30px;
  }
}
.slider-dot .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: 0.3s;
  margin: 0px 5px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--color-white);
  background-color: var(--color-white);
}
.slider-scroll-down {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 55;
}
@media (max-width: 767px) {
  .slider-scroll-down {
    right: 30px;
  }
}
.slider-scroll-down a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-white);
}
.slider-scroll-down a span {
  margin-left: 10px;
  display: inline-block;
}

/*----------------------------------------*/
/*  section steps
/*----------------------------------------*/
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 16px;
  line-height: 1.5;
}

.step-card {
  position: relative;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 16px;
  transition: all .35s ease;
  overflow: hidden;
}

.step-card:hover {
  background: var(--color-red);
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(255, 50, 50, 0.25);
}

.step-card:hover .step-title,
.step-card:hover .step-desc {
  color: #fff;
}

.step-icon {
  position: absolute;
  bottom: -8px;
  right: 12px;

  font-size: 78px;
  font-weight: 700;
  opacity: 0.07;
  line-height: 1;
  color: #000;

  pointer-events: none;
  user-select: none;
  transition: opacity .35s ease, transform .35s ease;
}

.step-card:hover .step-icon {
  opacity: 0.13;
  transform: translate(4px, -4px);
}

.step-card.step-cta {
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.step-card.step-cta:hover {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.step-cta-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: var(--color-red);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  cursor: pointer;
  position: relative;
  overflow: hidden;

  box-shadow: 0 6px 15px rgba(0,0,0,0.15);

  transition: color .3s ease, border-color .3s ease;
  border: 2px solid var(--color-red);
}

.step-cta-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--color-white);

  transform: scale(0);
  transform-origin: center;
  opacity: 0;

  transition: transform .45s ease, opacity .45s ease;
  z-index: 1;
}

.step-cta-circle:hover::after {
  transform: scale(1);
  opacity: 1;
}

.step-cta-circle span {
  position: relative;
  z-index: 2;
}

.step-cta-circle:hover {
  color: var(--color-red);
  background-color: var(--color-red);
}

@media (max-width: 767px) {
  .step-cta-circle {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}


/*----------------------------------------*/
/*  section dis_sector
/*----------------------------------------*/

.dis_sector-area {
  background-color: var(--color-graphite);
  color: var(--color-white);
}

.dis_sector-area .section-title,
.dis_sector-area .section-subtitle {
  color: var(--color-white);
}

.dis_sector-text {
  font-size: 16px;
  color: var(--color-white);
}

.dis_sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.dis_sector-item {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}

.dis_sector-item .sector-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .45s ease;
  z-index: 1;
}

.dis_sector-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12,14,19,0) 45%,
    rgba(12,14,19,0.80) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.sector-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  z-index: 3;
  color: var(--color-white);

  transform: translateY(35%);
  opacity: 1; 
  transition: transform .45s ease;
}

.sector-content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  opacity: 1;
}

.sector-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0;
  transition: opacity .35s ease;
}

.dis_sector-item:hover .sector-bg {
  transform: scale(1.07);
}

.dis_sector-item:hover .sector-content {
  transform: translateY(0);
}

.dis_sector-item:hover .sector-content p {
  opacity: 1;
}

@media(max-width: 767px){
  .dis_sector-grid {
    grid-template-columns: 1fr;
  }

}


/*----------------------------------------*/
/*  section Timeline
/*----------------------------------------*/

.timeline {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #e5e5e5;
  transform: translateX(-50%);
  z-index: -1;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 30px;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-item.left .timeline-content {
  margin-right: 40px; 
}

.timeline-item.right .timeline-content {
  margin-left: 40px; 
}


.timeline-dot {
  position: absolute;
  top: 40px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 3px solid var(--color-red);
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: all .35s ease;
}

.timeline-dot span {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-red);
  transition: .35s ease;
}

.timeline-item.left .timeline-dot {
  right: -29px; 
}

.timeline-item.right .timeline-dot {
  left: -29px;  
}


.timeline-item:hover .timeline-dot {
  background: var(--color-red);
  border-color: var(--color-red);
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(255,0,0,0.25);
}

.timeline-item:hover .timeline-dot span {
  color: #fff;
}


.timeline-content {
  background: #fff;
  padding: 22px 26px;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.08);
  position: relative;
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 600;
}

.timeline-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.55;
}


.timeline-end {
  text-align: center;
  margin-top: 40px;
}

.timeline-end-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--color-red);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto;
  box-shadow: 0 12px 25px rgba(255,0,0,0.25);
  cursor: pointer;
  transition: .3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.timeline-end-circle span {
  position: relative;
  z-index: 2;
}

.timeline-end-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
  z-index: 1;
}

.timeline-end-circle:hover::after {
  transform: scale(1);
  opacity: 1;
}

.timeline-end-circle:hover {
  color: var(--color-red);
}


@media (max-width: 768px) {
  .timeline::before {
    display: none;
  }

  .timeline-item {
    width: 100%;
    padding: 20px 0 10px 70px;
    left: 0 !important;
    text-align: left !important;
  }

  .timeline-dot {
    left: -4px !important;
    right: auto !important;
  }

  .timeline-content {
    padding-left: 20px;
  }
  .timeline-item.left .timeline-content, .timeline-item.right .timeline-content {margin: 0;}
}


/*----------------------------------------*/
/*  section cta mid
/*----------------------------------------*/
.mid-cta-area {
  background: var(--color-graphite);
  color: #fff;
}

.mid-cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

@media(max-width:991px){
  .mid-cta-row {
  justify-content: space-around;
  }
}

.mid-cta-left {
  flex: 1;
  min-width: 300px;
}

.mid-cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-red);
}

.mid-cta-subtitle {
  font-size: 18px;
  color: #dcdcdc;
  margin: 0;
}

.mid-cta-right {
  display: flex;
  flex-direction: row;
  gap: 16px;
  min-width: 220px;
}

.btn-wa-big {
  background: var(--color-wa); 
  border: 1px solid var(--color-wa);
  padding: 15px 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transition: .35s ease;
  text-decoration: none;
}

.btn-wa-big:hover {
  background: #fff;
  color: var(--color-wa); 
  border: 1px solid var(--color-wa);
}

.btn-cta {
  padding: 12px 28px;
  border-radius: 100px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: .35s ease;
}

.btn-cta:hover {
  background: var(--color-red);
  color: var(--color-white);
  border: 1px solid  var(--color-red);
}

@media(max-width: 768px){
  .mid-cta-row {
    flex-direction: column;
    text-align: center;
  }

  .mid-cta-right {
    flex-direction: column;
    width: 100%;
  }
}

/*----------------------------------------*/
/*  404
/*----------------------------------------*/

.custom-404 {
    text-align: center;
    padding: 100px 20px;
    min-height: 50vh;
    margin-top: 10vh;
    position: relative;
    animation: fadePage 0.8s ease forwards;
    opacity: 0;
}

@keyframes fadePage {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.circle-wrapper {
    width: 240px;
    height: 240px;
    margin: 0 auto 40px;
    position: relative;
}

.circle-fill {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: transparent;
    border: 6px solid var(--color-red);
    overflow: hidden;
    animation: circleAppear 0.8s ease forwards;
    opacity: 0;
}

@keyframes circleAppear {
    0% { opacity: 0; transform: scale(0.7); }
    80% { opacity: 1; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

.circle-fill::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-red);
    animation: fillUp 1.6s cubic-bezier(.55, .06, .68, .19) forwards 0.3s;
}

@keyframes fillUp {
    0%   { bottom: -100%; border-radius: 50%; }
    100% { bottom: 0; border-radius: 0%; }
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-code {
    font-size: 120px;
    line-height: 120px;
    opacity: 0;
    color: #fff;
    animation: emojiFade 1s ease forwards 1.2s;
}

@keyframes emojiFade {
    from { opacity: 0; transform: scale(0.8); }
    to   { opacity: 1; transform: scale(1); }
}


.error-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeInUp 1s ease forwards 1.4s;
}

.error-text {
    font-size: 18px;
    color: var(--color-graphite);
    opacity: 0;
    animation: fadeInUp 1s ease forwards 1.6s;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}


.btn-404 {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    border: 2px solid var(--color-red);
    color: var(--color-red);
    font-size: 17px;
    border-radius: 50px;
    transition: .25s;
    opacity: 0;
    animation: fadeInUp 1s ease forwards 1.9s;
}

.btn-404:hover {
    background: var(--color-red);
    color: var(--color-white);
    box-shadow: 0 6px 18px rgba(224,20,58,0.4);
}


/*----------------------------------------*/
/*  WIP Page
/*----------------------------------------*/

.wip-clean {
    position: relative;
    min-height: 80vh;
    padding: 140px 20px;
    background: #ffffff;
    overflow: hidden;
}

.wip-clean.has-noise::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/noise.png');
    opacity: 0.06;
    pointer-events: none;
}

.wip-skeleton {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.wip-skeleton .sk {
    position: absolute;
    background: #e9e9e9;
    border-radius: 12px;
    opacity: 0.55;
    animation: skFloat 5s ease-in-out infinite alternate;
    filter: blur(0.4px);
}

.sk-1 { top: 12%; left: 14%; width: 60%; height: 66px; }
.sk-2 { top: 28%; left: 14%; width: 75%; height: 280px; }
.sk-3 { top: 60%; left: 14%; width: 35%; height: 90px; }
.sk-4 { top: 70%; left: 25%; width: 40%; height: 200px; }
.sk-5 { top: 57%; right: 11%; width: 22%; height: 300px; border-radius: 18px; }

@keyframes skFloat {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-14px); }
}

.wip-card {
    position: relative;
    z-index: 3;
    max-width: 480px;
    margin: 0 auto;
    padding: 50px 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 26px rgba(0,0,0,0.06);
    text-align: center;
    animation: cardFade 0.6s ease forwards;
}

@keyframes cardFade {
    0% { opacity: 0; transform: translateY(18px); }
    100% { opacity: 1; transform: translateY(0); }
}


.wip-icon {
    font-size: 54px;
    margin-bottom: 20px;
    opacity: 0.9;
}


.wip-title {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}


.wip-text {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 28px;
}

.wip-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    border: 2px solid var(--color-red);
    color: var(--color-red);
    font-size: 17px;
    border-radius: 50px;
    transition: .25s;
    opacity: 0;
    animation: fadeInUp .5s ease forwards .5s;
}

.wip-btn:hover {
    background: var(--color-red);
    color: var(--color-white);
    box-shadow: 0 6px 18px rgba(224,20,58,0.4);
}


/*----------------------------------------*/
/*  MANTENIMIENTO Page
/*----------------------------------------*/
.mant-problems-area {
    background-color: rgba(20, 24, 32, 0.9);
    color: var(--color-white);
}

.mant-problems-area .section-title,
.mant-problems-area .section-subtitle {
    color: var(--color-white);
}

.mant-problems-area .mant-problems-lead {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
}

.mant-problems-area .mant-after {
    font-size: 17px;
    line-height: 1.55;
    margin-top: 28px;
    color: var(--color-white);
}

.mant-problems-area .mant-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mant-problems-area .mant-list li {
    position: relative;
    display: flex;
    gap: 18px;
    padding: 20px 0 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 18px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
    transition: all .25s ease;
}

.mant-problems-area .mant-list li:first-child {
    border-top: none;
}


.mant-problems-area .mant-list .dot {
    width: 11px;
    height: 11px;
    background: var(--color-white); 
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
    transition: all .25s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
}


.mant-problems-area .mant-list li:hover .dot {
    background: var(--color-red); 
    box-shadow: 0 0 14px rgba(230, 57, 70, 0.55);
    transform: scale(1.25);
}

/*----------------------------------------*/
/*  MANTENIMIENTO services
/*----------------------------------------*/ 
.mant-services-area .mant-card {
  position: relative;
  background: #ffffff;
  padding: 40px 35px 60px; 
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all .35s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mant-services-area .mant-card:hover {
  background: var(--color-red);
  color: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(255, 50, 50, 0.28);
  border-color: transparent;
}

.mant-services-area .mant-number {
  position: absolute;
  bottom: 18px;
  right: 22px;
  font-size: 46px;
  font-weight: 700;
  opacity: 0.08;
  color: #000;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease, color .35s ease;
}

.mant-services-area .mant-card:hover .mant-number {
  opacity: 0.20;
  color: #ffffff;
  transform: translateY(-4px);
}

.mant-services-area h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
  transition: color .35s ease;
}

.mant-services-area p {
  font-size: 16px;
  line-height: 1.55;
  color: #444;
  transition: color .35s ease;
}


.mant-services-area .mant-card:hover p {
  color: #ffffff;
}


@media (max-width: 767px) {
  .mant-services-area .mant-card {
    padding: 30px 25px 55px;
  }
  .mant-services-area .mant-number {
    font-size: 38px;
  }
}
