/*------------------------------
    >>>Css Indexing
    ------------------
    01.Global Css

*/
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* ==============================
Header Style
================================= */
header#masthead {
  position: absolute;
  left: 0;
  right: 0;
}

.navbar-expand-lg .navbar-collapse {
  align-items: center;
  justify-content: center !important;
}

.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav {
    text-align: center;
    display: flex;
    align-items: center;
    height: 50px;
    background: #FFFFFF0F;
    border-radius: 50px;
    padding: 0 36px;
}

.header-button {
  padding: 18px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

a.header-button:hover {
  background: #a4f22a;
  border-color: #a4f22a;
  color: #000;
}

ul#menu-mani-menu {
  position: relative;
}

ul#menu-mani-menu .current-menu-item a {
  color: #00ffab;
}

ul#menu-mani-menu .current-menu-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00ffab;
  top: 50%;
  top: 48%;
  left: -9px;
}

.header-light ul#menu-mani-menu .current-menu-item a {
  color: #008054;
}

.header-light ul#menu-mani-menu .current-menu-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #008054;
  top: 50%;
  top: 48%;
  left: -9px;
}

/* Hero Marquee Slider */

.swiper-wrapper {
    transition-timing-function: linear !important; 
  }

.hero-slider-title{
    font-size: 38px;
    font-weight: 500;
    color: #fff;
}

.hero-small-block{
    overflow: hidden;
}

.single-hero-slide {
  overflow: hidden;
}

.hero-slider .swiper-slide {
    background-color: #00000000 !important ;
    padding:0px !important;
}

.one-top-part {
    padding: 37px 20px 0;
    clip-path:polygon(9% 9%, 100% -71%, 100% 175%, -65% 80%);
    height: 50%;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.one-top-part img{
    width: max-content;
}

.one-bottom-part {
    position: relative;
    height: 50%;
    padding: 20px;
    margin-top: 12px;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 172%);
    min-width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.hero-thumbnail {
    height: 100% !important;
}

.hero-small-block {
    height: 100%;
}

.hero-thumbnail img {
    height: 100%;
    object-fit: cover;
}

.slide-subtitle{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.brand-logo {
    margin-top: 46px;
}

.brand-logo {
    margin-top: 46px;
    padding-left: 15px;
}

.brand-logo img {
    width: 46px !important;
    height: 46px !important;
    background: #EBEBFF;
    border-radius: 50% !important;
    padding: 11px;
    border: 2px solid #fff !important;
    margin-left: -15px;
}

.one-bottom-part h2{
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 6px;
}

.one-bottom-part p{
    color: #000;
    margin-bottom: 0;
}

.two-top-part {
    position: relative;
    padding-bottom: 12px;
    clip-path: polygon(0 -55%, 100% 13%, 100% 100%, 0% 183%);
    min-width: 260px;
}

.two-top-content {
    position: absolute;
    z-index: 22;
    bottom: 20px;
    left: 20px;
}

.two-top-content p {
    color: #fff;
}

.two-bottom-part {
    position: relative;
    clip-path: polygon(-69% 0%, 100% 0%, 100% 100%, 83% 186%);
    min-width: 260px;
}
.investors-bg-image,
.portfolio-deals-bg{
    width: 100%;
}

.two-bottom-wrap {
    position: absolute;
    top: 18px;
    left: 36px;
}

.two-bottom-top {
    position: relative;
    display: inline-block;
    width: 130px;
    margin-bottom: 20px;
}

.two-bottom-top-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.two-bottom-top-content h2 {
    font-size: 20px;
    font-weight: 600;
}

.two-bottom-top-content p {
    color: #000;
    font-size: 8px;
}

.two-bottom-bottom {
    position: relative;
    margin-left: 26px;
}

.two-bottom-down {
    position: absolute;
    top: 0;
    padding: 10px;
}

.two-bottom-down span {
    color: #000;
    font-size: 8px;
}

.two-bottom-down h2 {
    font-size: 20px;
}


/*
    Map Area
*/
.map-image {
  position: relative;
}

.map-image svg path {
    fill: #413b3a;
}

svg.map-area {
    width: 100%;
}

/* Example style, change as needed */
.path2.hover-active {
fill: #ff0000; /* or any style you want for active state */
}

path.path1:hover{
    fill: rgb(3, 218, 107);
}


.map-card-wrap {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.map-hover-part {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 25px 18px;
    text-align: left;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 183%);
    width: 300px;
}

.map-card-wrap.active .map-hover-part {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.map-card-wrap.active {
    z-index: 9999;
  }

.map-card-title {
  font-size: 24px;
  font-weight: 700;
}

.position-image {
    margin-top: 15px;
    margin-bottom: 18px;
}

.map-hover-part p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.map-button {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-family: 'ApercuPro';
}
.map-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #030517;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  z-index: 5;
}

.hero-thumbnail {
    height: 100% !important;
}

.hero-thumbnail img {
    height: 100% !important;
    object-fit: cover;
}

/* .map-card-wrap:hover .map-hover-part {
    opacity: 1;
} */

.map-dot span {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #030517;
  opacity: 0.6;
  z-index: -1;
  animation: bubble 1.5s infinite ease-out;
}

@keyframes bubble {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
/* --------------------------
Our Fund Page Style 
----------------------------*/
.fund-study-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 93px;
    position: relative;
    padding-top: 15px;
}

.filter-wrapper {
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
  gap: 32px;
}

#fund-filter {
    display: block;
    align-items: center;
}

select#fund_status, select#fund_location {
    padding: 11px;
    background: #fff;
    font-size: 18px;
    border-color: #D0D5DD;
}

.fund-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
 
.sortby, .region {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;

    select {
        background: #F8F8F8;
        padding: 0 5px;
        height: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        width: 172px;
      }
      
      svg {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #3097D1;
        width: 15px;
        height: 15px;
      }

}

.region select{
    width: 110px;
}

.style-line {
  height: auto;
  width: 1px;
  background: #eaecf0;
}

.single-fund-card {
  background-color: #fff;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.single-fund-card .single-fund-top {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}

.fund-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fund-area p {
  margin-bottom: 0;
}

.fund-status {
  background: #fde9d7;
  display: inline-block;
  padding: 8px 12px 8px 24px;
  line-height: 1em;
  border-radius: 100px;
  color: #f48c54;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.fund-status::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }
  
  .fund-status {
    position: relative;
    padding-left: 30px;
  }
  
  .fund-status.deployed {
    background: #BCF6D1;
    color: #186A39;
  }

  .fund-status.upcoming {
    background: #FFFA97;
    color: #186A39;
  }

  /* BCF6D1 */

  .fund-status::before {
    background-image: url('');
  }
  
  .fund-status.upcoming::before {
    background-image: url('../../../../themes/flat6labs/assets/img/upcoming.svg');
  }
  
  .fund-status.deploying::before {
    background-image: url('../../../../themes/flat6labs/assets/img/deploying.svg');
  }
  
  .fund-status.deployed::before {
    background-image: url('../../../../themes/flat6labs/assets/img/upcoming.svg');
  }


.fund-card-left-content h3 {
  font-size: 40px;
  font-weight: 600;
  color: #0d0d0d;
  margin-bottom: 24px;
  margin-top: 24px;
}

.fund-category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.fund-category li {
  border: 1px solid #000;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 500;
}

.fund-card-button {
    padding: 15px 28px;
    background: #A4F229;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 135px;
}

.single-fund-image {
  display: block;
  text-align: right;
}

.single-fund-image img {
    max-width: 200px !important;
}

.fund-area {
  margin-top: 32px;
  margin-bottom: 36px;
  gap: 56px;
}

p.target-geo-title {
    text-transform: capitalize;
}

.single-fund-area p {
  font-size: 16px;
  font-weight: 500;
}

.single-fund-area h2 {
  font-size: 40px;
  font-weight: 600;
}

.target-geo-image {
  display: flex;
  align-items: center;
  gap: 10px;
}

.more-target-geo {
  background: #eaecf0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.more-target-geo:hover {
    background: #A4F229;
}

.single-fund-bottom {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #EAECF0;
    padding-top: 24px;

}

.single-fund-bottom img {
    width: 100px;
}

.see-all-portfolio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 5px;
  text-transform: uppercase;
  color: #1e1e1e;
  cursor: pointer;
}

.portfolio-single-page .main-content .post-content.no-founding-members {
    width: 100%;
}

.funded-by-logo img {
    padding: 0px 5px;
}

.funded-by-logo {
    margin-top: 5px;
}

.see-all-portfolio.hidden {
  display: none;
}

.see-all-portfolio p {
  margin-bottom: 0px;
}

.style-shpe {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 72%,
    rgba(244, 247, 250, 1) 43%
  );
  bottom: 0;
  right: 0;
}

.geo-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}

.geo-img {
    overflow: hidden;
}

.geo-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    display: none;
  }
  
  .geo-gallery-wrapper.show-all .geo-hidden {
    opacity: 1;
    visibility: visible;
    display: block;
  }


/* --------------------------
Fund Investor Style 
----------------------------*/

.investor-image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.single-investor-image {
    background: #F4F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.flat6labs-portfolio-filters .main-content {
    width: 75%;
}
.flat6labs-portfolio-filters .filters:not(:last-child) {
    border-bottom: 1px solid #E5E7EB;
}
.flat6labs-portfolio-filters .post-count-sortby {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.flat6labs-portfolio-filters .post-count-sortby p{
    margin: 0;
}
.flat6labs-portfolio-filters .post-count-sortby select {
    padding: 6px 12px;
    border: 1px solid #D0D5DD;
}

/* --------------------------
Accordion Style 
----------------------------*/
.flat6labs-accordions .accordion {
    color: #1D2939;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    background: transparent;
    font-weight: 700;
    padding-right: 6px;
}
.flat6labs-accordions .active,
.flat6labs-accordions .accordion:hover {
}
.flat6labs-accordions .accordion:after {
    content: "\002B";
    color: #000000;
    font-weight: 600;
    float: right;
    margin-left: 5px;
    border: 1px solid #D0D5DD;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 16px;
}
.flat6labs-accordions .accordion.active:after {
  content: "\2212";
}
.flat6labs-accordions .panel {
  transition: max-height 0.2s ease-out;
  display: none;
  margin-bottom: 20px;
}
.flat6labs-accordions .filters .panel {
    max-height: 120px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 6px;
}
.flat6labs-accordions .panel label {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative;
    padding-left: 26px;
    color: #0D0D0D;
}
.flat6labs-accordions ul.sub-items {
    padding-left: 32px;
    display: none;
}
.flat6labs-accordions .panel li.has-sub-items > label {
    padding-left: 44px;
}
.flat6labs-accordions li.has-sub-items {
    position: relative;
}
.flat6labs-accordions .has-sub-items span.arrow-icon {
    position: absolute;
    left: 28px;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.flat6labs-accordions li.has-sub-items.open span.arrow-icon {
    transform: rotate(90deg) translate(2px,0px);
}
.see-more-wrapper {
    text-align: right;
}
a.see-more-portfolio {
    background: #A4F229;
    padding: 18px 24px;
    text-transform: uppercase;
    color: #0D0D0D;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}
/* Checkbox Custom Color */
.flat6labs-accordions label .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 1px solid #98A2B3;
}
.flat6labs-accordions label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.flat6labs-accordions label .arrow-icon svg {
    width: 14px;
}
/* On mouse-over, add a grey background color */
.flat6labs-accordions .panel label :hover input ~ .checkmark {
  background-color: #eee;
}
/* When the checkbox is checked, add a blue background */
.flat6labs-accordions .panel label  input:checked ~ .checkmark {
    background-color: #A4F229;
    color: #000000;
    border: 1px solid #A4F229;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.flat6labs-accordions .panel label  input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.flat6labs-accordions .panel label  .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.flat6labs-accordions .panel button {
    background: #F2F4F7;
    border: 0;
    outline: 0;
    margin-bottom: 8px;
    padding: 8px 16px;
    font-size: 12px;
    color: #0D0D0D;
}
.flat6labs-accordions .filters .panel button.active {
    background: #A4F229;
}
/* =========================
    Portfolio Filtering
   ==========================*/
.flat6labs-portfolio-filters {
    display: flex;
    margin-bottom: 24px;
}

.flat6labs-portfolio-filters .selected-filters span {
    background: #A4F229;
    padding: 5px 8px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
.flat6labs-portfolio-filters .selected-filters span svg {
    cursor: pointer;
}
.flat6labs-portfolio-filters a.clear-filter {
    color: #D92D20;
    display: block;
    text-align: right;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: end;
}
.flat6labs-portfolio-filters .main-content {
    width: 75%;
}
.flat6labs-portfolio-filters .filters:not(:last-child) {
    border-bottom: 1px solid #E5E7EB;
}
.flat6labs-portfolio-filters .post-count-sortby {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.flat6labs-portfolio-filters .post-count-sortby p{
    margin: 0;
}
.flat6labs-portfolio-filters .post-count-sortby select {
    padding: 6px 12px;
    border: 1px solid #D0D5DD;
}
.flat6labs-portfolio-filters span.count {
    background: #F2F4F7;
    padding: 5px 8px;
    color: #475467;
    font-size: 12px;
    line-height: 16px;
    min-width: 38px;
    text-align: center;
}
.flat6labs-portfolio-filters .portfolio-item {
    display: flex;
    background: #fff;
    position: relative;
}
.flat6labs-portfolio-filters .portfolio-item .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flat6labs-portfolio-filters .portfolio-item .item-header .location {
    font-size: 14px;
    font-weight: 400;
    color: #0D0D0D;
}
.flat6labs-portfolio-filters .image-wrapper {
    width: 40%;
    background: #EAF0F5;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.flat6labs-portfolio-filters .image-wrapper span {
    background: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 4px 12px 4px 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #0D0D0D;
}
.flat6labs-portfolio-filters .image-wrapper span:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #F45454;
    position: absolute;
    border-radius: 50%;
    left: 7px;
    top: 10px;
}
.flat6labs-portfolio-filters .content {
    width: 60%;
    padding: 24px;
}
.flat6labs-portfolio-filters .content .title {
    font-size: 24px;
}
.flat6labs-portfolio-filters .content .second-title{
    font-size: 18px;
}
.flat6labs-portfolio-filters .content  .tags button {
    border: 1px solid #0D0D0D;
    border-radius: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 18px;
    color: #0D0D0D;
}
.flat6labs-portfolio-filters .portfolio-item:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -6px;
    right: -37px;
    transform: rotate(-45deg);
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #f4f7fa;
}
.flat6labs-portfolio-filters .item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #EAECF0;
    margin-top: 12px;
}
.flat6labs-portfolio-filters .item-footer a {
    font-weight: 600;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
}

.filter-overlay {
    display: none;
}


.filter-by-year{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;

    .filter-year-wrap {
        width: 100%;
        flex-grow: 1;
    }
    select {
        background: #fff;
        padding: 0 5px;
        height: auto;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        width: 100%;
        padding: 4px 10px;
        border: 1px solid #98A2B3;
      }
      
      svg {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #3097D1;
        width: 15px;
        height: 15px;
      } 
      h3{
        color: #1D2939;
        font-size: 20px;
        font-weight: 700;
      }
}

/* Custom Scrollbar Design */
::-webkit-scrollbar {
  width: 2px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #98A2B3; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #010217; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #010217; 
}

/* =========================
  Testimonial Slider Style
 ============================= */
.testimonial-slider {
  overflow: hidden;
}

.single-testimonial-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 50%;
  width: 100% !important;
  margin: 0;
}
.swiper-pagination-bullet {
  padding: 3px 3px;
  border-radius: 0;
  width: auto;
  height: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.content-angle-shape {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -9%;
  top: -9%;
  background: #f4f7fa;
  transform: rotate(45deg);
}

.testimonial-content {
  position: relative;
  background: #fff;
  padding: 44px 65px 44px 44px;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.2em;
}

.testimonial-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.testimonial-description {
  padding: 24px 0px 178px;
}

.testimonial-author .author-name {
  font-size: 24px;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 1;
  margin-bottom: 8px;
}

.testimonial-author .author-designation {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.single-testimonial-slide .testimonial-thumbnail {
  height: 100%;
  position: relative;
}

.angle-shape {
  width: 100px;
  height: 100px;
  position: absolute;
  right: -9%;
  bottom: -9%;
  background: #f4f7fa;
  transform: rotate(45deg);
}

.single-testimonial-slide .testimonial-thumbnail img {
  height: 100%;
  object-fit: cover;
}

.testimonial-slide-arrow-wrap {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.testimonial-slider-nav {
  margin-top: 36px;
  width: 56px;
  height: 56px;
  border: 1px solid black;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.testimonial-slide-arrow-wrap .swiper-pagination-bullet {
    width: 13px;
    height: 8px;
    border-radius: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{
    background:#F48C54;
    width: 55px;
    height: 8px;
}

.portfolio-page .content-angle-shape, .portfolio-page .angle-shape{
    background: #fff;
}
/* ============================
    Blog Area Style
=============================== */
.blog-card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.blog-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-single-card .blog-thumbnail img {
  width: 100%;
  height: 100%;
}

.blog-content-wrap {
  background: black;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.style-shape {
  position: absolute;
  bottom: -17%;
  right: -6%;
  width: 54px;
  height: 69px;
  background: #f4f7fa;
  transform: rotate(45deg);
}

#bg-white .style-shape {
    background: #fff;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-date {
  margin-bottom: 0;
  margin-top: 16px;
  color: #fff;
  padding: 4px 16px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.blog-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1em;
}


/* 
    * Blog list Style
*/

.nav.nav-tabs {
  display: flex;
  gap: 12px;
  border: none;
}
.nav.nav-tabs .nav-item a {
  background: #fff;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #0b0919;
  border-radius: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: unset !important;
    isolation: inherit !important;
    border:none !important;
    
}

.nav.nav-tabs .nav-item a:hover {
    background-color: #a4f229;
}


.nav-tabs .nav-link {
    border: none !important;
}

.nav.nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.nav.nav-tabs .nav-item a.active {
  background: #a4f229;
}
.tab-content {
  margin-top: 48px;
}

.tab-content .blog-single-card .blog-content-wrap {
  background: #fff;
}

.tab-content .blog-single-card .blog-content-wrap a h2 {
  color: #000;
}

.tab-content .blog-single-card .blog-date {
  color: #000;
  border-color: #eaecf0;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 16px;
  margin-top: 20px;
}

.flat6lab-our-journey .journey-content {
    display: flex;
    align-items: center;
    gap: 145px;
}

.journey-text p {
    font-size: 18px;
    font-weight: 500;
}

.flat6lab-our-journey .journey-text {
  width: 50%;
}
.flat6lab-our-journey {
    padding-top: 150px;
}
.our-journey-thumbs {
    top: 85px;
    z-index: 999;
}
.flat6lab-our-journey-wrapper {
    margin-top: -30px;
}

.our-journey-thumbs .swiper-slide {
  top: 22px;
}
.our-journey-thumbs .swiper-slide .year{
    text-align: center;
    color: #98A2B3;
    font-size: 48px;
    font-weight: 600;
    cursor: pointer;
}
.our-journey-thumbs .swiper-slide.swiper-slide-thumb-active .year {
  color: #0d0d0d;
}
.flat6lab-our-journey
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: #186a39;
}
.our-journey-thumbs .swiper-slide.swiper-slide-thumb-active:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #A4F229;
    border: 2px solid #186A39;
    position: absolute;
    right: -10px;
    top: -22px;
    z-index: 999999999;
}

.our-journey-thumbs .swiper-slide.swiper-slide-thumb-active:last-child:after {
  right: -1px;
}

.journey-text h2 {
  font-size: 40px;
  line-height: 100%;
  color: #0d0d0d;
  margin-bottom: 24px;
}

.journey-style-shape{
    position: absolute;
    bottom: -9%;
    right: -3%;
    width: 70px;
    height: 90px;
    background: #fff;
    transform: rotate(45deg);
}

.blog-grid-wrapper .row {
    row-gap: 25px;
}

/* ================
    Footer Style
=================== */
.footer-section {
  padding-top: 80px;
}

.footer-list a {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 500;
}

ul.footer-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-mail a {
  color: #2bfdb8;
  font-size: 20px;
  font-weight: 500;
}

.footer-social-wrap ul li a {
    max-width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-bottom: 0;
}

.footer-social-wrap ul li a img{
    width: auto;
    height: auto;
    object-fit: contain;
}

.footer-social-wrap ul {
    display: flex;
    align-items: center;
    gap: 7px;
}

.row.footer-top-menu {
    margin-bottom: 120px;
    gap: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer-big-logo {
  max-width: 760px;
}
.footer-big-logo img{
    max-width: 200px;
}
.footer-mid a {
    margin-bottom: 24px;
    display: block;
}

.footer-aditional-menu-wrap {
  display: flex;
  gap: 20px;
}

.adiitional-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
}
.footer-aditional-menu-wrap a {
  color: #ffffff99;
  position: relative;
}

.footer-aditional-menu-wrap a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff99;
  left: -12px;
  border-radius: 50%;
}

.footer-aditional-menu-wrap a:hover {
  color: #2bfdb8;
}

/* ==================
Team card style
=================== */

.team-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.team-single-card {
    background: #F9FAFB;
    position: relative;
}

.team-thumbnail {
    width: 100%;
    padding-bottom: 190px;
    height: 588px !important;
    object-fit: cover;
}

.team-content {
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F9FAFB;
    height: auto;
    width: 100%;
}

.team-bottom-info {
    height: 63px;
}

.team-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.team-meta h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}

.team-meta span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.team-description {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
    display: block;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    overflow: hidden;
}

.team-social {
    padding-top: 16px;
    border-top: 1px solid #EAECF0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-social-wrap a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-social-wrap a img {
    width: 16px;
    height: 16px;
}

.team-social-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.team-social-wrap a:hover {
    background: #a4f12a;
}

.team-info-toggle {
    padding: 12px 20px;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.team-single-card.active .team-content {
    background: #A4F229; /* Light green background */
}

.team-single-card.active .team-description {
    opacity: 1;
    height: auto;
    padding-bottom: 24px;
}

.plus-icon,
.minus-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.minus-icon {
    display: none;
}

.team-single-card.active .plus-icon {
    display: none;
}

.team-single-card.active .minus-icon {
    display: flex;
}

.hidden-team {
    display: none;
}

.team-load-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

.team-info {
    max-height: 225px;
    overflow: auto;
}

.load-more-team{
    padding: 15px 28px;
    background: #A4F229;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* ====================
    Career Style
=======================  */

.career-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.career-meta .career-category {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000;
    padding: 2px 10px;
    border-radius: 100px;
    text-transform: uppercase;
}

.career-card-button {
    padding: 15px 28px;
    background: #A4F229;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.career-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.3px;
}

.career-meta-list {
    margin-top: 72px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 56px;
}

.career-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.career-single-card {
    background: #F2F4F7;
    padding: 32px;
    position: relative;
}

.career-single-meta span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.career-single-meta h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: -1px;
}

.career-style-shape {
    position: absolute;
    bottom: -10%;
    right: -3%;
    width: 50px;
    height: 69px;
    background: #ffffff;
    transform: rotate(45deg);
}

a.career-card-button.show-for-mobile {
    display: none;
}

/* ====================
    Blog Details Page Style
=======================  */
.flat6labs-header-wrap.blog-single {
    background: #010217;
    margin-top: -120px;
    padding-top: 200px;
    padding-bottom: 84px;
}

.blog-details-top{
    width: 760px;
}

.breadcurmb {
    line-height: 1.2em;
    color: #999AA2;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 5px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.breadcurm-head{
    letter-spacing: 2px;
}

span.arrow-icon {
    margin-bottom: 3px;
}


.breadcurmb-title {
    color: #F48C54;
}

.flat6labs-header-inner .title {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
}

.blog-details-top .meta-list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.blog-details-top .meta-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.meta-dot {
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

ul.post-categories {
    margin-top: 0;
}

.thumb.blog-single-thumb{
    position: relative;
}

.thumb.blog-single-thumb img {
    max-height: 510px;
    object-fit: cover;
}

.blog-details-thumb-style-shape{
    position: absolute;
    top: 3%;
    right: -3%;
    width: 100px;
    height: 65px;
    background: #030517;
    transform: rotate(45deg);
}

.blog-single-content-wrap {
    padding-top: 140px;
}

.blog-single-content-wrap{
    h2 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 18px;
        margin-top: 48px;
    }
    h3{
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    p{
        margin-bottom: 20px;
    }
    
    ul{
        list-style-type: disc;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    ol{
        padding-left: 20px;
    }
    p{
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6em;
    }

    .wp-block-image {
        position: relative;
        overflow: hidden;
    }
    .wp-block-image img{
        display: block;
        width: 100%;
    }

    .wp-block-image::before{
        position: absolute;
        content: '';
        width: 100px;
        height: 100px;
        background: #ffffff;
        top: -60px;
        right: -60px;
        z-index: 999;
        transform: rotate(45deg);
    }
}

.entry-content.flat6labs-post-content h2:first-of-type {
    margin-top: 0px;
  }
.entry-content.flat6labs-post-content {
    margin-right: 120px;
}

.title.wp-block-search__label {
    font-size: 24px;
}

.toc-container .toc-widget li a {
    font-size: 14px;
    font-weight: 500;
    color: #0B0919;
    letter-spacing: -0.5px;
}

.toc-container .toc-widget li a:hover
{
    color:#186A39;
}

.social-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #475467;
    letter-spacing: 3px;
}

ul.social-icon.post-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

ul.social-icon.post-share li a {
    width: 36px;
    height: 36px;
    background: #F2F4F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.social-icon.post-share li a:hover {
    background: #A4F229;
}

.widget.flat6labs-social-share-widget {
    background: #fff;
}


.section-heading a:hover{
    background: #182230;
    color: #fff;
}

aside#secondary.widget-area {
    position: sticky;
    top: 70px;
}

.toc-widget .arrow-link.active {
    text-decoration: underline;
    color: #186A39;
}

ul.toc-widget li {
    margin: 0;
}

.flat6labs-newsletter-widget {
    background: #0C0228 !important;
}

.flat6labs-newsletter-widget h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.post-newsletter-item p {
    color: #fff !important;
}
.post-newsletter-item .btn-wrap a {
    color: #0D0D0D;
    gap: 6px;
    border-radius: 0;
    padding: 15px 32px;
}

.post-newsletter-item .btn-wrap a:hover {
    color: #0D0D0D;
    background-color: #fff;
}

.blog-content-page {
    background-color: #ffffff;
    padding-top: 120px;
    padding-bottom: 0px !important;
}

.elementor-widget-heading .elementor-heading-title {
    font-family: 'Archivo Condensed' !important;
}

/* ============================
    Blog Details Realated Blog
===============================*/

.blog-related-wrap {
    padding-top: 140px;
    padding-bottom:120px;
}

.blog-single-content-wrap ul.related-blog-card-wrap {
    list-style: none !important;
}

.blog-content-wrap .blog-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.related-heading h2 {
    margin-bottom: 10px;
    margin-top: 0px !important;
}


.related-blog-card-wrap {
    display: grid;

    &.column-3 {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    &.column-2 {
        grid-template-columns: 1fr 1fr;
        gap: 48px;
    }

    &.column-1 {
        grid-template-columns: 1fr;
    }

    .blog-thumbnail {
        border-radius: 8px;
    }
}

.blog-single-card.list-page a {
    display: block;
}

.related-blog-card-wrap .blog-thumbnail a img,
.blog-single-card .blog-thumbnail {
    width: 100%;
    height: 223px;
    overflow: hidden;
    object-fit: cover;
}

.blog-related-wrap .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

ul.related-blog-card-wrap {
    margin-top: 45px;
}

.blog-section-desc {
    max-width: 330px;
    font-size: 20px;
    font-weight: 400;
}

.related-subheading {
    display: inline-flex;
    gap: 8px;
    background: #F4F7FA;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    margin-bottom: 22px;
}

.related-subheading p {
    margin-bottom: 0;
}

.related-heading h2 {
    font-size: 56px !important;
    font-weight: 600 !important;
    letter-spacing: -2px;
    margin-bottom: 0;
}

ul.related-blog-card-wrap .blog-single-card .style-shape {
    background: #fff;
}

.counter-card .elementor-counter-title {
    text-align: center;
}

/* contact page */

#cta-area{
    clip-path: polygon(0 0, 137% 0%, 96% 100%, 0% 100%);
}


/* ==========================================================================================================
                                                    Responsive Style 
============================================================================================================= */

@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width: 1024px) {
    /* navbar Area */
    .nav-right-content .btn-wrap {
        display: none;
    }

    .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        position: absolute;
        right: -18px !important;
        top: 50%;
        content: '+';
        font-weight: 700;
        color: var(--heading-color);
        font-size: 18px;
        font-family: var(--body-font);
        transform: translateY(-50%);
        transition: all 0.3s ease-in;
    }

    button.navbar-toggler {
        width: 48px;
        height: 48px;
    }

    .hero-carousel.elementor-widget-image-carousel .swiper-slide {
        margin-right: 16px !important;
    }

    .navbar-area .custom-container .navbar-collapse .navbar-nav li {
        padding: 5px 0 !important;
    }

    /* Fund card css */
    
    .fund-study-card-wrap {
        gap: 35px;
    }
    .filter-wrapper {
        position: static;
    }
}

@media screen and (max-width: 991px) {
 
    header#masthead {
        padding-top: 0px;
    }

    .navbar-area .custom-container .responsive-mobile-menu {
        padding-top: 0px;
    }

    .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav {
        margin-bottom: 0;
        display: inline-flex;
        align-items: flex-start;
        background: rgb(10 7 26);
        padding: 10px 20px;
        height: 100%;
        width: 100%;
        border-radius: 0;
    }

    .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        right: 0px !important;
    }

    /* Fund card css */
    .fund-study-card-wrap {
        padding-top: 0px;
    }

}

@media screen and (max-width: 768px) {
  
    /* Testimonial  */
    .testimonial-content {
        padding: 20px 20px 20px 20px;
    }
  
    .content-angle-shape {
        left: -23%;
        top: -14%;
    }

    .testimonial-title {
        font-size: 22px;
    }

    .testimonial-description {
        padding: 3px 0px 10px !important;
        font-size: 16px !important;
    }

    .testimonial-author .author-name {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .testimonial-author .author-designation {
        font-size: 16px;
        line-height: 1.3em;
    }
    .testimonial-meta img {
        width: 130px;
    }

    .angle-shape {
        right: -19%;
        bottom: -19%;
    }

    /* Blog area */

    .blog-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Fund card css */
    .filter-wrapper {
        top: 0px;
        left: 0%;
    }

    .fund-study-card-wrap {
        padding-top: 35px;
    }

    .fund-card-left-content h3 {
        font-size: 30px;
    }
    .single-fund-area h2 {
        font-size: 24px;
    }
    .single-fund-image img {
        width: 130px;
    }

    .fund-area {
        grid-template-columns: 1fr 1.3fr;
    }

    .fund-area {
        gap: 15px;
    }

    .fund-card-button {
        margin-top: 60px;
        padding: 14px 18px;
    }
   
    .single-fund-card {
        padding: 35px;
    }

    .single-fund-bottom {
        gap: 20px;
    }

    .fund-card-left-content h3 {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    /* Team Card */
    .team-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Career Card */
    .career-card-wrapper {
        gap: 30px;
    }

    .career-meta-list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
        row-gap: 30px;
    }

    .career-meta {
        margin-bottom: 24px;
    }

    .career-title {
        font-size: 30px;
    }

    .career-card-button{
        display: none;
    }

    a.career-card-button.show-for-mobile {
        margin-top: 30px;
        display: inline-flex;
    }

    /* Blog  Details Css */

    .entry-content.flat6labs-post-content {
        margin-right: 50px;
    }

    .blog-single-content-wrap {
        padding-top: 100px;
    }

    .blog-related-wrap {
        padding-top: 100px;
    }

    div#flat6labs_toc_widget-2 {
        display: none;
    }

    .widget-area {
        margin-top: 10px !important;
    }

    aside#secondary.widget-area {
        position: static;
    }

    .widget {
        margin-bottom: 30px;
        background-color: #F2F4F7;
    }

    div#flat6labs_social_share_widget-2 {
        padding: 0;
    }

    .related-heading h2 {
        font-size: 40px !important;
    }

    .related-blog-card-wrap {
        &.column-3 {
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
    }

    .blog-content-page {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .flat6labs-header-inner .title {
        font-size: 40px;
    }

    .blog-details-thumb-style-shape {
        top: 2%;
        right: -6%;
    }

    .blog-related-wrap .container {
        margin: 0 15px;
    }
    /* Footer Area */   
    .footer-section {
        padding-top: 48px;
    }

    .blog-content-page {
        padding-bottom: 48px !important;
    }

    .row.footer-top-menu {
        margin-bottom: 50px;
        gap: 50px;
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }

    .copyright-text {
        text-align: center;
    }

    .adiitional-menu {
        justify-content: center;
        width: 100% !important;
        padding-top: 10px;
    }

    /* Our Journey */
    .flat6lab-our-journey .journey-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .flat6lab-our-journey .journey-text {
        width: 100%;
    }
    
    .journey-image {
        width: 100%;
    }
    
    .journey-image img {
        width: 100%;
    }

    .journey-style-shape {
        bottom: -5%;
        right: -6%;
    }

    .our-journey-thumbs .swiper-slide .year {
        font-size: 30px;
    }
    
    .flat6lab-our-journey-wrapper {
        margin-top: -40px;
    }
    
    .our-journey-thumbs {
        top: 56px;
    }

    .flat6lab-our-journey {
        padding-top: 100px;
    }

    .journey-text h2 {
        font-size: 30px;
    }

    .fund-list-wrapper .fund-single-card {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 480px) {

    /* Hero slider  */
    .hero-thumbnail img {
        height: 240px !important;
        max-width: 400px !important;
        object-fit: cover;
    }
    
    .hero-small-block {
        display: flex;
        height: 100%;
        gap: 16px;
    }

    .one-bottom-part, .one-top-part {
        max-height: 240px;
        overflow: hidden;
        clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 183%);
    }
    .one-bottom-part {
        margin-top: 0px;
    }
    
    .hero-angle-shape {
        top: -17%;
        left: -7%;
    }

    .two-bottom-part .hero-angle-shape.shape-Bottom-left {
        top: 86%;
    }


    /* Testimonial Css */
    .single-testimonial-slide {
        display: flex;
        flex-direction: column-reverse;
        gap: 0;
    }

    .angle-shape, .content-angle-shape {
        display: none;
    }

    /* Blog Css */
    .blog-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-title {
        font-size: 18px;
    }

    .style-shape {
        bottom: -18%;
        right: -8%;
    }

    /* Our Journey Css */
    .journey-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .our-journey-thumbs .swiper-slide .year {
        font-size: 22px;
    }

    .our-journey-thumbs {
        top: 40px;
    }
    .see-all-portfolio {
        margin-top: 16px;
    }

    .sortby, .region {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: baseline;
    }

    .journey-image .journey-style-shape {
        bottom: -9%;
        right: -10%;
    }

    /* fund card */
    .single-fund-card .single-fund-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    select#fund_status, select#fund_location {
        width: 100%;
    }

    .single-fund-image img {
        width: 130px;
        text-align: left;
        display: block;
    }

    .single-fund-card {
        padding: 24px;
    }
    
    .single-fund-bottom {
        grid-template-columns: repeat(3,1fr);
    }

    .fund-study-card-wrap {
        padding-top: 100px;
    }

    select#fund_status, select#fund_location {
        padding: 5px;
    }

    .fund-card-button {
        margin-top: 20px;
    }

    .style-shpe {
        bottom: -14px;
        right: -14px;
    }

    .fund-study-card-wrap {
        padding-top: 0px;
    }

    /* fund investor */

    .investor-image-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* Team Card */
    .team-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }


    /* Career Css */
    .career-single-meta span {
        font-weight: 500;
        letter-spacing: 1px;
    }

    .career-meta-list {
        row-gap: 30px;
        column-gap: 30px;
    }

    .career-single-meta h4 {
        font-size: 20px;
    }

    .career-single-meta span {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .career-style-shape {
        bottom: -7%;
        right: -7%;
    }
    
    .career-title {
        font-size: 24px;
    }

    .career-single-meta h4 {
        margin-top: 5px;
    }

    /* Blog Details page Css */
    .related-blog-card-wrap {
        &.column-3 {
            grid-template-columns: 1fr;
            gap: 30px;
        }
    }

    .flat6labs-header-inner .title {
        font-size: 24px;
        letter-spacing: -.3px;
    }

    .flat6labs-header-wrap.blog-single {
        padding-top: 125px;
    }

    .flat6labs-header-wrap.blog-single {
        padding-bottom: 0;
    }

    .blog-single-content-wrap {
        padding-top: 48px;
    }

    .related-subheading p {
        margin: 0 !important;
    }

    .blog-related-wrap .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .related-heading h2 {
        margin-bottom: 10px;
        margin-top: 0px !important;
    }

    .blog-single-content-wrap{
        h2 {
            font-size: 24px;
            line-height: 1.2em;
            margin-bottom: 15px;
            margin-top: 30px;
        }
        h3{
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
        }
    
        p{
            margin-bottom: 15px;
        }
        
        ul{
            padding-left: 15px;
            margin-bottom: 15px;
        }
        ol{
            padding-left: 15px;
        }
        p{
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5em;
        }
        
        .wp-block-image img{
            display: block;
            width: 100%;
        }
    
        .wp-block-image::before{
            position: absolute;
            content: '';
            width: 100px;
            height: 100px;
            background: #ffffff;
            top: -60px;
            right: -60px;
            z-index: 999;
            transform: rotate(45deg);
        }
    }

    .entry-content.flat6labs-post-content {
        margin-right: 0px;
    }

    .blog-related-wrap .container {
        margin: 0px;
    }

    ul.related-blog-card-wrap {
        padding: 0;
    }

    .blog-content-page {
        padding-bottom: 48px;
    }

    /* footer Css */
    .row.footer-top-menu {
        margin-bottom: 35px;
        gap: 25px;
        grid-template-columns: 1fr;
    }

    ul.footer-list {
        gap: 5px;
    }

    .widget_nav_menu h4 {
        margin-bottom: 10px;
    }

    .footer-mid a {
        margin-bottom: 12px;
    }

    .row.footer-top-menu {
        margin-bottom: 35px;
        gap: 25px;
        grid-template-columns: 1fr;
    }

    .copyright-wrap-inner {
        padding: 24px 0px 20px !important;
        grid-row-gap: 0px !important;
    }

    .footer-big-logo {
        max-width: 210px;
    }

    .copyright-text {
        font-weight: 500;
    }
    .copyright-wrap-inner {
        grid-row-gap: 0px;
    }

    .blog-single-card {
        width: 100%;
    }

    .sortby, .region{
        svg {
            top: 72%;
        }
    
    }

    .filter-by-year{
        position: relative;
        display: inline-flex;
        width: 100%;
    } 

}