
.partner-img {
      height: 70px;
      width: 120px;
      margin-right: 24px;
      display: flex;
      justify-content: flex-start;
}


.partner-img  img {
  height: 100%;
  width: 100%;
object-fit: contain;
}

.primary-color-text {
  color: var(--bs-primary);
  }
  
  .section-label {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.875%;
  color: var(--bs-primary);
  }
  
  /* Summary Section */
  .summary-section {
  padding: 100px 0;
  background: var(--bs-white);
  }
  
  .summary-header {
  /* max-width: 1200px; */
  margin: 0 auto 40px auto;
  padding: 0 20px;
  }
  
  .summary-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 16px;
  }
  
  .summary-heading,
  .about-heading {
  max-width: 522px;
  text-align: start;
  font-weight: 600 !important;
  font-size: 52px !important;
  line-height: 1.1;
  color: var(--bs-gray-900);
  }
  
  .summary-subtitle,
  .about-description {
  max-width: 550px;
  color: var(--bs-gray-600);
  }
  
  .summary-card {
  border: 1px solid var(--bs-gray-300);
  border-radius: 16px;
  padding: 24px;
  background: var(--bs-white);
  display: flex;
  flex-direction: column;
  gap: 16px;
  }
  
  .icon-badge {
  width: 56px;
  height: 56px;
  border-radius:48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-gray-900);
  }
  
  .icon-badge i {
  font-size: 24px;
  }
  
  .icon-badge-courses {
  background: #FFE8DE;
  }
  .icon-badge-courses i{
  color: #FD8A5B;
  }
  
  .icon-badge-member {
  background-color: #FFEDEC;
  }
  .icon-badge-member i {
  color: #C02337;
  }
  
  .icon-badge-events {
  background: #C6EDD5;
  }
  .icon-badge-events i {
  color: #41C374;
  }
  
  .icon-badge-trainer {
  background: #EDE6FF;
  }
  
  .summary-label {
  color: var(--bs-primary-text-emphasis);
  font-size: 20px;
  font-weight: 600;
  }
  
  .summary-value {
  font-size: 32px;
  font-weight: 700;
  color: var(--bs-primary-text-emphasis);
  }
  
  /* About Us Section */
  
  .about-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 16px;
  }
  
  .about-grid {
  row-gap: 40px;
  column-gap: 64px;
  }
  
  .about-image {
  border-radius: 16px;
  overflow: hidden;
  }
  
  .about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  }
  
  .plans-header {
  margin: 0 auto 40px auto;
  padding: 0 20px;
  }
  
  .plans-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 16px;
  }
  
  .plans-heading {
  max-width: 595px;
  font-weight: 600 !important;
  font-size: 52px !important;
  color: var(--bs-gray-900);
  }
  
  .plans-subtitle {
  max-width: 550px;
  color: var(--bs-gray-600);
  }
  
  .plan-card {
  border: 1px solid var(--bs-gray-300);
  border-radius: 16px;
  padding: 24px;
  background: var(--bs-white);
  }
  
  .plan-header {
  display: flex;
  gap: 8px
  }
  
  .plan-title {
  font-weight: 500;
  font-size: 18px;
  color: var(--bs-primary-text-emphasis);
  }
  
  .plan-info {
  color: var(--bs-secondary-text-emphasis);
  font-size: 14px;
  }
  
  .plan-price {
  justify-self: end;
  font-size: 16px;
  color: var(--bs-primary-text-emphasis);
  }
  
  .plan-sep {
  margin: 16px 0;
  border-color: var(--bs-gray-300);
  opacity: 1;
  }
  
  .plan-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  }
  
  .plan-features li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--bs-primary-text-emphasis);
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  .plan-features i {
  color: var(--bs-secondary);
  }
  
  .plan-link-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  /* vertical centering */
  gap: 8px;
  }
  
  .plans-grid {
  padding: 0 70px;
  }
  
  /* Responsive */
  @media (max-width: 1200px) {
  
  /* .summary-header-content,
  .about-header-content,
  .plans-header-content {
    flex-direction: column;
    text-align: start;
  } */
  .plans-grid {
    padding: 0 10px;
  }
  }
  
  @media (max-width: 768px) {
  
  .summary-header-content,
  .about-header-content,
  .plans-header-content {
    flex-direction: column;
    text-align: start;
  }
  .leaders-grid-wrapper{
    overflow: hidden;
  }plan-features
  
  
  .about-hero {
    min-height: 520px;
  }
  
  .about-hero .hero-title {
    font-size: 36px;
  }
  
  .summary-heading,
  .plans-heading {
    font-size: 36px;
  }
  }
  /* Add these styles to your existing CSS */
  
  .leaders-grid-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 80px 20px 0 0;
  /* overflow: hidden; */
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: none; /* Firefox - hide scrollbar */
  -ms-overflow-style: none; /* IE/Edge - hide scrollbar */
  position: relative;
  }
  
  .leaders-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  }
  
  .leader-card {
  text-align: center;
  }
  
  .leader-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  
  .leader-image {
  width: 417px;
  height: 241px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto 16px auto;
  }
  
  .leader-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  
  /* Mobile Responsive Styles */
  @media (max-width: 768px) {
  .leaders-grid-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 80px 0 0 20px; /* Add left padding, remove right */
    overflow-x: auto; /* Enable horizontal scrolling */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
  
  /* Hide scrollbar for webkit browsers */
  .leaders-grid-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .leaders-grid {
    display: flex; /* Change from grid to flex on mobile */
    gap: 14px;
    min-width: max-content; /* Allow content to determine width */
    padding-right: 20px; /* Add padding to the end */
  }
  
  .leader-card {
    flex-shrink: 0; /* Prevent cards from shrinking */
    text-align: center;
  }
  
  .leader-image {
    width: 280px; /* Reduce width for mobile */
    height: 160px; /* Reduce height for mobile */
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto 16px auto;
  }
  
  .leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  }
  
  /* For smaller mobile devices */
  @media (max-width: 480px) {
  .leader-image {
    width: 240px; /* Even smaller for very small screens */
    height: 140px;
  }
  
  .leaders-grid {
    gap: 12px; /* Slightly smaller gap */
  }
  }
  
  /* Optional: Add scroll indicators */
  @media (max-width: 768px) {
  .leaders-grid-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to left, rgba(255,255,255,0.8), transparent);
    pointer-events: none;
    z-index: 1;
  }
  
  .leaders-grid-wrapper {
    position: relative;
  }
  }
  
  
  /* Remove floor shadow */
  .collage-floor {
  display: none;
  }
  
  
  /* Contact page styles */
  /* Contact form card and elements */
  
  .icon-chip {
  width: 32px;
    height: 32px;
    border-radius: 16px;
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary);
    font-size: 14px;
    padding: 10px;
  }
  .contact-text{
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
  }
  
  
  .contact-form-section-gap {
    gap: 50px;
  }
  
  .contact-form-gap {
    gap: 40px;
  }
  
  .contact-text-section-gap {
    gap: 73px;
  }
  
  .contact-text-gap {
    gap: 20px;
  }
  
  @media (max-width: 575.98px) {
    .contact-card {
        padding: 24px;
        border-radius: 32px;
    }
  }
  
  /* Map section */
  .map-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .map-embed {
    width: 100%;
    height: 491px;
    border: 0;
    display: block;
  }
  
  .map-info-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: var(--bs-white);
    border-radius: 16px;
    padding: 23px;
    max-width: 411px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }
  
  .map-info-card h5 {
    font-weight: 700;
    font-size: 20px;
  }
  
  @media (max-width: 767.98px) {
    .map-embed {
        height: 360px;
    }
    .map-info-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
        padding: 16px;
    }
  }
  
  
  /* 404 page styles */
  
  .not-found-section {
  max-width: 406px;
  margin: auto;
  padding: 32px 0 87px 0;
  display: flex;
  flex-direction: column;         
  justify-content: center;        
  align-items: center;            
  text-align: center;             
  }
  
  .not-found-heading {
  font-size: 160px !important;
  line-height: 1.2;
  color: var(--bs-gray-200);
  margin: 0 !important;
  }
  
  .not-found-text-container {
  margin-top: -90px;
  display: flex;
  flex-direction: column;         
  justify-content: center;        
  align-items: center;            
  text-align: center;   
  gap: 20px;
  }
  .not-found-image {
  width: 117px;
  height: 77px;
  overflow: hidden;
  margin: auto;
  }
  
  .not-found-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  }
  
  .not-found-subheading {
  font-weight: 700 !important;
  margin: 0 !important;
  }
  
  .not-found-tex{
  font-weight: 400 !important;
  color: var(--bs-gray-900);
  line-height: 1.5;
  margin: 0 !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  