*,
*::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;
  }
}
.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;
}

.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-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;
  }
}
.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;
}

.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;
}