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

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Base styles */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.hero-section {
  background-image: url("/static/images/Rectangle\ 116\ \(9\).png");
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.301);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.hero-title {
  font-size: 48px;
  font-family: "Poppins";
  font-weight: 600;
}

.hero-subtitle {
  font-family: "Poppins";
  font-size: 18px;
  opacity: 0.9;
}

.about-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.about-container {
  position: relative;
}

.about-label {
  display: inline-block;
  color: #0470d2;
  padding: 8px 16px;
  border: 2px solid #0470d2;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  background: transparent;
}

.about-heading {
  font-size: 32px;
  color: #333;
  max-width: 800px;
  margin-bottom: 40px;
  line-height: 1.3;
  font-weight: bold;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.about-image-container {
  width: 100%;
  margin: 40px 0;
  text-align: center;
}

.about-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-text-content {
  max-width: 800px;
  text-align: center;
}

.about-paragraph {
  color: #666;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 16px;
}

.about-paragraph:last-child {
  margin-bottom: 0;
}

/* Responsive styles */
@media screen and (max-width: 1024px) {
  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .about-heading {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section {
    height: 400px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 14px;
  }

  .about-heading {
    font-size: 24px;
  }

  .about-label {
    font-size: 12px;
    padding: 6px 12px;
  }

  .about-paragraph {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .hero-section {
    height: 300px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 12px;
  }

  .about-heading {
    font-size: 20px;
  }

  .about-label {
    font-size: 10px;
    padding: 4px 10px;
  }

  .about-paragraph {
    font-size: 12px;
  }
}

.main-container {
  display: flex;
  padding: 2rem;
  gap: 2rem;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  flex-wrap: wrap;
}

.left-section {
  flex: 1;
  padding: 1rem;
}

.career-tag {
  display: inline-block;
  background-color: transparent;
  color: #0470d2;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  font-family: "Roboto Mono";
  border: 1px solid #0470d2;
}

.header-text h1 {
  font-family: "Poppins";
  font-size: 55px;
  margin-bottom: 5.5rem;
  line-height: 60px;
  font-weight: 600;
}

.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s;
  border-radius: 5px;
}

.job-item:hover {
  background-color: #007bff;
  color: white;
  text-decoration: none;
}

.job-item.active {
  background-color: #007bff;
}

.job-info h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Poppins";
}

.job-info p {
  color: #ffffff4b;
  font-size: 0.9rem;
  font-weight: 500;
  opacity: 0.8;
  font-family: "Lato";
  margin: 0;
}

.job-item:hover .job-info p {
  color: rgba(255, 255, 255, 0.8);
}

.arrow-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-divider {
  height: 1px;
  background-color: #ffffff;
  margin: 0.5rem 0;
}

/* Added styles for no jobs message */
.no-jobs {
  text-align: center;
  padding: 2rem;
  color: #ffffff;
}

.no-jobs p {
  font-size: 1.1rem;
  opacity: 0.8;
  font-family: "Lato";
}

.right-section {
  flex: 1;
  padding: 1rem;
  margin-top: 35px;
}

.description {
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  font-family: "Lato";
}

.reach-us-container {
  background-color: black;
  margin-top: 20px;
  border-radius: 10px;
  padding: 4rem;
  border: 1px solid #0470d2;
  text-align: center;
}

.reach-us-container p {
  font-family: "Lato";
  text-align: left;
  line-height: 20px;
}

.reach-us-container h2 {
  margin-top: 0;

  font-weight: 600;
  font-size: 55px;
  text-align: left;
  font-family: "Poppins";
  line-height: 60px;
}

/* Updated image styles */
.image-placeholder {
  width: 100%;
  margin: 1.5rem 0;
}

.email {
  margin-bottom: 40px;
  font-family: "Lato";
}

.image-placeholder img {
  width: 100%;
  max-width: 550px; /* Increased size */
  height: auto;

  display: block;
  margin: 0 auto;
}

.social-links p {
  font-family: "Poppins";
  margin-bottom: 10px;
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.connect-dot-container {
  position: relative;
}

.connect-dot {
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
}

.timeline-line {
  position: absolute;
  top: -50%;
  left: 0;
  width: 550px;
  height: 2px;
  background-color: black;
  transform: translateY(-50%);
}

.connect-text {
  color: rgb(0, 0, 0);
  font-family: "Roboto Mono";
  font-size: 1.1rem;
}

.connect-dot-empty {
  width: 20px;
  height: 20px;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 50%;
  position: relative;
}
.connect-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.connect-dot-filled {
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Fix for mobile layout */
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
    padding: 1rem;
  }

  .reach-us-container {
    padding: 2rem;
    text-align: left;
  }

  /* Fix the text alignment issue */
  .reach-us-container p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  /* Ensures the image gets more space */
  .image-placeholder img {
    max-width: 100%;
    height: auto;
  }

  .contact-info {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .social-links {
    flex-direction: column;
  }
  .header-text h1 {
    font-size: 40px;
  }
  .description {
    font-size: 20px;
  }
  .reach-us-container h2 {
    font-size: 50px;
  }

  .header-text h1 {
    margin-bottom: 20px;
    line-height: 2.3rem;
  }
}

/*form section start  */

.contact-container {
  display: flex;
  max-width: 1200px;
  margin: 2rem auto;
  gap: 4rem;
  padding: 1rem;
}

.image-section {
  flex: 1;
  position: relative;
}

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

.contact-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#7e42ed31, #e57e3544);
  width: 100%;
  height: 100%;
}

.form-section {
  flex: 1;
  max-width: 600px;
}

.connect-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.connect-tag::before {
  content: "•";
  color: #000;
}

.form-heading {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #000;
  font-weight: 600;
  font-family: "Poppins";
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-family: "Roboto Mono";
}

.form-row {
  display: flex;
  gap: 1rem;
}

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

.form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #000000;
  border-radius: 4px;
  font-size: 1rem;
}

.form-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #000000;
  border-radius: 4px;
  min-height: 150px;
  resize: vertical;
  font-size: 1rem;
}

.submit-button {
  background-color: #0470d2;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #0052cc;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 2rem;
  }

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

  .form-section {
    max-width: 100%;
  }

  .form-heading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .footer-links-section > *:nth-child(-n + 3) {
    display: none; /* Hides first three columns */
  }
}
