.navbar {
  background-color: #26A69A;
  padding: 15px 0;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand .navbar-logo {
  height: 60px;
  width: 105px;
}
.navbar .nav-link {
  color: #ffffff;
  padding: 15px 20px;
}
.navbar .nav-link:hover {
  color: #174C61;
}
.navbar .form-select {
  display: flex;
  align-items: center;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #ffffff;
}
.navbar .form-select i {
  margin-right: 8px;
}
.navbar .navbar-toggler-icon {
  filter: none;
}

.flag-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

footer {
  background-color: #174C61;
  color: #ffffff;
  padding: 40px 0;
}
footer h5 {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
footer ul.list-unstyled li {
  margin-bottom: 10px;
}
footer ul.list-unstyled a {
  color: #ffffff;
  text-decoration: none;
}
footer ul.list-unstyled a:hover {
  color: #cccccc;
}
footer .d-flex li a {
  font-size: 1.5rem;
  color: #ffffff;
}
footer .d-flex li a:hover {
  color: #cccccc;
}
footer i {
  margin-right: 8px;
}

/* Form and button styling with accent color */
.form-label i {
  margin-right: 8px;
}

.btn {
  background-color: #FF5722;
  border-color: #FF5722;
  color: #ffffff;
}
.btn:hover {
  background-color: rgb(238, 57.0769230769, 0);
  border-color: rgb(238, 57.0769230769, 0);
}

.btn i {
  margin-right: 8px;
}

/* Full-Width Content with Page Header and Sections */
.full-width-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.carousel-section {
  width: 100%;
}
.carousel-section .carousel {
  margin-bottom: -20px;
}
.carousel-section .carousel img {
  object-fit: cover;
  height: 400px;
  width: 100%;
}

.page-header {
  width: 100%;
}
.page-header img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

.content-section {
  padding: 60px 0;
}
.content-section h2 {
  color: #ffffff; /* Default heading color for colored sections */
}
.content-section .container {
  max-width: 1200px; /* Limit container width for readability */
}
.content-section p {
  text-align: left; /* Justify text left */
  margin-bottom: 1rem; /* Space below paragraph */
}

/* Home Page Sections */
.section-1 {
  background-color: #174C61;
  color: #ffffff; /* White text for contrast */
}

.section-2 {
  background-color: #eb4587;
  color: #ffffff; /* White text for contrast */
}

.section-3 {
  background-color: #ffffff;
  color: #333333; /* Dark text for contrast on white */
  padding-bottom: 0; /* Remove bottom padding to eliminate gap */
  margin-bottom: 0; /* Ensure no margin */
}
.section-3 h2 {
  color: #333333; /* Dark text for headings */
}
.section-3 .container {
  margin-bottom: 0; /* Remove container margin */
  padding-bottom: 0; /* Remove container padding */
}
.section-3 .row {
  margin-bottom: 0; /* Remove Bootstrap row negative margin */
}

/* Pages with White Content Sections (e.g., About, Services, Staff) */
.content-section-white {
  background-color: #ffffff;
  color: #333333; /* Dark text for contrast on white */
  padding-bottom: 0; /* Remove bottom padding to eliminate gap */
  margin-bottom: 0; /* Ensure no margin */
}
.content-section-white h2 {
  color: #333333; /* Dark text for headings */
}
.content-section-white .container {
  margin-bottom: 0; /* Remove container margin */
  padding-bottom: 0; /* Remove container padding */
}
.content-section-white .row {
  margin-bottom: 0; /* Remove Bootstrap row negative margin */
}

/* Services Page Card Styling */
.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.card:hover {
  transform: translateY(-5px);
}
.card .card-img-top {
  object-fit: cover;
  height: 200px;
}
.card .card-body {
  padding: 1.5rem;
}
.card .card-title {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.card .card-text {
  text-align: justify;
}

/* Staff Page Profile Styling */
.staff-profile {
  padding: 1.5rem;
  background-color: #f8f9fa; /* Light gray background for contrast */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.staff-profile:hover {
  transform: translateY(-5px);
}
.staff-profile img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.staff-profile .staff-name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.staff-profile .staff-title {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}
.staff-profile .staff-bio {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.staff-profile .staff-links a {
  display: inline-block;
  margin: 0 0.5rem;
  color: #FF5722;
  text-decoration: none;
}
.staff-profile .staff-links a:hover {
  color: rgb(238, 57.0769230769, 0);
  text-decoration: underline;
}

/* Ensure footer has no top spacing */
footer {
  margin-top: 0;
  padding-top: 40px;
}

/*Page Headings*/
.top-bar-header {
  background-color: #174C61;
  height: 100px;
}

.top-bar-header-lower {
  background-color: #d0d0d0;
}

body {
  background-color: #ffffff;
  min-height: 100vh; /* Full viewport height */
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1; /* Fills available space, pushing footer down */
}

footer {
  flex-shrink: 0; /* Prevents footer from shrinking */
}

/*# sourceMappingURL=custom.css.map */
