.wealth-solutions{
  padding-bottom: 10px;
      font-weight: 800;
  }
  .calendar-container {
        max-width: 1200px;
        margin: auto;
      }
  
      /* Dual filter container */
      .filter-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: center;
        margin-bottom: 30px;
      }
  
      /* Common carousel wrapper */
      .carousel-strip {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }
  
      .arrow-btn {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        transition: background 0.2s;
      }
  
      .arrow-btn:hover {
        background: #f2f2f2;
      }
  
      .item-strip {
        display: flex;
        gap: 8px;
      }
  
      .item {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 10px 20px;
        cursor: pointer;
        font-weight: 600;
        color: #444;
        transition: all 0.2s ease;
        text-align: center;
        min-width: 80px;
      }
  
      .item.active {
        background: #0056ff;
        color: #fff;
        box-shadow: 0 3px 8px rgba(0,86,255,0.3);
      }
  
      /* EVENT CARDS */
      .event-card {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        padding: 20px;
        transition: transform 0.2s ease;
        height: 100%;
      }
  
      .event-card:hover {
        transform: translateY(-3px);
      }
  
      .date-badge {
        display: inline-block;
        background: #0056ff;
        color: #fff;
        font-size: 0.8rem;
        padding: 3px 8px;
        border-radius: 4px;
      }
  
      .event-date {
        font-size: 2rem;
        font-weight: 700;
        margin-left: 8px;
      }
  
      .event-day {
        color: #777;
        font-size: 0.9rem;
      }
  
      .event-icon {
        background-color: #e8f0ff;
        color: #0056ff;
        font-size: 0.8rem;
        border-radius: 4px;
        padding: 3px 6px;
      }
  
      .view-more {
        text-align: center;
        margin: 30px 0 10px;
        color: #007bff;
        cursor: pointer;
        font-weight: 500;
      }
  /* General styling */
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
  }
  
  /* Tabs container */
  .tabs-container {
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  
  /* Tabs row */
  .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .cus-flx{
    flex-direction: row;
  }
  
  /* Individual tab button */
  .tab {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
  }
  
  .tab:hover {
    color: #0c4da2;
  }
  
  .tab.active {
    color: #0c4da2;
    border-bottom: 3px solid #0c4da2;
    font-weight: 600;
    background-color: #ffffff!important;
  }
  
  /* Content area */
  .tab-content {
    display: none;
    text-align: center;
    animation: fadeIn 0.4s ease-in-out;
  }
 
  
  .tab-content.active {
    display: block;
    padding: 0rem 2rem;
  }
  
  /* Animation */
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .tab {
      font-size: 14px;
      padding: 10px 12px;
    }
  
    .tab-content {
      font-size: 14px;
    }
    .cus-min{
    min-height: 0px!important;
  }
  }
  
  .cmp-tabs__tab--active{
  --tw-border-opacity: 1;
      --tw-bg-opacity: 1;
      --tw-text-opacity: 1;
      --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
      --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      border-bottom-color: rgb(var(--colors-primary) / var(--tw-border-opacity));
      border-bottom-width: 4px!important;
      border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
      border-top-width: 4px!important;
      -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .cmp-tabs__tab {
      -webkit-box-flex: 1;
      --tw-text-opacity: 1;
      color: rgb(var(--colors-primary) / var(--tw-text-opacity));
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;
      padding-bottom: 1.25rem;
      padding-top: 1.25rem;
      text-align: center;
  }
  .cmp-tabs__tab--active {
      border-color: inherit;
  }
  .cmp-tabs__tab {
      box-sizing: border-box;
      border-bottom: 1px solid transparent;
      padding: 1rem 1rem!important;
      cursor: pointer;
      background-color: #f9f9f9!important;
  }
  .cmp-tabs__tablist {
      --tw-bg-opacity: 1;
      background-color: #ffffff!important;
  }
  .cmp-tabs__tablist {
      display: flex;
      flex-wrap: wrap;
      padding: 0px 2rem;
      list-style: none;
  }
  
  .cmp-tabs__tablist>:not([hidden])~:not([hidden]) {
      --tw-divide-x-reverse: 0;
      border-left-width: calc(1px * (1 - var(--tw-divide-x-reverse)));
      border-right-width: calc(1px * var(--tw-divide-x-reverse));
  }
  .spacer_lg-md {
      height: 80px;
  }
  
  .spacer_md-sm {
      height: 40px;
  }
  /* Section layout */
  .investment-section {
    background-color: #f9f9f9;
    padding: 40px 20px;
  }
  
  .investment-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  /* Image side */
  .investment-image img {
    width: 400px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  /* Content side */
  .investment-content {
    flex: 1;
    min-width: 280px;
  }
  .investment-image h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 32px;
  }
  .investment-content h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 32px;
  }
  .wealth-Solutions{
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 32px;
  }
  
  .subheading {
    text-align: left;
    color: #666;
    margin-bottom: 5px;
  }
  
  .cus-min{
    min-height: 120px;
  }
  
  /* YouTube link section */
  .youtube-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #444;
	gap:6px;
  }
  
  .youtube-btn {
    display: inline-block;
    vertical-align:middle;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    transition: opacity 0.3s ease;
  }
  
  .youtube-btn:hover {
    opacity: 0.7;
  }
  
  .youtube-btn img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
	vertical-align: middle;
  }
  
  /* Responsive behavior */
  @media (max-width: 768px) {
    .investment-container {
      flex-direction: column;
      text-align: center;
    }
  
    .investment-content {
      text-align: center;
    }
  
    .youtube-link {
      align-items: left;
    }
    .cus-flx{
    flex-direction: column;
    }
    .mob-cus-pad{
        padding: 0rem 1rem;
    }
  }
  /* Wealth Insights Section */
  .wealth-section {
    text-align: center;
  }
  
  .wealth-container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  @media (min-width: 768px) {
      .col-md-4 {
          width: 40%;
      }
  }
  
  /* Description */
  .wealth-description {
    line-height: 1.6;
    padding-bottom: 40px;
  }
  
  /* Image */
  .wealth-image {
    justify-items: center;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
   
    .wealth-image img {
      max-width: 100%;
    }
  }
  
  @media (max-width: 480px) {
    .wealth-section {
      padding: 0px 15px;
    }
  
  }
  .header-4{
    font-size: 1.313rem;
      line-height: 1.688rem;
      font-family: Interstate_Light, sans-serif;
      font-weight: 400;
      margin-bottom: 12px;
  }
  .showcase .tile p{
    margin-bottom: 20px;
  }
  .showcase .tile img{
    margin-bottom: 8px;
  }
  .video-wording img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  }
  
  .video-wording p {
  padding-bottom: 5px;
  display: inline-block;
  }
  .video-flex-container-m .video-wording a {
  margin-bottom: 0; 
  }
  
  @media (max-width: 767px) {
  .innerBanner .pagetitle {
  font-size: 30px;
  line-height: 40px;
  }
  }
  
   .li-head {
        font-weight: normal; 
      }
      .bold-text {
        font-weight: bold;
      }
  
  .empty-tag
  {
    padding-bottom:20px;
  }
  @media (min-width: 768px) {
      .col-sm-4 {
          width: 33.33333%;
      }
  }
  @media (min-width: 768px) {
       .col-sm-1, .cbolui-ddl .col-sm-10, .cbolui-ddl .col-sm-11, .cbolui-ddl .col-sm-12, .cbolui-ddl .col-sm-2, .cbolui-ddl .col-sm-3, .cbolui-ddl .col-sm-4, .cbolui-ddl .col-sm-5, .cbolui-ddl .col-sm-6, .cbolui-ddl .col-sm-7, .cbolui-ddl .col-sm-8, .cbolui-ddl .col-sm-9 {
          float: left;
      }
  }
  @media (min-width: 768px) {
      .cbolui-ddl .showcase .tile {
          padding-bottom: 0;
      }
  }
  @media (min-width: 360px) and (max-width:768px) {
      .bannerTxt {
      margin-top: 0rem!important;
  }
  .video-wid{
  width: 400px!important;
  height: 242px!important;
  }
  .col-xs-12{
  width: 100%;
  }
  }
  
  .bannerTxt{
      position: relative!important;
      margin-top: -6rem;
      top: unset!important;
    }
    .shadow-md{
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 30px 50px;
    }
    .bg-white{
      --tw-bg-opacity: 1;
      background-color: #ffffff!important;
    }
    .rounded-2xl{
      border-radius: 1rem;
    }
    .overflow-hidden{
      overflow: hidden;
    }
    .mx-auto {
      margin-left: auto;
      margin-right: auto;
  }
  @media (min-width: 992px) {
      h1.pagetitle {
          font-size: 47px!important;
          line-height: 55px!important;
          letter-spacing: 0px!important;
      }
  }
  .pagetitle-subTxt{
    padding-bottom: 0px;
  }
  .Pagesubtitle {
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  }
  .cus-padd{
  padding: 0rem 2rem;
  }
  .video-wid{
  width: 750px;
  height: 422px;
  }