* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #2d3748;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hero-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* New sections styles */
.who-for {
  padding: 8rem 2rem;
  background-color: #f8fafc;
}

.who-for h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  color: #2d3748;
}

.who-for-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.who-for-card {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(43, 109, 176, 0.1);
}

.who-for-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}

.card-content {
  text-align: center;
}

.icon-container {
  width: 60px;
  height: 60px;
  margin: 0 auto 2rem;
  background: #f8fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  font-size: 2rem;
  color: #2b6cb0;
}

.card-content h3 {
  font-size: 1.75rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

.card-content p {
  color: #718096;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.who-for blockquote.highlight {
  color: #2b6cb0;
  font-weight: 500;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  font-style: italic;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 12px;
}

.section-header {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-size: 3rem;
  color: #2d3748;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.section-subtitle {
  color: #718096;
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.who-for-card:hover {
  transform: translateY(-5px);
}

.who-for-card .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.what-we-do {
  padding: 8rem 2rem;
  background-color: white;
}

.what-we-do h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  color: #2d3748;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.skill-card {
  background: #f8fafc;
  padding: 3rem;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(43, 109, 176, 0.1);
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: rgba(43, 109, 176, 0.2);
}

.skill-icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #2b6cb0;
}

.skill-card h3 {
  font-size: 1.5rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

.skill-card p {
  color: #718096;
  line-height: 1.6;
}

.recent-matches {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid #e2e8f0;
}

.recent-matches h3 {
  font-size: 1.75rem;
  color: #2d3748;
  margin-bottom: 2rem;
}

.match-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.match-card {
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(43, 109, 176, 0.1);
}

.match-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.skill-card {
  background: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.skill-card:hover {
  background: #e2e8f0;
}

.skill-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.recent-matches {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e2e8f0;
}

.match-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.match-card {
  padding: 1rem;
  background: #f8fafc;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.success-stories {
  padding: 0;
  background-color: #ffffff;
}

.success-stories h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  color: #2d3748;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-card {
  background: rgb(255, 255, 255);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(43, 109, 176, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08);
}

.stat-card h3 {
  font-size: 2.5rem;
  color: #2b6cb0;
  margin-bottom: 1rem;
  font-weight: 700;
}

.stat-sublabel {
  color: #718096;
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.6;
}

.stat-card p {
  color: #718096;
  font-size: 1.1rem;
}

.case-studies {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 4rem;
}

.case-study {
  background: white;
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(43, 109, 176, 0.1);
}

.case-study:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.case-study h3 {
  color: #2d3748;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.case-study p {
  color: #718096;
  line-height: 1.6;
}

.stat-card h3 {
  font-size: 3rem;
  color: #2b6cb0;
  margin-bottom: 0.5rem;
}

.case-studies {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.case-study {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.faqs {
  padding: 8rem 2rem;
  background-color: white;
}

.faqs h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  color: #2d3748;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-card {
  background: #f8fafc;
  padding: 3rem;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 1px solid rgba(43, 109, 176, 0.1);
}

.faq-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-color: rgba(43, 109, 176, 0.2);
}

.faq-card h3 {
  color: #2d3748;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.faq-card p {
  color: #718096;
  line-height: 1.6;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.faq-card {
  background: #f8fafc;
  padding: 2rem;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.faq-card:hover {
  background: #e2e8f0;
}

#cta-bottom {
  padding: 8rem 2rem;
  background-color: #ffffff;
  text-align: center;
  padding-top: 5rem;
}

.cta-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3rem;
}

.cta-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: white;
  border-radius: 12px;
  border: 1px solid rgba(43, 109, 176, 0.1);
}

.benefit-icon {
  font-size: 2rem;
  color: #2b6cb0;
}

.benefit-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2d3748;
}

.cta-section h2 {
  font-size: 2.5rem;
  color: #2d3748;
  margin-bottom: 1.5rem;
}

.cta-section p {
  color: #718096;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-form .button {
  padding: 1.25rem 2.5rem;
  font-size: 1.1rem;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-form .button:hover {
  background-color: #2c5282;
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.cta-section h2 {
  margin-bottom: 1rem;
}

.cta-section p {
  margin-bottom: 2rem;
  color: #4a5568;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  z-index: 1;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  object-fit: cover;
  z-index: 1;
}

.hero-content-wrapper {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  width: 100vw;
  margin: 0;
  padding: 0;
  z-index: 2;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .hero-wrapper {
    height: auto;
    min-height: 100vh;
    padding: 0;
    overflow: visible;
  }

  .hero-content-wrapper {
    position: relative;
    margin-top: 6rem;
    height: auto;
    padding: 2rem 1rem;
  }

  .testimonials-container,
  .testimonial-box,
  .testimonial-content,
  .testimonial-author {
    display: none !important;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
  }

  #hero-headline {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  #hero-subheadline {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    max-width: 90%;
  }

  .cta-form {
    margin-bottom: 1.5rem;
  }

  .testimonial-box {
    margin-bottom: 1.5rem;
  }

  .testimonial-box .testimonial-content p {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }

  .testimonial-author {
    gap: 0.5rem;
  }

  .testimonial-author h4 {
    font-size: 0.9rem;
  }

  .testimonial-author span {
    font-size: 0.8rem;
  }
}

/* Header Promotion Styles */
.header-promotion {
  background: linear-gradient(135deg, #4f46e5, #60a5fa);
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  margin: 1rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-promotion .promotion-text {
  font-size: 1.125rem;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-promotion .promotion-text span {
  color: #4f46e5;
}

.header-promotion h3 {
  color: white;
  font-size: 1.125rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.header-promotion p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin: 0;
  font-weight: 400;
}

.hero-content-wrapper .testimonial-box .testimonial-content p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.75rem !important; /* 12px */
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-author h4 {
  color: white;
  font-size: 0.95rem;
  margin: 0;
  font-weight: 600;
}

.testimonial-author span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

/* Skills Development Section Styles */
.skills-development {
  padding: 4rem 2rem;
  text-align: center;
}

.skills-development h2 {
  color: #2d3748;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

/* Reuse the existing steps styles */
.steps {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0 1rem;
}

.step {
  text-align: center;
  padding: 2rem;
}

.step-icon {
  font-size: 2.5rem;
  color: #2b6cb0;
  margin-bottom: 1.5rem;
}

.step h3 {
  color: #2d3748;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.step p {
  color: #4a5568;
  line-height: 1.6;
}

/* Login Page Styles */
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f7fafc;
  padding: 2rem;
}

.login-box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 400px;
}

.login-header {
  text-align: center;
  margin-bottom: 2rem;
}

.login-header img {
  display: block;
  margin: 0 auto 1rem;
}

.login-header h2 {
  color: #2d3748;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.login-header p {
  color: #718096;
  font-size: 0.875rem;
}

.form-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  color: #4a5568;
  font-size: 0.875rem;
  font-weight: 500;
}

.form-group input {
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.form-group input:focus {
  outline: none;
  border-color: #2b6cb0;
}

.form-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.forgot-password {
  color: #4a5568;
  text-decoration: none;
  font-size: 0.875rem;
  align-self: flex-end;
}

.forgot-password:hover {
  color: #2b6cb0;
}

.divider {
  text-align: center;
  margin: 2rem 0;
  position: relative;
}

.divider::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e8f0;
  position: absolute;
  top: 50%;
  left: 0;
}

.divider span {
  background-color: white;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  color: #718096;
  font-size: 0.875rem;
}

.signup-section {
  text-align: center;
  margin-top: 2rem;
}

.signup-section p {
  color: #4a5568;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.button {
  display: inline-block;
  padding: 1rem;
  background-color: #2b6cb0;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  text-decoration: none;
}

#SaveProfileButton {
  display: inline-block;
  padding: 1rem;
  background-color: #2b6cb0;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  text-decoration: none;
}

#SaveProfileButton:hover {
  background-color: #2c5282;
}

#profilePicUploadBtn {
  display: inline-block;
  padding: 1rem;
  background-color: #2b6cb0;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  text-decoration: none;
}

#profilePicUploadBtn:hover {
  background-color: #2c5282;
}

#editUsernamePencilBtn {
  width: 22px;
  height: 22px;
  padding: 0 !important;
  font-size: 13px !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: 6px;
  min-width: 22px;
}

#editUsernamePencilBtn:hover {
  background-color: #f0f0f0;
  border-color: #999;
}

#bioLabel {
  font-size: 1.1rem; /* Make label slightly larger or distinct */
  color: #333;
}

.button:hover {
  background-color: #2c5282;
}

/* Dashboard Styles */
.dashboard-container {
  display: flex;
  min-height: 100vh;
  background-color: #f7fafc;
}

.dashboard-content {
  flex: 1;
  padding: 2rem;
  overflow-y: auto;
  background-color: #f7fafc;
}

/* Top Banner Styles */
.top-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  height: 70px;
}

.banner-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.banner-left h2 {
  color: #2d3748;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.top-nav {
  display: flex;
  gap: 1.5rem;
  flex: 1;
  justify-content: center;
}

.top-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
  white-space: nowrap;
}

.top-nav .nav-item:hover {
  background-color: #f7fafc;
  color: #2b6cb0;
}

.top-nav .nav-item.active {
  background-color: #e3f2fd;
  color: #2b6cb0;
  font-weight: 500;
}

.top-nav .nav-icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.banner-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

/* Style for the PARENT .user-avatar div in the top banner */
.top-banner .user-info .user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2b6cb0; /* Fallback background for the circle */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Ensures children are clipped to the circle */
  margin-right: 8px; /* Spacing for the avatar circle itself */
}

#hero-headline {
  font-size: 120px;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#hero-subheadline {
  font-size: 1.875rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  font-weight: 400;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
}

/* Children (image and text) will fill this parent */
.top-banner .user-info .user-avatar .header-profile-picture {
  width: 100%; /* Fill the 36px parent */
  height: 100%; /* Fill the 36px parent */
  object-fit: cover;
  border-radius: 50%; /* Image itself should be circular */
  display: block; /* Ensure block behavior for sizing */
  /* vertical-align and margin-right are removed as they are not needed here; parent handles spacing */
}

.top-banner .user-info .user-avatar .default-avatar {
  width: 100%; /* Fill the 36px parent */
  height: 100%; /* Fill the 36px parent */
  display: flex; /* For centering text */
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px; /* Adjusted for 36px height */
  border-radius: 50%; /* Ensure it's circular, though parent clips */
  /* background-color removed, parent .user-avatar has it */
  /* margin-right removed, handled by parent */
}

.user-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2b6cb0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.user-details h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #2d3748;
  font-weight: 600;
}

.user-details p {
  margin: 0.25rem 0 0;
  color: #718096;
  font-size: 0.875rem;
}

.notification-bell {
  font-size: 1.75rem;
  color: #718096;
  cursor: pointer;
  transition: all 0.3s ease;
}

.notification-bell:hover {
  color: #2b6cb0;
  transform: scale(1.1);
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.action-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease;
}

.action-card:hover {
  transform: translateY(-5px);
}

.action-icon {
  font-size: 2.5rem;
  color: #2b6cb0;
  margin-bottom: 1rem;
}

.action-card h3 {
  margin: 0.5rem 0;
  color: #2d3748;
}

.action-card p {
  color: #718096;
  font-size: 0.875rem;
}

/* Profile Page Specific Styles */
.profile-content {
  padding: 20px;
  max-width: 960px; /* Increased width */
  margin: 20px auto;
}

.profile-card {
  margin-top: 30px;
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.profile-card h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
  font-weight: 600;
}

.profile-form .form-group {
  margin-bottom: 20px;
}

.profile-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
}

.profile-form input[type="text"],
.profile-form input[type="url"],
.profile-form textarea,
.form-control {
  /* Applied to .form-control now */
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.profile-form input[type="text"]:focus,
.profile-form input[type="url"]:focus,
.profile-form textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.profile-form textarea {
  resize: vertical;
  min-height: 100px;
}

.profile-picture-section {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items like preview and input */
  text-align: center; /* Center text like label and small */
}

.profile-picture-section img#profileImagePreview {
  margin-bottom: 15px;
  border: 3px solid #007bff;
}

.file-input {
  display: block; /* Make it block to allow margin auto or text-align on parent */
  margin: 10px auto; /* Center the file input if it's not full width */
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.file-input:hover {
  background-color: #e9ecef;
}

.profile-form .btn-primary {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: 600;
}

.message {
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  border-radius: 6px;
  font-weight: 500;
}

.message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.message.info {
  background-color: #cce5ff;
  color: #004085;
  border: 1px solid #b8daff;
}

/* General page section for consistent padding if needed elsewhere */
.page-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Profile Page Layout */
.profile-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.profile-info-column {
  flex: 2; /* Takes up 2/3 of the space */
  min-width: 300px; /* Minimum width before wrapping or shrinking too much */
}

.profile-picture-column {
  flex: 1; /* Takes up 1/3 of the space */
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content in this column */
}

/* Interactive Username Section */
.username-interactive-section .form-group {
  margin-bottom: 10px;
}

.username-interactive-section label {
  font-size: 1.1rem; /* Make label slightly larger or distinct */
  color: #333;
}

.username-view {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}

#displayUsernameText {
  font-size: 1.2rem;
  font-weight: 500;
  color: #2c3e50;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem; /* Adjust icon size */
  padding: 5px;
  color: #007bff;
}

.icon-btn:hover {
  color: #0056b3;
}

.username-edit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 5px;
}

.username-edit input[type="text"] {
  padding: 8px 10px;
  width: 100%; /* Make input take full width of its container */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.username-edit-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 5px;
}

.btn-small {
  padding: 6px 12px;
  font-size: 0.875rem;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

/* Profile Picture Editor in Right Column */
.profile-picture-editor {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px dashed #ced4da;
}

.profile-picture-editor label {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-image-preview-main {
  width: 150px; /* Larger preview */
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #007bff;
  background-color: #fff; /* Background for transparent images */
}

.profile-picture-editor .file-input {
  margin-top: 10px;
  max-width: 200px; /* Constrain width of file input */
}

.profile-picture-editor small {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #6c757d;
}

/* Visually hide the default file input */
.file-input-hidden {
  display: none;
}

/* Style the label as a button for file upload */
.btn-upload {
  display: inline-block;
  padding: 10px 15px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  background-color: #007bff; /* Primary blue */
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
  margin-top: 10px; /* Space from the image preview */
}

.btn-upload:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

/* Message Styling Adjustments */
.mini-message {
  font-size: 0.85rem;
  padding: 6px 10px;
  margin-top: 8px;
  text-align: left; /* Align text left for messages under inputs */
}

.message.show {
  display: block !important; /* To override inline style if used */
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.btn-block {
  display: block;
  width: 100%;
}

/* Hero Wrapper */
.hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Header Styles */
header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
}

nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #4a5568;
}

.logo-container img {
  width: 100px;
  height: 45px;
  object-fit: contain;
}

.logo-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.logo-container:hover {
  color: #2b6cb0;
}

.nav-links a {
  margin-left: 2.5rem;
  text-decoration: none;
  color: #4a5568;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-links a:hover {
  color: #2b6cb0;
  border-bottom: 2px solid #2b6cb0;
}

/* Remove padding from main */
main {
  margin: 0;
  padding: 0;
}

/* Hero Section */
.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  left: 0;
  right: 0;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/landing_page_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-content-wrapper {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  width: 100vw;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  font-size: 16px; /* Base font size */
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 100px) !important;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content p {
  font-size: clamp(1rem, 3vw, 24px) !important;
  margin-bottom: 2rem;
  opacity: 0.9;
  font-weight: 400;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
}

.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}

.testimonial-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Form Styles */
.email-form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
}

.form-group input {
  flex: 3;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  width: 70%;
  min-width: 300px;
}

.form-group button {
  flex: 1;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 4px;
  background-color: #4caf50;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  min-width: 150px;
}

.form-group button:hover {
  background-color: #45a049;
}

.cta-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  margin: 0 auto;
}

.cta-form input {
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.cta-form button {
  padding: 1rem;
  background-color: #2b6cb0;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-form button:hover {
  background-color: #2c5282;
}

.form-message {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  text-align: center;
  transition: color 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Sections */
section {
  padding: 6rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

section h2 {
  text-align: center;
  margin-bottom: 3.5rem;
  font-size: 2.75rem;
  color: #2d3748;
  font-weight: 700;
}

/* How It Works */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.step {
  text-align: center;
  padding: 2.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
}

.step-number {
  font-size: 3.5rem;
  color: #2b6cb0;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

/* Popular Gigs */
.gig-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.gig-card {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.gig-card:hover {
  transform: translateY(-5px);
}

.gig-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

/* Special styling for TikTok image */
.gig-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto 1rem;
}

/* Safety Features */
.safety-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.feature {
  text-align: center;
  padding: 2.5rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.feature:hover {
  transform: translateY(-5px);
}

/* Footer */
footer {
  background-color: #2d3748;
  color: white;
  padding: 2rem 0;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-links a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #cbd5e1;
}

.footer-email {
  display: block;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 0.95rem;
  color: #e2e8f0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-email:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #cbd5e1;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .nav-links {
    display: none;
  }

  .cta-form {
    flex-direction: column;
  }

  button {
    width: 100%;
  }
}

.bio-section {
  margin: 30px 0;
  width: 100%;
}

.bio-section textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}

/* Section Title Styles */
.section-title {
  color: #2d3748;
  font-size: 2rem;
  font-weight: 600;
  margin: 0.25rem 0 0.75rem;
  text-align: center;
}

/* Search Section Styles */
.search-section {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin: 0 auto 2rem;
  max-width: 800px;
}

.search-container {
  display: flex;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.search-input {
  flex: 1;
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: #2b6cb0;
}

.search-button {
  padding: 1rem 2rem;
  background-color: #2b6cb0;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.search-button:hover {
  background-color: #2c5282;
}

/* Launch Page Styles */
.launch-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7fafc;
  padding: 2rem;
}

.launch-content {
  background: white;
  padding: 3rem 3rem 0 3rem;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.launch-logo {
  width: 120px;
  height: auto;
  margin-bottom: 2rem;
}

.launch-content h1 {
  color: #2d3748;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.launch-message {
  margin-bottom: 0;
}

.launch-text {
  color: #4a5568;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.launch-features {
  margin-bottom: 3rem;
}

.launch-features h2 {
  color: #2d3748;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.feature-item {
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.feature-item h3 {
  color: #2d3748;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-item p {
  color: #718096;
  font-size: 0.95rem;
  line-height: 1.5;
}

.launch-cta {
  color: #4a5568;
  font-size: 1rem;
}

.launch-cta a {
  color: #2b6cb0;
  text-decoration: none;
  font-weight: 500;
}

.launch-cta a:hover {
  text-decoration: underline;
}

.discord-section {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin: 0;
}

.discord-section h2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
}

.discord-text {
  color: #b3b3b3;
  max-width: 600px;
  margin: 0 auto 24px;
  line-height: 1.6;
}

.discord-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5865f2;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.discord-button:hover {
  background: #4752c4;
  transform: translateY(-2px);
}

.discord-icon {
  font-size: 20px;
}
