/* Reset and Base Styles */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: #1a1a1a;
  background-color: #EFF1F5;
  font-size: 14px;
  margin: 0;
  padding: 0; 
}

.hero-section {
  max-width: 1200px;
  padding: 80px 40px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.hero-vector {
  position: absolute;
  top: 200px;
  left: -154px;
  width: 100%;
  height: 100%;
}

.hero-vector-image {
  object-fit: cover;
}

.about-side-vector {
  position: absolute;
  right: 0;
  top: 210rem;
}

.about-side-vector-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.hero-content {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  text-align: center;
  position: relative;
  top: 76px;
}
.hero-heading {
  color: #00338d;
  font-family: "Noto Sans", sans-serif;
  font-size: 35px;
  font-weight: normal;
  margin: 0;
}
.hero-subheading {
  color: #999;
  font-family: "Noto Sans", sans-serif;
  font-size: 35px;
  font-weight: normal;
  margin: 0;
}
.hero-cta {
  background-color: #00338d;
  padding: 10px 26px;
  height: 37px;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin: 26px auto auto auto;
}

.hero-image {
  align-self: flex-end;
  width: 410px;
  height: 854px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 3rem;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.philosophy-section {
  max-width: 618px;
  position: absolute;
  top: 38.5rem;
  left: 0;
}
.philosophy-heading {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #00338D;
  margin-bottom: 16px;
}
.desc-paragraph {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 20px;
}
.page-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-container.sticky-footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
}
section {
  font-family: "Noto Sans", sans-serif;
}
.section-titles {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 28px;
}
.key-differentiators .differentiators-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 65rem;
}
.left-col {
  flex: 1;
  min-width: 300px;
}
.right-col {
  flex: 1.6;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  text-align: right;
}
.full-width-banner {
  width: 68vw;
  font-size: 22px;
  margin-bottom: 54px;
  color: #777777;
}
.diff-item {
  margin-bottom: 60px;
}
.diff-item h4 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #777777;
}
.highlight-blue {
  color: #003087;
  font-weight: 600;
  font-size: 22px;
}
.desc-sec-paragraph {
  padding-bottom: 65px;
} 
.desc-fir-paragraph {
  padding-top: 14px;
}
.strategies-section {
  padding-top: 0;
}
.strategies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
  padding: 0 26px;
}
.strategy-item {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  align-items: center;
  padding: 16px 0;
}
.strategy-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.strategy-icon {
  font-size: 18px;
  text-decoration: none;
  color: #003087;
  font-weight: bold;
}
.v1_2 {
  width: 100%;
  background: rgba(238,241,244,1);
  opacity: 1;
  overflow: hidden;
  flex: 1 0 auto;
}
.full-width-wrapper {
  width: 100%;
  margin: 70px 0 0 0;
  padding: 0;
  position: relative;
}
.join-club-rrr {
  position: relative;
  height: 550px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 62px;
  border-bottom-right-radius: 490px;
}
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cta-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
  max-width: 700px;
}
.cta-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cta-button {
  background-color: white;
  color: #00338d;
  border: none;
  width: 218px;
  height: 34px;
  padding: 6px 52px;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 35px;
}
.market-outlook-section {
  padding: 0 65px;
  font-family: 'Noto Sans', sans-serif;
  margin-top: 140px;
}
.section-labels {
  position: relative;
  display: inline-flex;
  width: 220px;
  height: 48px;
  background-color: #f4f6f9;
  border: 3px solid #00338d;
  border-bottom-right-radius: 48px;
  overflow: hidden;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.slider {
  position: absolute;
  width: 110px;
  height: 100%;
  background-color: #00338d;
  border-bottom-right-radius: 48px;
  transition: transform 0.3s ease;
  z-index: 0;
}
.label {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00338d;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.label.active {
  color: #fff;
}
.section-labels.research-active .slider {
  transform: translateX(110px);
}
.section-labels.research-active .label {
  color: #00338d;
}
.section-labels.research-active .label:nth-child(3) {
  color: #fff;
}
.section-title {
  font-size: 30px;
  margin-bottom: 40px;
  max-width: 600px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.main-card {
  background: white;
  border-radius: 0 0 100px 0;
  overflow: hidden;
  max-width: 550px;
  flex: 2;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.main-image {
  width: 100%;
  height: 170px;
}
.card-content {
  padding: 20px 30px;
}
.main-heading {
  font-size: 30px;
  width: 27rem;
  font-weight: 600;
}
.subheading {
  font-size: 20px;
  margin: 12px 0 4px;
}
.description {
  font-size: 15px;
  color: #777;
  margin-bottom: 85px;
  width: 25rem;
}
.card-footer {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 14px;
}
.arrow-btn {
  width: 33px;
  height: 33px;
  background-color: #00338d;
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  border-bottom-right-radius: 16px;
}
.arrows-links {
  font-size: 14px;
  color: #000000;
}
.dashboard-cards {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  gap: 74px;
  flex: 1;
}
.dashboard-card {
  display: flex;
  height: 210px;
  align-items: flex-start;
  padding: 5px 14px 5px 24px;
}

.blue-bar {
  width: 4px;
  height: 100%;
  background-color: #00338d;
  margin-right: 20px;
  flex-shrink: 0;
}
.dashboard-content h4 {
  margin: 0;
  font-size: 18px;
}
.subtitle {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 6px;
}
.desc {
  font-size: 12px;
  color: #333;
  margin-bottom: 36px;
}
.arrow-links {
  background-color: #00338d;
  color: white;
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.all-insights {
  margin-top: 60px;
}
.all-insights button {
  background-color: #00338d;
  color: white;
  padding: 15px 26px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0 0 40px 0;
  border: none;
}
.about-section {
  width: 100%;
  margin-top: 60px;
}
.about-section-title {
  font-family: 'Noto Sans';
  font-size: 15px;
  font-weight: 300;
  color: black;
  margin-bottom: 30px;
}
.section-subtitle {
  font-family: 'Noto Sans';
  font-size: 20px;
  font-weight: 700;
  color: #00338d;
  margin-bottom: 40px;
}
.about-columns {
  display: flex;
  gap: 130px;
  padding: 0 66px;
}
.about-column {
  width: 190px;
  text-align: left;
}
.about-column h2 {
  font-family: 'Noto Sans';
  font-size: 20px;
  font-weight: 700;
  color: #00338d;
  margin-bottom: 10px;
}
.horizontal-line {
  width: 80px;
  border: 2px solid #777777;
  border-radius: 50px;
}
.about-description {
  font-family: 'Noto Sans';
  font-size: 15px;
  color: #777;
  margin-bottom: 20px;
  margin-top: 22px;
}
.about-subheading {
  font-family: 'Noto Sans';
  font-size: 14px;
  color: black;
  font-weight: 400;
}
.insights-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 60px;
}
.insights-heading {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #000;
}
.insights-subheading {
  position: relative;
  bottom: 55px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #888;
  width: 400px;
}
.insights-cta-button {
  position: relative;
  bottom: 46px;
  background-color: #00338d;
  color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 28px;
  border: none;
  border-bottom-right-radius: 43px;
  cursor: pointer;
}
.club-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  margin-top: 60px;
}
.club-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.club-description {
  position: relative; 
  bottom: 40px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #888888;
  width: 817px;
}

/* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.popup-overlay.active {
  display: flex;
  opacity: 1;
}

.popup-content {
  background: white;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  z-index: 1001;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
}

.close-popup:hover {
  background: #f0f0f0;
  color: #333;
}

.form-container {
  width: 100%;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  max-height: calc(90vh - 40px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form-container::-webkit-scrollbar {
  display: none;
}

.form-container iframe {
  width: 100%;
  min-height: 500px;
  border: none;
  display: block;
}

/* Tablet View (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .page-container {
    padding: 0 16px;
  }

  .hero-section {
    padding: 0 20px;
  }

  .hero-image {
    width: 231px;
    height: 480px;
    bottom: 4rem;
  }

  .hero-vector {
    top: 135px;
    left: -112px;
    height: 372px;
  }
  
  .hero-vector-image {
    height: 100%;
  }

  .about-side-vector {
    top: 187rem;
    height: 410px;
  }

  .hero-section > :nth-child(3) {
    align-self: flex-start;
    margin-top: -330px;
    margin-bottom: 60px;
  }

  .philosophy-section {
    width: 61%;
    position: static;
    top: auto;
    left: auto;
  }

  .key-differentiators {
    padding: 0 20px;
  }

  .differentiators-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .left-col {
    flex: 1;
    min-width: 280px;
  }

  .right-col {
    /* flex: 1; */
    min-width: 0; /* prevents overflow in flexbox */
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: right; /* better readability for tablet */
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .full-width-banner {
    /* flex: 0 0 100%; */
    width: 90vw;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: left;
    padding-top: 20px;
  }

  .diff-item {
    margin-bottom: 40px;
  }

  .diff-item h4 {
    font-size: 16px;
    padding-top: 8px;
  }

  .highlight-blue {
    font-size: 16px;
  }

  .full-width-banner h4 {
    font-size: 16px;
  }

  .desc-fir-paragraph {
    padding-top: 0;
  }

  .desc-sec-paragraph {
    padding-bottom: 0;
  }

  .strategies-grid {
    grid-template-columns: repeat(4, 1fr); /* example: 4 items total */
    gap: 20px;
    padding: 0 40px;
  }

  .strategy-item {
    scroll-snap-align: start;        /* optional snap alignment */
  }

  .strategy-item h4 {
    font-size: 13px;
  }

  .join-club-rrr {
    height: 310px;
    padding: 0 20px;
    border-bottom-right-radius: 290px;
  }

  .cta-content h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .market-outlook-section {
    margin-top: 100px;
    padding: 0 20px;
  }
  
 .section-title {
  font-size: 20px;
  margin-top: 30px;
 }

 .content-grid {
  gap: 10px;
 }

 .card-content {
  padding: 20px 16px;
 }

 .main-heading {
  font-size: 24px;
  width: 18rem;
 }

 .main-card {
  flex: 1.2;
 }

 .subheading {  
  font-size: 18px;
 }

 .description {
  font-size: 15px;
  width: 18rem;
 }

 .dashboard-content h4 {
  font-size: 16px;
 }

 .subtitle {
  font-size: 14px;
 }

 .desc {
  margin-bottom: 32px;
 }

 .about-section {
  padding: 0 20px;
 }

 .about-columns {
  padding: 0;
  gap: 70px;
 }

 .insights-heading {
  font-size: 30px;
 }

 .club-section {
  padding: 0 20px;
 }

 .club-description {
  font-size: 18px;
  width: 680px;
 }

}

@media (max-width: 424px) {
  .page-container {
    padding: 0 16px;
  }
  
  .hero-section {
    padding: 80px 6px 30px 6px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .hero-content {
    flex: 1;
    text-align: center;
    top: 0;
    max-width: none;
    line-height: 0.9;
    position: relative;
    left: 28px;
  }

  .hero-vector {
    top: 172px;
    left: -142px;
    height: 236px;
  }
  
  .hero-vector-image {
    object-fit: cover;
    height: 100%;
  }

  .about-side-vector {
    display: none;
    top: 212rem;
    height: 300px;
  }
  
  .hero-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  .hero-subheading {
    font-size: 18px;
    margin-bottom: 16px;
  }
  
  .hero-cta {
    margin: 0 auto;
    padding: 5px 6px;
    height: auto;
    border-radius: 7px;
    font-size: 9px;
    width: 100px;
    line-height: 1.5;
  }
  
  .hero-image {
    flex: 0 0 auto;
    width: 120px;
    height: 238px;
    align-self: center;
    bottom: 0;
    position: relative;
    right: 2px;
    bottom: 0;
  }
  
  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .philosophy-section {
    position: static;
    max-width: none;
    flex-basis: 100%;
    width: 100%;
  }
  
  .philosophy-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .desc-paragraph {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .key-differentiators {
    /* margin-top: 60px; */
    padding: 0 6px;
  }
  
  .section-titles {
    font-size: 12px;
    font-weight: 700;
    color: #000;
  }
  
  .differentiators-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100% !important;
  }

  .key-differentiators {
    gap: 0
  }
  
  /* Flatten the structure for alternating pattern */
  .left-col,
  .right-col {
    display: contents;
  }
  
  /* Apply order to create alternating pattern */
  .left-col .diff-item:nth-child(1) {
    order: 1;
    margin: 0
  }
  
  .right-col .desc-fir-paragraph {
    order: 2;
    margin: 0;
  }
  
  .left-col .full-width-banner {
    order: 3;
    margin: 0;
  }
  
  .right-col .desc-sec-paragraph {
    order: 4;
    margin: 0;
    padding-bottom: 0;
  }
  
  .left-col .diff-item:nth-child(3) {
    order: 5;
    margin: 0;
  }
  
  .diff-item {
    margin-bottom: 25px;
  }
  
  .diff-item h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #777777;
    margin-bottom: 12px;
  }
  
  .highlight-blue {
    color: #003087;
    font-weight: 600;
    font-size: 16px;
  }
  
  .full-width-banner {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    color: #777777;
  }
  
  .full-width-banner h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #777777;
    margin-bottom: 12px;
  }
  
  .desc-fir-paragraph,
  .desc-sec-paragraph {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 16px;
    text-indent: 20px;
  }
  
  .strategies-section {
    margin-top: 40px;
  }
  
  .strategies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 0;
    padding: 0;
  }
  
  .strategy-item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
  }
  
  .strategy-item h4 {
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    color: #000;
  }
  
  .strategy-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  
  /* Mobile styles for join-club-rrr section */
  .join-club-rrr {
    height: 182px;
    padding: 0 10px;
    border-bottom-right-radius: 150px;
  }
  
  .cta-content h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .cta-button {
    width: 120px;
    height: 22px;
    padding: 0 18px;
    font-size: 12px;
    margin-top: 5px;
  }

  .cta-content {
    align-items: flex-start
  }
  
  /* Mobile styles for market-outlook-section */
  .market-outlook-section {
    padding: 0 6px;
    margin-top: 40px;
  }
  
  .section-labels {
    width: 137px;
    height: 31px;
    border-width: 2px;
  }
  
  .slider {
    width: 68.5px;
  }
  
  .label {
    width: 68.5px;
    font-size: 10px;
  }
  
  .section-labels.research-active .slider {
    transform: translateX(68.5px);
  }
  
  .section-title {
    font-size: 12px;
    margin: 20px 0 18px 0;
    max-width: none;
  }
  
  .content-grid {
    flex-direction: column;
    gap: 30px;
  }
  
  .main-card {
    max-width: none;
    border-radius: 0 0 50px 0;
  }
  
  .main-image {
    height: 120px;
  }
  
  .card-content {
    padding: 15px 20px;
  }
  
  .main-heading {
    font-size: 14px;
    width: 200px;
  }
  
  .subheading {
    font-size: 12px;
    margin: 10px 0 8px;
  }
  
  .description {
    font-size: 13px;
    margin-bottom: 30px;
    width: auto;
  }
  
  .card-footer {
    gap: 15px;
  }

  .arrows-links {
    font-size: 10px;
  }
  
  .arrow-btn {
    width: 18px;
    height: 18px;
    font-size: 14px;
    display: flex;    
    justify-content: center; 
    line-height: 1;         
    padding: 0;              
    border: none;   
    border-bottom-right-radius: 8px;
  }

  .arrow-btn::first-letter {
    display: block;
  }
  
  .dashboard-cards {
    gap: 30px;
    padding: 0;
    flex-direction: row;
  }
  
  .dashboard-card {
    height: auto;
    min-height: 160px;
    padding: 15px 1px;
  }
  
  .blue-bar {
    width: 2px;
    height: 100px;
    background-color: #00338d;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .dashboard-content h4 {
    font-size: 12px;
    font-weight: 600;
  }
  
  .subtitle {
    font-size: 12px;
    margin: 8px 0 6px;
    font-weight: 500;
  }
  
  .desc {
    font-size: 11px;
    margin-bottom: 20px;
  }
  
  .all-insights {
    margin-top: 24px;
  }
  
  .all-insights button {
    padding: 8px 16px;
    font-size: 10px;
    border-radius: 0 0 25px 0;
  }
  
  /* Mobile styles for about section */
  .about-section {
    margin-top: 40px;
    padding: 0 6px;
  }
  
  .about-section-title {
    font-size: 14px;
    margin-bottom: 15px;
    color: #777;
  }
  
  .section-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  
  .about-columns {
    gap: 30px;
    padding: 0;
    font-weight: 700;
    flex-wrap: wrap;
  }
  
  .about-column {
    width: 45%;
    text-align: left;
  }
  
  .about-column h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .horizontal-line {
    width: 60px;
    border-width: 1px;
  }
  
  .about-description {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.4;
    font-weight: 400;
  }
  
  .about-subheading {
    font-size: 14px;
  }
  
  /* Mobile styles for insights section */
  .insights-section {
    margin-top: 40px;
    padding: 0 6px;
  }
  
  .insights-heading {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }
  
  .insights-subheading {
    position: static;
    bottom: auto;
    font-size: 14px;
    width: 65%;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  
  .insights-cta-button {
    position: static;
    bottom: auto;
    font-size: 14px;
    padding: 12px 24px;
    border-bottom-right-radius: 25px;
    width: 100%;
    max-width: 280px;
  }
  
  /* Mobile styles for club section */
  .club-section {
    margin-top: 40px;
    padding: 0 6px;
    gap: 0;
  }
  
  .club-title {
    font-size: 16px;
    line-height: 1.3;
  }
  
  .club-description {
    position: static;
    bottom: auto;
    font-size: 14px;
    width: auto;
    line-height: 1.5;
    color: #777;
  }
}


/* Mobile View (below 768px) */
@media (min-width: 425px) and (max-width: 767px) {
  .page-container {
    padding: 0 16px;
  }
  
  .hero-section {
    padding: 80px 14px 30px 14px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .hero-content {
    flex: 1;
    text-align: center;
    top: 0;
    max-width: none;
    line-height: 0.9;
    position: relative;
    left: 28px;
  }
  
  .hero-heading {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .hero-vector {
    top: 155px;
    left: -129px;
    height: 236px;
  }
  
  .hero-vector-image {
    object-fit: cover;
    height: 100%;
  }

  .about-side-vector {
    display: none;
    top: 203rem;
    height: 300px;
  }
  
  .hero-subheading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  
  .hero-cta {
    margin: 0 auto;
    padding: 8px 18px;
    height: auto;
    border-radius: 10px;
    font-size: 9px;
    /* width: fit-content;   */
  }
  
  .hero-image {
    flex: 0 0 auto;
    width: 120px;
    height: 238px;
    align-self: center;
    bottom: 0;
    position: relative;
    right: 8px;
    bottom: 9px;
  }
  
  .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .philosophy-section {
    position: static;
    max-width: none;
    flex-basis: 100%;
    width: 100%;
  }
  
  .philosophy-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .desc-paragraph {
    font-size: 12px;
    margin-bottom: 16px;
  }
  
  .key-differentiators {
    /* margin-top: 60px; */
    padding: 0 14px;
  }
  
  .section-titles {
    font-size: 12px;
    font-weight: 700;
    color: #000;
  }
  
  .differentiators-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100% !important;
  }

  .key-differentiators {
    gap: 0
  }
  
  /* Flatten the structure for alternating pattern */
  .left-col,
  .right-col {
    display: contents;
  }
  
  /* Apply order to create alternating pattern */
  .left-col .diff-item:nth-child(1) {
    order: 1;
    margin: 0
  }
  
  .right-col .desc-fir-paragraph {
    order: 2;
    margin: 0;
  }
  
  .left-col .full-width-banner {
    order: 3;
    margin: 0;
  }
  
  .right-col .desc-sec-paragraph {
    order: 4;
    margin: 0;
    padding-bottom: 0;
  }
  
  .left-col .diff-item:nth-child(3) {
    order: 5;
    margin: 0;
  }
  
  .diff-item {
    margin-bottom: 25px;
  }
  
  .diff-item h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #777777;
    margin-bottom: 12px;
  }
  
  .highlight-blue {
    color: #003087;
    font-weight: 600;
    font-size: 16px;
  }
  
  .full-width-banner {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    color: #777777;
  }
  
  .full-width-banner h4 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #777777;
    margin-bottom: 12px;
  }
  
  .desc-fir-paragraph,
  .desc-sec-paragraph {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 16px;
    text-indent: 20px;
  }
  
  .strategies-section {
    margin-top: 40px;
  }
  
  .strategies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
    padding: 0;
  }
  
  .strategy-item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
  }
  
  .strategy-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #000;
  }
  
  .strategy-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  
  /* Mobile styles for join-club-rrr section */
  .join-club-rrr {
    height: 200px;
    padding: 0 20px;
    border-bottom-right-radius: 150px;
  }
  
  .cta-content h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    
  }
  
  .cta-button {
    width: 143px;
    height: 24px;
    padding: 0 24px;
    font-size: 14px;
    margin-top: 20px;
  }

  .cta-content {
    align-items: flex-start
  }
  
  /* Mobile styles for market-outlook-section */
  .market-outlook-section {
    padding: 0 16px;
    margin-top: 40px;
  }
  
  .section-labels {
    width: 137px;
    height: 31px;
    border-width: 2px;
  }
  
  .slider {
    width: 68.5px;
  }
  
  .label {
    width: 68.5px;
    font-size: 10px;
  }
  
  .section-labels.research-active .slider {
    transform: translateX(68.5px);
  }
  
  .section-title {
    font-size: 12px;
    margin: 20px 0 18px 0;
    max-width: none;
  }
  
  .content-grid {
    flex-direction: column;
    gap: 30px;
  }
  
  .main-card {
    max-width: none;
    border-radius: 0 0 50px 0;
  }
  
  .main-image {
    height: 120px;
  }
  
  .card-content {
    padding: 15px 20px;
  }
  
  .main-heading {
    font-size: 14px;
    width: 200px;
  }
  
  .subheading {
    font-size: 12px;
    margin: 10px 0 8px;
  }
  
  .description {
    font-size: 13px;
    margin-bottom: 30px;
    width: auto;
  }
  
  .card-footer {
    gap: 15px;
  }

  .arrows-links {
    font-size: 10px;
  }
  
  .arrow-btn {
    width: 20px;
    height: 20px;
    font-size: 14px;
    padding-left: 2px;
  }
  
  .dashboard-cards {
    gap: 30px;
    padding: 0;
    flex-direction: row;
  }
  
  .dashboard-card {
    height: auto;
    min-height: 160px;
    padding: 15px 1px;
  }
  
  .blue-bar {
    width: 2px;
    height: 100px;
    background-color: #00338d;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .dashboard-content h4 {
    font-size: 12px;
    font-weight: 600;
  }
  
  .subtitle {
    font-size: 12px;
    margin: 8px 0 6px;
    font-weight: 500;
  }
  
  .desc {
    font-size: 11px;
    margin-bottom: 20px;
  }
  
  .all-insights {
    margin-top: 24px;
  }
  
  .all-insights button {
    padding: 8px 16px;
    font-size: 10px;
    border-radius: 0 0 25px 0;
  }
  
  /* Mobile styles for about section */
  .about-section {
    margin-top: 40px;
    padding: 0 16px;
  }
  
  .about-section-title {
    font-size: 14px;
    margin-bottom: 15px;
    color: #777;
  }
  
  .section-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.3;
  }
  
  .about-columns {
    gap: 30px;
    padding: 0;
    font-weight: 700;
    flex-wrap: wrap;
  }
  
  .about-column {
    width: 45%;
    text-align: left;
  }
  
  .about-column h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .horizontal-line {
    width: 60px;
    border-width: 1px;
  }
  
  .about-description {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.4;
    font-weight: 400;
  }
  
  .about-subheading {
    font-size: 12px;
  }
  
  /* Mobile styles for insights section */
  .insights-section {
    margin-top: 40px;
    padding: 0 16px;
  }
  
  .insights-heading {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }
  
  .insights-subheading {
    position: static;
    bottom: auto;
    font-size: 14px;
    width: 65%;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  
  .insights-cta-button {
    position: static;
    bottom: auto;
    font-size: 14px;
    padding: 12px 24px;
    border-bottom-right-radius: 25px;
    width: 100%;
    max-width: 280px;
  }
  
  /* Mobile styles for club section */
  .club-section {
    margin-top: 40px;
    padding: 0 16px;
    gap: 0;
  }
  
  .club-title {
    font-size: 16px;
    line-height: 1.3;
  }
  
  .club-description {
    position: static;
    bottom: auto;
    font-size: 14px;
    width: auto;
    line-height: 1.5;
    color: #777;
  }
}
