  /* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }

  .carousel-caption {
    top: 150px;
    bottom: 0px;

  }

  /**********************
  /***** Services *******
  /*********************/

  section {
    padding: 60px 0;
  }

  section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
  }

  #what-we-do {
    background: #ffffff;
  }

  #what-we-do .card {
    padding: 1rem !important;
    border: none;
    margin-bottom: 1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
  }

  #what-we-do .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  }

  #what-we-do .card .card-block {
    padding-left: 50px;
    position: relative;
  }

  #what-we-do .card .card-block a {
    color: #007b5e !important;
    font-weight: 700;
    text-decoration: none;
  }

  #what-we-do .card .card-block a i {
    display: none;

  }

  #what-we-do .card:hover .card-block a i {
    display: inline-block;
    font-weight: 700;

  }

  #what-we-do .card .card-block:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
  }

  .button {
    border-radius: 4px;
    border: none;
    color: black;
    text-align: center;
    font-size: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
  }

  .learn-button {
    border-radius: 36px;
    border: none;
    color: black;
    background-color: #fff;
    text-align: center;
    font-size: 17px;
    width: 174px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 9px 14px;
  }

  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .button:hover span {
    padding-right: 25px;
  }

  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

  .nav-link {
    color: black;
    background-color: #03045E;
    margin-left: 1em;
    margin-right: 1em;
  }

  nav {
    background-color: #03045E;

  }

  #topnav {
    background-color: #F8F9FA;
  }

  .jumbotron {
    background-image: url("../images/home/beach.jpg");
    background-size: 2000px 600px;
    height: 600px;
    color: white;
  }

  .carouselsection {
    background-image: url("https://www.training.com.au/wp-content/uploads/travel-and-tourism-courses-copy.jpg");
    background-size: cover;
    height: 500px;
  }

  /* Search */

  .search-box {
    background: #48CAE4 !important;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 100%;
    padding: 30px;
    margin: 30px auto;
  }

  .search-box h2 {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
  }

  ul.suggestions {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
  }

  ul.suggestions li {
    padding: 8px 10px;
    cursor: pointer;
  }

  ul.suggestions li:hover {
    background: #f0f0f0;
  }


  /* Footer */
  @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

  section {
    padding: 60px 0;
  }

  section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
  }

  #footer {
    background-color: #03045E;
    /* Federal Blue */
    color: #ffffff;
    /* Light Cyan text */
    padding: 60px;
  }

  #footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
  }

  #footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }

  #footer ul.social li {
    padding: 3px 0;
  }

  #footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
  }

  #footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
  }

  #footer ul.social li a,
  #footer ul.quick-links li a {
    color: #ffffff;
  }

  #footer ul.social li a:hover {
    color: #eeeeee;
  }

  #footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
  }

  #footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
  }

  #footer ul.quick-links li a i {
    margin-right: 5px;
  }

  #footer ul.quick-links li:hover a i {
    font-weight: 700;
  }

  .form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
  }

  .form-footer input[type="submit"] {
    border: none;
    background: #232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
  }

  .sign-out {
    margin: 60px 0px !important;
  }

  .float-end {
    float: right !important;
  }

  .responsive-img {
    width: 100%;
    height: auto;
    display: block;
  }

  body.loading {
    pointer-events: none;
    user-select: none;
  }

  .loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .loader-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  /* Spinner */
  .spinner {
    width: 60px;
    height: 60px;
    border: 5px solid #ddd;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    background: transparent;
    z-index: 10000;
    /* Ensure spinner stays above blur */
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  .btn-primary {
    background-color: #0b3d91;
    color: #ffffff;
  }

  .text-primary {
    color: #0b3d91 !important;
    /* darker blue, better contrast */
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .heading-2 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  @media (max-width:767px) {
    #footer h5 {
      padding-left: 0;
      border-left: transparent;
      padding-bottom: 0px;
      margin-bottom: 10px;
    }
  }