/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Times New Roman", Times,serif;
  line-height: 1.5;
  background: #1e3a5f;
  color: white;
}

header {
  background-color: #1e3a5f;
  text-align: center;
 
}

}
 h3, h5  {
	text-align: center;
}
h3,h5{
	text-align: center;
}

.slider {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  margin-bottom: 20px;
}

.slides img {
  width: 100%;
  display: none;
}

  display: block;
}

.about {
  padding: 20px 0;
  max-width: 600px;
  margin: auto;
  margin-top: 40px;
}
.testimonials {
  color: #ffffff;
  padding: 40px 20px;
  text-align: center;
}

.testimonials h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.swiper {
  width: 100%;
  max-width: 800px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}


.testimonial-card {
  background: rgba(255, 255, 255, 0.05); /* Slight contrast */
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  font-style: italic;
  text-align: center;
}

.testimonial-card p {
  color: #ffffff;
}

  

.testimonial-card h4 {
  font-weight: normal;
  color: #dddddd;
  margin-top: 15px;
}

/* Swiper navigation and pagination */
.swiper-button-next,
.swiper-button-prev {
  
}

.swiper-pagination-bullet {
 
}


img {
	width:100%;
	height: auto;
}
h2  {
      text-align: center;
}	  
body {
      font-family: Arial, sans-serif;
      margin: 40px;
}
  

footer {
  background: #1e3a5f;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}
}
