body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.container {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 100px;
  background-color: #ffffff;
  z-index: 9;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ellipse {
  width: 41px;
  height: 41px;
  background: #46c809;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-letter {
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  pointer-events: none;
}

.trafalgar {
  font-weight: 700;
  font-size: 24px;
  color: #233348;
}

/* Navigation Links */
.link {
  margin-left: 610px;
  justify-content: left;
  display: flex;
  gap: 30px;
}

.nav-link {
  text-decoration: none;
  font-size: 18px;
  color: #1f1534;
  opacity: 0.5;
  font-weight: 400;
  transition: 0.3s;
}

.nav-link.active,
.nav-link:hover {
  font-weight: 700;
  opacity: 1;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  position: relative;
  margin: 150px 100px;
  overflow: hidden;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text h1 {
  font-size: 48px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 18px;
  color: #7d7987;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #46c809;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #277005;
}

.hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}
.hero-image img {
  max-width: 500px;
  height: auto;
}

.Our-services {
  background-color: #ffffff;
  padding: 50px 5%;
  text-align: center;
}
.Our-services h2 {
  font-size: 36px;
  color: #233348;
  margin-bottom: 20px;
}
.Our-services p {
  font-size: 18px;
  color: #7d7987;
  margin-bottom: 40px;
}
.parent-card {
  margin: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* justify-content: space-evenly; */
  flex-wrap: wrap;
  gap: 20px;
}
.child-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  justify-content: space-around;
}
.child-card:hover {
  transform: translateY(-10px);
}
.child-card h3 {
  font-size: 24px;
  color: #233348;
  margin-bottom: 10px;
}
.child-card p {
  font-size: 16px;
  color: #7d7987;
  margin-bottom: 20px;
}
.child-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  filter: sepia(1) saturate(5) hue-rotate(90deg);
}
.botn {
  margin: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom {
  display: flex;
  justify-content: center;
  flex-direction: row;
  display: inline-block;
  padding: 15px 40px;
  background-color: hsl(0, 0%, 100%);
  color: #184403;
  border: 1px solid #184403;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.3s ease;
}
.bottom:hover {
  background-color: #46c809;
  color: white;
  border: none;
}

.hero2 {
  margin: 150px 100px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.hero-image2 {
  width: 650;
  height: 477px;
  border-radius: 10px;
}
.hero-text2 {
  margin-left: 78px;
  width: 486x;
  height: 388px;
}

.hero-text2 h1 {
  font-size: 36px;
  color: #233348;
  margin-bottom: 20px;
}
.hero-text2 p {
  font-size: 18px;
  color: #7d7987;
  margin-bottom: 30px;
  line-height: 1.6;
}
.hero3 {
  margin: 150px 100px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.hero-text3 {
  flex: 1;
  min-width: 300px;
  margin-top: 60px;
}
.hero-text3 h1 {
  font-size: 36px;
  color: #233348;
  margin-bottom: 20px;
}
.hero-text3 p {
  font-size: 18px;
  color: #7d7987;
  margin-bottom: 30px;
  line-height: 1.6;
}
.hero-image3 {
  flex: 1;
  min-width: 300px;
  text-align: center;
}
.hero-image3 img {
  width: 650;
  height: 477px;
  border-radius: 10px;
}

/* ----------------------------------------------------------------------------------- */
.card-blue {
  background: linear-gradient(180deg, #9ee88b 0%, #6be84a 100%);
  color: white;
  border-radius: 20px;
  padding: 3px 1px 10px 50px;
  box-shadow: inset -2px -1px 0px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  /* margin: 80px 182px; */
  margin: auto;
  max-width: 950px;
  display: flex;
  flex-direction: column;
  height: 311px;
}
.card-blue h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
.card-blue p {
  font-size: 16px;
  line-height: 1.6;
  color: #eaf4ff;
  margin-bottom: 20px;
}
.topic {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 6px;
}
.topic h1 hr {
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  margin: 10px auto;
}
.profile-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.profile-card img {
  width: 130px;
  height: 130px;
  border: solid 2px white;
  border-radius: 50%;
}
.profile-card h3 {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}
.profile-card p {
  font-size: 16px;
  color: #eaf4ff;
  margin: 5px 0 0 0;
}
.card-content {
  display: flex;
  gap: 68px;
  margin: 7px;
  flex-direction: row;
  align-items: flex-start;
}
.text-blueCard {
  font-size: 16px;
  line-height: 1.6;
  color: #eaf4ff;
  text-align: left;
  flex: 1;
}
.article {
  background-color: #ffffff;
  padding: 30px 0%;
  text-align: center;
  margin: 31px;
}
.article h2 hr {
  width: 50px;
  height: 3px;
  background-color: #000000;
  margin: 10px auto;
}

.parent-card2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.child-card2 {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  text-align: left;
  padding-bottom: 20px;
}
.child-card2 img {
  overflow-clip-margin: content-box;
  overflow: clip;
  width: 100%;
}
.child-card2 h3 {
  font-size: 20px;
  color: #233348;
  margin: 20px 0 10px;
  padding: 20px;
  font-weight: 700;
}
.child-card2 p {
  font-size: 16px;
  color: #7d7987;
  margin: 0 20px 20px;
}
.child-card2 a {
  display: block;
  margin: 0 20px;
  color: #46c809;
  text-decoration: none;
  font-weight: bold;
}
.child-card2 a:hover {
  text-decoration: underline;
}
.child-card2:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}
.botn3 {
  display: flex;
}
.bottom3 {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding: 15px 40px;
  background-color: white;
  color: #184403;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.3s ease;
  border: 1px solid #184403;
}
.bottom3:hover {
  background-color: #46c809;
  color: white;
  border: none;
}
.footer {
  background: linear-gradient(180deg, #67c3f3 0%, #184403 100%);
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}

.footer-container {
  max-width: 350px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.logo-circle {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  color: #46c809;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 22px;
}

.logo-text {
  font-size: 20px;
  color: white;
}

.footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-column h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 12px;
  font-size: 14px;
  cursor: pointer;
}

.footer-column li:hover {
  text-decoration: underline;
}
