@charset "UTF-8";
body {
  font-family: "Mont", sans-serif;
  background: radial-gradient(85.22% 97.48% at 55.65% 21.1%, #36A9B9 0%, #2DC1D6 100%);
}

footer {
  background: radial-gradient(85.22% 97.48% at 55.65% 21.1%, #36A9B9 0%, #2DC1D6 100%);
}

html {
  scroll-behavior: smooth;
}

html[lang=bg-BG] body {
  font-family: "Mont", sans-serif !important;
  font-feature-settings: "locl" 0;
}

.radial-blue-bg {
  background: radial-gradient(85.22% 97.48% at 55.65% 21.1%, #36A9B9 0%, #0C5367 100%);
}

.orange-text {
  color: #C4552D;
}

.orange-bg {
  background: #C4552D;
}

.dark-blue-text {
  color: #0C5367;
}

.dark-blue-bg {
  background: #0C5367;
}

.sea-blue-text {
  color: #1F7A87;
}

.sea-blue-bg {
  background: #1F7A87;
}

.blue-accent-bg {
  background: radial-gradient(circle at 50% 0%, rgba(46, 190, 207, 0.1) 0%, rgba(12, 83, 103, 0.1) 100%) !important !important;
}

.dark-blue-accent-text {
  color: #01263E;
}
.dark-blue-accent-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
}

.sea-blue-txt-shw {
  color: #2DC1D6;
  text-align: center;
  font-feature-settings: "ss02" on, "ss03" on;
  text-shadow: 0 0 12px rgba(46, 190, 207, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6FCDFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.gradient-blue-txt {
  font-size: 42px;
  color: #2DC1D6;
  background: linear-gradient(89deg, #36A9B9 8.9%, #2DC1D6 98.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
  font-variant-numeric: lining-nums tabular-nums;
  line-height: normal;
  font-weight: 800 !important;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(46, 190, 207, 0.25);
}
@media screen and (max-width: 768px) {
  .gradient-blue-txt {
    font-size: 28px;
  }
}

.gray-text {
  color: #5F5F5F;
}
.gray-text p {
  color: #5F5F5F;
}

.sea-blue-accent-text {
  color: #6BEFFF;
}

.sea-blue-accent-bg {
  background: #6BEFFF;
}

.box-shw {
  box-shadow: 0 0 50px 0 #EEE !important;
}

.btn-primary {
  border-radius: 50px;
  border: 2px solid #F67E57;
  background: #F67E57;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: white !important;
  line-height: normal;
  font-weight: 400;
  font-size: 18px;
}
.btn-primary:hover {
  transition: 300ms;
  color: #2DC1D6 !important;
  background-color: white;
}

.portfolio-category p {
  color: #1F7A87;
  font-weight: 800;
  line-height: 21px;
  font-style: normal;
  font-size: 16px;
}

.portfolio-description p {
  color: #5F5F5F;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
}

.portfolio-description-secondary p {
  color: #333;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
}

.slash-text-clr {
  color: #C4552D;
  font-size: 18px;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 8px;
}

.gray-accent-text {
  color: #BDBDBD;
}

.gray-accent-bg {
  background: #BDBDBD;
}

.portfolio-swiper .swiper-slide {
  width: 420px;
  transition: all 0.4s ease;
  opacity: 0.25;
  transform: scale(0.85);
}

.portfolio-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.portfolio-swiper .swiper-slide-prev,
.portfolio-swiper .swiper-slide-next {
  opacity: 0.5;
  transform: scale(0.92);
}

.portfolio-card {
  pointer-events: none;
}

.portfolio-card .image-hover-wrapper {
  pointer-events: auto;
}

.swiper-slide-active .portfolio-card {
  pointer-events: auto;
}

.portfolio-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 66px 0;
}

.portfolio-track {
  display: flex;
  align-items: center;
  transition: transform 0.8s ease;
  will-change: transform;
}

.portfolio-slide {
  flex-shrink: 0;
  opacity: 0.3;
  transform: scale(0.9);
  transition: all 0.6s ease;
}

@media (min-width: 1025px) {
  .portfolio-slide {
    width: 600px;
    margin: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .portfolio-slide {
    width: 420px;
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-slide {
    width: 90%;
    margin: 0 10px;
  }
}
.portfolio-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
}

.portfolio-slide.prev,
.portfolio-slide.next {
  opacity: 0.3;
  transform: scale(0.95);
  z-index: 2;
}

.image-hover-wrapper {
  position: relative;
  display: inline-block;
}

.image-hover-wrapper img {
  display: block;
}

.hover-follow-btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  z-index: 20;
}

.image-hover-wrapper:hover .hover-follow-btn {
  opacity: 1;
}

.portfolio-card {
  overflow: visible !important;
}

.portfolio-carousel {
  cursor: grab;
}

.portfolio-carousel.dragging {
  cursor: grabbing;
}

.portfolio-track {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hover-follow-btn {
  pointer-events: none;
  touch-action: none;
}

.elevator-card {
  position: fixed;
  top: 75%;
  transform: translateY(-50%);
  width: 320px;
  padding: 22px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  z-index: 9999;
}
@media screen and (max-width: 1024px) {
  .elevator-card {
    display: none;
  }
}

.elevator-left {
  left: 24px;
}

.elevator-right {
  right: 24px;
}

.elevator-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.elevator-item {
  border: 1.5px solid #2ec7f0 !important;
  background: transparent;
  border-radius: 999px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 700;
  color: #2DC1D6;
  text-align: left;
  cursor: pointer;
  transition: 0.2s ease;
  font-family: Mont;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.elevator-item.active {
  background: #C4552D;
  border: 1.5px solid #C4552D !important;
  color: #fff;
}

.elevator-cta {
  display: block;
  margin-top: 16px;
  text-align: center;
  padding: 14px 18px;
  background: #f68257;
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  border-radius: 32px;
}
.elevator-cta:hover, .elevator-cta:active {
  color: white !important;
}

.dots-bg {
  background-image: radial-gradient(circle, rgba(180, 180, 180, 0.35) 0.8px, transparent 0.8px);
  background-size: 18px 18px;
}

/* FEATURE CARD */
.feature-card {
  position: relative;
  border: 2px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  cursor: pointer;
}

/* HOVER STATE */
.feature-card.is-hovered {
  border-color: #2EBECF;
  box-shadow: 0 0 16px 0 rgba(46, 190, 207, 0.3);
}

/* TITLE COLOR ON HOVER */
.feature-card.is-hovered .feature-title {
  color: #F67E57;
}

/* ICON */
.feature-icon {
  will-change: transform;
  transition: transform 0.15s ease;
  pointer-events: none;
}

.rotating-icon-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  padding: 32px;
}

.rotating-icon-wrapper-secondary {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  padding: 32px;
}

.circle-text {
  font-size: 24px;
}

/* ROTATING TEXT */
.rotating-text {
  position: absolute;
  inset: 0;
  animation: rotateText 20s linear infinite;
}

/* CENTER ICON */
.center-icon {
  width: 110px;
  height: auto;
  z-index: 2;
}

/* ROTATION KEYFRAMES */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating-icon:hover {
  transition: transform 300ms ease;
  transform: scale(1.1);
}

/* clickable wrapper */
#rolling-qanda {
  cursor: pointer;
  touch-action: manipulation;
}

/* disable event stealing */
#rolling-qanda svg,
#rolling-qanda img,
#rolling-qanda text,
#rolling-qanda textPath {
  pointer-events: none;
}

.feature-card-secondary {
  border: 2px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  transition: 400ms;
}

.feature-card-secondary:hover {
  border-color: #2EBECF;
  transition: 400ms;
  box-shadow: 0 0 16px 0 rgba(46, 190, 207, 0.3);
}

.feature-card-secondary:hover .feature-title {
  color: #F67E57;
  transition: 400ms;
}

.feature-card-secondary:hover .process-num {
  color: #2DC1D6;
  transition: 400ms;
}

.process-grid,
.process-grid-2,
.process-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  /* mobile: 1 */
}

/* tablet: 2 */
@media (min-width: 768px) {
  .process-grid,
  .process-grid-2,
  .process-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .process-grid,
  .process-grid-2,
  .process-grid-3 {
    display: grid;
    grid-template-columns: 0.6fr repeat(3, 1.4fr) 0.6fr;
    position: relative;
  }
  .process-grid-2 {
    display: grid;
    grid-template-columns: 0.6fr repeat(3, 1.4fr) 0.6fr;
    position: relative;
  }
  /* EMPTY LEFT & RIGHT GRID AREAS */
  .process-grid::before,
  .process-grid::after {
    content: "";
    display: block;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .process-grid-2::before,
  .process-grid-2::after {
    content: "";
    display: block;
  }
  .process-grid::before {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
  .process-grid::after {
    grid-column: 5/6;
    grid-row: 1/-1;
  }
  /* PROCESS ITEMS POSITIONING */
  .process-item:nth-child(1) {
    grid-column: 2/3;
  }
  .process-item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .process-item:nth-child(3) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .process-item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .process-item:nth-child(5) {
    grid-column: 3/5;
    grid-row: 3/4;
  }
  .process-item:nth-child(6) {
    grid-column: 4/5;
  }
  /* SPECIAL ITEMS */
  .problems-item-1,
  .problems-item-6 {
    display: flex;
    flex-direction: column;
  }
  .process-grid-2 .process-item:nth-child(1) {
    grid-column: 2/5; /* по-дългия */
  }
  .process-grid-2 .process-item:nth-child(2) {
    grid-column: 5/6; /* по-късия */
  }
}
/* mobile */
.process-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
}

/* tablet */
@media (min-width: 768px) {
  .process-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* desktop */
@media (min-width: 1280px) {
  .process-grid-2 {
    display: grid;
    grid-template-columns: 0.6fr repeat(3, 1.4fr) 0.6fr;
    position: relative;
  }
  /* празни леви и десни колони */
  .process-grid-2::before,
  .process-grid-2::after {
    content: "";
    display: block;
    grid-row: 1/2; /* ← КЛЮЧОВО */
  }
  .process-grid-2::before {
    grid-column: 1/2;
  }
  .process-grid-2::after {
    grid-column: 5/6;
  }
  /* ДВАТА ЕЛЕМЕНТА – В ЕДИН РЕД */
  /* първи – дълъг */
  .process-grid-2 .process-item:nth-child(1) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  /* втори – къс */
  .process-grid-2 .process-item:nth-child(2) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
/* mobile */
.process-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
}

/* tablet */
@media (min-width: 768px) {
  .process-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* desktop */
@media (min-width: 1280px) {
  .process-grid-3 {
    display: grid;
    grid-template-columns: 0.6fr repeat(3, 1.4fr) 0.6fr;
    position: relative;
  }
  /* празни леви и десни колони */
  .process-grid-3::before,
  .process-grid-3::after {
    content: "";
    display: block;
    grid-row: 1/2; /* ← КЛЮЧОВО */
  }
  .process-grid-3::before {
    grid-column: 1/2;
  }
  .process-grid-3::after {
    grid-column: 4/6;
  }
  /* ДВАТА ЕЛЕМЕНТА – В ЕДИН РЕД */
  /* първи – дълъг */
  .process-grid-3 .process-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  /* втори – къс */
  .process-grid-3 .process-item:nth-child(2) {
    grid-column: 2/5;
    grid-row: 1/4;
  }
}
.process-icon {
  width: 200px;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.glass {
  z-index: 999999999999;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.35));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  border-radius: 12px;
}

#contact-us {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #contact-us {
    scroll-margin-top: 80px;
  }
}

.trp-ls-language-name {
  color: #0C5367 !important;
}
@media screen and (max-width: 1024px) {
  .trp-ls-language-name {
    color: white !important;
  }
}

.custom-check {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.custom-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-check label {
  position: relative;
  padding-left: 36px;
  color: #fff;
  cursor: pointer;
  line-height: 1.4;
  padding-top: 3px;
}

.custom-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  transition: background 0.1s ease, border-color 0.1s ease;
}

.custom-check label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 11px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease;
}

/* CHECKED STATE */
.custom-check input[type=checkbox]:checked + label::before {
  background: #F67E57;
}

.custom-check input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/* Focus (accessibility) */
.custom-check input[type=checkbox]:focus + label::before {
  outline-offset: 2px;
}

/* Link */
.custom-check a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}/*# sourceMappingURL=theme.css.map */
