/* Extracted Inline Styles */
section#about ul li {
  font-size: 18px;
}

/* Extracted Inline Styles */
#we-meet .warpper {
  padding: 0px;
}

#we-meet .warpper {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  width: 100%;
  padding: 0 15px;
  /* border: 2px solid #0167FF; */
  border-radius: 11px;
  padding: 0;
}

#we-meet .radio {
  display: none;
}

#we-meet .tabs {
  max-width: 300px;
  width: 100%;
  display: grid;
  justify-content: center;
}

#we-meet #one:checked~.tabs #one-tab,
#we-meet .tabs #one-tab:hover {
  background-color: #0167ff;
  border-color: #0167ff;
  position: relative;
  color: #fff;
  border-right: 0px solid #fff !important;
}

#we-meet #two:checked~.tabs #two-tab,
#we-meet .tabs #two-tab:hover {
  background-color: #0167ff;
  border-color: #0167ff;
  position: relative;
  color: #fff;
  border-right: none !important;
}

#we-meet #three:checked~.tabs #three-tab,
#we-meet .tabs #three-tab:hover {
  background-color: #0167ff;
  border-color: #0167ff;
  position: relative;
  color: #fff;
  border-left: none;
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab {
  background: #fffffff6;
  color: #000;
}

#we-meet .tabs #one-tab {
  border-top: 1px solid;
  border-radius: 9px 9px 0 0;
}

#we-meet .tabs #three-tab {
  border-radius: 0px 0px 9px 9px;
}

#fundsm .tab {
  font: 500 18px 'Open Sans';
  height: 74px;
  padding: 0px 16px;
  background: #fff;
  width: 282px;
  cursor: pointer;
  display: inline-flex;
  text-align: left;
  align-items: center;
  justify-content: left;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}

#one:checked~.panels #one-panel,
#two:checked~div#two-panel,
#three:checked~div#three-panel {
  display: block;
}

.panel {
  display: none;
}

div#one-panel .col-lg-2 {
  flex: 0 0 auto;
  width: 20%;
}

/* Extracted Inline Styles */
#fundsm .tab-content .meet-box:hover p.small-text {
  color: #fff !important;
}

#fundsm p.small-text {
  font-size: 12px !important;
  text-align: right;
  color: #000 !important;
}

#fundsm .tab-content .meet-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

/* #fundsm .col-lg-2 .meet-box ul {
      color: #000;
    }

    #fundsm .tab-content .meet-box {
      background-color: #fff;
    }

    #fundsm .tab-content .meet-box:hover {
      background-color: #000;
    } */

#fundsm .meet-box {
  height: 100%;
  position: relative;
  border-bottom: 1px solid black;
  padding: 12px 14px;
  /* border: 1px solid #0167FF; */
  /* padding: 100px 56px 30px 36px; */
  /* border-radius: 20px; */
  background: #fff;
}

#fundsm #two-panel .meet-box {
  /* padding: 30px 36px 10px 36px; */

}

#fundsm ul {
  margin-bottom: 0;
  color: black;
}

/* #fundsm .tab-content .meet-box:hover h3,
    #fundsm .col-lg-2 .meet-box:hover p,
    #fundsm .col-lg-4 .meet-box:hover p,
    #fundsm .meet-box:hover ul li {
      color: #fff;
    } */

/* #fundsm .col-lg-2 .meet-box,
    #fundsm .col-lg-4 .meet-box {
      padding: 40px 26px 30px 26px;
    } */

#fundsm .col-lg-2 .meet-box ul,
#fundsm .col-lg-4 .meet-box ul {
  padding-left: 20px;
  font-weight: 500;
  font-size: 17px;
}

.box {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.box .tab-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.box .tab-list::before {
  content: '';
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 0;
  transition: .3s;
}

.box .tab-item {
  flex: 1;
  text-align: center;
  transition: .3s;
  opacity: 0.5;
}

.box .tab-toggle {
  display: none;
}

.box .tab-content {
  display: none;
}

.box .tab-toggle:nth-child(1):checked~.tab-list .tab-item:nth-child(1),
.box .tab-toggle:nth-child(2):checked~.tab-list .tab-item:nth-child(2),
.box .tab-toggle:nth-child(3):checked~.tab-list .tab-item:nth-child(3) {
  opacity: 1;
}

.box .tab-toggle:nth-child(2):checked~.tab-list::before {
  transform: translateX(100%);
}

.box .tab-toggle:nth-child(3):checked~.tab-list::before {
  transform: translateX(200%);
}

.box .tab-toggle:nth-child(1):checked~.tab-container .tab-content:nth-child(1),
.box .tab-toggle:nth-child(2):checked~.tab-container .tab-content:nth-child(2),
.box .tab-toggle:nth-child(3):checked~.tab-container .tab-content:nth-child(3) {
  display: block;
}

.box .tab-trigger {
  background-color: #2a07e8;
  display: block;
  color: #fff;
  padding: 22px 20px 20px 20px;
  font-size: 32px;
  font-weight: 600;
  cursor: pointer;
}

.box .tab-container {
  padding: 15px 30px;
}

/* Extracted Inline Styles */
#we-meett .col-lg-3 .meet-box {
  /* min-height: 270px; */
  height: 100%;
  position: relative;
  border: 1px solid #0167FF;
  padding: 36px 56px 30px 36px;
  border-radius: 20px;
  background: #fff;
}

#we-meett .col-lg-3 .meet-boxbdr {
  border-color: #E17523 !important;
}

.meet-box img {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 80px;
}

#we-meett .col-lg-3 h3 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
}

/* Extracted Inline Styles */
body.lang-en.responsive.technology .formidium-section-gap {
  padding-top: 4rem;

}

.meet-box-center {
  border: 1px solid #0167FF;
  border-radius: 15px;
}

.formidium-banner-tech-page .container {
  position: relative;
  z-index: 2;
}

.formidium-banner-tech-page {
  height: 560px;
  padding-top: 15rem;
  padding-bottom: 11rem;
  position: relative;
  background: url(../img/jan-design/new-background.svg?v=202507091038);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #we-meett .col-lg-3 .meet-box {
    padding: 30px 56px 30px 24px;
  }

  #we-meett .col-lg-3 .meet-box h3 {
    font-size: 28px;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #fundsm .tab {
    font: 500 18px 'Open Sans';
  }

  #we-meett .col-lg-3 .meet-box {
    padding: 32px 10px 30px 18px;
  }

  #we-meett .col-lg-3 .meet-box h3 {
    font-size: 22px;
  }
}

@media (max-width: 991.98px) {
  #we-meet .tabs {
    display: block !important;
  }

  #fundsm .tab {
    width: 100% !important;
  }

  #fundsm .tabs #one-tab {
    border-radius: 9px 9px 0 0px;
  }

  #fundsm .tabs #three-tab {
    border-radius: 0 0px 9px 9px;
  }

  .panels .tab-content .col-lg-4 {
    margin-bottom: 2rem;
  }


  #csd {
    margin-top: 58px;
    padding-bottom: 0;
    margin-bottom: 56px;

  }

  #csd .col-lg-8 {
    order: 2;
    margin-top: 50px;
  }

  #csd .col-lg-4 {
    order: 1;
  }

  #we-meet .warpper {
    display: block;
  }

  #we-meett .col-lg-3 h3 {
    font-size: 24px;
  }

  #we-meett .col-lg-3 .meet-box {
    padding: 50px 56px 30px 36px;
  }

  #we-meet {
    margin-bottom: 0 !important;
  }

  /* #one:checked~.panels #one-panel,
      #two:checked~div#two-panel,
      #three:checked~div#three-panel {
        margin-top: 2rem;
      } */

  .panel .row.mb30px-mob.px-4.pb-4 {
    margin: 0;
  }

  #fundsm .meet-box {
    padding-top: 2rem !important;
  }

  #we-meet .tabs {
    place-self: anchor-center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {

  .header-banner {
    padding-top: 9rem;
    height: auto;
    padding-bottom: calc(5rem - 2rem);
  }
}

.formidium-banner-tech-page::after {
  /* filter: opacity(100%);
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/fund-admin/header-wave.svg?v=202507091038);
    background-size: 100% 100%;
    bottom: -6rem;
    left: 0px;
    position: absolute;
    display: inline-block;
    mix-blend-mode: overlay;
    z-index: 1;
    opacity: 1; */
}


header.formidium-banner-technology {

  /* background: linear-gradient(180deg, hsla(216, 100%, 50%, 1) -70%, hsla(228, 93%, 5%, 1) 19%, hsla(227, 100%, 5%, 1) 80%, hsla(216, 100%, 50%, 1) 109%); */


}

.techpage .meet-box-center {
  padding: 30px 20px 20px 20px;
  min-height: 280px;
  background: #fff;
}

.techpage .meet-box-center p {
  font-size: 16px;
}

#fundsm .meet-box p {
  font-size: 16px !important;
}

/* Extracted Inline Styles */
.box.card {
  height: auto;
  padding: 30px 24px;
  background-color: #000;
  border-radius: 22px;
  width: 96%;
  height: 520px;
}

.head-text {
  height: 78px;
  font-size: 32px;
  color: #fff;
  line-height: 38px;
  min-height: 62px;
  margin-bottom: 16px;
  font-weight: 600;
}

.box.card:hover {
  background-color: #fff;
}

.box.card:hover .head-text {
  color: #000;
}

.box.card:hover .styled-button span {
  color: #000;
}

header.formidium-banner-tech-page.header-banner h1 {
  font-size: 48px;
  font-weight: 300;
  text-align: left !important;
  padding: 0;
}

#two:checked~div#two-panel p,
#three:checked~div#three-panel p {
  /* margin-left: 15px; */
  font-size: 16px !important;
  margin-bottom: 8px;
}

#two:checked~div#two-panel li,
#three:checked~div#three-panel li {
  margin-bottom: 8px;
}