


*, *::before, *::after {
  box-sizing: border-box;
}


* {
  margin: 0;
}


@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {

  line-height: 1.5;

  -webkit-font-smoothing: antialiased;
}


img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}


input, button, textarea, select {
  font: inherit;
}


p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}


#root, #__next {
  isolation: isolate;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  line-height: 1.6;
  color: #333;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #006bb6;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

nav ul li a:hover {
  color: #006bb6;
}


.hero {
  padding: 60px 10%;
  background: #4f54db;
  align-items: center;
  justify-content: center;
}

.hero-text {
  max-width: 50%;
}

.hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #222;
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 25px;
  background: #45e48a;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 10px;
  transition: background 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn:hover {
  background: #004f87;
}

.hero-image {
  width: 45%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  font-size: 1.2rem;
  color: #555;
}


.section {
  padding: 60px 10%;
  text-align: center;
}

.section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
}

.programs {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.program-card1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;       
  padding: 20px;
  box-sizing: border-box;
  background-color: #86c9f9;
}
.program-card2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;       
  padding: 20px;
  box-sizing: border-box;
  background-color: #d15dfb;
}
.program-card3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;       
  padding: 20px;
  box-sizing: border-box;
  background-color: #38f9e6;
}

.program-card1 img {
  width: 40%;
  order: 2; 
}

.program-card2 .text {
  width: 40%;
  order: 1;  
}

.program-card:nth-child(2) img {
  order: 1; 
}

.program-card:nth-child(2) .text {
  order: 2; 
}

.ninja1{
  float: right;
}
.ninja2{
  float: left;
}


footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}

footer a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.h4{
    font-size: larger;
    font-weight: bold;
}

.Location{
     display: flex;
        justify-content: center;
}
