@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/georgia");
html {
  scroll-behavior: smooth;
}
:root {
  --ps-main-color: #3c45e7;
  --ps-btnhover-color: #1a24d5;
  --ps-primaryMain-color: #00bda4;
  --ps-lightBlue-color: #2c42b5;
  --ps-text-main-color: #000000;
  --ps-textdarkblue-color: #011f41;
  --ps-textlight-color: #303159;
  --ps-light-color: #d8f6ff;
  --ps-white-color: #ffffff;
  --ps-linear-color: linear-gradient(180deg, #00bda4 0%, #00a4bc 100%);
}

#cookieBanner {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  color: #6f6c90;
  padding: 24px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 677px;
  box-shadow: 0px 6px 23px 0px #14142b14;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  z-index: 99;
  font-size: 14px;
  font-weight: 400;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  #cookieBanner {
    flex-direction: column;
    max-width: 320px;
  }
}
#cookieBanner.show {
  opacity: 1;
  visibility: visible;
}
#cookieText {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #cookieText {
    flex-direction: column;
    text-align: center;
  }
}
#cookieText span a {
  color: var(--ps-main-color);
  font-weight: 400;
}
#cookieBanner img {
  width: 50px;
  height: 50px;
}
.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
#acceptCookies {
  background: #4a3aff;
  box-shadow: 0px 3px 12px 0px #4a3aff2e;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  max-width: fit-content;
  width: 100%;
}
#rejectCookies {
  background: transparent;
  color: #170f49;
  border: none;
  font-size: 32px;
  cursor: pointer;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  #rejectCookies {
    position: absolute;
    top: 0;
    right: 10px;
  }
}
body {
  font-size: 18px;
  color: var(--ps-text-main-color);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.ps-logo {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ps-logo img {
    max-width: 163px;
  }
}

a {
  color: var(--ps-text-main-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--ps-main-color);
  text-decoration: none;
}

.po-active {
  color: var(--ps-main-color) !important;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}
section {
  overflow: hidden;
}
h1 {
  font-size: 72px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
}
.primary-btn {
  color: var(--ps-white-color);
  background: var(--ps-main-color);
  text-transform: capitalize;
  border: none;
  padding: 10px 20px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 400;
  max-width: 200px;
  min-width: 200px;
  width: 100%;
  font-size: 18px;
  &:hover {
    background: var(--ps-btnhover-color);
    color: var(--ps-white-color);
    box-shadow: 0px 1px 29.4px 5px #c9ccf7;
  }
  @media screen and (max-width: 767px) {
    font-size: 15px;
    max-width: 170px;
    min-width: 170px;
  }
}

.secondary-btn {
  background: #e9eafb;
  color: var(--ps-main-color);
  &:hover {
    background: #dcddf9;
    color: var(--ps-main-color) !important;
    box-shadow: none;
  }
}
.wave {
  /* width: 100%;
  height: 450px;
  background: url(../images/wave.svg) no-repeat center center;
  animation: waveAnimation 8s infinite linear;
  background-size: cover; */
  position: relative;
  /* overflow: hidden; */
  /* height: 350px; */
  padding-top: 10px;
  @media screen and (max-width: 767px) {
    height: auto;
  }
}
.ps-BgcolorTopRight {
  position: relative;
  overflow: hidden;
}
.ps-BgcolorTopRight .shape1 {
  position: absolute;
  background: #3c45e73c;
  filter: blur(1000px);
  top: -150px;
  right: -20px;
  width: 536px;
  height: 1000px;
  z-index: -1;
  backdrop-filter: blur(1500px);
}

@media screen and (max-width: 767px) {
  .ps-BgcolorTopRight .shape1 {
    background: #3c45e700;
  }
}

.ps-BgcolorCenterRight {
  position: relative;
}
.ps-BgcolorCenterRight .shape1 {
  position: absolute;
  background: #3c45e745;
  filter: blur(1000px);
  top: 0px;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 700px;
  height: 1000px;
  z-index: -1;
  backdrop-filter: blur(1500px);
}

@media screen and (max-width: 767px) {
  .ps-BgcolorCenterRight .shape1 {
    background: #3c45e709;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 20px 0;
  transition: background-color 0.4s ease-in-out, padding 0.3s ease; /* Smooth effect */
}
.ps-header-menu {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media screen and (max-width: 64em) {
  .header ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #cccef9, #ffffff);
    flex-direction: column;
    height: 88vh;
  }
}

.header li a {
  display: block;
  text-decoration: none;
  line-height: normal;
}

@media screen and (max-width: 64em) {
  .header li a {
    font-size: 24px;
  }
}

/* 
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
} */

.header .logo {
  display: block;
  text-decoration: none;
}

.mobile_view_only {
  display: block;
}
/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 64em) {
  .header .menu {
    justify-content: flex-start;
  }
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  background: var(--ps-main-color);
  padding: 21px 13px;
  position: relative;
  user-select: none;
  border-radius: 8px;
}

.header .menu-icon .navicon {
  background: var(--ps-white-color);
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
  border-radius: 8px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: var(--ps-white-color);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
  border-radius: 8px;
}

.header .menu-icon .navicon:before {
  top: 6px;
}

.header .menu-icon .navicon:after {
  top: -6px;
}

/* menu btn */

/* Hide menu initially */
@media screen and (max-width: 1024px) {
  .menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, background 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.9); /* Light background */
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  /* When menu is active */
  .menu.active {
    max-height: 88vh;
  }

  /* Remove background when menu is closed */
  .menu.hidden {
    background: transparent;
  }
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 88vh;
  padding-top: 40px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 64em = 1024px */

@media screen and (min-width: 64em) {
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  .mobile_view_only {
    display: none;
    p {
      margin-bottom: 0;
    }
  }
}
/* top header-head */

/* Home top banner sec */
.ps-banner-wrapper {
  text-align: center;
  position: relative;
  padding: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .ps-banner-wrapper {
    padding-top: 0;
  }
}
.ps-banner-wrapper .ps-group-free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.ps-banner-wrapper h1 {
  color: #191a15;
  font-weight: 600;
}
.ps-banner-wrapper h1 span {
  background: linear-gradient(
    88.9deg,
    #4f58f3 7.08%,
    #7a80f7e6 55.24%,
    #1e25a1f2 100.3%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.ps-banner-wrapper p {
  font-weight: 400;
  margin-bottom: 0;
  padding: 24px 0;
}

.ps-heroBanner-sec {
  position: relative;
  padding: 140px 0 30px;
}

@media screen and (max-width: 767px) {
  .ps-heroBanner-sec {
    padding: 100px 0 0px;
  }
}

.ps-heroImg-box {
  text-align: right;
}
.ps-vector-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.ps-tag-right {
  text-align: right;
}
.ps-shape-img {
  position: relative;
}
.ps-shape-img .ps-v1 {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.ps-shape-img .ps-v2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ps-shape-img .ps-v3 {
  position: absolute;
  top: 40px;
  left: 30px;
}
/* count sec */
.ps-maincount-sec {
  padding: 50px 0 10px;
  @media screen and (max-width: 558px) {
    padding: 30px 30px 0;
  }
}
.ps-count-sec {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ps-count-sec::-webkit-scrollbar {
  display: none;
}
.ps-count-sec ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 558px) {
  .ps-count-sec ul {
    justify-content: flex-start;
    grid-template-columns: repeat(1, 1fr);
  }
}
.ps-count-sec ul li {
  display: flex;
  gap: 24px;
  padding: 0 30px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 558px) {
  .ps-count-sec ul li {
    width: 320px;
    padding: 0;
    gap: 20px;
  }
}
.ps-count-sec ul li .ps-count-img {
  flex: 65px 0 0;
  max-width: 65px;
}
.ps-count-sec ul li .ps-count-content {
  flex: 1 1 0;
}
.ps-count-sec ul li h2 {
  font-weight: 700;
  color: #0b0b0b;
  transition: color 0.3s ease;
}
.ps-count-sec ul li p {
  margin-bottom: 0;
  color: #adb2b1;
}
.ps-count-sec ul li p b {
  font-weight: 600;
  transition: color 0.3s ease;
}
.ps-count-sec ul li:hover h2 {
  color: var(--ps-main-color);
}
.ps-count-sec ul li:hover p b {
  color: #0b0b0b;
}

/* count sec end */

/* customer sec */
.ps-customer-sec {
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .ps-customer-sec {
    padding: 20px 0;
  }
}
.ps-customer-sec h2 {
  font-weight: 700;
  text-align: center;
  color: #191a15;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ps-customer-sec h2 {
    padding-bottom: 20px;
  }
}
.ps-customer-sec .ps-customer-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ps-customer-sec .ps-customer-box ul::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .ps-customer-sec .ps-customer-box ul {
    padding-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.ps-customer-sec .ps-customer-box ul li {
  font-size: 30px;
  color: var(--ps-main-color);
  line-height: 30px;
  font-weight: 600;
  -webkit-filter: saturate(0%) grayscale(100%) brightness(100%);
  filter: saturate(0%) grayscale(100%) brightness(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .ps-customer-sec .ps-customer-box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-flex: 150px;
    -ms-flex: 150px 0 0px;
    flex: 150px 0 0;
  }
}
.ps-customer-sec .ps-customer-box ul li:hover {
  -webkit-filter: none;
  filter: none;
}
.ps-customer-sec .ps-customer-box ul li img {
  vertical-align: top;
}
.ps-customer-sec .ps-customer-box ul li span {
  display: inline-block;
  line-height: 30px;
}

/* customer sec end */

/* Supported sec */

.ps-supported-sec {
  background: #f9f8fe;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .ps-supported-sec {
    padding: 20px 0;
  }
}
.ps-supported-sec .ps-supported-box ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ps-supported-sec .ps-supported-box ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ps-supported-sec .ps-supported-box ul li:first-child {
    text-align: center;
  }
  .ps-supported-sec .ps-supported-box ul li:last-child {
    gap: 24px;
  }
  .ps-supported-sec .ps-supported-box ul li:last-child::-webkit-scrollbar {
    display: none;
  }
}
.ps-supported-sec .ps-supported-box ul li h2 {
  color: #191a15;
  font-weight: 700;
}
.ps-supported-sec .ps-supported-box ul li h2 i {
  font-family: "Georgia", sans-serif;
  color: var(--ps-main-color);
  font-weight: 400;
  padding-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ps-supported-sec .ps-supported-box ul li h2 i {
    padding-bottom: 20px;
  }
}
.ps-supported-sec .ps-supported-box ul li p {
  color: #a6a6a6;
}
@media screen and (max-width: 767px) {
  .ps-supported-sec .ps-supported-box ul li p {
    padding: 0 20px;
  }
}
.ps-supported-sec .ps-supported-box ul li .ps-review-all {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .ps-supported-sec .ps-supported-box ul li .ps-review-all {
    padding-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.ps-supported-sec .ps-supported-box ul li .ps-review-all .ps-star a:last-child {
  opacity: 1;
}
.ps-supported-sec
  .ps-supported-box
  ul
  li
  .ps-review-all
  .ps-star
  a:last-child:hover {
  opacity: 0.2;
}
.ps-supported-sec
  .ps-supported-box
  ul
  li
  .ps-review-all
  .ps-star1
  a:last-child {
  opacity: 0.2;
}
.ps-supported-sec
  .ps-supported-box
  ul
  li
  .ps-review-all
  .ps-star1
  a:last-child:hover {
  opacity: 1;
}
.ps-supported-sec .ps-supported-box ul li .ps-review-all .ps-review-rating p {
  margin-bottom: 0;
  padding-top: 10px;
}
.ps-supported-sec
  .ps-supported-box
  ul
  li
  .ps-review-all
  .ps-review-rating
  .fist-child {
  color: #011f41;
}
.ps-supported-sec
  .ps-supported-box
  ul
  li
  .ps-review-all
  .ps-review-rating
  .fist-child
  span {
  font-weight: 600;
}
.ps-supported-sec .ps-supported-box ul li .ps-content-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ps-supported-sec .ps-supported-box ul li .ps-content-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 100% 0 0;
  }
}
.ps-supported-sec .ps-supported-box ul li .ps-content-icon .ps-icon-box {
  background: #fff;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 60px;
  -ms-flex: 60px 0 0;
  flex: 60px 0 0;
  max-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 9px 0px #0000000d;
  box-shadow: 0px 4px 9px 0px #0000000d;
  border-radius: 16px;
}
.ps-supported-sec .ps-supported-box ul li .ps-content-icon h3 {
  font-weight: 700;
  color: #191a15;
}
.ps-supported-sec .ps-supported-box ul li .ps-content-icon p {
  font-weight: 400;
}

/* Supported sec end */

/* solution-sec */
.ps-solutions-sec {
  padding: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec {
    padding: 20px 0;
    display: none;
  }
}
.ps-solutions-sec .ps-solutions-top .ps-login {
  width: auto;
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-top .ps-login {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-top .ps-login .primary-btn {
    width: 100%;
    max-width: 100%;
  }
}
.ps-solutions-sec .ps-solutions-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  padding: 0 0 0px;
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 20px 0;
  }
}
.ps-solutions-sec .ps-solutions-top ul li:nth-child(1) {
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3 1.3 0;
  flex: 1.3 1.3 0;
}
.ps-solutions-sec .ps-solutions-top ul li:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.ps-solutions-sec .ps-solutions-top ul li:nth-child(3) {
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7 0.7 0;
  flex: 0.7 0.7 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-top ul li:nth-child(3) {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0;
    flex: 100% 0 0;
    justify-content: center;
    width: 100%;
  }
}
.ps-solutions-sec .ps-solutions-top ul li h2 {
  font-weight: 700;
  color: #191a15;
}
.ps-solutions-sec .ps-solutions-top ul li p {
  color: #a6a6a6;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-top ul li p {
    padding-bottom: 15px;
  }
}
.ps-solutions-sec .ps-solutions-box ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-box ul {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 10px;
    padding: 10px 0;
  }
}
.ps-solutions-sec .ps-solutions-box ul li {
  position: relative;
}
.ps-solutions-sec .ps-solutions-box ul li:hover .ps-bottomSolutions-box h3 {
  color: var(--ps-main-color);
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-box ul li svg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-box ul li img {
    display: none;
  }
}
.ps-solutions-sec .ps-solutions-box ul li .ps-bottomSolutions-box {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .ps-solutions-sec .ps-solutions-box ul li .ps-bottomSolutions-box {
    padding: 10px 0;
  }
}
.ps-solutions-sec .ps-solutions-box ul li .ps-bottomSolutions-box h3 {
  color: #191a15;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ps-solutions-sec .ps-solutions-box ul li .ps-bottomSolutions-box p {
  color: #a6a6a6;
  font-weight: 400;
  margin-bottom: 0;
}
.ps-solutions-sec .ps-solutions-box ul li .ps-bottomSolutions-box p a {
  color: #a6a6a6;
}
.ps-solutions-sec .ps-solutions-box ul li .ps-hybrid-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ps-solutions-sec .ps-solutions-box ul li .image-container {
  position: relative;
}
.ps-solutions-sec .ps-solutions-box ul li .image-container img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  will-change: opacity;
}
.ps-solutions-sec .ps-solutions-box ul li .image-container .hover-image {
  opacity: 0;
}
.ps-solutions-sec .ps-solutions-box ul li .image-container:hover .hover-image {
  opacity: 1;
}
.ps-solutions-sec
  .ps-solutions-box
  ul
  li
  .image-container:hover
  .default-image {
  opacity: 0;
}

/* solution-sec end */
/* stories sec */

.light-heading span {
  color: var(--ps-main-color);
  background: #f2f2fd;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.light-heading span:hover {
  color: #151ca8;
}

.ps-stories-sec {
  padding: 60px 0 10px;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec {
    padding: 20px 0;
  }
}

.ps-stories-sec .ps-stories-boxs ul {
  display: none;
}

.ps-stories-sec .ps-stories-boxs ul.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec .ps-stories-boxs ul.active {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box {
  text-align: center;
  position: relative;
  transition: 0.5s all;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec .ps-stories-boxs ul li .ps-references_Box {
    display: none;
  }
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .center_image {
  margin-left: 50px;
  filter: grayscale(1);
  transition: 0.3s all;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box1 {
  display: flex;
  gap: 15px;
  box-shadow: 0px 4px 9px 0px #000 0d;
  border-radius: 16px;
  padding: 12px 16px;
  background: var(--ps-white-color);
  align-items: center;
  max-width: fit-content;
  text-align: left;
  position: absolute;
  top: 7%;
  left: 0;
  transition: 0.3s all;
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box
  .shape_top_box1
  span:last-child {
  opacity: 0.3;
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box
  .shape_top_box1
  span:first-child
  img {
  max-width: 240px;
  width: 100%;
  padding: 10px 10px 10px 24px;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box1 p {
  margin-bottom: 8px;
  font-weight: 500;
  color: #191a15;
  line-height: normal;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box1 h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: #a6a6a6;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box2 {
  display: flex;
  gap: 10px;
  box-shadow: 0px 4px 9px 0px #000 0d;
  border-radius: 16px;
  padding: 12px 10px;
  background: var(--ps-white-color);
  align-items: end;
  max-width: fit-content;
  text-align: left;
  position: absolute;
  top: 34%;
  right: 0;
  transition: 0.3s all;
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box
  .shape_top_box2
  span:last-child {
  opacity: 0.3;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box2 p {
  margin-bottom: 0;
  font-weight: 500;
  color: #191a15;
  line-height: normal;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box2 h6 {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #a6a6a6;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box3 {
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.3s all;
  opacity: 0.4;
  transform: rotate(20deg);
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box4 {
  display: flex;
  gap: 10px;
  box-shadow: 0px 4px 9px 0px #000 0d;
  border-radius: 16px;
  padding: 12px 24px;
  background: var(--ps-white-color);
  align-items: end;
  max-width: fit-content;
  text-align: left;
  position: absolute;
  left: 35px;
  bottom: -12px;
  transition: 0.3s all;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box4 img {
  opacity: 0.3;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box .shape_top_box4 p {
  margin-bottom: 0;
  font-weight: 400;
  color: #191a15;
  line-height: normal;
}

.ps-stories-sec .ps-stories-boxs ul li .ps-references_Box:hover .center_image {
  filter: none;
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box:hover
  .shape_top_box1 {
  transform: translateY(28px);
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box:hover
  .shape_top_box1
  span:last-child {
  opacity: 1;
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box:hover
  .shape_top_box2 {
  transform: translateY(-10px);
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box:hover
  .shape_top_box2
  span:last-child {
  opacity: 1;
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box:hover
  .shape_top_box3 {
  transform: translateX(-20px);
  opacity: 1;
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box:hover
  .shape_top_box4 {
  transform: translateY(-30px);
}

.ps-stories-sec
  .ps-stories-boxs
  ul
  li
  .ps-references_Box:hover
  .shape_top_box4
  img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec .ps-stories-boxs ul li:first-child {
    text-align: center;
  }
  .ps-stories-sec .ps-stories-boxs ul li:last-child img {
    display: none;
  }
}

.ps-stories-sec .ps-stories-boxs ul li .roundstar {
  padding-bottom: 30px;
}

.ps-stories-sec .ps-stories-boxs ul li h2 {
  font-weight: 700;
  padding: 10px 0 20px;
  color: #171a1f;
}

.ps-stories-sec .ps-stories-boxs ul li p {
  color: #171a1f;
  line-height: 36px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec .ps-stories-boxs ul li p {
    line-height: 26px;
  }
}

.ps-stories-sec .ps-stories-boxs ul li p span {
  font-weight: 300;
  color: #6f7787;
}

.ps-stories-sec .ps-stories-boxs ul li .padding_add_right {
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec .ps-stories-boxs ul li .padding_add_right {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .ps-stories-sec .ps-tesmonial-bar {
    display: none;
  }
}

.ps-stories-sec .ps-tesmonial-bar ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 50px 0 0;
  gap: 21px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ps-stories-sec .ps-tesmonial-bar ul::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec .ps-tesmonial-bar ul {
    padding: 20px 0 0;
    gap: 15px;
  }
}

.ps-stories-sec .ps-tesmonial-bar ul li {
  border: 1px solid #f3f4f6;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .ps-stories-sec .ps-tesmonial-bar ul li {
    width: 280px;
  }
}

.ps-stories-sec .ps-tesmonial-bar ul li.active {
  background: #f2f2fd;
  border-color: var(--ps-main-color);
}

.ps-stories-sec .ps-tesmonial-bar ul li.active p {
  color: var(--ps-main-color);
}

.ps-stories-sec .ps-tesmonial-bar ul li.active img {
  transform: scale(1.07);
  transition: transform 0.3s ease;
}

.ps-stories-sec .ps-tesmonial-bar ul li:hover {
  background: #f2f2fd;
  border-color: var(--ps-main-color);
}

.ps-stories-sec .ps-tesmonial-bar ul li:hover p {
  color: var(--ps-main-color);
}

.ps-stories-sec .ps-tesmonial-bar ul li:hover img {
  transform: scale(1.07);
  transition: transform 0.3s ease;
}

.ps-stories-sec .ps-tesmonial-bar ul li p {
  margin-bottom: 5px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.ps-stories-sec .ps-tesmonial-bar ul li h6 {
  font-size: 14px;
  color: #6f7787;
  margin-bottom: 0;
  font-weight: 300;
}

.ps-stories-sec .ps-tesmonial-bar ul li img {
  transition: transform 0.3s ease;
  max-width: 64px;
  width: 100%;
}

/* .ps-stories-sec {
  padding: 60px 0 10px;
  @media screen and (max-width: 767px) {
    padding: 20px 0;
  }
  .ps-stories-boxs {
    ul {
      display: none;
      &.active {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 40px;
        @media screen and (max-width: 767px) {
          grid-template-columns: repeat(1, 1fr);
          gap: 0;
        }
      }
      li {
        .ps-references_Box {
          text-align: center;
          position: relative;
          transition: 0.5s all;
          @media screen and (max-width: 767px) {
            display: none;
          }
          .center_image {
            margin-left: 50px;
            filter: grayscale(1);
            transition: 0.3s all;
          }
          .shape_top_box1 {
            display: flex;
            gap: 15px;
            box-shadow: 0px 4px 9px 0px #0000000d;
            border-radius: 16px;
            padding: 12px 16px;
            background: var(--ps-white-color);
            align-items: center;
            max-width: fit-content;
            text-align: left;
            position: absolute;
            top: 7%;
            left: 0;
            transition: 0.3s all;
            span {
              &:last-child {
                opacity: 0.3;
              }
              &:first-child {
                img {
                  max-width: 240px;
                  width: 100%;
                  padding: 10px 10px 10px 24px;
                }
              }
            }

            p {
              margin-bottom: 8px;
              font-weight: 500;
              color: #191a15;
              line-height: normal;
            }
            h6 {
              margin-bottom: 0;
              font-weight: 400;
              font-size: 12px;
              color: #a6a6a6;
            }
          }
          .shape_top_box2 {
            display: flex;
            gap: 10px;
            box-shadow: 0px 4px 9px 0px #0000000d;
            border-radius: 16px;
            padding: 12px 10px;
            background: var(--ps-white-color);
            align-items: end;
            max-width: fit-content;
            text-align: left;
            position: absolute;
            top: 34%;
            right: 0;
            transition: 0.3s all;
            span {
              &:last-child {
                opacity: 0.3;
              }
            }
            p {
              margin-bottom: 0;
              font-weight: 500;
              color: #191a15;
              line-height: normal;
            }
            h6 {
              margin-bottom: 8px;
              font-weight: 400;
              font-size: 12px;
              color: #a6a6a6;
            }
          }
          .shape_top_box3 {
            position: absolute;
            top: 50%;
            left: 30px;
            transition: 0.3s all;
            opacity: 0.4;
            transform: rotate(20deg);
          }
          .shape_top_box4 {
            display: flex;
            gap: 10px;
            box-shadow: 0px 4px 9px 0px #0000000d;
            border-radius: 16px;
            padding: 12px 24px;
            background: var(--ps-white-color);
            align-items: end;
            max-width: fit-content;
            text-align: left;
            position: absolute;
            left: 35px;
            bottom: -12px;
            transition: 0.3s all;
            img {
              opacity: 0.3;
            }
            p {
              margin-bottom: 0;
              font-weight: 400;
              color: #191a15;
              line-height: normal;
            }
          }
          &:hover {
            .center_image {
              filter: none;
            }
            .shape_top_box1 {
              transform: translateY(28px);
              span {
                &:last-child {
                  opacity: 1;
                }
              }
            }
            .shape_top_box2 {
              transform: translateY(-10px);
              span {
                &:last-child {
                  opacity: 1;
                }
              }
            }
            .shape_top_box3 {
              transform: translateX(-20px);
              opacity: 1;
            }
            .shape_top_box4 {
              transform: translateY(-30px);
              img {
                opacity: 1;
              }
            }
          }
        }
        @media screen and (max-width: 767px) {
          &:first-child {
            text-align: center;
          }
          &:last-child {
            img {
              display: none;
            }
          }
        }
        .roundstar {
          padding-bottom: 30px;
        }
        h2 {
          font-weight: 700;
          padding: 10px 0 20px;
          color: #171a1f;
        }
        p {
          color: #171a1f;
          line-height: 36px;
          font-weight: 400;
          @media screen and (max-width: 767px) {
            line-height: 26px;
          }
          span {
            font-weight: 300;
            color: #6f7787;
          }
        }
        .padding_add_right {
          padding-right: 90px;
          @media screen and (max-width: 767px) {
            padding-right: 0px;
          }
        }
      }
    }
  }
  .ps-tesmonial-bar {
    @media screen and (max-width: 1024px) {
      display: none;
    }
    ul {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      overflow-x: auto;
      overflow-y: hidden;
      padding: 50px 0 0;
      gap: 21px;
      scrollbar-width: none;
      -ms-overflow-style: none;
      &::-webkit-scrollbar {
        display: none;
      }
      @media screen and (max-width: 767px) {
        padding: 20px 0 0;
        gap: 15px;
      }
      li {
        border: 1px solid #f3f4f6;
        background: #fff;
        border-radius: 12px;
        padding: 15px;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: 0.5s;
        cursor: pointer;
        @media screen and (max-width: 767px) {
          width: 280px;
        }
        &.active {
          background: #f2f2fd;
          border-color: var(--ps-main-color);
          p {
            color: var(--ps-main-color);
          }
          img {
            transform: scale(1.07);
            transition: transform 0.3s ease;
          }
        }
        &:hover {
          background: #f2f2fd;
          border-color: var(--ps-main-color);

          p {
            color: var(--ps-main-color);
          }
          img {
            transform: scale(1.07);
            transition: transform 0.3s ease;
          }
        }

        p {
          margin-bottom: 5px;
          font-weight: 500;
          transition: color 0.3s ease;
        }
        h6 {
          font-size: 14px;
          color: #6f7787;
          margin-bottom: 0;
          font-weight: 300;
        }
        img {
          transition: transform 0.3s ease;
          max-width: 64px;
          width: 100%;
        }
      }
    }
  }
} */
/* stories sec end */
.ps-advantages-sec {
  padding: 80px 0 20px;
}

@media screen and (max-width: 767px) {
  .ps-advantages-sec {
    padding: 20px 0;
  }
}

/* Advantages Box */
.ps-advantages-sec .ps-advantages-box .ps-advantages-start {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[2]; */
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ps-advantages-sec .ps-advantages-box .ps-advantages-start {
    /* -ms-grid-columns: (1fr)[1]; */
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

/* Center Alignment */
@media screen and (max-width: 767px) {
  .ps-advantages-sec
    .ps-advantages-box
    .ps-advantages-start
    .ps-advance-center {
    text-align: center;
  }
}

/* Image Styling */
@media screen and (max-width: 767px) {
  .ps-advantages-sec .ps-advantages-box .ps-advantages-start li img {
    display: none;
  }
}

/* Heading */
.ps-advantages-sec .ps-advantages-box .ps-advantages-start h2 {
  font-weight: 700;
}

/* List Styling */
.ps-advantages-sec .ps-advantages-box .ps-advantages-start ul {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .ps-advantages-sec .ps-advantages-box .ps-advantages-start ul {
    padding: 20px 40px;
  }
}

/* List Items */
.ps-advantages-sec .ps-advantages-box .ps-advantages-start ul li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #191a15;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ps-advantages-sec .ps-advantages-box .ps-advantages-start ul li {
    padding-left: 45px;
    padding-bottom: 10px;
  }
}

/* List Item Before (FontAwesome Icon) */
.ps-advantages-sec .ps-advantages-box .ps-advantages-start ul li::before {
  font-family: "FontAwesome";
  content: "\f058";
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: var(--ps-main-color);
  font-size: 30px;
  margin: auto;
}

/* target sec */
.ps-target-sec {
  padding: 60px 0 20px;
}

@media screen and (max-width: 767px) {
  .ps-target-sec {
    padding: 20px 0 20px;
    display: none;
  }
}

/* Target Center */
@media screen and (max-width: 767px) {
  .ps-target-sec .ps-target-center {
    text-align: center;
    padding: 20px 0 20px;
  }
}

/* Heading */
.ps-target-sec h2 {
  font-weight: 700;
  color: #171a1f;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ps-target-sec h2 {
    padding-bottom: 10px;
  }
}

/* Target Button Top */
.ps-target-sec .target-btn-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .ps-target-sec .target-btn-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}

.ps-target-sec .target-btn-top p {
  color: #171a1f;
}

/* Login Button */
@media screen and (max-width: 558px) {
  .ps-target-sec .target-btn-top .ps-login {
    width: 100%;
  }

  .ps-target-sec .target-btn-top .ps-login .primary-btn {
    width: 100%;
    max-width: 100%;
  }
}

/* Target Box */
.ps-target-sec .ps-target-box ul {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr) [2]; */
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 60px 0 0;
}

@media screen and (max-width: 1024px) {
  .ps-target-sec .ps-target-box ul {
    /* -ms-grid-columns: (1fr) [4]; */
    grid-template-columns: repeat(4, 1fr);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
    display: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ps-target-sec .ps-target-box ul::-webkit-scrollbar {
    display: none;
  }
}

/* Target Box List Items */
.ps-target-sec .ps-target-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #f2f2fd;
  border: 1px solid var(--ps-main-color);
  padding: 24px;
  border-radius: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .ps-target-sec .ps-target-box ul li {
    width: 350px;
    padding: 15px;
    gap: 12px;
  }
}

/* Hover Effects */
.ps-target-sec .ps-target-box ul li:hover {
  background: var(--ps-main-color);
}

.ps-target-sec .ps-target-box ul li:hover p,
.ps-target-sec .ps-target-box ul li:hover h4,
.ps-target-sec .ps-target-box ul li:hover p span {
  color: #ffffff;
}

/* Paragraph Styling */
.ps-target-sec .ps-target-box ul li p {
  color: #626262;
  font-size: 12px;
  margin-bottom: 0;
}

.ps-target-sec .ps-target-box ul li p span {
  color: #aaaef3;
  font-size: 14px;
}

/* Heading Styling */
.ps-target-sec .ps-target-box ul li h4 {
  color: var(--ps-main-color);
  font-weight: 700;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .ps-target-sec .ps-target-box ul li h4 {
    font-size: 18px;
  }
}

/* Target Icon */
.ps-target-sec .ps-target-box ul li .ps-target-icon {
  -webkit-box-flex: 50px;
  -ms-flex: 50px 0 0;
  flex: 50px 0 0;
  max-width: 50px;
}

/* target sec end */
/* investing sec start*/
.ps-investing-sec {
  padding: 60px 0px 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-10deg, #3c46e80f),
    to(transparent)
  );
  background: linear-gradient(-10deg, #3c46e80f, transparent);
}

@media screen and (max-width: 767px) {
  .ps-investing-sec {
    padding: 20px 0 50px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0deg, #3c46e830),
      to(transparent)
    );
    background: linear-gradient(0deg, #3c46e830, transparent);
  }
}

.ps-heading-title {
  text-align: center;
  margin-bottom: 40px;
}

.ps-heading-title h2 {
  font-weight: 600;
  color: var(--ps-text-main-color);
}

.ps-heading-title p {
  color: var(--ps-textlight-color);
}
.ps-investing-box {
  border-radius: 10px;
  background: var(--ps-light-color);
  text-align: center;
  padding: 0 50px 38px;
}

.ps-investing-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ps-investing-box ul li h3 {
  font-size: 56px;
  font-weight: 600;
  color: var(--ps-lightBlue-color);
}
.ps-investing-box ul li p {
  font-weight: 300;
  color: var(--ps-lightBlue-color);
  margin-bottom: 0;
}
.ps-investing-box ul li:first-child {
  border-right: 1px solid #15141714;
}
.ps-investing-faq .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../images/arrowdown.svg);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  filter: drop-shadow(0px 4px 12px #080f3413) !important;
  border-radius: 50% !important;
  background-color: var(--ps-white-color);
  width: 48px !important;
  height: 48px !important;
  background-position: center !important;
  background-size: 16px;
}
.ps-investing-faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/uparrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--ps-main-color);
  background-size: 16px;
}
.ps-investing-faq .accordion-collapse.collapse.show {
  box-shadow: 0px 5px 16px 0px #080f340f;
  border-radius: 1px 0px 10px 10px;
}
.ps-investing-faq .accordion-flush .accordion-item {
  border-radius: 10px;
  box-shadow: 0px 5px 16px 0px #080f340f;
  border-bottom: 0;
  margin-bottom: 15px;
}
.ps-investing-faq .accordion-flush .accordion-item .accordion-button,
.ps-investing-faq .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
  font-size: 24px;
  color: var(--ps-text-main-color);
  font-weight: 500;
  padding: 30px 20px 30px;
}

.ps-investing-faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-radius: 0px !important;
}
.ps-investing-faq .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.ps-investing-faq .accordion-body {
  border-top: 0px solid #15141714;
  color: #6f6c90;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 50px;
  @media screen and (max-width: 767px) {
    padding-bottom: 20px;
  }
}
.ps-investing-faq .accordion-button img {
  padding-right: 30px;
}
/* investing sec end */

footer {
  background: radial-gradient(#07093b, #01021e);
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 20px;
  }
}
footer .ps-footer-box .top-under-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .top-under-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .ps-footer-box .top-under-list li h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .top-under-list li h2 {
    padding-bottom: 50px;
  }
}
footer .ps-footer-box .top-under-list li h2 i {
  font-weight: 500;
  font-family: "Georgia", sans-serif;
  color: var(--ps-main-color);
}
footer .ps-footer-box .top-under-list li p {
  color: #fff;
}
footer .ps-footer-box .top-under-list .quates-icon img {
  padding-bottom: 40px;
}
footer .ps-footer-box .top-under-list .quates-icon p {
  font-weight: 400;
  padding-bottom: 10px;
}
footer .ps-footer-box .footer-logo-icon {
  padding: 80px 0 30px;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .footer-logo-icon {
    padding: 50px 0 30px;
    text-align: center;
  }
}
footer .ps-footer-box .footer-logo-icon p {
  color: #fff;
  padding-top: 35px;
  font-weight: 300;
}
footer .ps-footer-box .footer-logo-icon .newsletter-input {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 10px 5px 10px 20px;
  width: 100%;
  height: 60px;
  flex: 410px 0 0;
  max-width: 410px;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .footer-logo-icon .newsletter-input {
    flex: 100% 0 0;
  }
}
footer .ps-footer-box .footer-logo-icon .newsletter-input span {
  position: absolute;
  color: #fff;
  top: 0;
  font-weight: 400;
  padding-top: 5px;
}
footer .ps-footer-box .footer-logo-icon .newsletter-input input {
  background: transparent;
  border: none;
  outline: none;
  color: #c9ccf7;
  flex: 1;
  font-size: 12px;
  padding-top: 18px;
  font-weight: 200;
  padding-right: 15px;
}
footer .ps-footer-box .footer-logo-icon .newsletter-input .submit-btn {
  background-color: var(--ps-main-color);
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
footer .ps-footer-box .footer-logo-icon .newsletter-input .submit-btn img {
  transition: 0.3s;
}
footer
  .ps-footer-box
  .footer-logo-icon
  .newsletter-input
  .submit-btn:hover
  img {
  transform: translateX(3px);
}
footer .ps-footer-box .footer-logo-icon .newsletter-input .submit-btn:hover {
  background-color: #1a24d5;
}
footer .ps-footer-box .footer-logo-icon .newsletter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .footer-logo-icon .newsletter-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
footer .ps-footer-box .footer-logo-icon .footer-menu ul {
  display: flex;
  gap: 73px;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .footer-logo-icon .footer-menu ul {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 48px;
  }
}
footer .ps-footer-box .footer-logo-icon .footer-menu ul li a {
  color: #fff;
  font-weight: 300;
  transition: 0.3s;
}
footer .ps-footer-box .footer-logo-icon .footer-menu ul li a:hover {
  color: #c9ccf7;
}
footer .ps-footer-box .ps-bottom-footer {
  padding: 74px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .ps-bottom-footer {
    padding: 30px 0 20px;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
footer .ps-footer-box .ps-bottom-footer p {
  color: #fff;
  font-weight: 300;
}
footer .ps-footer-box .ps-bottom-footer ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .ps-bottom-footer ul {
    flex-direction: column;
  }
}
footer .ps-footer-box .ps-bottom-footer ul li {
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .ps-bottom-footer ul li {
    padding-left: 0;
  }
}
footer .ps-footer-box .ps-bottom-footer ul li:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .ps-bottom-footer ul li:last-child::before {
    right: 0;
    margin: 0 auto;
    top: -8px;
  }
}
footer .ps-footer-box .ps-bottom-footer ul li a {
  color: #fff;
  font-weight: 300;
  transition: 0.3s;
}
footer .ps-footer-box .ps-bottom-footer ul li a:hover {
  color: #c9ccf7;
}
footer .ps-footer-box .right-form {
  background: #222938;
  border-radius: 16px;
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .right-form {
    padding: 30px 20px;
  }
}
footer .ps-footer-box .right-form .msg-icon {
  text-align: center;
}
footer .ps-footer-box .right-form h4 {
  color: #fff;
  padding-bottom: 10px;
}
footer .ps-footer-box .right-form label {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
footer .ps-footer-box .right-form input {
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  border-radius: 16px;
  font-size: 14px;
}
footer .ps-footer-box .right-form input::placeholder {
  font-size: 14px;
  font-weight: 300;
}
footer .ps-footer-box .right-form textarea {
  width: 100%;
  padding: 10px 20px;
  margin-top: 5px;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  border-radius: 16px;
  height: 100px;
  font-size: 14px;
  resize: none;
}
footer .ps-footer-box .right-form textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
}
footer .ps-footer-box .right-form button {
  background: var(--ps-main-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 16px;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
  transition: 0.3s;
}
footer .ps-footer-box .right-form button:hover {
  background: #1a24d5;
}
footer .ps-footer-box .ps-images-icon ul {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .ps-images-icon ul {
    overflow-x: auto;
    align-items: center;
    padding: 30px 0;
    gap: 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  footer .ps-footer-box .ps-images-icon ul::-webkit-scrollbar {
    display: none;
  }
}
footer .ps-footer-box .ps-images-icon ul li {
  /* width: 100%; */
  cursor: pointer;
  flex: 66px 0 0;
}
footer .ps-footer-box .ps-images-icon ul li img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.5s;
}
footer .ps-footer-box .ps-images-icon ul li img.active {
  -webkit-filter: grayscale(0);
  filter: none;
  transform: scale(1.05);
}
footer .ps-footer-box .ps-images-icon ul li img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
footer .ps-footer-box .ps-images-icon ul li .svg-icon {
  cursor: pointer;
  transition: stroke 0.4s ease, fill 0.4s ease;
}

@media screen and (max-width: 767px) {
  footer .ps-footer-box .ps-images-icon ul li .svg-icon {
    /* width: 100%; */
  }
}
footer .ps-footer-box .ps-images-icon ul li .svg-icon:hover circle {
  stroke: var(--ps-main-color);
}
footer .ps-footer-box .ps-images-icon ul li .svg-icon:hover path {
  fill: var(--ps-main-color);
}

/* modal start */
.impressum_modal .modal-content {
  border-radius: 24px;
  border: 0;
  box-shadow: 0 10px 50px 0 #3c46e84d;
  background: linear-gradient(20deg, #e0e2ff, #ffffff);
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .impressum_modal .modal-content {
    padding-right: 10px;
  }
}
.impressum_modal .modal-content .ps-modal-header h2 {
  text-align: center;
  padding: 30px 0 10px;
  color: var(--ps-main-color);
  font-weight: 700;
}
.impressum_modal .modal-content .ps-modal-header .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: var(--ps-main-color) url(../images/close.svg) no-repeat center
    center;
  padding: 13px;
  opacity: 1;
  border-radius: 8px;
}
.impressum_modal .modal-content .modal_content_box {
  padding: 20px 100px;
}

@media screen and (max-width: 767px) {
  .impressum_modal .modal-content .modal_content_box {
    padding: 20px 30px;
  }
}
.impressum_modal .modal-content .modal_content_box h4 {
  font-weight: 600;
  color: #0b0b0b;
}
.impressum_modal .modal-content .modal_content_box ol {
  padding-left: 20px;
}
.impressum_modal .modal-content .modal_content_box ol li {
  list-style: auo;
  color: #0b0b0b;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 10px;
}
.impressum_modal .modal-content .modal_content_box p {
  font-weight: 300;
  padding-bottom: 15px;
  color: #0b0b0b;
  line-height: 34px;
}
.impressum_modal .modal-content .modal_content_box p:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .impressum_modal .modal-content .modal_content_box p {
    line-height: 24px;
  }
}
.impressum_modal .modal-content .modal_content_box::-webkit-scrollbar {
  width: 4px;
}
.impressum_modal .modal-content .modal_content_box::-webkit-scrollbar-thumb {
  background-color: #c9ccf7;
  border-radius: 16px;
}
.impressum_modal .modal-content .modal_content_box:-webkit-scrollbar-track {
  background: transparent;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .impressum_modal .modal-content .modal_content_box:-webkit-scrollbar-track {
    margin-right: 10px;
  }
}

.target-mobile-box {
  display: none;
  @media screen and (max-width: 1024px) {
    display: block;
  }
  .swiper-wrapper {
    padding-bottom: 40px;
    .swiper-slide {
      display: flex;
      gap: 16px;
      background: #f2f2fd;
      border: 1px solid var(--ps-main-color);
      padding: 24px;
      border-radius: 24px;
      transition: 0.5s;
      .ps-target-icon {
        flex: 50px 0 0;
        max-width: 50px;
      }
      p {
        span {
          color: #aaaef3;
          font-size: 14px;
        }
      }
      h4 {
        color: var(--ps-main-color);
        font-weight: 700;
        padding: 5px 0;
      }
      p {
        color: #626262;
        font-size: 12px;
        margin-bottom: 0;
      }
      &:hover {
        background: var(--ps-white-color);
      }
      &:hover {
        p,
        h4,
        p span {
          color: #ffffff;
        }
      }
    }
  }
  .swiper-pagination-bullet {
    background: #c9ccf7;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: var(--ps-main-color);
  }
}
.mobile-stories-box {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mobile-stories-box {
    display: block;
  }
}
.mobile-stories-box .swiper-wrapper {
  padding-bottom: 40px;
}
.mobile-stories-box .swiper-wrapper .swiper-slide {
  border: 1px solid #f3f4f6;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.5s;
  cursor: pointer;
  /* Hover Effects */
}
.mobile-stories-box .swiper-wrapper .swiper-slide p {
  margin-bottom: 5px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.mobile-stories-box .swiper-wrapper .swiper-slide h6 {
  font-size: 14px;
  color: #6f7787;
  margin-bottom: 0;
  font-weight: 300;
}
.mobile-stories-box .swiper-wrapper .swiper-slide img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.mobile-stories-box .swiper-wrapper .swiper-slide:hover {
  background: #f2f2fd;
  border-color: var(--ps-main-color);
}
.mobile-stories-box .swiper-wrapper .swiper-slide:hover .ps-content-box p {
  color: var(--ps-main-color);
}
.mobile-stories-box .swiper-pagination-bullet {
  background: #c9ccf7;
  opacity: 1;
}
.mobile-stories-box .swiper-pagination-bullet-active {
  background: var(--ps-main-color);
}

/* end */
@media screen and (max-width: 1250px) {
  .ps-main-wrapper-header .ps-main-nav .ps-menu > ul > li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .ps-banner-wrapper ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.investment_sec {
  padding: 50px 0 100px;
  background: #3c45e7;
}
.investment_sec .ps-heading-title h2 {
  color: #fff;
}
.investment_sec .ps-heading-title p {
  color: #fff;
  padding: 10px 80px;
}
.investment_sec .ps-heading-title h6 {
  color: #fff;
  margin-top: 20px;
  font-weight: 200;
}
.investment_sec ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
}
.investment_sec ul li {
  background: #242cd673;
  text-align: center;
  border-radius: 24px;
  padding: 24px;
}
.investment_sec ul li h4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.investment_sec ul li p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding-top: 5px;
}
.investment_sec ul li .invest_icon {
  background: #3c45e7;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 12px;
  margin: auto;
  margin-bottom: 15px;
}
.eligble_sec {
  padding: 100px 0 50px;
}
.eligble_sec ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.eligble_sec ul li {
  background: #f2f2fd;
  padding: 25px;
  border: 1px solid #3c45e7;
  border-radius: 24px;
  transition: 0.5s;
}
.eligble_sec ul li p {
  font-size: 12px;
  color: #626262;
  padding-top: 10px;
}
.eligble_sec ul li h4 {
  color: var(--ps-main-color);
  font-weight: 700;
}
.eligble_sec ul li:hover {
  background: var(--ps-main-color);
}
.eligble_sec ul li:hover h4 {
  color: #fff;
}
.eligble_sec ul li:hover p {
  color: #fff;
}
.eligble_sec ul li div {
  width: fit-content;
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 15px;
}
.eligble_sec ul li div svg {
  color: var(--ps-main-color);
}
.top_logo {
  text-align: left;
  background: #3c45e7;
  padding-left: 50px;
  padding-top: 30px;
}
.top_logo img {
  max-width: 180px;
}
@media screen and (max-width: 480px) {
  .investment_sec ul,
  .eligble_sec ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .eligble_sec {
    padding: 50px 0;
  }
  .investment_sec {
    padding: 50px 0;
  }
  .investment_sec .ps-heading-title p {
    padding: 0;
  }
}
