/* EMBER Home Version Two visual refinements */

html:has(body.page-id-982),
body.page-id-982 {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  overflow-x: hidden !important;
  background: #050505 !important;
}

body.page-id-982 #wrapper,
body.page-id-982 .site,
body.page-id-982 .main-content,
body.page-id-982 .elementor,
body.page-id-982 .elementor-section-wrap {
  max-width: 100%;
  overflow-x: clip !important;
}

.page-id-982 .logo-site .ember-wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--neutral-950);
  font-family: var(--ember-font-heading);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.page-id-982 .section-hero {
  padding: 0 !important;
  margin-top: 0 !important;
  min-height: 100svh;
  overflow: hidden;
  background: #050505;
}

.page-id-982 .section-hero .hero-image {
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 0;
  opacity: 1;
}

.page-id-982 .section-hero .hero-image video,
.page-id-982 .section-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  transform: none;
}

.page-id-982 .section-hero::before,
.page-id-982 .section-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-id-982 .section-hero::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}

.page-id-982 .section-hero::after {
  z-index: 2;
  background:
    radial-gradient(circle at 52% 45%, rgba(210, 45, 26, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 42%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0.55) 100%);
}

.page-id-982 .section-hero .container {
  position: relative;
  z-index: 3;
  min-height: 100svh;
}

.page-id-982 .section-hero .content-wrap .sub,
.page-id-982 .section-hero .content-wrap .text {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.38);
}

.page-id-982 .section-hero .content-wrap .sub {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.page-id-982 .section-hero .content-wrap .title,
.page-id-982 .section-hero .content-wrap .title span {
  color: #fff;
  font-family: var(--ember-font-heading);
  font-size: clamp(78px, 5.2vw, 96px);
  font-weight: 300 !important;
  line-height: 0.95;
  letter-spacing: 0;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.54);
}

.page-id-982 .section-hero .text-gradient-1 {
  background: linear-gradient(180deg, #fff 0%, #d8d8d8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-id-982 .section-hero .content-wrap .title-icon {
  transform: translateY(50px);
}

.page-id-982 .section-hero .content-wrap .text {
  margin-top: 100px;
}

.page-id-982 .section-hero .tf-btn {
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.page-id-982 .section-hero .ember-hero-label,
.page-id-982 .section-hero .ember-hero-title,
.page-id-982 .section-hero .ember-hero-description,
.page-id-982 .section-hero .ember-hero-cta {
  opacity: 0;
  will-change: opacity, transform, filter;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.page-id-982 .section-hero .ember-hero-label {
  transform: translateY(20px);
  animation-name: emberHeroFadeUp;
  animation-duration: 700ms;
  animation-delay: 140ms;
}

.page-id-982 .section-hero .ember-hero-title {
  transform: translateY(35px);
  filter: blur(12px);
  animation-name: emberHeroTitleReveal;
  animation-duration: 1200ms;
  animation-delay: 380ms;
}

.page-id-982 .section-hero .ember-hero-description {
  transform: translateY(20px);
  animation-name: emberHeroFadeUp;
  animation-duration: 800ms;
  animation-delay: 1100ms;
}

.page-id-982 .section-hero .ember-hero-cta {
  transform: translate(-50%, 20px);
  animation-name: emberHeroCtaReveal;
  animation-duration: 700ms;
  animation-delay: 1500ms;
}

@keyframes emberHeroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes emberHeroTitleReveal {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes emberHeroCtaReveal {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.page-id-982 .section-hero .content-wrap .bot-btns {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
  transform: translateX(-50%);
}

.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn,
.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn-2,
.page-id-982 .section-hero .content-wrap .bot-btns .hero-services-line {
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.48);
}

.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn {
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn-2 {
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn:hover,
.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn-2:hover {
  color: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
}

.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn:hover {
  background: rgba(255, 255, 255, 0.14);
}

.page-id-982 .section-hero .content-wrap .bot-btns .tf-btn-2:hover {
  background: rgba(255, 255, 255, 0.08);
}

.page-id-982 .section-hero .content-wrap .bot-btns .hero-services-line:hover {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.page-id-982 .section-hero .content-wrap .bot-btns .hero-services-line {
  color: rgba(255, 255, 255, 0.68);
}

.page-id-982 .section-services .services-image {
  width: min(100%, 522px);
  max-width: 522px;
  height: 545px;
}

.page-id-982 .section-services .services-image img {
  object-fit: cover;
  object-position: center center;
}

.page-id-982 .section-about-us .col-left .sub,
.page-id-982 .section-about-us .col-left .title {
  font-family: var(--ember-font-heading);
}

.page-id-982 .section-about-us .col-left .sub {
  font-weight: 500;
  letter-spacing: 0;
}

.page-id-982 .section-about-us .col-left .title,
.page-id-982 .section-about-us .col-left .title span {
  font-weight: 600 !important;
  letter-spacing: 0;
}

.page-id-982 .section-about-us .heading-section {
  transform: translateY(-25px);
}

.page-id-982 .section-about-us .box-quotes .image img {
  object-fit: cover;
  object-position: center center;
}

.page-id-982 .featured-works-item .content .grid-text .text-body-3 {
  font-family: var(--ember-font-body);
  font-weight: 400 !important;
  line-height: 1.55;
  letter-spacing: 0;
}

.page-id-982 .section-benefits .text-secondary,
.page-id-982 .section-benefits .benefits-box p,
.page-id-982 .section-benefits .content p,
.page-id-982 .section-benefits .text,
.page-id-982 .section-benefits .desc {
  color: var(--neutral-700) !important;
}

.page-id-982 .section-tools .image-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-982 .section-tools .ember-tools-wordmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: var(--ember-font-heading);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.page-id-982 footer .footer-image img {
  opacity: 0.35;
}

.page-id-982 footer .footer-content .title {
  font-family: var(--ember-font-heading);
  font-weight: 500 !important;
  line-height: 1.08;
  letter-spacing: 0;
}

.page-id-982 footer .footer-content .text,
.page-id-982 footer .tf-social-1 a,
.page-id-982 .section-contact .form-contact label,
.page-id-982 .section-contact .form-contact .text-body-3,
.page-id-982 .section-contact .form-contact .form-control,
.page-id-982 .section-contact .form-contact select,
.page-id-982 .section-contact .form-contact textarea,
.page-id-982 .section-contact .form-contact input,
.page-id-982 .section-contact .form-contact button {
  font-family: var(--ember-font-body);
  letter-spacing: 0;
}

.page-id-982 .section-contact .form-contact label,
.page-id-982 .section-contact .form-contact .text-body-3 {
  font-weight: 500 !important;
}

.page-id-982 .section-contact .form-contact .form-control,
.page-id-982 .section-contact .form-contact select,
.page-id-982 .section-contact .form-contact textarea,
.page-id-982 .section-contact .form-contact input {
  font-weight: 400;
}

.page-id-982 .section-contact .col-left > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateY(-50px);
}

.page-id-982 .section-contact .contact-item {
  margin-bottom: 0 !important;
  align-items: center;
}

.page-id-982 .section-contact .contact-item .icon {
  flex: 0 0 64px;
}

.parent-pageid-240 .ember-service-audience {
  margin: 0 16px;
  padding: 104px 0;
  overflow: hidden;
  border-radius: 40px;
}

.parent-pageid-240 .ember-service-audience .tf-container {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

.parent-pageid-240 .ember-service-audience .heading-section {
  margin-bottom: 42px;
}

.parent-pageid-240 .ember-service-audience .heading-sub {
  font-family: var(--ember-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.parent-pageid-240 .ember-service-audience .heading-title {
  font-family: var(--ember-font-heading);
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: none;
}

.parent-pageid-240 .ember-service-audience .ember-service-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.parent-pageid-240 .ember-service-audience .ember-service-list li,
.parent-pageid-240 .ember-service-audience .text {
  font-family: var(--ember-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: var(--neutral-700);
}

.parent-pageid-240 .ember-service-audience .ember-service-list li {
  position: relative;
  padding-left: 18px;
}

.parent-pageid-240 .ember-service-audience .ember-service-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand);
}

.parent-pageid-240 .section-services-single .text,
.parent-pageid-240 .section-services-single p,
.parent-pageid-240 .section-services-single li,
.parent-pageid-240 .section-process .process-desc,
.parent-pageid-240 .section-faqs .accordion-body {
  font-family: var(--ember-font-body);
  letter-spacing: 0;
}

.parent-pageid-240 .section-hero .text,
.parent-pageid-240 .section-hero .text-secondary,
.parent-pageid-240 .section-services-single .text,
.parent-pageid-240 .section-services-single p,
.parent-pageid-240 .section-process .process-desc,
.parent-pageid-240 .section-faqs .accordion-body,
.parent-pageid-240 .section-contact .text {
  color: var(--neutral-700) !important;
}

.parent-pageid-240 .section-services-single .heading,
.parent-pageid-240 .section-process .heading-title,
.parent-pageid-240 .section-faqs .heading-title,
.parent-pageid-240 .section-contact .heading-title {
  font-family: var(--ember-font-heading);
  letter-spacing: 0;
}

@media (max-width: 1399px) {
  .page-id-982 .section-services .services-image {
    width: min(100%, 480px);
    max-width: 480px;
    height: 500px;
  }
}

@media (max-width: 1199px) {
  .page-id-982 .section-services .services-image {
    width: min(100%, 420px);
    max-width: 420px;
    height: 440px;
  }
}

@media (max-width: 991px) {
  .page-id-982 .section-hero {
    min-height: 760px;
  }

  .page-id-982 .section-hero .content-wrap .title,
  .page-id-982 .section-hero .content-wrap .title span {
    font-size: 64px;
  }

  .page-id-982 .section-hero::after {
    background:
      radial-gradient(circle at 50% 36%, rgba(210, 45, 26, 0.24), transparent 42%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.42) 42%, rgba(0, 0, 0, 0.76) 100%);
  }

  .page-id-982 .section-hero .content-wrap .bot-btns {
    gap: 16px;
    transform: translateX(-50%);
  }

  .page-id-982 .section-hero .content-wrap .bot-btns .tf-btn,
  .page-id-982 .section-hero .content-wrap .bot-btns .tf-btn-2,
  .page-id-982 .section-hero .content-wrap .bot-btns .hero-services-line {
    font-size: 13px;
  }

  .page-id-982 .section-services .services-image {
    width: min(100%, 522px);
    max-width: 522px;
    height: auto;
    aspect-ratio: 522 / 545;
  }
}

@media (max-width: 575px) {
  html:has(body.page-id-982),
  body.page-id-982 {
    position: relative;
    overflow-x: hidden;
  }

  body.page-id-982 #wrapper,
  body.page-id-982 .site,
  body.page-id-982 .main-content,
  body.page-id-982 .elementor,
  body.page-id-982 .elementor-section-wrap,
  body.page-id-982 .section,
  body.page-id-982 section {
    max-width: 100vw;
    overflow-x: clip;
  }

  .page-id-982 .section-hero {
    min-height: 720px;
    width: 100vw;
    max-width: 100vw;
  }

  .page-id-982 .section-hero .hero-image video,
  .page-id-982 .section-hero .hero-image img {
    object-position: center center;
    transform: scale(1.5);
    transform-origin: center center;
  }

  .page-id-982 .section-hero .content-wrap {
    padding-top: 120px;
    padding-bottom: 96px;
  }

  .page-id-982 .section-hero .content-wrap .title,
  .page-id-982 .section-hero .content-wrap .title span {
    font-size: 42px;
    line-height: 1;
    text-shadow: 0 14px 46px rgba(0, 0, 0, 0.72);
  }

  .page-id-982 .section-hero .content-wrap .text {
    color: rgba(255, 255, 255, 0.88);
    margin-top: 60px;
  }

  .page-id-982 .section-hero .content-wrap .bot-btns {
    bottom: 50px;
    left: 50%;
    width: calc(100vw - 24px);
    max-width: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 8px;
    white-space: normal;
    transform: translateX(-50%);
  }

  .page-id-982 .section-hero .content-wrap .bot-btns .tf-btn,
  .page-id-982 .section-hero .content-wrap .bot-btns .tf-btn-2 {
    display: inline-flex !important;
    flex: 0 1 calc(50% - 4px);
    min-width: 0;
    width: auto !important;
    max-width: calc(50% - 4px);
    padding: 10px 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
  }

  .page-id-982 .section-hero .content-wrap .bot-btns .hero-services-line {
    flex: 0 0 100%;
    text-align: center;
    font-size: 11px;
  }

  .page-id-982 .section-services .services-image {
    width: 100%;
    border-radius: 16px;
  }
}
