 .goog-te-gadget-icon {
      display: none;
    }
    .goog-te-gadget-simple {
      background-color: transparent !important;
      font-family: "Nunito", sans-serif !important;
      border: 0 !important;
      font-size: 10pt;
      border-radius: 5px;
      font-weight: 700;
      display: inline-block;
      padding: 5px !important;
      cursor: pointer;
      zoom: 1;
    }
    .goog-te-gadget-simple span {
      color: #555186 !important;
    }
    .goog-te-combo {
      font-family: "Nunito", sans-serif !important;
      font-size: 10pt;
    }
    .goog-te-banner-frame {
      display: none !important;
    }
    .goog-te-banner-frame.skiptranslate,
    .goog-te-gadget-simple img {
      display: none !important;
    }
    .goog-tooltip {
      display: none !important;
    }
    .goog-tooltip:hover {
      display: none !important;
    }
    .goog-text-highlight {
      background-color: transparent !important;
      border: none !important;
      box-shadow: none !important;
    }
    #goog-gt-tt,
    .goog-te-balloon-frame {
      display: none !important;
    }
    body {
      top: 0px !important;
    }
    #jobs {
      background-color: #f8f9fa;
    }
    /* Style for hero section buttons */
    #hero .btn-get-started {
        margin-right: 15px;
    }
    #hero .btn-secondary-action {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    #hero .btn-secondary-action:hover {
        background: #fff;
        color: #1bb1dc;
    }
    #jobs.jobs-redesigned {
    background-color: #f8f9fa;
    padding-top: 100px; /* Give space for the wave */
}

/* --- Redesigned Job Card Section --- */
#jobs.jobs-redesigned {
    background-color: #f8f9fa;
    padding-top: 100px; /* Give space for the wave */
}

.job-card {
    border: 1px solid #e9ecef;
    border-top: 4px solid #1bb1dc; /* Accent color */
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-top-color: #2f5782;
}

.job-card .card-body {
    padding: 25px;
}

.job-card .card-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.job-card .card-meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #555;
    font-size: 15px;
}

.job-card .card-meta i {
    color: #1bb1dc;
    margin-right: 10px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.job-card .btn-apply {
    background: #1bb1dc;
    border: 0;
    font-weight: 600;
    width: 100%;
    padding: 12px 0;
    border-radius: 8px;
    transition: 0.3s;
}

.job-card .btn-apply:hover {
    background: #2f5782;
}

/* .location-badge {
    background-color: rgba(27, 177, 220, 0.1);
    color: #1bb1dc;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    float: right;
} */

/* form */

/* Form Container */
form.needs-validation {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Headings */
form.needs-validation h3 {
  font-weight: 700;
  color: #c82333; /* Airtel red shade */
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

/* Labels */
form.needs-validation .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

/* Inputs & Select */
form.needs-validation .form-control,
form.needs-validation .form-select {
  border-radius: 10px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

form.needs-validation .form-control:focus,
form.needs-validation .form-select:focus {
  border-color: #c82333;
  box-shadow: 0 0 0 0.2rem rgba(200, 35, 51, 0.25);
}

/* Radio & Checkboxes */
form.needs-validation .form-check-label {
  margin-left: 5px;
  font-weight: 500;
}

form.needs-validation .form-check-input:checked {
  background-color: #c82333;
  border-color: #c82333;
}

/* Button */
form.needs-validation .btn-submit {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  transition: all 0.3s ease;
}

form.needs-validation .btn-submit:hover {
  background-color: #a71d2a;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Error Messages */
form.needs-validation .invalid-feedback {
  font-size: 0.9rem;
  color: #dc3545;
  margin-top: 4px;
}


/* navbar */


navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #413e66;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #1bb1dc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1bb1dc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #413e66;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(45, 43, 70, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #413e66;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1bb1dc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1bb1dc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}