body{
    padding:0px;
    margin:0px;
    font-family: 'Manrope';
}
#main-wrapper{
    overflow: visible;
}

.container{
    max-width: 1440px;
        margin-right: auto;
    margin-left: auto;
}
img{
    width:100%;
}
h2{
    font-size:60px;
    color:#380000;
    font-weight:400;
}
h4{
    font-size:30px;
    color:#380000;
    font-weight:400; 
    margin: 15px 0px;
}
.p24{
    font-size: 24px;
}
.p20{
    font-size:20px;
}
.p18{
    font-size:18px;
}
.fontweight500{
    font-weight: 500;
}
.primary{
    color: #380000 !important;
}
.brownLight{
    color: #714B25;
}
.white{
    color: #FFFFFF !important;
}
.brownextraLight{
    color: #FFF7EC;
}
.pageHeader{
    
}
.headerInnerwrapper{
    padding:50px 0px;
        height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerInnerwrapper h1{
    text-align:center;
    font-family: 'Libre Caslon Condensed';
    font-size:80px;
    font-weight:400;
    color:#FFF;
    margin: 0;
}
.productHeader{
    background:url("../images/product.png") top center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.pageSection{
    background-color:#FFF7EC;
    padding:100px 0px;
}
.pageSection h2{
        font-family: 'Libre Caslon Condensed';
    text-align:center;
    margin: 0px 0px 100px 0px;
}

.subOuterWrapper{
    border-top:1px solid #CABCA3;
    padding:80px 60px;
    display:flex;
    align-items: center;
    background-color:#FFF7EC;
    transition: transform 1s ease, opacity 1s ease;
    -webkit-transition: transform 1s ease, opacity 1s ease;
    -moz-transition: transform 1s ease, opacity 1s ease;
    -ms-transition: transform 1s ease, opacity 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
}
.subOuterWrapper {
  position: sticky;
  top:250px;
  justify-content: space-between;
  box-sizing: border-box;
}
.headingStick{
        position: sticky;
    top: 150px;
    justify-content: space-between;
    box-sizing: border-box;
}
/* .subOuterWrapper:nth-child(even) {
   background-color:#FFF7EC;
} */
.subOuterWrapper:nth-child(1) { z-index: 1; }
.subOuterWrapper:nth-child(2) { z-index: 2; }
.subOuterWrapper:nth-child(3) { z-index: 3; }
.subOuterWrapper:nth-child(4) { z-index: 4; }
.subOuterWrapper:nth-child(5) { z-index: 5; }
.subOuterWrapper:nth-child(6) { z-index: 6; }
.subOuterWrapper:nth-child(7) { z-index: 7; }
.subInnerWrapper{
    width:50%;
}
.subInnerWrapper h3{
     font-family: 'Libre Caslon Condensed';
    font-size:48px;
    font-weight:400;
    color:#380000;
    margin: 0px 0px;
}
.subInnerWrapper p{
    font-size:20px;
    font-weight:400;
    color:#121212;
    line-height: 30px;
}
.subInnerWrapperLeft{
    padding-right:70px;
}


.legacyHeader{
     background:url("../images/legacy.png") top center;
    background-repeat: no-repeat !important;
    background-size:cover !important;
}
.timelineOuterWrapper{
    text-align: right;
    padding:80px 60px;
    display:flex;
    align-items: center;
}
.timelineOuterWrapper .year{
    background:url("../images/headingline.png") bottom center;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}
.timelineOuterWrapper .subInnerWrapperLeft{
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 0px;
}
.timelineOuterWrapper .subInnerWrapperRight{
    padding-left: 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0px;
}


.timeline-item__point {
  position: absolute;
  left: 49.3%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 14px;
  height:14px;
  background: #DFD1BA;
  /*default(inactive)*/border-radius: 0%;
  transition: background 0.3s ease, transform 0.3s ease;
  -webkit-border-radius:0%;
  -moz-border-radius:0%;
  -ms-border-radius:0%;
  -o-border-radius:0%;
      rotate: 44deg;
    border: 3px solid #FFF7EC;
}

/* Active state */
.timeline-item__point.active {
  background: #380000;
      width: 18px;
    height: 18px;
    left:50%;
    rotate: 0deg;
  transform: translate(-50%, -50%) scale(1.2);
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
}


.timelineOuterWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(30px);
  transition: all 0.6s ease;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

.timelineOuterWrapper.show {
  opacity: 1;
  transform: translateY(0);
}



.timelineOuterWrapper .subInnerWrapper {
  width: 45%;
}
.timelineOuterWrapper .subInnerWrapper p{
 font-size: 30px;
 line-height: 40px;
}

.subInnerWrapperLeft {
  /* text-align: right; */
}

.subInnerWrapperRight {
  text-align: left;
}
.timelineMainOuterWrapper {
  position: relative;
  margin: auto;
}

.container {
  position: relative;
  padding: 0px 20px;
}

/* Grey base line */
.timelineMainOuterWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #DFD1BA;
}

/* Blue progress line */
.timelineMainOuterWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: var(--progress, 0px);
  background: #380000;
  transition: height 0.25s ease-out;
}

.homeContactSection{
    background-color: #FFF;
}
.contactHeader{
    background:url("../images/contact.png") top center;
    background-repeat: no-repeat !important;
}
.contactOuterWrapper{
    border-top: 0px solid #CABCA3;
    align-items: flex-start;
    padding: 0px 60px;
    background-color: transparent;
}

 .contactInnerWrapper h2{
       font-size: 80px;
        margin: 0px;
        text-align: left;
    }
.contactInnerWrapper p{
        color: #714B25;
        font-size: 24px;
        margin:20px 0px 0px 0px;
    }
.emailWrapper{
    margin-top: 50px;
   
}
.emailWrapperHead{
    display: flex;
    align-items: center;
     font-size: 20px;
    color: #121212;
    text-transform: uppercase;
}
.emailWrapper .icon{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.emailWrapper .emailtext{
    font-size: 30px;
    color: #380000;
    font-weight: 300;
     font-family: 'Libre Caslon Condensed';
     text-decoration: none;
     display: block;
     margin-top: 20px;
}
.stamp{
    margin-top: 50px;
}
.locationsOuterWrapper{
    display: flex;
    
}
.locationsWrapperLeft{
    width: 50%;
}
.locationsWrapperRight{
    width: 50%;
}

.locationsOuterWrapper .accordion-item {
  border-bottom: 1px solid #DFD1BA;
  padding:30px 70px;
  background: #FFF7EC;
}

.locationsOuterWrapper .accordion-header {
  padding:0px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
.locationsOuterWrapper .accordion-header .icon {
    font-size:30px;
    color: #714B25;
    font-weight: 700;
}

.locationsOuterWrapper .accordion-item.active{
background: #7a522d;
}

.locationsOuterWrapper .accordion-item.active .accordion-header {
   font-family: 'Libre Caslon Condensed';
  color: #fff;
   font-size:40px;
  font-weight: 400;
  border-bottom: 0px solid #FFF;
   padding:0px 0px 00px;
}
.locationsOuterWrapper .accordion-item.active .accordion-header .icon {
    color: #fff;
}

.locationsOuterWrapper .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  color: #fff;
  padding:0px;
}
.locationsOuterWrapper .accordion-body p{
    font-size: 24px;
    font-weight: 400;
    margin-bottom:20px;
    display: flex;
    align-items: top;
}
.locationsOuterWrapper .accordion-body .icon{
    width:24px;
    height:24px;
    margin: 5px 10px 0px 0px;
}

.locationsOuterWrapper .accordion-item.active .accordion-body {
  max-height:100%; /* adjust if needed */
  padding:20px 0px 0px 0px;
}

.locationsOuterWrapper .sub-accordion {
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

.locationsOuterWrapper .sub-item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.locationsOuterWrapper .sub-header {
  cursor: pointer;
  padding: 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.locationsOuterWrapper .sub-body {
  display: none;
  padding: 10px;
  font-size: 14px;
}

.locationsOuterWrapper .sub-item.active .sub-body {
  display: block;
}


.icon {
  font-size: 22px;
}

.rowOuterWrapper{
    display: flex;
}

.colLeft{
    width: 50%;
}
.colRight{
    width: 50%;
}
.investmentInnerWrap{
    padding-left: 50px;
}
.investmentInnerWrap h3{
    font-family: 'Libre Caslon Condensed';
    font-weight: 400;
    font-size: 48px;
    margin: 0px;
}

.keyHighlights{
 margin-top: 30px;
}
.helightswrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.helightswrap .active {
      order: 0;
    flex: 0 0 100%;
    margin-top: 40px;
}
.helightswrap h3{
    font-family: 'Libre Caslon Condensed';
    font-size: 40px;
    font-weight: 400;
    margin: 0px;
}
.helightswrap p{
    margin:10px 0px 0px;
    text-transform: uppercase;
}

.bgwhite{
    background-color: #FFF;
}
.wauto{
    width: auto;
}
.trackRecordWrap{
    background-color: #FFF7EC;
    padding: 50px 80px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 80px;
    text-align: center;
}

.recordCol{
    margin-top: 30px;
    padding: 30px 0px 0px;
    background: url(../images/topline.png) top center no-repeat;
}
.equityBrokerage{
    background: url(../images/equitybrokerage.png) top left no-repeat #FFF7EC;
    padding: 100px 0px;
    background-size: 50%;
}
.equityBrokerage .colRight{
    background-color:#FFF;
    padding:70px 70px 40px;
     border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow:1px 1px 15px rgba(0,0,0, 0.2);
}
.equityBrokerage .investmentInnerWrap{
    padding-left: 0px;
}
.equityBrokerage .colRight .helightswrap div{
    width: 50%;
    margin-bottom: 30px;
}
.research-driven{
    align-items: center;
}
.research-driven .investmentInnerWrap{
    padding-left: 0px;
}
.research-driven .colRight{
    padding-left: 50px;
    text-align: right;
}
.research-driven .helightswrap{
    justify-content: flex-start;
    column-gap: 50px;
}
.testimonial .testimonialOuterWrap{
    background-color: #FFF7EC;
    padding: 70px 0px;
}
.testimonial h2{
    margin:50px;
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slider .slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: left !important;
      margin: 0;
    left: 0;
    right: 0;
}

.testimonial-slider .slide img {
  width: 200px;
  border-radius: 10px;
  position:unset !important;
}
.content{
    margin-left: 20px;
}
.content p {
  font-size: 20px;
  line-height: 1.6;
  color: #1B1B1B;
}

.content h3 {
  margin: 0px;
  color: #5a2c1c;
  font-size: 24px;
  font-family: 'Libre Caslon Condensed';
  font-weight: 500;
}

.content span {
  color: #885C30;
  font-size: 18px;
}

button.prev,
button.next {
  background: #5a2c1c;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

button.prev { left: 10px; }
button.next { right: 10px; }
.controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.controls button {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
      display: flex;
    align-items: center;
    justify-content: center;
}

/* LEFT (outline) */
.controls .prev {
      background: #FFF;
    border: 1px solid #5a2c1c;
    color: #5a0f0f;
}

/* RIGHT (filled) */
.controls .next {
  background: #FFF;
    border: 1px solid #5a2c1c;
 color: #5a0f0f;
}

/* Hover effects */
.controls .prev:hover {
  background: #5a0f0f;
  color: #fff;
}

.controls .next:hover {
  background: #3e0a0a;
  color: #fff;
}

.testimonial{
    padding:0px 0px 100px;
}


/* Learship tab */
.tabsOuterWrap{
        /* width: max-content;
    margin: 0 auto; */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
      /* Hide scrollbar - IE/Edge */
  -ms-overflow-style: none;
}
/* Hide scrollbar (optional) */
.tabs-wrapper::-webkit-scrollbar {
  display: none;
}
/* Tabs */
.tabs {
        display: flex;
    justify-content:space-between;
   border-bottom: 2px solid #cabda53d; 
   margin-bottom: 50px;
       flex-wrap: nowrap;
    overflow: scroll;
    gap: 30px;
    min-width: max-content;
    scrollbar-width: none;
      /* Hide scrollbar - IE/Edge */
  -ms-overflow-style: none;
}

.tab-btn {
  padding:0px 100px 0px 0px;
  cursor: pointer;
  border-bottom: 0px solid #CABCA3;
}
.tabs button{
     padding:0px 0px 30px 0px;
    background: transparent;
    border: none;
  color: #4D0808;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
  text-align: left;
  white-space: nowrap;

}
.tabs button span{
    display: block;
    font-size: 16px;
    color: #121212;
    font-weight: 400;
    font-family: 'Manrope';
    text-transform: uppercase;
    margin-top: 10px;
}


.tab-btn.active button{
  border-bottom:4px solid #885C30;
}
.teamlinkdein{
        width: auto !important;
    margin-top: 10px;
}
/* Grid */
.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  flex-wrap: wrap;
  gap:60px;
}
/* remove extra spacing effect on last row */
.wealth-track:has(.wealth-card:last-child) {
  justify-content: flex-start;
}

/* Cards */
.tabContentOuterwrap .card {
  background: #FFF7EC;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width:25%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  border-radius: 8px;
}

.card h4 {
 color: #4D0808;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
  margin:20px 0px 0px 0px;
}

.card p {
  font-size: 16px;
  color: #885C30;
  font-weight: 400;
  margin: 10px 0px 0px 0px;
  background:url("../images/headingline.png") bottom center;
    background-repeat: no-repeat;
    padding-bottom:25px;
}
.card .teamImg{
    object-fit: scale-down;
    height:250px;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0,0,0,0.6); */
  display: block !important;
  transform: translateX(100%);
  /*👈hidden*/transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  opacity: 0;
}

.modal.show {
  transform: translateX(0);
  display: block !important;
  opacity: 1;
  /*👈hidden*/transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
}
.modal-content {
  background: #FFF7EC;
  margin:0% auto;
  padding: 70px !important;
  border-radius: 10px;
  text-align: center;
  position: relative;
  width: auto !important;
  border-radius: 0 !important;
  height: 100vh;
  height: 100dvh;
  box-shadow: none !important;
}

.close {
    position: absolute;
    right: 25px;
    top: 5px;
    cursor: pointer;
    font-size: 40px;
}
.modalMainWrap{
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.modalDetailWrap{
    text-align: left;
    padding: 0px 50px;
    width: 70%;
}
.modalDetailWrap h3{
 color: #4D0808;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
  margin: 0px;
}
.modalDetailWrap .modalRole{
     font-size: 24px;
  color: #885C30;
  font-weight: 500;
  margin: 5px 0px 30px 0px;
}

.modalDetailWrap .modalBio ul{
  margin: 0px;
  padding: 0;
}

.modalDetailWrap .modalBio li{
  font-size: 20px;
  color: #000;
  font-weight: 400;
  margin: 0px 0px 30px;
  padding:0px 0px 0px 30px;
  list-style-type: none;
  background: url(../images/bullet.svg) 0px 7px no-repeat;
  
}
.imgBig{
height:90vh;
}   

.imgBig img{
object-fit: cover;
height: 90%;
}   
.tabContentOuterwrap{
    margin-bottom:100px;
}
.leadershipHeader{
    background: none;
    padding: 170px 0px 80px;
    height: auto;
}

.homeHeader{
     background:url("../images/home.png") top center;
    background-repeat: no-repeat;
    background-size:cover;
  
}
.homeHeader h1 span{
    display:block;
    font-style: italic;
    color:#FFF !important;
    text-shadow:1px 3px 2px rgba(0,0,0, 0.2);
}
.outPhilosophyOuterwrap{
      background:url("../images/stamp.png") bottom right no-repeat #FFF7EC;
      padding: 150px 0px;
}
.outPhilosophyInnerWrap{
    display:flex;
    justify-content: space-between;
}
.professionalsSection{
     background:url("../images/professional.png") center center no-repeat #FFF7EC;
     transition: all 0.5s ease-in-out;
      padding: 150px 0px 370px;
      background-size: cover;
      position: relative;
}
.servicesSection{
    padding:100px 0px;
}
.serviceContentWrpa{
    display: flex;
}
.section-four-left-content,.section-four-right-accordions{
    width: 50%;
}
.accrdion{
    width: 100%;
}
.assetManagementSection{
    background-color:#FFF7EC ;
    padding:50px 0px 0px;
}
.assetManagementSection .section-five-container{
    margin-top: 50px;
}
.advantages-section{
    padding: 100px 0px;
}
.familyofficesHeader{
    background:url("../images/familyoffices.png") center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
.familyofficesHeader h1{
    margin-bottom: 0px;
}
.familyofficesHeader p{
    margin:5px  0px;
}
.p30{
    font-size: 30px;    
}










/* SECTION */
.insight-section {
  background: #FFF7EC;
  padding: 60px 0;
}
.insight-section h2{
  font-size: 48px;
  color: #4D0808;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
      margin:0px 0px 20px 0px;
}
.insight-section .p18{
    text-transform: uppercase;
    margin: 0px;
}



/* SCROLL AREA */
.insight-section .insightscroll-section {
  height: 400vh; /* slides * 100 */
  position: relative;
  margin: 0px 50px;
  overflow: visible;
}

/* STICKY */
.insight-section .sticky-box {
  position: sticky;
  top:120px; /* adjust to your header height */
  height: calc(95vh - 100px);
  margin-top: 0px;
  overflow: hidden;
}

/* SLIDER */
.insight-section .slider {
  position: relative;
  height:82%;
}


/* SLIDES */
.insight-section .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
  border-radius: 10px;
    overflow: hidden;
}

.insight-section .slide h2{
      font-size: 48px;
  color: #FFF;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
  text-align: left;
} 

.insight-section .slide.active {
  opacity: 1;
  z-index: 2;
}

.insight-section .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.insight-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

/* TEXT */
.insight-section .content {
  position: absolute;
  bottom: 70px;
  left: 40px;
  color: white;
  /* max-width:820px; */
}


/* DOTS */
.insight-section .dots {
    width: auto;
    flex-direction: column;
  position: absolute;
  right:50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.insight-section .dot {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  margin:20px auto;
  opacity: 0.5;
  box-shadow: 5px 5px 15px rgba(0,0,0, 0.2);
  border-radius:0%;
  -webkit-border-radius:0%;
  -moz-border-radius:0%;
  -ms-border-radius:0%;
  -o-border-radius:0%;
  rotate: 44deg;
}

.insight-section .dot.active {
     width: 22px;
  height: 22px;
  background: white;
  opacity: 1;
   border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
}

.familiesworkSection{
    background:url("../images/familieswork.png") center center no-repeat #FFF7EC;
    background-size: cover !important;
}

.levelInvolvement{
    background-color:#FFF7EC;
    padding: 70px 0px;
}
.levelInvolvement h2{
    font-size: 48px;
  color: #4D0808;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
      margin: 0px;
      text-align: center;
}

.levelInvolvement h2 span{
  color: #714B25;
  font-style: italic;
  display: block;
}









.familytrust-track {
     display: flex;
  gap: 30px;
  will-change: transform;
  transform: translate3d(0,0,0);
    align-items: center; /* 🔥 keeps vertical alignment stable */
    
}
.familytrust-header{
    padding: 70px 0px;
}
.familytrust-header h2{
  font-size: 48px;
  color: #4D0808;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
      margin: 0px;
}
.familytrust-header .p18{
    text-transform: uppercase;
    margin: 0px;
}

.familytrust-container{
    margin-bottom: 50px;
}
.ft-slide {
       flex: 0 0 auto;
    width: clamp(280px, 60vw, 772px); /* 🔥 responsive magic */
    flex-shrink: 0;
    margin: 0;

    transform: scale(0.85);
    transition: transform 0.5s ease, opacity 0.5s ease;
    backface-visibility: hidden;
    box-sizing: border-box;
    transform-origin: center center;
}

.ft-slide.active-center {
   transform: scale(1);
  opacity: 1;
}

/* 3. SLIDE INNER CONTENT & GRADIENT */
.ft-slide-inner {
    width: 100%;
    height: 65vh; /* Your requested height */
    background-size: cover;
    background-position: center;
   
    position: relative;
    display: flex;
    align-items: flex-end; /* Pushes text to the bottom */
    justify-content: flex-start; /* Pushes text to the left */
    overflow: hidden;
    border-radius: 8px;
     padding: 40px 20px; 
}

/* LINEAR GRADIENT OVERLAY */
.ft-slide-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    /* Top: Transparent (#452A0E00) | Bottom: Deep Brown (#291808) */
    background: linear-gradient(to bottom, #452a0e00 0%, #291808 100%);
    z-index: 2;
}

/* TITLE POSITIONING */
.ft-text-container {
    position: relative;
    z-index: 5; /* Above gradient */
    width: 100%;
}


.ft-slide-title {
    /* max-width: 600px; */
    color: #ffffff;
    font-family: 'Libre Caslon Condensed';
    font-size: 3.5vh;
    margin: 0;
    line-height: 4vh;
    letter-spacing: 0;
    text-align: left;
    font-weight: 400;
}

/* 4. ARROWS: PINNED TO PAGE EDGES */
.ft-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    border: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 100;
    font-size: 24px;
    display: flex;
    background:none;
    align-items: center;
    justify-content: center;
}

.ft-prev { left: 0px; }
.ft-next { right: 0px; }

.ft-arrow:hover {
    background: #5a0000;
    transform: translateY(-50%) scale(1.1);
}

/* 5. FOOTER BUTTON */
.familytrust-footer {
    text-align: center;
    z-index: 10;
	margin-bottom:100px;
}

.btn-trust-conv {
    background: #380000;
    color: #ffffff;
    padding:15px 30px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: background 0.3s ease;
    cursor: pointer;
}

.btn-trust-conv:hover {
    background: #250000;
}



.wealth-scroll {
  height: 200vh;
  position: relative;
    background:url("../images/wealthbg.png") center center no-repeat;
    background-size: cover;
    padding: 70px 0px;
}
.wealth-scroll h2{
    margin:10px 0px;
     font-size: 48px;
  color: #FFF;
  font-weight: 400;
  font-family: 'Libre Caslon Condensed';
}
.wealth-header{
    padding:70px 0px 70px;
}
.wealth-footer{
    padding:20px 0px 0px;
}
.wealth-footer h2{
  color: #FFE3CF;
  text-align: center;
}
.wealth-footer h2 span{
      font-style: italic;
      color: #FFF;
}

.wealth-sticky {
  position: sticky;
  top:40px;
  /* height: 100vh; */
  overflow: hidden;
}
.wealthTrackOuterWrap{
      background:url("../images/wealth.png") bottom center no-repeat;
 background-size: cover !important;
padding:0px 0px 50px;
position: relative;
}
.wealth-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.1s linear;
  /* position: absolute;
  top: -50px; */
}
.wealth-card {
  width:25vw;
  max-height: 100%;
  margin-right: 30px;
  background: #fff;
  box-shadow:1px 1px 15px rgba(0,0,0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding:30px 40px 30px;
  margin-top: -40px;
}
.wealth-card h3 {
    font-size: 32px;
      font-weight: 400;
  font-family: 'Libre Caslon Condensed';
   margin-bottom:10px;

}
.wealth-card p{
    color: #714B25;
}

.wealth-card img{
    width: auto;
    margin-bottom: 30px;
}
.wealth-track .wealth-card:last-child {
    margin-right: 250px;
}


.wealth-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 999; /* 🔥 ensures visibility */
}

.wealth-dot {
     width: 10px;
  height: 10px;
  border: 1px solid white;
  margin:20px auto;
  
  box-shadow: 5px 5px 15px rgba(0,0,0, 0.2);
  border-radius:0%;
  -webkit-border-radius:0%;
  -moz-border-radius:0%;
  -ms-border-radius:0%;
  -o-border-radius:0%;
  rotate: 44deg;
}

.wealth-dot.active {
     width: 12px;
  height: 12px;
  background: white !important;
  opacity: 1;
   border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
}
.location-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.location-item.active {
  background: #000;
  color: #fff;
}

.animate-text {
  opacity: 0;
  transform: translateY(170px);
  animation: fadeUp 1s ease forwards;
  -webkit-transform: translateY(170px);
  -moz-transform: translateY(170px);
  -ms-transform: translateY(170px);
  -o-transform: translateY(170px);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-text2 {
  opacity: 0;
  transform: translateY(470px);
  animation: fadeUp 1s ease forwards;
  -webkit-transform: translateY(470px);
  -moz-transform: translateY(470px);
  -ms-transform: translateY(470px);
  -o-transform: translateY(470px);
}

 .table-container {
        width: 100%;
        overflow-x: auto;
    }

.contentSection{
    padding-bottom: 100px;
}
.contentSection p{
    font-size: 18px;
    color: #000;
    line-height:30px;
}
.contentSection h5{
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0px 0px 0px;
}
.contentSection table{
    width: 100%;
}
.subLinkOuterWrap{
    margin-bottom: 100px;
}
.subLinkWrap{
    padding: 40px 0px;
    border-top: 1px solid #957846;
    text-align: center;
    font-size: 24px;
    color: #380000;
}
.subLinkWrap a{
    font-size: 24px;
    color: #380000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subLinkWrap a img{
    width: 24px;
    height: 24px;
    margin-left: 25px;
}

 .table-container {
        width: 100%;
        overflow-x: auto;
    }
.investor-relationsSection p{
    margin: 20px 0px;
}   
.investor-relationsSection a{
    color:#121212;
}   
.subInnerWrapper img{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
} 

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450 !important;
}



        /* Typography & Content styling */
        .horizonContent{
            position: relative;
            z-index: 3;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            text-align: center;
            padding: 0 20px;
            
            /* Fade and slide in entry animation */
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
            animation-delay: 0.3s;
        }

         .horizonContent .text-part {
            /* Responsive typography using clamp */
            font-size: clamp(40px, 6vw, 80px);
            line-height: 1.1;
            word-wrap: break-word;
        }

         .horizonContent .text-dark {
            color: var(--primary-text-color);
            font-weight: 400;
        }

         .horizonContent .text-light {
            color: white;
            font-weight: 400;
            font-style: italic;
            text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25);
            margin: 0;
            
        }

         .horizonContent .horizon-layer {
            position: relative;
            display: inline-block;
            font-family: 'Libre Caslon Condensed';
            letter-spacing: -7px;
        }

         .horizonContent .letter {
            display: inline-block;
            position: relative;
            opacity: 0;
            transform: translateY(15px);
            filter: blur(8px);
            animation: letterReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation-delay: var(--d);
        }

         .horizonContent .letter::after {
            content: attr(data-char);
            position: absolute;
            left: 0; top: 0;
            /* Shimmering Golden Gradient directly masked to the letter */
            color: transparent;
            background-image: linear-gradient(-60deg, transparent 20%, rgba(255, 240, 179, 0.9) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 240, 179, 0.9) 60%, transparent 80%);
            -webkit-background-clip: text;
            background-clip: text;
            background-size: 300% 100%;
            background-position: 150% 0;
            opacity: 0;
            /* Smooth sequential shine specific precisely to the letter */
            animation: letterShine 1.5s ease-in-out forwards;
            /* Starts smoothly right after the entire word has dropped */
            animation-delay: calc(var(--d) + 1s);
            pointer-events: none;
        }

       @keyframes letterReveal {
            to {
                opacity: 1;
                transform: translateY(0);
                filter: blur(0);
            }
        }

        @keyframes letterShine {
            0% {
                opacity: 0;
                background-position: 150% 0;
                filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0));
            }
            20% {
                opacity: 1;
            }
            50% {
                filter: drop-shadow(0 0 15px rgba(255, 215, 0, 1));
            }
            80% {
                opacity: 1;
            }
            100% {
                opacity: 0;
                background-position: -50% 0;
                filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0));
            }
        }

        .sparkle {
            position: absolute;
            width: 2px;
            height: 2px;
            background: #fff;
            border-radius: 50%;
            /* Soft, rich golden glow */
            box-shadow: 0 0 15px 3px #FFD700, 0 0 25px 4px rgba(255, 215, 0, 0.5);
            opacity: 0;
            /* Plays exactly alongside the shimmer (1 bounce, stopping right as shine completes) */
            animation: sparklePulse 1.2s 1 cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation-delay: var(--delay);
            pointer-events: none;
            z-index: 20;
        }
        
        .sparkle::before, .sparkle::after {
            content: '';
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 20%;
        }
        
        .sparkle::before { 
            width: 30px; height: 1px; 
            background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.9), transparent);
        }
        .sparkle::after { 
            width: 1px; height: 30px;
            background: linear-gradient(180deg, transparent, rgba(255, 215, 0, 0.9), transparent);
        }

        @keyframes sparklePulse {
            0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
            50% { opacity: 0.9; transform: scale(1) rotate(45deg); filter: brightness(1.2); }
        }

        /* Animations */
        @keyframes subtleZoom {
            0% { transform: scale(1) translate(0, 0); }
            50% { transform: scale(1.02) translate(-5px, 5px); }
            100% { transform: scale(1.05) translate(5px, -5px); }
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive breakpoints */
        @media (max-width: 768px) {
            .content {
                gap: 12px;
            }
        }


.newsSection h3{
 font-size: 40px;
 color: #0B1720;
 font-weight: 400;
 line-height: 50px;
}
.newsSection .p-18{
    font-size: 18px;
 color: #0B1720;
 font-weight: 400;
  line-height: 30px;

}
.newsTopOuterWrap{
    display: flex;
    margin-bottom: 70px;
}  
.newsLeftSide{
width: 50%;
}
.newsLeftSide img{
width:100%;
}
.newsRightSide{
    padding-left: 70px;
    width: 50%;
}  
.launchDetail{
    display: flex;
    font-size: 24px;
    color: #380000;
    font-weight: 600;
    text-transform: uppercase;
}
.launchDetail p{
    margin: 0px 20px 0px 0px;
}
.launchDetail p::before{
    content: '';
    border-left: 1px solid #885C30;
    padding-left: 20px;
}
.launchDetail p:first-child:before{
    content: '';
    border-left: 0px solid #885C30;
    padding-left: 0px;
}
.readfullNews{
     font-size: 16px;
 color: #380000;
 font-weight: 400;
 line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding-right: 25px;
  background:url("../images/arrowright.png") center right no-repeat;
}

.filterSection{
        display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #CABCA3;
}
.filterSection p{
 font-size: 16px;
 color: #380000;
 font-weight: 400;
 line-height: 16px;
 margin-right: 20px;
}
.filterSection select{
    margin-right: 10px;
}

.newsOuterWrap{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.newsCard{
width: calc(33.33% - 20px); /* 3 per row */
margin-bottom: 70px;
} 
.newsCard .launchDetail{
    font-size: 18px;
    border-bottom: 1px solid #CABCA3;
    padding-bottom: 20px;
}
.newsCard .launchDetail .date{
    font-size: 16px;
    color: #121212;
    font-weight: 400;
}

.newsCard .launchDetail .date::before{
    content: '';
    border-left: 1px solid #121212;
    padding-left: 20px;
}
.newsCard h3{
    font-size: 24px;
    font-weight:500;
        line-height: 30px;
    margin: 20px 0px 0px;
}
.newsCard .p-18{
    font-size: 16px;
    color: #885C30;
}
.newsCard .readfullNews{
    font-size: 14px;
}
.newArticle{
    margin-bottom: 70px;
}
.newArticle .articleHeading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.articleHeading select {
    margin-right: 10px;
}
.newArticle .articleHeading h2{
    font-size: 48px;
    color: #0A0A0A;
    font-weight: 400;
    font-family: 'Libre Caslon Condensed';
}
.newlink{
    display: flex;
    align-items: center;
    font-size: 18px;
 color: #380000;
 letter-spacing:1px;
 font-weight: 600;
 text-transform: uppercase;
 text-decoration: none;
 justify-content: flex-end;
}
.newlink img{
    width: 24px;
    height: 24px;
    margin-left: 30px;
}
.newArticle .table-container{
    width: 100%;
}
.newArticle .table-container table{
    border: 0px;
    width: 100%;
}
.newArticle .table-container table tr{
    
}
.newArticle .table-container table td{
    border: 0px;
    border-top: 1px solid #c4a46e;
    padding: 30px 0px;
    font-size: 20px;
     color: #121212;
}

.form-control {
	font-weight: 500;
	border: 1px solid #CABCA3;
	height: 44px;
	padding-left:15px;
	padding-right:45px;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	font-size: 14px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.form-control ::-webkit-input-placeholder {
		font-weight: 400;
	}

.form-control :-ms-input-placeholder {
		font-weight: 400;
	}


.form-control::placeholder {
		font-weight: 400;
	}

:focus {
		outline: 0;
		box-shadow: none;
	}

select.form-control {
	background: url("../images/droparrow.png") no-repeat center right 10px;
}




.mobile-carousel-track-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0px 20px;
  gap: 16px;
   /* hide scrollbar for all browsers */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  display:none;
}

.mobile-carousel-track {
      display: flex;
    gap: 16px;
}
.mobile-carousel-track .mobile-carousel-card:last-child{
    margin-right:20px;
}

.mobile-carousel-card {
    flex: 0 0 23%;
    scroll-snap-align: center;
    /* background: #eee; */
    /* border-radius: 12px; */
    /* padding: 24px; */
    /* text-align: center; */
    min-width: 35vw;
    margin-right: 0;
    margin-top: 0px;
}

.mobile-carousel-track-wrapper::-webkit-scrollbar {
  display: none;
}

.mobile-carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  gap: 8px;
  opacity:0
}

.mobile-carousel-dot {
    width: 10px;
  height: 10px;
  border: 1px solid white;
  margin:20px 10px;
  
  box-shadow: 5px 5px 15px rgba(0,0,0, 0.2);
  border-radius:0%;
  -webkit-border-radius:0%;
  -moz-border-radius:0%;
  -ms-border-radius:0%;
  -o-border-radius:0%;
  rotate: 44deg;
  cursor: pointer;
}

.mobile-carousel-dot.active {
      width: 12px;
    height: 12px;
    background: white !important;
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.newArticle .newslinktd{
    width:300px;
}
.newArticle .date{
    width: 220px;
}

@media (max-width: 1200px) {
.container {
    padding: 0px 30px;
}
.footer-container {
    padding: 50px 0px 10px !important;
}
.footer-bottom {
    flex-wrap: wrap;
        padding: 20px 0px 20px;
}
.social-icons {
    margin-top: 10px;
}
 .contactInnerWrapper h2{
       font-size: 60px;
    }
.contactInnerWrapper p{
        font-size: 20px;
    }
    /* .rowOuterWrapper .colRight{
        padding-left: 50px;
    } */
    .wauto {
    width: 100%;
}
.leadershipHeader {
    padding:80px 0px 30px !important;
}
.serviceContentWrpa {
    flex-wrap: wrap;
    flex-direction: column;
}
.section-four-left-content, .section-four-right-accordions {
    width: 100%;
}

.section-four-side-img {
    height: auto;
    width: 100% !important;
    object-fit: cover;
    max-height: 370px;
}
.newsLeftSide img {
    width: 100%;
}
 .ft-slide {
    width: 600px;
    min-width: 600px;
    transform: scale(0.9);
  }
}

@media (max-width: 1024px) {
    .headerInnerwrapper{
    padding:140px 0px;
height: auto;
}
.headerInnerwrapper h1{
    font-size:40px;
}
.contactHeader {
    padding: 120px 0px;
    height: auto;
    background-size: 100% !important;
}
.container {
    max-width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
}
.subOuterWrapper {
    border-top: 1px solid #CABCA3;
    padding:50px 30px;
}
.contactOuterWrapper {
    flex-wrap: wrap;
}
.tab-btn {
    padding: 0px 20px 0px 0px;
}
.tabs {
    margin-bottom: 20px;
}
.tabs button{
   font-size: 20px; 
   padding: 0px 0px 15px 0px;
}
.tabs button span{
   font-size: 14px; 
}
.tabContentOuterwrap .card {
    width: 35%;
}
.has-dropdown {
    width: 100%;
}
.has-dropdown .dropdown-menu {
            position: unset !important;
        margin-top: 40px;
        width:82% !important;
}
.horizonContent .horizon-layer {
    letter-spacing: -3px;
    margin-top: 10px;
}

}

@media (max-width: 991px) {
.modal .container{
    padding: 10px;
}
.outPhilosophyOuterwrap {
    padding: 50px 0px;
    background-size: 30%;
}
.outPhilosophyInnerWrap {
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.info-details {
    padding-left: 0px !important;
}
.timeline-item__point {
    left: 49%;
}
.tabContentOuterwrap .card {
        width:30%;
    }
    .section-five-item-content h3{
       font-family: 'Libre Caslon Condensed' !important;  
    }

.insight-section h2 {
    font-size: 32px;
}
.insight-section .slide h2 {
    font-size: 32px;
}
.insight-section .insightscroll-section {
    margin: 0px 20px;
}
.insight-section .content {
    left: 0px;
    padding: 0px 20px;
    margin-left: 0;
}
.insight-section .sticky-box .container{
    padding:0px;
}
 .newsTopOuterWrap {
    flex-direction: column;
} 
.newsLeftSide {
    width: 100%;
} 
.newsRightSide {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
}
}

@media (max-width: 767px) {
.subInnerWrapper {
    width: 100%;
    padding-right: 0px;
}
.subOuterWrapper{
    flex-direction:column-reverse;
    padding:30px 0px 0px;
    position: static;
            margin-bottom: 0px;
}
.pageSection {
    padding: 50px 0px;
}
.pageSection h2 {
    margin: 0px 0px 20px 0px;
}
.subInnerWrapper img{
    margin-bottom: 30px;
}
h2 {
    font-size: 40px;
}
.pageSection{
    padding: 50px 0px;
}
.footer-container {
    flex-flow: wrap;
}
.col-branding {
    flex-basis: 100% !important;
    flex: auto;
}
.footer-col {
    flex: auto !important;
}
.subInnerWrapper h3{
  font-size: 25px;
}
.subInnerWrapper p {
    font-size: 18px;}

h4{
font-size:18px;
}
.contactOuterWrapper{
    flex-direction: column;
    padding: 0px 0px 0px;
    border: 0;
}
.contactInnerWrapper {
    width: 100%;
}
.contactInnerWrapper img{
    display: none;
    }
    .contactInnerWrapper h2 {
        font-size:32px;
        margin: 0px 0px 0px 0px;
    }
    .emailWrapper {
    margin-top: 20px;
}
.emailWrapperHead .icon {
    margin-bottom: 0;
}
.emailWrapper .emailtext {
    margin-top: 10px;
    font-size: 20px;
}
.stamp {
    margin-top: 0px;
}
.locationsOuterWrapper {
    flex-direction: column;
}
.locationsWrapperLeft {
    width: 100%;
}
.locationsWrapperRight {
    width: 100%;
}
.locationsOuterWrapper .accordion-item.active .accordion-header {
    font-size: 30px;
}
.locationsOuterWrapper .accordion-body p {
    font-size: 18px;
}
.locationsOuterWrapper .accordion-header {
    font-size: 18px;
        align-items: center;
}
.locationsOuterWrapper .accordion-item {
    padding: 20px 30px;
}
 .rowOuterWrapper .colRight .investmentInnerWrap{
        padding-left:0px;
        margin-top: 30px;
   }
   .colLeft {
    width: 100%;
    margin-top: 30px;
}
.colRight{
    width: 100%;
}
.rowOuterWrapper {
    flex-direction: column;
    flex-direction: column-reverse;
}
.device50{
    width: 50%;
    margin: 0 auto;
    display: block;
}
.device50{
    width:100%;
    margin: 0 auto;
    display: block;
    max-height: 250px;
        object-fit: cover;
}
.slide {
    flex-direction: column;
}
.testimonial .testimonialOuterWrap {
    padding: 30px 0px;
}
.research-driven .colRight {
    padding-left: 0px;
    margin-top: 30px;
}
.research-driven .colRight img{
    width:100%;
    margin: 0 auto;
    display: block;
    max-height: 250px;
        object-fit: cover;
}
.trackRecordWrap {
    padding: 50px 30px;
    margin-bottom: 0px;
}
.testimonial{
    padding-top: 0px;
}
.equityBrokerage .colRight{
    padding: 30px;
}
.modal-content{
    padding:50px 20px 20px !important;
    /* width:90% !important; */
    height: auto;
}
.imgBig {
    height: auto;
    width: 100%;
}
.imgBig img {
    object-fit: cover;
    height: auto;
}
 .modalMainWrap {
    flex-direction: column;
}  
.modalDetailWrap {
    padding:20px 0px 0px;
    width: auto;
}
.close {
    top: -5px;
}
.modal{
overflow-y: auto;
}
.modalDetailWrap h3 {
    font-size: 30px;
}
.modalDetailWrap .modalRole{
    font-size: 20px;
}
.modalDetailWrap .modalBio ul{
    padding: 0px;
}
.modalDetailWrap .modalBio li {
    font-size: 18px;
}
.professionalsSection {
    padding: 50px 0px 0px;
            background-size: contain !important;
}
.familiesworkSection {
    background-size: cover !important;
}
.box-learn-more{
    margin-top: 0px;
}
.servicesSection {
    padding:30px 0px;
}
.section-head {
    margin-bottom: 0px !important;
}
.professionalsSection .section-three-wrapper{
    padding-bottom: 20px;
}
.section-five-main-title{
    margin-top: 0px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.advantages-section {
    padding: 50px 0px;
}
.services-one .services-grid {
    margin-top: 30px;
}
.services-one .services-grid {
    margin-top: 30px !important;
    flex-direction: column !important;
    gap: 0dvh !important;
}
.insight-section .insightscroll-section {
    margin: 0px 20px;
}
.wealth-card {
   min-width: 60vw;
  max-height: 100%;
  margin-right:0px;
  flex-shrink: 0;
  padding: 30px;
}
.wealthTrackOuterWrap {
    padding: 0px 0px 90px;
}
.wealth-scroll {
    padding: 0px 0px;
}
.wealth-header {
    padding:20px 0px 20px;
}
.wealth-scroll h2 {
    font-size: 32px;
}
.wealth-card h3 {
    font-size: 24px;
}
.wealth-footer {
    padding:20px 0px 20px;
}
.insight-section h2 {
    font-size: 23px;
}
.insight-section .p18 {
    margin: 0px 0px 10px;
}
.p18 {
    font-size: 16px;
}
.levelInvolvement h2 {
    font-size: 32px;
}
.familytrust-header {
    padding:20px 0px;
}
.familytrust-header h2 {
    font-size: 28px;
    margin:10px 0px 0px;
}
.ft-slide-inner {
    height: 50vh;
    width: 89%;
    padding: 20px;
}
.familytrust-footer {
    margin-bottom: 50px;
}
.insight-section {
    padding:20px 0;
}
.insight-section .slide{
            margin-left: 0px;
        margin-right: 0px;
        width: 100% !important;
        opacity: 1 !important;
        position: unset;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        align-items: flex-start;

}
.insight-section .slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: unset;
    z-index: 0;
    border-radius: 8px;
}
.insight-section .overlay {
    position: unset;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.insight-section .sticky-box {
    border-radius: 10px;
            position: unset;
        height: auto;
}

    .insight-section .content {
        max-width: 100%;
        margin: 0;
        padding: 0px 20px 0px;
        left: 0;
        bottom: 0px;
        position: unset;
        z-index: 999;
        margin-top: -80px;
    }

.insight-section .slide h2 {
        font-size: 16px;
        font-family: 'Manrope';
    }
.insight-section .slider {
    height: 100%;
}

.insight-section .sticky-box {
    /* height: calc(80vh - 100px); */

}
.insight-section .dots{
    gap: 0;
    margin: 10px auto;
    display:none;
}
.insight-section .dot{
    margin: 10px auto;
}
.insight-section .dot.active {
    width: 12px;
    height: 12px;
}
.insight-section .insightscroll-section {
   height: auto;
}
.contact-form-wrapper{
   margin-top: 20px !important;
}
.section-five-item-content {
    width: auto !important;
}
.subLinkWrap a {
    font-size: 19px;
    align-items: flex-start;
    justify-content: flex-start;
}
.subLinkOuterWrap {
    margin-bottom: 0px;
    text-align: left;
}
.subLinkWrap {
    padding: 20px 0px;
    text-align: left;
}
#wpcf7-f190-o1 {
    margin-left:0px !important;
}
.headingStick{
        position: unset;
        font-size:32px;
}
    .section-five-subtitle {
        margin-top: 0;
    }
    .box-learn-more{
        margin-top: 0px;
    }

    /* .ft-slide{
    width: 100% !important;
    min-width: 100% !important;
}
    .ft-slide.active-center {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0px;
    left: 0;
    right: 0;
} */
.newsTopOuterWrap {
    flex-direction: column;
} 
.newsLeftSide {
    width: 100%;
} 
.newsRightSide {
    padding-left: 0px;
    width: 100%;
    margin-top: 30px;
}
.newsCard {
    width: calc(50% - 15px);
    margin-bottom: 70px;
}
.newsCard .launchDetail {
    flex-direction: column;
}
.newsCard .launchDetail .date::before {
    display: none;
}
.newsCard .launchDetail {
    font-size: 15px;
}
.newsCard .launchDetail .date {
    font-size: 15px;
}
.newsCard h3 {
    font-size: 20px;
    line-height: 32px;
}
.newArticle .articleHeading h2 {
    font-size: 32px;
}
.newArticle .table-container table td {
    padding: 30px;
}
.newsSection h3 {
    font-size: 25px;
    line-height: 30px;
}
.launchDetail p::before {
    display: none;
}
    .footer-container {
        padding: 10px 0px 10px !important;
    }
    .footer-bottom{
        padding: 40px 0px 40px;
    }
    .wealth-scroll {
    scroll-snap-type: y mandatory;
  }

  .wealth-card {
    scroll-snap-align: center;
  }

  .wealth-track{
    display:none;
  }
  .wealth-scroll {
    height: auto;
}
  .mobile-carousel-track-wrapper {
  display:block;
}
.mobile-carousel-dots {
  opacity:1;
}
 .ft-slide {
        width:100vw;
        min-width:100vw;
       
        opacity: 1;
  }


  .familytrust-track {
   
            gap: 0px;
       
        border-radius: 10px;
  }
  .ft-slide-title {
    font-size: 20px;
}
.ft-slide.active-center {
    z-index: 9;
    border-radius:10px;
    overflow:hidden;
}
.ft-text-container {
    width: 90%;
}
.ft-text-container h3 br{
    display:none
}
.productHeader {
        padding: 130px 0px 80px;
        height: auto;
        background-size: 150% !important;
    }

}

@media (max-width: 580px) {
.timelineOuterWrapper{
        flex-direction: column;
    text-align: left;
    padding:0px 10px 30px 40px;
}
.timelineOuterWrapper .subInnerWrapper {
    width: 100%;
}
.timelineOuterWrapper .subInnerWrapperLeft{
    text-align: left;
    align-items: flex-start;
}
.timelineMainOuterWrapper::before {
    left: 3%;
    transform: translateX(-3%);
}
.timeline-item__point{
        left:0.5%;
        transform: translate(-37%, -50%) scale(1.2);
    }
.timelineMainOuterWrapper::after {
    left: 3%;
    transform: translateX(-3%);
}
.timelineOuterWrapper .subInnerWrapper p {
    font-size: 16px;
    line-height: 24px;
}
    .subInnerWrapper img {
        margin-bottom:20px;
    }
.timeline-item__point.active {
    left: 3%;
    transform: translate(-37%, -50%) scale(1.2);
}
.timelineOuterWrappercolumn-reverse{
    flex-direction: column-reverse;
}

.helightswrap .active {
    margin-top:20px;
    
}
.helightswrap div{
    margin-top:20px;
}

.investmentInnerWrap h3 {
    font-size:32px;
}

 .p24 {
        font-size: 18px !important;
    }
.p20 {
    font-size: 18px !important;
}
.equityBrokerage {
           padding: 100px 0px 50px;
        margin-top: 30px;
        background-size: contain;
}
.equityBrokerage .colLeft{
    display: none;
}
.equityBrokerage .colRight .helightswrap div {
    margin-bottom: 0px;
}
.trackRecordWrap {
    padding:10px 20px 30px;
    margin-bottom:0px;
    margin-top:0px;
}
.trackRecordWrap .helightswrap {
    justify-content: center;
    column-gap: 30px;
    margin-top: -20px;
}
.device50{
    max-height: 170px;
}
.helightswrap {
    flex-direction: column; 
}
.helightswrap h3 {
    font-size:32px;
}
.helightswrap p {
    font-size: 14px;
}
.keyHighlights p{
    margin:0px;
}
.pageSection {
    padding: 30px 0px;
}
.investmentInnerWrap .keyHighlights{
    margin-top:30px;
}
.investmentInnerWrap p{
    margin-bottom: 0px;
    font-size: 14px;
}
.recordCol{
    margin-top:0px 10px 0px !important;
}
.equityBrokerage .colRight .investmentInnerWrap {
        margin-top: 0px !important;
    }

 .testimonial{
    padding-top: 40px;
 }  
.testimonial h2 {
        font-size: 30px;
    } 
.testimonial-slider .slide img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: auto;
}
.testimonial-slider .slide .content {
    margin-left: 0px;
}
    .content p {
    font-size: 15px;
}
.equityBrokerage .colRight {
      width: auto;
}
.research-driven .keyHighlights{
    margin-top: 0;
}
    .outPhilosophyInnerWrap {
        padding-bottom:0px;
    }
        .outPhilosophyOuterwrap {
        /* background-size: 40%; */
    }
    .footer-container {
        flex-direction: column;
    }
   .footer-col {
        margin-top: 30px;
    }
    .tabContentOuterwrap .card {
        width:100%;
    }
    .box-learn-more{
        margin-top: 0px;
    }
    .newsCard {
    width: calc(100% - 15px);
    margin-bottom: 30px;
}
.filterSection {
    margin-bottom:30px;
    flex-direction: column;
    align-items: flex-start;
     padding-bottom: 0px;
}
.launchDetail {
    font-size: 16px;
            flex-direction: column;
        gap: 10px;
    /* flex-direction: column; */
}
.filterSection select {
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 5px 24px 5px 10px;
   
}
.newsTopOuterWrap {
    margin-bottom: 20px;
}
    .newsSection h3 {
        font-size: 20px;
    }
    .newsSection .p-18 {
    font-size: 15px;
}
.newArticle .articleHeading {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
}
.newArticle .table-container table td {
        font-size: 16px;
        padding: 10px 0px;
        border-top: 0px solid #c4a46e;
        padding: 0px 0px 10px;
        display:block;
        width:100%;
    }
    .newArticle .table-container table td:first-child {
            border-top: 1px solid #c4a46e;
            font-size: 16px;
            padding-top:20px;
            font-size: 14px;
    }
        .newArticle .table-container table td:last-child {
            text-align:left;
            margin-bottom:10px;
    }
    .newlink {
    justify-content: flex-start;
    font-size: 15px;
}

.familyofficesHeader{
        padding:150px 0px 50px;
        height: auto;
    }
   .familyofficesHeader h1 {
        font-size: 30px;
    }
    .familyofficesHeader p {
    font-size: 19px;
}
  .familyofficesHeader .p18 {
        font-size: 16px;
    }

    .homeHeader{
        padding:120px 50px 50px;
        overflow: hidden;
    }
    .homeHeader h1 {
        font-size: 30px;
    }
    .info-details p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .info-details p br{
        display:none;
    }
    .professionalsSection{
        background-size:142%!important;
        background-position: top center !important;
        padding: 20px 0px 0px;
    }
    .box-learn-more{
        margin-top: 0px !important;
    }
    .section-three-box-header{
        padding-top:0px !important;
    }
    .section-three-subtitle {
        margin-bottom: 0 !important;
        font-size: 30px !important;
    }
        .section-four-subtitle br {
            display:none !important;
    }
    .footer-links li {
    margin-bottom: 10px !important;
}
.footer-title {
    margin: 0px 0px 10px 0px !important;
}
    .wealthTrackOuterWrap {
        padding: 0px 0px 50px;
            background-size: 180% !important;
    background-position: bottom left !important;
    }
    .wealth-card img {
    margin-bottom: 0px;
}
.levelInvolvement {
    background-color: #FFF7EC;
    padding: 50px 0px;
}
.contactHeader {
    padding: 120px 0px 60px;
    height: auto;
    background-size: 140% !important;
}
.assetManagementSection {
    padding: 50px 0px 0px;
}
.assetManagementSection .section-five-container {
    margin-top: 20px;
}
.section-five-item:hover .section-five-item-content h3 {
        font-size: 24px !important;
    }
        .section-five-main-title {
        padding-bottom: 0px !important;
    }

    .newArticle .newslinktd{
width:100%;
}
.newArticle .date{
width:100%;
}
.box-learn-more {
    margin-top: 10px !important;
    padding-top: 10px !important;
    font-size: 14px !important;
}
    .section-three-content-padding p {
        padding: 0px !important;
    }

    .groupHeader{
            background-size: 100% !important;
    padding: 120px 0px 80px !important;
    background-repeat: no-repeat !important;
    }

        .section-five-container .section-five-item {
        height: auto !important;
    }
    .groupSectionOUter .investmentInnerWrap{
        margin-top: 0px !important;

    }
    .wp-block-table {
    overflow-x: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}
    .wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 140% !important;
}
.investor-relationsSection p{
    overflow-x: scroll;
}
}
