@charset "UTF-8";
.elementor-align-left {
  text-align: start !important;
}

.elementor-align-right {
  text-align: end !important;
}

body.rtl .elementor-button .elementor-button-icon {
  transform: scaleX(-1);
}
body.rtl .split-tabs-wrapper .tab-navigator {
  transform: scaleX(-1);
}

/* About Company */
.about-company .content p {
  margin-bottom: 0;
}
.about-company .image-holder {
  position: relative;
  top: -80px;
}

/* app feature */
.app-feature-grid .section-title-holder {
  position: relative;
  max-width: 720px;
  z-index: 1;
}

.app-feature.section-title-overlay-enabled .section-title-holder {
  color: #fff;
}

.app-feature .feature-overlay {
  position: absolute;
  top: -30px;
  right: -110px;
  width: 100%;
  max-width: 950px;
  height: 500px;
  background: linear-gradient(-180deg, #6061E7 0%, #9C7AF2 100%);
  border-radius: 15px;
  z-index: 0;
}
.app-feature .feature-image {
  position: absolute;
  left: 20px;
  top: -80px;
  z-index: 2;
}

.feature-shape-img {
  position: absolute;
  top: 5%;
  right: -10%;
  z-index: -1;
  width: 100%;
  height: 70vh;
}

.appf-feature-slider {
  overflow: hidden;
}
.appf-feature-slider .appf-animation-wrap {
  display: flex;
  gap: 50px;
  justify-content: start;
}
.appf-feature-slider .apf-feature {
  padding: 2rem;
  border: 1px solid var(--ult-secondary-color);
  position: relative;
  flex: 0 0 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.appf-feature-slider .apf-feature:first-child {
  margin-right: 20px;
}
.appf-feature-slider .apf-feature:hover {
  background: #fff;
}
.appf-feature-slider .apf-feature .apf-feature-icon {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  padding: 0.5rem;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  border: 5px solid var(--ult-secondary-color);
}
.appf-feature-slider .apf-feature .apf-feature-icon svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.appf-feature-slider .apf-feature:hover .apf-feature-icon {
  transform: translateY(-10px);
}

.split-tabs-wrapper .split-tab-buttons .tab-button {
  width: 100%;
  text-align: start;
  padding: 25px;
  border-right: 4px solid transparent;
  border-bottom: 2px solid rgba(22, 21, 37, 0.0588235294);
  border-left: 2px solid rgba(22, 21, 37, 0.0588235294);
  transition: all 0.5s ease;
}
.split-tabs-wrapper .split-tab-buttons .tab-button:last-child {
  border-bottom: 0;
}
.split-tabs-wrapper .split-tab-buttons .tab-button .tab-data {
  gap: 20px;
}
.split-tabs-wrapper .split-tab-buttons .tab-button .tab-text {
  flex-grow: 1;
}
.split-tabs-wrapper .split-tab-buttons .tab-button .appf-tab-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.split-tabs-wrapper .split-tab-buttons .tab-button .tab-icon svg {
  width: 24px;
  height: auto;
}
.split-tabs-wrapper .split-tab-buttons .tab-button .tab-navigator {
  width: 24px;
  height: auto;
}
.split-tabs-wrapper .split-tab-buttons .tab-button:hover, .split-tabs-wrapper .split-tab-buttons .tab-button.active {
  border-right: 4px solid var(--ult-primary-color);
}
.split-tabs-wrapper .tab-pane {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.3s ease-in-out;
}
.split-tabs-wrapper .tab-pane.show.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1400px) {
  .app-feature .feature-image {
    display: none;
  }
  .app-feature .blank-card {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .app-feature::before {
    clip-path: ellipse(100% 52% at 50% -2%);
  }
}
@media screen and (max-width: 950px) {
  .app-feature .feature-overlay {
    top: -60px;
    right: 0px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .app-feature::before {
    clip-path: ellipse(100% 24% at 50% -2%);
  }
}
@media screen and (max-width: 576px) {
  .appf-feature-slider .apf-feature {
    flex: 0 0 100%;
  }
  .appf-feature-slider .apf-feature:first-child {
    margin-right: 0;
  }
}
/* App Screens */
.app-screen-area .swiper-slide {
  z-index: 1;
}
.app-screen-area .swiper-slide-active {
  z-index: 2;
}
.app-screen-area .app-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.app-screen-area .app-screen img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.app-screen-area .app-screen-slider {
  padding: 75px 0px;
}
.app-screen-area .ult-slider-navigation {
  color: var(--ult-secondary-color);
  display: flex;
  height: auto;
  justify-content: space-between;
  margin: 0 auto 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 5;
}

.app-screen-area.layout-style1 .app-screen {
  opacity: 0.5;
}
.app-screen-area.layout-style1 .swiper-slide-active .app-screen {
  transform: scale(1.1);
  opacity: 1;
  z-index: 5;
}
.app-screen-area.layout-style1 .app-screen-pagination {
  margin-top: 50px;
}

.app-screen-area.layout-style2 .swiper-slide-active .app-screen {
  position: relative;
  top: -38px;
  transform: scale(1.15);
  opacity: 1;
  z-index: 5;
}

.app-screen-pagination {
  text-align: center;
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .app-screen-area .ult-slider-navigation {
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .app-screen-area.layout-style2 .swiper-slide-active .app-screen {
    top: 0;
    transform: scale(1);
  }
}
@media screen and (min-width: 1400px) {
  .app-screen-area .ult-slider-navigation {
    width: 85%;
  }
}
.block-content .section-title-holder {
  gap: 20px;
  margin-bottom: 50px;
}
.block-content p {
  margin-bottom: 0;
}
.block-content ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block-content ol > li {
  position: relative;
}
.block-content ol > li:before {
  content: "✓";
  position: absolute;
  top: 5px;
  right: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--ult-accent-color);
  color: #fff;
  font-size: 12px;
  content: counter(list-item);
}
.block-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block-content ul > li {
  position: relative;
}
.block-content ul > li:before {
  content: "✓";
  position: absolute;
  top: 5px;
  right: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--ult-accent-color);
  color: #fff;
  font-size: 12px;
}
.block-content .counter-block {
  margin-top: 50px;
}
.block-content .icon-box {
  margin-top: 50px;
}
.block-content .button-group {
  margin-top: 50px;
}
.block-content .button-group.image-buttons {
  margin-top: 20px;
}

.block-content.list-column-2 ul {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 50px;
}
.block-content.list-column-2 ul li {
  width: calc(50% - 25px);
}
.block-content.list-column-2 ol {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 50px;
}
.block-content.list-column-2 ol li {
  width: calc(50% - 25px);
}

@media screen and (max-width: 991px) {
  .block-content-wapper .content-image {
    text-align: center;
  }
  .block-content-wapper .content-image img {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .block-content.list-column-2 ul li {
    width: 100%;
  }
  .block-content.list-column-2 ol li {
    width: 100%;
  }
}
/* Call to Action */
.cta-section .section-title {
  font-size: 3rem;
  margin: 0 0 35px 0;
}

.cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.cta-wrapper .left-part {
  width: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
}
.cta-wrapper .right-part {
  width: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
}
.cta-wrapper .cta-image-holder {
  position: absolute;
  top: -90px;
  left: 0;
}

.cta-btn {
  background-color: white;
  color: #F17D4B;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  padding: 22px 54px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.cta-common {
  padding: 100px 0px;
}
.cta-common .section-title {
  font-size: 2.5rem;
  margin: 0 0 20px 0;
}
.cta-common .subscription-form {
  margin: 50px auto 0;
  max-width: 940px;
}
.cta-common .subscription-form .form-control {
  padding: 30px 80px 30px 20px;
}
.cta-common .subscription-form .btn {
  --bs-btn-padding-y: 1.5rem;
  --bs-btn-padding-x: 3.5rem;
}

@media screen and (max-width: 991px) {
  .cta-wrapper .left-part {
    width: 100%;
    flex-basis: 100%;
  }
  .cta-wrapper .right-part {
    width: 100%;
    flex-basis: 100%;
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .cta-common .section-title {
    font-size: 1.75rem;
  }
}
/* clients */
.partners ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.partners-section .partners-list .partner-logo {
  width: auto;
  filter: grayscale(100%);
}

@media screen and (max-width: 991px) {
  .partners ul {
    justify-content: center;
    gap: 30px;
  }
  .partners-section .partners-list .partner-logo {
    width: 100%;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 575px) {
  .partners ul li {
    width: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
    padding: 0;
  }
}
/* home contact section */
.contact-section .contact-content-wrapper {
  padding: 50px;
  border-radius: 50px;
  background-color: #FAF8FF;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3019607843);
}
.contact-section .contact-content-wrapper .contact-form .wpcf7-spinner {
  position: absolute;
}
.contact-section .contact-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-section .contact-subtitle {
  color: var(--ult-secondary-color);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.contact-info-area {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 100px;
}

.contact-info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #3B3D54;
  padding: 80px 20px 60px 20px;
  box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3019607843);
  background-color: #FAF8FF;
  border-radius: 50px;
  width: calc(33.33% - 66.667px);
  max-width: 420px;
}
.contact-info-item:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--ult-gradient-secondary);
  border-radius: 50px;
  z-index: -1;
}
.contact-info-item .info-icon {
  position: absolute;
  top: -65px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 15px;
  background-color: #FAF8FF;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .contact-info-area {
    gap: 30px;
  }
  .contact-info-item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .contact-section .contact-content-wrapper {
    border-radius: 15px;
    padding: 40px 20px;
  }
  .contact-info-area {
    justify-content: center;
    gap: 120px;
  }
  .contact-info-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flexible {
    padding: 70px 0;
  }
  .home-contact {
    padding: 70px 0;
  }
  .home-contact-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
  }
}
@media screen and (min-width: 768px) {
  .contact-details {
    align-items: center;
    background-color: #fff;
    border: 1px solid var(--ult-lightgray-color);
    border-radius: 15px;
    box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.0039215686), 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.0078431373), 0px 20px 13px 0px rgba(0, 0, 0, 0.0117647059), 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.0117647059), 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.0156862745), 0px 100px 80px 0px rgba(0, 0, 0, 0.0196078431);
    display: flex;
    height: 80%;
    padding: 22px;
    position: relative;
    right: -40px;
    top: 10%;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 1200px) {
  .contact-details {
    right: -80px;
    padding: 52px;
    width: calc(100% + 80px);
  }
}
/* Counter Section */
.counter-section.layout-style1 {
  background-color: var(--ult-accent-color);
}
.counter-section.layout-style1 .counter-up .col:not(:last-child) .counter-box::after {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--bs-gutter-x) * 0.5);
  width: 2px;
  height: calc(100% - 40px);
  background-color: #D1C4E9;
}

.counter-section .counter-up .counter-box {
  padding: 20px;
  position: relative;
}

.counter-section.layout-style2 .counter-box {
  background-color: var(--ult-accent-color);
  padding: 120px 20px;
  border-radius: 25px;
}

.counter-block {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.counter-block .counter-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.counter-block .counter-item .count-number {
  color: var(--ult-secondary-color);
  font-weight: 700;
  line-height: 1;
}
.counter-block .count-number-holder {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 60px;
  color: var(--ult-secondary-color);
}

/* Budget tracker CSS */
.apf-counter-block {
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.apf-counter-block .counter-item {
  align-items: center;
  border-left: 2px dashed var(--ult-secondary-color);
}
.apf-counter-block .counter-item:last-child {
  border: none;
}
.apf-counter-block .count-number-holder {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 60px;
  color: var(--bs-dark);
  margin-top: 1rem;
}

@media screen and (max-width: 1199px) {
  .counter-up .counter-box {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .counter-up .counter-box {
    padding: 50px 20px;
  }
  .counter-up .number-count {
    font-size: 4rem;
  }
  .counter-section.layout-style1 .counter-up .col:not(:last-child) .counter-box::after {
    content: none;
  }
}
@media screen and (max-width: 575px) {
  .counter-block .counter-item .count-number {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .counter-block {
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  .counter-up .number-count {
    font-size: 4rem;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .counter-block {
    gap: 30px;
  }
  .counter-block .counter-item {
    width: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .counter-block {
    gap: 40px;
  }
}
/* download */
.download-app {
  background: #F3EEFF;
  padding: 175px 0;
}

.download-card {
  display: block;
  height: auto;
  max-width: 211px;
  line-height: 0;
}
.download-card img {
  max-height: 100%;
}

.app-download-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content-column {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-area h3 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #F17D4B;
  margin-bottom: 30px;
}
.content-area p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #50504F;
  margin-bottom: 40px;
}
.content-area h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #50504F;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-area .social-app-link {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.content-area .social-app-link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  column-gap: 10px;
  background-color: black;
  padding: 10px 30px;
}
.content-area .social-app-link img {
  min-height: 50px;
}
.content-area .social-app-link .text-area {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.social-app-link p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: white;
  margin: 0;
}
.social-app-link h1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: white;
  margin: 0;
}

@media screen and (max-width: 1500px) {
  .app-download-content {
    padding: 80px;
  }
}
@media screen and (max-width: 991px) {
  .app-download-content {
    flex-direction: column;
  }
  .content-column {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .download-app {
    padding: 70px 0;
  }
}
@media screen and (max-width: 620px) {
  .content-area h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .content-area .social-app-link a {
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  .download-links .col-auto:not(:last-of-type) .download-card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .content-area .social-app-link {
    flex-direction: column;
    row-gap: 10px;
  }
  .content-area .social-app-link a {
    padding: 10px 30px;
  }
}
.appf-download .appf-download-img-wrapper {
  max-height: 80vh;
  position: relative;
  transition: all 0.5s ease;
}
.appf-download .appf-download-img-wrapper .col .appf-img-wrapper {
  transition: inherit;
}
.appf-download .appf-download-img-wrapper .col:nth-child(1) .appf-img-wrapper {
  transform: translateX(-70px);
  transition: all 0.5s ease;
}
.appf-download .appf-download-img-wrapper .col:nth-child(2) .appf-img-wrapper {
  transition: all 0.5s ease;
}
.appf-download .appf-download-img-wrapper .col:nth-child(3) .appf-img-wrapper {
  transform: translateX(70px);
  transition: all 0.5s ease;
}
.appf-download .appf-download-img-wrapper .appf-left-side-box {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 55%;
  right: 2%;
  transition: inherit;
}
.appf-download .appf-download-img-wrapper .appf-right-side-box {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 2%;
  transition: inherit;
}
.appf-download .appf-download-img-wrapper:hover .col:nth-child(1) .appf-img-wrapper {
  transform: translateX(-100px);
}
.appf-download .appf-download-img-wrapper:hover .col:nth-child(2) .appf-img-wrapper {
  scale: 1.1;
}
.appf-download .appf-download-img-wrapper:hover .col:nth-child(3) .appf-img-wrapper {
  transform: translateX(80px);
}
.appf-download .appf-download-img-wrapper:hover .appf-left-side-box {
  right: 0%;
  scale: 1.05;
}
.appf-download .appf-download-img-wrapper:hover .appf-right-side-box {
  left: 0%;
  scale: 1.01;
}
@media screen and (max-width: 991px) {
  .appf-download .appf-download-img-wrapper:hover .col:nth-child(1) .appf-img-wrapper {
    transform: translateX(-30px) translateY(-30px);
  }
  .appf-download .appf-download-img-wrapper:hover .col:nth-child(3) .appf-img-wrapper {
    transform: translateX(40px) translateY(-20px);
  }
}
@media screen and (max-width: 991px) {
  .appf-download .appf-download-img-wrapper .appf-right-side-box,
  .appf-download .appf-download-img-wrapper .appf-left-side-box {
    display: none;
  }
}

/* home faq section*/
.home-faq .nav-pills {
  --bs-nav-pills-border-radius: 1rem;
  --bs-link-hover-color: var(--text-white);
  --bs-nav-link-color: var(--ult-primary-color);
  --bs-nav-pills-link-color: var(--ult-primary-color);
  --bs-nav-pills-link-bg: var(--ult-lightgray-color);
  --bs-nav-pills-link-active-bg: var(--ult-accent-color);
  --bs-nav-link-font-size: 1.125rem;
  --bs-nav-link-padding-x: 20px;
  --bs-nav-link-padding-y: 4px;
  font-family: "Lato", sans-serif;
}
.home-faq .nav-link {
  background-color: #EBEBEB;
}
.home-faq .nav-link:hover {
  background-color: #FFBEA3;
  color: #fff;
}
.home-faq .accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: var(--ult-accent-color);
  --bs-accordion-active-bg: transparent;
  --ult-accordion-btn-initial-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-transform: rotate(0deg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2300000075' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2' /%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2300000075' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8' /%3e%3c/svg%3e");
}
.home-faq .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-faq .accordion-item:first-child .accordion-button {
  padding-top: 0;
}
.home-faq .accordion-item:last-child {
  border-bottom: 0;
}
.home-faq .accordion-item:last-child .accordion-button {
  padding-bottom: 0;
}
.home-faq .accordion-button {
  font-size: 1.375rem;
  line-height: 1.46;
  padding: 20px 0px 20px 0px;
}
.home-faq .accordion-button:not(.collapsed) {
  padding-bottom: 0;
}
.home-faq .accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
}
.home-faq .accordion-button::after {
  content: none;
  transform: var(--ult-accordion-btn-initial-icon-transform);
}
.home-faq .accordion-button svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.home-faq .accordion-button > svg:first-of-type {
  display: none;
}
.home-faq .accordion-button > svg:last-of-type {
  display: block;
}
.home-faq .accordion-body {
  padding: 15px 0px 20px 30px;
}
.home-faq .accordion-button.collapsed > svg:first-of-type {
  display: block;
}
.home-faq .accordion-button.collapsed > svg:last-of-type {
  display: none;
}
.home-faq .faqs-style-2 .faqs-banner {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
  height: 100%;
}
.home-faq .faqs-style-2 .faqs-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-faq .faqs-style-2 .home-faq-accordion {
  background-color: transparent;
  padding: 0 30px 0 0;
  box-shadow: none;
}
.home-faq .faqs-style-2 .accordion {
  --bs-accordion-active-color: #fff;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-radius: 12px;
  --ult-accordion-btn-initial-icon-transform: 0;
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon: url("../images/elements/accordion-arrow.svg");
  --bs-accordion-btn-active-icon: url("../images/elements/accordion-arrow.svg");
  --bs-accordion-btn-icon-width: 15px;
}
.home-faq .faqs-style-2 .accordion-body {
  padding: 20px 0px 0px 30px;
}

.home-faq-inner .dots-shape {
  position: absolute;
  top: -70px;
  left: -120px;
}

.home-faq-banner {
  line-height: 0;
  position: absolute;
  height: 100%;
  width: 50%;
  border-radius: 15px;
}
.home-faq-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px !important;
}

.home-faq-accordion {
  width: 60%;
  margin: 50px auto 50px 0px;
  z-index: 2;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 30px 60px 0px rgba(24, 0, 94, 0.1019607843);
}

.home-faq.banner-right .faqs-style-1 .home-faq-inner {
  flex-direction: row-reverse;
}
.home-faq.banner-right .faqs-style-1 .home-faq-accordion {
  margin: 50px 0px 50px auto;
}
.home-faq.banner-right .faqs-style-1 .dots-shape {
  right: -120px;
}
.home-faq.banner-right .faqs-style-2 .faqs-banner {
  right: unset;
  left: 0;
}
.home-faq.banner-right .faqs-style-2 .home-faq-accordion {
  margin: 50px 0px 50px auto;
  padding: 0 0 0 30px;
}

.faqs-style-2 .accordion-item {
  --bs-accordion-color: #fff;
  background-color: rgba(32, 64, 102, 0.3019607843);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.faqs-style-2 .accordion-item:last-child {
  margin-bottom: 0px;
}
.faqs-style-2 .accordion-button {
  --bs-accordion-btn-color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0px 0px 0px 20px;
}

/* Budget & Expense Tracker */
.apf-faq .accordion {
  --bs-body-color: #000;
  --bs-body-bg: #F6FDFD;
  --bs-border-width: 0;
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-icon: url(../images/elements/apf-accodion-plus.svg);
  --bs-accordion-btn-active-icon: url(../images/elements/apf-accordion-minus.svg);
  --bs-accordion-btn-focus-box-shadow: none;
}
.apf-faq .accordion .accordion-button:not(.collapsed) {
  --bs-accordion-active-bg: transparent;
  background-color: var(--bs-accordion-active-bg);
}
.apf-faq .accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-accordion-btn-color);
  text-align: right;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.apf-faq .accordion .accordion-button .accordion-button::after {
  --bs-accordion-btn-icon: url(../images/elements/apf-accodion-plus.svg);
  --bs-accordion-btn-active-icon: url(../images/elements/apf-accordion-minus.svg);
}

@media screen and (max-width: 1199px) {
  .home-faq .faqs-style-2 .faqs-banner {
    display: none;
  }
  .home-faq .faqs-style-2 .home-faq-accordion {
    padding: 0px;
    width: 100%;
  }
  .home-faq.banner-right .faqs-style-2 .home-faq-accordion {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-faq {
    padding-bottom: 70px;
  }
  .home-faq .accordion-button {
    padding-left: 20px;
  }
  .home-faq-banner {
    display: none;
  }
  .home-faq-accordion {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .home-faq-inner .dots-shape {
    display: none;
  }
}
/* explore-feature section */
.explore-feature.shape::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/feature-explorer-shape.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.05;
}

.feature-block-holder {
  padding: 1px 0;
}

.feature-block {
  margin: 150px 0;
}
.feature-block:last-child {
  margin-bottom: 75px;
}
.feature-block::before {
  background-color: var(--ult-lightgray-color);
  bottom: 0px;
  border-radius: 200px 0 0 200px;
  content: "";
  right: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}

.feature-block-img {
  height: 1px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.feature-block-img img {
  right: 50%;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}

.block-img-layer-style1 .feature-block-img::after {
  content: none;
}

.block-img-layer-style2 .feature-block-img::before {
  content: none;
}
.block-img-layer-style2 .feature-block-img::after {
  content: none;
}

.feature-block-title {
  font-size: 2rem;
  line-height: 1.225;
  font-weight: 600;
}

.feature-block-description {
  font-size: 1.25rem;
  line-height: 1.666;
}

.feature-block-content {
  gap: 31px;
  padding: 50px 50px 50px 100px;
}

.even-block.feature-block::before {
  border-radius: 0 200px 200px 0;
}

.even-block .feature-block-content {
  padding: 50px 100px 50px 50px;
}

@media screen and (max-width: 1199px) {
  .feature-block-content {
    padding: 30px 30px 30px 80px;
  }
  .even-block .feature-block-content {
    padding: 30px 80px 30px 30px;
  }
  .feature-block-img {
    max-width: 250px;
  }
  .feature-block {
    margin: 90px 0;
  }
}
@media screen and (max-width: 991px) {
  .feature-block {
    margin: 50px 0;
  }
  .feature-block:last-child {
    margin-bottom: 30px;
  }
  .feature-block::before {
    border-radius: 120px 0 0 120px;
  }
  .even-block.feature-block::before {
    border-radius: 0 120px 120px 0;
  }
  .feature-block-img {
    max-width: 200px;
  }
  .feature-block-title {
    font-size: 1.5rem;
  }
  .feature-block-description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .explore-feature {
    padding: 70px 0;
  }
  .feature-block::before {
    content: none;
  }
  .even-block.feature-block::before {
    content: none;
  }
  .feature-block-img {
    height: auto;
  }
  .feature-block-img img {
    position: static;
    transform: none !important;
  }
  .even-block .feature-block-content {
    background-color: var(--ult-lightgray-color);
    border-radius: 30px;
    gap: 20px;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
  }
  .feature-block-content {
    background-color: var(--ult-lightgray-color);
    border-radius: 30px;
    gap: 20px;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
  }
  .feature-block-title {
    font-size: 1.5rem;
  }
  .feature-block-description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1400px) {
  .block-img-layer-style1 .feature-block-img::after {
    content: "";
    position: absolute;
    width: calc(100% + 80px);
    height: 350px;
    background-color: var(--ult-lightgray-color);
    top: calc(50% + 25px);
    right: -40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: -1;
  }
  .block-img-layer-style2 .feature-block-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: var(--ult-lightgray-color);
    top: -150px;
    right: -40%;
    transform: rotate(15deg);
    z-index: -1;
  }
  .block-img-layer-style2 .feature-block-img::after {
    content: "";
    position: absolute;
    width: calc(50% + 50px);
    height: 300px;
    background-color: var(--ult-lightgray-color);
    top: -170px;
    left: -40%;
    transform: rotate(15deg);
    z-index: -1;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1800px) {
  .block-img-layer-style1 .feature-block-img::after {
    top: -50px;
  }
}
@media screen and (min-width: 1800px) {
  .feature-block {
    margin: 300px 0;
  }
  .feature-block::before {
    border-radius: 300px 0 0 300px;
  }
  .feature-block:last-child {
    margin-bottom: 170px;
  }
  .feature-block-img {
    max-width: 500px;
  }
  .feature-block-content {
    padding: 110px 60px 110px 156px;
  }
  .feature-block-title {
    font-size: 3rem;
  }
  .feature-block-description {
    font-size: 1.5rem;
  }
  .even-block.feature-block::before {
    border-radius: 0 300px 300px 0;
  }
  .even-block .feature-block-content {
    padding: 110px 156px 110px 60px;
  }
}
.feature-card-holder {
  position: relative;
  z-index: 3;
}

.feature-card-holder.shift-left {
  padding-left: 70px;
}

.feature-card .card {
  background-color: #fff;
  color: var(--ult-body-color, #121212);
  border-radius: 15px;
  border: none;
  gap: 40px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 30px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.3s ease 0s;
}
.feature-card .card:hover {
  box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.0509803922);
}
.feature-card .card:hover .card-img-top {
  color: var(--ult-accent-color);
}
.feature-card .card:hover .card-title {
  color: var(--ult-accent-color);
}
.feature-card .card .card-img-top {
  min-height: 65px;
}
.feature-card .card .card-img-top svg {
  width: 50px;
  height: auto;
}
.feature-card svg path {
  transition: all 0.3s ease-in-out;
}
.feature-card .card-title {
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
}
.feature-card img {
  display: inline-block;
  height: auto;
  width: fit-content;
  padding: 0px;
}
.feature-card .card-body {
  padding: 0;
}
.feature-card .card-text {
  font-size: 1.125rem;
  line-height: 1.22;
}
.feature-card:hover .card img {
  opacity: 1;
}

.feature-slider .feature-item {
  background-color: var(--ult-accent-color);
  padding: 20px 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-slider .feature-item:hover {
  background: var(--ult-gradient-primary);
}
.feature-slider .slider-icon-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-slider .slider-number {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  color: #C4C4C4;
  opacity: 0.2;
}
.feature-slider .swiper-slide-active .slider-number {
  color: #fff;
  opacity: 0.75;
}
.feature-slider .slider-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
  color: white;
}
.feature-slider .slider-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #F6F8F7;
}

.app-feature-slider .feature-slider-navigation {
  position: absolute;
  top: -120px;
  left: 0;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .feature-card-holder.shift-left {
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .feature-card-holder {
    padding: 0px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-card-holder {
    padding: 40px 10px 0px 10px;
  }
}
@media screen and (max-width: 575px) {
  .feature-slider .feature-item {
    padding: 20px;
  }
  .app-feature-slider .feature-slider-navigation {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .feature-card:hover .card {
    right: 15px;
  }
}
/* hero section */
.hero {
  background-color: var(--ult-accent-color);
  padding: 120px 0px;
}
.hero .button-group {
  margin-top: 50px;
}
.hero .counter-block {
  margin-top: 50px;
}
.hero .hero-left {
  position: relative;
  width: 50%;
  padding-left: 10px;
  color: #fff;
}
.hero .hero-right {
  width: 50%;
}
.hero .hero-right .hero-image-holder {
  max-width: 100%;
  margin-right: auto;
  text-align: left;
  display: flex;
  justify-content: end;
  align-items: center;
}

.hero.hero-buttons {
  background-color: #F7F7F7;
  background-image: url("../images/hero-img-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.hero.hero-buttons .hero-overlay {
  background: linear-gradient(-180deg, #6061E7 0%, #9C7AF2 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
}

.hero-left:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}

.hero.hero-cta {
  padding: 0;
  background-color: var(--ult-accent-color);
}
.hero.hero-cta .hero-content {
  background-color: var(--ult-accent-color);
  background-image: url("../images/hero-shape-2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0px 60px 0px;
}
.hero.hero-cta .hero-cta-holder {
  padding: 50px 0px;
  color: #fff;
}

.hero-wrapper {
  z-index: 1;
}

.hero-middle {
  padding-bottom: 2%;
  padding-top: 5%;
  text-align: center;
}

.hero.hero-buttons.w3e-banner .hero-overlay {
  background: #1EBB8C;
  opacity: 0.4;
}
.hero.hero-buttons.w3e-banner .hero-left {
  max-width: 635px;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  padding: 39px;
  border-radius: 24px;
}

.hero-counter {
  padding-bottom: 125px;
}
.hero-counter::after {
  display: none;
}
.hero-counter .counter-block .counter-item .count-number {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}
.hero-counter .hero-bottom {
  margin-top: 50px;
}

.apf-hero {
  position: relative;
  overflow: hidden;
}
.apf-hero .container {
  height: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.apf-hero .container .apf-hero-title {
  font-size: 80px;
  letter-spacing: 3px;
}
.apf-hero .container .appf-animated-img-wrapper {
  position: relative;
  transition: all 1.5s ease-in-out;
}
.apf-hero .container .appf-animated-img-wrapper .appf-animated-hero-img {
  position: inherit;
  z-index: 2;
  transition: inherit;
}
.apf-hero .container .appf-animated-img-wrapper .hero-animated-img-card {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 100%;
  max-width: 250px;
  z-index: 5;
  transition: inherit;
}
.apf-hero .container .appf-animated-img-wrapper .hero-animated-img-01 {
  position: absolute;
  top: 20%;
  right: 20%;
  width: 100%;
  max-width: 150px;
  z-index: 4;
  transition: inherit;
}
.apf-hero .container .appf-animated-img-wrapper .hero-animated-img-02 {
  position: absolute;
  top: 50%;
  right: 20%;
  width: 100%;
  max-width: 150px;
  z-index: 1;
  transition: inherit;
}
.apf-hero .container .appf-animated-img-wrapper .hero-floating-img-01 {
  position: absolute;
  top: 10%;
  left: 24%;
  width: 6%;
  max-width: 50px;
  transition: inherit;
}
.apf-hero .container .appf-animated-img-wrapper .hero-floating-img-02 {
  position: absolute;
  bottom: 20%;
  left: 22%;
  width: 10%;
  max-width: 50px;
  transition: inherit;
}
.apf-hero .container .appf-animated-img-wrapper.animate-in .hero-animated-img-01 {
  transform: translate(50px, 20px);
}
.apf-hero .container .appf-animated-img-wrapper.animate-in .hero-animated-img-02 {
  transform: translate(50px, 50px);
}
.apf-hero .container .appf-animated-img-wrapper.animate-in .hero-animated-img-card {
  transform: translate(-20px, 20px);
}
.apf-hero .container .appf-animated-img-wrapper.animate-in .hero-floating-img-01,
.apf-hero .container .appf-animated-img-wrapper.animate-in .hero-floating-img-02 {
  rotate: 45deg;
  translate: 10px 10px;
  scale: 1.25;
}
.apf-hero::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

@media screen and (max-width: 1199px) {
  .hero {
    padding: 100px 0px 50px 0px;
  }
}
@media screen and (max-width: 991px) {
  .hero {
    height: 100%;
  }
  .hero .hero-left {
    width: 100%;
  }
  .hero .hero-right {
    width: 30%;
    display: none;
  }
  .hero.hero-buttons .hero-left {
    width: 100%;
    max-width: 100%;
    top: 0;
  }
  .hero.hero-buttons .hero-right {
    width: 100%;
    max-width: 100%;
    top: 0;
    display: none;
  }
  .hero.hero-buttons .hero-right .hero-image-holder {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .hero.hero-buttons.w3e-banner .hero-left {
    width: 100%;
    max-width: 100%;
    top: 0;
  }
  .hero.hero-buttons.w3e-banner .hero-right {
    width: 100%;
    max-width: 100%;
    top: 0;
  }
  .hero.hero.hero-buttons .hero-content-holder {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 50px;
  }
  .hero.hero.hero-buttons .download-buttons {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 100px 0px 70px 0px;
  }
  .hero .hero-left {
    width: 100%;
  }
  .hero .hero-right {
    width: 100%;
    display: none;
  }
  .hero.hero-counter {
    padding-bottom: 0px;
  }
  .hero-counter .hero-bottom.counter-up {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .hero {
    padding: 100px 0px 50px 0px;
  }
}
@media screen and (max-width: 420px) {
  .hero .btn {
    --bs-btn-padding-x: 0.75rem;
  }
}
@media screen and (max-width: 340px) {
  .hero .btn {
    --bs-btn-padding-x: 0.35rem;
    --bs-btn-padding-y: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .hero.hero-cta .hero-content {
    padding: 150px 0px 170px 0px;
  }
  .hero.hero-cta .hero-cta-holder {
    padding: 100px 0px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .hero .btn {
    --bs-btn-padding-x: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero.hero-buttons .hero-content-holder {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .hero .hero-right .hero-image-holder {
    max-width: 480px !important;
    margin-top: 30px;
  }
  .hero .button-group {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .hero {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .apf-hero .container .appf-animated-img-wrapper:hover .hero-animated-img-01 {
    transform: translate(10px, 10px);
  }
  .apf-hero .container .appf-animated-img-wrapper:hover .hero-animated-img-02 {
    transform: translate(10px, 20px);
  }
  .apf-hero .container .appf-animated-img-wrapper:hover .hero-animated-img-card {
    transform: translate(-10px, 20px);
  }
  .apf-hero .container .appf-animated-img-wrapper:hover .hero-floating-img-01,
  .apf-hero .container .appf-animated-img-wrapper:hover .hero-floating-img-02 {
    rotate: 45deg;
    translate: 10px 10px;
    scale: 1.25;
  }
}
.icon-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.icon-box .icon-box-item {
  width: calc(33.33% - 20px);
  flex-basis: calc(33.33% - 20px);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 8px;
  height: 100%;
  box-shadow: -1.32px 23.62px 63.84px 0px rgba(41, 41, 41, 0.0392156863);
}
.icon-box .icon-box-item .title {
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .icon-box .icon-box-item {
    width: 100%;
    flex-basis: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
/* Image Box */
.image-box-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.image-box-grid .image-box-inner {
  display: flex;
  gap: 15px;
}
.image-box-grid .left-part {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 70%;
}
.image-box-grid .left-part .image-box-item {
  width: calc(50% - 7.5px);
  flex-basis: calc(50% - 7.5px);
  max-width: 400px;
}
.image-box-grid .left-part .image-box-item .image-box {
  min-height: 375px;
  max-height: 375px;
}
.image-box-grid .right-part {
  width: 40%;
}
.image-box-grid .right-part .image-box-item {
  width: 100%;
  flex-basis: 100%;
  height: 100%;
}
.image-box-grid .right-part .image-box-item .image-box {
  height: 100%;
}
.image-box-grid .image-box-item .content-holder {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  padding: 0px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}
.image-box-grid .image-box-item .title {
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.image-box-grid .image-box-item .image-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  height: 150px;
  z-index: 1;
}
.image-box-grid .image-box-item .image-holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.image-box-grid .image-box-item .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .image-box-grid .image-box-inner {
    flex-direction: column;
  }
  .image-box-grid .left-part {
    width: 100%;
  }
  .image-box-grid .left-part .image-box-item {
    max-width: 100%;
  }
  .image-box-grid .right-part {
    width: 100%;
  }
  .image-box-grid .right-part .image-box-item {
    height: 460px;
  }
}
@media screen and (max-width: 575px) {
  .image-box-grid .left-part .image-box-item {
    width: 100%;
    flex-basis: 100%;
  }
}
.image-slider .image-slider-item {
  text-align: center;
  color: #fff;
}
.image-slider .image-slider-item .image-holder {
  width: 100%;
  height: 100%;
  max-width: 450px;
  max-height: 450px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.image-slider .image-slider-item .image-holder img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.image-slider .image-slider-item .image-holder .img-layer {
  filter: blur(39px);
  position: absolute;
  bottom: -25px;
  right: calc(50% - 240px);
  z-index: -1;
  min-width: calc(100% + 30px);
  border-radius: 12px;
}
.image-slider .image-slider-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  width: fit-content;
  margin: 40px auto 0px auto;
  padding: 12px 20px;
  border-radius: 12px;
  color: #fff;
  background: var(--ult-gradient-primary);
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.1215686275);
}
.image-slider .image-slider-navigation:after {
  content: "";
  position: absolute;
  right: 50%;
  top: calc(50% - 8px);
  width: 2px;
  height: 20px;
  background-color: #fff;
  border-radius: 12px;
  opacity: 0.5;
}

/* Newsletter */
.newsletter-section {
  background-color: #605e9b;
  color: #fff;
  background-position: center;
  background-attachment: fixed;
}
.newsletter-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ult-accent-color);
  opacity: 0.9;
  z-index: 1;
}
.newsletter-section .container {
  position: relative;
  z-index: 2;
}
.newsletter-section .subscription-form form {
  display: flex;
  justify-content: center;
}
.newsletter-section .section-title-holder {
  max-width: 900px;
  margin-bottom: 50px;
}
.newsletter-section .section-title {
  font-size: 36px;
}

/* Posts Section */
/* Post Box */
/* Blog Style 2 */
.post-card .card-title a {
  color: #000;
  transition: all 0.25s ease-in-out;
}
.post-card .card-title a:hover {
  color: var(--ult-accent-color);
}

.blog-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-section .blog-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.blog-section .blog-item {
  background-color: #06284F;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5019607843);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.blog-section .blog-img {
  position: relative;
}
.blog-section .blog-img img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  object-fit: cover;
}
.blog-section .blog-img p {
  background: var(--ult-gradient-secondary);
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 9px 15px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.12px;
  color: white;
}
.blog-section .blog-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 40px 20px;
}
.blog-section .blog-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #F6F8F7;
}
.blog-section .blog-info a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.12px;
  color: white;
  display: flex;
  align-items: flex-start;
}
.blog-section .blog-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: white;
}
.blog-section.blog-style-3 .blog-item, .blog-section.blog-style-4 .blog-item {
  background-color: transparent;
  box-shadow: unset;
  border-radius: 0;
}
.blog-section.blog-style-3 .blog-item .blog-img, .blog-section.blog-style-4 .blog-item .blog-img {
  overflow: hidden;
}
.blog-section.blog-style-3 .blog-item .blog-img img, .blog-section.blog-style-4 .blog-item .blog-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.blog-section.blog-style-3 .blog-item .blog-info a, .blog-section.blog-style-4 .blog-item .blog-info a {
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.blog-section.blog-style-3 .blog-item .blog-info a:hover, .blog-section.blog-style-4 .blog-item .blog-info a:hover {
  gap: 12px;
}
.blog-section.blog-style-3 .blog-item:hover .blog-img img, .blog-section.blog-style-4 .blog-item:hover .blog-img img {
  scale: 1.1;
}

.blog-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

.posts-box-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.posts-box-grid .posts-box-inner {
  display: flex;
  gap: 15px;
}
.posts-box-grid .left-part {
  width: 40%;
}
.posts-box-grid .left-part .posts-box-item {
  width: 100%;
  flex-basis: 100%;
  height: 100%;
}
.posts-box-grid .left-part .posts-box-item .posts-box {
  height: 100%;
}
.posts-box-grid .left-part .blog-card .blog-img {
  min-height: 799px;
  max-height: 799px;
}
.posts-box-grid .right-part {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 70%;
}
.posts-box-grid .right-part .posts-box-item {
  width: calc(50% - 7.5px);
  flex-basis: calc(50% - 7.5px);
  max-width: 400px;
}
.posts-box-grid .right-part .posts-box-item .posts-box {
  min-height: 375px;
  max-height: 375px;
}
.posts-box-grid .posts-box-item .content-holder {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  padding: 0px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}
.posts-box-grid .posts-box-item .title {
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.posts-box-grid .posts-box-item .posts-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  height: 150px;
  z-index: 1;
}

.blog-card {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
}
.blog-card .blog-img {
  width: 100%;
  max-height: 265px;
  min-height: 265px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  object-fit: cover;
}
.blog-card .blog-details {
  padding: 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-card .date {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #858585;
  text-transform: uppercase;
}
.blog-card .blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #082547;
}
.blog-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #3B3D54;
}
.blog-card .profile-area {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.blog-card .profile-area img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.blog-card .profile-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: black;
}

@media screen and (max-width: 1350px) {
  .blog-section .blog-content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .posts-box-grid .posts-box-inner {
    flex-direction: column;
  }
  .posts-box-grid .left-part {
    width: 100%;
  }
  .posts-box-grid .left-part .blog-card .blog-img {
    min-height: 450px;
    max-height: 450px;
  }
  .posts-box-grid .right-part {
    width: 100%;
  }
  .posts-box-grid .right-part .posts-box-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blog-section .blog-img img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .blog-section .blog-item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .posts-box-grid .right-part .posts-box-item {
    width: 100%;
    flex-basis: 100%;
  }
  .posts-box-grid .left-part .blog-card .blog-img {
    min-height: 300px;
    max-height: 300px;
  }
}
/* pricing section */
/* Pricing Style 3 */
.pricing .nav-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-link-active-bg: var(--ult-accent-color);
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-border-radius: 15px;
  justify-content: center;
  padding: 8px;
  margin: 0 auto 50px auto;
  background-color: #fff;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0509803922);
  width: fit-content;
  border-radius: 15px;
}
.pricing .nav-tabs .nav-link {
  border-bottom-right-radius: var(--bs-nav-tabs-border-radius);
  border-bottom-left-radius: var(--bs-nav-tabs-border-radius);
}
.pricing .nav {
  --bs-nav-link-padding-x: 2.5rem;
  --bs-nav-link-padding-y: 0.875rem;
  --bs-nav-link-color: var(--bs-body-color);
}

.pricing-card-holder > .row {
  --bs-gutter-x: 38px;
}

.pricing-card {
  background-color: var(--ult-white-color);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 15px;
  color: #fff;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  max-width: 450px;
  margin: 0 auto;
}
.pricing-card .card-body {
  padding: 50px 20px;
  color: var(--ult-body-color, #121212);
  transition: all 0.25s ease-in-out;
}
.pricing-card .pricing-icon {
  margin-bottom: 20px;
}
.pricing-card .plan-header {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
.pricing-card .plan-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}
.pricing-card .plan-desc {
  margin-bottom: 30px;
}
.pricing-card .btn {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: center;
  max-width: 317px;
  padding: 17.5px 10px;
  width: 100%;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.0509803922);
}
.pricing-card .shape {
  position: absolute;
  right: -100px;
  left: 0;
  bottom: -65px;
  width: calc(100% + 200px);
  height: 85%;
  background-color: #fff;
  border-top-right-radius: 70%;
  border-top-left-radius: 70%;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.pricing-card:hover .btn {
  background-color: var(--ult-accent-color);
  border-color: var(--ult-accent-color);
  color: #fff;
}

.pricing-card-style2 {
  text-align: right;
}
.pricing-card-style2 .card-body {
  padding: 50px;
  color: var(--ult-body-color, #121212);
}
.pricing-card-style2 .pricing-icon {
  margin-bottom: 40px;
}
.pricing-card-style2 .plan-desc {
  margin-bottom: 15px;
}
.pricing-card-style2 .price {
  margin-bottom: 25px;
}
.pricing-card-style2 .price-currency {
  color: inherit;
  font-size: 2.5rem;
  line-height: 1;
  position: inherit;
}
.pricing-card-style2 .price-features {
  background: transparent;
  padding: 0;
}
.pricing-card-style2:hover {
  background-color: #000;
  transform: scale(1.1);
  transform: translateY(-20px);
  transition: all 0.5s;
}
.pricing-card-style2:hover .card-body {
  color: #fff;
}

.price {
  font-size: 1.125rem;
  font-weight: 700;
}

.price-value {
  color: var(--ult-black-color);
  display: inline-block;
  font-size: 50px;
  line-height: 0.5;
  margin-top: 12px;
}

.price-currency {
  color: #A6A6A6;
  position: relative;
  top: -38px;
  right: -5px;
}

.plan-duration {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.price-tag span {
  background-color: var(--ult-secondary-color);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  padding: 6px 14px;
}

.card-separator {
  border: 1px solid var(--ult-accent-color);
  margin: 40px -20px;
}

.price-features {
  background: #F9FAFB;
  padding: 30px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.price-features ul {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 2rem;
  text-align: right;
  margin-bottom: 30px;
}
.price-features ul > li:before {
  content: "✓";
  position: absolute;
  top: 5px;
  right: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--ult-accent-color);
  color: #fff;
  font-size: 12px;
}
.price-features ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 2rem;
  text-align: right;
  margin-bottom: 30px;
}
.price-features ol > li:before {
  content: "✓";
  position: absolute;
  top: 5px;
  right: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--ult-accent-color);
  color: #fff;
  font-size: 12px;
  content: counter(list-item);
}
.price-features li {
  position: relative;
  font-size: 1.125rem;
}

.pricing-card.active {
  background-color: var(--ult-pricing-hover-bg, #6061e7);
  box-shadow: 0px 14.53px 29.07px 0px rgba(136, 136, 136, 0.0039215686), 0px 12.7px 10.13px 0px rgba(0, 0, 0, 0.0078431373), 0px 31.17px 20.26px 0px rgba(0, 0, 0, 0.0117647059), 0px 60px 39.74px 0px rgba(0, 0, 0, 0.0117647059), 0px 102.08px 73.01px 0px rgba(0, 0, 0, 0.0156862745), 0px 155.84px 124.67px 0px rgba(0, 0, 0, 0.0196078431);
}
.pricing-card.active .btn {
  background-color: var(--ult-accent-color);
  border-color: var(--ult-accent-color);
  color: #fff;
}
.pricing-card.active .shape {
  color: var(--ult-accent-color);
  background-color: var(--ult-accent-color);
  opacity: 0.8;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.pricing-card.active .plan-header {
  color: var(--ult-white-color);
}
.pricing-card.active .price {
  color: var(--ult-white-color);
}
.pricing-card.active .price-currency {
  color: var(--ult-white-color);
}

.pricing-card-style2.active {
  background-color: #000;
  transform: scale(1.1);
  transform: translateY(-20px);
  transition: all 0.5s;
}
.pricing-card-style2.active .card-body {
  color: #fff;
}

.pricing-card-style3 {
  text-align: right;
  background-color: rgba(8, 34, 102, 0.5019607843);
  border: 0;
  transition: all 0.3s ease-in-out;
}
.pricing-card-style3:hover {
  background: linear-gradient(-180deg, rgba(13, 53, 179, 0.5) 0%, rgba(5, 31, 95, 0.5) 100%);
}
.pricing-card-style3 .card-body {
  color: #fff;
  padding: 50px 43px;
}
.pricing-card-style3 .plan-header {
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pricing-card-style3 .plan-desc {
  margin-bottom: 10px;
}
.pricing-card-style3 .price-currency {
  font-size: 3.125rem;
  top: unset;
  right: unset;
  color: inherit;
}
.pricing-card-style3 .plan-duration {
  display: inline-block;
  margin-right: 10px;
}
.pricing-card-style3 .price-features {
  background-color: transparent;
  padding: 20px 0px;
}
.pricing-card-style3 .btn {
  margin: 0 auto;
}

.pricing-card-style3.active {
  background: linear-gradient(-180deg, rgba(13, 53, 179, 0.5) 0%, rgba(5, 31, 95, 0.5) 100%);
}

.apf-pricing {
  background: var(--apf-container-bg);
}
.apf-pricing .apf-pricing-card-wrapper .apf-pricing-card {
  background-color: var(--bs-white);
}
.apf-pricing .apf-pricing-card-wrapper .apf-pricing-card .apf-pricing-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}
.apf-pricing .apf-pricing-card-wrapper .apf-pricing-card .apf-pricing-feature-list li {
  flex: 1 1 50%;
  position: relative;
  padding-right: 20px;
}
.apf-pricing .apf-pricing-card-wrapper .apf-pricing-card .apf-pricing-feature-list li::before {
  content: "";
  width: 20px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: -10px;
  background-image: url(../images/elements/apf-list-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.apf-pricing .apf-pricing-card-wrapper .apf-pricing-card .apf-plan-price {
  border-radius: 10px;
  background: linear-gradient(-90deg, #D3FFF5 0%, #C2EFFF 100%);
}

@media screen and (max-width: 1199px) {
  .pricing-card-style2 .card-body {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-card .card-body {
    padding: 40px 20px;
  }
  .pricing-card .section-subtitle {
    font-size: 1.25rem;
  }
  .pricing-card .btn {
    font-size: 1.25rem;
    padding: 15px 25px 15px 10px;
    max-width: 250px;
  }
  .pricing-card .btn i {
    font-size: 44px;
    line-height: 1;
  }
  .price {
    font-size: 1.5rem;
  }
  span.price-value {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .pricing-card-holder > .row {
    --bs-gutter-x: 24px;
  }
}
@media screen and (max-width: 575px) {
  .pricing .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.75rem;
    font-size: 1rem;
  }
  span.price-value {
    font-size: 4rem;
  }
}
/* process (steps) section */
.process .process-steps {
  margin-top: 70px;
  z-index: 3;
}
.process::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  background-color: var(--ult-accent-color);
  z-index: -1;
}
.process .shape {
  position: absolute;
  bottom: 235px;
  right: 213px;
  z-index: 1;
}
.process .shape svg {
  width: 100%;
}
.process .process-count {
  font-size: 80px;
  font-weight: 700;
  color: #D2E7F8;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.process-step {
  color: #fff;
}

.process-steps .process-step {
  color: #fff;
}
.process-steps .process-step:hover .process-icon {
  box-shadow: none;
}
.process-steps .process-step:hover .process-count {
  opacity: 1;
}
.process-steps .process-title {
  font-size: 1.5rem;
}

.process-icon {
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 35px;
  fill: var(--ult-secondary-color);
  box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.0039215686), 0px 8.15px 6.5px 0px rgba(0, 0, 0, 0.0078431373), 0px 20px 13px 0px rgba(0, 0, 0, 0.0117647059), 0px 38.5px 25.5px 0px rgba(0, 0, 0, 0.0117647059), 0px 65px 47px 0px rgba(0, 0, 0, 0.0156862745), 0px 100px 80px 0px rgba(0, 0, 0, 0.0196078431);
  transition: all 0.3s ease-in-out;
}
.process-icon svg {
  width: 85px;
  height: 85px;
}

.process-title {
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 12px;
}

.process-description {
  font-size: 1.125rem;
  line-height: 1.333;
}

.process.layout-style1 .shape {
  position: absolute;
  bottom: 100px;
  right: 130px;
  z-index: -1;
  position: absolute;
  bottom: 100px;
  right: 130px;
  color: var(--ult-accent-color);
  opacity: 50%;
  z-index: -1;
}

.process.process.layout-style2 .shape svg {
  width: auto;
}

.process-steps.layout-style2 .process-step:hover .process-icon {
  background-color: #DDF5FC;
}

.process.layout-style2::after {
  content: none;
}
.process.layout-style2 .process-steps {
  margin-top: 0;
}
.process.layout-style2 .process-step {
  color: initial;
}
.process.layout-style2 .process-step.step-2 {
  margin-top: 75px;
}

@media screen and (max-width: 1199px) {
  .process-title {
    font-size: 1.5rem;
  }
  .process-description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .process-steps .process-step {
    max-width: 350px;
    margin: 0 auto;
    color: #000;
  }
  .process .process-steps {
    margin-top: 0px;
  }
  .process::after {
    content: none;
    display: none;
  }
  .process .shape {
    display: none;
  }
  .process.layout-style2 .process-step.step-2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .process::after {
    height: 75%;
  }
}
@media screen and (max-width: 575px) {
  .process-icon svg {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 420px) {
  .process::after {
    height: 80%;
  }
}
@media screen and (min-width: 992px) {
  .process-steps.style3 .process-step:after {
    background-image: url("../images/process-shape-accent.png");
  }
  .process-steps.style3 .process-step.step-3:after {
    content: none;
  }
  .process-steps.style2 .process-step.step-3:after {
    content: none;
  }
  .process-steps.style1 .process-step:hover::after {
    background-color: var(--ult-accent-color);
  }
}
@media screen and (min-width: 1800px) {
  .process-steps.style1 .process-step.step-2 {
    margin-top: 85px;
  }
  .process-steps.style1 .process-step:after {
    height: 48px;
    width: 48px;
  }
  .process-title {
    font-size: 2rem;
  }
}
/*common section*/
.ult-section-title {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.section-title-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 700px;
}
.section-title-holder .section-description p {
  margin: 0;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: 1.25;
  margin: 0 0 35px;
}

.section-pre-title {
  font-family: var(--ult-pre-title-font-family);
  line-height: 1.2;
  font-weight: 400;
}
.section-pre-title span.text-style {
  color: var(--ult-secondary-color);
  font-weight: 500;
}
.section-pre-title span.transparent-style {
  font-family: "Train One";
  font-size: 94px;
  line-height: 1.3;
  font-weight: 400;
  color: #F3EEFF;
  white-space: nowrap;
}
.section-pre-title span.box-style {
  display: inline-flex;
  padding: 9px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  color: white;
  background: var(--ult-gradient-primary);
  border-radius: 7px;
  opacity: 1;
}
.section-pre-title span.line-style {
  position: relative;
  background: var(--ult-gradient-secondary);
  background-clip: text;
  color: transparent;
  font-weight: 400;
}
.section-pre-title span.line-style:after {
  content: "";
  position: absolute;
  left: -65px;
  top: calc(50% - 2px);
  width: 50px;
  height: 4px;
  background: var(--ult-gradient-secondary);
  border-radius: 10px;
}

.section-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.22;
  text-transform: capitalize;
  margin: 0;
}

.section-title-holder.style1 .section-description {
  margin-top: 20px;
}
.section-title-holder.style1 .section-pre-title svg {
  margin-top: -4px;
}

.section-title-holder.style2 .section-title-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-title-holder.style2 .section-description {
  width: 70%;
}
.section-title-holder.style2 .section-pre-title svg {
  margin-top: -4px;
}

.section-title-overlay {
  position: absolute;
  top: -30px;
  right: -110px;
  width: 100%;
  max-width: 950px;
  height: 500px;
  background: linear-gradient(-180deg, #6061E7 0%, #9C7AF2 100%);
  border-radius: 15px;
  z-index: -1;
}

.section-para {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.section-para:last-of-type {
  margin-bottom: 0;
}

.appf-section-title {
  --pfx-primary-gradient-color-1: var(--bs-primary);
  --pfx-primary-gradient-color-2: var(--bs-secondary);
  --pfx-primary-gradient-location-1: -1.3%;
  --pfx-primary-gradient-location-2: 101.47%;
  --pfx-primary-gradient-angle: 90deg;
  --pfx-highlighted-text-color: var(--bs-primary);
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.appf-section-title .text-gradient {
  background: linear-gradient(var(--pfx-primary-gradient-angle), var(--pfx-primary-gradient-color-1) var(--pfx-primary-gradient-location-1), var(--pfx-primary-gradient-color-2) var(--pfx-primary-gradient-location-2));
  background-clip: text;
  color: transparent;
}
.appf-section-title .text-color {
  color: var(--pfx-highlighted-text-color);
}
.appf-section-title .text-highlighted {
  color: transparent;
  -webkit-text-stroke: 2px var(--bs-white);
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.appf-section-title .text-highlighted::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 26px;
  background-color: var(--bs-primary);
  transform: rotate(-177deg);
}
.appf-section-title .section-title-holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 700px;
}
.appf-section-title .section-title-holder .section-pre-title {
  font-family: var(--ult-pre-title-font-family);
  color: var(--bs-primary);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2px;
}
.appf-section-title .section-title-holder .section-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.22;
  text-transform: capitalize;
  margin: 0;
}
.appf-section-title .section-title-holder .section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: 1.25;
  margin: 0 0 35px;
}
.appf-section-title .section-title-holder .section-description {
  margin-top: 20px;
}
.appf-section-title .section-title-holder .section-description p {
  margin: 0;
}
.appf-section-title .word {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.appf-section-title .line-mask {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-white);
  opacity: 0.8;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.6s ease;
}

.apf-section-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 50px;
}
.apf-section-title .text-split {
  opacity: 0;
}
.apf-section-title .word {
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  transform-origin: bottom;
}

@media screen and (max-width: 1400px) {
  .section-pre-title span.transparent-style {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .section-subtitle {
    font-size: 20px;
  }
  .section-title {
    font-size: 3rem;
  }
  .section-para {
    font-size: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .section-title-overlay {
    position: absolute;
    top: -60px;
    right: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-title-holder {
    gap: 20px;
  }
  .section-pre-title span.transparent-style {
    font-size: 42px;
  }
  .section-title-holder.style3 .section-title-inner {
    flex-direction: column;
  }
  .section-title-holder.style3 .section-title {
    width: 100%;
  }
  .section-title-holder.style3 .section-description {
    width: 100%;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .section-title-holder.style2 .section-title-inner {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .section-title-holder.style2 .section-description {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .section-pre-title span.transparent-style {
    font-size: 42px;
    white-space: wrap;
  }
  .section-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .section-title {
    font-size: 2.75rem;
  }
}
/* Service section */
/* service icon bg color */
.service-section {
  background-color: #F6F8F7;
  background-image: url("../images/background_img.svg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.service-section .heading {
  width: 100%;
  text-align: right;
}
.service-section .heading h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #F17D4B;
  margin-bottom: 30px;
  align-items: center;
  column-gap: 10px;
}
.service-section .heading h2 {
  font-weight: 600;
  font-size: 68px;
  line-height: 78px;
  margin-bottom: 60px;
}
.service-section .service-content .service-item {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 30px;
}
.service-section .service-content .service-item .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
}
.service-section .service-content .service-item .content-row h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
.service-section .service-content .service-item .content-row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #50504F;
}
.service-section .service-content .service-item.has-icon-bg .service-icon {
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 6px solid #51C89F;
}
.service-section .service-content .service-item.has-icon-bg .service-1 {
  border-color: #51C89F;
  background: linear-gradient(-180deg, #73F4B8 0%, #328975 100%);
}
.service-section .service-content .service-item.has-icon-bg .service-2 {
  border-color: #BBCC3C;
  background: linear-gradient(-180deg, #D6ED64 0%, #9DA710 100%);
}
.service-section .service-content .service-item.has-icon-bg .service-3 {
  border-color: #F89C73;
  background: linear-gradient(-180deg, #FFD0BB 0%, #F16123 100%);
}
.service-section .service-content .service-item.has-icon-bg .service-4 {
  border-color: #7CC6E5;
  background: linear-gradient(-178.08deg, #9BD1F8 1.62%, #31A6AE 99.29%);
}
.service-section .service-content .service-item.has-icon-bg .service-5 {
  border-color: #E5D34C;
  background: linear-gradient(-180deg, #F2E85E 0%, #C6A123 100%);
}
.service-section .service-content .service-item.has-icon-bg .service-6 {
  border-color: #FD960C;
  background: linear-gradient(-178.08deg, #FCBA15 1.62%, #FE6901 99.29%);
}
.service-section .service-content .content-row {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 80%;
}
.service-section .service-content-column {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.service-card.card {
  --bs-card-border-color: #EAEEF3;
  --bs-card-border-radius: 12px;
  text-align: center;
  box-shadow: -10px 32px 72px 0px rgba(51, 51, 51, 0.0784313725);
}

.service-card .card-img-top {
  --bs-card-inner-border-radius: 12px;
}
.service-card .card-img-top img {
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.service-card .card-body {
  --bs-card-spacer-x: 16px;
  --bs-card-spacer-y: 32px;
}
.service-card .card-title {
  font-weight: 600;
  text-transform: capitalize;
}
.service-card .card-text {
  font-size: 1rem;
}
.service-card .card-body.has-icon {
  padding-top: 60px;
}
.service-card .icon-wrapper {
  position: absolute;
  right: calc(50% - 36.5px);
  top: -36.5px;
  width: 73px;
  height: 73px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  color: var(--ult-service-icon-color, var(--ult-accent-color));
  fill: var(--ult-service-icon-color, var(--ult-accent-color));
}
.service-card .icon-wrapper svg {
  width: 100%;
  height: auto;
}
.service-card .btn {
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-size: 1.125rem;
  line-height: 1.3;
  --bs-btn-border-radius: 12px;
  fill: currentColor;
}

@media screen and (max-width: 1500px) {
  .service-area {
    padding: 80px;
  }
  .service-section .heading h2 {
    font-size: 50px;
  }
  .service-section .service-content .service-item {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .service-section .service-content .service-item {
    column-gap: 30px;
  }
  .service-section .service-content .service-item .content-row h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .services-grid .service-image {
    display: none;
  }
  .service-section .service-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service-section .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .service-section .service-content .service-item {
    align-items: flex-start;
  }
  .service-section .service-content .service-item span {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .service-section .service-content {
    gap: 30px;
  }
  .service-section .service-content .content-row {
    row-gap: 0px;
  }
  .service-section .service-content .service-item .content-row h4 {
    line-height: 1.2;
  }
}
/* subscription section */
.subscription-form .row {
  --bs-gutter-x: 36px;
}
.subscription-form form {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
}
.subscription-form .form-control {
  border-radius: 10px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 20.5px 20px 20.5px 170px;
  text-align: right;
}
.subscription-form .form-fields {
  position: relative;
  width: 100%;
}
.subscription-form .btn {
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-padding-x: 2rem;
  color: #fff;
  border-radius: 10px;
  background-color: var(--ult-secondary-color);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 6px;
  top: 6px;
}
.subscription-form .wpcf7-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: -15px;
  color: #000;
}
.subscription-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  text-align: right;
  color: #fff;
}
.subscription-form .wpcf7 form.invalid .wpcf7-response-output {
  color: #fff;
}
.subscription-form .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fff;
}
.subscription-form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
}

.subscription-form-holder {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  gap: 16px;
  width: 100%;
  max-width: 750px;
}

@media screen and (max-width: 767px) {
  .subscription-form .row {
    --bs-gutter-x: 24px;
  }
  .subscription-form .btn {
    --bs-btn-padding-x: 1rem;
  }
  .subscription-form .form-control {
    background-position: 15px center;
    line-height: 24px;
    padding: 20px 20px 20px 135px;
  }
  .subscription-form-holder {
    max-width: 650px;
  }
}
@media screen and (max-width: 575px) {
  .subscription-form .row {
    --bs-gutter-x: 16px;
  }
  .subscription-form .form-control {
    padding: 20px;
  }
  .subscription-form .btn {
    position: relative;
    width: 100%;
    margin-top: 10px;
    left: unset;
    top: unset;
  }
  .subscription-form .subscription-form .wpcf7-not-valid-tip {
    position: relative;
    bottom: -5px;
  }
}
@media screen and (max-width: 480px) {
  .subscription-form-holder {
    flex-wrap: wrap;
  }
  .subscription-form-holder .submit-fields {
    width: 100%;
  }
  .subscription-form .wpcf7-not-valid-tip {
    position: relative;
    bottom: -5px;
  }
}
/*  Team Section */
/* team member section style 2 */
.team-card .team {
  border-radius: 15%;
}
.team-card:hover .team {
  bottom: 28px;
  background-color: #fff;
  box-shadow: 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.0039215686), 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.0078431373), 0px 20px 13px 0px rgba(0, 0, 0, 0.0117647059), 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.0117647059), 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.0156862745), 0px 100px 80px 0px rgba(0, 0, 0, 0.0196078431);
  padding: 80px 30px;
  border-radius: 10%;
}
.team-card:hover .team .member-data {
  justify-content: space-between;
  gap: 25px;
  height: 100%;
}
.team-card:hover .team .member-data .member-contact-info {
  display: block;
}
.team-card:hover .team .member-image {
  display: none;
}
.team-card:hover .card-hover-bottom-left::before {
  opacity: 1;
}
.team-card .card-hover-bottom-left::before {
  bottom: -15px;
  height: 100px;
  right: -15px;
  z-index: -1;
  border-radius: 10%;
}
.team-card .member-data {
  display: flex;
  flex-direction: column;
}
.team-card .member-data .social-icons {
  gap: 16px;
}
.team-card .member-data .member-contact-info {
  display: none;
}

.team-section {
  position: relative;
  background-image: url(../images/feature-bg.svg);
  background-color: #071446;
}
.team-section .team .name {
  font-size: 2.125rem;
  color: #000;
  font-size: 1.5rem;
  color: #000;
}
.team-section .team .member-image {
  border-radius: 15%;
  width: 100%;
  object-fit: cover;
}
.team-section .team .social-icons svg {
  width: 20px;
  height: 20px;
  fill: var(--ult-accent-color);
}
.team-section .title {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: black;
  text-align: center;
  margin-bottom: 30px;
}
.team-section .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.team-section .team-heading-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.team-section .swiper-slide {
  background-color: #051651;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
}
.team-section .swiper-slide:hover {
  background: var(--ult-gradient-primary);
}
.team-section .swiper-slide:hover .team-img-wrapper img {
  transform: scale(1.05);
}
.team-section .swiper-slide:hover .team-member-title {
  background: var(--ult-gradient-secondary);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.3s ease-in-out;
}
.team-section .swiper-slide:hover .social-icons {
  display: flex;
}
.team-section .team-slider-arrow {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.team-section .team-img-wrapper {
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.team-section .team-img-wrapper img {
  width: 100%;
  min-height: 365px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.team-section .team-info {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.team-section .team-member-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: white;
}
.team-section .team-member-designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #EEE7FF;
}
.team-section .social-icons {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.team-section .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  padding: 5px;
  border: 1px solid white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 5px;
  border: 1px solid white;
  border-radius: 50%;
}
.team-section .social-icons i {
  color: #fff;
  font-size: 16px;
}
.team-section .swiper-slide.swiper-slide-active {
  background: var(--ult-gradient-primary);
}
.team-section .swiper-slide.swiper-slide-active .team-img-wrapper img {
  transform: scale(1.05);
}
.team-section .swiper-slide.swiper-slide-active .team-member-title {
  background: var(--ult-gradient-secondary);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.3s ease-in-out;
}
.team-section .swiper-slide.swiper-slide-active .social-icons {
  display: flex;
}
.team-section .social-logo a i {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 5px;
  border: 1px solid white;
  border-radius: 50%;
}
.team-section .social-logo i {
  color: #fff;
  font-size: 16px;
}
.team-section .social-logo i:before {
  top: 4px;
  position: relative;
}

.team-member-area {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.heading h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: black;
  text-align: center;
  margin-bottom: 30px;
}
.heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: center;
}

.content-area .team-member {
  position: relative;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
}

.bottom-left {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 30px;
}
.bottom-left h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: white;
  margin-bottom: 0;
}
.bottom-left h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 48px;
  color: white;
}

.bottom-right {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: -70px;
  transition: all 0.5s ease-in-out;
}

.social-logo {
  --bs-link-color-rgb: #fff;
  --bs-link-hover-color-rgb: #fff;
  background-color: #F17D4B;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: white;
  padding: 15px;
  border-radius: 0 10px 0 0;
  cursor: pointer;
}

.team-member:hover .bottom-right {
  left: 0;
}

.gradient-bg::after {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(-182.94deg, rgba(241, 125, 75, 0) 32.68%, rgba(139, 72, 43, 0.78) 97.56%);
}
.gradient-bg img {
  display: block;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
  width: 100%;
}

.team-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .team-card:hover .team {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 575px) {
  .team-section .team-slider-arrow .team-slider-prev {
    display: none;
  }
  .team-section .team-slider-arrow .team-slider-next {
    display: none;
  }
}
/* review section */
.review-slider-holder .testimonial-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
}
.review-slider-holder .review-author-name {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
}
.review-slider-holder .review-star {
  width: fit-content;
}
.review-slider-holder .testimonial-box-style2 .quote-icon {
  position: absolute;
  right: 40px;
  top: 25px;
  color: var(--ult-accent-color);
  opacity: 0.5;
}
.review-slider-holder .review-quote {
  font-size: 18px;
  line-height: 1.875;
  margin: 30px 0px;
  position: relative;
}
.review-slider-holder .review-quote::before {
  content: none;
  background-image: url(../images/quote-icon-rounded.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 49px;
  position: absolute;
  width: 67px;
  right: -30px;
  top: 0;
  transform: rotate(180deg);
}
.review-slider-holder .review-quote::after {
  content: none;
  background-image: url(../images/quote-icon-rounded.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 49px;
  position: absolute;
  width: 67px;
  left: -30px;
  bottom: 0;
}
.review-slider-holder .review-author-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-slider-holder .testimonial-box-style3 .testimonial-inner {
  padding: 0px 30px 30px 30px;
  background-color: #001936;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 40px 0px #103279;
}
.review-slider-holder .testimonial-box-style3 .review-quote {
  margin: 0;
}
.review-slider-holder .testimonial-box-style4 .testimonial-inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  border: 5px solid #E4F0E6;
}
.review-slider-holder .button-holder {
  position: absolute;
  margin-top: 0;
  top: -50px;
  left: 0;
}
.review-slider-holder .carousel-control-next-icon {
  width: 50px;
  background-image: url(../images/slider-prev-icon.svg);
  transform: rotate(-180deg);
}
.review-slider-holder .carousel-control-prev-icon {
  width: 50px;
  background-image: url(../images/slider-prev-icon.svg);
}

.review-content {
  box-shadow: -13px 13px 31px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 30px;
}

.review-author-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.review-author-designation {
  font-size: 1rem;
  line-height: 1.4;
}

.testimonial-box-style1 .review-star {
  margin: 30px 0px;
}
.testimonial-box-style1 .review-quote {
  margin: 0;
}

.review-star-bg {
  display: inline-block;
  opacity: 0.4;
}

.review-star-rank {
  top: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
}

.review-star img {
  padding: 0 5px;
}
.review-star img:first-child {
  padding-right: 0;
}
.review-star img:last-child {
  padding-left: 0;
}

.review-content-bottom {
  font-size: 16px;
  line-height: 1.3;
}

.review-author-images {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
}

.testimonial-thumb-swiper {
  max-width: 650px;
  padding: 15px;
  margin: 0 auto;
}

.testimonial-box-style3 {
  padding-top: 40px;
}
.testimonial-box-style3 .review-author-details {
  position: relative;
  top: -30px;
}
.testimonial-box-style3 .review-author-images {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.testimonial-box-style3 .review-author-images img {
  border-radius: 15px;
}
.testimonial-box-style3 .review-star svg {
  width: 20px;
  height: 20px;
}

.button-holder {
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin: 0 auto 0;
  position: relative;
  width: 120px;
}

.carousel-control-next {
  height: 46px;
  width: 46px;
}

.carousel-control-prev {
  height: 46px;
  width: 46px;
}

.carousel-control-next-icon {
  width: 8px;
  background-image: url(../images/slider-arrow-right.svg);
}

.carousel-control-prev-icon {
  width: 8px;
  background-image: url(../images/slider-arrow-left.svg);
}

.user-review .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-inactive-color: var(--ult-accent-color);
  --swiper-pagination-color: var(--ult-accent-color);
}
.user-review .testimonial-pagination {
  text-align: center;
  margin-top: 50px;
}

.user-review.layout-style3 .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: var(--ult-accent-color);
  border-radius: 12px;
}
.user-review.layout-style3 .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 6px;
}

.user-review.layout-style4 .testimonial-pagination {
  text-align: right;
}
.user-review.layout-style4 .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 5px;
  --swiper-pagination-bullet-inactive-color: #DDF5FC;
  --swiper-pagination-color: var(--ult-gradient-secondary);
  --swiper-pagination-bullet-inactive-opacity: 1;
  border-radius: 12px;
}

/* Expense & Budget Tracker */
.apf-testimonial {
  position: relative;
  overflow: hidden;
}
.apf-testimonial .apf-testimonial-card {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  padding: 24px;
  margin-left: 50px;
  border-top-right-radius: 35px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 35px;
  transition: all 0.3s ease-in-out;
}
.apf-testimonial .apf-testimonial-card svg {
  color: var(--ult-secondary-color);
  text-align: end;
}
.apf-testimonial .apf-testimonial-card:hover {
  box-shadow: -1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1199px) {
  .carousel-inner {
    padding-bottom: 48px;
  }
  .review-slider-holder .testimonial-box-style4 .testimonial-inner {
    padding: 25px;
  }
  .review-slider-holder .review-author-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .review-author-info {
    right: 0;
  }
  .review-slider-holder.style2 .review-quote::before {
    width: 110px;
  }
  .review-slider-holder.style2 .review-quote::after {
    width: 110px;
  }
  .review-slider-holder.style1 .button-holder {
    margin: 0 auto 0;
  }
  .review-slider-holder .testimonial-box-style4 .testimonial-inner {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .review-slider-holder .testimonial-inner {
    padding: 20px;
  }
  .review-slider-holder .testimonial-box-style2 .quote-icon {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .review-slider-holder .testimonial-box-style2 .quote-icon svg {
    width: 40px;
    height: 48px;
  }
  .review-slider-holder.style2 .button-holder {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .review-slider-holder .button-holder {
    display: none;
  }
  .review-author-name {
    font-size: 22px;
  }
  .review-author-designation {
    font-size: 1.125rem;
  }
  .review-star img {
    padding: 0 2px;
  }
  .review-author-info {
    padding: 20px;
  }
}
@media screen and (max-width: 420px) {
  .review-slider-holder.style2 .review-author-images {
    width: 50px;
    height: 50px;
  }
  .review-slider-holder.style2 .swiper-slide-active .review-author-images {
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .review-slider-holder.style2 .review-quote::before {
    right: -60px;
  }
  .review-slider-holder.style2 .review-quote::after {
    left: -60px;
  }
}
@media screen and (min-width: 1800px) {
  .carousel-inner {
    padding: 0 68px;
  }
}
/* Video popup */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ultimate-app-video-popup-wrapper.layout-fullwidth .section-title-holder {
  color: #000;
}
.ultimate-app-video-popup-wrapper.layout-fullwidth .ultimate-app-video-popup {
  border-radius: 0;
}
.ultimate-app-video-popup-wrapper.layout-fullwidth .ultimate-app-video-popup .video-overlay {
  border-radius: 0;
}

.ultimate-app-video-popup {
  position: relative;
  background-image: var(--appfusion-video-popup-bg, url("../images/app-video-bg.jpg"));
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
.ultimate-app-video-popup .ult-video-play {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-radius: 15px;
  width: 100%;
  max-height: auto;
}
.ultimate-app-video-popup .icon-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid var(--ult-accent-color);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0px 40px 80px 0px var(--ult-accent-color);
  z-index: 2;
}
.ultimate-app-video-popup .icon-wrapper svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.ultimate-app-video-popup .video-play {
  width: 50px;
  height: 50px;
  background-color: var(--ult-accent-color);
  border-radius: 50%;
  z-index: 2;
}
.ultimate-app-video-popup .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(-178.32deg, rgba(9, 9, 57, 0.32) 1.43%, rgba(241, 125, 75, 0.32) 171.51%);
  z-index: 1;
}

.ultimate-app-video-popup-wrapper .section-title-holder {
  max-width: 650px;
  gap: 20px;
  color: #fff;
}
.ultimate-app-video-popup-wrapper .dots-shap {
  position: absolute;
  top: 180px;
  left: -135px;
  z-index: -1;
}

.has-scale-animation {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .ultimate-app-video-popup .dots-shap {
    display: none;
  }
}
.appf-rotating-text {
  --appf-rt-content-size: 250px;
  --appf-rt-icon-size: 60px;
  position: relative;
  width: fit-content;
  border-radius: 50%;
  color: var(--ult-body-color);
  transition: all 0.5s ease;
  display: grid;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}
.appf-rotating-text .appf-arrow-icon {
  position: absolute;
  transition: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--appf-rt-icon-size);
  height: var(--appf-rt-icon-size);
  padding: 20px;
  border-radius: 50%;
  background-color: var(--bs-dark);
  fill: var(--bs-white);
}
.appf-rotating-text .appf-arrow-icon svg {
  width: 100%;
  height: 100%;
}
.appf-rotating-text .text {
  --bs-body-font-size: 1rem;
  font-size: var(--bs-body-font-size);
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.appf-rotating-text #rotatingText {
  animation: rotate-text 15s linear infinite;
  color: inherit;
  width: var(--appf-rt-content-size);
  height: var(--appf-rt-content-size);
}
@keyframes rotate-text {
  to {
    transform: rotate(-360deg);
  }
}
.appf-rotating-text:hover .appf-arrow-icon {
  transform: rotate(90deg);
}

.video-wrapper .appf-rotating-text .appf-arrow-icon {
  width: 50px;
  height: 50px;
  transform: none;
}

.appf-work-banner .appf-rotating-text {
  background-color: var(--bs-white);
  color: var(--bs-dark);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

/* === Email Subscription Form Styles === */
.email-subscription-wrap {
  display: flex;
  justify-content: flex-end; /* Align button to right */
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.email-subscription-wrap input[type=email] {
  padding: 12px 16px;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1019607843);
  width: 250px;
  max-width: 100%;
  font-size: 14px;
  flex: 1 1 200px;
  color: #fff;
  border: none !important;
}
.email-subscription-wrap input[type=email]::placeholder {
  color: #ffffff !important;
}
.email-subscription-wrap input[type=submit] {
  background-color: #007aff;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 9999px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.email-subscription-wrap input[type=submit]:hover {
  background-color: #0066cc;
}
.email-subscription-wrap .wpcf7-not-valid-tip {
  position: absolute;
}
.email-subscription-wrap ~ .wpcf7-response-output {
  color: #fff;
}
.email-subscription-wrap .wpcf7-spinner {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: none;
}

/* Spinner appears only when submitting */
.wpcf7 .wpcf7-spinner.wpcf7-active {
  display: inline-block;
}

.finance-subscription-form .form-control {
  background-color: transparent;
  border-radius: 100px;
  padding: 20px 30px 20px 70px;
  border: 1px solid var(--ult-primary-color) !important;
}
.finance-subscription-form .submit-button {
  border: 0;
  background-color: transparent;
  position: absolute;
  left: 10px;
  top: 8px;
  padding: 0;
  width: fit-content;
}
.finance-subscription-form .button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--ult-primary-color);
  color: var(--bs-white);
  border-radius: 50%;
}
.finance-subscription-form .wpcf7-not-valid-tip {
  display: none;
}
.finance-subscription-form .form-control ~ .wpcf7-not-valid-tip:first-of-type {
  display: block;
}

.shop-subscription-form .form-control {
  padding-right: 0;
  padding-left: 95px;
  border: 0 !important;
  border-bottom: 1px solid #757575 !important;
  border-radius: 0;
  background-color: transparent;
}
.shop-subscription-form .submit-button {
  border: 1px solid var(--ult-primary-color);
  border-radius: 99px;
  padding: 7px 15px;
  background-color: transparent;
  color: var(--ult-primary-color);
  position: absolute;
  left: 0;
  top: 0;
  height: max-content;
  transition: all 0.3s ease-in-out;
}
.shop-subscription-form .submit-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.shop-subscription-form .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 8px;
}
.shop-subscription-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
}

body.rtl .finance-subscription-form .button-icon {
  transform: scaleX(-1);
}

/* === Responsive for small devices === */
@media (max-width: 480px) {
  .email-subscription-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .email-subscription-wrap input[type=email],
  .email-subscription-wrap input[type=submit] {
    width: 100%;
  }
}
.appf-app-integration .appf-integration-wrapper {
  --circle-width: 500px;
  width: 100%;
  height: 100%;
  max-width: var(--circle-width);
  max-height: var(--circle-width);
  min-height: var(--circle-width);
  position: relative;
  /* center logo */
}
.appf-app-integration .appf-integration-wrapper .appf-big-circle {
  height: var(--circle-width);
  width: var(--circle-width);
  position: relative;
  border: 2px dashed var(--ult-secondary-color);
  border-radius: 50%;
}
.appf-app-integration .appf-integration-wrapper .icon-block {
  --icon-block-width: 64px;
  width: var(--icon-block-width);
  height: var(--icon-block-width);
  position: absolute;
  border-radius: 50%;
}
.appf-app-integration .appf-integration-wrapper .icon-block svg {
  margin: 0px auto;
  width: 100%;
  height: 100%;
}
.appf-app-integration .appf-integration-wrapper .icon-block:first-child {
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .icon-block:nth-child(2) {
  top: 30%;
  left: 5%;
  transform: translate(-50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .icon-block:nth-child(3) {
  bottom: 20%;
  left: 0%;
  transform: translate(50%, 50%);
}
.appf-app-integration .appf-integration-wrapper .icon-block:nth-child(4) {
  bottom: -10%;
  right: 50%;
  transform: translate(50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .icon-block:nth-child(5) {
  bottom: 10%;
  right: 10%;
  transform: translate(50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .icon-block:nth-child(6) {
  top: 30%;
  right: 5%;
  transform: translate(50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .appf-inner-circle {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  width: 60%;
  height: 60%;
  border: 2px dashed var(--ult-secondary-color);
  border-radius: 50%;
}
.appf-app-integration .appf-integration-wrapper .appf-inner-circle .icon-block:nth-child(1) {
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .appf-inner-circle .icon-block:nth-child(2) {
  top: 70%;
  left: -20%;
  transform: translate(50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .appf-inner-circle .icon-block:nth-child(3) {
  top: 80%;
  right: 10%;
  transform: translate(50%, -50%);
}
.appf-app-integration .appf-integration-wrapper .center-logo {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 575px) {
  .appf-app-integration .appf-integration-wrapper {
    --circle-width: 300px;
  }
  .appf-app-integration .appf-integration-wrapper .icon-block {
    --icon-block-width: 40px;
  }
  .appf-app-integration .appf-integration-wrapper .center-logo {
    max-width: 20%;
  }
}
.slide-text-holder {
  --w3e-text-slider-color: var(--bs-body-color);
  --w3e-text-slider-duration: 25s;
  --bs-border-color: #F4F4F6;
}
.slide-text-holder .slide-text-wrap {
  white-space: nowrap;
  position: relative;
}
.slide-text-holder .slide-text-wrap .slide-text-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: scroll-right-to-left var(--w3e-text-slider-duration) linear infinite;
  flex-wrap: nowrap;
  gap: 20px;
}
.slide-text-holder .slide-text-wrap .slide-text-list:hover {
  animation-play-state: paused;
}
.slide-text-holder .slide-text-wrap .slide-text-list .slide {
  position: relative;
  text-transform: uppercase;
  color: var(--w3e-text-slider-color);
  gap: 10px;
}
.slide-text-holder .slide-text-wrap .slide-text-list .slide svg {
  width: 40px;
  height: 40px;
}
.slide-text-holder .slide-text-wrap .slide-text-list .slide .slider-text {
  font-size: 2rem;
  font-weight: 600;
  color: inherit;
}
.slide-text-holder .slide-text-wrap .slide-text-list .slide .slider-text .parsed-text {
  color: transparent;
  stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-weight: 900;
  text-transform: uppercase;
}
.slide-text-holder .slide-text-wrap .slide-text-list.scroll-left-to-right {
  animation: scroll-left-to-right var(--w3e-text-slider-duration) linear infinite;
}
.slide-text-holder .slide-text-wrap .slide-text-list.scroll-left-to-right:hover {
  animation-play-state: paused;
}
@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scroll-left-to-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.slide-text-holder .slide-text-wrap .w3e-slider-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: var(--bs-white);
  border-radius: 50%;
  transform: translate(-100%, -100%);
  pointer-events: none;
  transition: transform 0.2s ease-out;
  opacity: 0;
  mix-blend-mode: difference;
}
