/* =========================
   Global Reset
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Poppins", Arial, sans-serif;
  color: #44444b;
}

/* =========================
   Unified Typography System
========================= */
h1,
h2,
h3,
p {

  margin: 0 0 16px;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  color: #333;
}

h2 {
  font-size: 30px;
  font-weight: 600;
  color: #44444b;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #44444b;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #44444b;
}

/* =========================
   Navbar
========================= */

.wrapper-top{
   background: radial-gradient(circle at 75% 38%, #efe4ff 0, #f8f5ff 42%, #fbfaff 100%);
}


.navbar-wrapper {
  padding: 0px 22px 22px 22px;
}

.custom-navbar {


    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1240px;
    z-index: 1000;
    top: 20px;
    background: #fff;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 25px;
    box-shadow: 0 3px 6px rgba(30, 20, 60, 0.12);
}

.brand {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: #3b3b43;
}

.brand small {
  display: block;
  font-size: 11px;
  letter-spacing: 10px;
  font-weight: 700;
  margin-left: 44px;
  margin-top: 2px;
}

.nav-link {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0 10px;
}

/* =========================
   Buttons
========================= */
.gradient-btn {
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #d942ff, #71008e);
  box-shadow: 0 8px 18px rgba(144, 64, 220, 0.22);
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}

.gradient-btn.btn-large {
  font-size: 16px;
  padding: 17px 28px;
}

.gradient-btn:hover {
  color: #fff;
  background: #71008e;
  text-decoration: none;
}

.outline-btn {
  color: #333;
  font-weight: 800;
  padding: 13px 32px;
  border-radius: 8px;
  border: 2px solid #9a9a9f;
  text-decoration: none;
  display: inline-block;
  background: transparent;
}

.outline-btn:hover {
  color: #fff;
  background: #71008e;
  text-decoration: none;
}

.dark-btn {
  background: #333;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.dark-btn:hover {
  color: #fff;
  background: #333;
  text-decoration: none;
}

/* =========================
   Home Hero Section
========================= */
.hero {
  padding: 45px 0 40px;
}

.hero-container {
  max-width: 1120px;
  margin: auto;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  padding: 12px 14px;
  border-radius: 4px;
  font-weight: 700;
  color: #44444b;
  margin-bottom: 24px;
}

.hero h1 {
  max-width: 610px;
  margin-bottom: 22px;
}

.hero p {
  max-width: 560px;
  margin-bottom: 38px;
  font-weight: 500;
}

/* =========================
   Hero Art
========================= */
.hero-art {
  min-height: 520px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.blob {
  position: absolute;
  width: 410px;
  height: 410px;
  background: linear-gradient(135deg, #eadbff, #d6c1ff);
  border-radius: 52% 48% 55% 45%;
  left: 70px;
  top: 100px;
}

.person-woman,
.person-man {
  position: absolute;
  filter: drop-shadow(0 18px 25px rgba(70, 40, 130, 0.2));
}

.person-woman {
  width: 235px;
  left: 85px;
  top: 5px;
}

.person-man {
  width: 330px;
  right: 0;
  top: 115px;
}

.info-card {
  position: absolute;
  left: 100px;
  bottom: 36px;
  width: 260px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(90, 60, 160, 0.18);
}

.info-item {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.info-item:last-child {
  margin-bottom: 0;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  flex: 0 0 auto;
}

.pink {
  background: linear-gradient(135deg, #ff4c8c, #ff246c);
}

.purple {
  background: linear-gradient(135deg, #8e4df2, #602bd9);
}

.blue {
  background: linear-gradient(135deg, #3fa7ff, #2867ff);
}

.speech {
  position: absolute;
  top: 80px;
  right: 105px;
  background: linear-gradient(135deg, #8865ff, #7144df);
  color: #fff;
  padding: 15px 24px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 20px;
}

.plant {
  position: absolute;
  width: 95px;
  right: 5px;
  bottom: 42px;
}

/* =========================
   Positions / Job Cards
========================= */
.positions {
  background: #fff;
  padding: 95px 0 105px;
}

.section-container,
.content-container,
.form-container {
  max-width: 1120px;
  margin: auto;
}

.positions h2 {
  font-weight: 700;
  margin-bottom: 36px;
  color: #111;
}

.job-card,
.side-card {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 20px 20px 28px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
  background: #fff;
}

.job-card {
  height: 100%;
}

.side-card {
  margin-bottom: 22px;
  min-height: 185px;
}

.job-category {
  font-size: 11px;
  color: #777;
  font-weight: 600;
  margin-bottom: 16px;
}

.job-card h3,
.side-card h3 {
  margin-bottom: 18px;
}

.job-card p,
.side-card p {
  line-height: 1.5;
  margin-bottom: 18px;
}

.main-container {
  max-width: 1140px;
  margin: auto;
}

.job-row-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 28px 36px 28px 22px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}

.icon-box {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  background: #eeeeef;
  display: grid;
  place-items: center;
  color: #b22bc8;
  font-size: 14px;
  font-weight: 500;
  flex: 0 0 auto;
}

.job-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.job-desc {
  line-height: 1.5;
  color: #4b4b52;
  max-width: 310px;
  margin: 0;
  font-weight: 400;
}

.job-badge {
  display: block;
  width: 100px;
  text-align: center;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 800;
  color: #2e3336;
  margin: 0 auto 10px;
}

.badge-green {
  background: #eaf7f0;
}

.badge-blue {
  background: #edf3fc;
}

.salary-box {
  border-left: 1px solid #f5f5f5;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding-left: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

/* =========================
   Job Details Page
========================= */
.job-details-section {
  padding: 65px 0 110px;
  background: #fff;
}

.job-content {
  padding-top: 5px;
}

.job-content h1 {
  margin-bottom: 42px;
  color: #212121;
  font-size: 40px;
}

.job-content p {
  margin-bottom: 24px;
  max-width: 740px;
}

.job-content h2 {
  margin: 32px 0 26px;
}

.job-content ul {
  padding-left: 22px;
  margin-bottom: 48px;
  max-width: 760px;
}

.job-content li {
  font-size: 16px;
  line-height: 1.7;
  color: #44444b;
  font-weight: 400;
}

.sidebar {
  padding-left: 20px;
}

/* =========================
   Application Page
========================= */
.top-hero {
  background: linear-gradient(120deg, #71008e 0%, #b32ac5 48%, #e43d86 100%);
  padding: 110px 20px 118px;
  text-align: center;
  color: #fff;
}

.navbar-wrapper.application-navbar-wrapper {
  padding: 30px 22px 0;
  background: linear-gradient(120deg, #71008e 0%, #b32ac5 48%, #71008e 100%);
}

.top-hero,
.application-form-hero {
  background: linear-gradient(120deg, #71008e 0%, #b32ac5 48%, #71008e 100%);
  padding: 110px 20px 118px;
  text-align: center;
  color: #fff;
}

.top-hero .hero-badge {
  background: #005500;
  color: #ff0000;
  font-size: 18px;
  margin-bottom: 28px;
}

.top-hero h1 {
  color: #fff;
  margin-bottom: 14px;
}

.top-hero p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.application-section {
  padding: 70px 0 70px;
  background: #f8f6ff;
}

.form-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #333;
}

.form-subtitle {
  font-size: 20px;
  color: #4c4c55;
  margin-bottom: 40px;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
  color: #44444b;
  margin-bottom: 9px;
}

.form-control,
.form-select {
  height: 43px;
  border-radius: 4px;
  border: 1px solid #cfcfd7;
  background-color: #f8f7ff;
  font-size: 14px;
  color: #666;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #9b52e6;
  box-shadow: 0 0 0 0.18rem rgba(144, 64, 220, 0.12);
}

.form-select option:checked {
  background: #b32ac5;
  color: #fff;
}

.form-select option:hover {
  background: #b32ac5;
  color: #fff;
}

.upload-box {
  height: 135px;
  border: 1px solid #cfcfd7;
  background: #f8f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  margin-top: 8px;
}

.upload-box i {
  font-size: 58px;
  color: #19191f;
  line-height: 1;
}

.upload-box p {
  margin: 4px 0 0;
  color: #44444b;
}

.agreement {
  margin-top: 30px;
  font-size: 15px;
  color: #44444b;
}

.agreement input {
  margin-right: 10px;
}

.submit-btn {
  margin-top: 32px;
  min-width: 230px;
  padding: 17px 32px;
  font-size: 17px;
}

/* =========================
   Bottom CTA + Footer
========================= */
.bottom-cta {
  min-height: 510px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;
}

.cta-text {
  max-width: 760px;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 1000;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
}

.text-pink {
  color: #df6eff;
}

.text-blue {
  color: #58c9ff;
}

.text-green {
  color: #90f0b2;
}

footer {
  background: #000;
  color: #aaa;
  text-align: center;
  padding: 42px 20px;
  font-size: 15px;
}




.footer-section {
  background: #0b0909ec;
  padding-top: 70px;
  text-align: left;
}


.footer-column h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  color: #919191;
  text-decoration: none;
  font-size: 13px;
}

.footer-column a:hover {
  text-decoration: underline;
}

.legal-row {
  margin-top: 70px;
  font-size: 12px;
  color: #111;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.legal-links a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 12px;
}

.brand-text {
  font-size: clamp(60px, 14vw, 250px);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -10px;
  text-transform: uppercase;
  margin-top: 55px;
  margin-bottom: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.bottom-bar {
  background: #242424;
  color: #fff;
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 0;
}

.bottom-left,
.bottom-right {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #a0a0a0;
}


.footer-desc {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #919191;
  max-width: 520px;
  margin-bottom: 40px;
}

.contact-heading {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #919191;
  /* subtle label */
  text-transform: uppercase;
}

.contact-info {
  font-size: 13px;
  line-height: 1.7;
  color: #919191;
  margin-bottom: 10px;
}

.contact-info .label {
  font-weight: 600;
  color: #919191;
  /* or #000 for light mode */
  margin-right: 4px;
}

.footer-link {
  color: #919191;
  /* or #000 */
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}





    .faq-hero {
      padding: 110px 0 80px;
      background: linear-gradient(180deg, #f5efff 0%, #ffffff 100%);
      text-align: center;
    }

    .hero-badge {
      display: inline-block;
      background: #fff;
      padding: 8px 16px;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 700;
      color: #6d28d9;
      box-shadow: 0 6px 18px rgba(124, 58, 237, 0.08);
      margin-bottom: 20px;
    }

    .faq-hero h1 {
      font-size: 54px;
      font-weight: 800;
      line-height: 1.12;
      margin-bottom: 18px;
    }

    .faq-hero p {
      font-size: 17px;
      color: #666;
      max-width: 620px;
      margin: 0 auto 32px;
    }

    .search-box {
      max-width: 900px;
      margin: auto;
      background: #fff;
      border-radius: 14px;
      padding: 8px 18px;
      display: flex;
      align-items: center;
       box-shadow: 0 3px 9px rgb(30 20 60 / 19%);
    }

    .search-box input {
      border: none;
      outline: none;
      width: 100%;
      padding: 14px;
      font-size: 15px;
    }

    .faq-section {
      padding: 80px 0;
    }

    .category-tabs {
      display: flex;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 45px;
    }

    .category-tabs button {
      border: none;
      background: #f4f4f5;
      padding: 12px 22px;
      border-radius: 999px;
      font-weight: 600;
      color: #444;
      transition: 0.3s;
    }

    .category-tabs button.active,
    .category-tabs button:hover {
      background: #ede9fe;
      color: #6d28d9;
    }

    .faq-wrapper {
      max-width: 1024px;
      margin: auto;
    }

    .accordion-item {
      border: none;
      margin-bottom: 16px;
      border-radius: 14px !important;
      overflow: hidden;
      box-shadow: 0 3px 8px rgba(30, 20, 60, 0.08);
    }

    .accordion-button {
      padding: 22px 24px;
      font-weight: 700;
      font-size: 16px;
      background: #fff;
      color: #222;
    }

    .accordion-button:not(.collapsed) {
      background: #faf7ff;
      color: #6d28d9;
      box-shadow: none;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-body {
      color: #666;
      font-size: 15px;
      line-height: 1.7;
      padding: 0 24px 24px;
      background: #faf7ff;
    }

    .support-card {
    max-width: 1040px;
    margin: 77px auto 0;
    background: linear-gradient(135deg, #f5efff, #ffffff);
    border-radius: 18px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 3px 9px rgb(30 20 60 / 19%);
    }

    .support-card h2 {
      font-size: 34px;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .support-card p {
      color: #666;
      margin-bottom: 25px;
    }



    /* =========================
   Responsive
========================= */
@media (max-width: 991px) {
  .hero {
    padding-top: 55px;
  }

  .hero-art {
    margin-top: 50px;
  }

  .job-details-section {
    padding: 55px 18px 80px;
  }

  .sidebar {
    padding-left: 0;
    margin-top: 45px;
  }

  .cta-text {
    font-size: 40px;
  }

  .job-row-card,
  .job-card,
  .side-card {
    text-align: center;
  }
    .footer-headline {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .newsletter {
    margin-bottom: 45px;
  }

  .brand-text {
    letter-spacing: -1px;
    font-size: clamp(60px, 12vw, 250px);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  p,
  .job-desc,
  .form-subtitle,
  .upload-box p {
    font-size: 16px;
  }

  .form-title {
    font-size: 24px;
  }
        .faq-hero h1 {
        font-size: 38px;
      }

      .faq-hero {
        padding: 80px 0 55px;
      }

      .support-card {
        padding: 35px 22px;
      }
  .custom-navbar {
    top: 0px;
  }
}

@media (max-width: 575px) {
  .navbar-wrapper {
    padding:0;
  }

  .custom-navbar {
    padding: 11px;
    top: 0px;
  }

  .brand {
    font-size: 22px;
  }

  .brand small {
    font-size: 8px;
    letter-spacing: 6px;
    margin-left: 34px;
  }

  .logo-mark {
    width: 30px;
    height: 30px;
  }

  .hero {
    padding: 45px 18px;
  }

  .hero .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-hero {
    padding: 70px 18px;
  }

  .top-hero .hero-badge {
    font-size: 14px;
  }

  .gradient-btn,
  .outline-btn,
  .submit-btn {
    width: 100%;
    text-align: center;
  }

  .hero-art {
    min-height: 430px;
  }

  .blob {
    width: 300px;
    height: 300px;
    left: 20px;
    top: 100px;
  }

  .person-woman {
    width: 165px;
    left: 30px;
  }

  .person-man {
    width: 235px;
    right: 0;
    top: 140px;
  }

  .info-card {
    width: 230px;
    left: 25px;
    bottom: 20px;
    padding: 18px;
  }

  .speech {
    right: 30px;
    top: 80px;
    font-size: 14px;
  }

  .positions {
    padding: 60px 18px;
  }

  .job-details-section {
    padding: 45px 18px 70px;
  }

  .job-content h1 {
    margin-bottom: 28px;
  }

  .job-content li {
    font-size: 14px;
  }

  .application-section {
    padding: 42px 18px 60px;
  }

  .bottom-cta {
    min-height: 360px;
  }

  .cta-text {
    font-size: 30px;
  }

  .salary-box {
    border-left: none;
    min-height: 0;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: center;
  }

  .dark-btn {
    display: block;
    text-align: center;
    max-width: 125px;
    margin: 0 auto;
  }

  .job-row-card,
  .job-card,
  .side-card {
    text-align: center;
  }
   .footer-section {
    padding-top: 45px;
  }

  .footer-headline {
    font-size: 24px;
  }

  .legal-row {
    gap: 15px;
  }

  .brand-text {
    font-size: clamp(42px, 11vw, 80px);
    letter-spacing: -2px;
    margin-bottom: 0px;
  }

  .bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }
.brand-logo {
  width: 190px;
}
.navbar-toggler {
  padding: 1px 3px;
}

.gradient-btn {
  padding: 8px 11px;
}
}