/* Reset default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #0e2233; /* Matches dark navy background */
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background-color: #0e2233;
  color: white;
}

.logo {
  font-weight: 600;
  font-size: 1.2rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #ddd;
}
/* Reset & base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #0e2233;
  color: white;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background-color: #0e2233;
}

.logo {
  font-weight: 600;
  font-size: 1.2rem;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #ddd;
}





body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #0e1b2b;
  color: #fff;
}


.hero-section {
  text-align: center;
  padding: 4rem 1rem 0;
  position: relative;
  overflow: hidden;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-content .highlight {
  color: #00b5e2;
}

.subtext {
  font-size: 1.125rem;
  color: #d1d5db;
  margin-bottom: 2rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.btn-primary {
  background-color: #00b5e2;
  color: #000;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.btn-outline {
  background-color: transparent;
  color: #fff;
  border: 2px solid #ccc;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.trust-text {
  color: #ccc;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.illustration-row {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}


.illustration-row img {
  width: 90%;
  max-height: 260px;
  object-fit: cover;
  display: block;
}







.why-alive-hire {
  background-color: #0e1b2b;
  border-radius: 20px;
  padding: 3rem 1rem;
  margin: 4rem auto;
  text-align: center;
  color: #ffffff;
}

.why-alive-hire h2 {
  color: #00b5e2;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 0 1rem;
  background-color: #000000ff;
  padding: 2rem;
  border-radius: 20px;
}


.reason-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00b5e2;
  font-size: 0.95rem;
}

.reason-card img {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}

.reason-card p {
  color: #d1e9f0;
  line-height: 1.4;
  max-width: 220px;
}






.ai-section {
  background-color: #0e1b2b;
  padding: 4rem 1rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ai-section h2 {
  font-size: 2rem;
  color: #00b5e2;
  margin-bottom: 3rem;
  font-weight: 600;
}

.ai-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ai-center-image img {
  max-width: 400px;
  width: 100%;
  z-index: 1;
}

.ai-label {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #00b5e2;
  color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  max-width: 300px;
  font-size: 0.95rem;
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0, 181, 226, 0.3);
}

.ai-label p {
  margin: 0;
  line-height: 1.4;
}

.top-left {
  top: 0;
  left: 5%;
}

.bottom-left {
  bottom: 0;
  left: 10%;
}

.top-right {
  top: 10%;
  right: 5%;
}






.smart-tools {
  color: #fff;
  padding: 4rem 1rem;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.smart-tools h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 700;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
}

.tool-card {
  background: #000;
  border-radius: 20px;
  padding: 6rem 1rem;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.tool-card h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.beta-label {
  font-size: 0.9rem;
  color: #bbb;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.tool-card ul {
  list-style-type: disc;
  padding-left: 1.2rem;
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.tool-card li {
  margin-bottom: 0.5rem;
}

.tool-button {
  background-color: #00b5e2;
  color: #000;
  border: none;
  padding: 0.75rem 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease;
}

.tool-button:hover {
  background-color: #00d2ff;
}















.testimonials-section {
  background-color: #0e1621;
  padding: 3rem 5rem;
  color: white;
  text-align: center;
}

.testimonials-header {
  margin-bottom: 2rem;
}

.highlighted-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #00c0f3;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
}

.community-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.community-btn {
  padding: 0.5rem 1rem;
  border: none;
  color: white;
  background-color: #1a73e8;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.community-btn.twitter {
  background-color: #00bfff;
}

.community-btn.linkedin {
  background-color: #0077b5;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}


.testimonial-card {
  background-color: white;
  color: black;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: left;
}

.profile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}

.profile img, .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.avatar.black {
  background: black;
}

.stars {
  color: #f7c948;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.testimonial-card p {
  font-size: 0.95rem;
}

.testimonial-dots {
  margin-top: 2rem;
}

.testimonial-dots .dot {
  width: 10px;
  height: 10px;
  background: #2b3d4f;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
}

.testimonial-dots .dot.active {
  background: #00c0f3;
}









.how-it-works {
  background-color: #000;
  color: #fff;
  padding: 4rem 1rem;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.how-it-works h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  
 
}

.step {
  padding: 2rem 1rem;
  margin: 1rem;
  border-top: 3px solid #444;
}

.step:last-child {
  border-right: none;
}

.step-number {
  display: block;
  font-size: 1rem;
  color: #aaa;
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}








.pricing-section {
  background: linear-gradient(to right, #1b2a42, #0a1b2a);
  color: #fff;
  text-align: center;
  padding: 4rem 1rem;
  font-family: 'Inter', sans-serif;
}

.pricing-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pricing-section p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 3rem;
}

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

.card {
  border-radius: 20px;
  padding: 2rem;
  background: #fff;
  color: #000;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.starter-card {
  background: #0d1b2a;
  color: #fff;
  border: 1px solid #3b4e6c;
}

.pro-card {
  background: #000;
  color: #fff;
}

.enterprise-card {
  background: #00cfff;
  color: #000;
}

.tag, .tag.small {
  display: inline-block;
  background: #ff3c61;
  color: #fff;
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.tag.small {
  background: #4f4f4f;
  margin-right: 0.5rem;
}

.tags {
  margin-bottom: 1rem;
}

.card h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.subtext {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.desc {
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  color: inherit;
}

.testimonial {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
}

.testimonial img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

blockquote {
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 1.5rem;
  color: inherit;
}

.btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  border: none;
}

.btn.dark {
  background-color: #333;
  color: #fff;
}

.btn.light {
  background-color: #fff;
  color: #000;
}

.features {
  list-style: none;
  padding-left: 1rem;
  margin-top: 1.5rem;
}

.features li {
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 1rem;
}

.features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #00b5e2;
}






.dream-job-section {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem 2rem;
  align-items: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.dream-job-content {
  background: linear-gradient(135deg, #0e1621, #2987c5ff);
  position: relative;
  flex: 1;
  padding: 1rem 2rem;          /* Added vertical (top/bottom) and horizontal padding */
  margin: 0 1rem;              /* Adds space on left/right side of screen */
  width: calc(100% - 2rem);    /* Makes it full width minus margin */
  max-width: 1500px;           /* Optional: prevents it from being too wide on large screens */
  z-index: 2;
  box-sizing: border-box;      /* Ensures padding doesn’t exceed width */
}



.tagline {
  font-size: 3rem;
  font-weight: 700;
  width:600px;
  margin-bottom: 1rem;
  padding: 2rem 0rem; 
}

.subtext {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #cbd5e1;
}

.cta-button {
  background-color: white;
  color: #000;
  font-weight: bold;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 999px;
  border: 3px solid #facc15;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #facc15;
  color: #000;
}

.dream-job-visual {
  position: relative; /* Needed for absolute positioning inside */
  height: 600px;
}

.dream-job-visual img {
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  max-width: 600px;
  width: auto;
  z-index: 2;
}


.person-with-laptop {
  position: fixed;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 100vh;
  width: auto;
  z-index: 2;
}





.faq-section {
  background-color: #040609ff;
  padding: 4rem 2rem;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

.faq-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  border: 2px solid #00b4d8;
  border-radius: 1rem;
  padding: 6rem;
}

.faq-questions {
  flex: 1;
  min-width: 350px;
}

.faq-questions h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.faq-questions ul {
  list-style: none;
  padding: 0;
}

.faq-questions li {
  margin-bottom: 0.5rem;
}

.faq-questions button {
  width: 100%;
  text-align: left;
  padding: 0.75rem 1rem;
  background: #111827;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.faq-questions li.active button {
  background: #00b4d8;
  color: black;
  font-weight: 600;
}

.faq-questions li.active .star {
  position: absolute;
  right: 15px;
  color: #facc15;
}

.faq-answer {
  flex: 2;
  min-width: 300px;
  
  height: 300px;
}

.faq-answer h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.answer-box {
  background: #00b4d8;
  color: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  position: relative;
  height: 100%;
}

.answer-box .star {
  color: white;
  font-size: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.answer-box p {
  margin-top: 2rem;
  line-height: 1.6;
  font-size: 23px   ; 
}



.newsletter-section {
   background-color: #0e1621;
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.newsletter-box {
  background: #ffd43b; /* yellow box */
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  max-width: 700px;
  position: relative;
  font-family: 'Segoe UI', sans-serif;
  color: #1a1a1a;
}

.newsletter-box h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.newsletter-box .highlight {
  color: #1a1a1a;
}

.newsletter-box p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 20px;
  width: 600px;
  font-size: 0.95rem;
  outline: none;
  background: white;
}

.newsletter-form button {
  padding: 0.6rem 1rem;
  background-color: #0e0e3d;
  color: white;
  font-size: 0.9rem;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #1f1f6b;
}

.newsletter-box .disclaimer {
  font-size: 0.8rem;
  color: #333333;
}




.hiring-section {
   background-color: #0e1621;
  color: white;
  padding: 3rem 1rem;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}

.underline {
  height: 2px;
  background-color: #e5c87e;
  width: 100%;
  max-width: 200px;
  margin-bottom: 2rem;
}

.hiring-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.column h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}

.column ul {
  list-style: disc;
  padding-left: 1.25rem;
  color: #e5e7eb;
  font-size: 0.95rem;
  line-height: 1.6;
}




.footer {
   background-color: #0e1621;
  color: #fff;
  padding: 2rem 1rem;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  height: 150px;
}

.footer-center p {
  margin: 0.2rem 0;
  font-size: 0.875rem;
  color: #d1d5db;
}

.footer-center a {
  color: #d1d5db;
  text-decoration: none;
  margin: 0 0.3rem;
}

.footer-center a:hover {
  text-decoration: underline;
}

.footer-right {
  display: flex;
  gap: 1rem;
}

.social-icon {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #e5c87e;
}
