/* General Styles */
body {
font: 16px / 28px "Poppins", sans-serif;
color: #333333;
font-style: normal;
font-weight: 400;
position: relative;
}

footer a {
color: #ffa600;
text-decoration: none;
font-weight: 600;
}

img.logo {
width: 350px;
height: auto;
}

a.logo img {
display: block;
}

.navbar-default {
border: none;
background: #0741ad;
margin-bottom: 0px;
padding: 12px 0;
}

.navbar-default .navbar-nav {
margin-top: 10px;
}

.navbar-default .navbar-nav>li {
margin-left: 10px;
}

.navbar-default .navbar-nav>li>a {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-size: 17px;
color: #fff;
text-transform: uppercase;
padding-bottom: 24px;
}

/* Hero Section */
header {
background: url('slide1.jpeg') no-repeat center center fixed;
background-size: cover;
color: white;
height: 70vh;
/* Adjusted to 70% of the screen height */
display: flex;
align-items: center;
justify-content: flex-end;
text-align: left;
position: relative;
padding: 0;
}

header::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
}

header .container {
position: relative;
z-index: 2;
}

header .hero-callout {
background: rgba(0, 0, 0, 0.7);
padding: 4rem 2rem;
border-radius: 10px;
text-align: center;
}

header h1 {
font-size: 5rem;
line-height: 66px;
font-weight: 900;
color: #ffffff;
text-transform: uppercase;
font-family: "Lato", sans-serif;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

header p {
font-size: 1.25rem;
}

span.emphasis {
border-bottom: 5px solid #ffa600;
}   

button.btn-theme {
border: 0px;
background: #ffa600;
color: #ffffff;
display: inline-block;
line-height: 32px;
font-size: 18px;
font-weight: 600;
padding: 16px 36px;
position: relative;
text-transform: uppercase;
transition: all 0.5s ease-out;
margin-bottom: 0;
letter-spacing: 0em;
overflow: hidden;
border-radius: 0px;
background-clip: padding-box;
}

section#about {
background: #fff;
}

section#programs,
section#impact,
section#testimonials,
section#team,
section#contact,
section#client-carousel {
padding: 8rem;
}

section#testimonials .testimonials-callout {
border: 0px solid transparent;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
background: #0741ad;
padding: 2rem;
border-radius: 10px;
}

section#about .about-block {
padding: 4rem 0;
background: #fff;
display: flex;
/* Enable flexbox */
justify-content: center;
/* Center horizontally */
align-items: center;
/* Center vertically */
min-height: 660px;
}

section#about h2.callout,
section#programs h2.callout,
section#impact h2.callout,
section#testimonials h2.callout,
section#team h2.callout,
section#contact h2.callout,
section#client-carousel h2.callout {
font-weight: 800;
font-size: 3rem;
line-height: 4rem;
letter-spacing: 0.01em;
color: #2a2a2a;
text-transform: uppercase;
}

section#testimonials h2.callout {
font-size: 2.75rem;
color: #fff;
}

section#contact {
margin-bottom: 4rem;
}

section#about .about-text {
width: 50%;
margin: 0 auto;
color: #2a2a2a;
font-family: "Poppins", sans-serif;
font-size: 1.25rem;
}

section#programs .program-text,
section#impact .impact-text,
section#testimonials .testimonials-text,
section#contact .contact-text,
section#team .team-text {
color: #2a2a2a;
font-family: "Poppins", sans-serif;
font-size: 1.25rem;
}

section#testimonials .testimonials-text {
color: #fff;
}

section#about .about-img {
background-image: url('mission3.jpeg');
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
overflow: hidden;
}

section#programs {
background: #edf0f2 !important;
}

section#impact {
background-color: #fff;
}

section#programs .programs-callout {
background: #edf0f2 !important;
}

/* Cards */
.card {
margin-top: 3rem;
border: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease-in-out;
display: flex;
/* Ensure the card is a flex container */
flex-direction: column;
/* Stack elements vertically */
height: 100%;
/* Ensure the card takes up the full height of its container */
}

.card-body {
flex-grow: 1;
/* Allow card body to grow and fill available space */
}

.card-img-top {
height: 300px;
object-fit: cover;
}

.card:hover {
transform: translateY(-5px);
}

h5.card-title {
font-size: 1.5rem;
font-weight: 600;
}

p.card-text {
font-size: 1.15rem;
font-weight: 400;
}

/* Testimonials Section */
#testimonials {
background-color: #f8f9fa;
}

blockquote {
font-size: 1.25rem;
font-style: italic;
font-weight: 600;
margin: 0 auto;
max-width: 680px;
color: #fff;
}

blockquote footer {
font-size: 1rem;
color: #333333;
margin-top: 10px;
}

.carousel-inner {
padding: 20px;
}

.carousel-item {
text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: transparent;
color: #0741ad;
}

/* Form Styling */
.form-container {
background-color: #edf0f2 !important;
padding: 30px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-label {
font-weight: 600;
font-size: 1.1rem;
}

.form-group {
margin-bottom: 20px;
}

.form-control {
border-radius: 5px;
border: 1px solid #ddd;
padding: 12px;
font-size: 1rem;
}

.form-check-label {
font-size: 1rem;
}

.form-check-input {
margin-right: 10px;
}

.btn-primary {
background-color: #0741ad;
border: none;
padding: 12px 30px;
font-size: 1.25rem;
font-weight: 700;
border-radius: 30px;
transition: background-color 0.3s ease;
}

.btn-primary:hover {
background-color: #0741ad;
}

.text-danger {
font-size: 1.1rem;
}

@media (max-width: 767px) {
.form-container {
  padding: 1rem;
}
}

/* Team Section Styling */
.team-member {
background-color: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
transition: transform 0.2s ease-in-out;
display: flex;
/* Ensure the card is a flex container */
flex-direction: column;
/* Stack elements vertically */
height: 100%;
/* Ensure the card takes up the full height of its container */
}

.team-member:hover {
transform: translateY(-5px);
}

.team-image {
margin-bottom: 20px;
}

.team-name {
font-size: 1.75rem;
font-weight: 700;
color: #333333;
}

.team-bio {
font-size: 1.1rem;
color: #555555;
}

h3.team-quote {
font-size: 1.5rem;
font-style: italic;
/* Makes the text italic */
color: #555;
/* Lighter color for a more subtle look */
position: relative;
/* To position the quote marks */
padding-left: 40px;
/* Adds space for the left quote mark */
margin-bottom: 20px;
/* Adds space below the quote */
}

div.highlight {
border-bottom: 10px solid #0741ad;
margin: 0 auto;
margin-bottom: 2rem;
width: 100px;
}

@media (max-width: 767px) {
.team-member {
  padding: 1rem;
}

.team-name {
  font-size: 1.5rem;
}

.team-bio {
  font-size: 1rem;
}
}

/* Mobile Styles */
@media (max-width: 767px) {

header {
  height: auto;
}

header .hero-callout {
  border-radius: 0;
}

header h1 {
  font-size: 2.5rem;
}

header p {
  font-size: 1rem;
}

.card-img-top {
  height: 200px;
}

.card-body {
  padding: 1rem;
}

.card-title {
  font-size: 1.25rem;
}

.form-container {
  padding: 20px;
}

.team-member {
  padding: 15px;
}

.team-name {
  font-size: 1.5rem;
}

.team-bio {
  font-size: 1rem;
}

section#about .about-text {
  width: 100%;
}

section#about .about-block {
  padding: 2rem;
  min-height: 500px;
}

.navbar-nav {
  flex-direction: column;
  text-align: center;
}

.navbar-toggler {
  margin-left: auto;
}

.carousel-item blockquote {
  font-size: 1rem;
}

section#programs,
section#impact,
section#testimonials,
section#team,
section#contact,
section#client-carousel {
  padding: 2rem 1rem;
}

.card {
  height: auto;
}

section#testimonials {
  height: auto;
}
}

/* Parallax Section */
.parallax {
background: url('https://via.placeholder.com/1920x400') no-repeat center center fixed;
background-size: cover;
height: 400px;
position: relative;
}

/* Footer */
footer {
background-color: #333;
color: white;
padding: 5rem 0;
}