html{
    scroll-behavior: smooth;
}
:before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Nunito, sans-serif;
  background: #fff;
  color: #222;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}

body {
  overflow-x: hidden;
}

/* =====  SYSTEM ===== */
.page{
    display:none;
    overflow:visible !important;
    min-height:100vh;
    height:auto;
}

.page.active{
    display:block !important;
}
.about-quotes-wrapper,
.our-values-section,
.how-invest-section,
.full-team-section,
.contact-section,
.fund-details{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
}

/* ===== HEADER ===== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
   padding: 0 30px 0 15px;
  min-height: 90px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  
}

.skip-main-link {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  background: #0b2c5f;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  z-index: 1000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip-main-link:focus {
  top: 18px;
}

.header-logo {
  display: block;
}

.header-logo img{
      display: block;
    max-width: 100%;
    max-height: 100%;
    height: 40px;
}
.navbar {
  display: flex;
  align-items: center;
  height: 70px;
  gap: 38px;
}
.navbar > li {
  position: relative;
}
.navbar > li > a,
.navbar > li > button {
  font-weight: 700;
  font-size: 15px;
  letter-spacing:.3px;
  color: #111;
  cursor: pointer;
  display: block;
  padding: 5px 0;
}

.navbar > li > button {
  background: none;
  border: none;
  font-family: inherit;
}

.navbar > li > a:hover,
.navbar > li > button:hover {
  color: #15388c;
  text-decoration: underline;
}

.navbar > li > a.active-nav-link,
.header-logo[aria-current="page"] {
  color: #15388c;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Funds dropdown */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    z-index: 999;
    padding: 0;
}
.dropdown-menu ul,
.dropdown-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    width: 200px;
}

.dropdown-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    min-height: 60px;

    padding: 0 10px;
    text-align: center;

    font-size: 13px;
    font-weight: 500;
    color: #111;
    box-sizing: border-box;
}
.dropdown-menu li a:hover {
  background: url("images/funds.jpg") center center/cover no-repeat;
  background: #f0f3ff;
  color: #15388c;
}
.navbar > li:hover .dropdown-menu {
  display: block;
}

.navbar > li.keyboard-open .dropdown-menu {
  display: block;
}

.login-btn{
    background:#15388c;
    color:#fff !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:86px;
    height:100px;
    padding:0 !important;
    margin-left:0;
    font-size:16px;
    font-weight:700;
    border-radius:0;
}
.login-btn:hover {
  background: #1a2e7a;
}

/* Mobile hamburger (hidden on desktop) */

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #15388c;
  border-radius: 2px;
}

/* ===== BREADCRUMB BAR ===== */

.breadcrumb-bar {
  background: #f5f7fb;
  padding: 14px 50px;
  font-size: 14px;
  color: #555;
  border-bottom: 1px solid #e2e6f0;
}
.breadcrumb-bar a {
  color: #15388c;
  font-weight: 600;
}
.breadcrumb-bar a:hover {
  text-decoration: underline;
}

/* ===== PAGE TITLE BANNER ===== */
.page-title-banner {
    position: relative;
    height: 280px;
    background: url("images/background.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-title-banner::before {
    content: "";
    position: absolute;
    inset: 0;
  
}


.page-title-banner h1,
.page-title-banner .banner-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
    text-align: center;
}

.fund-banner {
    background: linear-gradient(rgba(0,40,90,0.45), rgba(0,40,90,0.45)),
                url("images/funds.jpg") center center/cover no-repeat;
}

.banner-breadcrumb {
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.banner-breadcrumb [aria-current="page"] {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  margin-top: 0; /* important: keeps span on same line as Home */
}

.banner-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}



.banner-breadcrumb a:hover,
.banner-breadcrumb a:focus {
    text-decoration: underline;
    border-color: #fff;
}

/* ========================================
       HOME PAGE
    ======================================== */
    
.complaints-section{
    position: relative;
    width: min(100%, 660px);
    max-width: 660px;
    margin: -20px auto 40px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    z-index: 20;
    overflow: hidden;
    border-radius: 10px;
}
.complaints-header:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 4px #15388c;
}
.complaints-header {
  background: #757575;
  color: #fff;
  height: 64px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 10px 10px 0 0;
  position: relative;
  box-sizing: border-box;
}

.complaints-header .complaints-heading {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#complaintArrow {
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  right: 24px;
}
.complaints-content {
  display: none;
  padding: 20px 25px 25px;
  background: #fff;
  width: 100%;
  clear: both;
}

.complaints-content.active {
    display: block;
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
    overflow-x: auto;
}

.complaint-table-wrap {
  overflow-x: auto;
}

.complaint-table {
  min-width: 720px;
  width: 100%;
}

.complaints-content h4 {
  font-family: Georgia, serif;
  font-size: 18px;
  margin-bottom: 25px;
}

.complaint-status-btn {
  float: right;
  background: #9b9b9b;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: 700;
}

.complaint-table {
  width: 100%;
  border-collapse: collapse;
}

.complaint-table th,
.complaint-table td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 15px;
}

.complaint-table th {
  background: #f5f5f5;
}

.video-wrap{
    width:100%;
    position:relative;
    margin-top:0;
    margin-bottom:0px;
}

.video-wrap video{
width:100%;
height:auto;
object-fit:cover;
display:block;

}
.video-controls{
    position:absolute;
    right:20px;
    bottom:20px;
    display:flex;
    gap:10px;
    z-index:30;
}

.video-controls button{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.65);
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
}

.video-controls button:hover{
    background:#15388c;
}

.video-controls button:focus-visible{
    outline:6px solid #ffff00 !important;
    outline-offset:3px;
}

/* HOME ABOUT */
.home-about{
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 50px auto;
    padding: 40px 60px;
    min-height: 260px;

    display: flex;
    flex-direction: row-reverse;   /* Title on right, text on left */

    align-items: center;
    gap: 40px;

    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.home-about-text {
  flex: 1;
}
/* Keyboard focus for "What We Do" heading */
/* Keyboard focus for "What We Do" heading */
#what-we-do-heading{
    display:inline-block;
    padding:4px 8px;
    border:3px solid transparent;
    border-radius:6px;
    outline:none;
    box-sizing:border-box;
}

#what-we-do-heading:focus,
#what-we-do-heading:focus-visible{
    border-color:#15388c;
    outline: 3px solid #15388c;
}
.home-about-title{
    flex:0 0 auto;
}
.home-about::before,
.home-about::after{
    content:"";
    position:absolute;
    left:180px;
    width:calc(100% - 360px);
    background:#15388c;
}

.home-about::before{
    top:0;
}

.home-about::after{
    bottom:0;
}

.home-about-text p{
    font-size:17px;
    line-height:1.8;
    color:#333;
    margin-bottom:18px;
}
.home-about-text a {
  display: inline-block;
  background: #15388c;
  color: #fff;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 15px;
}
.home-about-text a:hover {
  background: #1a2e7a;
}
.home-about-title h2 {
  font-size:42px;
line-height:1.2;
font-weight:800;
}

/* ===== STATS SECTION ===== */

.stats-section{
    position: relative;
    height: 450px;
    background: url("images/bg1.jpg") center center/cover no-repeat;
    overflow: hidden;
}

.stats-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.15);   /* Lighter overlay */
    z-index: 1;
    color: #fff;
}

.stats-overlay{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.stats-overlay > h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 60px;
}

.stats-container{
    display: flex;
    justify-content: center;
    gap: 380px;
    width: 100%;
    margin-bottom: 90px;
}

.stat-box{
    text-align: center;
}

.stat-box p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.number{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.trusted-by{
    position: absolute;
    left: 50%;
    top: 72%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff !important;
    opacity: 1 !important;
    z-index: 10;
    font-size: 22px;
}

.trusted-by p{
    margin: 0 0 10px;
    font-size: 30px;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
}

.trusted-by h3{
    margin: 0;
    color: #ffffff !important;
    text-align: center;
    line-height: 1.25;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,.8);
}
/* PILLAR */
.pillar-section{
    text-align:center;
    padding:60px 50px 80px;
    background:#f5f7fb;
    margin-top:-10px;
}
.section-line {
  width: 60px;
  height: 3px;
  background: #15388c;
  margin: 0 auto 50px;
}
.pillar-container{
    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:30px;
    flex-wrap:nowrap;
    max-width:1100px;
    margin:50px auto 0;
}

.pillar-box{
    flex: 0 0 calc(25% - 22px);
    background: #ffffff;
    border-radius: 7px;
    padding: 40px 25px;
    border: 1px solid #d6dce8;
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
    text-align: center;
    transition: all .3s ease;
}
.pillar-box:hover {
  transform: translateY(-10px);
}
.pillar-box img {
  width: 61px;
  margin-bottom: 18px;
}
.pillar-box h2{
    font-size:22px;
    font-weight:600;
    line-height:1.3;
    color:#15388c;
    text-transform:none;
    letter-spacing:0;
    margin-top:18px;
    margin-bottom:0;
}
.pillar-section > h2{
    font-size:28px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:.5px;
    text-transform:uppercase;
    color:#222;
    margin-bottom:12px;
    font-family:Nunito,sans-serif;
}
.know-btn {
  display: inline-block;
  margin-top: 48px;
  background: #15388c;
  color: #fff;
  padding: 13px 26px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display:inline-block;
    margin:50px auto 0;
}
.know-btn:hover {
  background: #1a2e7a;
}

/* HOME TEAM */
.home-team-section {
  padding: 20px 40px 60px;   /* Reduced top padding */
  margin-top: -30px;         /* Moves the section upward */
  text-align: center;
  background: #f7f9fc;
}
.home-team-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
.home-team-section p {
  font-size: 18px;
  margin-bottom: 22px;
}
.home-team-section span {
  background: #15388c;
  color: #fff;
  padding: 4px 12px;
}

.team-container{
    display:flex;
    justify-content:center;
    gap:50px;
    flex-wrap:wrap;
}

.team-card{
    width:380px;
    background:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.team-card img{
    width:100%;
    height:420px;
    object-fit:cover;
}
.team-card:hover {
  transform: translateY(-10px);
}

.team-card h3 {
  margin-top: 25px;
  font-size: 26px;
  color: #000;
  font-weight: 800;
  
}
.team-card h4 {
  margin: 8px 0 22px;
  font-size: 16px;
  color: #555;
}

.team-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 10px;
  border-radius: 50%;
  color: #15388c;
  background: #f5f7fb;
  transition: box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.team-linkedin:hover {
  background: #e8eefc;
  transform: translateY(-1px);
}

.team-linkedin:focus-visible {
  outline: 3px solid #15388c;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(21, 56, 140, 0.2);
  background: #e8eefc;
}

.team-more-btn {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #15388c;
  color: #fff;
  padding: 13px 26px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.team-more-btn:hover {
  background: #1a2e7a;
}

/* HOME OFFER */
.offer-section {
  background: #f4f4f4;
  padding: 60px 40px 90px;
  text-align: center;
  margin-top: -40px;
}

.section-line{
    width:60px;
    height:3px;
    background:#15388c;
    margin:8px auto 35px;   /* closer to heading */
}
.offer-container{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}
.offer-card {
    width: 520px;
    min-height: 100px;      /* Increase height */
    padding: 35px 40px;     /* More padding */
    background: #15388c;
    border-radius: 6px;
    box-shadow: 0 18px 40px rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    transition: .35s ease;
    cursor: pointer;
}
.offer-card:hover {
  transform: translateY(-10px);
}
.offer-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    height:100%;
}
.offer-section > h2{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    text-align: center;
    margin-bottom: 18px;
}
.offer-text p {
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}
.offer-icon img{
    width:95px;
    height:95px;
    object-fit:contain;
}

/* ===== FOOTER ===== */
.footer{
    background:#15388c;
    color:#fff;
    padding:25px 0 8px;
}

.footer-container{
    max-width:1200px;
    width:90%;
    
    margin:0 auto;
    display:grid;
    grid-template-columns:42% 24% 34%;
    column-gap:40px;
    align-items:start;
}
/* Desktop footer logo */
.footer-box:first-child img{
    width:200px;
    height:auto;
    display:block;
}
.footer-box:nth-child(2){
    padding-left: 90px;
}

.footer-box:nth-child(3){
    padding-left: 90px;
}
.footer-box{
    min-width:0;
}

.footer-box:first-child{
    max-width:none;
}

.footer-box h2,
.footer-box h4{
    margin:0 0 12px;
    font-size:14.4px;
    font-weight:700;
    color:#fff;
}

.footer-box p,
.footer-box a{
    font-size:14px;
    line-height:1.5;
    margin-bottom:6px;
}

.footer-box a{
    display:block;
    font-size:15px;
    line-height:1.8;
    margin-bottom:12px;
    white-space:nowrap;
}

.footer-box ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-box li{
    position:relative;
    padding-left:22px;
    margin-bottom:10px;
}

.footer-box li::before{
    content: "›";
    position:absolute;
    left:0;
    top:2px;
    width:12px;
    color:#fff;
    font-size:18px;
    font-weight:400;
    line-height:1;
    font-family:Arial, Helvetica, sans-serif;
}

.footer-box li a{
    display:block;
    color:#fff;
    font-size:15px;
    line-height:1.5;
    white-space:normal;
}




/* ===========================
   Footer Bottom Bar
=========================== */

.footer-bottom-bar{
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.15);
}

.footer-bottom{
    background-color: rgba(0, 0, 0, .2);
    
}

.footer-bottom-container{
    max-width:1250px;
    margin:0 auto;
    padding:12px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    font-size:15px;
}

.footer-bottom p{
    margin:0;
    color:#fff;
    font-size:15px;
    font-weight:500;
}


.footer-bottom a:hover {
  text-decoration: underline;
}
/* Focus styles for accessibility */
a:focus,
button:focus,
[role="button"]:focus {
  outline: 5px solid #15388c;
  outline-offset: 2px;
}
.footer a:focus-visible,
.footer button:focus-visible {
    outline: 3px solid #ffffff !important;
    outline-offset: 3px;
}
.banner-breadcrumb a:focus-visible {
    outline: 3px solid #ffffff !important;
    outline-offset: 3px;
    border-radius: 4px;
}
/* ===== ===== */
.email-social-row a {
    color: #fff;
    font-size: 28px;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.email-social-row {

    display: flex;
    align-items: center;
    gap: 10px;
}

/* ========================================
       ABOUT US PAGE
    ======================================== */
.about-hero {
  color: #fff;
  padding: 30px 50px;
  text-align: center;
}

.about-hero h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 28px;
}
.about-quotes-wrapper{
     width:100%;
    padding:15px 0 20px;   /* Reduced from 40px */
    position:relative;
         background: linear-gradient(180deg, rgba(21, 56, 140, 0.5) 12%, rgba(21, 56, 140, 0.5) 26%, rgba(21, 56, 140, 0.5) 26%, rgba(255, 255, 255, 1) 100%);
}

.quote-pause-btn{
    position:absolute;
    right:20px;
    bottom:20px;
    background:#15388c;
    color:#fff;
    border:none;
    padding:10px 18px;
    border-radius:4px;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    z-index:10;
}

.quote-pause-btn:hover{
    background:#1a2e7a;
}

.quote-pause-btn:focus,
.quote-pause-btn:focus-visible{
    outline:4px solid #15388c;
    outline-offset:3px;
}

.about-quotes-wrapper::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:180px;

    background:rgba(255,255,255,0.28);

    filter:blur(35px);

    pointer-events:none;
}
/* Slider quotes */
.quotes-slider {
  background: none !important;
  min-height: 220px;
  height: auto;
  position: relative;
  overflow: visible;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 2;
}


.quote-slide p{

    font-size: 20px;

}

.quote-slide{
  font-size: 25px;
    position:absolute;
    width:100%;
    left:100%;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
    opacity:0;
    transition:opacity .5s ease, transform .5s ease;
    z-index:2;
}

.quote-slide.active{
    left:0;
    opacity:1;
    text-shadow: 0 2px 20px rgba(255,255,255,0.7);
}

.quote-slide.prev{
    left:-100%;
    opacity:0;
}

/* Our Values */
.our-values-section {
  padding: 30px 0px;
  text-align: center;
  background: #f9f9f9;
}
.our-values-section > h2{
    font-size:28px !important;
    font-weight:700 !important;
    line-height:1.2;
    color:#222;
    margin:0 0 12px;
    text-transform:uppercase;
}
.our-values-grid{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}

.value-card{
    flex: 1;
    max-width: 360px;
    /* min-height: 600px;   Same height for all cards */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.value-card h3{
    font-size:32px;
    font-weight:700;
    line-height:1.3;
    color:#2f2f2f;
    margin:20px 0 28px;
    text-transform:none;
}

.value-card:hover{

    transform:translateY(-10px);

}
.value-card:hover {
  transform: translateY(-10px);
}
.value-card img{
    width:80px;
    height:80px;
    object-fit:contain;
    margin-bottom:30px;
}
.value-card h2{
    font-size:22px;
    font-weight:700;
    line-height:1.3;
    margin-top:0;
}
.value-card p{
    font-size:16px;
    color:#666;
    line-height:2;
    max-width:420px;
    margin:0 auto;
    font-weight:400;
}

/* How We Invest */
.how-invest-section{
    padding: 40px 40px;
    background: #fff;
    text-align: center;
   /* margin-top: -50px;  /* Moves the section upward */
}
.how-invest-section > h2{
    font-size:28px !important;
    font-weight:700 !important;
    line-height:1.2;
    color:#222;
    margin:0 0 12px;
}
.how-invest-section > p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}
.invest-process-img{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto 10px;
    display: block;
}
.philosophy-title{
    font-size:22px !important;
    font-weight:700 !important;
    color:#222;
    margin-bottom:40px;
    position:relative;
    display:inline-block;
}

.philosophy-title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #15388c;
}

/* Tabs */
.tabs-nav {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  border-bottom: 3px solid #15388c;
}
.tab-btn {
  background: #fff;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #555;
  font-family: Nunito, sans-serif;
  margin-bottom: -3px;
  transition: all 0.2s;
}
.tab-btn.active {
  color: #15388c;
  border-bottom: 3px solid #15388c;
  background: #f0f3ff;
}
.tab-btn:hover {
  color: #15388c;
}
.tabs-content {
  background: #fff;
}
.tab-panel {
  display: none;
  padding: 40px 50px;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.tab-panel.active {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.tab-panel img {
  width: 120px;
  flex-shrink: 0;
  border-radius: 4px;
}

.tab-panel-text p {
  font-size: 16px;
  color: #000000;
  line-height: 1.9;
}

/* ========================================
       FUNDS PAGES
    ======================================== */
.fund-hero{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px 40px 0;
    background:#f8f8f8;
}

.fund-hero-text{
    max-width:1000px;
}

.fund-hero-text h2{
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}



.fund-hero-text p:first-of-type{
    font-size:16px;
    margin-bottom:30px;
}
.fund-hero-text p::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #15388c;
    margin: 12px auto 0;
    border-radius: 2px;
}


.fund-hero-img{
    margin:30px 0;
}

.fund-hero-img img{
    width:230px;
    height:auto;
}

.fund-hero-text p:last-of-type{
    max-width:1200px;
    margin:30px auto 0;
    font-size:16px;
    line-height:1.8;
}
.fund-description{
    width:100%;
    max-width:none;
    margin:10px auto 0;
    text-align:center;
    font-size:16px;
    line-height:1.8;
    color:#444;
    white-space:nowrap;
    border-bottom:4px solid #15388c;
    padding-bottom:4px;
}
.fund-meta{
    max-width: 1400px;
    width: 90%;
    margin: 15px auto;
    background: #15388c;
    color: #fff;

    /* Reduce height */
    height: 90px;           /* Adjust to 80px if you want it smaller */
    padding: 0 40px;

    /* Center text */
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

.fund-glance{
  border-bottom: 1px solid #d8d8d8;
    padding:45px 60px 90px;
    text-align: center;
    margin-top: -50px;
}

.fund-glance h3{
    font-size: 30px;
    font-weight: 1000;
    color: #1f2d4d;
    margin-bottom: 70px;
}

.fund-glance-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 100px;
    max-width: 1300px;
    margin: 0 auto;
}

.fund-glance-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fund-glance-card img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 25px;
}

.fund-glance-card strong,
.fund-glance-card h4 {
    font-size: 15px;
    color: #1f2d4d;
    margin-bottom: 15px;
    display: block;
}

.fund-glance-card span{
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    max-width: 300px;
}
.fund-info-grid{
    display:flex;
    flex-direction:column;
    gap:12px;
    max-width:1000px;
    width:100%;
    margin:0 0 20px;
    padding-bottom:10px;
    text-align:left;
}

.fund-info-grid div{
    font-size:16px;
    line-height:1.8;
    color:#444;
}

.fund-info-grid strong{
    color:#15388c;
    font-size:18px;
    font-weight:700;
    display:inline-block;
    min-width:180px;
}

.fund-details{
    max-width:1280px;
    margin:10px auto 40px;
    padding:60px 50px 80px;
    background:#fff;
    border-radius:10px;
    box-shadow:none;
}

.fund-details-section{
    margin-bottom:35px;
}

.fund-details-section h3,
.fund-details-section h4 {
    font-size:18px;
    color:#15388c;
    font-weight:700;
    margin-bottom:15px;
}

.fund-details-section ul{
    padding-left:20px;
}

.fund-details-section ul li{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:10px;
}
.fund-details-section p{
    font-size:16px;
    line-height:1.9;
    color:#444;
    margin-bottom:15px;
}
.fund-meta{
    max-width:1400px;
    width:90%;
    margin:40px auto;
    background:#15388c;
    color:#fff;
    padding:25px 40px;
    font-size:20px;
    text-align:center;
    font-weight:700;
}
.fund-meta span {
  font-weight: 600;
}
.fund-meta strong {
  font-weight: 800;
}
hr.fund-hr {
  border: none;
  border-top: 1px solid #dde2f0;
  margin: 30px 0;
}
/* ==========================================
   WCAG Visible Keyboard Focus Indicator
========================================== */


/* ========================================
       OUR TEAM PAGE
    ======================================== */
.team-banner{
    background: linear-gradient(rgba(0,40,90,.45), rgba(0,40,90,.45)),
                url("images/teams.jpg") center center/cover no-repeat;
}
.full-team-section{
    padding:20px 60px 40px;
    margin-top:-20px;
    background:#f7f9fc;
}
.full-team-section h2{
    text-align:center;
    font-size:22px;
    font-weight:700;
    color:#222;
    text-transform: uppercase;
    margin:0 0 8px;
    line-height:1.1;
}

.full-team-section h3::after{
    content:"";
    display:block;
    width:38px;
    height:3px;
    background:#15388c;
    margin:10px auto 0;
}

.full-team-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    row-gap:130px;      /* Increase vertical gap */
    column-gap:32px;
    max-width:1360px;
    margin:150px auto 0;
}

.team-member-row{
    position:relative;
    background:#1f4199;
    color:#fff;
    min-height:360px;
    padding:28px 28px 25px 34px;
    overflow:visible;
}

.team-member-photo {
    position: absolute;
    top: -86px;
    right: 32px;
    width: 167px;
    height: 218px;
    overflow: hidden;
}

.team-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-member-info {
  padding-right: 200px;
}

.team-member-info h2{
    margin:0 0 10px;
    text-align:left;
    color:#fff;
    font-size:20px;
    font-weight:700;
    line-height:1.14;
    text-transform: none !important;
    
}

.team-member-name{
    font-size:28px;
    font-weight:700;
    color:#15388c;
    margin:15px 0 8px;
    line-height:1.3;
    font-family:Nunito, sans-serif;
}

.team-member-designation{
    font-size:18px;
    font-weight:600;
    color:#555;
    margin:0 0 20px;
    line-height:1.4;
    font-family:Nunito, sans-serif;
}

.team-member-info ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 22px;
    margin: 10px 0;
}

.team-member-info li {
    line-height: 1.4;
    margin-bottom: 10px;
}

.team-member-info .read-more-link{
    display:inline-block;
    margin-top:12px;
}
 
.team-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.7);
  z-index:9999;
  justify-content:center;
  align-items:center;
  padding:20px;
}

.team-modal-content{
  background:#fff;
  width:700px;
  max-width:70%;
  max-height:85vh;
  overflow-y:auto;
  border-radius:10px;
  padding:30px;
  position:relative;
  text-align:center;
}

.team-modal-content img{
  width:220px;
  max-width:100%;
  border-radius:8px;
  margin-bottom:20px;
}

.team-modal-content h2{
  color:#022b4b;
  margin-bottom:10px;
}

.team-modal-content h4{
  color:#666;
  margin-bottom:20px;
}

.team-modal-content ul{
  text-align:left;
  line-height:1.8;
  padding-left:30px;
  list-style-type:disc !important;
  list-style-position:outside;
}

.team-modal-content li{
  display:list-item !important;
  list-style-type:disc !important;
  margin-bottom:10px;
}

.team-modal-close{
  position:absolute;
  top:10px;
  right:15px;
  font-size:35px;
  cursor:pointer;
  color:#022b4b;
  background: transparent;
  border: none;
  padding: 6px;
}

.team-modal-close:focus-visible{
  outline: 4px solid #15388c;
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(21, 56, 140, 0.2);
}

.read-more-link{
  display:inline-block;
  margin-top:15px;
  color:#ffffff;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}

.read-more-link:hover,
.read-more-link:focus{
  text-decoration:underline;
  border:2px solid #fff

}
.linkedin-btn i {
    line-height: 1;
    display: flex;
    align-items: center;
}
/* ========================================
       CONTACT US PAGE
    ======================================== */
.contact-section {
  padding: 20px 50px 50px;
  background: #fff;
}
.contact-info-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    max-width:1280px;
    margin:40px auto 50px;
    align-items:start;
    position:relative;
    z-index:2;
}

.contact-card{
    width:100%;
    min-height:auto;
    padding:0 30px;
    background:transparent;
    box-shadow:none;
    border-radius:0;
    transition:none;
    border-top:4px solid #15388c;
    padding-top:35px;
}

.contact-card:hover{
    transform: translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.contact-card h2{
    color:#15388c;
    font-size:22px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:25px;
}

.contact-card p,
.contact-card a{
    font-size:17px;
    line-height:1.9;
    color:#444;
}

.contact-card hr{
    margin:20px 0;
    border:none;
    border-top:1px solid #ddd;
}


.contact-grid {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.contact-map {
  flex: 1;
  min-width: 300px;
}
.contact-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 4px;
}
.contact-info-block {
  min-width: 280px;
}
.contact-info-item {
  margin-bottom: 36px;
}
.contact-info-item h3 {
  font-size: 22px;
  font-weight: 800;
  color: #15388c;
  margin-bottom: 12px;
}
.contact-info-item p,
.contact-info-item a {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  display: block;
}
.contact-info-item a:hover {
  color: #15388c;
}
.contact-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.contact-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #15388c;
  color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
}
.contact-card a {
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.contact-social a:hover {
  background: #1a2e7a;
}
.contact-email-section {
    background: #f5f7fb;
    padding: 25px 50px 10px;
    margin-top: -20px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.contact-email-section h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  margin: 0 0 8px;
}
.contact-email-section p {
    font-size: 16px;
    color: #555;
    margin: 0 0 4px;
    line-height: 1.4;
}
.contact-email-section a {
  font-size: 20px;
  color: #15388c;
  font-weight: 700;
  display: inline-block;
  margin-top: 2px;
}

.corner{
    position:absolute;
    background:#15388c;
}

/* LEFT SIDE - FULL CLOSED */

.top-left-h{
    top:0;
    left:0;
    width:100%;
    height:8px;
}

.top-left-v{
    top:0;
    left:0;
    width:8px;
    height:100%;
}

.bottom-left-h{
    bottom:0;
    left:0;
    width:100%;
    height:8px;
}

.bottom-left-v{
    display:none;
}

/* RIGHT SIDE - OPEN */

.top-right-v{
    top:0;
    right:0;
    width:8px;
    height:110px;
}

.bottom-right-v{
    bottom:0;
    right:0;
    width:8px;
    height:110px;
}

.top-right-h,
.bottom-right-h{
    display:none;
}
/* ===== RESPONSIVE ===== */      
@media (max-width: 768px) {
  .header-logo {
    display: block;
  }

.header{
    min-height:10px;
    padding:2px 2px;
    justify-content:space-between;
    align-items:center;
    position:relative;
}

.header-logo img{
    width:150px;
    height:auto;
}



  .quotes-slider {
      min-height: 380px !important;
      height: auto !important;
      overflow: hidden !important;
      padding: 20px 15px !important;
      width: 100% !important;
      box-sizing: border-box !important;
  }

  .quote-slide {
      font-size: 20px !important;
      line-height: 1.6 !important;
      top: 0 !important;
      transform: none !important;
  }

  .quote-slide p {
      font-size: 18px !important;
      line-height: 1.6 !important;
  }


  .hamburger {
    display: flex;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

.navbar {
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    width: 280px;
    max-width: calc(100vw - 30px);

    background: #fff;
    flex-direction: column;

    padding: 0;
    margin: 0;

    gap: 0 !important;
    justify-content: flex-start !important;
    align-items: stretch !important;

    height: auto;
    max-height: none;      /* Remove height limit */
    overflow: visible;     /* No internal scrolling */

    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    z-index: 999;
}

.navbar.open{
    display:flex;
}


.navbar > li{
    width:100%;
    margin:0 !important;
    padding:0 !important;
    border-bottom:1px solid #ececec;
}

.navbar > li > a,
.navbar > li > button{
    display:flex;
    align-items:center;
    width:100%;
    min-height:44px;
    padding:12px 16px !important;
    line-height:1.2;
}

.navbar > li > button{
    background:none;
    border:none;
    font-family:inherit;
    text-align:left;
}
.dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    transform: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
    background: #f7f7f7;
}

.navbar li.open .dropdown-menu {
    display: block !important;
}

.dropdown-menu li {
    border-bottom: none;
}

.dropdown-menu li a{
    padding:8px 16px;
    min-height:40px;
}


  .home-about{
    flex-direction:column;
    padding:25px 20px;
    gap:25px;
    min-height:auto;
    margin:30px auto;
}
.login-btn{
    width:100%;
    height:60px;
    border-radius:0;
    justify-content:flex-start;
    padding-left:20px !important;
}

.home-about-text{
    width:100%;
}

.home-about-title{
    width:100%;
    text-align:center;
}

.home-about-title h2{
    font-size:24px;
}

.home-about::before,
.home-about::after{
    left:0;
    width:100%;
}

.top-right-v,
.bottom-right-v{
    height:80px;
}
  .stats-container {
    flex-direction: column;
    gap: 40px;
  }
  .number {
    font-size: 38px;
  }
  .stats-overlay h2 {
    font-size: 22px;
    
  }
  .offer-card {
    width: 100%;
  }

  
    .team-member-row{
    height: auto !important;
    min-height: auto !important;
    padding: 25px 20px 30px !important;
    overflow: visible !important;
}
  
 .team-member-row.reverse{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    height:auto !important;
    min-height:auto !important;
    padding:20px !important;
}
 .team-member-photo{
    position:relative !important;
    top:0 !important;
    right:auto !important;
    left:auto !important;
    margin:0 auto 20px !important;
    width:160px !important;
    height:200px !important;
}
  .tab-panel.active {
    flex-direction: column;
  }
  .contact-card{
    padding:0 !important;
}
  .contact-grid {
    flex-direction: column;
  }
  .breadcrumb-bar {
    padding: 12px 20px;
  }
  .page-title-banner {
    padding: 36px 20px;
  }
  .page-title-banner h2 {
    font-size: 22px;
  }
  .about-quotes-grid {
    flex-direction: column;
    align-items: center;
  }
  .our-values-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:20px;
    justify-items:center;
}
.banner-breadcrumb {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  gap: 5px;
}

.banner-breadcrumb a,
.banner-breadcrumb .breadcrumb-separator,
.banner-breadcrumb .current-page {
  display: inline-block !important;
  white-space: nowrap !important;
  flex: 0 0 auto;
}
.value-card{
    flex:1;
    max-width:460px;
    padding:0 15px;
}
  .fund-glance,
  .fund-details,
  .how-invest-section,
  .our-values-section,
  .full-team-section,
  .contact-section,
  .contact-email-section {
    padding: 40px 20px;
  }


  .complaints-content{
      position:relative;
      width:100%;
      overflow-x:auto;
      box-sizing: border-box;
  }
  .complaint-status-btn {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }

  .video-wrap {
    margin-bottom: 20px;
  }

.video-wrap video{
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: auto;

}


.home-about{
    margin-top: 10px !important;
    padding-top: 20px;
}
.contact-info-wrapper{
    display:flex !important;
    flex-direction:column !important;
    gap:30px !important;
}
.fund-hero,
.fund-glance,
.full-team-section,

.about-quotes-wrapper,
.our-values-section,
.how-invest-section,
.fund-details {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
}

.fund-description{
    white-space: normal !important;
    font-size: 16px !important;
}

.fund-meta{
    width: 100% !important;
    padding: 15px !important;
}

.fund-glance-grid{
    grid-template-columns: 1fr !important;
    gap: 30px !important;
}

.team-member-info{
    padding-right:0 !important;
    width:100% !important;
}

.team-member-info h3,
.team-member-info h4,
.team-member-info ul,
.team-member-info p,
.team-member-info .read-more-link{
    width:100%;
    text-align:left !important;
}
/* ===== MOBILE TEAM MODAL ===== */

.team-member-name{
    text-align:left;
    font-size:24px;
    font-weight:700;
    color:#15388c;
    margin:12px 0 8px;
    line-height:1.3;
    font-family:Nunito, sans-serif;
}

.team-member-designation{
    text-align:left;
    font-size:16px;
    font-weight:600;
    color:#555;
    margin:0 0 18px;
    line-height:1.4;
    font-family:Nunito, sans-serif;
}
  .fund-info-grid strong {
    min-width: 120px !important;
  }



  .navbar li ul,
  .dropdown-menu {
      width: 100% !important;
      min-width: 100% !important;
      position: static !important;
      left: 0 !important;
      right: 0 !important;
      box-shadow: none !important;
  }

  .navbar li ul li a,
  .dropdown-menu li a {
      display: block;
      width: 100%;
      font-size: 14px;
      padding: 12px 15px;
      white-space: normal !important;
      word-break: break-word;
      box-sizing: border-box;
      text-align: left !important;
  }

  /*.navbar.open {
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
  }
/* ===== MOBILE PILLAR SECTION ===== */

.pillar-section{
    padding:40px 15px;
    background:#f5f7fb;
}

.pillar-container{
    display:flex;
    flex-direction:column;
    gap:20px;
    width:100%;
    max-width:340px;
    margin:40px auto 0;
}

.pillar-box{
    width:100%;
    flex:none;
    padding:35px 20px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:0;
    box-shadow:0 3px 12px rgba(0,0,0,.12);
    text-align:center;
}

.pillar-box img{
    width:60px;
    margin:0 auto 18px;
    display:block;
}

.pillar-box h3{
    font-size:18px;
    line-height:1.4;
    margin:0;
    color:#15388c;
}
.team-container{
    flex-direction:column;
    align-items:center;
    gap:30px;
}

.team-card{
    width:100%;
    max-width:340px;
}

.team-card img{
    height:auto;
}
/* Mobile - Show What We Offer cards one below another */

.offer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.offer-card{
    width: 100%;
    max-width: 340px;
    min-height: auto;
}

.offer-content{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
}

.offer-text p{
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
}

.offer-icon img{
    width: 85px;
    height: auto;
}
.home-about,
.fund-hero,
.fund-details,
.full-team-section,
.contact-section,
.pillar-section,
.offer-section,
.home-team-section{
    width:100%;
    margin-left:0;
    margin-right:0;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box;
}

.video-wrap,
.video-wrap video{
    width:100%;
    display:block;
}
img,
video,
iframe{
    max-width:100%;
    height:auto;
}

*{
    box-sizing:border-box;
}
body{
    overflow-x:hidden;
}

.page{
    overflow:hidden;
}
/* ===== MOBILE STATS SECTION ===== */

.stats-section{
    height: 600px !important;   /* increase height */
}

 .stats-section{

    position: relative;

    min-height: 760px;

    overflow: visible;

    padding: 30px 15px 220px;

  }

  .stats-overlay{

    position: absolute;

    top: 35px;

    left: 50%;

    transform: translateX(-50%);

    width: 92%;

    z-index: 2;

  }

  .stats-container{

    display: flex;

    flex-direction: column;

    gap: 18px;

    align-items: center;

  }

  .stat-box{

    width: 100%;

  }

  .trusted-by{

    position: absolute;

    left: 50%;

    bottom: 35px;

    transform: translateX(-50%);

    width: 100%;

    text-align: center;

    display: block !important;

    visibility: visible !important;

    opacity: 1 !important;

    z-index: 10;

  }

  .trusted-by p{

    font-size: 18px;

    color: #fff;

    font-weight: 700;

    margin: 0 0 10px;

  }

  .trusted-by h3{

    color: #fff;

    font-size: 28px;

    line-height: 1.25;

    font-weight: 800;

    margin: 0;

  }
/* Mobile - Full border around What We Do */

/* Mobile - Full border around What We Do */

.home-about{
    position: relative;
    width: calc(100% - 30px);
    margin: 20px auto;
    padding: 28px 22px 22px;
    background: #fff;
    border: 5px solid #23439a;
    box-sizing: border-box;
}

/* Hide decorative corners */
.home-about .corner{
    display:none;
}

.home-about-title{
    position:absolute;
    top:20px;
    left:50%;
    transform: translateX(-50%);
    width: calc(100% - 44px);
    margin:0 auto;
    text-align: center;
}

.home-about-title h2{
    font-size:22px;
    font-weight:800;
    color:#111;
    margin:0;
    text-align:center;
    white-space: normal;
}

.home-about-text{
    margin-top:70px;
}

.home-about-text p{
    font-size:16px;
    line-height:1.9;
    color:#222;
}

.home-about-text a{
    display:inline-block;
    margin-top:10px;
    padding:10px 18px;
    background:#23439a;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}
/* ===== OUR TEAM - MOBILE ===== */

.full-team-list{
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 35px !important;
    max-width: 340px;
    margin: 25px auto 0;
}

.team-member-row{
    width: 100%;
    margin: 0 auto;
}

.team-member-photo{
    width: 170px !important;
    height: 220px !important;
    margin: 0 auto 20px !important;
}

.team-member-info{
    padding-right: 0 !important;
}

.team-member-info h3,
.team-member-info h4,
.team-member-info ul,
.team-member-info .read-more-link{
    text-align: left;
}

/* ===== MOBILE - HOW WE INVEST IMAGE ===== */



    .invest-process-img{
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 20px auto !important;
        object-fit: contain;
    }

    .how-invest-section{
        overflow: hidden;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


.footer-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.footer-box{
    min-width: 0;
    padding: 0 !important;
}

.footer-box:nth-child(2),
.footer-box:nth-child(3){
    padding-left: 0 !important;
}

.footer-box:first-child{
    grid-column:1 / -1;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    text-align:left;
    margin-bottom:25px;
}

.footer-box:first-child img{
    display:block;
    width:220px;
    max-width:100%;
    height:auto;
    margin:0 0 20px 0;
    align-self:flex-start;
}
.footer-box:first-child p{
    display:block;
    width:100%;
    text-align:left;
    line-height:1.7;
    margin:12px 0;
}

.footer-box:first-child .email-social-row{
    display:flex;
    width:100%;
    justify-content:flex-start;
    align-items:center;
    gap:12px;
}

.footer-box:first-child h4,
.footer-box:first-child p,
.footer-box:first-child a{
    text-align:left;
}

.footer-box:first-child p{
    margin-bottom:18px;
    line-height:1.7;
}

.footer-box h2,
.footer-box h4{
    font-size:18px;
    margin-bottom:18px;
    font-weight:700;
    color:#fff;
}

.footer-box a{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.footer-box ul{
    margin:0;
    padding:0;
}

.footer-box li{
    display:block;
    margin-bottom:10px;
}
.footer-bottom{
    width: 100%;
    padding: 20px 15px 0;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
}

.footer-bottom span{
    display: block;
    line-height: 1.7;
}

.footer-bottom p{
    text-align:center;
    line-height:1.7;
}
.footer-bottom{

    flex-direction:column;

    text-align:center;

    gap:10px;

}
 .footer-bottom-container{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }
}