.hero-text{
    max-width: 100%;
    padding-top: 140px;
}
.hero-title{
    color: #000000;
}
.hero-description{
    color: #000000;
    max-width: 568px;
    padding: 10px;
}
.text-purple{
    color: rgba(101, 51, 145, 1);
}
.community-section .btn-purple{
    font-size: 16px;
    padding: 12px 26px;
    width: auto;
}
.community-section .btn-primary {
    font-size: 16px;
    line-height: 28px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 228, 234);
    border-image: initial;
}
.hero-cta{
    margin-top: 40px;
}
.datasets-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 600px;
    zoom: 80%;
    justify-content: center;
}
.datasets-container .dataset-card{
    max-width: 290px;
}
.competition-cards-stack{
    margin: 0 auto;
    margin-left: 42px;
}
.why-join-bitgrit, .how-it-works-section{
    margin: 50px 0 100px 0;
}
.section-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    font-weight: 400;
    max-width: 770px;
}

.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.how-it-works-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-it-works-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.how-it-works-icon {
    width: 56px;
    height: 56px;
    background: rgba(101, 51, 145, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.how-it-works-icon svg {
    width: 32px;
    height: 32px;
}

.how-it-works-title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.how-it-works-description {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0;
}

.community-benefits{
    background: rgba(47, 19, 71, 1);
    padding: 80px 0;
    color: #000;
}
.community-benefits .section-title{
    font-size: 56px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}
.community-benefits .section-subtitle{
    margin-left: 0;
    text-align: left;
    max-width: auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.community-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.community-benefit-card {
    background: rgba(63, 38, 85, 1);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.community-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.community-benefit-icon {
    width: 56px;
    height: 56px;
    background: rgba(101, 51, 145, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.community-benefit-icon svg {
    width: 32px;
    height: 32px;
}

.community-benefit-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 16px 0;
    line-height: 1.3;
    color: #ffffff;
}

.community-benefit-description {
    font-size: 16px;
    color: rgba(212, 212, 216, 1);
    line-height: 1.6;
    margin: 0;
}
.bginfra{
    background-image: url('../assets/Branding Icon.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bgreal-world-challenges{
    background-image: url('../assets/Real-world-challenges.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bgdata-previews{
    background-image: url('../assets/data-previews.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.bgglobal-recognition{
    background-image: url('../assets/global-recognition.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.Learning-Growth{
    margin: 80px 0;
}
.flexboxconatiner{
    display: flex;
    gap: 20px;
}
.flexboxconatiner .workshops, .flexboxconatiner .hackathons{
    flex: 1;
    padding: 34px 24px;
    border-radius: 12px;
}
.flexboxconatiner .workshops h3, .flexboxconatiner .hackathons h3{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.flexboxconatiner .workshops p, .flexboxconatiner .hackathons p{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 12px;
}
.flexboxconatiner .workshops{
    background: rgba(222, 233, 72, 1);
    border: 2px solid rgba(222, 233, 72, 1);
}
.flexboxconatiner .hackathons{
    background: rgba(208, 198, 240, 1);
    border: 2px solid rgba(208, 198, 240, 1);
}



/* CTA Section Styles */
.cta-section {
  background: rgba(215, 191, 243, 1);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.cta-container {
  background: rgba(101, 51, 145, 1);
  border-radius: 24px;
  padding: 80px 60px;
  text-align: center;
  max-width: 1202px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.cta-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 24px 0;
  line-height: 56px;
}

.cta-description {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 40px 0;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-buttons .btn {
  padding: 16px 36px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-buttons .btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.cta-buttons .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .cta-section {
    padding: 40px 20px;
    min-height: 350px;
  }

  .cta-container {
    padding: 60px 32px;
    border-radius: 20px;
  }

  .cta-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .cta-description {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cta-section {
    padding: 30px 20px;
  }

  .cta-container {
    padding: 40px 24px;
    border-radius: 16px;
  }

  .cta-title {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }

  .cta-description {
    font-size: 0.9375rem;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 1400px) {
  .cta-container {
    max-width: 1202px;
    padding: 100px 80px;
  }
}

@media (max-width: 768px) {
    .hero-text{
        max-width: 100%;
        padding-top: 110px;
    }
    .hero-title{
        font-size: 54px;
        line-height: 54px;
    }
    .how-it-works-grid, .community-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .how-it-works-card {
        padding: 20px;
    }
    
    .how-it-works-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }
    
    .how-it-works-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .how-it-works-description {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Small Mobile View */
@media (max-width: 480px) {
    
    .section-subtitle {
        font-size: 14px;
    }
    .how-it-works-grid, .community-benefits-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .how-it-works-card {
        padding: 20px;
    }
    .flexboxconatiner{
        flex-direction: column;
    }
}







.developer-spotlights {
  padding: 60px 20px;
}

.developer-spotlights .container {
  max-width: 1202px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 20px;
}

.section-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #1a1a1a;
  max-width: 500px;
}

.section-header p {
  font-size: 18px;
  color: #4a5568;
  margin: 0;
  max-width: 400px;
  text-align: right;
}

.slider-wrapper {
  position: relative;
}

.slider-container {
  overflow: hidden;
  margin: 0 -10px;
}

.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease-in-out;
  padding: 15px;
}

.spotlight-card {
  flex: 0 0 calc(33.333% - 14px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(225, 228, 234, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spotlight-card:hover {
  border-radius: 12px;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.card-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: #e5e7eb;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 24px;
}

.card-quote {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}

.card-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

.card-location {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 16px 0;
}

.card-badge {
  display: inline-block;
  background: rgba(101, 51, 145, 1);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
}

.slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 30px;
}

.slider-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.slider-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.slider-btn svg {
  color: #374151;
}

/* Tablet View */
@media (max-width: 1024px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-header h2 {
    font-size: 38px;
  }

  .section-header p {
    text-align: left;
  }

  .spotlight-card {
    flex: 0 0 calc(46% - 10px);
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .developer-spotlights {
    padding: 40px 16px;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .section-header p {
    font-size: 16px;
  }

  .card-image {
    height: 280px;
  }

  .card-quote {
    font-size: 18px;
  }

  .slider-controls {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .section-header h2 {
    font-size: 28px;
  }

  .card-content {
    padding: 20px;
  }

  .card-quote {
    font-size: 16px;
  }
}
