@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: "Lato", sans-serif;
  color: #444444;
  font-size: 1rem;
}

p {
  font-family: "Lato", sans-serif;
}

/* =========================
   CAROUSEL
========================= */

.carousel-item {
  height: 480px;
  position: relative;
  overflow: hidden;
}

/* IMAGE */
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  transform: scale(1.1);
  transition: transform 6s ease;
}

.carousel-item.active img {
  transform: scale(1);
}

/* HERO CONTENT */
.hero-content {
  position: absolute;
  top: 42%;
  left: 12%;
  transform: translateY(-50%);
  z-index: 5;

  width: 80%;
  text-align: left;
  color: #fff;

  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}

.hero-content .glass {
  padding-left: 40px;
  padding-right: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .hero-content .glass {
    padding-left: 0;
    padding-right: 0;
  }
}

.glass {
  position: relative;
  display: inline-block;
}

.glass .text-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    120deg,
    rgba(0, 76, 151, 0.45),
    rgba(0, 76, 151, 0.55),
    rgba(0, 76, 151, 0.25)
  );

  border-radius: 8px;
}

.glass .glass-inner {
  position: relative;
  z-index: 2;
  padding: 22px 30px;
}

.glass-inner p {
  font-size: 1.5rem;
}

.glass-inner h2 {
  font-weight: 600;
  font-style: italic;
}

/* =========================
   CAROUSEL INDICATORS (FIXED)
========================= */

#heroCarousel {
  position: relative;
}

.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 999 !important;

  display: flex;
  justify-content: center;
  gap: 8px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  opacity: 1;
  cursor: pointer;

  text-indent: -999px;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background: #fff;
  transform: scale(1.3);
}
#heroCarousel {
  position: relative;
}

.carousel-item img {
  z-index: 1;
}

.carousel-indicators {
  z-index: 999;
}


/* =========================
   CAREERS SECTION
========================= */

.careers-section {
  padding: 40px 0px;
}

.section-title {
  font-size: 2.4rem;
  color: #2d3e50;
  font-weight: 400;
  margin-bottom: 10px;
  font-style: italic;
}

.section-title strong {
  font-weight: 700;
}

.title-underline {
  width: 60px;
  height: 3px;
  background-color: #1f5fa9;
  margin: 15px auto 25px;
}

.section-subtitle {
  color: #1f5fa9;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-text {
  max-width: 720px;
  margin: 0 auto 15px;
  color: #6c7a89;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* =========================
   JOBS
========================= */

.jobs-section {
  background-color: #EFEFF0;
  padding: 40px 0px;
}

/* =========================
   GROWTH SECTION
========================= */

.growth-section {
  background-color: #ffffff;
  padding-top: 70px;
	 padding-bottom: 70px;
}

.split-img {
  border-radius: 4px;
  object-fit: cover;
}

.split-title {
  font-size: 2rem;
  color: #2d3e50;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px;
  font-style: italic;
}

.split-title strong {
  font-weight: 700;
}

.split-text {
  color: #6c7a89;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 20px;
}

/* BUTTON */
.btn-novus {
  background-color: #1f5fa9;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.btn-novus:hover {
  background-color: #174a82;
  color: #fff;
}

/* =========================
   PARALLAX
========================= */

.parallax-section {
  height: 350px;
  position: relative;
  background-image: url('/sites/novusholdings/image/jpeg/par.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.parallax-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 60, 0.65);
  z-index: 1;
}

.parallax-section .container {
  z-index: 2;
}

@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll;
  }
}

/* =========================
   LOGO SLIDER
========================= */

.logo-slider-section {
  background: #fff;
  padding: 40px 0;
  overflow: hidden;
}

.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: calc(200px * 20);
  animation: scrollLogos 30s linear infinite;
}

.logo-item {
  width: 200px;
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.logo-item img {
  max-width: 140px;
  max-height: 70px;
  object-fit: contain;
}

@keyframes scrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .logo-item {
    width: 140px;
    flex: 0 0 140px;
  }

  .logo-track {
    width: calc(140px * 20);
  }
}

/* =========================
   CTA + FOOTER
========================= */

.cta-section {
  background: #f5f6f7;
  padding: 60px 0;
}

.cta-section h3 {
  color: #2c5c8a;
  font-weight: 400;
  margin-bottom: 15px;
}

.cta-section p {
  color: #555;
}

.footer-bottom {
  background: #0f4c81;
  color: #fff;
  padding: 15px 0;
  font-size: 13px;
}

.footer-bottom a {
  color: #fff;
}

.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
}
.page-content {
    padding-bottom: 0rem !important;
}





/* FOOTER BOTTOM BAR */
.footer-bottom {
  background: #0f4c81;
  color: #fff;
  padding: 15px 0;
  font-size: 13px;
}

.footer-bottom a {
  color: #fff;
}
/* TOP SECTION */
.cv-register-section {
  background: #f2f3f5; /* light grey like screenshot */
  padding: 70px 20px;
}

.cv-title {
  font-size: 2.4rem;
  color: #2d3e50;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 15px;
}

.cv-subtitle {
  max-width: 720px;
  margin: 0 auto 20px;
  color: #6c7a89;
  font-size: 1rem;
  line-height: 1.6;
}

/* HELP SECTION (dark blue gradient) */
.help-section {
  background: linear-gradient(
    135deg,
    #1f3f66,
    #1f5fa9
  );
  padding: 50px 20px;
  color: #fff;
}

.help-title {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
}

.help-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

.help-text a {
  color: #fff;
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .cv-title {
    font-size: 1.8rem;
  }

  .help-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: center;
  }

  .help-text {
    text-align: center;
  }
}

.page-content {
    padding-bottom: 0rem;
}


.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 16px;
}