*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --thry-header-offset: 90px;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-padding-top: var(--thry-header-offset);
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  background: #fff;
  overflow-x: hidden;
  padding-top: var(--thry-header-offset);
  transition: padding-top 0.25s ease;
}

.thry-skip-link {
  position: absolute;
  left: 1rem;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #0f172a;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 0.375rem 0.375rem;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}
.thry-skip-link:focus, .thry-skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid #e91e63;
  outline-offset: 2px;
}

#main-content:focus {
  outline: none;
}

.thry-demo {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  color: #333333;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .thry-footer,
  .thry-about-story {
    padding-left: 0;
    padding-right: 0;
  }
  .thry-mission-vision {
    padding-left: 20px;
    padding-right: 20px;
  }
  .thry-header__drawer-head,
  .thry-header__drawer-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .thry-services-carousel,
  .thry-testimonials-carousel,
  .thry-tech-carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .thry-hero,
  .thry-hero.hero-slider,
  .thry-hero .hero-slider__carousel,
  .thry-hero .carousel-inner,
  .thry-hero .carousel-item,
  .thry-hero .thry-hero-slide,
  .thry-hero .thry-hero-slide__media {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.btn.thry-btn--primary,
a.btn.thry-btn--primary,
button.btn.thry-btn--primary {
  background: linear-gradient(90deg, #e91e63, #702283);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0 1.5rem;
  border: none;
  border-radius: 8px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(233, 30, 99, 0.25);
  text-decoration: none;
}
.btn.thry-btn--primary:hover,
a.btn.thry-btn--primary:hover,
button.btn.thry-btn--primary:hover {
  opacity: 0.92;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.3);
}
.btn.thry-btn--primary i,
a.btn.thry-btn--primary i,
button.btn.thry-btn--primary i {
  font-size: 0.875rem;
  line-height: 1;
}

.btn.thry-btn--outline,
a.btn.thry-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0 1.375rem;
  border-radius: 8px;
  border: 2px solid transparent;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #0f172a !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e91e63, #702283) border-box;
  background-clip: padding-box, border-box;
  text-decoration: none;
}
.btn.thry-btn--outline:hover,
a.btn.thry-btn--outline:hover {
  color: #0f172a !important;
  opacity: 0.92;
}
.btn.thry-btn--outline i,
a.btn.thry-btn--outline i {
  font-size: 0.875rem;
  line-height: 1;
}

.thry-header.navbar {
  --bs-navbar-padding-y: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 90px;
  transition: min-height 0.25s ease, box-shadow 0.25s ease;
}
.thry-header.navbar > .container > .thry-header__bar {
  min-height: 90px;
  justify-content: space-between;
}
.thry-header.navbar .navbar-brand {
  font-weight: 600;
  color: #0f172a;
  padding-top: 0;
  padding-bottom: 0;
}
.thry-header.navbar.thry-header--compact {
  min-height: 60px;
}
.thry-header.navbar.thry-header--compact > .container > .thry-header__bar {
  min-height: 60px;
}
.thry-header.navbar.thry-header--nav-open {
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.thry-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  box-sizing: border-box;
}

.thry-header__bar .navbar-brand {
  flex-shrink: 0;
}

.thry-brand-logo img {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(100%, 200px);
}

.thry-header .thry-brand-logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(100%, 240px);
  object-fit: contain;
}

.thry-header.thry-header--compact .thry-brand-logo {
  height: 38px;
  max-width: min(100%, 200px);
}

.thry-header__desktop {
  min-width: 0;
}

.thry-header__nav li {
  gap: 0.15rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .thry-header__nav li {
    margin-bottom: 0;
  }
}

.thry-header__cta {
  flex-shrink: 0;
}

.thry-header__toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.thry-header__toggle:hover {
  border-color: rgba(233, 30, 99, 0.35);
  box-shadow: 0 4px 16px rgba(233, 30, 99, 0.12);
}
.thry-header__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.25);
}
.thry-header--nav-open .thry-header__toggle {
  border-color: rgba(233, 30, 99, 0.45);
  box-shadow: 0 4px 18px rgba(233, 30, 99, 0.18);
}

.thry-header__toggle-bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 24px;
}

.thry-header__toggle-line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0f172a 0%, #475569 100%);
  transform-origin: center;
  transition: transform 0.42s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.28s ease, width 0.28s ease, background 0.25s ease;
}

.thry-header--nav-open .thry-header__toggle-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  background: linear-gradient(90deg, #e91e63, #702283);
}

.thry-header--nav-open .thry-header__toggle-line:nth-child(2) {
  opacity: 0;
  width: 0;
}

.thry-header--nav-open .thry-header__toggle-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  background: linear-gradient(90deg, #e91e63, #702283);
}

@media (prefers-reduced-motion: reduce) {
  .thry-header__toggle-line {
    transition-duration: 0.01ms;
  }
}
.thry-header__backdrop {
  position: fixed;
  inset: 0;
  top: var(--thry-header-offset, 90px);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1025;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.4s;
}
.thry-header--nav-open .thry-header__backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.thry-header__drawer {
  position: fixed;
  z-index: 1028;
  top: var(--thry-header-offset, 90px);
  right: 0;
  bottom: 0;
  height: auto;
  width: min(100vw - 2.5rem, 22rem);
  max-width: 100%;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 55%, #f8fafc 100%);
  box-shadow: -12px 0 40px rgba(15, 23, 42, 0.12);
  transform: translate3d(105%, 0, 0);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.5s, box-shadow 0.48s ease;
}
.thry-header--nav-open .thry-header__drawer {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  box-shadow: -16px 0 48px rgba(112, 34, 131, 0.15);
}

.thry-header__drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.25rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.thry-header__drawer-title {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c2185b;
}

.thry-header__drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 12px;
  background: rgba(233, 30, 99, 0.08);
  color: #0f172a;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.thry-header__drawer-close:hover {
  background: rgba(233, 30, 99, 0.14);
  transform: rotate(90deg);
}
.thry-header__drawer-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.25);
}

.thry-header__drawer-close-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.thry-header__drawer-close-icon::before, .thry-header__drawer-close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #0f172a;
  transform-origin: center;
}
.thry-header__drawer-close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.thry-header__drawer-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.thry-header__drawer-body {
  padding: 1rem 1.25rem 1.5rem;
  overflow-y: auto;
  max-height: calc(100dvh - var(--thry-header-offset, 90px) - 4.25rem);
  -webkit-overflow-scrolling: touch;
}

.thry-header__drawer-list {
  gap: 0;
}

.thry-header__drawer-item {
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.thry-header--nav-open .thry-header__drawer-item {
  opacity: 1;
  transform: translateX(0);
}
.thry-header:not(.thry-header--nav-open) .thry-header__drawer-item {
  transition-duration: 0.18s;
  transition-delay: 0s !important;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(1) {
  transition-delay: 0.115s;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(2) {
  transition-delay: 0.17s;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(3) {
  transition-delay: 0.225s;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(4) {
  transition-delay: 0.28s;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(5) {
  transition-delay: 0.335s;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(6) {
  transition-delay: 0.39s;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(7) {
  transition-delay: 0.445s;
}

.thry-header--nav-open .thry-header__drawer-item:nth-child(8) {
  transition-delay: 0.5s;
}

.thry-header__drawer-link.thry-header__nav a {
  margin: 0;
  padding: 0.95rem 0;
  font-size: 1.0625rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}
.thry-header__drawer-link.thry-header__nav a.active::after {
  left: 0;
  bottom: auto;
  top: 50%;
  width: 3px;
  height: 1.35rem;
  transform: translateY(-50%);
  border-radius: 2px;
}

.thry-header__drawer-cta {
  margin-top: 1.5rem;
  width: 100%;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .thry-header__backdrop,
  .thry-header__drawer,
  .thry-header__drawer-item {
    transition-duration: 0.01ms !important;
    transition-delay: 0s !important;
  }
}
.thry-header__nav a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: #0f172a !important;
  position: relative;
  margin: 0 10px;
}
.thry-header__nav a:hover, .thry-header__nav a.active {
  color: #e91e63 !important;
}
.thry-header__nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e91e63, #702283);
  border-radius: 1px;
}

body.thry-nav-open {
  overflow: hidden;
  touch-action: none;
}
@media (min-width: 992px) {
  body.thry-nav-open {
    overflow: unset;
    touch-action: unset;
  }
}

.thry-hero {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #faf8fc 0%, #ffffff 55%, #f5f3fa 100%);
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
}
.thry-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 55% at 92% 18%, rgba(233, 30, 99, 0.07), transparent 52%), radial-gradient(ellipse 55% 45% at 8% 85%, rgba(112, 34, 131, 0.06), transparent 48%);
}
.thry-hero #heroCarousel,
.thry-hero [id^=hero-slider-] {
  position: relative;
  z-index: 1;
}
.thry-hero #heroCarousel,
.thry-hero [id^=hero-slider-],
.thry-hero .carousel-inner,
.thry-hero .carousel-item {
  width: 100%;
}
.thry-hero .carousel-item {
  background: linear-gradient(135deg, #faf8fc 0%, #ffffff 55%, #f5f3fa 100%);
}
.thry-hero .carousel-indicators {
  z-index: 4;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.thry-hero .carousel-control-prev,
.thry-hero .carousel-control-next {
  z-index: 4;
}
.thry-hero .thry-services-carousel__control {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
}
.thry-hero .thry-services-carousel__control.carousel-control-prev {
  left: 0;
}
.thry-hero .thry-services-carousel__control.carousel-control-next {
  right: 0;
}

.thry-hero-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #faf8fc 0%, #ffffff 55%, #f5f3fa 100%);
}

.thry-hero-slide__media {
  position: relative;
  z-index: 0;
  order: 0;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  max-height: min(52vh, 600px);
  overflow: hidden;
  background: #f1f5f9;
}
.thry-hero-slide__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.thry-hero-slide__img,
.thry-hero [data-tl-img] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.thry-hero-slide__content {
  position: relative;
  z-index: 2;
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: clamp(1.75rem, 4vw, 3rem) 0 calc(1.25rem + 10px + 20px);
}
.thry-hero-slide__content > .container {
  width: 100%;
}

.thry-hero__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thry-hero__title {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 15px 0;
  color: #0f172a;
}

.thry-hero__desc {
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 34rem;
}

@media (max-width: 767.98px) {
  .thry-hero {
    padding: 0 0 32px;
  }
  .thry-hero .carousel-control-prev,
  .thry-hero .carousel-control-next {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .thry-hero {
    padding-top: 0;
    background: #fff;
  }
  .thry-hero::before {
    display: none;
  }
  .thry-hero .carousel-item {
    background: #fff;
  }
  .thry-hero .carousel-indicators {
    position: static !important;
    inset: auto !important;
    margin: 0.75rem auto 0.25rem !important;
    transform: none !important;
  }
  .thry-hero .carousel-inner {
    overflow: hidden;
    background: #fff;
  }
  .thry-hero .carousel.slide.carousel-fade .carousel-item.active,
  .thry-hero .carousel.slide .carousel-item.active,
  .thry-hero .carousel.slide .carousel-item-next,
  .thry-hero .carousel.slide .carousel-item-prev,
  .thry-hero .carousel.slide .carousel-item-start,
  .thry-hero .carousel.slide .carousel-item-end {
    display: flex !important;
    flex-direction: column;
  }
  .thry-hero .carousel.slide .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none !important;
  }
  .thry-hero .carousel.slide .carousel-item.active,
  .thry-hero .carousel.slide .carousel-item-next.carousel-item-start,
  .thry-hero .carousel.slide .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }
  .thry-hero .carousel.slide .active.carousel-item-start,
  .thry-hero .carousel.slide .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  .thry-hero .carousel-item > .thry-hero-slide,
  .thry-hero .carousel-item > [data-tl-slide] {
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  .thry-hero-slide,
  .thry-hero [data-tl-slide] {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
  .thry-hero-slide__media {
    aspect-ratio: 4/3;
    height: auto !important;
    max-height: min(70vh, 720px) !important;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
  }
  .thry-hero-slide__img,
  .thry-hero [data-tl-img] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    transform: scale(1.12);
    transform-origin: right center;
  }
  .thry-hero-slide__content {
    flex: 1 1 auto;
    padding-bottom: 0.75rem !important;
  }
  .hero-slider--height-fixed:not(.hero-slider--multi) .thry-hero-slide__media,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__media {
    aspect-ratio: 4/3;
    height: auto !important;
    max-height: min(70vh, 720px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thry-hero-slide__media,
  .hero-slider--height-fixed:not(.hero-slider--multi) .thry-hero-slide__media,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__media {
    aspect-ratio: 16/10;
    height: auto !important;
    max-height: min(62vh, 560px) !important;
  }
}
@media (min-width: 992px) {
  .thry-hero {
    padding-bottom: 0;
  }
  .thry-hero .carousel-inner {
    overflow: hidden;
    background: linear-gradient(135deg, #faf8fc 0%, #ffffff 55%, #f5f3fa 100%);
  }
  .thry-hero .carousel-item {
    min-height: var(--hero-slider-height, 500px);
  }
  .thry-hero .carousel.slide.carousel-fade .carousel-item.active {
    display: flex !important;
    flex-direction: column;
  }
  .thry-hero .carousel.slide:not(.carousel-fade) .carousel-item.active,
  .thry-hero .carousel.slide:not(.carousel-fade) .carousel-item-next,
  .thry-hero .carousel.slide:not(.carousel-fade) .carousel-item-prev,
  .thry-hero .carousel.slide:not(.carousel-fade) .carousel-item-start,
  .thry-hero .carousel.slide:not(.carousel-fade) .carousel-item-end {
    display: flex !important;
    flex-direction: column;
  }
  .thry-hero-slide,
  .thry-hero [data-tl-slide],
  .thry-hero .carousel-item > .thry-hero-slide,
  .thry-hero .carousel-item > [data-tl-slide] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    overflow: hidden;
  }
  .thry-hero-slide__media,
  .hero-slider--height-fixed:not(.hero-slider--multi) .thry-hero-slide__media,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    flex-shrink: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #faf8fc 0%, #ffffff 55%, #f5f3fa 100%);
  }
  .thry-hero-slide__media picture,
  .hero-slider--height-fixed:not(.hero-slider--multi) .thry-hero-slide__media picture,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__media picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .thry-hero-slide__img,
  .thry-hero [data-tl-img] {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    object-fit: cover !important;
    object-position: center center;
  }
  .thry-hero-slide__content,
  .hero-slider--height-fixed:not(.hero-slider--multi) .thry-hero-slide__content,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    flex: none;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: stretch;
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    padding: clamp(2rem, 4vw, 3.25rem) 0 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.55) 40%, transparent 72%);
  }
  .thry-hero-slide__content > .container,
  .hero-slider--height-fixed:not(.hero-slider--multi) .thry-hero-slide__content > .container,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__content > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .thry-hero-slide__content > .container > .row,
  .hero-slider--height-fixed:not(.hero-slider--multi) .thry-hero-slide__content > .container > .row,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__content > .container > .row {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide__content,
  .hero-slider--height-auto:not(.hero-slider--multi) .carousel-item.active,
  .hero-slider--height-auto:not(.hero-slider--multi) .thry-hero-slide,
  .hero-slider--height-auto:not(.hero-slider--multi) [data-tl-slide] {
    min-height: clamp(220px, 38vw, 480px);
  }
}
.thry-services {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
  margin-bottom: 0 !important;
}

.thry-services__head {
  margin-bottom: 1rem;
}

.thry-services__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.thry-services__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 1rem;
}

.thry-services__divider {
  width: 4rem;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(90deg, #e91e63, #702283);
}

.thry-services-carousel {
  position: relative;
  padding-bottom: 1rem;
  padding-left: clamp(2.5rem, 5vw, 3.25rem);
  padding-right: clamp(2.5rem, 5vw, 3.25rem);
}
.thry-services-carousel .carousel-inner {
  overflow: hidden;
  padding: 0.75rem 0.5rem 2.75rem;
}
.thry-services-carousel .carousel-item {
  height: auto;
  min-height: 0;
}
.thry-services-carousel__row {
  align-items: stretch;
}
.thry-services-carousel .thry-services-carousel__control {
  top: calc(50% - 1.5rem);
}
.thry-services-carousel__indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  justify-content: center;
  gap: 0.35rem;
}
.thry-services-carousel__control {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
}
.thry-services-carousel__control.carousel-control-prev {
  left: 0;
}
.thry-services-carousel__control.carousel-control-next {
  right: 0;
}
.thry-services-carousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-size: 0;
  line-height: 0;
}
.thry-services-carousel__arrow::before {
  content: "";
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: currentColor;
}
.thry-services-carousel__control.carousel-control-prev .thry-services-carousel__arrow::before {
  transform: rotate(135deg);
}
.thry-services-carousel__control.carousel-control-next .thry-services-carousel__arrow::before {
  transform: rotate(-45deg);
}

.thry-card {
  position: relative;
  box-sizing: border-box;
  height: auto;
  max-height: none;
  background: #fff;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.thry-card::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin-top: 1.25rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #e91e63, #702283);
}
.thry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.thry-card__title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #0f172a;
}
.thry-card__text {
  flex: 0 1 auto;
  margin-bottom: 0;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.5;
  max-width: 22rem;
}

.thry-card__icon {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1;
}
.thry-card__icon .bi {
  display: inline-block;
  font-weight: 400 !important;
  background: linear-gradient(135deg, #e91e63 0%, #673ab7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767.98px) {
  .thry-services-carousel {
    padding-left: 0;
    padding-right: 0;
  }
  .thry-services-carousel .carousel-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.services_banner {
  position: relative;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: clip;
  background: #f8fafc;
}

.services_banner__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(56vh, 580px);
}
@media (max-width: 575.98px) {
  .services_banner__hero {
    min-height: min(78vh, 640px);
  }
}

.services_banner__figure {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.services_banner__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
}
@media (max-width: 991.98px) {
  .services_banner__hero-img {
    object-position: center top;
  }
}

.services_banner__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(248, 250, 252, 0.97) 0%, rgba(255, 255, 255, 0.88) 36%, rgba(255, 255, 255, 0.55) 58%, rgba(248, 250, 252, 0.15) 82%, rgba(15, 23, 42, 0.06) 100%);
}

.services_banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.services_banner__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.services_banner__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  line-height: 1.18;
  color: #0f172a;
  margin: 0 0 1.15rem;
  max-width: 28rem;
}

.services_banner__accent {
  color: #e91e63;
}

.services_banner__lead {
  margin: 0;
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 34rem;
}

@media (max-width: 991.98px) {
  .services_banner__figure {
    display: none;
  }
  .services_banner__hero {
    min-height: auto;
    align-items: flex-start;
  }
  .services_banner__scrim {
    background: linear-gradient(180deg, #fdfcff 0%, #f8fafc 50%, #eef2f7 100%);
  }
}
.thry-services-detail {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
}

.thry-services-detail__stack {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.thry-service-detail {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2rem);
}

.thry-service-detail__row {
  align-items: stretch;
}

.thry-service-detail__main {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  padding-bottom: 1rem;
}

.thry-service-detail__top {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.thry-service-detail__icon-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.thry-service-detail__icon-wrap img,
.thry-service-detail__icon-wrap .thry-service-detail__icon-img {
  max-width: 32px;
  max-height: 32px;
  width: auto;
  height: auto;
  display: block;
}
.thry-service-detail__icon-wrap .bi {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400 !important;
  background: linear-gradient(135deg, #e91e63 0%, #673ab7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.thry-service-detail__intro {
  flex: 1;
  min-width: 0;
}

.thry-service-detail__num {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #e91e63;
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}

.thry-service-detail__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  color: #0f172a;
  line-height: 1.3;
}

.thry-service-detail__desc {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #333333;
}

.thry-service-detail__list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}
.thry-service-detail__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #0f172a;
}
.thry-service-detail__list li:last-child {
  margin-bottom: 0;
}
.thry-service-detail__list li .bi {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
  color: #e91e63;
}

.thry-service-detail__tech {
  height: 100%;
  padding-top: 1rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}
@media (min-width: 992px) {
  .thry-service-detail__tech {
    padding: 0 0 0 1.25rem;
    border-top: none;
    border-left: 1px solid rgba(226, 232, 240, 0.9);
  }
}

.thry-service-detail__tech-title {
  margin: 0 0 0.85rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e91e63;
}

.thry-service-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.thry-service-detail__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #0f172a;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.thry-service-detail__badge--text-only i {
  display: none;
}

.thry-service-detail__tech-icon {
  font-size: 0.8125rem;
  line-height: 1;
}

.thry-service-detail__tech-icon--html5 {
  color: #e34f26;
}

.thry-service-detail__tech-icon--css3 {
  color: #1572b6;
}

.thry-service-detail__tech-icon--react {
  color: #61dafb;
}

.thry-service-detail__tech-icon--wordpress {
  color: #21759b;
}

.thry-service-detail__tech-icon--laravel {
  color: #ff2d20;
}

.thry-service-detail__tech-icon--php {
  color: #777bb4;
}

.thry-service-detail__tech-icon--mysql {
  color: #00758f;
}

.thry-service-detail__tech-icon--figma {
  color: #a259ff;
}

.thry-service-detail__tech-icon--photoshop {
  color: #31a8ff;
}

.thry-service-detail__tech-icon--illustrator {
  color: #ff9a00;
}

.thry-service-detail__tech-icon--sketch {
  color: #fd9a00;
}

.thry-service-detail__tech-icon--node-js {
  color: #339933;
}

.thry-service-detail__tech-icon--mongodb {
  color: #47a248;
}

.thry-service-detail__tech-icon--react-native {
  color: #61dafb;
}

.thry-service-detail__tech-icon--flutter {
  color: #055799;
}

.thry-service-detail__tech-icon--swift {
  color: #f05138;
}

.thry-service-detail__tech-icon--firebase {
  color: #ffca28;
}

.thry-service-detail__tech-icon--indesign {
  color: #ff3366;
}

.thry-service-detail__tech-icon--adobe {
  color: #ed2224;
}

.services-cta {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #f8fafc;
}

.services-cta__banner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(1.5rem, 4vw, 2.35rem) clamp(1.25rem, 3vw, 2.5rem);
  box-shadow: 0 16px 44px rgba(112, 34, 131, 0.14);
}
.services-cta__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../src/images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services-cta__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(236, 72, 153, 0.88) 0%, rgba(233, 30, 99, 0.86) 22%, rgba(168, 85, 247, 0.82) 58%, rgba(112, 34, 131, 0.9) 100%);
  opacity: 1;
}

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

.services-cta__icon-wrap {
  width: 64px;
  height: 64px;
  margin-inline: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.services-cta__icon-wrap .bi {
  font-size: 1.85rem;
  line-height: 1;
  color: #fff;
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .services-cta__icon-wrap {
    margin-inline: 0;
  }
}

.services-cta__title {
  margin: 0 0 0.45rem;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.25;
}

.services-cta__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 36rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .services-cta__desc {
    margin-inline: 0;
  }
}

.services-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  min-height: 48px;
  border-radius: 8px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #e91e63 !important;
  background: #fff !important;
  border: none;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
  transition: transform 0.3s, box-shadow 0.3s;
}
.services-cta__btn .bi {
  font-size: 1.1rem;
  line-height: 1;
}
.services-cta__btn:hover {
  color: #702283 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
}
.services-cta__btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.thry-about {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  .thry-about {
    padding-left: 20px;
    padding-right: 20px;
  }
  .thry-about > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.thry-about__figure {
  margin: 0;
  position: relative;
}

.thry-about__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.thry-about__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.thry-about__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 1rem;
}

.thry-about__lead {
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
  margin-bottom: 1.75rem;
  max-width: 36rem;
}

.thry-about__features {
  margin-bottom: 0.5rem;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.thry-about__features > li {
  list-style: none;
}
.thry-about__features > li::marker {
  content: "";
}

.thry-about-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  height: 100%;
  text-align: left;
}

.thry-about-feature__icon {
  flex-shrink: 0;
  width: 2.5rem;
  font-size: 1.65rem;
  line-height: 1;
}
.thry-about-feature__icon .bi {
  display: inline-block;
  font-weight: 400 !important;
  background: linear-gradient(135deg, #e91e63 0%, #673ab7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.thry-about-feature__body {
  flex: 1;
  min-width: 0;
}

.thry-about-feature__title {
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.thry-about-feature__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
}

.aboutus_banner {
  position: relative;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: clip;
}

.aboutus_banner__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(52vh, 560px);
}
@media (max-width: 575.98px) {
  .aboutus_banner__hero {
    min-height: min(72vh, 620px);
    align-items: center;
  }
}

.aboutus_banner__figure {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.aboutus_banner__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aboutus_banner__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 248, 252, 0.82) 38%, rgba(255, 255, 255, 0.42) 62%, rgba(15, 23, 42, 0.12) 100%);
}

.aboutus_banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.aboutus_banner__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.aboutus_banner__title {
  font-weight: 700;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 1.25rem;
  max-width: 26rem;
}

.aboutus_banner__accent {
  color: #e91e63;
}

.aboutus_banner__lead {
  margin: 0 0 2rem;
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 34rem;
}

@media (max-width: 991.98px) {
  .aboutus_banner__figure {
    display: none;
  }
  .aboutus_banner__hero {
    min-height: auto;
    align-items: flex-start;
  }
  .aboutus_banner__scrim {
    background: linear-gradient(180deg, #fdfcff 0%, #f8fafc 50%, #eef2f7 100%);
  }
}
.aboutus_banner__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
}

.aboutus_banner__stat {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.aboutus_banner__stat-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 30, 99, 0.12);
  color: #e91e63;
}
.aboutus_banner__stat-icon .bi {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
}

.aboutus_banner__stat-body {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.aboutus_banner__stat-value {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

.aboutus_banner__stat-label {
  font-size: 0.9375rem;
  color: #333333;
  line-height: 1.35;
}

.aboutus_banner__stat-divider {
  width: 1px;
  align-self: stretch;
  min-height: 3rem;
  background: rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .aboutus_banner__stats {
    flex-direction: column;
    align-items: stretch;
  }
  .aboutus_banner__stat-divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
    align-self: stretch;
  }
}
.aboutus_banner__float {
  position: absolute;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.aboutus_banner__float i {
  filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.15));
}
.aboutus_banner__float--code {
  top: 14%;
  right: 10%;
  background: linear-gradient(145deg, #702283 0%, #e91e63 100%);
}
.aboutus_banner__float--globe {
  top: 38%;
  right: 6%;
  background: linear-gradient(145deg, #5b21b6 0%, #702283 55%, #9333ea 100%);
}
.aboutus_banner__float--chart {
  bottom: 18%;
  right: 14%;
  background: linear-gradient(145deg, #db2777 0%, #e91e63 100%);
}

@media (max-width: 991.98px) {
  .aboutus_banner__float {
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
    border-radius: 12px;
  }
  .aboutus_banner__float--code {
    top: 12%;
    right: 6%;
  }
  .aboutus_banner__float--globe {
    top: 36%;
    right: 4%;
  }
  .aboutus_banner__float--chart {
    bottom: 14%;
    right: 10%;
  }
}
@media (max-width: 575.98px) {
  .aboutus_banner__float {
    display: none;
  }
}
.thry-about-story {
  padding: 0 1rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
}
@media (max-width: 767.98px) {
  .thry-about-story {
    padding-left: 0;
    padding-right: 0;
  }
}

.thry-about-story__visual-wrap {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .thry-about-story__visual-wrap {
    margin-left: 0;
    margin-right: auto;
  }
}

.thry-about-story__dots {
  position: absolute;
  width: min(42%, 180px);
  aspect-ratio: 1;
  border-radius: 12px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  background-image: radial-gradient(rgba(233, 30, 99, 0.55) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
}
.thry-about-story__dots--tl {
  top: -18px;
  left: -18px;
}
.thry-about-story__dots--br {
  bottom: -22px;
  right: -18px;
}

.thry-about-story__figure {
  position: relative;
  z-index: 1;
  margin: 0;
}

.thry-about-story__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
}

.thry-about-story__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.thry-about-story__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 1.35rem;
}

.thry-about-story__accent {
  color: #e91e63;
}

.thry-about-story__body {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.thry-about-story__body p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #334155;
}

.thry-mission-vision {
  position: relative;
  z-index: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #faf9fb;
  overflow-x: clip;
  padding: 0 1.5rem 2.5rem;
}
@media (max-width: 767.98px) {
  .thry-mission-vision {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .thry-mission-vision > .container {
    --bs-gutter-x: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .thry-mission-vision .row,
  .thry-mission-vision .thryonlab-columns-wrap.row,
  .thry-mission-vision .thryonlab-columns-wrap .row {
    --bs-gutter-x: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .thry-mission-vision .row > [class*=col-],
  .thry-mission-vision .thry-mission-card {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }
}
.thry-mission-vision .thryonlab-common-heading {
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
.thry-mission-vision .thryonlab-columns-wrap {
  margin-top: 1.5rem;
}
.thry-mission-vision .thryonlab-columns-wrap .row,
.thry-mission-vision .thryonlab-columns-wrap.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
}
.thry-mission-vision .thryonlab-columns-wrap .row > [class*=col-],
.thry-mission-vision .thryonlab-columns-wrap.row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .thry-mission-vision .thryonlab-columns-wrap .row > [class*=col-],
  .thry-mission-vision .thryonlab-columns-wrap.row > [class*=col-] {
    flex: 1 1 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}

.thry-mission-vision__head {
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.thry-mission-vision__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.thry-mission-vision__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.3;
  color: #0f172a;
  margin: 0;
  text-align: center;
}
.thry-mission-vision__title .thryonlab-title-primary,
.thry-mission-vision__title .thry-mission-vision__title-first {
  display: inline-block;
  border-bottom: 3px solid #e91e63;
  padding-bottom: 0.35rem;
}
.thry-mission-vision__title .thryonlab-title-accent,
.thry-mission-vision__title .thry-mission-vision__title-second {
  display: inline;
  color: #0f172a;
}

.thry-mission-vision__title-first {
  display: inline-block;
  border-bottom: 3px solid #e91e63;
  padding-bottom: 0.35rem;
}

.thry-mission-vision__title-second {
  display: inline;
  color: #0f172a;
}

.thry-mission-card {
  position: relative;
  z-index: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  padding: 1.25rem;
  background: #fff8fa;
  border-radius: 16px;
  border: 1px solid rgba(233, 30, 99, 0.08);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}
@media (min-width: 576px) {
  .thry-mission-card {
    padding: 1.5rem 1.75rem;
    gap: 1rem;
  }
}
.thry-mission-card::before, .thry-mission-card::after {
  z-index: 0;
}
.thry-mission-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(45%, 140px);
  height: min(45%, 140px);
  pointer-events: none;
  background: repeating-linear-gradient(-36deg, transparent, transparent 8px, rgba(233, 30, 99, 0.06) 8px, rgba(233, 30, 99, 0.06) 9px);
  opacity: 0.7;
  border-radius: 0 16px 0 0;
}
.thry-mission-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(40%, 120px);
  height: min(40%, 120px);
  pointer-events: none;
  background: repeating-linear-gradient(36deg, transparent, transparent 8px, rgba(112, 34, 131, 0.06) 8px, rgba(112, 34, 131, 0.06) 9px);
  opacity: 0.7;
  border-radius: 0 0 0 16px;
}
.thry-mission-card > .thryonlab-block-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
  gap: 0.5rem;
  min-width: 0;
  width: 100%;
  padding: 1rem;
}
.thry-mission-card > .thryonlab-block-content > img:first-child {
  position: relative;
  z-index: 1;
  justify-self: start;
  box-sizing: border-box;
  width: 68px;
  height: 68px;
  margin: 0 0 0.25rem;
  padding: 14px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff8fa, #fff8fa), linear-gradient(145deg, #e91e63 0%, #702283 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.thry-mission-card > .thryonlab-block-content > :not(img:first-child) {
  position: relative;
  z-index: 1;
  min-width: 0;
}
@media (min-width: 576px) {
  .thry-mission-card > .thryonlab-block-content:has(> img:first-child) {
    grid-template-columns: auto 1fr;
    column-gap: 1.25rem;
    row-gap: 0.35rem;
  }
  .thry-mission-card > .thryonlab-block-content:has(> img:first-child) > img:first-child {
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1/-1;
  }
  .thry-mission-card > .thryonlab-block-content:has(> img:first-child) > :not(img:first-child) {
    grid-column: 2;
  }
}
.thry-mission-card > .thryonlab-block-content h1,
.thry-mission-card > .thryonlab-block-content h2,
.thry-mission-card > .thryonlab-block-content h3,
.thry-mission-card > .thryonlab-block-content h4,
.thry-mission-card > .thryonlab-block-content h5,
.thry-mission-card > .thryonlab-block-content h6,
.thry-mission-card > .thryonlab-block-content .thry-mission-card__title {
  margin: 0 0 0.35rem;
}
.thry-mission-card > .thryonlab-block-content p {
  margin: 0;
}
.thry-mission-card > .thryonlab-block-content p + p {
  margin-top: 0.5rem;
}

.thry-mission-card__icon-ring {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  align-self: flex-start;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e91e63 0%, #702283 100%);
}

.thry-mission-card__icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff8fa;
  color: #e91e63;
  font-size: 1.75rem;
}

.thry-mission-card__body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.thry-mission-card__title {
  margin: 0 0 0.35rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: #0f172a;
}

.thry-mission-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.thry-why-choose {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
  margin-bottom: 50px !important;
}

.thry-why-choose__head {
  text-align: center;
  margin-bottom: 2.75rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.thry-why-choose__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.thry-why-choose__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  line-height: 1.25;
  color: #0f172a;
  margin: 0;
}

.thry-why-choose__brand {
  color: #e91e63;
}

.thry-why-choose__underline {
  width: 4.5rem;
  height: 3px;
  margin: 0.85rem auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #e91e63, #702283);
}

.thry-why-choose__row {
  --thry-why-divider: rgba(233, 30, 99, 0.35);
}

@media (min-width: 992px) {
  .thry-why-choose__col:not(:last-child) {
    border-right: 1px dotted var(--thry-why-divider);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thry-why-choose__col:nth-child(odd) {
    border-right: 1px dotted var(--thry-why-divider);
  }
  .thry-why-choose__col:nth-child(-n+2) .thry-why-choose__item {
    border-bottom: 1px dotted var(--thry-why-divider);
    padding-bottom: 1.75rem;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 767.98px) {
  .thry-why-choose__col:not(:last-child) .thry-why-choose__item {
    border-bottom: 1px dotted rgba(233, 30, 99, 0.25);
    padding-bottom: 1.75rem;
    margin-bottom: 0.25rem;
  }
}

.thry-why-choose__item {
  text-align: center;
  padding: 1.5rem 1.25rem;
}
@media (min-width: 992px) {
  .thry-why-choose__item {
    padding: 1.5rem 1.5rem 1.25rem;
    min-height: 100%;
  }
}

.thry-why-choose__icon-wrap {
  width: 76px;
  height: 76px;
  margin: 0 auto 1.15rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 30, 99, 0.1);
}
.thry-why-choose__icon-wrap .thry-why-choose__icon {
  font-size: 1.85rem;
  line-height: 1;
  color: #e91e63;
}

.thry-why-choose__item-title {
  margin: 0 0 0.65rem;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #0f172a;
  line-height: 1.35;
}

.thry-why-choose__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555;
  max-width: 17rem;
  margin-left: auto;
  margin-right: auto;
}

.thry-technologies {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
}

.thry-technologies__head {
  margin-bottom: 1rem;
}

.thry-technologies__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.thry-technologies__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 1rem;
}

.thry-technologies__divider {
  width: 4rem;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(90deg, #e91e63, #702283);
}

.thry-tech-carousel {
  position: relative;
  padding-bottom: 1rem;
  padding-left: clamp(2.5rem, 5vw, 3.25rem);
  padding-right: clamp(2.5rem, 5vw, 3.25rem);
}
.thry-tech-carousel .carousel-inner {
  overflow: hidden;
  padding: 0.75rem;
}
.thry-tech-carousel .tlc-columns__scroll-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
}
.thry-tech-carousel .carousel-item {
  height: auto;
  min-height: 0;
}
.thry-tech-carousel__row {
  align-items: stretch;
}
.thry-tech-carousel__indicators,
.thry-tech-carousel .tlc-columns__scroll-dots {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  padding: 0;
}
.thry-tech-carousel__control,
.thry-tech-carousel .tlc-columns__scroll-prev,
.thry-tech-carousel .tlc-columns__scroll-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
  z-index: 3;
  padding: 0;
  border: 0;
  background: transparent;
  background-image: none;
  cursor: pointer;
}
.thry-tech-carousel__control.carousel-control-prev,
.thry-tech-carousel .tlc-columns__scroll-prev {
  left: 0;
}
.thry-tech-carousel__control.carousel-control-next,
.thry-tech-carousel .tlc-columns__scroll-next {
  right: 0;
}
.thry-tech-carousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-size: 0;
  line-height: 0;
}
.thry-tech-carousel__arrow::before {
  content: "";
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: currentColor;
}
.thry-tech-carousel__control.carousel-control-prev .thry-tech-carousel__arrow::before, .tlc-columns__scroll-prev .thry-tech-carousel__arrow::before {
  transform: rotate(135deg);
}
.thry-tech-carousel__control.carousel-control-next .thry-tech-carousel__arrow::before, .tlc-columns__scroll-next .thry-tech-carousel__arrow::before {
  transform: rotate(-45deg);
}

.thry-tech-card {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.85rem;
  padding: 1.35rem 1rem 1.5rem;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  transition: 0.3s;
}
.thry-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.thry-tech-card__icon {
  font-size: 2.75rem;
  line-height: 1;
}
.thry-tech-card__icon i {
  display: block;
}
.thry-tech-card__label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.3;
}

.thry-tech-card__icon--html5 {
  color: #e34f26;
}

.thry-tech-card__icon--css3 {
  color: #1572b6;
}

.thry-tech-card__icon--less {
  color: #1d365d;
}

.thry-tech-card__icon--sass {
  color: #cc6699;
}

.thry-tech-card__icon--react {
  color: #61dafb;
}

.thry-tech-card__icon--react-native {
  color: #36d7b7;
}

.thry-tech-card__icon--node {
  color: #339933;
}

.thry-tech-card__icon--mongo {
  color: #47a248;
}

.thry-tech-card__icon--php {
  color: #777bb4;
}

.thry-tech-card__icon--laravel {
  color: #ff2d20;
}

.thry-tech-card__icon--wordpress {
  color: #21759b;
}

.thry-tech-card__icon--mysql {
  color: #00758f;
}

.thry-testimonials {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #f8fafc;
}

.thry-testimonials__head {
  margin-bottom: 1rem;
}

.thry-testimonials__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.thry-testimonials__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 1rem;
}

.thry-testimonials__divider {
  width: 4rem;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(90deg, #e91e63, #702283);
}

.thry-testimonials-carousel {
  position: relative;
  padding-left: clamp(2.5rem, 5vw, 3.25rem);
  padding-right: clamp(2.5rem, 5vw, 3.25rem);
}
.thry-testimonials-carousel .carousel-inner {
  overflow: hidden;
  padding: 0.75rem 0.5rem 2.75rem;
}
.thry-testimonials-carousel .carousel-item {
  height: auto;
  min-height: 0;
}
.thry-testimonials-carousel__row {
  align-items: stretch;
}
.thry-testimonials-carousel__control {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
}
.thry-testimonials-carousel__control.carousel-control-prev {
  left: 0;
}
.thry-testimonials-carousel__control.carousel-control-next {
  right: 0;
}
.thry-testimonials-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.18);
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1;
}

.thry-testimonial-card {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  padding: 1.35rem 1.25rem 1.4rem;
  text-align: left;
  transition: 0.3s;
}
.thry-testimonial-card:hover {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.thry-testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.thry-testimonial-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(233, 30, 99, 0.2);
}
.thry-testimonial-card__meta {
  min-width: 0;
}
.thry-testimonial-card__name {
  margin: 0 0 0.15rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}
.thry-testimonial-card__role {
  margin: 0;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.35;
}
.thry-testimonial-card__quote {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #334155;
  flex: 1;
}
.thry-testimonial-card__stars {
  display: flex;
  gap: 0.2rem;
  margin-top: auto;
  color: #e91e63;
  font-size: 0.85rem;
}
.thry-testimonial-card__stars i {
  color: #e91e63;
}

.thry-projects {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
  margin-bottom: 0 !important;
}
.thry-projects .thry-project-card__body {
  text-align: left;
}
.thry-projects .thry-project-card__category {
  background-color: #e91e63;
  color: #fff;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  width: fit-content;
}

.thry-projects__head {
  margin-bottom: 2rem;
}

.thry-projects .tlc-columns__header {
  margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  .thry-projects .tlc-columns__header {
    margin-bottom: 1rem;
  }
}
.thry-projects .tlc-columns__header .thry-projects__title:last-child {
  margin-bottom: 0;
}
.thry-projects .tlc-columns__scroll-track {
  padding-top: 0.5rem;
}

.thry-projects__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.thry-projects__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 1rem;
}

.thry-projects__lead {
  margin: 0;
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.thry-projects__divider {
  width: 4rem;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  background: linear-gradient(90deg, #e91e63, #702283);
}

.thry-projects__grid .row > [class*=col-] {
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
}

.thry-projects__listing {
  transition: opacity 0.2s ease;
}
.thry-projects__listing.is-loading {
  opacity: 0.55;
  pointer-events: none;
}

.thry-projects__pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.thry-projects__pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.thry-projects__pagination .page-numbers li {
  margin: 0;
}
.thry-projects__pagination .page-numbers a,
.thry-projects__pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 6px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  background: #fff;
  transition: 0.3s;
}
.thry-projects__pagination .page-numbers a:hover {
  border-color: #e91e63;
  color: #c2185b;
}
.thry-projects__pagination .page-numbers .current {
  border-color: transparent;
  background: linear-gradient(90deg, #e91e63, #702283);
  color: #fff;
}
.thry-projects__pagination .page-numbers .dots {
  border: 0;
  background: transparent;
  min-width: auto;
  padding: 0 0.25rem;
}

.thry-project-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  overflow: visible;
  transition: 0.3s;
}
.thry-project-card:hover {
  box-shadow: 0 16px 20px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.thry-project-card__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 16px 16px 0 0;
}

.thry-project-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top center;
}

.thry-project-card__body {
  padding: 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 0 0 16px 16px;
  background: #fff;
}

.thry-project-card__category {
  display: block;
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0.15rem 0 0.35rem;
}

.thry-project-card__industry {
  display: block;
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0.15rem 0 0.65rem;
}

.thry-project-card__website {
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #c2185b;
  text-decoration: none;
  white-space: nowrap;
}
.thry-project-card__website:hover, .thry-project-card__website:focus {
  color: #0f172a;
  text-decoration: underline;
}

.thry-project-card__screens {
  display: flex;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem 0;
  overflow-x: auto;
}

.thry-project-card__screen {
  flex: 0 0 auto;
  width: 48px;
  height: 36px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
}

.thry-project-card__title {
  font-weight: 700;
  font-size: 1.0625rem;
  color: #0f172a;
  margin-bottom: 0.25rem;
}

.thry-project-card__subtitle {
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 1rem;
  line-height: 1.45;
}

.thry-project-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.thry-project-card__action {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  text-decoration: none;
  color: #0f172a;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.thry-project-card__action:hover, .thry-project-card__action:focus {
  color: #c2185b;
}

.thry-project-card--linked {
  position: relative;
}

.thry-project-card__stretched-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.thry-project-card__website {
  position: relative;
  z-index: 2;
}

.thry-project-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  flex: 1;
  min-width: 0;
}

.thry-project-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.45rem;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  white-space: nowrap;
}
.thry-project-badge .thry-project-badge__icon,
.thry-project-badge i {
  font-size: 0.65rem;
  color: #0f172a;
}
.thry-project-badge .thry-project-badge__icon-img {
  width: 0.75rem;
  height: 0.75rem;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .thry-projects .thry-projects__head {
    margin-bottom: 0.75rem;
  }
  .thry-projects .thry-projects__title {
    margin-bottom: 0.5rem;
  }
  .thry-projects .thry-tech-carousel,
  .thry-projects .tlc-columns--slider .carousel {
    padding-left: 0;
    padding-right: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: calc(100% + 1.5rem);
    max-width: none;
  }
  .thry-projects .thry-tech-carousel .tlc-columns__scroll-viewport,
  .thry-projects .thry-tech-carousel .carousel-inner {
    padding: 0;
  }
  .thry-projects .thry-tech-carousel__control,
  .thry-projects .tlc-columns__scroll-prev,
  .thry-projects .tlc-columns__scroll-next {
    display: none;
  }
}
.portfolio_banner {
  position: relative;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: clip;
  background: #f8fafc;
}

.portfolio_banner__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(56vh, 580px);
}
@media (max-width: 575.98px) {
  .portfolio_banner__hero {
    min-height: min(78vh, 640px);
  }
}

.portfolio_banner__figure {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.portfolio_banner__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
@media (max-width: 991.98px) {
  .portfolio_banner__hero-img {
    object-position: center center;
  }
}

.portfolio_banner__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(248, 250, 252, 0.97) 0%, rgba(255, 255, 255, 0.88) 36%, rgba(255, 255, 255, 0.52) 56%, rgba(248, 250, 252, 0.12) 80%, rgba(15, 23, 42, 0.07) 100%);
}

.portfolio_banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.portfolio_banner__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.portfolio_banner__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  line-height: 1.18;
  color: #0f172a;
  margin: 0 0 1.15rem;
  max-width: 30rem;
}

.portfolio_banner__accent {
  color: #e91e63;
}

.portfolio_banner__lead {
  margin: 0;
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 34rem;
}

@media (max-width: 991.98px) {
  .portfolio_banner__figure {
    display: none;
  }
  .portfolio_banner__hero {
    min-height: auto;
    align-items: flex-start;
  }
  .portfolio_banner__scrim {
    background: linear-gradient(180deg, #fdfcff 0%, #f8fafc 50%, #eef2f7 100%);
  }
}
.thry-portfolio-detail {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #333333;
  background: #fff;
}

.thry-portfolio-detail__breadcrumb {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  color: #333333;
}
.thry-portfolio-detail__breadcrumb a {
  color: #333333;
  text-decoration: none;
}
.thry-portfolio-detail__breadcrumb a:hover {
  color: #e91e63;
}

.thry-portfolio-detail__back {
  margin: 0 0 1.25rem;
}
.thry-portfolio-detail__back a {
  color: #e91e63;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
}
.thry-portfolio-detail__back a:hover {
  opacity: 0.85;
  color: #e91e63;
}

.thry-portfolio-detail__hero {
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  min-height: min(56vh, 580px);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #f8fafc;
}
@media (max-width: 575.98px) {
  .thry-portfolio-detail__hero {
    min-height: min(72vh, 620px);
  }
}
.thry-portfolio-detail__hero--no-media {
  min-height: auto;
  background: linear-gradient(135deg, #faf8fc 0%, #ffffff 55%, #f5f3fa 100%);
}

.thry-portfolio-detail__hero-figure {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.thry-portfolio-detail__hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 0.88) 26%, rgba(255, 255, 255, 0.35) 40%, rgba(255, 255, 255, 0) 55%, transparent 100%);
}

.thry-portfolio-detail__hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.thry-portfolio-detail__title {
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  line-height: 1.18;
}

.thry-portfolio-detail__subtitle {
  margin: 0 0 1rem;
  color: #0f172a;
  font-weight: 600;
  font-size: 1.125rem;
}

.thry-portfolio-detail__excerpt {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  line-height: 1.65;
  color: #333333;
  font-size: 1.0625rem;
}

.thry-portfolio-detail__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.25rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.thry-portfolio-detail__meta-item {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
}

.thry-portfolio-detail__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
  flex-shrink: 0;
  font-size: 0.875rem;
}

.thry-portfolio-detail__meta-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.thry-portfolio-detail__meta-label {
  font-size: 0.75rem;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.thry-portfolio-detail__meta-value {
  color: #0f172a;
  font-weight: 600;
  font-size: 0.9375rem;
}

.thry-portfolio-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.thry-portfolio-detail__banner-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f8fafc;
}

.thry-portfolio-detail__banner-track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.thry-portfolio-detail__banner-slide {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.thry-portfolio-detail__banner-slide.is-active {
  display: block;
}
.thry-portfolio-detail__banner-slide img,
.thry-portfolio-detail__banner-slide .thry-portfolio-detail__banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.thry-portfolio-detail__banner-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.thry-portfolio-detail__banner-slider--multi .thry-portfolio-detail__banner-slide.is-active {
  animation: thry-portfolio-banner-fade 0.45s ease;
}

@keyframes thry-portfolio-banner-fade {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}
.thry-portfolio-detail__banner-prev,
.thry-portfolio-detail__banner-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 50%;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  cursor: pointer;
}
.thry-portfolio-detail__banner-prev:hover,
.thry-portfolio-detail__banner-next:hover {
  color: #e91e63;
}

.thry-portfolio-detail__banner-prev {
  left: 0.75rem;
}

.thry-portfolio-detail__banner-next {
  right: 0.75rem;
}

.thry-portfolio-detail__banner-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.thry-portfolio-detail__banner-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.thry-portfolio-detail__banner-dot.is-active {
  border-color: #e91e63;
  background: #e91e63;
}

@media (max-width: 991.98px) {
  .thry-portfolio-detail__hero {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }
  .thry-portfolio-detail__hero:not(.thry-portfolio-detail__hero--no-media) {
    min-height: 0;
    align-items: stretch;
  }
  .thry-portfolio-detail__hero-figure {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    max-height: min(52vh, 480px);
    overflow: hidden;
  }
  .thry-portfolio-detail__hero-scrim {
    display: none;
  }
  .thry-portfolio-detail__banner-slider,
  .thry-portfolio-detail__banner-track,
  .thry-portfolio-detail__banner-slide {
    position: absolute;
    inset: 0;
  }
  .thry-portfolio-detail__banner-slide picture {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.thry-portfolio-detail__screens {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  background: #f8fafc;
}
.thry-portfolio-detail__screens.is-loading .thry-portfolio-detail__screens-stage-inner {
  opacity: 0.55;
}

.thry-portfolio-detail__screens-layout {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .thry-portfolio-detail__screens-layout {
    grid-template-columns: 5.5rem 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }
}

.thry-portfolio-detail__screens-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .thry-portfolio-detail__screens-rail {
    flex-direction: row;
    align-items: center;
  }
}

.thry-portfolio-detail__screens-up,
.thry-portfolio-detail__screens-down {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.thry-portfolio-detail__screens-up:hover,
.thry-portfolio-detail__screens-down:hover {
  border-color: #e91e63;
  color: #e91e63;
}
@media (max-width: 767.98px) {
  .thry-portfolio-detail__screens-up i,
  .thry-portfolio-detail__screens-down i {
    transform: rotate(-90deg);
  }
}

.thry-portfolio-detail__screens-thumbs {
  display: flex;
  flex-direction: row;
  gap: 0.65rem;
  overflow-x: auto;
  max-width: 100%;
  flex: 1 1 auto;
  padding: 0.15rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .thry-portfolio-detail__screens-thumbs {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: min(28rem, 70vh);
    width: 100%;
  }
}

.thry-portfolio-detail__screens-thumb {
  flex: 0 0 auto;
  width: 4.75rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}
.thry-portfolio-detail__screens-thumb img {
  display: block;
  width: 100%;
  height: 3.5rem;
  object-fit: cover;
}
.thry-portfolio-detail__screens-thumb.is-active, .thry-portfolio-detail__screens-thumb:hover {
  border-color: #e91e63;
}
@media (min-width: 768px) {
  .thry-portfolio-detail__screens-thumb {
    width: 100%;
  }
  .thry-portfolio-detail__screens-thumb img {
    height: 3.75rem;
  }
}

.thry-portfolio-detail__screens-stage {
  position: relative;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  min-height: 12rem;
}

.thry-portfolio-detail__screens-stage-inner {
  transition: opacity 0.2s ease;
}
.thry-portfolio-detail__screens-stage-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.thry-portfolio-detail__screens-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 250, 252, 0.55);
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  pointer-events: none;
}

.thry-portfolio-detail__screens-error {
  margin: 0;
  padding: 2rem;
  text-align: center;
  color: #333333;
}

.thry-portfolio-detail__overview,
.thry-portfolio-detail__cs,
.thry-portfolio-detail__metrics,
.thry-portfolio-detail__related,
.thry-portfolio-detail__testimonials,
.thry-portfolio-detail__cta {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.thry-portfolio-detail__section-title {
  margin: 0 0 1.25rem;
  color: #0f172a;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.thry-portfolio-detail__overview-grid,
.thry-portfolio-detail__cs-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 992px) {
  .thry-portfolio-detail__overview-grid,
  .thry-portfolio-detail__cs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.thry-portfolio-detail__prose {
  color: #333333;
  line-height: 1.7;
}
.thry-portfolio-detail__prose p {
  margin: 0 0 0.85rem;
}
.thry-portfolio-detail__prose ul,
.thry-portfolio-detail__prose ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.thry-portfolio-detail__prose li {
  margin-bottom: 0.4rem;
}

.thry-portfolio-detail__tech .thry-project-card__badges {
  flex: none;
  gap: 0.5rem;
}
.thry-portfolio-detail__tech .thry-project-badge {
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
  color: #0f172a;
}
.thry-portfolio-detail__tech .thry-project-badge .thry-project-badge__icon,
.thry-portfolio-detail__tech .thry-project-badge i {
  font-size: 0.875rem;
  line-height: 1;
  color: #0f172a;
}
.thry-portfolio-detail__tech .thry-project-badge .thry-project-badge__icon-img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.thry-portfolio-detail__cs {
  background: #f8fafc;
}

.thry-portfolio-detail__metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .thry-portfolio-detail__metrics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.thry-portfolio-detail__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.thry-portfolio-detail__metric-value {
  color: #e91e63;
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.1;
}

.thry-portfolio-detail__metric-label {
  color: #333333;
  font-size: 0.875rem;
}

.thry-portfolio-detail__stars {
  display: inline-flex;
  gap: 0.15rem;
  color: #e91e63;
  font-size: 0.75rem;
}
.thry-portfolio-detail__stars .is-off {
  opacity: 0.25;
}

.thry-portfolio-detail__related {
  background: #f8fafc;
}

.thry-portfolio-detail__related-head {
  text-align: center;
  margin-bottom: 1.75rem;
}
.thry-portfolio-detail__related-head .thry-portfolio-detail__section-title {
  display: inline-block;
  margin: 0;
  position: relative;
  padding-bottom: 0.65rem;
}
.thry-portfolio-detail__related-head .thry-portfolio-detail__section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 3.25rem;
  height: 3px;
  border-radius: 999px;
  background: #e91e63;
  transform: translateX(-50%);
}

.thry-portfolio-detail__related-row {
  --thry-related-gap: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.thry-portfolio-detail__related-prev,
.thry-portfolio-detail__related-next {
  flex-shrink: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
  cursor: pointer;
  transition: color 0.2s ease, box-shadow 0.2s ease;
}
.thry-portfolio-detail__related-prev:hover,
.thry-portfolio-detail__related-next:hover {
  color: #e91e63;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

@media (max-width: 767.98px) {
  .thry-portfolio-detail__related-row--slide-sm .thry-portfolio-detail__related-prev,
  .thry-portfolio-detail__related-row--slide-sm .thry-portfolio-detail__related-next {
    display: inline-flex;
  }
}
@media (max-width: 767.98px) {
  .thry-portfolio-detail__related-row--slide-sm .thry-portfolio-detail__related-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .thry-portfolio-detail__related-row--slide-sm .thry-portfolio-detail__related-card {
    scroll-snap-align: start;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .thry-portfolio-detail__related-row--slide-md .thry-portfolio-detail__related-prev,
  .thry-portfolio-detail__related-row--slide-md .thry-portfolio-detail__related-next {
    display: inline-flex;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thry-portfolio-detail__related-row--slide-md .thry-portfolio-detail__related-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thry-portfolio-detail__related-row--slide-md .thry-portfolio-detail__related-card {
    scroll-snap-align: start;
  }
}

@media (min-width: 992px) {
  .thry-portfolio-detail__related-row--slide-lg .thry-portfolio-detail__related-prev,
  .thry-portfolio-detail__related-row--slide-lg .thry-portfolio-detail__related-next {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .thry-portfolio-detail__related-row--slide-lg .thry-portfolio-detail__related-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 992px) {
  .thry-portfolio-detail__related-row--slide-lg .thry-portfolio-detail__related-card {
    scroll-snap-align: start;
  }
}

.thry-portfolio-detail__related-track {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: var(--thry-related-gap);
  overflow-x: visible;
  scroll-snap-type: none;
  padding: 0.35rem 0.15rem 0.75rem;
  scrollbar-width: none;
}
.thry-portfolio-detail__related-track::-webkit-scrollbar {
  display: none;
}

.thry-portfolio-detail__related-card {
  position: relative;
  flex: 0 0 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
@media (min-width: 768px) {
  .thry-portfolio-detail__related-card {
    flex: 0 0 calc((100% - var(--thry-related-gap)) / 2);
  }
}
@media (min-width: 992px) {
  .thry-portfolio-detail__related-card {
    flex: 0 0 calc((100% - 2 * var(--thry-related-gap)) / 3);
  }
}

.thry-portfolio-detail__related-media {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f1f5f9;
}
.thry-portfolio-detail__related-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.thry-portfolio-detail__related-body {
  position: relative;
  padding: 1rem 1.15rem 1.35rem;
  padding-right: 3.25rem;
}

.thry-portfolio-detail__related-title {
  margin: 0 0 0.25rem;
  color: #0f172a;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
}
.thry-portfolio-detail__related-title a {
  color: inherit;
  text-decoration: none;
}
.thry-portfolio-detail__related-title a:hover {
  color: #e91e63;
}

.thry-portfolio-detail__related-cat {
  margin: 0 0 0.65rem;
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 500;
}

.thry-portfolio-detail__related-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  flex: none;
  min-width: 0;
}
.thry-portfolio-detail__related-tags .thry-project-badge {
  gap: 0.3rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: normal;
  color: #0f172a;
}
.thry-portfolio-detail__related-tags .thry-project-badge .thry-project-badge__icon,
.thry-portfolio-detail__related-tags .thry-project-badge i {
  font-size: 0.75rem;
  line-height: 1;
  color: #0f172a;
}
.thry-portfolio-detail__related-tags .thry-project-badge .thry-project-badge__icon-img {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: contain;
}

.thry-portfolio-detail__related-cta {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1);
  transition: color 0.2s ease, box-shadow 0.2s ease;
}
.thry-portfolio-detail__related-cta:hover {
  color: #e91e63;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}
.thry-portfolio-detail__related-cta i {
  font-size: 0.75rem;
}

.thry-portfolio-detail__testimonial-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .thry-portfolio-detail__testimonial-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  }
}

.thry-portfolio-detail__testimonial {
  margin: 0;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
}

.thry-portfolio-detail__testimonial-head {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.thry-portfolio-detail__testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.thry-portfolio-detail__testimonial-name {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #0f172a;
}

.thry-portfolio-detail__testimonial-role {
  display: block;
  font-size: 0.8125rem;
  color: #333333;
}

.thry-portfolio-detail__testimonial-quote {
  margin: 0 0 0.85rem;
  font-style: italic;
  line-height: 1.6;
}

.thry-portfolio-detail__cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(2rem, 5vw, 3rem);
  text-align: center;
  color: #fff;
  background: linear-gradient(118deg, #ec4899 0%, #e91e63 18%, #c026d3 52%, #702283 78%, #5b21b6 100%);
  box-shadow: 0 20px 50px rgba(112, 34, 131, 0.18);
}

.thry-portfolio-detail__cta-heading {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.thry-portfolio-detail__cta-btn {
  margin-bottom: 1.25rem;
}

.thry-portfolio-detail__cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  opacity: 0.95;
}
.thry-portfolio-detail__cta-trust i {
  margin-right: 0.35rem;
}

.thry-quote-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #f8fafc;
}
.thry-quote-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #f8fafc;
  background-image: url("../src/images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.thry-quote-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(248, 250, 252, 0.45);
}
.thry-quote-cta > .container {
  position: relative;
  z-index: 1;
}

.thry-quote-cta__card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(2rem, 5vw, 3rem);
  background: linear-gradient(118deg, #ec4899 0%, #e91e63 18%, #c026d3 52%, #702283 78%, #5b21b6 100%);
  box-shadow: 0 20px 50px rgba(112, 34, 131, 0.18);
}
.thry-quote-cta__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 100% 20%, rgba(255, 255, 255, 0.14), transparent 55%), radial-gradient(ellipse 70% 50% at 0% 100%, rgba(255, 255, 255, 0.1), transparent 50%);
  opacity: 0.9;
}
.thry-quote-cta__card::after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: -15%;
  width: 65%;
  height: 90%;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08) 0%, transparent 65%);
}
.thry-quote-cta__card > .row {
  position: relative;
  z-index: 1;
}

.thry-quote-cta__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .thry-quote-cta__intro {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 1.35rem;
  }
}

.thry-quote-cta__copy {
  flex: 1;
  min-width: 0;
}

.thry-quote-cta__icon-wrap {
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.thry-quote-cta__bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.5rem;
  color: #fff;
}

.thry-quote-cta__bubble-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.thry-quote-cta__bubble-label {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.98);
  text-transform: lowercase;
  line-height: 1;
  pointer-events: none;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.thry-quote-cta__tag {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thry-quote-cta__title {
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  line-height: 1.2;
}

.thry-quote-cta__desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 26rem;
}

.thry-quote-cta__features {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
}
.thry-quote-cta__features li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9375rem;
  font-weight: 500;
}
.thry-quote-cta__features li i {
  font-size: 0.9rem;
  opacity: 0.95;
}

.thry-quote-cta__form {
  background: #fff;
  border-radius: 16px;
  padding: 1.65rem 1.5rem 1.5rem;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
}
@media (max-width: 767.98px) {
  .thry-quote-cta__form {
    overflow: hidden;
    max-width: 100%;
  }
  .thry-quote-cta__form .thryonlab-recaptcha-field,
  .thry-quote-cta__form .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
  }
}

.thry-quote-cta__field {
  position: relative;
}
.thry-quote-cta__field--textarea .thry-quote-cta__field-icon {
  top: 1rem;
  transform: none;
}

.thry-quote-cta__field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #333333;
  font-size: 0.95rem;
  pointer-events: none;
  opacity: 0.85;
}

.thry-quote-cta__input,
.thry-quote-cta__form .form-select {
  width: 100%;
  min-height: 48px;
  padding: 0.6rem 2.25rem 0.6rem 2.65rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  color: #0f172a;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.thry-quote-cta__input::placeholder,
.thry-quote-cta__form .form-select::placeholder {
  color: #64748b;
}
.thry-quote-cta__input:focus,
.thry-quote-cta__form .form-select:focus {
  border-color: rgba(233, 30, 99, 0.55);
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
  outline: none;
}

.thry-quote-cta__form .form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 14px 10px;
  appearance: none;
}

.thry-quote-cta__textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  padding: 0.85rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  color: #0f172a;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.thry-quote-cta__textarea::placeholder {
  color: #64748b;
}
.thry-quote-cta__textarea:focus {
  border-color: rgba(233, 30, 99, 0.55);
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
  outline: none;
}

.thry-quote-cta__submit {
  margin-top: 0.25rem;
}

.contactus_banner {
  position: relative;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: clip;
  background: #f8fafc;
}

.contactus_banner__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(56vh, 580px);
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 575.98px) {
  .contactus_banner__hero {
    min-height: min(78vh, 640px);
  }
}

.contactus_banner__figure {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(120deg, #ffffff 0%, #fdfbff 40%, #eef2ff 100%);
}

.contactus_banner__hero-img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contactus_banner__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(248, 250, 252, 0.97) 0%, rgba(255, 255, 255, 0.88) 36%, rgba(255, 255, 255, 0.52) 56%, rgba(248, 250, 252, 0.12) 80%, rgba(15, 23, 42, 0.07) 100%);
}

.contactus_banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.contactus_banner__row {
  align-items: center;
}

.contactus_banner__tag {
  color: #c2185b;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.contactus_banner__title {
  font-weight: 700;
  font-size: clamp(1.75rem, 3.8vw, 2.5rem);
  line-height: 1.18;
  color: #0f172a;
  margin: 0 0 1.15rem;
  max-width: 28rem;
}

.contactus_banner__accent {
  color: #e91e63;
}

.contactus_banner__lead {
  margin: 0 0 1.75rem;
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
  max-width: 34rem;
}

.contactus_banner__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .contactus_banner__features {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
  }
}

.contactus_banner__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  flex: 1 1 0;
  min-width: 0;
}

.contactus_banner__feature-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 30, 99, 0.12);
  color: #e91e63;
  font-size: 1.05rem;
  border: 1px solid rgba(233, 30, 99, 0.18);
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.08);
}

.contactus_banner__feature-body {
  min-width: 0;
}

.contactus_banner__feature-title {
  margin: 0 0 0.2rem;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.9375rem;
}

.contactus_banner__feature-text {
  margin: 0;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
}

.contactus_banner__visual {
  position: relative;
  min-height: 280px;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .contactus_banner__visual {
    margin-top: 0;
    min-height: 340px;
  }
}

.contactus_banner__visual-dots {
  position: absolute;
  inset: 8% 4% 12% 8%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: radial-gradient(circle, rgba(112, 34, 131, 0.35) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse 70% 60% at 70% 40%, #000 20%, transparent 75%);
}

.contactus_banner__blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
}
.contactus_banner__blob--1 {
  width: 180px;
  height: 180px;
  right: 8%;
  top: 5%;
  background: linear-gradient(145deg, rgba(233, 30, 99, 0.2), rgba(112, 34, 131, 0.12));
  transform: rotate(-12deg);
}
.contactus_banner__blob--2 {
  width: 220px;
  height: 160px;
  right: 0;
  bottom: 10%;
  background: linear-gradient(200deg, rgba(192, 38, 211, 0.18), rgba(233, 30, 99, 0.1));
  border-radius: 50% 40% 60% 45%;
}
.contactus_banner__blob--3 {
  width: 120px;
  height: 120px;
  left: 5%;
  bottom: 0;
  background: rgba(233, 30, 99, 0.12);
}

.contactus_banner__float {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #e91e63, #702283);
  color: #fff;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px rgba(112, 34, 131, 0.22);
  z-index: 2;
}
.contactus_banner__float--mail {
  right: 12%;
  top: 12%;
}
.contactus_banner__float--phone {
  right: 4%;
  top: 42%;
}
.contactus_banner__float--loc {
  right: 22%;
  bottom: 18%;
}

.contactus_banner__laptop {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
  width: min(280px, 85%);
}

.contactus_banner__laptop-base {
  height: 10px;
  margin: 0 auto;
  width: 78%;
  background: linear-gradient(180deg, #cbd5e1 0%, #94a3b8 100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

.contactus_banner__laptop-lid {
  position: relative;
  margin: 0 auto -2px;
  width: 92%;
  aspect-ratio: 16/10;
  background: linear-gradient(145deg, #e2e8f0 0%, #cbd5e1 40%, #94a3b8 100%);
  border-radius: 12px 12px 4px 4px;
  padding: 8px 10px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 12px 32px rgba(15, 23, 42, 0.15);
}

.contactus_banner__laptop-screen {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(160deg, #fdf2f8 0%, #fae8ff 50%, #ede9fe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.contactus_banner__laptop-logo {
  font-weight: 800;
  font-size: clamp(2.5rem, 8vw, 3.25rem);
  line-height: 1;
  letter-spacing: -0.06em;
  background: linear-gradient(118deg, #e91e63 0%, #c026d3 50%, #702283 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contactus_banner__plant {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: 4;
  width: 48px;
  height: 56px;
}

.contactus_banner__plant-pot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 22px;
  background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 4px 4px 8px 8px;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.contactus_banner__plant-leaf {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 28px;
  height: 36px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 100%, #22c55e 0%, #16a34a 70%, #15803d 100%);
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
}

@media (max-width: 991.98px) {
  .contactus_banner__figure {
    display: none;
  }
  .contactus_banner__hero {
    min-height: auto;
    align-items: flex-start;
  }
  .contactus_banner__scrim {
    background: linear-gradient(180deg, #fdfcff 0%, #f8fafc 50%, #eef2f7 100%);
  }
}
/* Contact Thryon slider uses the same hero cover rules as About / Services / Portfolio. */
.thry-contact-main {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 5vw, 4rem);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #f8fafc;
}

.thry-contact-main__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.thry-contact-main__col {
  padding: clamp(1.75rem, 4vw, 2.75rem);
}
.thry-contact-main__col--form {
  border-bottom: 1px solid #e2e8f0;
}
@media (min-width: 992px) {
  .thry-contact-main__col--form {
    border-bottom: none;
    border-right: 1px solid #e2e8f0;
  }
}
.thry-contact-main__col--aside {
  background: linear-gradient(180deg, #fdfcff 0%, #faf5ff 100%);
}

.thry-contact-main__tag {
  margin: 0 0 0.5rem;
  color: #c2185b;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thry-contact-main__heading {
  margin: 0 0 1.5rem;
  color: #0f172a;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
}

.thry-contact-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0f172a;
}

.thry-contact-form__field {
  margin-bottom: 1rem;
}

.thry-contact-form__input-wrap {
  position: relative;
}
.thry-contact-form__input-wrap .thry-contact-form__input,
.thry-contact-form__input-wrap .form-select.thry-contact-form__input {
  padding-right: 2.65rem;
  min-height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.9375rem;
}
.thry-contact-form__input-wrap .thry-contact-form__input:focus,
.thry-contact-form__input-wrap .form-select.thry-contact-form__input:focus {
  border-color: rgba(233, 30, 99, 0.55);
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
}
.thry-contact-form__input-wrap .form-select.thry-contact-form__input {
  padding-left: 0.85rem;
  padding-right: 2.25rem;
  background-position: right 0.85rem center;
}

.thry-contact-form__input-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 1rem;
  pointer-events: none;
  z-index: 2;
}

.thry-contact-form__textarea {
  width: 100%;
  min-height: 140px;
  padding: 0.85rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  resize: vertical;
}
.thry-contact-form__textarea:focus {
  border-color: rgba(233, 30, 99, 0.55);
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.12);
  outline: none;
}

.thry-contact-form__submit {
  background: linear-gradient(90deg, #e91e63, #702283);
  width: 100%;
  margin-top: 0.5rem;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 8px 24px rgba(233, 30, 99, 0.28);
}
.thry-contact-form__submit:hover {
  opacity: 0.94;
  color: #fff !important;
}

.thry-contact-form__privacy {
  margin: 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  color: #333333;
  text-align: center;
}
.thry-contact-form__privacy i {
  color: #c2185b;
  font-size: 0.875rem;
}

.thry-contact-aside__heading {
  margin: 0 0 1.35rem;
  color: #0f172a;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
}

.thry-contact-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.thry-contact-aside__item {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.thry-contact-aside__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 30, 99, 0.1);
  color: #c2185b;
  font-size: 1.05rem;
}

.thry-contact-aside__item-title {
  margin: 0 0 0.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.thry-contact-aside__item-value {
  margin: 0;
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.thry-contact-aside__item-value a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(233, 30, 99, 0.35);
  text-underline-offset: 2px;
}
.thry-contact-aside__item-value a:hover {
  color: #c2185b;
  text-decoration-color: rgba(233, 30, 99, 0.6);
}

.thry-contact-aside__social {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.thry-contact-aside__social-label {
  margin: 0 0 0.85rem;
  font-weight: 700;
  color: #0f172a;
  font-size: 0.9375rem;
}

.thry-contact-aside__social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.thry-contact-aside__social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c2185b;
  background: rgba(233, 30, 99, 0.08);
  border: 1.5px solid rgba(233, 30, 99, 0.45);
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.thry-contact-aside__social-link:hover {
  background: rgba(233, 30, 99, 0.14);
  color: #c2185b;
  transform: translateY(-2px);
}

.thry-contact-map {
  padding: clamp(2rem, 4vw, 3rem) 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.thry-contact-map__frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
  line-height: 0;
}

.thry-contact-map__iframe {
  width: 100%;
  height: min(420px, 55vh);
  border: 0;
  display: block;
}

.thry-contact-map__canvas {
  width: 100%;
  height: min(420px, 55vh);
  min-height: 320px;
  border-radius: 0;
  z-index: 0;
  background: #e2e8f0;
}

.thry-contact-map__frame .leaflet-container {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #e2e8f0;
}

.thry-contact-map__frame .leaflet-tile-pane img.leaflet-tile {
  filter: grayscale(100%) contrast(1.06) brightness(1.03);
}

.thry-contact-map__frame .leaflet-control-attribution {
  font-size: 0.6875rem;
  background: rgba(255, 255, 255, 0.88);
  color: #333333;
  border-radius: 4px 0 0 0;
}

.thry-contact-map__frame .leaflet-popup-content-wrapper {
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.thry-contact-map__frame .leaflet-popup-content {
  margin: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #0f172a;
}
.thry-contact-map__frame .leaflet-popup-content a {
  color: #c2185b;
  font-weight: 600;
  text-decoration: none;
}
.thry-contact-map__frame .leaflet-popup-content a:hover {
  text-decoration: underline;
}

.thry-contact-bar {
  padding: clamp(1.5rem, 3vw, 2rem) 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: linear-gradient(118deg, #ec4899 0%, #e91e63 18%, #c026d3 52%, #702283 78%, #5b21b6 100%);
  box-shadow: 0 -4px 30px rgba(112, 34, 131, 0.12);
}

.thry-contact-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .thry-contact-bar__inner {
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.thry-contact-bar__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .thry-contact-bar__intro {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    flex: 1;
    min-width: 0;
  }
}

.thry-contact-bar__icon-wrap {
  flex-shrink: 0;
  width: 5.25rem;
  height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.thry-contact-bar__bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.35rem;
  color: #fff;
}

.thry-contact-bar__bubble-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.thry-contact-bar__bubble-label {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.98);
  text-transform: lowercase;
  line-height: 1;
  pointer-events: none;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.thry-contact-bar__title {
  margin: 0 0 0.35rem;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
}

.thry-contact-bar__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9375rem;
  line-height: 1.55;
  max-width: 28rem;
}

.thry-contact-bar__action {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9375rem;
  color: #e91e63 !important;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.thry-contact-bar__action:hover {
  color: #702283 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.14);
}
.thry-contact-bar__action i {
  font-size: 0.875rem;
}

.thry-404 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #333333;
}

.thry-404__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: min(56vh, 580px);
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #faf8fc 0%, #ffffff 55%, #f5f3fa 100%);
}
@media (max-width: 575.98px) {
  .thry-404__hero {
    min-height: min(72vh, 620px);
  }
}

.thry-404__figure {
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.thry-404__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.thry-404__visual-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background: radial-gradient(circle at 70% 40%, rgba(233, 30, 99, 0.18), transparent 55%), radial-gradient(circle at 20% 80%, rgba(112, 34, 131, 0.2), transparent 50%), linear-gradient(145deg, #faf5ff, #fce7f3);
}

.thry-404__visual-404 {
  font-size: clamp(4rem, 12vw, 6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #e91e63, #702283);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.thry-404__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 36%, rgba(255, 255, 255, 0.35) 62%, transparent 78%);
}
@media (max-width: 991.98px) {
  .thry-404__scrim {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 248, 252, 0.9) 55%, rgba(255, 255, 255, 0.72) 100%);
  }
}

.thry-404__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.thry-404__eyebrow {
  margin: 0 0 0.75rem;
  color: #c2185b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thry-404__code {
  margin: 0 0 0.35rem;
  font-size: clamp(4.5rem, 14vw, 7.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #e91e63, #702283);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.thry-404__title {
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.2;
}

.thry-404__title-accent {
  color: #e91e63;
}

.thry-404__text {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  color: #333333;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.thry-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.thry-404__track {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #fff;
}

.thry-404__track-head {
  margin-bottom: 1.75rem;
}

.thry-404__track-title {
  margin: 0 0 0.5rem;
  color: #0f172a;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
}

.thry-404__track-subtitle {
  margin: 0;
  color: #333333;
  font-size: 1.0625rem;
}

.thry-404__cards {
  margin-top: 0.5rem;
}

.thry-404__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 11.5rem;
  padding: 1.35rem 1.25rem 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.thry-404__card:hover {
  transform: translateY(-3px);
  border-color: rgba(233, 30, 99, 0.28);
  box-shadow: 0 12px 32px rgba(112, 34, 131, 0.1);
  color: inherit;
  text-decoration: none;
}
.thry-404__card:hover .thry-404__card-arrow {
  background: linear-gradient(90deg, #e91e63, #702283);
  color: #fff;
}

.thry-404__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: rgba(233, 30, 99, 0.1);
  color: #702283;
  font-size: 1.15rem;
}
.thry-404__card-icon img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

.thry-404__card-title {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.3;
}

.thry-404__card-desc {
  display: block;
  margin-bottom: 1.25rem;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5;
}

.thry-404__card-arrow {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
  font-size: 0.75rem;
  transition: background 0.3s, color 0.3s;
}

.thry-404__cta {
  padding: 0 0 clamp(2rem, 4vw, 3rem);
}

.thry-footer {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #fff;
  box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.08);
  padding: 0 1rem 2rem;
}
@media (max-width: 767.98px) {
  .thry-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.thry-footer .text-muted {
  color: #333333 !important;
}
.thry-footer a {
  color: #333333 !important;
  transition: all 0.3s;
  text-decoration: none;
}
.thry-footer a:hover {
  color: #e91e63 !important;
}

.thry-footer__title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #0f172a;
  font-size: 1rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .thry-footer__title {
    margin-top: 0;
  }
}

.footer-menu {
  padding-left: 0;
  list-style: none;
}
.footer-menu li a {
  color: #333333;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
.footer-menu li a:hover {
  color: #e91e63;
}

.thry-footer .list-unstyled {
  padding-left: 0;
  margin-bottom: 0;
}
.thry-footer .list-unstyled li {
  margin: 0;
}
.thry-footer .list-unstyled a,
.thry-footer .list-unstyled .thry-footer__link {
  color: #333333;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 0.9375rem;
  transition: all 0.3s;
}
.thry-footer .list-unstyled a:hover,
.thry-footer .list-unstyled .thry-footer__link:hover {
  color: #e91e63;
}

.thry-footer__social {
  width: 36px;
  height: 36px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  transition: all 0.3s;
}
.thry-footer__social:hover {
  background: linear-gradient(90deg, #e91e63, #702283);
  color: #fff;
}

.thry-footer__contact li {
  margin-bottom: 10px;
  color: #333333;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.9375rem;
}

.thry-footer__contact i {
  color: #c2185b;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.thry-footer__contact a {
  color: inherit;
  text-decoration: none;
}
.thry-footer__contact a:hover {
  color: #c2185b;
}

.thry-footer__tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.thry-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #f1f5f9;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #0f172a;
  transition: all 0.3s;
}
.thry-footer__badge-icon {
  font-size: 0.8125rem;
  line-height: 1;
}
.thry-footer__badge:hover {
  background: linear-gradient(90deg, #e91e63, #702283);
  color: #fff;
}
.thry-footer__badge:hover .thry-footer__badge-icon {
  color: #fff !important;
}

.thry-footer__badge-icon--html5 {
  color: #e34f26;
}

.thry-footer__badge-icon--css3 {
  color: #1572b6;
}

.thry-footer__badge-icon--sass {
  color: #cc6699;
}

.thry-footer__badge-icon--react {
  color: #61dafb;
}

.thry-footer__badge-icon--node {
  color: #339933;
}

.thry-footer__badge-icon--mongo {
  color: #47a248;
}

.thry-footer__badge-icon--php {
  color: #777bb4;
}

.thry-footer__badge-icon--laravel {
  color: #ff2d20;
}

.thry-footer__badge-icon--wordpress {
  color: #21759b;
}

.thry-footer__badge-icon--mysql {
  color: #00758f;
}

.thry-footer__bottom {
  border-top: 1px solid #e2e8f0;
  padding: 20px 0;
  margin-top: 1.5rem;
}

.thry-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
}

.thry-footer__site-by a {
  text-decoration: none;
}

.thry-footer__bottom-links a {
  margin-left: 15px;
  color: #334155;
  text-decoration: none;
  font-size: 0.9375rem;
}
.thry-footer__bottom-links a:hover {
  color: #e91e63;
}

@media (min-width: 768px) {
  .thry-services-carousel,
  .thry-testimonials-carousel,
  .thry-tech-carousel {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.thry-services-carousel__control.carousel-control-prev,
.thry-testimonials-carousel__control.carousel-control-prev,
.thry-tech-carousel__control.carousel-control-prev,
.thry-hero .thry-services-carousel__control.carousel-control-prev,
.tlc-columns__scroll-prev,
.tlc-columns--slider .carousel-control-prev {
  left: 0;
  z-index: 5;
}

.thry-services-carousel__control.carousel-control-next,
.thry-testimonials-carousel__control.carousel-control-next,
.thry-tech-carousel__control.carousel-control-next,
.thry-hero .thry-services-carousel__control.carousel-control-next,
.tlc-columns__scroll-next,
.tlc-columns--slider .carousel-control-next {
  right: 0;
  z-index: 5;
}

.thry-services-carousel__indicators,
.thry-tech-carousel__indicators,
.tlc-columns__scroll-dots,
.thry-hero .carousel-indicators,
.tlc-columns--slider .carousel-indicators {
  gap: 4px;
}
.thry-services-carousel__indicators [data-bs-target],
.thry-services-carousel__indicators .tlc-columns__scroll-dot,
.thry-tech-carousel__indicators [data-bs-target],
.thry-tech-carousel__indicators .tlc-columns__scroll-dot,
.tlc-columns__scroll-dots [data-bs-target],
.tlc-columns__scroll-dots .tlc-columns__scroll-dot,
.thry-hero .carousel-indicators [data-bs-target],
.thry-hero .carousel-indicators .tlc-columns__scroll-dot,
.tlc-columns--slider .carousel-indicators [data-bs-target],
.tlc-columns--slider .carousel-indicators .tlc-columns__scroll-dot {
  box-sizing: border-box;
  position: relative;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-clip: padding-box;
  opacity: 1;
  cursor: pointer;
}
.thry-services-carousel__indicators [data-bs-target]::after,
.thry-services-carousel__indicators .tlc-columns__scroll-dot::after,
.thry-tech-carousel__indicators [data-bs-target]::after,
.thry-tech-carousel__indicators .tlc-columns__scroll-dot::after,
.tlc-columns__scroll-dots [data-bs-target]::after,
.tlc-columns__scroll-dots .tlc-columns__scroll-dot::after,
.thry-hero .carousel-indicators [data-bs-target]::after,
.thry-hero .carousel-indicators .tlc-columns__scroll-dot::after,
.tlc-columns--slider .carousel-indicators [data-bs-target]::after,
.tlc-columns--slider .carousel-indicators .tlc-columns__scroll-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #333333;
  background-color: transparent;
}
.thry-services-carousel__indicators [data-bs-target].active::after, .thry-services-carousel__indicators [data-bs-target].is-active::after,
.thry-services-carousel__indicators .tlc-columns__scroll-dot.active::after,
.thry-services-carousel__indicators .tlc-columns__scroll-dot.is-active::after,
.thry-tech-carousel__indicators [data-bs-target].active::after,
.thry-tech-carousel__indicators [data-bs-target].is-active::after,
.thry-tech-carousel__indicators .tlc-columns__scroll-dot.active::after,
.thry-tech-carousel__indicators .tlc-columns__scroll-dot.is-active::after,
.tlc-columns__scroll-dots [data-bs-target].active::after,
.tlc-columns__scroll-dots [data-bs-target].is-active::after,
.tlc-columns__scroll-dots .tlc-columns__scroll-dot.active::after,
.tlc-columns__scroll-dots .tlc-columns__scroll-dot.is-active::after,
.thry-hero .carousel-indicators [data-bs-target].active::after,
.thry-hero .carousel-indicators [data-bs-target].is-active::after,
.thry-hero .carousel-indicators .tlc-columns__scroll-dot.active::after,
.thry-hero .carousel-indicators .tlc-columns__scroll-dot.is-active::after,
.tlc-columns--slider .carousel-indicators [data-bs-target].active::after,
.tlc-columns--slider .carousel-indicators [data-bs-target].is-active::after,
.tlc-columns--slider .carousel-indicators .tlc-columns__scroll-dot.active::after,
.tlc-columns--slider .carousel-indicators .tlc-columns__scroll-dot.is-active::after {
  border-color: #e91e63;
  background-color: #e91e63;
}

.hero-slider--multi .hero-slider__carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transform: translateX(-50%);
}
.hero-slider--multi .hero-slider__carousel .slick-dots li {
  display: list-item;
  margin: 0;
}
.hero-slider--multi .hero-slider__carousel .slick-dots button {
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  position: relative;
}
.hero-slider--multi .hero-slider__carousel .slick-dots button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #333333;
  background-color: transparent;
}
.hero-slider--multi .hero-slider__carousel .slick-dots li.slick-active button::after {
  border-color: #e91e63;
  background-color: #e91e63;
}