@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');



h1, h2, h3, h4 {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
	  
}

.listingcard-title {
   color: #172C54;
	font-weight: 700;
}

.page-content-container h2 {
	   color: #172C54;
	font-weight: 700;
	
	
}


p {
    font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
}




.blurb {
    background-color: #172C54;
    color: #ffffff;
    text-align: center;
}
.card-title {
  color: #172C54;
}
p.card-text {
    color: #172C54;
	    min-height: 122px;
}
.footer {
    background-color: #00927B;
    color: #ffffff;
    text-align: center;
}

.positions_button {
    background-color: #00927B;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}

.positions_button:hover{
    background-color: #172C54;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}

/* ===== Carousel Base ===== */
/* ===== Carousel Base ===== */
.carousel-item {
  height: 60vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* ===== Overlay ===== */
.carousel-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 157px;

}

/* ===== Text ===== */
.carousel-text {
  color: white;
  max-width: 500px;
}

/* ===== Indicators ===== */
.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li {
  background-color: white;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators .active {
  opacity: 1;
}

/* ===== Arrows ===== */
.carousel-control-prev {
  left: 0px;
}

.carousel-control-next {
  right: 20px;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {
  .carousel-overlay {
    padding-left: 80px;
  }

  .carousel-text h2 {
    font-size: 1.6rem;
  }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .carousel-item {
    height: 70vh;
    background-position: center top; /* KEY FIX */
  }

  .carousel-overlay {
    padding: 20px;
    justify-content: center;
    text-align: center;
    
  }

  .carousel-text {
    max-width: 100%;
  }

  .carousel-text h2 {
    font-size: 1.4rem;
  }

  .carousel-text p {
    font-size: 0.95rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
.carousel {
    position: relative;
    background-color:#172C54;
}
/* ===== Font Fix ===== */
.bigfont {
  font-size: 3rem;
}

.carofont {
	
    color: #ffffff;
  font-size: 2rem;
}

.bigfont {
	
    color: #ffffff;
font-size: 3rem;	
	
}

.carofont {
font-size:  2rem;
	
}
.whitetext
{color:#ffffff !important}
.backwhite {background-color: #fff}
.greyback {    background-color: #EDEDED;}

.footer-section {
  background-color:  #172C54; /* dark blue */
  color: #ffffff;
}

.footer-title {
  font-weight: 600;
}

.footer-text {
  color: #d6e0f0;
  line-height: 1.6;
}

.underline {
  width: 40px;
  height: 3px;
  background-color: #00927b; /* green accent */
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

/* Make ALL icons consistent */
.social-icons i,
.social-icons svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

/* SVG specific tweak (this is the key) */
.icon-x {
  fill: currentColor;
  transform: scale(0.9); /* adjust between 0.85–1 if needed */
}

/* Hover */
.social-icons a:hover {
  background-color: #00927b; /* green */
  border-color: #00927b;
  color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00927b !important;
    border-color: #00927b !important;
}

    .hero-bannerct {
      position: relative;
      width: 100%;
      min-height: 400px;
      background: url("/sites/agsa/image/jpeg/gradbanner.jpg") center center / cover no-repeat;
      display: flex;
      align-items: center;
      color: #fff;
    }

    .hero-contentct {
      position: relative;
      z-index: 2;
      max-width: 500px;
    }

    .hero-contentct h2 {
      font-size: 28px;
      line-height: 1.4;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .hero-bannerct {
        min-height: 300px;
        padding: 20px;
      }

      .hero-bannerct::before {
        width: 100%;
      }

      .hero-contentct h2 {
        font-size: 22px;
      }
    }




  .hero-bannerpt {
      position: relative;
      width: 100%;
      min-height: 400px;
      background: url("/sites/agsa/image/jpeg/gradbanner.jpg") center center / cover no-repeat;
      display: flex;
      align-items: center;
      color: #fff;
    }



    .hero-contentpt {
      position: relative;
      z-index: 2;
      max-width: 500px;
    }

    .hero-contentpt h2 {
      font-size: 28px;
      line-height: 1.4;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .hero-bannerpt {
        min-height: 300px;
        padding: 20px;
      }

      .hero-bannerpt::before {
        width: 100%;
      }

      .hero-contentpt h2 {
        font-size: 22px;
      }
    }

  .hero-bannerlife {
      position: relative;
      width: 100%;
      min-height: 400px;
      background: url("/sites/agsa/image/jpeg/lifeat.jpg") center center / cover no-repeat;
      display: flex;
      align-items: center;
     
    }
.hero-contentlife {
      position: relative;
      z-index: 2;
      max-width: 500px;
    }

  

    @media (max-width: 768px) {
      .hero-bannerlife {
        min-height: 300px;
       padding-right: 80px;
      }

      .hero-bannerlife::before {
        width: 100%;
      }

      .hero-contentlife h2 {
        font-size: 22px;
      }
    }

.navbar-nav li a[href*="graduates"] {
  display: none !important;
}

.navbar-nav li:has(> a[href*="graduates"]) {
  display: none !important;
}
.navbar-nav li a[href*="bursaries"] {
  display: none !important;
}

.navbar-nav li:has(> a[href*="bursaries"]) {
  display: none !important;
}
.navbar-nav a.main-navigation-recruiters {
  display: none !important;
}

.navbar-nav li:has(> a.main-navigation-recruiters) {
  display: none !important;
}


.faq-header-image {
    background-image: url(/sites/agsa/image/jpeg/background_help.jpg)!important;
background-size: cover;
	    background-position-y: top !important;
}
.faq-header h2.primary {
    color: #ffffff;
}

.faq-header p {
    color: #ffffff;
}

