body,
body.theme-2,
body .main-wrapper,
body input,
body button,
body select,
body textarea,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body span,
body li {
  font-family: "Archivo", sans-serif;
}

/* Prevent horizontal scroll on mobile */
body,
body .main-wrapper,
body #page.main-wrapper {
  overflow-x: hidden;
  max-width: 100%;
}

.banner-section-twelve {
  padding: 80px 0px 60px;
  position: relative;
  overflow: visible !important;
}

body.page-id-8026 .hero-secition-twelve {
  margin-top: 0 !important;
}

body.page-id-8026 .content > .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-8026 .content > .container > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-id-8026 .page-container-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-id-8026 .banner-section-twelve {
  padding-top: 150px !important;
  padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  .banner-section-twelve {
    padding: 50px 0px;
  }

  body.page-id-8026 .banner-section-twelve {
    padding-top: 124px !important;
  }
}

@media (max-width: 991.98px) {
  .banner-section-twelve .banner-content-twelve {
    text-align: center;
  }
}

.banner-section-twelve .banner-content-twelve .title {
  font-size: 76px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 12px;
}

@media (max-width: 1199.98px) {
  .banner-section-twelve .banner-content-twelve .title {
    font-size: 60px;
  }
}

@media (max-width: 575.98px) {
  .banner-section-twelve .banner-content-twelve .title {
    font-size: 36px;
  }
}

.banner-section-twelve .banner-content-twelve .text-style {
  font-style: italic;
  color: #FFF;
}

.banner-section-twelve .banner-content-twelve .img-1 {
  width: 136px;
  height: 70px;
  border-radius: 100px;
  border: 4px solid #FFF;
  position: relative;
  top: -3px;
}

@media (max-width: 575.98px) {
  .banner-section-twelve .banner-content-twelve .img-1 {
    width: unset;
    height: 37px;
    object-fit: cover;
  }
}

.banner-section-twelve .banner-content-twelve .description {
  color: #FFF;
  margin-bottom: 40px;
  width: 78%;
}

@media (max-width: 991.98px) {
  .banner-section-twelve .banner-content-twelve .description {
    width: 100%;
  }
}

.banner-section-twelve .banner-content-twelve .banner-btn-twelve {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 991.98px) {
  .banner-section-twelve .banner-content-twelve .banner-btn-twelve {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .banner-section-twelve .banner-content-twelve .banner-btn-twelve {
    flex-direction: column;
    width: 100%;
  }
}

.banner-section-twelve .banner-content-twelve .banner-btn-twelve .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
}

@media (max-width: 575.98px) {
  .banner-section-twelve .banner-content-twelve .banner-btn-twelve .btn {
    width: 100%;
    justify-content: center;
  }
}

.banner-section-twelve .banner-content-twelve .banner-btn-twelve .btn i {
  align-items: center;
  background: #FFF;
  border-radius: 50%;
  color: #ff008a;
  display: inline-flex;
  font-family: inherit !important;
  font-size: 0 !important;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 18px;
}

.banner-section-twelve .banner-content-twelve .banner-btn-twelve .btn i::before {
  content: "" !important;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #ff008a;
  border-right: 1.5px solid #ff008a;
  transform: rotate(45deg);
}

.banner-section-twelve .search-box {
  position: relative;
  margin: 50px 0px 10px 0px;
  padding: 12px;
  background: transparent;
  border: 0;
  outline: none;
  border-radius: 10px;
  z-index: 1;
}

.banner-section-twelve .search-box::before {
  content: "";
  position: absolute;
  background: #FFF;
  inset: 0;
  margin: auto;
  opacity: 0.3;
  border-radius: 10px;
}

.banner-section-twelve .search-box::after {
  content: "";
  position: absolute;
  background: #FFF;
  inset: 0;
  margin: 6px;
  border-radius: 10px;
  opacity: 0.5;
}

.banner-section-twelve .search-box form {
  background: #FFF;
  padding: 16px 24px;
  border-radius: 10px !important;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .banner-section-twelve .search-box form {
    flex-direction: row;
    text-align: start;
  }
}

@media (max-width: 575.98px) {
  .banner-section-twelve .search-box form {
    flex-direction: column;
    text-align: start;
    gap: 20px;
  }
}

.banner-section-twelve .search-box .search-item {
  width: 33%;
}

@media (max-width: 575.98px) {
  .banner-section-twelve .search-box .search-item {
    width: 100% !important;
  }
}

.banner-section-twelve .search-box .search-item label {
  font-size: 14px;
  font-weight: 400;
  color: #242B3A;
  margin-bottom: 4px;
}

.banner-section-twelve .search-box .search-item .input-group .form-control {
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  color: #242B3A;
  padding-left: 0;
  padding-right: 0;
  min-height: 38px;
  padding: 0;
}

.banner-section-twelve .search-box .search-item .input-group .form-control::placeholder {
  color: #242B3A;
  font-weight: 600;
  font-size: 18px;
}

.banner-section-twelve .search-box .search-item .input-group .select2-selection--single {
  border: none;
  outline: none;
}

.banner-section-twelve .search-box .search-item .input-group .select2-selection--single .select2-selection__rendered {
  color: #242B3A;
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
}

.banner-section-twelve .search-box .search-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  width: fit-content;
}

@media (max-width: 575.98px) {
  .banner-section-twelve .search-box .search-icon {
    width: 100%;
    justify-content: center;
  }
}

.banner-section-twelve .search-box .search-icon a {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: #ff008a;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .banner-section-twelve .search-box .search-icon a {
    width: 100%;
    justify-content: center;
  }
}

.banner-section-twelve .search-box .search-icon a i {
  color: #FFF;
  font-size: 24px;
}

.banner-section-twelve .banner-img-twelve {
  position: absolute;
  bottom: 0;
  right: 7%;
  width: 100%;
  max-width: 570px;
}

@media (max-width: 1399.98px) {
  .banner-section-twelve .banner-img-twelve {
    right: 1%;
  }
}

@media (max-width: 1199.98px) {
  .banner-section-twelve .banner-img-twelve {
    max-width: 540px;
  }
}

@media (max-width: 991.98px) {
  .banner-section-twelve .banner-img-twelve {
    display: none;
  }
}

.banner-section-twelve .banner-img-twelve .banner-img-1 {
  width: 100%;
}

/****** Utils ******/
.section-header-twelve {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Archivo", sans-serif;
}

.section-header-twelve .subtitle {
  background: #ff008a;
  padding: 7px 18px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0px auto 8px;
  width: fit-content;
  font-family: "Archivo", sans-serif;
}

.section-header-twelve .subtitle .subtitle-plus {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(1px);
}

.section-header-twelve .subtitle .icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .section-header-twelve .subtitle {
    font-size: 14px;
  }
}

.section-header-twelve .title {
  font-size: 44px;
  font-weight: 700;
  color: #242B3A;
  margin-bottom: 0;
  font-family: "Archivo", sans-serif;
}

@media (max-width: 1199.98px) {
  .section-header-twelve .title {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .section-header-twelve .title {
    font-size: 22px;
  }
}

.theme-2 .btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
}

.theme-2 .btn:hover {
  background: #ff008a;
  border-color: #ff008a;
}

.theme-2 .banner-btn-twelve .btn,
.theme-2 .banner-btn-twelve .btn:hover,
.theme-2 .banner-btn-twelve .btn:focus,
.theme-2 .banner-btn-twelve .btn:active {
  border-color: #ff008a !important;
  box-shadow: none !important;
}

.theme-2 .banner-btn-twelve .btn-primary,
.theme-2 .banner-btn-twelve .btn-primary:hover,
.theme-2 .banner-btn-twelve .btn-primary:focus,
.theme-2 .banner-btn-twelve .btn-primary:active {
  background: #ff008a !important;
  color: #FFF !important;
  transform: none !important;
  box-shadow: none !important;
}

.theme-2 .banner-btn-twelve .btn-primary::before,
.theme-2 .banner-btn-twelve .btn-primary::after,
.theme-2 .banner-btn-twelve .btn-primary:hover::before,
.theme-2 .banner-btn-twelve .btn-primary:hover::after {
  display: none !important;
  content: none !important;
}

.theme-2 .btn-outline-white {
  border: 1px solid #FFF;
  color: #FFF;
}

.theme-2 .banner-btn-twelve .btn-outline-white {
  background: transparent !important;
  border-color: #FFF !important;
  color: #FFF !important;
}

.theme-2 .banner-btn-twelve .btn-outline-white:hover,
.theme-2 .banner-btn-twelve .btn-outline-white:focus,
.theme-2 .banner-btn-twelve .btn-outline-white:active {
  background: #ff008a !important;
  border-color: #ff008a !important;
  color: #FFF !important;
}

.theme-2 .banner-btn-twelve .btn:hover i,
.theme-2 .banner-btn-twelve .btn:focus i,
.theme-2 .banner-btn-twelve .btn:active i {
  color: #ff008a !important;
}

.paint-section-tweleve {
  background: #282b8b;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0 !important;
  transform: translateY(-1px);
}

.hero-secition-twelve {
  overflow: visible;
}

body.page-id-8026 .elementor-element-10b1cd3,
body.page-id-8026 .elementor-element-616d035,
body.page-id-8026 .elementor-widget-truelysell-hero12,
body.page-id-8026 .elementor-widget-truelysell-hero12 .elementor-widget-container,
body.page-id-8026 .hero-secition-twelve,
body.page-id-8026 .banner-section-twelve {
  margin-bottom: 0 !important;
}

body.page-id-8026 .elementor-element-616d035 {
  --padding-top: 0;
  --padding-block-start: 0;
  margin-top: -1px !important;
  padding-block-start: 0 !important;
  padding-top: 0 !important;
}

body.page-id-8026 .paint-section-tweleve {
  margin-top: -14px !important;
  transform: none;
}

body.page-id-8026 .elementor-widget-truelysell-slidersection-one-12 {
  margin-top: 0 !important;
}

.elementor-widget-truelysell-slidersection-one-12,
.elementor-widget-truelysell-slidersection-one-12 .elementor-widget-container {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.paint-section-tweleve {
  margin-bottom: 0;
}

.elementor-widget-truelysell-slidersection-one-12,
.elementor-widget-truelysell-slidersection-one-12 .elementor-widget-container {
  padding-top: 0;
  padding-bottom: 0;
}

.paint-section-tweleve .element-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1399.98px) {
  .paint-section-tweleve .element-1 {
    left: -7%;
  }
}

@media (max-width: 767.98px) {
  .paint-section-tweleve .element-1 {
    display: none;
  }
}

.paint-section-tweleve .horizontal-slide .slide-list .service-slide {
  display: flex;
  white-space: nowrap;
  padding: 0px 30px;
  position: relative;
}

.paint-section-tweleve .horizontal-slide .slide-list .service-slide::before {
  content: "";
  position: absolute;
  background: #ff008a;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.paint-section-tweleve .horizontal-slide .slide-list .service-slide h2 {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0;
  font-family: "Archivo", sans-serif;
}

.paint-section-tweleve .horizontal-slide {
  overflow: hidden;
  width: 100%;
}

.paint-section-tweleve .horizontal-slide .slide-list {
  flex-shrink: 0;
  min-width: max-content;
  width: max-content;
  animation: truelysell-home-12-slide-left 35s linear infinite;
}

.paint-section-tweleve .horizontal-slide[data-speed=fast] .slide-list {
  animation-duration: 18s;
}

.paint-section-tweleve .horizontal-slide[data-speed=normal] .slide-list {
  animation-duration: 26s;
}

.paint-section-tweleve .horizontal-slide[data-direction=right] .slide-list {
  animation-name: truelysell-home-12-slide-right;
}

.paint-section-tweleve .horizontal-slide:hover .slide-list {
  animation-play-state: paused;
}

@keyframes truelysell-home-12-slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes truelysell-home-12-slide-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/****** Utils ******/
.solution-section-twelve {
  position: relative;
  font-family: "Archivo", sans-serif;
  overflow: visible;
}

.solution-section-twelve .element-1 {
  display: none;
}
.solution-section-twelve .solution-brush-decor {
  position: absolute;
  top: -10px;
  right: -1.4%;
  width: 265px;
  max-width: 18vw;
  z-index: 2;
  pointer-events: none;
}

.solution-section-twelve .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .solution-section-twelve .solution-brush-decor {
    top: -14px;
    right: -5.2%;
    width: 230px;
    max-width: 19vw;
  }
}
@media (max-width: 991.98px) {
  .solution-section-twelve .solution-brush-decor {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .solution-section-twelve .element-1 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .solution-section-twelve .element-1 {
    display: none;
  }
}

.solution-item-twelve {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 22px;
}

@media (max-width: 1199.98px) {
  .solution-item-twelve {
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .solution-item-twelve {
    height: 250px;
  }
}

.solution-item-twelve:last-child {
  margin-bottom: 0;
}

.solution-item-twelve:hover::before {
  content: "";
  opacity: 0.5;
}

.solution-item-twelve:hover .img-1 {
  transform: scale(1.1) rotate(3deg);
}

.solution-item-twelve:hover .solution-icon {
  opacity: 1;
}

.solution-item-twelve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111827;
  opacity: 0;
  z-index: 1;
}

.solution-item-twelve .img-1 {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-item-twelve .solution-brush-corner {
  position: absolute;
  top: -24px;
  right: -22px;
  width: 145px;
  max-width: 42%;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1399.98px) {
  .solution-item-twelve .solution-brush-corner {
    width: 132px;
    right: -18px;
  }
}

@media (max-width: 767.98px) {
  .solution-item-twelve .solution-brush-corner {
    width: 110px;
    top: -16px;
    right: -14px;
  }
}

.solution-item-twelve .solution-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: all 0.5s;
}

.solution-item-twelve .solution-icon:hover {
  background: var(--primary-gradient);
}

.solution-item-twelve .title {
  padding: 12px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  backdrop-filter: blur(84px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 92%;
  left: 0;
  right: 0;
  margin: 12px auto;
  z-index: 3;
  font-family: "Archivo", sans-serif;
}

@media (max-width: 1399.98px) {
  .solution-item-twelve .title {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .solution-item-twelve .title {
    font-size: 16px;
    padding: 12px 6px;
  }
}

.about-section-twelve {
  background: #ECECF5;
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
  margin-bottom: 112px;
  font-family: "Archivo", sans-serif;
}

.about-section-twelve::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -112px;
  height: 112px;
  background: #ECECF5;
  z-index: 1;
  pointer-events: none;
}

.about-section-twelve .about-bg-twelve {
  background-image: none;
  background-size: cover;
  background-position: center 16%;
  min-height: 560px;
  background-attachment: fixed;
}

.about-section-twelve .about-details-twelve {
  position: relative;
  background-color: #282B8B;
  padding: 80px;
  overflow: visible;
}

.about-section-twelve .about-details-twelve::after {
  content: none;
}

.about-section-twelve .about-border-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -88px;
  width: 100%;
  height: 112px;
  object-fit: fill;
  object-position: top center;
  z-index: 2;
  pointer-events: none;
}

.about-section-twelve .about-details-twelve .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .about-section-twelve {
    margin-bottom: 70px;
  }

  .about-section-twelve .about-details-twelve {
    padding: 50px 0px 50px;
  }

  .about-section-twelve .about-bg-twelve {
    min-height: 360px;
    background-attachment: scroll;
    background-position: center 16%;
  }

  .about-section-twelve .about-border-img {
    bottom: -70px;
    height: 70px;
    width: 100%;
    object-fit: fill;
    object-position: top center;
  }

  .about-section-twelve::after {
    bottom: -70px;
    height: 70px;
  }
}

.about-item-twelve {
  text-align: center;
  font-family: "Archivo", sans-serif;
}

.about-item-twelve .about-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2588235294);
  outline: 10px solid rgba(255, 255, 255, 0.1019607843);
  margin-bottom: 30px;
  color: #FFF;
  font-size: 34px;
}

.about-item-twelve .about-icon .img-1 {
  max-width: 36px;
  max-height: 36px;
  object-fit: contain;
}

.about-item-twelve .title {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 8px;
  font-family: "Archivo", sans-serif;
}

.about-item-twelve .description {
  color: #FFF;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Archivo", sans-serif;
}

/****** Who We Are ******/
.who-section-twelve {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background: #FFF;
  overflow: hidden;
  font-family: "Archivo", sans-serif;
}

.who-section-twelve .container {
  position: relative;
  z-index: 2;
}

.who-section-twelve .row.align-items-center {
  --bs-gutter-x: 5.5rem;
  align-items: flex-start !important;
}

.who-section-twelve .col-lg-6 {
  min-width: 0;
}

.who-section-twelve .ps-lg-4 {
  padding-left: 3.25rem !important;
}

.who-img-twelve {
  position: relative;
  max-width: 600px;
  margin-top: 53px;
  z-index: 2;
}

.who-img-twelve>.img-1 {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 8px;
}

.who-img-twelve .img-content {
  position: absolute;
  right: -48px;
  bottom: -42px;
  width: 352px;
  max-width: calc(100% - 40px);
  padding: 42px 40px;
  border: 0;
  border-top: 8px solid #FFF;
  border-left: 8px solid #FFF;
  border-radius: 6px;
  background: #111827;
  color: #FFF;
  box-shadow: 0 12px 36px rgba(17, 24, 39, 0.18);
  z-index: 4;
}

.who-img-twelve .img-content .count {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

.who-img-twelve .img-content .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 12px;
}

.who-img-twelve .img-content .description {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 0;
}

.who-img-twelve .video-btn {
  position: absolute;
  top: -18px;
  right: -48px;
  z-index: 5;
}

.who-img-twelve .animate-button2 {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 12px 28px rgba(36, 43, 58, 0.12);
}

.who-img-twelve .button-text2 {
  position: absolute;
  inset: 0;
  display: block;
  color: #242B3A;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  animation: truelysell-home-12-rotate 12s linear infinite;
}

.who-img-twelve .button-text2 span {
  position: absolute;
  left: 50%;
  top: 8px;
  height: 67px;
  transform-origin: 0 67px;
  transform: rotate(calc((360deg / var(--total)) * var(--i)));
  white-space: pre;
}

.who-img-twelve .button-circle {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff008a;
  color: #FFF;
  font-size: 36px;
}

.who-img-twelve .button-circle img {
  max-width: 38px;
  max-height: 38px;
}

.who-section-twelve .section-header-twelve {
  max-width: 720px;
  margin-bottom: 34px;
  text-align: left;
}

.who-section-twelve .section-header-twelve .subtitle {
  margin-left: 0;
  margin-right: 0;
}

.who-section-twelve .section-header-twelve .title {
  font-size: 32px !important;
  line-height: 1.18 !important;
  margin-bottom: 18px;
}

.who-section-twelve .section-header-twelve .description {
  max-width: 640px;
  color: #596170;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
.who-section-twelve .section-header-twelve{
  padding-top: 50px;
}
}

.who-item-twelve {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 128px;
  padding: 20px 28px;
  margin-bottom: 24px;
  border: 1px solid #F0F0F3;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 18px rgba(36, 43, 58, 0.08);
  position: relative;
  z-index: 3;
}

.who-item-twelve:last-child {
  margin-bottom: 0;
}

.who-item-twelve .who-icon {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 8px solid #DFE0F1;
  background: #2F2E8B;
  color: #FFF;
  font-size: 34px;
}

.who-item-twelve .who-icon img {
  max-width: 38px;
  max-height: 38px;
}

.who-item-twelve .title {
  color: #242B3A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
}

.who-item-twelve .description {
  color: #596170;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.who-section-twelve .element-1 {
  position: absolute;
  right: 12px;
  top: 227px;
  width: 430px;
  max-width: 30vw;
  z-index: 1;
  pointer-events: none;
}

.who-section-twelve .paint-brush-fallback {
  width: 390px;
  height: 600px;
  max-width: 30vw;
  transform: rotate(-23deg);
  border-radius: 160px 160px 22px 22px;
  background:
    linear-gradient(180deg, #2F2E8B 0 66%, #ffd339 66% 72%, #0d61bd 72% 100%);
  opacity: 1;
}

.who-section-twelve .line-1,
.who-section-twelve .line-2 {
  position: absolute;
  left: -80px;
  width: 430px;
  height: 74px;
  transform: skewY(-12deg);
  pointer-events: none;
}

.who-section-twelve .line-1 {
  top: 240px;
  background: #ff008a;
}

.who-section-twelve .line-2 {
  top: 370px;
  background: #2F2E8B;
}

@keyframes truelysell-home-12-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes truelysell-home-12-fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.who-section-twelve .wow.fadeInDown {
  visibility: visible !important;
  opacity: 1;
  animation-name: truelysell-home-12-fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (max-width: 1399.98px) {
  .who-section-twelve .row.align-items-center {
    --bs-gutter-x: 4rem;
  }

  .who-section-twelve .ps-lg-4 {
    padding-left: 2.75rem !important;
  }

  .who-section-twelve .element-1 {
    width: 380px;
    max-width: 28vw;
    right: -80px;
  }
}

@media (max-width: 1199.98px) {
  .who-section-twelve .row.align-items-center {
    --bs-gutter-x: 2.75rem;
  }

  .who-section-twelve .ps-lg-4 {
    padding-left: 2rem !important;
  }

  .who-img-twelve .img-content {
    right: 20px;
  }

  .who-img-twelve .video-btn {
    right: -18px;
  }

  .who-img-twelve .animate-button2 {
    width: 132px;
    height: 132px;
  }

  .who-img-twelve .button-text2 span {
    height: 59px;
    transform-origin: 0 59px;
  }

  .who-img-twelve .button-circle {
    width: 64px;
    height: 64px;
  }

  .who-section-twelve .element-1 {
    width: 310px;
    max-width: 25vw;
    right: -90px;
    top: 350px;
  }
}

@media (max-width: 991.98px) {
  .who-section-twelve {
    padding: 0;
  }

  .who-img-twelve {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .who-section-twelve .ps-lg-4 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .who-img-twelve>.img-1 {
    min-height: 460px;
  }

  .who-section-twelve .element-1 {
    display: none;
  }

  /* Hide rotating circular badge on mobile */
  .who-img-twelve .video-btn {
    display: none !important;
  }

  /* Hide the #1 info card on mobile */
  .who-img-twelve .img-content {
    display: none !important;
  }

  /* Hide the main image on mobile */
  .who-img-twelve>.img-1 {
    display: none !important;
  }

  /* Remove leftover space from hidden image column */
  .who-img-twelve {
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .who-img-twelve>.img-1 {
    min-height: 340px;
  }

  .who-img-twelve .img-content {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    padding: 28px;
    margin-top: -20px;
    border-top: 8px solid #FFF;
    border-left: 8px solid #FFF;
  }

  .who-img-twelve .img-content .title {
    font-size: 24px;
  }

  .who-img-twelve .video-btn {
    top: 16px;
    right: 16px;
  }

  .who-img-twelve .animate-button2 {
    width: 98px;
    height: 98px;
  }

  .who-img-twelve .button-circle {
    width: 52px;
    height: 52px;
  }

  .who-item-twelve {
    align-items: flex-start;
    gap: 18px;
    padding: 18px;
  }

  .who-item-twelve .who-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 26px;
  }

  .who-section-twelve .line-1,
  .who-section-twelve .line-2 {
    display: none;
  }
}

.features-section-twelve {
  background: #ECECF5;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-top: -112px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 180px;

  overflow: hidden;
}

@media (max-width: 767.98px) {
  .features-section-twelve {
    margin-top: -74px;
    padding-top: 119px;
    padding-bottom: 45px;
  }
}

@media (max-width: 575.98px) {
  .features-section-twelve {
    padding-top: 91px;
    padding-bottom: 35px;
  }
}

.features-section-twelve .element-2 {
  display: none;
}

.features-section-twelve .slider-wrapper {
  width: 100%;
}

.features-section-twelve .features-tab {
  margin-bottom: 40px;
}

.features-section-twelve .features-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .features-section-twelve .features-tab ul {
    gap: 12px;
  }
}

@media (max-width: 575.98px) {
  .features-section-twelve .features-tab ul li {
    width: 93%;
  }
}

.features-section-twelve .features-tab ul li .nav-link {
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #242B3A;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
  background: #FFF;
}

@media (max-width: 575.98px) {
  .features-section-twelve .features-tab ul li .nav-link {
    text-align: center;
  }
}

.features-section-twelve .features-tab ul li .nav-link.active {
  border-bottom: 1px solid var(--primary);
}

.features-section-twelve .features-tab ul li .nav-link:hover {
  background: var(--primary);
  color: #FFF;
}

.features-section-twelve .slick-slide>div {
  margin: 0px 12px;
}

.features-section-twelve .favourite .ti-heart-filled {
  color: #E70D0D !important;
}

.features-item-nine {
  position: relative;
}

.features-item-nine .features-overlay {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.features-item-nine .features-overlay .favourite {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: var(--dark-400);
  backdrop-filter: blur(20px);
  color: #FFF;
  border: none;
  transition: all 0.4s ease;
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-item-nine .features-overlay .favourite:hover {
  background: var(--primary);
  color: #FFF;
}

.features-item-nine .features-overlay .favourite.heart-filled {
  color: var(--primary);
}

.features-item-nine .features-overlay img {
  width: 100%;
}

.features-item-nine .features-content {
  padding-top: 20px;
}

.features-item-nine .features-content .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  margin-bottom: 12px;
}

.features-item-nine .features-content .rating i {
  color: #FFC107;
}

.features-item-nine .features-content .rating span {
  font-size: 16px;
}

.features-item-nine .features-content .title {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #242B3A;
}

.features-item-nine .features-content .price {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 0;
}

/****** Utils ******/
.team-section-twelve {
  background-color:#282B8B !important;
  background-image:
    radial-gradient(circle at 18% 18%, rgba(255, 0, 138, 0.18) 0, rgba(255, 0, 138, 0) 28%),
    radial-gradient(circle at 78% 20%, rgba(26, 116, 255, 0.18) 0, rgba(26, 116, 255, 0) 30%),
    repeating-radial-gradient(circle at 40% 45%, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, rgba(47, 46, 139, 0.98), rgba(47, 46, 139, 0.92));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  overflow: hidden;
}

.team-section-twelve .row {
  align-items: flex-start;
}

.team-section-twelve .section-header-twelve {
  text-align: start;
  margin-bottom: 34px;
}

@media (max-width: 991.98px) {
  .team-section-twelve .section-header-twelve {
    text-align: center;
    margin-bottom: 20px;
  }
}

.team-section-twelve .section-header-twelve .subtitle {
  margin: 0 0 8px;
}

@media (max-width: 991.98px) {
  .team-section-twelve .section-header-twelve .subtitle {
    margin: 0 auto 8px;
  }
}

.team-section-twelve .section-header-twelve .title {
  font-size: 32px;
  color: #FFF;
  margin-bottom: 0;
  line-height: 1.22;
}

.team-section-twelve .team-left {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  height: fit-content;
  align-self: flex-start;
  padding-top: 0;
}

.team-section-twelve .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px 10px 24px;
  border-radius: 100px;
  background: #FFF !important;
  border: 0;
  color: #242B3A !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.team-section-twelve .btn-white i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #242B3A;
  color: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  flex: 0 0 17px;
  font-style: normal;
  overflow: hidden;
  position: relative;
  top: 0;
}

.team-section-twelve .btn-white i::before {
  content: ">";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.team-section-twelve .btn-white:hover,
.team-section-twelve .btn-white:focus,
.team-section-twelve .btn-white:active {
  background: #ff008a !important;
  color: #FFF !important;
}

.team-section-twelve .btn-white:hover i,
.team-section-twelve .btn-white:focus i,
.team-section-twelve .btn-white:active i {
  background: #FFF;
  color: #ff008a;
}

@media (max-width: 991.98px) {
  .team-section-twelve .team-left {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}

.team-item-twelve {
  position: relative;
  transition: all 0.4s;
}

.team-item-twelve:hover {
  transform: translateY(-5px);
}

.team-item-twelve .team-overlay {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #D9D9D9;
}

.team-item-twelve .team-overlay .img-1 {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  height: auto;
  min-height: 300px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.team-item-twelve .team-overlay .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #111827;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  padding: 5px 18px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.team-item-twelve .team-overlay .badge:hover {
  background: var(--primary);
}

.team-item-twelve .team-content {
  padding-top: 26px;
}

.team-item-twelve .team-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}

.team-item-twelve .team-content .title a {
  color: #FFF;
  transition: all 0.5s;
}

.team-item-twelve .team-content .title a:hover {
  color: var(--primary);
}

.team-item-twelve .team-content .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.team-item-twelve .team-content .rating i {
  font-size: 18px;
  color: #FFC107;
}

.team-item-twelve .team-content .rating span {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}

.team-item-twelve .team-content .team-tag {
  display: flex;
  align-items: center;
  gap: 12px;
}

.team-item-twelve .team-content .team-tag .tag {
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s;
}

@media (max-width: 1399.98px) {
  .team-item-twelve .team-content .team-tag .tag {
    padding: 4px 12px;
    font-size: 13px;
  }
}

.team-item-twelve .team-content .team-tag .tag:hover {
  background: var(--primary);
}

/****** Utils ******/
.work-section-twelve {
  background: #ECECF5;
  width: 100vw;
  max-width: 100vw;
  margin-top: -30px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px;
  overflow: hidden;
}

.work-item-twelve {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  height: 410px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .work-item-twelve {
    height: 478px;
  }
}

@media (max-width: 575.98px) {
  .work-item-twelve {
    height: 230px;
  }
}

.work-item-twelve .wrapper {
  --position: 50%;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  cursor: ew-resize;
  touch-action: none;
}

.work-item-twelve .wrapper .before,
.work-item-twelve .wrapper .after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.work-item-twelve .wrapper .content-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
  border-radius: 10px;
  display: block;
}

@media (max-width: 991.98px) {
  .work-item-twelve .wrapper .content-image {
    width: 100%;
  }
}

.work-item-twelve .wrapper .after {
  width: 100%;
  background-color: transparent !important;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
  z-index: 2;
}

.work-item-twelve .wrapper .after img.content-image {
  background: transparent !important;
  width: 100% !important;
  min-width: 100%;
}

.work-item-twelve .wrapper .scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: var(--position);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-item-twelve .wrapper .scroller:hover {
  opacity: 1;
}

.work-item-twelve .wrapper .scroller.scrolling {
  pointer-events: none;
  opacity: 1;
}

.work-item-twelve .wrapper .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.work-item-twelve .wrapper .scroller__thumb polygon {
  fill: #111827 !important;
}

.work-item-twelve .wrapper .scroller:before,
.work-item-twelve .wrapper .scroller:after {
  content: "";
  display: block;
  width: 3px;
  height: 9999px;
  position: absolute;
  left: 54%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
  background: #FFF;
}

.work-item-twelve .wrapper .scroller:before {
  top: 100%;
}

.work-item-twelve .wrapper .scroller:after {
  bottom: 100%;
}

.slide-twelve {
  padding: 20px 0;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-top: -30px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(90deg, #ff008a 0%, #8b4ad9 48%, #006dff 100%);
  color: #FFF;
}

.slide-twelve .slide-list {
  flex-shrink: 0;
  min-width: max-content;
  width: max-content;
  animation: truelysell-home-12-slide-left 55s linear infinite;
}

.slide-twelve[data-speed=fast] .slide-list {
  animation-duration: 34s;
}

.slide-twelve[data-speed=normal] .slide-list {
  animation-duration: 44s;
}

.slide-twelve[data-direction=right] .slide-list {
  animation-name: truelysell-home-12-slide-right;
}

.slide-twelve:hover .slide-list {
  animation-play-state: paused;
}

.slide-twelve h2 {
  font-size: 44px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .slide-twelve h2 {
    font-size: 22px;
  }
}

.slide-twelve .service-slide {
  display: flex;
  align-items: center;
  position: relative;
  
}

.slide-twelve .service-slide::before {
  content: none;
}

.slide-twelve .service-slide .slide-icon {
  background-color: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(20px);
  width: 120px;
  height: 59px;
  border-radius: 230px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 120px;
}

.slide-twelve .service-slide .slide-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 575.98px) {
  .slide-twelve .service-slide {
    gap: 24px;
    padding-left: 32px;
    padding-right: 42px;
  }

  .slide-twelve .service-slide .slide-icon {
    width: 100px;
    height: 38px;
    border-radius: 230px;
    flex-basis: 100px;
  }

  .slide-twelve .service-slide .slide-icon img {
    width: 24px;
    height: 24px;
  }
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.howwork-section-twelve {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  
  overflow: hidden;
}

.howwork-section-twelve .element-1 {
  position: absolute;
  bottom: -19%;
  top: 0;
  left: 0;
  z-index: -1;
  margin: auto;
}

@media (max-width: 767.98px) {
  .howwork-section-twelve .element-1 {
    display: none;
  }
}

.howwork-section-twelve .section-header-twelve {
  text-align: start;
}

@media (max-width: 991.98px) {
  .howwork-section-twelve .section-header-twelve {
    text-align: center;
  }
}

.howwork-section-twelve .section-header-twelve .subtitle {
  margin: 0px 0px 8px;
}

@media (max-width: 991.98px) {
  .howwork-section-twelve .section-header-twelve .subtitle {
    margin: 0px auto 8px;
  }
}

.howwork-section-twelve .section-header-twelve .title {
  margin-bottom: 8px;
}

.howwork-section-twelve .section-header-twelve .description {
  margin-bottom: 0;
  width: 65%;
}

@media (max-width: 991.98px) {
  .howwork-section-twelve .section-header-twelve .description {
    margin: 0px auto 0px;
    width: 100%;
  }
}

.howwork-section-twelve .howwork-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .howwork-section-twelve .howwork-left {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .howwork-section-twelve .howwork-left {
    margin-bottom: 20px;
  }
}

.howwork-section-twelve .howwork-left .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #242B3A;
  margin-bottom: 20px;
}

.howwork-section-twelve .howwork-left .left-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .howwork-section-twelve .howwork-left .left-text {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .howwork-section-twelve .howwork-left .left-text {
    flex-direction: column;
  }
}

.howwork-section-twelve .howwork-left .left-text p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #242B3A;
  padding: 8px 16px;
  border: 1px solid #EBECED;
  border-radius: 20px;
  margin: 0;
  width: 195px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .howwork-section-twelve .howwork-left .left-text p {
    padding: 8px 10px;
  }
}

@media (max-width: 575.98px) {
  .howwork-section-twelve .howwork-left .left-text p {
    width: 100%;
    justify-content: start;
  }
}

.howwork-section-twelve .howwork-left .left-text p .icon {
  width: 24px;
}

.howwork-section-twelve .howwork-left .left-text p .home12-check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #00C853;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

.howwork-section-twelve .howwork-left .left-text p .home12-check-icon::before {
  content: "\2713";
  color: #00C853;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.howwork-item-twelve {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  box-shadow: -4px 0px 0px #282B8B;
  background: linear-gradient(90deg, #F1F1F3 0%, #FFF 72%);
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  min-height: 112px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .howwork-item-twelve {
    flex-direction: column;
    align-items: start;
  }
}

.howwork-item-twelve:hover {
  box-shadow: -4px 0px 0px #ff008a;
  transform: translateY(-5px);
}

.howwork-item-twelve:hover .howwork-count {
  background:  #ff008a;
}

.howwork-item-twelve .howwork-count {
  width: 56px;
  height: 56px;
  background:#282B8B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  flex: 0 0 56px;
  transition: all 0.4s;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.howwork-section-twelve .wow.fadeInDown {
  visibility: visible !important;
  opacity: 1 !important;
}

.howwork-item-twelve>div:not(.howwork-count) {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.howwork-item-twelve .title {
  font-size: 20px;
  font-weight: 600;
  color: #242B3A;
  margin-bottom: 8px;
}

.howwork-item-twelve .description {
  margin-bottom: 0;
}

.testimonial-section-twelve {
  background-color: #282B8B;
  background-image: none;
  position: relative;
  z-index: 2;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 0 190px;
  overflow: hidden;
}

.testimonial-section-twelve::after {
  content: none;
}

.testimonial-section-twelve .element-2 {
  display: block;
  position: absolute;
  right: 0;

  left: 0;
  z-index: 3;
  width: 100%;
  height: 150px;
  object-fit: fill;
  object-position: bottom;
  clip-path: inset(46px 0 0 0);
  pointer-events: none;
  background: white;
}

.testimonial-slider-twelve {
  display: flex;
  gap: 24px;
  overflow: hidden;
  width: max-content;
  min-width: 100%;
  animation: truelysell-home-12-testimonial-slide 42s linear infinite;
}

.testimonial-slider-twelve:hover {
  animation-play-state: paused;
}

.testimonial-slider-twelve .slide-item {
  width: 570px;
  max-width: 80vw;
  flex: 0 0 380px;
}

.testimonial-section-twelve .section-header-twelve .title {
  color: #FFF;
}

.testimonial-section-twelve .slick-slide>div {
  margin: 0px 12px;
}

@media (min-width: 1400px) {
  .testimonial-section-twelve .element-2 {
    bottom: -1px;
  }
}

@media (max-width: 1399.98px) {
  .testimonial-section-twelve .element-2 {
    bottom: -1px;
  }
}

@media (max-width: 1199.98px) {
  .testimonial-section-twelve .element-2 {
    bottom: -1px;
  }
}

@media (max-width: 991.98px) {
  .testimonial-section-twelve .element-2 {
    bottom: -1px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-section-twelve .element-2 {
    bottom: -1px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-section-twelve .element-2 {
    bottom: -1px;
  }
}

.testimonial-item-twelve {
  position: relative;
  background: var(--dark-300, #252774);
  border-radius: 10px;
  padding: 40px;
  transition: all 0.5s ease;
  overflow: hidden;
  min-height: 342px;
}

@media (max-width: 991.98px) {
  .testimonial-item-twelve {
    padding: 24px;
  }
}

.testimonial-item-twelve:hover {
  background: #111827;
}

.testimonial-item-twelve:hover::before,
.testimonial-item-twelve:hover::after {
  opacity: 0.5;
}

.testimonial-item-twelve::before {
  content: "";
  background: rgba(255, 255, 255, 0.1019607843);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: -28%;
  right: 5%;
}

.testimonial-item-twelve::after {
  content: "";
  background: rgba(255, 255, 255, 0.1019607843);
  width: 156px;
  height: 156px;
  border-radius: 50%;
  position: absolute;
  top: -14%;
  right: -10%;
  opacity: 0;
}

.testimonial-item-twelve .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.testimonial-item-twelve .testimonial-author .author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-item-twelve .testimonial-author .author-info .name {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 4px;
}

.testimonial-item-twelve .testimonial-author .author-info .name a {
  color: #FFF;
  transition: all 0.5s ease;
}

.testimonial-item-twelve .testimonial-author .author-info .name a:hover {
  color: #ff008a;
}

.testimonial-item-twelve .testimonial-author .author-info .designation {
  color: #FFF;
  margin-bottom: 0;
}

.testimonial-item-twelve .author-content {
  position: relative;
  z-index: 1;
}

.testimonial-item-twelve .author-content .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 8px;
}

@media (max-width: 1399.98px) {
  .testimonial-item-twelve .author-content .subtitle {
    font-size: 18px;
  }
}

.testimonial-item-twelve .author-content .description {
  color: #FFF;
  margin-bottom: 0;
}

.testimonial-item-twelve .author-content .rating {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonial-item-twelve .author-content .rating i {
  font-size: 14px;
  color: #FFC107;
}

.testimonial-item-twelve .icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 76px;
  max-height: 76px;
}

.testimonial-item-twelve .testimonial-quote-fallback {
  color: var(--primary, #ff008a);
  font-size: 106px;
  font-weight: 800;
  line-height: 0.8;
}

@media (max-width: 575.98px) {
  .testimonial-item-twelve .icon {
    bottom: 20px;
    right: 20px;
  }
}

/****** Utils ******/
.blog-list {
  margin-bottom: 24px;
}

.blog-list .blog-content-body {
  padding: 20px;
  border: 1px solid #EBECED;
}

.blog-list .blog-content-body .blog-profile {
  padding-right: 16px;
  border-right: 1px solid #EBECED;
}

.blog-list .blog-content-body .blog-profile:last-child {
  border: none;
}

.blog-section-twelve {
  padding-top: 0!important;
  
}

@media (max-width: 1399.98px) {
  .blog-section-twelve {
    padding-top: 110px;
  }
}

@media (max-width: 991.98px) {
  .blog-section-twelve {
    padding-top: 80px;
  }
}

@media (max-width: 575.98px) {
  .blog-section-twelve {
    padding-top: 60px;
  }
}

.blog-item-two {
  border-radius: 10px;
  border: 1px solid #EBECED;
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25);
  transition: all 0.5s;
}

.blog-item-two:hover {
  transform: translateY(-4px);
}

.blog-item-two:hover .blog-img img {
  transform: scale(1.1);
}

.blog-item-two .blog-img {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-item-two .blog-img img {
  border-radius: 10px;
  transition: all 0.5s;
  width: 100%;
}

.blog-item-two .blog-img .blog-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  background: #FFF;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
  color: #242B3A;
  width: 60px;
  height: 68px;
  overflow: hidden;
  padding: 2px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .blog-item-two .blog-img .blog-date {
    font-size: 18px;
  }
}

.blog-item-two .blog-img .blog-date span {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.blog-item-two .blog-img .blog-date::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 28px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--primary);
}

.blog-item-two .blog-content {
  padding: 20px;
}

.blog-item-two .blog-content .blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.blog-item-two .blog-content .blog-info .badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #EBECED;
  font-weight: 400;
  border-radius: 60px;
  color: #242B3A;
  font-size: 16px;
  line-height: 1.5;
}

.blog-item-two .blog-content .blog-info .badge i {
  color: var(--primary);
}

.blog-item-two .blog-content .blog-info .badge:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #FFF;
}

.blog-item-two .blog-content .blog-info .badge:hover i {
  color: #FFF;
}

.blog-item-two .blog-content .blog-info .time {
  color: #242B3A;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
}

.blog-item-two .blog-content .blog-info .time::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
}

.blog-item-two .blog-content .blog-info .time::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 12px;
  height: 2px;
  background: var(--primary);
}

.blog-item-two .blog-content .custom-title {
  margin-bottom: 0;
  transition: all 0.4s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.blog-item-two .blog-content .custom-title:hover {
  color: var(--primary);
}

.blog-item-twelve {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EBECED;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}

.blog-item-twelve:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}

.blog-item-twelve:hover .blog-overlay .img-2 {
  transform: scale(1.1);
}

.blog-item-twelve .blog-overlay {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.blog-item-twelve .blog-overlay .blog-author {
  background: var(--dark-400, rgba(17, 24, 39, 0.72));
  padding: 4px 16px 4px 4px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.blog-item-twelve .blog-overlay .blog-author .img-1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-item-twelve .blog-overlay .blog-author .author-name {
  font-weight: 500;
  color: #FFF;
  margin-bottom: 0;
}

.blog-item-twelve .blog-overlay .img-2 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s;
}

.blog-item-twelve .blog-content .blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-item-twelve .blog-content .blog-info p {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}

.blog-item-twelve .blog-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #242B3A;
  margin-bottom: 4px;
  transition: all 0.4s;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.blog-item-twelve .blog-content .title:hover {
  color: var(--primary);
}

.blog-item-twelve .blog-content .description {
  margin-bottom: 0;
}

.support-section-twelve .support-twelve {
  background-color:  #2F2E8B;
  background-image: url(../img/bg/team-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .support-section-twelve .support-twelve {
    padding: 40px;
  }
}

@media (max-width: 575.98px) {
  .support-section-twelve .support-twelve {
    padding: 24px;
  }
}

.support-section-twelve .support-twelve .icon-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  max-width: 255px;
}

@media (max-width: 767.98px) {
  .support-section-twelve .support-twelve .icon-1 {
    display: none;
  }
}

.support-section-twelve .support-twelve .subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .support-section-twelve .support-twelve .subtitle {
    font-size: 16px;
  }
}

.support-section-twelve .support-twelve .title {
  font-size: 60px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2;
  max-width: 1120px;
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
}

.support-section-twelve .support-twelve .title .title-line {
  display: block;
}

.support-section-twelve .support-twelve .title .title-line-one {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .support-section-twelve .support-twelve .title {
    font-size: 44px;
  }

  .support-section-twelve .support-twelve .title .title-line-one {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .support-section-twelve .support-twelve .title {
    font-size: 26px;
  }
}

.support-section-twelve .support-twelve .description {
  color: #FFF;
  margin: 0px auto 24px;
  position: relative;
  z-index: 1;
  width: 46%;
}

@media (max-width: 991.98px) {
  .support-section-twelve .support-twelve .description {
    width: 100%;
  }
}

.support-section-twelve .support-twelve .support-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.support-section-twelve .support-twelve .support-btn .btn {
  border-radius: 100px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  .support-section-twelve .support-twelve .support-btn {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .support-section-twelve .support-twelve .support-btn .btn {
    width: 100%;
    justify-content: center;
  }
}

.support-section-twelve .support-twelve .support-btn .btn-outline-white {
  color: #FFF;
  border-color: #FFF;
  background: transparent;
}

.support-section-twelve .support-twelve .support-btn .btn-outline-white:hover {
  background: #ff008a;
  color: #FFF;
  border-color: #ff008a;
}

.support-section-twelve .support-twelve .wave-1 {
  position: absolute;
  bottom: 10%;
  left: 6%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .support-section-twelve .support-twelve .wave-1 {
    display: none;
  }
}

.support-section-twelve .support-twelve .wave-1::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: rotate 10s infinite linear;
}

.support-section-twelve .support-twelve .wave-1::before {
  content: "";
  position: absolute;
  inset: 16px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  animation: rotateplus 10s infinite linear;
}

.support-section-twelve .support-twelve .wave-1 img,
.support-section-twelve .support-twelve .wave-2 img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.support-section-twelve .support-twelve .wave-2 {
  position: absolute;
  top: 10%;
  right: 6%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .support-section-twelve .support-twelve .wave-2 {
    display: none;
  }
}

.support-section-twelve .support-twelve .wave-2::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: rotate 10s infinite linear;
}

.support-section-twelve .support-twelve .wave-2::before {
  content: "";
  position: absolute;
  inset: 16px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  animation: rotateplus 10s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotateplus {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes truelysell-home-12-testimonial-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.select2-container {
  z-index: 999999 !important;
}

.select2-dropdown {
  z-index: 999999 !important;
}
/* Replace icon-font glyph with a clean CSS-drawn chevron, matching demo */
.team-section-twelve .btn-white i.isax-arrow-circle-right5 {
  font-size: 0 !important;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #242B3A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 17px;
}
.team-section-twelve .btn-white:hover i.isax-arrow-circle-right5,
.team-section-twelve .btn-white:focus i.isax-arrow-circle-right5,
.team-section-twelve .btn-white:active i.isax-arrow-circle-right5 {
  background: #FFF !important;
}
.team-section-twelve .btn-white i.isax-arrow-circle-right5::before {
  content: "" !important;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  transform: rotate(45deg) translate(-1px, 0px);
}
.team-section-twelve .btn-white:hover i.isax-arrow-circle-right5::before,
.team-section-twelve .btn-white:focus i.isax-arrow-circle-right5::before,
.team-section-twelve .btn-white:active i.isax-arrow-circle-right5::before {
  border-top-color: #ff008a;
  border-right-color: #ff008a;
}
.text-primary {
    color: #ff008a !important;
}
.btn-primary {
    background-color: #ff008a;
    border: 1px solid  #ff008a;