@font-face {
  font-family: Mate;
  src: url("../fonts/Mate-Regular.ttf");
}
@font-face {
  font-family: Noto Sans;
  src: url("../fonts/NotoSans-Regular.ttf");
}
.homepage_banner-section {
  height: 565px;
  background: url("../assets/Homepage_desktop_banner.png") 50%/cover no-repeat, #f8f8f8;
}
@media (max-width: 1200px) {
  .homepage_banner-section {
    height: 600px;
    background: url("../assets/Homepage_desktop_banner.png") -280.726px 0px/140.625% 100% no-repeat, #f8f8f8;
  }
}
@media (max-width: 991px) {
  .homepage_banner-section {
    height: 550px;
    background: url("../assets/Homepage_desktop_banner.png") -377.322px 0px/171.875% 100% no-repeat, #f8f8f8;
  }
}
@media (max-width: 565px) {
  .homepage_banner-section {
    height: 650px;
    background: url("../assets/Homepage_mobile_banner.png") 0px 62.717px/100% 100% no-repeat, #f8f8f8;
  }
}
.homepage_banner-section .banner-content-wrapper {
  position: relative;
  height: 100%;
}
.homepage_banner-section .banner-content-wrapper .banner-image-block {
  height: 565px;
}
.homepage_banner-section .banner-content-wrapper .banner-image-block img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .homepage_banner-section .banner-content-wrapper .banner-image-block {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .homepage_banner-section .banner-content-wrapper .banner-image-block {
    height: 550px;
  }
}
@media (max-width: 576px) {
  .homepage_banner-section .banner-content-wrapper .banner-image-block {
    height: 650px;
  }
}
.homepage_banner-section .banner-content-wrapper .banner-text-block {
  position: absolute;
  bottom: 0px;
  margin: 0px 0px 70px 130px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1200px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block {
    margin: 0px 0px 60px 90px;
  }
}
@media (max-width: 991px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block {
    margin: 0px 0px 50px 50px;
  }
}
@media (max-width: 576px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block {
    margin: 0px;
    top: 40px;
    margin: 0px 16px;
  }
}
.homepage_banner-section .banner-content-wrapper .banner-text-block .banner-heading {
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 578px;
}
@media (max-width: 1200px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block .banner-heading {
    font-size: 38px;
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block .banner-heading {
    max-width: 489px;
  }
}
@media (max-width: 576px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block .banner-heading {
    max-width: 343px;
    font-size: 32px;
  }
}
.homepage_banner-section .banner-content-wrapper .banner-text-block .banner-subtext {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #626262;
  max-width: 578px;
}
@media (max-width: 1200px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block .banner-subtext {
    max-width: 587px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block .banner-subtext {
    max-width: 440px;
  }
}
@media (max-width: 576px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block .banner-subtext {
    max-width: 343px;
  }
}
.homepage_banner-section .banner-content-wrapper .banner-text-block .banner-cta-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  border-radius: 80px;
  background: #2f45ff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .homepage_banner-section .banner-content-wrapper .banner-text-block .banner-cta-btn {
    font-size: 12px;
  }
}

.what-we-do-container .what-we-do-section {
  padding: 100px 130px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: url("../assets/what_we_do_bg.png") 50%/cover no-repeat;
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section {
    padding: 80px 90px;
    gap: 40px;
    background: url("../assets/what_we_do_bg.png") 49%/cover no-repeat;
  }
}
@media (max-width: 991px) {
  .what-we-do-container .what-we-do-section {
    padding: 60px 50px;
    gap: 30px;
    background: url("../assets/what_we_do_bg.png") 48%/cover no-repeat;
  }
}
@media (max-width: 767px) {
  .what-we-do-container .what-we-do-section {
    padding: 80px 16px;
    gap: 40px;
    background: url("../assets/what_we_do_bg.png") 82%/cover no-repeat;
  }
}
.what-we-do-container .what-we-do-section .content-section {
  display: flex;
  gap: 280px;
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .content-section {
    gap: 164px;
  }
}
@media (max-width: 991px) {
  .what-we-do-container .what-we-do-section .content-section {
    gap: 42px;
  }
}
@media (max-width: 767px) {
  .what-we-do-container .what-we-do-section .content-section {
    gap: 20px;
    flex-direction: column;
    text-align: center;
  }
}
.what-we-do-container .what-we-do-section .content-section h2 {
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  min-width: 267px;
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .content-section h2 {
    min-width: 203px;
    font-size: 38px;
  }
}
.what-we-do-container .what-we-do-section .content-section p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .content-section p {
    font-size: 14px;
  }
}
.what-we-do-container .what-we-do-section .image-section {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .what-we-do-container .what-we-do-section .image-section {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .what-we-do-container .what-we-do-section .image-section {
    gap: 20px;
    flex-direction: column;
  }
      .what-we-do-container .what-we-do-section .content-section h2{
          font-size:32px;
      }
}
.what-we-do-container .what-we-do-section .image-section .img-box {
  max-width: 680px;
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .image-section .img-box {
    max-width: 484px;
  }
}
@media (max-width: 991px) {
  .what-we-do-container .what-we-do-section .image-section .img-box {
    max-width: 342px;
  }
}
@media (max-width: 767px) {
  .what-we-do-container .what-we-do-section .image-section .img-box {
    max-width: 100%;
  }
}
.what-we-do-container .what-we-do-section .image-section .img-box img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .image-section .img-box img {
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .what-we-do-container .what-we-do-section .image-section .img-box img {
    border-radius: 5px;
  }
}
.what-we-do-container .what-we-do-section .image-section .img-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper .image-container {
    max-height: 165px;
  }
}
@media (max-width: 991px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper .image-container {
    max-height: 106px;
  }
}
@media (max-width: 767px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper .image-container {
    max-height: 200px;
  }
}
.what-we-do-container .what-we-do-section .image-section .img-content-wrapper .image-container img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper .image-container img {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper .image-container img {
    border-radius: 5px;
    max-height: 200px;
  }
}
.what-we-do-container .what-we-do-section .image-section .img-content-wrapper p {
  color: #181818;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .what-we-do-container .what-we-do-section .image-section .img-content-wrapper p {
    font-size: 14px;
  }
}
.what-we-do-container .what-we-do-section .image-section .img-content-wrapper a {
  display: flex;
  padding: 15px 30px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 80px;
  background: #2f45ff;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: -moz-fit-content;
  width: fit-content;
}

.investor_container {
  background: #f8f8f8;
}
.investor_container .investor-section {
  padding: 100px 130px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1200px) {
  .investor_container .investor-section {
    padding: 80px 90px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .investor_container .investor-section {
    padding: 60px 50px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .investor_container .investor-section {
    padding: 80px 16px;
    gap: 40px;
  }
}
.investor_container .investor-section .investor_title h2 {
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 70px */
}
@media (max-width: 1200px) {
  .investor_container .investor-section .investor_title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .investor_container .investor-section .investor_title h2 {
    font-size: 32px;
  }
}
.investor_container .investor-section .investor-container {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .investor_container .investor-section .investor-container {
    flex-direction: column;
    gap: 40px;
  }
}
.investor_container .investor-section .investor-container .inverstor_pd {
  padding: 40px;
  border-top: 1px solid rgba(249, 190, 8, 0.4);
}
@media (max-width: 1200px) {
  .investor_container .investor-section .investor-container .inverstor_pd {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .investor_container .investor-section .investor-container .inverstor_pd {
    padding: 10px;
  }
}
.investor_container .investor-section .investor-container .investor-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
  border-right: 1px solid rgba(249, 190, 8, 0.4);
}
@media (max-width: 767px) {
  .investor_container .investor-section .investor-container .investor-info {
    border: none;
    width: 100%;
  }
}
.investor_container .investor-section .investor-container .investor-info h3 {
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .investor_container .investor-section .investor-container .investor-info h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .investor_container .investor-section .investor-container .investor-info h3 {
    font-size: 22px;
  }
}
.investor_container .investor-section .investor-container .investor-info ul li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  /*border-bottom: 0.5px solid #f9be08;*/
}
.investor_container .investor-section .investor-container .investor-info ul li p,
.investor_container .investor-section .investor-container .investor-info ul li a {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  color: #181818;
}
@media (max-width: 1200px) {
  .investor_container .investor-section .investor-container .investor-info ul li p,
  .investor_container .investor-section .investor-container .investor-info ul li a {
    font-size: 14px;
  }
}
.investor_container .investor-section .investor-container .investor-info ul li p:first-child {
  color: #626262;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .investor_container .investor-section .investor-container .investor-info ul li p:first-child {
    font-size: 12px;
  }
}
.investor_container .investor-section .investor-container .investor-info ul li:not(:first-child):not(:last-child) {
  padding: 20px 0px;
}
.investor_container .investor-section .investor-container .investor-info ul li:not(:first-child){
  border-top: 0.5px solid #f9be08;
}
.investor_container .investor-section .investor-container .investor-info ul li:last-child {
  padding-top: 20px;
 
}
.investor_container .investor-section .investor-container .investor-info ul li .location-content{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.investor_container .investor-section .investor-container .investor-info ul li .location-content a{
    color: #2F45FF;
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
text-decoration:underline;
}
.investor_container .investor-section .investor-container .investor-contact-form {
  width: 50%;
  display:flex;
  flex-direction:column;
  gap:10px;
}
@media (max-width: 767px) {
  .investor_container .investor-section .investor-container .investor-contact-form {
    width: 100%;
  }
  .investor_container .investor-section .investor-container .investor-info ul li .location-content a{
        font-size: 12px;
    }
}
.investor_container .investor-section .investor-container .investor-contact-form h3 {
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.journey_container {
  background: #fef8e1;
}
.journey_container .journey_section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.journey_container .journey_section .journey-title {
  padding: 120px 130px 0px 130px;
}
@media (max-width: 1200px) {
  .journey_container .journey_section .journey-title {
    padding: 80px 90px 0px 90px;
  }
}
@media (max-width: 991px) {
  .journey_container .journey_section .journey-title {
    padding: 60px 50px 0px 50px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-title {
    padding: 80px 16px 0px 16px;
  }
}
.journey_container .journey_section .journey-title h2 {
  text-align: center;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .journey_container .journey_section .journey-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-title h2 {
    font-size: 32px;
  }
}
.journey_container .journey_section .journey-container {
  display: flex;
  gap: 20px;
  position: relative;
  padding: 0px 0px 100px 130px;
}
@media (max-width: 1200px) {
  .journey_container .journey_section .journey-container {
    padding: 0px 0px 80px 90px;
  }
}
@media (max-width: 991px) {
  .journey_container .journey_section .journey-container {
    padding: 0px 0px 60px 50px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-container {
    padding: 0px 0px 80px 16px;
  }
}
.journey_container .journey_section .journey-container .journey_box {
  width: 100%;
  min-height: 842px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../assets/dotted-line.svg");
  background-size: contain;  
  background-position: top right;
  background-repeat: no-repeat;
}


/*.journey_container .journey_section .journey-container .journey_box {*/
/*  width: 100%;*/
/*  min-height: 842px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
  background: url("../assets/dotted-line.gif"); /* Use GIF or SVG here */
/*  background-size: contain;*/
/*  background-position: top right;*/
  background-repeat: repeat-x; /* Repeat horizontally for smooth movement */
/*  animation: bg-snake-move 6s linear infinite;*/
/*}*/

/*@keyframes bg-snake-move {*/
/*  0% {*/
/*    background-position: 100% 0;*/
/*  }*/
/*  25% {*/
/*    background-position: 75% 10px;*/
/*  }*/
/*  50% {*/
/*    background-position: 50% 0;*/
/*  }*/
/*  75% {*/
/*    background-position: 25% -10px;*/
/*  }*/
/*  100% {*/
/*    background-position: 0 0;*/
/*  }*/
/*}*/

@media (max-width: 991px) {
  .journey_container .journey_section .journey-container .journey_box {
    min-height: 645px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-container .journey_box {
    min-height: 629px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card {
  z-index: 5;
  max-width: 380px;
  padding-top: 20px;
  border-radius: 10px;
  border: 1px solid var(--Azure, #5676ff);
  background: rgba(248, 248, 248, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 675px;
}
@media (max-width: 1200px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card {
    height: 716px;
  }
}
@media (max-width: 991px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card {
    height: 554px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card {
    height: 560px;
    border-radius: 5px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-details {
  padding: 0px 20px;
}
@media (max-width: 991px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-details {
    padding: 0px 15px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-details h3 {
  color: #2f45ff;
  font-family: Mate;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 5px !important;
}
@media (max-width: 1200px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-details h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-details h3 {
    font-size: 24px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-details h4 {
  color: #2f45ff;
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px !important;
}
@media (max-width: 1200px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-details h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-details h4 {
    font-size: 20px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-details h5 {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 991px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-details h5 {
    font-size: 14px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-details p {
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px !important;
}
@media (max-width: 991px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-details p {
    font-size: 14px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-details .fnt-change {
  font-style: italic;
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-img {
  max-height: 265px;
}
@media (max-width: 991px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-img {
    max-height: 200px;
  }
}
.journey_container .journey_section .journey-container .journey_box .journey-card .card-img img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-img img {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .journey_container .journey_section .journey-container .journey_box .journey-card .card-img img {
    border-radius: 5px;
  }
}

.journey_section .swiper-slide-active {
  opacity: 1 !important;
}

.journey-card {
  opacity: 0.7;
}

.journey_section .swiper-slide-active .journey-card {
  opacity: 1;
}

.our-popular-solutions .our-solutions {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1200px) {
  .our-popular-solutions .our-solutions {
    gap: 40px;
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .our-popular-solutions .our-solutions {
    padding: 60px 0px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions {
    gap: 40px;
    padding: 80px 0;
  }
}
.our-popular-solutions .our-solutions .view-btn-mob {
  display: none;
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .view-btn-mob {
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    border-radius: 80px;
    background: #2f45ff;
    text-decoration: none;
    margin: 0 auto;
  }
}
.our-popular-solutions .our-solutions .heading {
  display: flex;
  padding: 0px 130px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .our-popular-solutions .our-solutions .heading {
    padding: 0px 90px;
  }
}
@media (max-width: 991px) {
  .our-popular-solutions .our-solutions .heading {
    padding: 0px 50px;
  }
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .heading {
    padding: 0 16px;
  }
}
.our-popular-solutions .our-solutions .heading h2 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .our-popular-solutions .our-solutions .heading h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .heading h2 {
    font-size: 32px;
  }
}
.our-popular-solutions .our-solutions .heading a {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 80px;
  background: #2f45ff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .heading a {
    display: none;
  }
}
.our-popular-solutions .our-solutions .popular-solutions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .popular-solutions {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-popular-solutions .our-solutions .popular-solutions .solution {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution {
    flex-direction: row;
    width: 100%;
  }
}
.our-popular-solutions .our-solutions .popular-solutions .solution .solution-content {
  display: flex;
  height: 300px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content {
    gap: 5px;
    padding: 15px;
    height: 265px;
  }
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content {
    width: 50%;
    gap: 10px;
    height: 260px;
  }
}
.our-popular-solutions .our-solutions .popular-solutions .solution .solution-content h3 {
  color: #181818;
  font-family: Mate;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content h3 {
    font-size: 24px;
  }
}
.our-popular-solutions .our-solutions .popular-solutions .solution .solution-content p {
  color: var(--Slate-Gray, #626262);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content p {
    font-size: 12px;
  }
}
.our-popular-solutions .our-solutions .popular-solutions .solution .solution-content a {
  color: #2f45ff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-content a {
    font-size: 12px;
  }
}
.our-popular-solutions .our-solutions .popular-solutions .solution .solution-img {
  height: 300px;
}
@media (max-width: 991px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-img {
    height: 265px;
  }
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution .solution-img {
    width: 50%;
    height: 260px;
  }
}
.our-popular-solutions .our-solutions .popular-solutions .solution:nth-child(even) {
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .our-popular-solutions .our-solutions .popular-solutions .solution:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.why-choose-us {
  background: #f8f8f8;
}
.why-choose-us .choose-us {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1200px) {
  .why-choose-us .choose-us {
    padding: 80px 90px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .why-choose-us .choose-us {
    padding: 60px 50px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose-us .choose-us {
    padding: 80px 16px;
    gap: 40px;
  }
}
.why-choose-us .choose-us h2 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .why-choose-us .choose-us h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .why-choose-us .choose-us h2 {
    font-size: 32px;
  }
}
.why-choose-us .choose-us .choose-us-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 991px) {
  .why-choose-us .choose-us .choose-us-content {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .why-choose-us .choose-us .choose-us-content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.why-choose-us .choose-us .choose-us-content .content-img {
  height: 516px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .why-choose-us .choose-us .choose-us-content .content-img {
    height: 470px;
  }
}
@media (max-width: 991px) {
  .why-choose-us .choose-us .choose-us-content .content-img {
    height: 456px;
  }
}
@media (max-width: 767px) {
  .why-choose-us .choose-us .choose-us-content .content-img {
    height: 300px;
  }
}
.why-choose-us .choose-us .choose-us-content .content-img img {
  border-radius: 10px;
}
.why-choose-us .choose-us .choose-us-content .content {
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .why-choose-us .choose-us .choose-us-content .content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .why-choose-us .choose-us .choose-us-content .content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .why-choose-us .choose-us .choose-us-content .content {
    padding: initial;
  }
}
.why-choose-us .choose-us .choose-us-content .content h3 {
  color: #181818;
  font-family: Mate;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .why-choose-us .choose-us .choose-us-content .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .why-choose-us .choose-us .choose-us-content .content h3 {
    font-size: 24px;
  }
}
.why-choose-us .choose-us .choose-us-content .content p {
  color: #181818;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 991px) {
  .why-choose-us .choose-us .choose-us-content .content p {
    font-size: 14px;
  }
}
.why-choose-us .choose-us .choose-us-content .content .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-choose-us .choose-us .choose-us-content .content .description p {
  color: #626262;
  font-weight: 400;
}

.client-voices-section {
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  .client-voices-section {
    padding: 80px 0;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .client-voices-section {
    gap: 30px;
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .client-voices-section {
    padding: 80px 0;
    gap: 40px;
  }
}
.client-voices-section h2 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: initial;
}
@media (max-width: 1200px) {
  .client-voices-section h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .client-voices-section h2 {
    font-size: 32px;
  }
}
.client-voices-section .client-voices {
  height: 278px;
}
@media (max-width: 675px) {
  .client-voices-section .client-voices {
    height: 315px;
  }
}
.client-voices-section .client-voices .active {
  height: 276px !important;
  padding: 40px 30px 20px 30px !important;
}
@media (max-width: 675px) {
  .client-voices-section .client-voices .active {
    height: 314px !important;
    padding: 20px 10px 10px 10px !important;
  }
}
.client-voices-section .client-voices .next {
  padding: 35px 25px 16px 25px !important;
}
.client-voices-section .client-voices .prev {
  padding: 35px 25px 16px 25px !important;
}
.client-voices-section .client-voices .voice {
  display: flex;
  height: 100%;
  padding: 30px 22px 14px 22px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: rgba(249, 244, 242, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  min-width: 640px !important;
  opacity: 1 !important;
  cursor: pointer;
}
@media (max-width: 675px) {
  .client-voices-section .client-voices .voice {
    padding: 20px 10px 10px 10px !important;
    min-width: 400px !important;
  }
}
@media (max-width: 565px) {
  .client-voices-section .client-voices .voice {
    min-width: 343px !important;
    gap: 10px;
  }
}
.client-voices-section .client-voices .voice .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}
@media (max-width: 565px) {
  .client-voices-section .client-voices .voice .content {
    flex-direction: column;
    gap: 10px;
  }
}
.client-voices-section .client-voices .voice .content .img {
  min-width: 31px;
  height: 26px;
}
.client-voices-section .client-voices .voice .content p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 991px) {
  .client-voices-section .client-voices .voice .content p {
    font-size: 14px;
  }
}
.client-voices-section .client-voices .voice .content-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.client-voices-section .client-voices .voice .content-author .author-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.client-voices-section .client-voices .voice .content-author .author-name .img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 40px;
}
.client-voices-section .client-voices .voice .content-author .author-name .img img {
  border-radius: 40px;
}
.client-voices-section .client-voices .voice .content-author .author-name p {
  color: var(--Black, #181818);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  font-style: italic;
}
@media (max-width: 675px) {
  .client-voices-section .client-voices .voice .content-author .author-name p {
    font-size: 14px;
  }
}
.client-voices-section .client-voices .voice .content-author p {
  color: #181818;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  font-style: italic;
}
@media (max-width: 675px) {
  .client-voices-section .client-voices .voice .content-author p {
    font-size: 14px;
  }
}
.client-voices-section .carousel-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .client-voices-section .carousel-nav {
    display: none;
  }
}
.client-voices-section .carousel-nav .button {
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: white;
  border: 1.5px solid #2f45ff;
  cursor: pointer;
}

.investment-charts-section .investment-charts {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts {
    padding: 80px 90px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .investment-charts-section .investment-charts {
    padding: 60px 50px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .investment-charts-section .investment-charts {
    padding: 80px 16px;
    gap: 40px;
  }
}
.investment-charts-section .investment-charts h2 {
  margin: initial;
  color: var(--Black, #181818);
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .investment-charts-section .investment-charts h2 {
    font-size: 32px;
  }
}
.investment-charts-section .investment-charts .graph-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 1200px) and (max-width: 991px) {
  .investment-charts-section .investment-charts .graph-section {
    gap: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .investment-charts-section .investment-charts .graph-section {
    gap: 40px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph {
  width: 63.3%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  /* IE/Edge Legacy */
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section .graph {
    width: 88.5%;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .investment-charts-section .investment-charts .graph-section .graph {
    width: 100%;
  }
}
@media (max-width: 565px) {
  .investment-charts-section .investment-charts .graph-section .graph {
    gap: 10px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph .chart-area {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
}
@media (max-width: 565px) {
  .investment-charts-section .investment-charts .graph-section .graph .chart-area {
    height: 186px !important;
  }
}
.investment-charts-section .investment-charts .graph-section .graph #investmentChart {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.investment-charts-section .investment-charts .graph-section .graph .returns-box {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  z-index: 2;
  pointer-events: auto;
  transition: left 0.2s, top 0.2s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 565px) {
  .investment-charts-section .investment-charts .graph-section .graph .returns-box {
    padding: 10px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph .returns-label {
  color: #181818;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 565px) {
  .investment-charts-section .investment-charts .graph-section .graph .returns-label {
    font-size: 10px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph .returns-value {
  color: #f9be08;
  text-align: center;
  font-family: Mate;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section .graph .returns-value {
    font-size: 24px;
  }
}
@media (max-width: 565px) {
  .investment-charts-section .investment-charts .graph-section .graph .returns-value {
    font-size: 14px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph .slider-container {
  width: 100%;
  position: relative;
}
.investment-charts-section .investment-charts .graph-section .graph .slider-value-thumb {
  position: absolute;
  top: 61px;
  left: 0;
  transform: translateX(-50%);
  pointer-events: none;
  transition: left 0.1s;
  color: #181818;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  font-style: italic;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 565px) {
  .investment-charts-section .investment-charts .graph-section .graph .slider-value-thumb {
    font-size: 10px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph .slider-label {
  margin-bottom: 10px;
  display: block;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #181818;
}
@media (max-width: 565px) {
  .investment-charts-section .investment-charts .graph-section .graph .slider-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph .slider-value-block {
  color: var(--Black, #181818);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  font-style: italic;
  width: -moz-fit-content;
  width: fit-content;
}
.investment-charts-section .investment-charts .graph-section .graph input {
  margin: initial;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range] {
  width: 100%;
  accent-color: #ffc107;
  height: 4px;
  border-radius: 4px;
  background: #ffe082;
  outline: none;
  box-shadow: none;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-top: -10px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range] + .thumb {
  background-color: white !important;
  display: none;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range] {
  width: 100%;
  accent-color: #f9be08;
  height: 2px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(to right, #f9be08 0%, #f9be08 calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * 100%), #fef8e1 calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * 100%), #fef8e1 100%);
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -9px;
  border: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-moz-range-track {
  height: 2px;
  border-radius: 4px;
  background: #fef8e1;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-moz-range-progress {
  background-color: #f9be08;
  height: 4px;
  border-radius: 4px;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-ms-fill-lower {
  background: #f9be08;
  border-radius: 4px;
  height: 4px;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]::-ms-fill-upper {
  background: #fef8e1;
  border-radius: 4px;
  height: 2px;
}
.investment-charts-section .investment-charts .graph-section .graph input[type=range]:focus {
  outline: none;
}
.investment-charts-section .investment-charts .graph-section .graph-calculator {
  display: flex;
  padding: 0px 40px 0px 80px;
  flex-direction: column;
  gap: 30px;
  width: 35%;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section .graph-calculator {
    padding: 0px 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .investment-charts-section .investment-charts .graph-section .graph-calculator {
    padding: initial;
    gap: 20px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph-calculator h2 {
  color: #181818;
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: initial;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section .graph-calculator h2 {
    font-size: 20px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .item1 {
  border-right: 1px solid #5676ff;
  padding-right: 20px !important;
  margin-bottom: 10px;
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .item2 {
  border-bottom: 1px solid #5676ff;
  padding-bottom: 20px !important;
  margin-left: 10px;
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .item3 {
  border-top: 1px solid #5676ff;
  padding-top: 20px !important;
  margin-right: 10px;
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .item4 {
  border-left: 1px solid #5676ff;
  padding-left: 20px !important;
  margin-top: 10px;
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .grid-item {
  display: flex;
  padding: 10px;
  flex-direction: column;
  gap: 5px;
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .grid-item h3 {
  color: #181818;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: initial;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .grid-item h3 {
    font-size: 14px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .grid-item p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section .graph-calculator .cal-types .grid-container .grid-item p {
    font-size: 12px;
  }
}
.investment-charts-section .investment-charts .graph-section .graph-calculator a {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #2f45ff;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1200px) {
  .investment-charts-section .investment-charts .graph-section .graph-calculator a {
    font-size: 12px;
  }
}

.investments-slider {
  background: #f9be08;
}
.investments-slider .carousel {
  height: 100%;
}
.investments-slider .collections {
  padding: 15px 0;
}
@media (max-width: 1200px) {
  .investments-slider .collections {
    padding: 12px 0;
  }
}
@media (max-width: 565px) {
  .investments-slider .collections {
    padding: 10px 0;
  }
}
.investments-slider .collections .item {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-right: 25px;
}
@media (max-width: 565px) {
  .investments-slider .collections .item {
    margin-right: 15px;
  }
}
.investments-slider .collections .item p {
  color: #181818;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .investments-slider .collections .item p {
    font-size: 16px;
  }
}
.investments-slider .collections .item p span:first-child {
  font-weight: 600;
}
.investments-slider .collections .item .arrow {
  min-width: 23px;
  height: 23px;
}

.why-join-container {
  background: #fff;
}
.why-join-container .why-join-section {
  padding: 100px 130px;
  display: flex;
  gap: 60px;
}
@media (max-width: 1200px) {
  .why-join-container .why-join-section {
    padding: 60px 90px;
  }
}
.why-join-container .why-join-section .why-join-content-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 54.25%;
}
.why-join-container .why-join-section .why-join-content-section h2 {
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 70px */
}
.why-join-container .why-join-section .why-join-content-section p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.why-join-container .why-join-section .why-join-content-section .fnt-change {
  color: var(--Indigo-Blue, #2f45ff);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.why-join-container .why-join-section .why-join-content-section .style_change {
  font-style: normal;
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent {
  width: 48%;
  padding: 15px;
  border-radius: 0px 16px 16px 0px;
  border-left: 2px solid var(--Indigo-Blue, #2F45FF);
  background: rgba(232, 241, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent img {
  width: 20px;
  height: 20px;
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent h3 {
  color: #181818;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.why-join-container .why-join-section .why-join-image-section {
  border-radius: 10px;
  width:41%;
}
@media (max-width: 991px) {
    .why-join-container .why-join-section .why-join-image-section {
  border-radius: 10px;
  width:100%;
}
}
.why-join-container .why-join-section .why-join-image-section img {
  border-radius: 10px;
}



/*------financial-solutions-----------*/

.smart-investment .investment-details {
  display: flex;
  padding: 100px 130px;
  align-items: center;
  gap: 60px;
  width: 100%;
}
@media (max-width: 1200px) {
  .smart-investment .investment-details {
    padding: 60px 90px;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .smart-investment .investment-details {
    padding: 60px 50px;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .smart-investment .investment-details {
    padding: 50px 16px;
    gap: 40px;
  }
}
.smart-investment .investment-details .investment-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media (max-width: 1200px) {
  .smart-investment .investment-details .investment-content {
    width: 43%;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .smart-investment .investment-details .investment-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .smart-investment .investment-details .investment-content {
    gap: 20px;
  }
}
.smart-investment .investment-details .investment-content p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .smart-investment .investment-details .investment-content p {
    font-size: 14px;
  }
}
.smart-investment .investment-details .investment-content .goal {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 0px 16px 16px 0px;
  border-left: 2px solid #2f45ff;
  background: rgba(232, 241, 255, 0.2);
}
.smart-investment .investment-details .investment-content .goal h3 {
  color: #2f45ff;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  font-style: italic;
}
@media (max-width: 1200px) {
  .smart-investment .investment-details .investment-content .goal h3 {
    font-size: 14px;
  }
}
.smart-investment .investment-details .investment-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 50%;
}
@media (max-width: 1200px) {
  .smart-investment .investment-details .investment-card {
    width: 55.3%;
  }
}
@media (max-width: 991px) {
  .smart-investment .investment-details .investment-card {
    width: 100%;
  }
}
@media (max-width: 564px) {
  .smart-investment .investment-details .investment-card {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.smart-investment .investment-details .investment-card .card-detail {
  display: flex;
  min-height: 250px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  background: radial-gradient(87.65% 73.45% at 76.35% 74.18%, rgba(248, 235, 170, 0.1) 0%, rgba(249, 190, 8, 0.1) 100%);
}
@media (max-width: 1200px) {
  .smart-investment .investment-details .investment-card .card-detail {
    padding: 15px;
    min-height: 100%;
  }
}
.smart-investment .investment-details .investment-card .card-detail img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.smart-investment .investment-details .investment-card .card-detail h3 {
  color: #f9be08;
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .smart-investment .investment-details .investment-card .card-detail h3 {
    font-size: 20px;
  }
}
.smart-investment .investment-details .investment-card .card-detail p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .smart-investment .investment-details .investment-card .card-detail p {
    font-size: 12px;
  }
}

.smart-financial-products {
  background: #f8f8f8;
}
.smart-financial-products .financial-products {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  .smart-financial-products .financial-products {
    padding: 60px 90px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .smart-financial-products .financial-products {
    padding: 60px 50px;
  }
}
@media (max-width: 565px) {
  .smart-financial-products .financial-products {
    padding: 80px 16px;
    gap: 40px;
  }
}
.smart-financial-products .financial-products h2 {
  color: #181818;
  text-align: center;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .smart-financial-products .financial-products h2 {
    font-size: 38px;
  }
}
@media (max-width: 565px) {
  .smart-financial-products .financial-products h2 {
    font-size: 32px;
  }
}
.smart-financial-products .financial-products .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .smart-financial-products .financial-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 565px) {
  .smart-financial-products .financial-products .products-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.smart-financial-products .financial-products .products-grid .product-item .img {
  height: 220px;
  border-radius: 10px 10px 0 0;
}
.smart-financial-products .financial-products .products-grid .product-item .img img {
  border-radius: 10px 10px 0 0;
}
.smart-financial-products .financial-products .products-grid .product-item .product-content {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1200px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content {
    padding: 15px;
    gap: 5px;
  }
}
@media (max-width: 565px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content {
    gap: 10px;
  }
}
.smart-financial-products .financial-products .products-grid .product-item .product-content h3 {
  color: #181818;
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 565px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content h3 {
    font-size: 20px;
  }
}
.smart-financial-products .financial-products .products-grid .product-item .product-content p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content p {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 565px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content p {
    -webkit-line-clamp: 2;
  }
}
.smart-financial-products .financial-products .products-grid .product-item .product-content a {
  color: #2f45ff;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .smart-financial-products .financial-products .products-grid .product-item .product-content a {
    font-size: 12px;
  }
}

.financial-solutios-banner .banner-container {
  position: relative;
}
.financial-solutios-banner .banner-container .banner-img {
  height: 550px;
  width: 100%;
  background: linear-gradient(0deg, rgba(213, 207, 178, 0.3) 0%, rgba(213, 207, 178, 0.3) 100%);
}
@media (max-width: 1200px) {
  .financial-solutios-banner .banner-container .banner-img {
    height: 450px;
  }
}
@media (max-width: 565px) {
  .financial-solutios-banner .banner-container .banner-img {
    height: 550px;
  }
}
.financial-solutios-banner .banner-container .banner-img img {
  opacity: 0.1;
}
.financial-solutios-banner .banner-container .banner-contents {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 70px 70px 70px;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .financial-solutios-banner .banner-container .banner-contents {
    padding: 20px 50px 50px 50px;
  }
}
@media (max-width: 565px) {
  .financial-solutios-banner .banner-container .banner-contents {
    padding: 20px 16px 50px 16px;
  }
}
.financial-solutios-banner .banner-container .banner-contents .breadcrumb ul {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  list-style: none;
}
.financial-solutios-banner .banner-container .banner-contents .breadcrumb ul li {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .financial-solutios-banner .banner-container .banner-contents .breadcrumb ul li {
    font-size: 10px;
  }
}
.financial-solutios-banner .banner-container .banner-contents .breadcrumb ul li a {
    cursor:pointer;
  color: #626262;
}
.financial-solutios-banner .banner-container .banner-contents .breadcrumb ul li:last-child{
  color: #181818;
}
.financial-solutios-banner .banner-container .banner-contents .contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
     width: 47%;
}
 @media (max-width: 1200px) {
     .financial-solutios-banner .banner-container .banner-contents .contents {
          width: 66%;
     }
 }
@media (max-width: 991px) {
  .financial-solutios-banner .banner-container .banner-contents .contents {
    width: 92%;
  }
}
@media (max-width: 565px) {
  .financial-solutios-banner .banner-container .banner-contents .contents {
    width: 100%;
  }
}
.financial-solutios-banner .banner-container .banner-contents .contents p {
  color: #2f45ff;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .financial-solutios-banner .banner-container .banner-contents .contents p {
    font-size: 14px;
  }
}
.financial-solutios-banner .banner-container .banner-contents .contents h1 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .financial-solutios-banner .banner-container .banner-contents .contents h1 {
    font-size: 38px;
  }
}
@media (max-width: 565px) {
  .financial-solutios-banner .banner-container .banner-contents .contents h1 {
    font-size: 32px;
  }
}
.financial-solutios-banner .banner-container .banner-contents .contents .sub-content {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1200px) {
  .financial-solutios-banner .banner-container .banner-contents .contents .sub-content {
    font-size: 14px;
  }
}
.financial-solutios-banner .banner-container .banner-contents .contents a {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #2f45ff;
  color: var(--White, #fff);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .financial-solutios-banner .banner-container .banner-contents .contents a {
    font-size: 12px;
  }
}


/*------About-page------*/



.what-makes-us-section {
  background: #f8f8f8;
}
.what-makes-us-section .what-makes-us-different {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .what-makes-us-section .what-makes-us-different {
    padding: 60px 90px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .what-makes-us-section .what-makes-us-different {
    padding: 60px 50px;
  }
}
@media (max-width: 565px) {
  .what-makes-us-section .what-makes-us-different {
    padding: 80px 16px;
    gap: 40px;
  }
}
.what-makes-us-section .what-makes-us-different .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}
.what-makes-us-section .what-makes-us-different .heading h2 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .what-makes-us-section .what-makes-us-different .heading h2 {
    font-size: 38px;
  }
}
@media (max-width: 565px) {
  .what-makes-us-section .what-makes-us-different .heading h2 {
    font-size: 32px;
  }
}
.what-makes-us-section .what-makes-us-different .heading p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .what-makes-us-section .what-makes-us-different .heading p {
    font-size: 14px;
  }
}
.what-makes-us-section .what-makes-us-different .items-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .what-makes-us-section .what-makes-us-different .items-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 565px) {
  .what-makes-us-section .what-makes-us-different .items-lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.what-makes-us-section .what-makes-us-different .items-lists .items {
  display: flex;
  min-height: 205px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 565px) {
  .what-makes-us-section .what-makes-us-different .items-lists .items {
    padding: 15px;
    gap: 10px;
    min-height: 100%;
  }
}
.what-makes-us-section .what-makes-us-different .items-lists .items .item-img {
  width: 40px;
  height: 40px;
}
.what-makes-us-section .what-makes-us-different .items-lists .items .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.what-makes-us-section .what-makes-us-different .items-lists .items .content h3 {
  color: #f9be08;
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 565px) {
  .what-makes-us-section .what-makes-us-different .items-lists .items .content h3 {
    font-size: 20px;
  }
}
.what-makes-us-section .what-makes-us-different .items-lists .items .content p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.meet-team-section .the-team {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .meet-team-section .the-team {
    padding: 60px 90px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .meet-team-section .the-team {
    padding: 60px 50px;
  }
}
@media (max-width: 565px) {
  .meet-team-section .the-team {
    padding: 80px 16px;
    gap: 40px;
  }
}
.meet-team-section .the-team .team-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 90.5%;
}
@media (max-width: 991px) {
  .meet-team-section .the-team .team-heading {
    width: 100%;
  }
}
@media (max-width: 565px) {
  .meet-team-section .the-team .team-heading {
    align-items: start;
  }
}
.meet-team-section .the-team .team-heading h2 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .meet-team-section .the-team .team-heading h2 {
    font-size: 38px;
  }
}
@media (max-width: 565px) {
  .meet-team-section .the-team .team-heading h2 {
    font-size: 32px;
  }
}
.meet-team-section .the-team .team-heading p {
  color: #626262;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .meet-team-section .the-team .team-heading p {
    font-size: 14px;
    text-align: left;
  }
}
.meet-team-section .the-team .team-profiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .meet-team-section .the-team .team-profiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 565px) {
  .meet-team-section .the-team .team-profiles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.meet-team-section .the-team .team-profiles .profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.meet-team-section .the-team .team-profiles .profile .profile-img {
  height: 280px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 565px) {
  .meet-team-section .the-team .team-profiles .profile .profile-img {
    height: 343px;
  }
}
.meet-team-section .the-team .team-profiles .profile .profile-img img {
  border-radius: 10px;
}
.meet-team-section .the-team .team-profiles .profile .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.meet-team-section .the-team .team-profiles .profile .content h3 {
  color: #181818;
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 565px) {
  .meet-team-section .the-team .team-profiles .profile .content h3 {
    font-size: 20px;
  }
}
.meet-team-section .the-team .team-profiles .profile .content p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .meet-team-section .the-team .team-profiles .profile .content p {
    font-size: 14px;
  }
}

.ganadeesha-story-section .strory-section {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
}
@media (max-width: 1439px) {
  .ganadeesha-story-section .strory-section {
    padding: 60px 90px;
    gap: 30px;
  }
}
@media (max-width: 1160px) {
  .ganadeesha-story-section .strory-section {
    padding: 60px 60px;
  }
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section {
    padding: 60px 50px;
  }
}
@media (max-width: 565px) {
  .ganadeesha-story-section .strory-section {
    padding: 50px 16px 40px 16px;
    gap: 40px;
  }
}
.ganadeesha-story-section .strory-section .story-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .story-heading {
    flex-direction: column;
    gap: 20px;
  }
}
.ganadeesha-story-section .strory-section .story-heading h2 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .ganadeesha-story-section .strory-section .story-heading h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .story-heading h2 {
    font-size: 32px;
  }
}
.ganadeesha-story-section .strory-section .story-heading p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 54.3%;
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .story-heading p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .story-heading p {
    width: 100%;
  }
}
.ganadeesha-story-section .strory-section .strory-details {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.ganadeesha-story-section .strory-section .strory-details .story-img {
  height: 541px;
  width: 44.1%;
  border-radius: 10px;
}
.ganadeesha-story-section .strory-section .strory-details .story-img img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .strory-details .story-img {
    height: 480px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .ganadeesha-story-section .strory-section .strory-details .story-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .strory-details {
    flex-direction: column;
  }
}
.ganadeesha-story-section .strory-section .strory-details .story-cards {
  width: 54.2%;
  max-height: 541px;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards {
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards {
    max-height: 533px;
  }
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details {
  display: flex;
  padding: 40px 40px 80px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 1;
  max-height: 390px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details {
    max-height: 393px;
  }
}
@media (max-width: 1200px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details {
    padding: 40px 40px 50px 40px;
  }
}
@media (max-width: 1160px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details {
    padding: 30px;
  }
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+1) {
  background: #f1f1f1;
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
  background: #fef8e1;
  margin-top: -292px;
}
@media (max-width: 1439px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -262px;
  }
}
@media (max-width: 1380px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -284px;
  }
}
@media (max-width: 1241px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -326px;
  }
}
@media (max-width: 1200px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -290px;
  }
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -253px;
  }
}
@media (max-width: 833px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -281px;
  }
}
@media (max-width: 779px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -322px;
  }
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -174px;
  }
}
@media (max-width: 655px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -217px;
  }
}
@media (max-width: 487px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -247px;
  }
}
@media (max-width: 452px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -285px;
  }
}
@media (max-width: 412px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -312px;
  }
}
@media (max-width: 391px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+2) {
    margin-top: -327px;
  }
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
  background: #e8f1ff;
  margin-top: -266px;
}
@media (max-width: 1439px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -245px;
  }
}
@media (max-width: 1372px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -269px;
  }
}
@media (max-width: 1241px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -305px;
  }
}
@media (max-width: 1200px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -261px;
  }
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -230px;
  }
}
@media (max-width: 833px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -260px;
  }
}
@media (max-width: 779px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -290px;
  }
}
@media (max-width: 767px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -155px;
  }
}
@media (max-width: 655px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -196px;
  }
}
@media (max-width: 487px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -226px;
  }
}
@media (max-width: 452px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -250px;
  }
}
@media (max-width: 412px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -268px;
  }
}
@media (max-width: 391px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details:nth-child(3n+3) {
    margin-top: -296px;
  }
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details.active {
  z-index: 5;
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details.active span {
  display: block;
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details h3 {
  color: #181818;
  font-family: Mate;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details h3 {
    font-size: 24px;
  }
}
.ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details span {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
}
@media (max-width: 991px) {
  .ganadeesha-story-section .strory-section .strory-details .story-cards .cards-details span {
    font-size: 14px;
  }
}


/* job-opening-css */


.ready-to-grow-container {
  background: #f8f8f8;
}
.ready-to-grow-container .cta-container {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1200px) {
  .ready-to-grow-container .cta-container {
    padding: 60px 90px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .ready-to-grow-container .cta-container {
    padding: 60px 50px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container {
    padding: 80px 16px;
    gap: 40px;
  }
}
.ready-to-grow-container .cta-container .cta-title h2 {
  text-align: center;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .cta-title h2 {
    font-size: 32px;
  }
}
.ready-to-grow-container .cta-container .cta-title p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .cta-title p {
    font-size: 14px;
  }
}
.ready-to-grow-container .cta-container .job-cards-container {
  display: flex;
  gap: 50px;
  width: 100%;
}
@media (max-width: 1200px) {
  .ready-to-grow-container .cta-container .job-cards-container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container {
    flex-direction: column;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-cards {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-cards {
    width: 100%;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card {
  border-radius: 10px;
  background: #fff;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card h3 {
  color: #181818;
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card h3 {
    font-size: 20px;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card hr {
  width: 240px;
  stroke-width: 1px;
  stroke: #d1d1d1;
}
@media (max-width: 991px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card hr {
    width: 100%;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card p {
  overflow: hidden;
  color: var(--Slate-Gray, #626262);
  text-overflow: ellipsis;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card p {
    font-size: 12px;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-cards .job-card a {
  color: var(--Indigo-Blue, #2f45ff);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.ready-to-grow-container .cta-container .job-cards-container .job-details {
  width: 50%;
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-details {
    width: 100%;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail {
  width:100%;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  display: flex;
   height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-detail {
    width: 100%;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .detail-title {
  display: flex;
  justify-content: space-between;
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .detail-title h3 {
  color: var(--Black, #181818);
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .detail-title h3 {
    font-size: 20px;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .detail-title a {
  width: 24px;
  height: 24px;
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing h4 {
  overflow: hidden;
  color: var(--Black, #181818);
  text-overflow: ellipsis;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 22.4px */
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing h4 {
    font-size: 12px;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing p {
  overflow: hidden;
  color: var(--Slate-Gray, #626262);
  text-overflow: ellipsis;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing p {
    font-size: 12px;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing ul li {
  overflow: hidden;
  color: var(--Slate-Gray, #626262);
  text-overflow: ellipsis;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 767px) {
  .ready-to-grow-container .cta-container .job-cards-container .job-detail .job-description .job-listing ul li {
    font-size: 12px;
  }
}
.ready-to-grow-container .cta-container .job-cards-container .job-detail a {
  color: var(--Indigo-Blue, #2f45ff);
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.no-open-positions{
    width:100% !important;
}
.no-open-positions p, .no-open-positions a{
font-family: Mate;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
}
.no-open-positions a{
    color: #FFA500;
}
@media (max-width:767px){
    .no-open-positions p, .no-open-positions a{
font-size: 20px;
}
}



/* why-join section */

.why-join-container {
  background: #fff;
}
.why-join-container .why-join-section {
  padding: 100px 130px;
  display: flex;
  gap: 60px;
}
@media (max-width: 1200px) {
  .why-join-container .why-join-section {
    padding: 60px 90px;
  }
}
@media (max-width: 991px) {
  .why-join-container .why-join-section {
    padding: 60px 50px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .why-join-container .why-join-section {
    padding: 80px 16px;
  }
}
.why-join-container .why-join-section .why-join-content-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 54.25%;
}
@media (max-width: 991px) {
  .why-join-container .why-join-section .why-join-content-section {
    width: 100%;
    gap: 10px;
  }
}
.why-join-container .why-join-section .why-join-content-section h2 {
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .why-join-container .why-join-section .why-join-content-section h2 {
    font-size: 32px;
  }
}
.why-join-container .why-join-section .why-join-content-section p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 767px) {
  .why-join-container .why-join-section .why-join-content-section p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .why-join-container .why-join-section .why-join-content-section p {
    margin-bottom: 20px;
  }
}
.why-join-container .why-join-section .why-join-content-section .fnt-change {
  color: #2f45ff;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 767px) {
  .why-join-container .why-join-section .why-join-content-section .fnt-change {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .why-join-container .why-join-section .why-join-content-section .fnt-change {
    margin: 20px 0px;
  }
}
.why-join-container .why-join-section .why-join-content-section .style_change {
  font-style: normal;
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent {
  width: 48%;
  padding: 15px;
  border-radius: 0px 16px 16px 0px;
  border-left: 2px solid var(--Indigo-Blue, #2f45ff);
  background: rgba(232, 241, 255, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1200px) {
  .why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent {
    width: 100%;
  }
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent img {
  width: 24px;
  height: 24px;
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent h3 {
  color: #181818;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 767px) {
  .why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent h3 {
    font-size: 14px;
  }
}
.why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 767px) {
  .why-join-container .why-join-section .why-join-content-section .why-join-detail .why-join-subcontent p {
    font-size: 12px;
  }
}
.why-join-container .why-join-section .why-join-image-section {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .why-join-container .why-join-section .why-join-image-section {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .why-join-container .why-join-section .why-join-image-section {
    max-height: 274px;
  }
}
.why-join-container .why-join-section .why-join-image-section img {
  border-radius: 10px;
}


/* faq-section */
.finance-options-wrappe .knowledge-section {
  background: #f8f8f8;
}
.finance-options-wrappe .knowledge-section .knowledge-level-container {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1200px) {
  .finance-options-wrappe .knowledge-section .knowledge-level-container {
    padding: 60px 90px;
  }
}
@media (max-width: 991px) {
  .finance-options-wrappe .knowledge-section .knowledge-level-container {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .finance-options-wrappe .knowledge-section .knowledge-level-container {
    padding: 80px 16px;
  }
}
.finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section,
.finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section h2,
.finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section h2 {
  color: #181818;
  font-family: Mate;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
}
@media (max-width: 767px) {
  .finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section h2,
  .finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section h2 {
    font-size: 24px;
  }
}
.finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section .finance-options,
.finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section .looking-buttons,
.finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section .finance-options,
.finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section .looking-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section .finance-options button,
.finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section .looking-buttons button,
.finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section .finance-options button,
.finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section .looking-buttons button {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: white;
  color: black;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  border-radius: 80px;
  border: 1px solid var(--Black, #181818);
  cursor:pointer;
}
@media (max-width: 767px) {
  .finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section .finance-options button,
  .finance-options-wrappe .knowledge-section .knowledge-level-container .Knowledge-finance-section .looking-buttons button,
  .finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section .finance-options button,
  .finance-options-wrappe .knowledge-section .knowledge-level-container .looking-for-section .looking-buttons button {
    font-size: 12px;
  }
}
.finance-options-wrappe .faq-container .faq-section {
  display: flex;
  padding: 100px 130px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1200px) {
  .finance-options-wrappe .faq-container .faq-section {
    padding: 60px 90px;
  }
}
@media (max-width: 991px) {
  .finance-options-wrappe .faq-container .faq-section {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .finance-options-wrappe .faq-container .faq-section {
    padding: 50px 16px;
    gap: 20px;
  }
}
.finance-options-wrappe .faq-container .faq-section h2 {
  color: var(--Black, #181818);
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 70px */
  margin-bottom:30px;
}
@media (max-width: 767px) {
  .finance-options-wrappe .faq-container .faq-section h2 {
    font-size: 32px;
    margin-bottom:20px;
  }
}
.finance-options-wrappe .faq-container .faq-section .accordion-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  /*border-radius: 10px 10px 0px 0px;*/
 border-top: 1px solid #f9be08;
border-left: 1px solid #f9be08;
border-right: 1px solid #f9be08;
border-bottom: none; /* explicitly remove bottom border if needed */
cursor:pointer;
}
.finance-options-wrappe .faq-container .faq-section .accordion-item:first-child {
    border-radius: 10px 10px 0px 0px;
}
.finance-options-wrappe .faq-container .faq-section .accordion-item:last-child {
    border-radius: 0px 0px 10px 10px;
    border-bottom: 1px solid #f9be08;
}

.finance-options-wrappe .faq-container .faq-section .accordion-item .accordian-list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .finance-options-wrappe .faq-container .faq-section .accordion-item .accordian-list {
    padding: 18px;
  }
}
.finance-options-wrappe .faq-container .faq-section .accordion-item .accordian-list .accordian-question {
  display: flex;
  justify-content: space-between;
}
.finance-options-wrappe .faq-container .faq-section .accordion-item .accordian-list .accordian-question h3 {
  font-family: Mate;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
@media (max-width: 767px) {
  .finance-options-wrappe .faq-container .faq-section .accordion-item .accordian-list .accordian-question h3 {
    font-size: 20px;
  }
}
.finance-options-wrappe .faq-container .faq-section .accordion-item .accordian-list .accordian-question img {
  width: 24px;
  height: 24px;
}
.finance-options-wrappe .faq-container .faq-section .accordion-item .accordian-list p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.finance-options .active,
.looking-buttons .active {
  background: #2F45FF !important;
  color: #fff !important;
}

/* Hide the toggle-answer <p> by default */
.toggle-answer {
  display: none;
  transition: all 0.3s;
}

/* Rotate the image when open */
.toggle-img.rotated {
  transform: rotate(-180deg);
  transition: transform 0.3s;
}

/* Optionally, animate the image back */
.toggle-img {
  transition: transform 0.3s;
  cursor:pointer;
}
.toggle-answer {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
  transition: 
    opacity 0.3s ease,
    transform 0.3s ease,
    max-height 0.3s ease;
}

/* Add an 'open' class when visible */
.toggle-answer.open {
    display: block;
  opacity: 1;
  transform: translateY(0);
  max-height: 500px; /* Large enough for your content */
}












/*-----smart&tools page--------*/

.money-decisions-section .decisions {
  display: flex;
  gap: 60px;
  display: flex;
  padding: 0px 130px;
  padding-top: 100px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1200px) {
  .money-decisions-section .decisions {
    padding: 0px 90px;
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .money-decisions-section .decisions {
    padding: 0px 50px;
    padding-top: 60px;
    gap: 40px;
  }
}
@media (max-width: 565px) {
  .money-decisions-section .decisions {
    padding: 0px 16px;
    padding-top: 50px;
    flex-direction: column;
  }
}
.money-decisions-section .decisions .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 54.3%;
}
@media (max-width: 565px) {
  .money-decisions-section .decisions .content {
    width: 100%;
  }
}
.money-decisions-section .decisions .content p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .money-decisions-section .decisions .content p {
    font-size: 14px;
  }
}
.money-decisions-section .decisions .decision-img {
  height: 274px;
  width: 40.8%;
  border-radius: 10px;
}
@media (max-width: 565px) {
  .money-decisions-section .decisions .decision-img {
    width: 100%;
  }
}
.money-decisions-section .decisions .decision-img img {
  border-radius: 10px;
}




.money-decision-calculator .calculator-section {
  padding: 100px 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1200px) {
  .money-decision-calculator .calculator-section {
    padding: 60px 90px;
  }
}
@media (max-width: 991px) {
  .money-decision-calculator .calculator-section {
    padding: 60px 50px;
    padding-right: initial;
  }
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section {
    padding: 50px 16px;
    gap: 40px;
    padding-right: initial;
  }
}
.money-decision-calculator .calculator-section .calculator-types {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .money-decision-calculator .calculator-section .calculator-types {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
  }
}
.money-decision-calculator .calculator-section .calculator-types button {
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  color: #181818;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 80px;
  border: 1px solid #181818;
  background-color: white;
  cursor: pointer;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculator-types button {
    font-size: 12px;
  }
}
.money-decision-calculator .calculator-section .calculator-types .active {
  background: #2F45FF;
  color: white;
  border: none;
}
.money-decision-calculator .calculator-section .calculators-details {
  width: 100%;
}
@media (max-width: 991px) {
  .money-decision-calculator .calculator-section .calculators-details {
    padding-right: 50px;
  }
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details {
    padding-right: 16px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .heading {
    gap: 20px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .heading h2 {
  color: #181818;
  font-family: Mate;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .heading h2 {
    font-size: 38px;
  }
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .heading h2 {
    font-size: 32px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .heading p {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .heading p {
    font-size: 14px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body {
  width: 100%;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 20px;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 991px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph {
    flex-direction: column;
  }
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph {
    padding: initial;
    gap: 20px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area {
  position: relative;
  height: 397px;
  width: 51%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area {
    width: 100%;
  }
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area {
    height: 287px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area #sip-calculator {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area .returns-box {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  z-index: 2;
  pointer-events: auto;
  transition: left 0.2s, top 0.2s;
  display: flex;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area .returns-box {
    padding: 20px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area .returns-label {
  color: #181818;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area .returns-label {
    font-size: 14px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area .returns-value {
  color: #f9be08;
  text-align: center;
  font-family: Mate;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .chart-area .returns-value {
    font-size: 24px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section {
  width: 45.7%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 991px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section {
    width: 100%;
  }
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section {
    gap: 30px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container {
    gap: 30px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view .slider-value-thumb {
  pointer-events: none;
  transition: left 0.1s;
  color: #181818;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
  font-style: italic;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 20px;
  border-radius: 2px;
  background: var(--Yellow-Gradient, radial-gradient(87.65% 73.45% at 76.35% 74.18%, rgba(248, 235, 170, 0.1) 0%, rgba(249, 190, 8, 0.1) 100%));
  width: 100px;
  justify-content: end;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view .slider-value-thumb {
    font-size: 10px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view .slider-label {
  display: block;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #181818;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view .slider-label {
    font-size: 14px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view .in-value {
  display: flex;
  gap: 20px;
  width: 100px;
  background: var(--Yellow-Gradient, radial-gradient(87.65% 73.45% at 76.35% 74.18%, rgba(248, 235, 170, 0.1) 0%, rgba(249, 190, 8, 0.1) 100%));
  border-radius: 2px;
  padding: 10px;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view .in-value .ruppee {
  color: #181818;
  text-align: right;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper .slider-value-view .in-value .slider-value-thumb {
  width: 100%;
  background: initial;
  border-radius: initial;
  padding: initial;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input {
  margin: initial;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range] {
  width: 100%;
  accent-color: #f9be08;
  height: 2px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(to right, #f9be08 0%, #f9be08 calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * 100%), #fef8e1 calc((var(--val) - var(--min)) / (var(--max) - var(--min)) * 100%), #fef8e1 100%);
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -9px;
  border: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-moz-range-track {
  height: 2px;
  border-radius: 4px;
  background: #fef8e1;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-moz-range-progress {
  background-color: #f9be08;
  height: 4px;
  border-radius: 4px;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ffeb85;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-ms-fill-lower {
  background: #f9be08;
  border-radius: 4px;
  height: 4px;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]::-ms-fill-upper {
  background: #fef8e1;
  border-radius: 4px;
  height: 2px;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .slider-container .slider-wrapper input[type=range]:focus {
  outline: none;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .summary-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .summary-row .summary-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .summary-row .summary-col .summary-label {
  color: #626262;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .summary-row .summary-col .summary-label {
    font-size: 12px;
  }
}
.money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .summary-row .summary-col .summary-value {
  color: #181818;
  text-align: right;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 565px) {
  .money-decision-calculator .calculator-section .calculators-details .calculator .calculator-body .graph .value-set-section .summary-row .summary-col .summary-value {
    font-size: 12px;
  }
}





/* career form section */
.carrer-form-section .carrer-form-wrapper{
    padding:100px 130px;
    display:flex;
    flex-direction:column;
    gap:30px;
}
.carrer-form-section .carrer-form-wrapper h2{
    color: var(--Black, #181818);
font-family: Mate;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 70px */
}
.carrer-form-section .carrer-form-wrapper .carrer-contact-form{
    padding:40px;
    border-radius: 10px;
background: #FEF8E1;
}

.carrer-form-section .carrer-form-wrapper p, .carrer-form-section .carrer-form-wrapper p a{
color:#181818;
font-family: Mate;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
}
@media (max-width:1200px){
  .carrer-form-section .carrer-form-wrapper{
    padding:80px 90px;
}  
.carrer-form-section .carrer-form-wrapper h2{
    color: var(--Black, #181818);
font-family: Mate;
font-size: 38px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 70px */
}
}
@media (max-width:991px){
   .carrer-form-section .carrer-form-wrapper{
    padding:60px 60px;
    } 
    .carrer-form-section .carrer-form-wrapper .carrer-contact-form{
        padding:15px;
    }
}
@media (max-width:767px){
    .carrer-form-section .carrer-form-wrapper{
    padding:80px 16px;
    gap:40px;
    }
    .carrer-form-section .carrer-form-wrapper h2{
    font-size: 32px;
    }
    .carrer-form-section .carrer-form-wrapper p, .carrer-form-section .carrer-form-wrapper p a{
        font-size:20px;
    }
}



/* contact-form-section */
.form-section .wpcf7 form {
    display:flex;
    flex-direction:column;
    gap:10px;
}
.form-section .wpcf7 form p .wpcf7-form-control-wrap input, .form-section .wpcf7 form p select, .form-section .wpcf7 form p textarea{
border-radius: 6px;
border: 0.5px solid var(--Ash-Gray, #D1D1D1);
background: var(--White, #FFF);
padding: 15px 10px;
    outline: none;
    font-size: 14px;
    color: #626262;
}
.form-section .wpcf7 form p .wpcf7-form-control-wrap input{
    border-bottom:none;
    height:100%;
    margin:0px;
    color: #626262;
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
width:100%;
outline:none;
}

.form-section .wpcf7 form p .wpcf7-form-control-wrap input::placeholder, .form-section .wpcf7 form p textarea::placeholder, .form-section .wpcf7 form p select::placeholder{
    color: #626262;
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
/*.form-section .wpcf7 form p textarea{*/
/*    border:none;*/
/*    padding:0px;*/
/*    height:24px;*/
/*    outline:none;*/
/*}*/


.form-section .wpcf7 form p select{
    display:block;
    /*background-color: white; */
    /*width: 100%;*/
    /*padding: 0px;*/
    color: #626262;
    /*border:none;*/
    /*border-radius:0px; */
    height: 100%;
    /*outline:none;*/
}

.form-section .wpcf7 form p .submit-btn {
    display: flex;
padding: 15px 30px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 80px;
background: #2F45FF;
color: #FFF;
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
cursor:pointer;
}
.form-section .wpcf7 form p:last-of-type {
    width: fit-content;
    padding: 0px;
    display: flex;
    background: none;
    border: none;
    margin-top:10px;
}
.form-section .wpcf7 form p .wpcf7-spinner{
    align-self:center;
    visibility: visible;
}

.form-section .wpcf7 form p select option{
    color: #626262;
font-family: "Noto Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
/*.form-section .wpcf7 form .wpcf7-response-output{*/
/*    display:none;*/
/*}*/
.form-section .wpcf7 form p .wpcf7-form-control-wrap input{
    box-sizing: border-box
}
.form-section input[type=file]{
    
}

.custom-file-input{
    position:relative;
}
.wpcf7-not-valid-tip{
 color: #FF1F25;
font-family: "Noto Sans";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 19.2px */
margin-top:5px;
}
@media (max-width:767px){
    .wpcf7-not-valid-tip{
        font-size: 10px;
    }
    .form-section .wpcf7 form p select option, .form-section .wpcf7 form p .submit-btn, .form-section .wpcf7 form p .wpcf7-form-control-wrap input::placeholder, .form-section .wpcf7 form p textarea::placeholder, .form-section .wpcf7 form p select::placeholder, .form-section .wpcf7 form p .wpcf7-form-control-wrap input{
         font-size: 12px;
    }
}
/*.custom-file-input:before{*/
/*    content: var(--file-name, "Upload CV*");*/
/*    border-bottom: 1px solid rgba(228, 229, 230, .1);*/
/*    padding: 20px;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*    height: 100%;*/
/*    top:0;*/
/*    color: #b4bbc5;*/
/*}*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a i span {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

.container {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */