* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Suisse Intl", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  transition: background-color 0.5s ease;
}




/* Responsive Design */
@media (min-width: 1820px) {
  .container {
    width: 1600px;
  }
}
@media (max-width: 768px) {
  .nav-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .main-nav {
    flex-direction: column;
    gap: 20px;
  }

  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    margin-top: 10px;
  }

  .dropdown-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .expertise-hero-text h1 {
    font-size: 3rem;
  }

  .intro-content h2 {
    font-size: 2.5rem;
  }

  .clients-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .expertise-grid-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faqs-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

}

@media (max-width: 480px) {
  .expertise-card {
    /* width: 82%; */
  }
  .expertise-container {
    max-height: 200px !important;
  }
  .navbar-nav-my {
    margin-left: 10px;
  }
  .hero {
    margin-top: 90px;
    padding-bottom: 40px;
  }
  .expertise-hero-text h1 {
    font-size: 8rem;
  }

  .intro-content h2 {
    font-size: 2rem;
  }

  .our-clients h2,
  .our-expertise h2 {
    font-size: 36px;
  }

  .markets-section h2 {
    font-size: 42px;
  }

  .faqs-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faqs-header h2 {
    font-size: 36px;
  }
}


/* Expertise container styles */
.expertise-container {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.expertise-container.show {
  opacity: 1;
  max-height: 200px;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}



/* Hero Section */
.expertise-hero-section {
  background: linear-gradient(135deg, #d4af37 0%, #ffb909ff 100%);
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 1500px;
}

.expertise-hero-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 30px;
}

.expertise-hero-content h1 {
  width:800px;
  font-size: 5.5rem;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
}

.expertise-hero-content p {
  font-size: 2rem;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.cta-button {
  background: #000;
  color: white;
  padding: 30px 60px;
  border: none;
  border-radius: 15px;
  font-size: 1.7rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: #333;
}

.expertise-hero-shapes {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.shape {
  position: absolute;
  opacity: 0.6;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(218, 165, 32, 0.8);
  top: 20px;
  left: 50px;
}

.circle-1 {
  width: 200px;
  height: 200px;
  background: rgba(255, 215, 0, 0.7);
  border-radius: 50%;
  top: 50px;
  right: 100px;
}

.circle-2 {
  width: 150px;
  height: 150px;
  background: rgba(255, 215, 0, 0.5);
  border-radius: 50%;
  bottom: 80px;
  left: 20px;
}

.diamond {
  width: 100px;
  height: 100px;
  background: rgba(218, 165, 32, 0.6);
  transform: rotate(45deg);
  bottom: 50px;
  right: 50px;
}

/* Due Diligence Section */
.due-diligence-section {
  background: linear-gradient(135deg, #3f2b0dff 0%, #3f2b0dff 100%);
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}

/* .due-diligence-section::before {
  content: '';
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: white;
  transform: translateX(-50%);
  z-index: 1;
} */

.due-diligence-content {
  min-width:200px;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 0px;
}


.chart-container {
  flex-shrink: 0;
}

.chart-icon-img {
  width: 240px;
  height: 240px;
  object-fit: contain;
}

.pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.pie-slice-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 50% 100%);
}

.pie-slice-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d4af37;
  clip-path: polygon(50% 50%, 50% 0%, 0% 0%, 0% 100%, 50% 100%);
}

.content-text {
  color: white;
}

.section-label {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.8;
}

.content-text h2 {
  width: 1000px;
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}

.description {
  width: 800px;
  font-size: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* What We Look For Section */
.look-for-section {
  background: #f8f8f8;
  padding: 80px 0;
}

.look-for-section h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2c2c2c;
  /* padding: 0 30px; */
}

.section-intro {
  width : 500px;
  font-size: 2rem;
  color: #666;
  margin-bottom: 60px;
  max-width: 600px;
  /* padding-left: 30px; */
}



/* 轮播图 */
.LB-container {
  max-width: 1500px;
  margin: 0 auto;
}

.LB-card-slider {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
}

.LB-slider-wrapper {
  overflow: hidden;
  margin: 0 20px; /* Space for navigation arrows */
}

.LB-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 20px;
}

.LB-card {
  flex: 0 0 calc(33.333% - 14px); /* Show 3 cards at once */
  background: #f8f9fa;
  border-radius: 8px;
  padding: 30px 24px;
  position: relative;
  min-height: 200px;
}

.LB-number-badge {
  background: #d4a853;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.LB-card h3 {
  font-size: 25px;
  font-weight: 600;
  color: #2c2c2cff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.LB-card p {
  padding-top: 40px;
  font-weight: 500;
  padding-bottom: 0px;
  color: #666;
  line-height: 1.5;
  font-size: 16px;
}

/* Navigation Arrows */
.LB-nav-arrow {
  position: absolute;
  bottom: 20px;
  transform: none;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #666;
}

.LB-nav-arrow:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
}

.LB-nav-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.LB-nav-arrow-left {
  left: 20px;
}

.LB-nav-arrow-right {
  left: 80px;
}

/* Slide Indicators */
.LB-slide-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.LB-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.LB-indicator.active {
  background: #d4a853;
}

.LB-indicator:hover {
  background: #bbb;
}

.LB-indicator.active:hover {
  background: #c19940;
}

/* Responsive Design */
@media (max-width: 768px) {
  .LB-card {
    flex: 0 0 calc(50% - 10px); /* Show 2 cards on tablet */
  }

  .LB-slider-wrapper {
    margin: 0 20px;
  }

  .LB-nav-arrow {
    width: 40px;
    height: 40px;
    bottom: 15px;
  }

  .LB-nav-arrow-left {
    left: 15px;
  }

  .LB-nav-arrow-right {
    left: 65px;
  }

  .LB-card {
    padding: 24px 20px;
    min-height: 180px;
  }

  .LB-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .LB-card {
    flex: 0 0 100%; /* Show 1 card on mobile */
  }

  .LB-slider-wrapper {
    margin: 0 15px;
  }

  .LB-nav-arrow {
    width: 36px;
    height: 36px;
    bottom: 10px;
  }

  .LB-nav-arrow-left {
    left: 10px;
  }

  .LB-nav-arrow-right {
    left: 55px;
  }

  .LB-card {
    padding: 20px 16px;
    min-height: 160px;
  }

  .LB-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .LB-card p {
    font-size: 13px;
  }
}

/* Smooth animations */
@media (prefers-reduced-motion: reduce) {
  .LB-slider-track {
    transition: none;
  }
}








/* What We Bring Section */
.bring-section {
  background: #1a1a1a;
  color: white;
  padding: 80px 0;
}

.bring-section h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.bring-section .section-intro {
  color: #ccc;
  margin-bottom: 60px;
}

.services-list {
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
}

.service-item {
  padding-bottom: 40px;
  padding: 0px 400px;
}

.service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-item h3 {
  width:700px;
  border-top: 1px solid #ffffffff;
  font-size: 3rem;
  font-weight: 400;
  /* margin-bottom: 15px; */
  padding :30px 0 ;
}

.service-item p {

  color: #ccc;
  line-height: 1.6;
  max-width: 800px;
  font-size: 2.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Container adjustments */
  .container {
    padding: 0 15px;
  }
  
  /* Due diligence section */
  .due-diligence-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 0 15px;
  }
  
  .due-diligence-section::before {
    display: none;
  }
  
  .chart-icon-img {
    width: 150px;
    height: 150px;
  }
  
  .content-text h2 {
    width: auto;
    font-size: 3rem;
  }
  
  .section-label {
    font-size: 1.2rem;
  }
  
  .description {
    font-size: 1.8rem;
  }
  
  /* What We Look For section */
  .look-for-section h2 {
    font-size: 3rem;
    padding: 0 15px;
  }
  
  .section-intro {
    width: auto;
    font-size: 1.5rem;
    padding-left: 15px;
    max-width: none;
  }
  
  /* What We Bring section */
  .bring-section h2 {
    font-size: 3rem;
  }
  
  .service-item {
    padding: 0 15px 40px;
  }
  
  .service-item h3 {
    width: auto;
    font-size: 2rem;
    padding: 20px 0;
  }
  
  .service-item p {
    font-size: 1.8rem;
    max-width: none;
  }
  
  /* Hero section */
  .expertise-hero-section {
    margin: 15px;
    max-width: none;
    min-height: 350px;
  }
  
  .expertise-hero-content {
    max-width: none;
    padding: 20px;
  }
  
  .expertise-hero-content h1 {
    width: auto;
    font-size: 3rem;
  }
  
  .expertise-hero-content p {
    font-size: 1.5rem;
  }
  
  .cta-button {
    padding: 20px 40px;
    font-size: 1.3rem;
    border-radius: 10px;
  }
  
  /* Hide hero shapes on mobile */
  .expertise-hero-shapes {
    display: none;
  }

}

/* Small mobile devices */
@media (max-width: 480px) {
  /* Due diligence section */
  .content-text h2 {
    font-size: 2.5rem;
  }
  
  .section-label {
    font-size: 1rem;
  }
  
  .description {
    font-size: 1.4rem;
  }
  
  /* What We Look For section */
  .look-for-section h2 {
    font-size: 2.5rem;
  }
  
  .section-intro {
    font-size: 1.3rem;
  }
  
  /* What We Bring section */
  .bring-section h2 {
    font-size: 2.5rem;
  }
  
  .service-item h3 {
    font-size: 1.8rem;
  }
  
  .service-item p {
    font-size: 1.5rem;
  }
  
  /* Hero section */
  .expertise-hero-content h1 {
    font-size: 2.5rem;
  }
  
  .expertise-hero-content p {
    font-size: 1.2rem;
  }
  
  .cta-button {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
  
  /* Chart adjustments */
  .chart-icon-img {
    width: 120px;
    height: 120px;
  }
}






/* im.html */

.look-for-section-im {
  background: #000000ff;
  padding: 80px 0;
}

.look-for-section-im h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffffff;
  padding: 0 30px;
}


.section-intro-im {
  width : 500px;
  font-size: 2rem;
  color: #ffffffff;
  margin-bottom: 60px;
  max-width: 600px;
  padding-left: 30px;
}



/* Our Strategies Section */
.strategies-section {
  /* background: #f8f8f8; */
  padding: 100px 0;
}

.strategies-section h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #2c2c2c;
  text-align: left;
  padding: 0 20px;
}

.section-description {
  font-size: 20px;
  color: #666;
  margin-bottom: 80px;
  max-width: 600px;
  padding: 0 20px;
}

.strategies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
  /* max-width: 1400px; */
  margin: 0 auto;
}

.strategy-card {
  background: white;
  padding: 5px 20px;
  border-top: 1.5px solid #050505ff;
  position: relative;
  min-height: 150px;
  
}


.strategy-card h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.3;
}

.strategy-card p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design for Strategies */
@media (max-width: 768px) {
  .strategies-section h2 {
    font-size: 3rem;
    padding: 0 15px;
  }
  
  .section-description {
    font-size: 16px;
    padding: 0 15px;
  }
  
  .strategies-grid {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0 15px;
    gap: 20px;
  }
  
  .strategy-card {
    padding: 20px 10px;
    min-height: auto;
  }
  
  .strategy-card h3 {
    font-size: 3rem;
  }
  
  .strategy-card p {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .strategies-section h2 {
    font-size: 2.5rem;
  }
  
  .strategies-grid {
    gap: 16px;
  }
  
  .strategy-card {
    padding: 30px 20px;
  }
  
  .strategy-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .strategy-card p {
    font-size: 13px;
  }
}

/* look-for-section-im */

.look-for-section-im {
  background: #000000ff;
  padding: 80px 0;
}

.look-for-section-im h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffffff;
  padding: 0 30px;
}


.section-intro-im {
  width : 500px;
  font-size: 2rem;
  color: #ffffffff;
  margin-bottom: 60px;
  max-width: 600px;
  padding-left: 30px;
}


/* OCIO & ECIO Styles */

/* OCIO Main Section */
.ocio-main-section {
  background: linear-gradient(135deg, #3f2b0dff 0%, #3f2b0dff 100%);
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}

/* .ocio-main-section::before {
  content: '';
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: white;
  transform: translateX(-50%);
  z-index: 1;
} */

.ocio-main-content {
  min-width: 200px;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 0px;
}

.ocio-chart-container {
  flex-shrink: 0;
}

.ocio-chart-icon-img {
  width: 240px;
  height: 240px;
  object-fit: contain;
}

.ocio-content-text {
  color: white;
}

.ocio-section-label {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.8;
}

.ocio-content-text h2 {
  width: 1000px;
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}

.ocio-description {
  width: 800px;
  font-size: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* OCIO Services Section */
.ocio-services-section {
  background: #000000;
  padding: 100px 0;
}

.ocio-services-section h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: left;
  padding: 0 20px;
}

.ocio-services-description {
  font-size: 20px;
  color: #cccccc;
  margin-bottom: 80px;
  max-width: 600px;
  padding: 0 20px;
}

.ocio-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
  margin: 0 auto;
}

.ocio-service-card {
  background: #000000;
  padding: 5px 20px;
  border-top: 1.5px solid #ffffff;
  position: relative;
  min-height: 100px;
}

.ocio-service-card h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.ocio-service-card p {
  font-size: 18px;
  color: #cccccc;
  line-height: 1.6;
  margin: 0;
}

/* OCIO Hero Section */
.ocio-hero-section {
  background: linear-gradient(135deg, #d4af37 0%, #ffb909ff 100%);
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 1500px;
}

.ocio-hero-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 30px;
}

.ocio-hero-content h1 {
  width: 800px;
  font-size: 5.5rem;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
}

.ocio-hero-content p {
  font-size: 2rem;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.ocio-cta-button {
  background: #000;
  color: white;
  padding: 30px 60px;
  border: none;
  border-radius: 15px;
  font-size: 1.7rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ocio-cta-button:hover {
  background: #333;
}

.ocio-hero-shapes {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.ocio-shape {
  position: absolute;
  opacity: 0.6;
}

.ocio-triangle-1 {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(218, 165, 32, 0.8);
  top: 20px;
  left: 50px;
}

.ocio-circle-1 {
  width: 200px;
  height: 200px;
  background: rgba(255, 215, 0, 0.7);
  border-radius: 50%;
  top: 50px;
  right: 100px;
}

.ocio-circle-2 {
  width: 150px;
  height: 150px;
  background: rgba(255, 215, 0, 0.5);
  border-radius: 50%;
  bottom: 80px;
  left: 20px;
}

.ocio-diamond-1 {
  width: 100px;
  height: 100px;
  background: rgba(218, 165, 32, 0.6);
  transform: rotate(45deg);
  bottom: 50px;
  right: 50px;
}

.ocio-triangle-2 {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid rgba(218, 165, 32, 0.4);
  bottom: 150px;
  right: 200px;
}

/* OCIO Responsive Design */
@media (max-width: 768px) {
  /* OCIO Main section */
  .ocio-main-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 0 15px;
  }
  
  .ocio-main-section::before {
    display: none;
  }
  
  .ocio-chart-icon-img {
    width: 150px;
    height: 150px;
  }
  
  .ocio-content-text h2 {
    width: auto;
    font-size: 3rem;
  }
  
  .ocio-section-label {
    font-size: 1.2rem;
  }
  
  .ocio-description {
    width: auto;
    font-size: 1.8rem;
  }
  
  /* OCIO Services section */
  .ocio-services-section {
    background: #000000;
  }
  
  .ocio-services-section h2 {
    font-size: 3rem;
    padding: 0 15px;
    color: #ffffff;
  }
  
  .ocio-services-description {
    font-size: 16px;
    padding: 0 15px;
    color: #cccccc;
  }
  
  .ocio-services-grid {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0 15px;
    gap: 20px;
  }
  
  .ocio-service-card {
    background: #000000;
    padding: 40px 30px;
    min-height: auto;
    border-top: 1.5px solid #ffffff;
  }
  
  .ocio-service-card h3 {
    font-size: 2rem;
    color: #ffffff;
  }
  
  .ocio-service-card p {
    font-size: 14px;
    color: #cccccc;
  }
  
  /* OCIO Hero section */
  .ocio-hero-section {
    margin: 15px;
    max-width: none;
    min-height: 350px;
  }
  
  .ocio-hero-content {
    max-width: none;
    padding: 20px;
  }
  
  .ocio-hero-content h1 {
    width: auto;
    font-size: 3rem;
  }
  
  .ocio-hero-content p {
    font-size: 1.5rem;
  }
  
  .ocio-cta-button {
    padding: 20px 40px;
    font-size: 1.3rem;
    border-radius: 10px;
  }
  
  /* Hide hero shapes on mobile */
  .ocio-hero-shapes {
    display: none;
  }
  
}

/* OCIO Small mobile devices */
@media (max-width: 480px) {
  /* OCIO Main section */
  



  
  .ocio-content-text h2 {
    font-size: 2.5rem;
  }
  
  .ocio-section-label {
    font-size: 1rem;
  }
  
  .ocio-description {
    font-size: 1.4rem;
  }
  
  /* OCIO Services section */
  .ocio-services-section h2 {
    font-size: 2.5rem;
  }
  
  .ocio-services-grid {
    gap: 16px;
  }
  
  .ocio-service-card {
    padding: 30px 20px;
  }
  
  .ocio-service-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .ocio-service-card p {
    font-size: 13px;
  }
  
  /* OCIO Hero section */
  .ocio-hero-content h1 {
    font-size: 2.5rem;
  }
  
  .ocio-hero-content p {
    font-size: 1.2rem;
  }
  
  .ocio-cta-button {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
  
  /* Chart adjustments */
  .ocio-chart-icon-img {
    width: 120px;
    height: 120px;
  }
}

/* OCIO Difference Section */
.ocio-difference-section {
  background: #f8f8f8;
  padding: 100px 0;
  text-align: center;
}

.ocio-difference-header {
  max-height: 5px;
  margin-bottom: 40px;
}

.ocio-difference-label {
  font-size: 1.2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 0;
}

.ocio-difference-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.ocio-difference-item {
  /* padding: 60px 40px; */
  border-radius: 8px;
}

.ocio-difference-item h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
}

.ocio-difference-item p {
  font-family: "Inter Variable", sans-serif;
  max-width: 690px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto;
}

/* OCIO Comparison Section */
.ocio-comparison-section {
  background: white;
  padding: 100px 0;
}

.ocio-comparison-section h2 {
  font-size: 5rem;
  font-weight: 400;
  color: #2c2c2c;
  text-align: left;
  margin-bottom: 60px;
  padding: 0 20px;
}

/* Commented out comparison table styles
.ocio-comparison-table {
  max-width: 1400px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.comparison-header {
  display: grid;
  grid-template-columns: 300px repeat(4, 1fr);
  background: linear-gradient(135deg, #8B6914 0%, #D4AF37 100%);
  color: white;
  font-weight: 600;
}

.header-cell {
  padding: 20px 15px;
  text-align: center;
  font-size: 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-cell.empty {
  background: transparent;
}

.header-cell:last-child {
  border-right: none;
}

.comparison-category {
  border-bottom: 1px solid #e0e0e0;
}

.comparison-category:last-child {
  border-bottom: none;
}

.category-title {
  background: #f5f5f5;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 1rem;
  color: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comparison-row {
  display: grid;
  grid-template-columns: 300px repeat(4, 1fr);
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
  min-height: 60px;
}

.comparison-row:last-child {
  border-bottom: none;
}

.row-label {
  padding: 15px 20px;
  font-size: 0.95rem;
  color: #333;
  background: #fafafa;
  border-right: 1px solid #e0e0e0;
}

.cell {
  padding: 15px;
  text-align: center;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell.filled::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #D4AF37;
  border-radius: 50%;
  display: block;
}

.cell.empty {
  background: transparent;
}
*/

/* New image styles for comparison section */
.ocio-comparison-image {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.comparison-img {
  width: 100%;
  height: auto;
  max-width: 1600px;
  border-radius: 8px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

/* OCIO Responsive Design for New Sections */
@media (max-width: 768px) {
  /* OCIO Main section mobile */
  .ocio-main-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .ocio-main-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 0 20px;
    max-width: none;
  }
  
  .ocio-chart-icon-img {
    width: 120px;
    height: 120px;
  }
  
  .ocio-content-text h2 {
    width: auto;
    font-size: 4rem;
    line-height: 1.1;
  }
  
  .ocio-section-label {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  
  .ocio-description {
    width: auto;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  
  /* OCIO Services section mobile */
  .ocio-services-section {
    padding: 80px 0;
  }
  
  .ocio-services-section h2 {
    font-size: 4rem;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  
  .ocio-services-description {
    font-size: 1.4rem;
    padding: 0 20px;
    margin-bottom: 60px;
  }
  
  .ocio-services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 20px;
  }
  
  .ocio-service-card {
    padding: 30px 20px;
    min-height: auto;
    border-top: 1.5px solid #ffffff;
  }
  
  .ocio-service-card h3 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  
  /* OCIO Difference section mobile */
  .ocio-difference-section {
    padding: 80px 0;
  }
  
  .ocio-difference-header {
    margin-bottom: 50px;
  }
  
  .ocio-difference-label {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  
  .ocio-difference-content {
    gap: 40px;
    padding: 0 20px;
  }
  
  .ocio-difference-item {
    padding: 40px 30px;
  }
  
  .ocio-difference-item h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  
  .ocio-difference-item p {
    font-size: 1.5rem;
  }
  
  /* OCIO Comparison section mobile */
  .ocio-comparison-section {
    padding: 80px 0;
  }
  
  .ocio-comparison-section h2 {
    font-size: 4rem;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  
  .ocio-comparison-image {
    padding: 0 20px;
  }
  
  .comparison-img {
    width: 100%;
    max-width: 100%;
  }
  
  /* OCIO Hero section mobile */
  .ocio-hero-section {
    margin: 20px;
    max-width: none;
    min-height: 400px;
  }
  
  .ocio-hero-content {
    max-width: none;
    padding: 40px 30px;
  }
  
  .ocio-hero-content h1 {
    width: auto;
    font-size: 3.5rem;
    line-height: 1.1;
  }
  
  .ocio-hero-content p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  
  .ocio-cta-button {
    padding: 25px 50px;
    font-size: 1.4rem;
    border-radius: 12px;
  }
  
  .ocio-hero-shapes {
    display: none;
  }
}

@media (max-width: 480px) {
  /* OCIO Main section small mobile */
  .ocio-main-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .ocio-main-content {
    padding: 0 15px;
    gap: 30px;
  }
  
  .ocio-chart-icon-img {
    width: 100px;
    height: 100px;
  }
  
  .ocio-content-text h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  
  .ocio-section-label {
    font-size: 0.9rem;
    letter-spacing: 1.5px;
  }
  
  .ocio-description {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  
  /* OCIO Services section small mobile */
  .ocio-services-section {
    padding: 60px 0;
  }
  
  .ocio-services-section h2 {
    font-size: 3rem;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .ocio-services-description {
    font-size: 1.2rem;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  
  .ocio-services-grid {
    margin: 0 15px;
    gap: 25px;
  }
  
  .ocio-service-card {
    padding: 25px 15px;
  }
  
  .ocio-service-card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  /* OCIO Difference section small mobile */
  .ocio-difference-section {
    padding: 60px 0;
  }
  
  .ocio-difference-header {
    margin-bottom: 40px;
  }
  
  .ocio-difference-label {
    font-size: 0.9rem;
    letter-spacing: 1.5px;
  }
  
  .ocio-difference-content {
    gap: 30px;
    padding: 0 15px;
  }
  
  .ocio-difference-item {
    padding: 30px 20px;
  }
  
  .ocio-difference-item h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .ocio-difference-item p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  
  /* OCIO Comparison section small mobile */
  .ocio-comparison-section {
    padding: 60px 0;
  }
  
  .ocio-comparison-section h2 {
    font-size: 3rem;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  
  .ocio-comparison-image {
    padding: 0 15px;
  }
  
  .comparison-img {
    border-radius: 6px;
  }
  
  /* OCIO Hero section small mobile */
  .ocio-hero-section {
    margin: 15px;
    min-height: 350px;
  }
  
  .ocio-hero-content {
    padding: 30px 20px;
  }
  
  .ocio-hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.1;
  }
  
  .ocio-hero-content p {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  
  .ocio-cta-button {
    padding: 20px 40px;
    font-size: 1.2rem;
    border-radius: 10px;
  }
}

/* cash_liquidity_management */
.CLM-section {
  background: linear-gradient(135deg, #3f2b0dff 0%, #3f2b0dff 100%);
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}

/* .CLM-section::before {
  content: '';
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: white;
  transform: translateX(-50%);
  z-index: 1;
} */

.CLM-content {
  min-width: 200px;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 0px;
}

.CLMchart-container {
  flex-shrink: 0;
}

.CLMchart-icon-img {
  width: 240px;
  height: 240px;
  object-fit: contain;
}

.CLMcontent-text {
  color: white;
}

.CLMsection-label {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.8;
}

.CLMcontent-text h2 {
  width: 1200px;
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}

.CLMdescription {
  width: 800px;
  font-size: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}

.CLMbring-section {
  background: #ffffff;
  color: #1a1a1a;
  padding: 80px 0;
}

.CLMbring-section h2 {
  font-size: 4.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.CLMsection-intro {
  max-width: 500px;
  color: #333;
  margin-bottom: 60px;
}

.CLMservices-list {
  display: flex;
  flex-direction: column;
}

.CLMservice-item {
  padding-bottom: 40px;
  padding: 0px 0px 0px 400px;
}

.CLMservice-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.CLMservice-item h3 {
  min-width: 1100px;
  border-top: 1px solid #1a1a1a;
  font-size: 3rem;
  font-weight: 500;
  padding: 30px 0;
}

.CLMservice-item p {
max-width:600px;
  color: #333;
  line-height: 1.6;
}

.CLMexpertise-hero-section {
  background: linear-gradient(135deg, #d4af37 0%, #ffb909ff 100%);
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 1500px;
}

.CLMexpertise-hero-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 30px;
}

.CLMexpertise-hero-content h1 {
  width: 800px;
  font-size: 5.5rem;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
}

.CLMexpertise-hero-content p {
  font-size: 2rem;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.CLMcta-button {
  background: #000;
  color: white;
  padding: 30px 60px;
  border: none;
  border-radius: 15px;
  font-size: 1.7rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.CLMcta-button:hover {
  background: #333;
}

.CLMexpertise-hero-shapes {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.CLMshape {
  position: absolute;
  opacity: 0.6;
}

.CLMtriangle-1 {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(218, 165, 32, 0.8);
  top: 20px;
  left: 50px;
}

.CLMcircle-1 {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 100px;
  right: 100px;
}

.CLMcircle-2 {
  width: 80px;
  height: 80px;
  background: rgba(218, 165, 32, 0.5);
  border-radius: 50%;
  bottom: 50px;
  left: 200px;
}

.CLMdiamond-1 {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  top: 150px;
  right: 300px;
}

.CLMtriangle-2 {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 104px solid rgba(255, 255, 255, 0.6);
  bottom: 100px;
  right: 50px;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  /* Main section - CLM-section */
  .CLM-section {
    padding-top: 170px;
    padding-bottom: 60px;
  }
  
  .CLM-section::before {
    display: none;
  }
  
  .CLM-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
    max-width: 100%;
    min-width: auto;
  }
  
  .CLMchart-container {
    order: 1;
  }
  
  .CLMchart-icon-img {
    width: 120px;
    height: 120px;
  }
  
  .CLMcontent-text {
    order: 2;
  }
  
  .CLMcontent-text h2 {
    width: auto;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  
  .CLMdescription {
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .CLMsection-label {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  
  /* Bring section */
  .CLMbring-section {
    padding: 60px 0;
  }
  
  .CLMbring-section h2 {
    font-size: 2.2rem;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  
  .CLMsection-intro {
    padding: 0 20px;
    max-width: 100%;
    font-size: 1rem;
    margin-bottom: 40px;
  }
  
  .CLMservices-list {
    padding: 0 20px;
  }
  
  .CLMservice-item {
    padding: 0;
    /* padding-bottom: 25px; */
    margin-bottom: 10px;
  }
  
  .CLMservice-item:last-child {
    margin-bottom: 0;
  }
  
  .CLMservice-item h3 {
    width: auto;
    min-width: auto;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 15px 0 10px 0;
    border-top: 1px solid #1a1a1a;
  }
  
  .CLMservice-item:first-child h3 {
    border-top: none;
    padding-top: 0;
  }
  
  .CLMservice-item p {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
  }
  
  /* Hero section */
  .CLMexpertise-hero-section {
    min-height: 250px;
    margin: 15px 20px;
    border-radius: 8px;
    padding: 40px 0;
  }
  
  .CLMexpertise-hero-content {
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }
  
  .CLMexpertise-hero-content h1 {
    width: 300px;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: left;
  }
  
  .CLMexpertise-hero-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-align: left;
  }
  
  .CLMcta-button {
    
    padding: 15px 30px;
    font-size: 1rem;
    border-radius: 8px;
    text-align: left;
  }
  
  /* Hide or adjust decorative shapes on mobile */
  .CLMexpertise-hero-shapes {
    width: 100%;
    opacity: 0.3;
  }
  
  .CLMshape {
    opacity: 0.2;
  }
  
  .CLMtriangle-1 {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 52px solid rgba(218, 165, 32, 0.5);
    top: 10px;
    left: 20px;
  }
  
  .CLMcircle-1 {
    width: 60px;
    height: 60px;
    top: 50px;
    right: 30px;
  }
  
  .CLMcircle-2 {
    width: 40px;
    height: 40px;
    bottom: 30px;
    left: 100px;
  }
  
  .CLMdiamond-1 {
    width: 30px;
    height: 30px;
    top: 80px;
    right: 150px;
  }
  
  .CLMtriangle-2 {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 43px solid rgba(255, 255, 255, 0.4);
    bottom: 50px;
    right: 20px;
  }
}


/* Investment Vehicles (IV) Specific Styles */

/* IV Due Diligence Section */
.IV-due-diligence-section {
  background: linear-gradient(135deg, #3f2b0dff 0%, #3f2b0dff 100%);
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}

/* .IV-due-diligence-section::before {
  content: '';
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: white;
  transform: translateX(-50%);
  z-index: 1;
} */

.IV-due-diligence-content {
  min-width: 200px;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 0px;
}

.IV-chart-container {
  flex-shrink: 0;
}

.IV-chart-icon-img {
  width: 240px;
  height: 240px;
  object-fit: contain;
}

.IV-content-text {
  color: white;
}

.IV-section-label {
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.8;
}

.IV-content-text h2 {
  width: 1000px;
  font-size: 7rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1;
}

.IV-description {
  width: 800px;
  font-size: 2rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* IV Look For Section */
.IV-look-for-section {
  background: #ffffffff;
  padding: 80px 0;
}

.IV-look-for-section h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000ff;
  /* padding: 0 30px; */
}

.IV-section-intro {
  width: 500px;
  font-size: 2rem;
  color: #000000ff;
  margin-bottom: 60px;
  max-width: 600px;
  padding-left: 30px;
}

.IV-section-description {
  font-size: 20px;
  color: #ffffffff;
  margin-bottom: 80px;
  max-width: 600px;
  padding: 0 20px;
}

/* IV Slider Components */
.IV-container {
  max-width: 1500px;
  margin: 0 auto;
}

.IV-card-slider {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
}

.IV-slider-wrapper {
  overflow: hidden;
  margin: 0 20px;
}

.IV-slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  gap: 20px;
}

.IV-card {
  flex: 0 0 calc(33.333% - 14px);
  background: #f8f9fa;
  border-radius: 8px;
  padding: 30px 24px;
  position: relative;
  min-height: 200px;
}

.IV-number-badge {
  background: #d4a853;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}

.IV-card h3 {
  font-size: 25px;
  font-weight: 600;
  color: #2c2c2cff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.IV-card p {
  padding-top: 40px;
  font-weight: 500;
  padding-bottom: 0px;
  color: #666;
  line-height: 1.5;
  font-size: 16px;
}

.IV-nav-arrow {
  position: absolute;
  bottom: 20px;
  transform: none;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  color: #666;
}

.IV-nav-arrow:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
}

.IV-nav-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.IV-nav-arrow-left {
  left: 20px;
}

.IV-nav-arrow-right {
  left: 80px;
}

.IV-slide-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.IV-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.IV-indicator.active {
  background: #d4a853;
}

.IV-indicator:hover {
  background: #bbb;
}

.IV-indicator.active:hover {
  background: #c19940;
}

/* IV Responsive Design */
@media (max-width: 768px) {
  .IV-card {
    flex: 0 0 calc(50% - 10px);
  }

  .IV-slider-wrapper {
    margin: 0 20px;
  }

  .IV-nav-arrow {
    width: 40px;
    height: 40px;
    bottom: 15px;
  }

  .IV-nav-arrow-left {
    left: 15px;
  }

  .IV-nav-arrow-right {
    left: 65px;
  }

  .IV-card {
    padding: 24px 20px;
    min-height: 180px;
  }

  .IV-card h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .IV-card {
    flex: 0 0 100%;
  }

  .IV-slider-wrapper {
    margin: 0 15px;
  }

  .IV-nav-arrow {
    width: 36px;
    height: 36px;
    bottom: 10px;
  }

  .IV-nav-arrow-left {
    left: 10px;
  }

  .IV-nav-arrow-right {
    left: 55px;
  }

  .IV-card {
    padding: 20px 16px;
    min-height: 160px;
  }

  .IV-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .IV-card p {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .IV-slider-track {
    transition: none;
  }
}

/* IV VCC Comparison Section */
.IV-vcc-comparison-section {
  max-height: 800px;
  max-width: 1550px;
  background: #ffffffff;
  border-radius: 10px;
  padding: 100px 0;
  text-align: center;
  margin: 80px auto 0 auto;
  position: relative;
}

.IV-vcc-comparison-section h2 {
  font-size: 3rem;
  font-weight: 400;
  color: #000000 !important;
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  transition: transform 0.3s ease;
}

.IV-comparison{

  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px;

}

.IV-vcc-comparison-image {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0px;
}

.IV-comparison-img {
  width: 100%;
  height: auto;
  max-width: 1600px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.IV-comparison-img:hover {
  transform: scale(1.10);
}

.IV-vcc-comparison-section h2:hover {
  transform: scale(1.05);
}

/* IV Strategies Section */
.IV-strategies-section {
  background: #000000ff;
  padding: 50px 0;
  gap: 24px;
}
.IV-strategies-section h2 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffffff;
  text-align: left;
  padding: 0 20px;
}

.IV-strategies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 24px;
  margin: 0 auto;
}

.IV-strategy-card {
  background: #000000ff;
  padding: 5px 20px;
  border-top: 1.5px solid #ffffffff;
  position: relative;
  min-height: 150px;
}

.IV-strategy-card h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #ffffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}

.IV-strategy-card p {
  font-size: 18px;
  color: #ffffffff;
  line-height: 1.6;
  margin: 0;
}

/* IV Hero Section */
.IV-expertise-hero-section {
  background: linear-gradient(135deg, #d4af37 0%, #ffb909ff 100%);
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 1500px;
}

.IV-expertise-hero-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 30px;
}

.IV-expertise-hero-text h1 {
  width: 800px;
  font-size: 5.5rem;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 20px;
  line-height: 1.2;
}

.IV-expertise-hero-text p {
  font-size: 2rem;
  color: #4a4a4a;
  margin-bottom: 30px;
}

.IV-cta-button {
  background: #000;
  color: white;
  padding: 30px 60px;
  border: none;
  border-radius: 15px;
  font-size: 1.7rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.IV-cta-button:hover {
  background: #333;
}

.IV-expertise-hero-shapes {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.IV-shape {
  position: absolute;
  opacity: 0.6;
}

.IV-triangle-1 {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(218, 165, 32, 0.8);
  top: 20px;
  left: 50px;
}

.IV-circle-1 {
  width: 200px;
  height: 200px;
  background: rgba(255, 215, 0, 0.7);
  border-radius: 50%;
  top: 50px;
  right: 100px;
}

.IV-circle-2 {
  width: 150px;
  height: 150px;
  background: rgba(255, 215, 0, 0.5);
  border-radius: 50%;
  bottom: 80px;
  left: 20px;
}

.IV-diamond-1 {
  width: 100px;
  height: 100px;
  background: rgba(218, 165, 32, 0.6);
  transform: rotate(45deg);
  bottom: 50px;
  right: 50px;
}

.IV-triangle-2 {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 100px solid rgba(218, 165, 32, 0.4);
  bottom: 150px;
  right: 200px;
}

/* IV Responsive Design for Additional Sections */
@media (max-width: 768px) {
  /* IV Due Diligence section */
  .IV-due-diligence-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 0 15px;
  }
  
  .IV-due-diligence-section::before {
    display: none;
  }
  
  .IV-chart-icon-img {
    width: 150px;
    height: 150px;
  }
  
  .IV-content-text h2 {
    width: auto;
    font-size: 3rem;
  }
  
  .IV-section-label {
    font-size: 1.2rem;
  }
  
  .IV-description {
    width: auto;
    font-size: 1.8rem;
  }

  /* IV Look For section */
  .IV-look-for-section h2 {
    font-size: 3rem;
    padding: 0 15px;
  }
  
  .IV-section-intro {
    width: auto;
    font-size: 1.5rem;
    padding-left: 15px;
    max-width: none;
  }

  .IV-section-description {
    font-size: 16px;
    padding: 0 15px;
  }

  /* IV VCC Comparison section */
  .IV-vcc-comparison-section h2 {
    font-size: 3rem;
    padding: 0 15px;
    margin-bottom: 40px;
    color: #000000 !important;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 10;
  }
  
  .IV-vcc-comparison-image {
    max-width: 1500px;
    padding: 0 15px;
  }
  
  /* IV Strategies section */
  .IV-strategies-section h2 {
    font-size: 3rem;
    padding: 0 15px;
  }
  
  .IV-strategies-grid {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0 15px;
    gap: 20px;
  }
  
  .IV-strategy-card {
    padding: 20px 10px;
    min-height: auto;
  }
  
  .IV-strategy-card h3 {
    font-size: 3rem;
  }
  
  .IV-strategy-card p {
    font-size: 20px;
  }

  /* IV Hero section */
  .IV-expertise-hero-section {
    margin: 15px;
    max-width: none;
    min-height: 350px;
  }
  
  .IV-expertise-hero-content {
    max-width: none;
    padding: 20px;
  }
  
  .IV-expertise-hero-text h1 {
    width: auto;
    font-size: 3rem;
  }
  
  .IV-expertise-hero-text p {
    font-size: 1.5rem;
  }
  
  .IV-cta-button {
    padding: 20px 40px;
    font-size: 1.3rem;
    border-radius: 10px;
  }
  
  .IV-expertise-hero-shapes {
    display: none;
  }
}

@media (max-width: 480px) {
  /* IV Due Diligence section */
  .IV-content-text h2 {
    font-size: 2.5rem;
  }
  
  .IV-section-label {
    font-size: 1rem;
  }
  
  .IV-description {
    font-size: 1.4rem;
  }

  /* IV Look For section */
  .IV-look-for-section h2 {
    font-size: 2.5rem;
  }
  
  .IV-section-intro {
    font-size: 1.3rem;
  }

  /* IV Chart adjustments */
  .IV-chart-icon-img {
    width: 120px;
    height: 120px;
  }

  /* IV VCC Comparison section */
  .IV-vcc-comparison-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #000000 !important;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 10;
  }

  .IV-strategies-section h2 {
    font-size: 2.5rem;
  }
  
  .IV-strategies-grid {
    gap: 16px;
  }
  
  .IV-strategy-card {
    padding: 30px 20px;
  }
  
  .IV-strategy-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .IV-strategy-card p {
    font-size: 13px;
  }

  .IV-expertise-hero-text h1 {
    font-size: 2.5rem;
  }
  
  .IV-expertise-hero-text p {
    font-size: 1.2rem;
  }
  
  .IV-cta-button {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
}




