:root {
    --green-primary: #36aa51;
    --green-dark: #28913e;
    --green-light: #e0f7ea;
  }
  
  body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  }
  *{
    font-weight: 500;
  }

  
  /* Hero */
/*  .hero {
    background: var(--green-primary);
    color: white;
  }
  
  .hero h1 {
    font-weight: 600;
    font-size: 2.5rem;
  } */
  
/* Hero Section */
.hero {
  background: #36aa51;
  color: white;
  padding: 0;
  width: 100%;
}
.hero-content {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  width: 100%;
}
.hero-image-section {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.hero-img {
  width: 100%;
  height: 100%; /* Ensure image fills the container */
  object-fit: cover; /* Scale image to cover container without distortion */
  object-position: center; /* Center the image */
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
  max-width: 600px;
}
.hero-text h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.1;
}
.hero-text p {
  margin-bottom: 16px;
  color: #d1fae5;
  line-height: 1.6;
}


  /* Cards */
  .card {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    transition: none !important;
  }
  
  .card-body {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
  }
  
  .opportunity-title {
    font-size: 2rem;
    font-weight: 900;
    color:rgb(86, 86, 86) !important;
    font-family: 'Segoe UI Black', 'Segoe UI', Arial, sans-serif;
    transition: color 0.2s;
    cursor: pointer;
  }
  
  .opportunity-title:hover {
    color: var(--green-primary);
  }
  
  .subcard-link {
    display: inline-block;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--green-primary);
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid var(--green-primary);
  }
  
  .subcard-link:hover {
    background: var(--green-light);
    color: var(--green-dark);
    text-decoration: none;
  }
  
  /* Buttons */
  .btn-green {
    background-color: var(--green-primary) !important;
    color: #fff !important;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
  }
  
  .btn-green:hover, .btn-green:focus {
    background-color: var(--green-dark) !important;
    color: #fff !important;
  }
  

  /* Form elements */
  .form-control, .form-select {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    border: 1px solid #ced4da;
  }
  
  .form-control:focus, .form-select:focus {
    border-color: var(--green-primary);
    box-shadow: 0 0 0 0.25rem rgba(54, 170, 81, 0.25);
  }
  
  /* Pagination */
  .page-link {
    color: var(--green-primary);
    border: 1px solid #dee2e6;
  }
  
  .page-item.active .page-link {
    background-color: var(--green-primary);
    border-color: var(--green-primary);
  }

.login-section {
  background: #2b9589;
  color: white;
  padding: 16px 0;
  text-align: center;
}

.login-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.login-button {
  background: white;
  color: #2b9589;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 16px;
}

.login-button:hover {
  background: #f3f4f6;
  transform: translateY(-2px);
}


/* Partners */
.partners {
  padding: 48px 0;
  background: white;
  border-top: 2px solid #36aa51;
}
.partners-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.partner-logo {
  height: 50px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.partner-item {
  display: flex;
  align-items: center;
}

.partner-icon {
  margin-right: 8px;
}

.partner-icon.orange {
  width: 64px;
  height: 32px;
  background: #f97316;
  border-radius: 4px;
}

.partner-icon.red {
  width: 32px;
  height: 32px;
  background: #ef4444;
  border-radius: 50%;
}

.partner-icon.blue {
  width: 12px;
  height: 12px;
  background: #0891b2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 8px;
}

.partner-badge {
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
}

.partner-badge.green {
  background: #36aa51;
}

.partner-badge.blue {
  background: #0891b2;
}

.partner-text {
  font-size: 12px;
  color: #6b7280;
}

.partner-text .title {
  font-weight: 500;
}

  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .hero h1 {
      font-size: 2rem;
    }
    
      .partners-content {
    flex-wrap: wrap;
    gap: 24px;
  }


    .partners-content {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .partner-logo {
    max-width: 120px;
  }
    
    .header-actions {
      margin-top: 1rem;
    }
  }
  
  .card-text {
    font-weight: normal;
    color: #343a40 !important;
  }
  
  .text-green {
    color: var(--green-primary) !important;
  }
  .info-section-title {
    font-size: 3rem;
  }

/* --- Mobile responsiveness improvements --- */
@media (max-width: 768px) {
  .opportunities-grid, .opportunities-list, .opportunity-cards {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .opportunity-card, .opportunity-section {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .opportunity-header, .opportunity-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .opportunity-card, .opportunity-section {
    padding: 0.5rem;
  }
  .opportunity-header, .opportunity-title {
    font-size: 1rem;
  }
  .opportunity-btn, .apply-btn {
    width: 100%;
    font-size: 1rem;
    padding: 10px 0;
  }
}

/* Video Overlay */
.video-overlay {
  display: none;
  position: fixed;
  bottom: 100px;
  left: 30px;
  width: 500px;
  max-width: 80vw;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.video-overlay.active {
  display: block;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.language-toggles {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 2002;
  padding: 0 20px;
}

.lang-btn {
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease;
}

.lang-btn:hover {
  background: rgba(54, 170, 81, 0.7);
  border-color: rgba(255, 255, 255, 0.5);
}

.lang-btn.active {
  background: #36aa51;
  border-color: white;
  font-weight: bold;
}

#floatingVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.close-video {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2001;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: color 0.2s;
}

.close-video:hover {
  color: #36aa51;
}

/* Pulsing Icon */
.pulsing-icon {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  animation: pulse 2s infinite;
  transition: all 0.3s ease;
  background: white;
}

.pulsing-icon:hover {
  transform: scale(1.1);
  background: #f0f0f0;
}

.pulsing-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(54, 170, 81, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 15px rgba(54, 170, 81, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(54, 170, 81, 0);
  }
}