body {
  padding: 0;
  margin: 0;
}

body, p {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #DADADA;
}
.site-header.fixed {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.site-header .header-content {
  padding: 0 15px;
}
.site-header .header-content .header-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.site-header .header-content .header-content-inner .mobile-menu {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .site-header .header-content .header-content-inner .mobile-menu {
    display: none;
  }
}
.site-header .header-content .header-content-inner .site-branding a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .header-content-inner .nav-wrapper {
    display: none;
  }
}
.site-header .header-content .header-content-inner .nav-wrapper ul.site-nav-menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1024px) {
  .site-header .header-content .header-content-inner .nav-wrapper ul.site-nav-menu {
    gap: 30px;
  }
}
.site-header .header-content .header-content-inner .nav-wrapper ul.site-nav-menu li {
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.site-header .header-content .header-content-inner .nav-wrapper ul.site-nav-menu li:hover a {
  color: #605EFF;
}
.site-header .header-content .header-content-inner .nav-wrapper ul.site-nav-menu li a {
  color: #000;
  transition: all 0.3s;
}
.site-header .header-content .header-content-inner .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .site-header .header-content .header-content-inner .header-right {
    gap: 15px;
  }
}
.site-header .header-content .header-content-inner .header-right .header-right-language {
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  background: #605EFF;
  display: none;
  align-items: center;
  gap: 4px;
  border-radius: 26px;
  padding: 9px 16px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .site-header .header-content .header-content-inner .header-right .header-right-language {
    display: flex;
  }
}
.site-header .header-content .header-content-inner .header-right .header-right-language span {
  display: inline-block;
}
.site-header .header-content .header-content-inner .header-right .header-right-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #605EFF;
  border: 5px solid #C5C4FF;
  border-radius: 50%;
  cursor: pointer;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: -1000px;
  background: rgba(255, 247, 242, 0.8);
  backdrop-filter: blur(40px);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header-mobile.mobile-canvas {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .header-mobile-inner {
  height: calc(100% - 73px);
  padding: 38px 28px 35px;
  display: flex;
  flex-direction: column;
}
.header-mobile .header-mobile-inner .site-branding {
  margin-bottom: 103px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile .header-mobile-inner .site-branding .close {
  cursor: pointer;
}
.header-mobile .header-mobile-inner .nav-wrapper {
  margin-bottom: 20px;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu {
  list-style: none;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li {
  list-style: none;
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 32px;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li:hover a {
  color: #605EFF;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li a {
  color: #000;
  transition: all 0.3s;
}
.header-mobile .header-mobile-inner .nav-wrapper .site-nav-menu li:last-child {
  margin-bottom: 0;
}
.header-mobile .header-mobile-inner .header-mobile-btn {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.header-mobile .header-mobile-inner .header-mobile-btn .header-right-language {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-mobile .header-mobile-inner .header-mobile-btn .header-right-language a {
  font-size: 25px;
  line-height: 38px;
  color: #000000;
}
.header-mobile .header-mobile-inner .header-mobile-btn .header-right-language a.active {
  font-weight: 600;
  text-decoration: underline;
}
.header-mobile .header-mobile-inner .header-mobile-btn p {
  font-size: 12px;
  color: #000000;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .property-wrapper .property-carousel .slick-list {
    overflow: visible;
  }
}
.property-wrapper .property-carousel .property-carousel-item {
  height: 428px;
  border-radius: 20px;
  position: relative;
  margin: 0 7px;
}
@media only screen and (max-width: 767px) {
  .property-wrapper .property-carousel .property-carousel-item {
    margin: 0 9px;
    width: 300px;
    height: 305px;
  }
}
.property-wrapper .property-carousel .property-carousel-item img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.property-wrapper .property-carousel .property-carousel-item .testimonial-carousel-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
}
.property-wrapper .property-carousel .property-carousel-item .testimonial-carousel-item-text a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(40px);
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .property-wrapper .property-carousel .property-carousel-item .testimonial-carousel-item-text a {
    padding: 12px 18px;
    border-radius: 15px;
  }
}
.property-wrapper .property-custom-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .property-wrapper .property-custom-arrows {
    display: none;
  }
}
.property-wrapper .property-custom-arrows button {
  background: #605EFF;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.testimonial-wrapper {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .testimonial-wrapper .testimonial-carousel .slick-list {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-carousel .slick-list {
    overflow: visible;
  }
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item {
  background: #ffffff;
  padding: 8px;
  border-radius: 20px;
  display: flex;
  gap: 6px;
  min-height: 250px;
  margin: 0 28px;
}
@media only screen and (max-width: 1024px) {
  .testimonial-wrapper .testimonial-carousel .testimonial-carousel-item {
    margin: 0 9px;
    height: 505px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-carousel .testimonial-carousel-item {
    margin: 0 9px;
    flex-direction: column;
    min-height: 505px;
  }
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item.slick-center {
  transform: scale(1.2);
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-image {
  position: relative;
  width: 202px;
  height: 232px;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-image {
    width: 100%;
    height: 240px;
  }
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-image img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-image img {
    border-radius: 15px;
    object-fit: cover;
  }
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-image .testimonial-carousel-item-author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-image .testimonial-carousel-item-author h5 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-image .testimonial-carousel-item-author span {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-text {
  background: #EFEFFF;
  border-radius: 15px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-text {
    border-radius: 15px;
  }
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-text img {
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-text img {
    max-width: fit-content !important;
    display: inline-block !important;
    width: auto !important;
  }
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-text p {
  font-size: 10px;
  line-height: 16px;
  color: #272666;
  margin: 26px 0 32px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-text .testimonial-carousel-item-text-categories {
  display: flex;
  gap: 4px;
  margin-top: auto;
}
.testimonial-wrapper .testimonial-carousel .testimonial-carousel-item .testimonial-carousel-item-text .testimonial-carousel-item-text-categories a {
  background: #D5D5FF;
  border-radius: 6px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 8px;
  font-weight: 500;
  color: #605EFF;
}
.testimonial-wrapper .testimonial-custom-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-wrapper .testimonial-custom-arrows {
    display: none;
  }
}
.testimonial-wrapper .testimonial-custom-arrows button {
  background: #726FFF;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.site-footer {
  background: #5B41FF;
  padding: 85px 15px 45px;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 38px 28px 30px;
  }
}
.site-footer .site-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.site-footer .site-footer-inner .footer-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-content {
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-content .footer-about {
    width: 100%;
  }
}
.site-footer .site-footer-inner .footer-content .footer-about .site-branding {
  margin-bottom: 20px;
}
.site-footer .site-footer-inner .footer-content .footer-about .site-branding a {
  display: block;
}
.site-footer .site-footer-inner .footer-content .footer-about p {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-content .footer-about p {
    font-size: 13px;
  }
}
.site-footer .site-footer-inner .footer-content .footer-about p span {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-content .footer-item {
    width: calc(50% - 24px);
  }
}
.site-footer .site-footer-inner .footer-content .footer-item h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
.site-footer .site-footer-inner .footer-content .footer-item ul li {
  list-style: none;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}
.site-footer .site-footer-inner .footer-content .footer-item ul li:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer-inner .footer-content .footer-item ul li a {
  color: #ffffff;
}
.site-footer .site-footer-inner .footer-affiliate {
  margin: 40px 0 30px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-affiliate {
    display: none;
  }
}
.site-footer .site-footer-inner .footer-affiliate h5 {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-affiliate h5 {
    margin-bottom: 16px;
  }
}
.site-footer .site-footer-inner .footer-affiliate .footer-affiliate-icons {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-affiliate .footer-affiliate-icons {
    gap: 24px;
  }
}
.site-footer .site-footer-inner .footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-copyright {
    flex-direction: column;
    margin-top: 30px;
    align-items: start;
  }
}
.site-footer .site-footer-inner .footer-copyright p {
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-copyright p {
    margin-bottom: 0;
    margin-top: 32px;
    order: 2;
  }
}
.site-footer .site-footer-inner .footer-copyright ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-copyright ul {
    flex-direction: column;
    gap: 4px;
    align-items: start;
    order: 1;
  }
}
.site-footer .site-footer-inner .footer-copyright ul li {
  list-style: none;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-footer-inner .footer-copyright ul li {
    margin-bottom: 16px;
  }
  .site-footer .site-footer-inner .footer-copyright ul li:last-child {
    margin-bottom: 0;
  }
}
.site-footer .site-footer-inner .footer-copyright ul li a {
  color: #ffffff;
}

.home-right-btn .elementor-button {
  backdrop-filter: blur(20px);
}

.counter-item {
  background: rgba(213, 213, 213, 0.3);
  backdrop-filter: blur(20px);
}
@media only screen and (max-width: 767px) {
  .counter-item .elementor-counter {
    gap: 8px !important;
  }
}
@media only screen and (max-width: 767px) {
  .counter-item {
    height: 78px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }
}
.counter-item .elementor-counter-number-wrapper {
  justify-content: center;
}
.counter-item .elementor-counter-number-wrapper .elementor-counter-number-prefix {
  display: none;
}
.counter-item .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  flex-grow: unset;
}
@media only screen and (max-width: 767px) {
  .counter-item .elementor-counter-number-wrapper {
    flex: none !important;
  }
}
.counter-item .elementor-counter-title {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .counter-item .elementor-counter-title {
    flex: none !important;
  }
}

.gohome-tabs .e-n-tabs {
  gap: 14px !important;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading {
  flex-basis: 470px;
  justify-content: start;
  gap: 14px;
}
@media only screen and (max-width: 1024px) {
  .gohome-tabs .e-n-tabs .e-n-tabs-heading {
    flex-basis: 100%;
    flex-direction: column;
  }
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  background: #FFFFFF !important;
  border-radius: 20px;
  padding: 16px 30px;
  justify-content: space-between;
  cursor: pointer;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  padding: 22px 30px 20px 30px;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text > div > div {
  color: #272666;
  margin-bottom: 30px;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text > div > div span {
  background: #605EFF;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text > div p {
  display: block;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text > div > div {
  color: #7978B6;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text > div > div span {
  background: #7978B6;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}
.gohome-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text > div p {
  font-size: 20px;
  line-height: 30px;
  color: #272666;
  font-family: "Poppins", sans-serif;
  margin: 0;
  text-align: left;
  display: none;
}

.link-btn .elementor-button {
  display: block;
}

.login-form .or {
  position: relative;
}
.login-form .or span {
  font-size: 8px;
  line-height: 12px;
  color: #272666;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 5px;
}
.login-form .or:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #272666;
  height: 1px;
  width: 100%;
  content: "";
}
.login-form form input {
  height: 21px;
  border: 1px solid #272666;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 8px;
  color: #272666;
  width: 100%;
  margin-bottom: 12px;
  background: transparent;
}
.login-form form input:focus {
  outline: none;
}
.login-form form input::placeholder {
  color: #272666;
}
.login-form form button {
  border: none;
  background: #605EFF;
  font-size: 8px;
  font-weight: 500;
  color: #ffffff;
  height: 21px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tab-text-blur {
  backdrop-filter: blur(25px);
}

.tab-img-blur img {
  backdrop-filter: blur(28px);
}

.relax-top-blug {
  backdrop-filter: blur(15px);
}

@media only screen and (max-width: 767px) {
  .easy-apply-image {
    height: 100%;
  }
}

#scrollSteps {
  width: 100%;
}

#scrollStepsWrapper {
  width: 100%;
  margin: 0 auto;
  transition: height 0.3s ease, align-items 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#scrollStepsWrapper.pinned {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}

.step-intro {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  margin-bottom: 30px;
}
.step-intro .step-title h2 {
  font-size: 30px;
  line-height: 40px;
  color: #272666;
}
.step-intro .step-title h2 span {
  color: #514EEE;
  display: block;
  font-weight: 600;
}
.step-intro .step-description {
  display: flex;
  align-items: center;
  justify-content: end;
}
.step-intro .step-description p {
  font-size: 13px;
  line-height: 20px;
  color: #272666;
  margin: 0;
  max-width: 395px;
  width: 100%;
}
.step-intro .step-description p span {
  font-weight: 500;
}

.scroll-steps-section {
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: padding 0.3s ease;
  overflow: hidden;
  width: 100%;
}

.steps-box {
  width: 100%;
  display: flex;
  overflow: hidden;
  gap: 14px;
}

.tabs-container {
  display: flex;
  flex-direction: column;
  flex-basis: 470px;
}

.step-tab {
  padding: 21px 30px 20px;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 14px;
  cursor: pointer;
}
.step-tab:last-child {
  margin-bottom: 0;
}
.step-tab h5 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  line-height: 30px;
  color: #272666;
  font-weight: 500;
}
.step-tab h5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: #7978B6;
  width: 25px;
  height: 25px;
}
.step-tab p {
  font-size: 20px;
  line-height: 30px;
  color: #272666;
  display: none;
  margin: 26px 0 0;
}

.step-tab.active {
  color: white;
  padding: 26px 45px 21px 30px;
}
.step-tab.active h5 span {
  background: #605EFF;
}
.step-tab.active p {
  display: block;
}

.step-tab h3 {
  margin: 0;
  font-size: 1.2rem;
}

.content-container {
  position: relative;
  flex: 1;
  padding: 28px 29px 29px;
  border-radius: 20px;
  background: #ffffff;
}

.step-content {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease;
  height: calc(100% - 57px);
  width: calc(100% - 58px);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 30px;
}
.step-content .step-content-img img {
  border-radius: 20px;
}
.step-content .step-content-text {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.step-content .step-content-text .step-content-text-description {
  background: rgba(109, 109, 109, 0.1);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(158, 158, 158, 0.4);
  padding: 17px 17px 15px;
  border-radius: 20px;
  max-width: 275px;
  width: 100%;
}
.step-content .step-content-text .step-content-text-description.step-content-text-description-3 {
  max-width: 430px;
}
.step-content .step-content-text .step-content-text-description.step-content-text-description-4 {
  max-width: 316px;
}
.step-content .step-content-text .step-content-text-description.step-content-text-description-5 {
  max-width: 340px;
}
.step-content .step-content-text .step-content-text-description p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
}
.step-content .step-content-text a {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 25px;
  background: #F57332;
  border-radius: 50px;
  display: inline-flex;
}

.step-content.active {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .scroll-steps-mobile-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #scrollSteps {
    display: none;
  }
}
.scroll-steps-mobile-wrapper > h2 {
  font-size: 25px;
  line-height: 30px;
  color: #272666;
  margin-bottom: 24px;
}
.scroll-steps-mobile-wrapper > h2 span {
  color: #514EEE;
  display: block;
  font-weight: 600;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item {
  margin-bottom: 40px;
  position: sticky;
  top: 100px;
  z-index: 1;
  border-radius: 20px;
  background: #ffffff;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item:last-child {
  margin-bottom: 0;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-tab {
  padding: 16px 30px 0 16px;
  background: #ffffff;
  margin-bottom: 25px;
  border-radius: 20px 20px 0 0;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-tab h5 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  color: #272666;
  font-weight: 500;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-tab h5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  background: #605EFF;
  width: 25px;
  height: 25px;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-tab p {
  font-size: 15px;
  line-height: 20px;
  color: #272666;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-content {
  background: #ffffff;
  border-radius: 20px;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-content .scroll-steps-mobile-item-content-img {
  position: relative;
  border-radius: 20px;
  height: 296px;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-content .scroll-steps-mobile-item-content-img img {
  width: 100%;
  height: 296px;
  object-fit: cover;
  border-radius: 20px;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-content .scroll-steps-mobile-item-content-img a {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 25px;
  background: #F57332;
  border-radius: 50px;
  display: inline-flex;
  position: absolute;
  left: 16px;
  bottom: 26px;
}
.scroll-steps-mobile-wrapper .scroll-steps-mobile .scroll-steps-mobile-item .scroll-steps-mobile-item-content p {
  font-size: 13px;
  line-height: 20px;
  color: #272666;
  padding: 20px 16px 16px;
  margin: 0;
}

.core-item .sustainable {
  background: rgba(253, 255, 253, 0.5);
  backdrop-filter: blur(40px);
}
.core-item .transparent {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(40px);
}
.core-item .efficient {
  background: rgba(255, 247, 242, 0.8);
  backdrop-filter: blur(40px);
}

/*# sourceMappingURL=style.css.map */
