@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", "Poppins", Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.hero {
  background: linear-gradient(to right, #007bff, #0056b3);
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.cta-buttons .btn {
  background: white;
  color: #0056b3;
  padding: 10px 20px;
  margin: 5px;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.cta-buttons .btn:hover {
  background: #ddd;
}

section {
  padding: 40px 20px;
  text-align: center;
}

section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #0056b3;
}

section p,
ul {
  font-size: 1rem;
  color: #333;
}

ul li {
  margin: 10px 0;
}

.contact form {
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}

.contact form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact form button {
  background: #0056b3;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact form button:hover {
  background: #003d80;
}

.footer {
  background: #f4f4f4;
  color: #333;
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
}

.footer p {
  margin: 5px 0;
}

.about-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 5px;

  img {
    width: 100%;
    height: 100%;
  }
}

.about-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;

  p {
    text-align: center;
  }
}

.blueC {
  color: #0056b3;
  font-size: 2rem;
}

.carousel-img {
    height: 50vh !important;
    width: auto !important;
}

li{
    list-style-type: none;
}

.navbar-logo{
    height: 10vh;
    margin: 0 50px;
    img{
        height: 100%;
    }
}

.nav-item{
    margin: 0 15px;
}

.whykjcardsdiv{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: 100%;
  padding: 0% 20%;
  row-gap: 20px;
}

.whykjul{
  text-align: center;
}

/* .my-carousel{
  display: flex;
  align-items: center;
  justify-content: center;
} */