body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: #f8f9fa;
  color: #1e2833;
  min-height: 100vh;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}


/* Main links */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-brand img {
  height: 32px;
  margin-right: 8px;
}
.nav-brand-name {
  font-size: 16px;
  color: #0272cb;
  font-weight: 600;
  margin-left: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
}

/* Custom Hamburger Icon */
.navbar-toggler .bi-list {
  color: #647CFF;
  transition: color 0.16s;
}
.navbar-toggler:active .bi-list,
.navbar-toggler:focus .bi-list {
  color: #0015ff;
}

/* Center nav and gap on desktop */
@media (min-width: 992px) {
  .navbar-nav {
    justify-content: center;
    width: 100%;
    gap: 24px;
  }
  .navbar-collapse {
    justify-content: center;
  }
}
@media (max-width:991px) {
  .navbar-nav {
    gap: 0;
  }
  .demo-btn { width: 100%; margin-top: 1rem; }
}

/* Nav link styling */
.navbar-nav .nav-link {
  padding-right: 1rem;
  color: #333;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-link.active, .nav-link:active {
  color: #0272cb !important;   /* Use your brand blue */
  font-weight: bold;
}

/* Dropdown styling */
.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(100,124,255,0.07);
  border: 1px solid #e5e5e5;
  min-width: 230px;
}
.dropdown-item {
  font-size: 0.98rem;
  transition: background 0.1s, color 0.2s;
}
.dropdown-item:hover {
  background: #647CFF;
  color: #fff;
}

/* CTA Button */
.demo-btn {
  white-space: nowrap;
  background: #ff8800;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  padding: 0.7rem 2.1rem;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(255,136,0,0.14);
  letter-spacing: 0.01em;
  display: inline-block;
  vertical-align: middle;
}
.demo-btn:hover, .demo-btn:focus {
  background: #ff7100;
  color: #fff;
  box-shadow: 0 2px 10px rgba(255,136,0,0.18);
}

.navbar {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width:700px) {
  .navbar {
    flex-direction: column;
    height: auto;
    padding: 14px;
  }
}

.nav-links ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

    .navbar-brand img {
      height: 32px;
      margin-right: 8px;
    }
    .btn-primary {
      background: #647CFF;
      border-radius: 32px;
      font-weight: 600;
      border:none;
    }
    .btn-primary:hover {
      background: #57C54C;
      color: #fff;
    }
    @media (max-width: 991px) {
      .btn-primary { width: 100%; margin-top: 1rem; }
    }
    /* Custom menu spacing */
    .navbar-nav .nav-link {
      padding-right: 1rem;
    }
    /* Center nav and set gap on desktop */
@media (min-width: 992px) {
  .navbar-nav {
    justify-content: center;
    width: 100%;
    gap: 24px;
  }
  .navbar-collapse {
    justify-content: center;
  }
}
@media (max-width:991px) {
  .navbar-nav {
    gap: 0;
  }
}
.demo-btn {
  white-space: nowrap;
  background: #ff8800;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
text-decoration: none;
  padding: 0.7rem 2.1rem;
  transition: background 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 6px rgba(255,136,0,0.14);
  letter-spacing: 0.01em;
  display: inline-block; /* Prevent block wrapping */
  vertical-align: middle;
}
.demo-btn:hover, .demo-btn:focus {
  background: #ff7100;
  color: #fff;
  box-shadow: 0 2px 10px rgba(255,136,0,0.18);
}


/* Career Main Container and Heading */
.career-main {
  margin-top: 90px;
  padding: 48px 16px 32px 16px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
  margin-top: 100px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 30px rgba(36,72,97,0.07);
}
.career-main h1 {
  color: #0866a0;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}
.career-desc {
  color: #1e2833;
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 36px auto;
  text-align: center;
  line-height: 1.7;
}

/* ---------- CAREER ROLES ---------- */
.career-roles {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 14px;
}
.career-role {
  background: #f8faff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(36,72,97,0.07);
  padding: 28px 24px 14px 24px;
  transition: box-shadow 0.2s;
  position: relative;
}
.career-role-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.career-role-title {
  color: #005188;
  font-weight: bold;
  font-size: 1.35rem;
}
.career-role-actions {
  display: flex;
  gap: 14px;
}
.btn-blue, .btn-outline {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-blue {
  background: #1472e3;
  color: #fff;
  transition: background 0.18s;
}
.btn-blue:hover, .btn-blue:focus { background: #0866a0; color: #fff;}
.btn-outline {
  background: transparent;
  color: #1472e3;
  border: 2px solid #1472e3;
  transition: background 0.18s, color 0.18s;
}
.btn-outline:hover, .btn-outline:focus { background: #1472e3; color: #fff;}
.career-extra-info {
  margin-top: 19px;
  margin-bottom: 6px;
  font-size: 1.04rem;
  background: #e6effe;
  padding: 18px 16px;
  border-radius: 10px;
  display: none;
  animation: fadeIn 0.38s;
}
.career-extra-info.active {
  display: block;
}
.career-extra-info ul { margin: 8px 0 10px 18px; padding: 0; color: #333;}
.career-extra-info li { margin-bottom: 6px;}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-8px);}
  to { opacity: 1; transform: translateY(0);}
}

/* ---------- APPLY BAR ---------- */
.apply-bar {
  width: 100vw;
  background: #1267b3;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
/* ---------- FORM OVERLAY ---------- */
.form-overlay {
  position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1999;
}
.career-form-card {
  background: #0272cb;
  padding: 32px;
  border-radius: 12px;
  width: 400px;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 32px rgba(2,114,203,0.15);
}
.career-form-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.form-row {
  display: flex;
  gap: 16px;
}
.career-form-card input[type="text"],
.career-form-card input[type="email"] {
  background: #fff;
  color: #333;
  border-radius: 5px;
  padding: 12px;
  border: none;
  width: 100%;
  font-size: 1rem;
}
.career-form-card input[type="file"] {
  background: #fff;
  color: #333;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 1rem;
}
.submit-btn {
  background: orange;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 14px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  margin-top: 8px;
  font-weight: bold;
}
.submit-btn:hover { background: #e5900c; }
.close-btn {
  position: absolute;
  top: 10px;
  right: 18px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
}
.close-btn:hover { color: #ffdf99; }

/* Add this to your existing CSS file/block */
.career-form-card select {
    background: #fff;
    color: #333;
    border-radius: 5px;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 1rem;
    height: 48px; /* To match the height of text inputs */
}

/* Ensure the two experience selects fit in a row */
#experience-fields select {
    flex: 1; /* Allows them to take up equal space in the form-row */
}

/* Style for file input to look similar to others */
.career-form-card input[type="file"] {
    background: #fff;
    color: #333;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
    border: none;
    font-size: 1rem;
}

/* Add/Modify these styles in your existing CSS */

.input-title {
    color: #fcfcfc; /* Light color for contrast with blue background */
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 4px; /* Space above the title */
    margin-bottom: -10px; /* Reduces space between title and the next element (form-row) */
    display: block; /* Ensures it takes up full width */
}

/* Container for Phone Number Input */
.phone-input-container {
    display: flex;
    gap: 0; /* Ensures no gap between country code and input */
}

/* Styling for the Country Code (+91) */
.country-code {
    background: #fff;
    color: #333;
    border-radius: 5px 0 0 5px; /* Round only on the left side */
    padding: 12px;
    font-size: 1rem;
    border: none;
    line-height: 1; /* Match text height */
    align-self: stretch; /* Stretch vertically to match input height */
    display: flex;
    align-items: center;
    font-weight: 500;
}

/* Styling for the actual Phone Number Input */
.phone-input-container input[type="tel"] {
    /* Override existing input styling to adjust borders */
    background: #fff;
    color: #333;
    border-radius: 0 5px 5px 0; /* Round only on the right side */
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 1rem;
}

/* Styling for the Notice Period dropdowns - Reusing the form-row style */
#notice-period-fields select {
    /* Reusing the styling added in the previous step */
    flex: 1; 
    background: #fff;
    color: #333;
    border-radius: 5px;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 1rem;
    height: 48px; /* Consistent height */
}
/* FOOTER styles */
.footer-new {
  background: linear-gradient(180deg, #3A5F79 0%, #233441 100%);
  font-size: 15px;
  padding: 0;
  margin: 0;
  border: none;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

/* Layout main row */
.footer-new-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 34px 26px 10px 26px;
  justify-content: space-between;
  align-items: flex-start;
}

/* Brand, left column */
.footer-brand {
  min-width: 240px;
  flex: 1.7 1 300px;
  margin-right: 44px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-logo-img {
  height: 36px;
  width: auto;
  vertical-align: middle;
}
.footer-brand-name {
  font-size: 2.1rem;
  color: #b8dafd;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.footer-brand-desc {
  font-size: 1.09rem;
  color: #e6f8ff;
  margin: 14px 0 2px 0;
  line-height: 1.6;
}
.footer-contact-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.09rem;
  color: #fff;
  font-weight: 500;
}
.footer-contact-item svg { flex-shrink: 0; }

/* Footer links */
.footer-links-row {
  display: flex;
  flex: 4 1 0%;
  gap: 44px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}
.footer-links-col {
  min-width: 150px;
  flex: 1 1 0;
}
.footer-links-col h4 {
  color: #fff;
  font-size: 1.13rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.footer-links-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links-col ul li {
  margin-bottom: 8px;
}
.footer-links-col ul li a {
  color: #d7e8f7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}
.footer-links-col ul li a:hover {
  color: #ff7700;
  text-decoration: underline;
}

/* Divider line */
.footer-divider {
  width: 100vw;
  height: 1.5px;
  background: #959595;
  margin-top: 16px;
  border: none;
  display: block;
  position: relative;
}

/* Address bar */
.footer-addresses-row {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding: 30px 0;
  background: transparent;
}
.footer-address-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 180px;
  max-width: 300px;
  margin: 0 22px;
  font-size: 1rem;
}
.footer-address-title {
  color: #ff7700;
  font-weight: bold;
  font-size: 1.06rem;
  margin-bottom: 2px;
}
.footer-address-info {
  color: #fff;
  line-height: 1.5;
  font-size: 0.97rem;
}
.footer-address-divider {
  display: inline-block;
  height: 90px;
  width: 1.7px;
  background: #f9f9f9;
  margin: 0 24px;
  align-self: center;
  border-radius: 2px;
}

/* Footer bar bottom */
.footer-new-bar {
  width: 100%;
  background: none;
  color: #d7e8f7;
  font-size: 15px;
  padding: 18px 0 10px 0;
  letter-spacing: 0.01em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
    gap: 4px;
}
.footer-brand-highlight {
  color: #ff7700;
  font-weight: bold;
}

/* --- RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 1100px) {
  .footer-new-main {
    flex-direction: column;
    gap: 24px;
    padding: 34px 20px 0 20px;
    align-items: flex-start;
  }
  .footer-brand {
    margin-right: 0;
  }
  .footer-links-row {
    flex-direction: column;
    gap: 22px;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .footer-brand-name { font-size: 1.25rem; }
  .footer-new-main { padding: 22px 0 0 0; }
  .footer-links-col h4 { font-size: 15px; margin-bottom: 10px; }
  .footer-address-title { font-size: 1rem; }
  .footer-address-info { font-size: 0.97rem; }
  .footer-brand-desc { font-size: 0.94rem; }
  .footer-new-bar { font-size: 15px; }
}
@media (max-width: 700px) {
  .footer-new {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .footer-new-main {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 16px 0 0 0 !important;
    padding-bottom: 0 !important;
  }
  .footer-brand {
    margin-bottom: 0 !important;
    padding-bottom: 24px !important;
    flex: initial !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .footer-links-row {
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .footer-addresses-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 17px !important;
    padding: 18px 0 8px 0 !important;
  }
  .footer-address-divider {
    display: none !important;
  }
  .footer-address-block {
    margin: 5px 0 !important;
    max-width: 95vw !important;
  }
}


