/* Basic Reset */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.blog-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.blog-post {
  max-width: 1000px;
}

.blog-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.course-category {
  margin: 20px;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.course-category h2 {
  color: #007bff;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4;
  overflow-x: hidden;
  max-width: 100vw;
}
.copy_container {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.about_wrapper_actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  align-items: center;
  align-content: center;
  width: 100%;
}
.course-image {
  width: 600px;
}

.courses_wrapper {
  height: 55vh;
  max-width: 1200px;
  color: #fff; /* Adjust the text color if needed for better readability */
  margin: 20px; /* Add padding for aesthetic spacing */
  border-radius: 8px; /* Optional: Adds rounded corners */
  grid-template-columns: 1fr 1fr;
}
.copy_links {
  margin-left: auto;
  color: #fffdfb;
}
.copy_links a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
}
header {
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: sticky;
  top: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

header h1 {
  margin-bottom: 5px;
}

header p {
  font-style: italic;
}

main {
  padding: 20px;
}

.welcome,
.features {
  margin-bottom: 20px;
}

.welcome h2,
.features h2 {
  color: #005a87;
}

.features ul {
  list-style: none;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}
.about_wrapper {
  height: 100%;
  background: linear-gradient(to bottom right, #14213d, #14213d);
  color: #fff; /* Adjust the text color if needed for better readability */
  border-radius: 8px; /* Optional: Adds rounded corners */
  display: flex;
  justify-content: center;
}
.about {
  height: 55vh;
  max-width: 1200px;
  color: #fff; /* Adjust the text color if needed for better readability */
  margin: 20px; /* Add padding for aesthetic spacing */
  border-radius: 8px; /* Optional: Adds rounded corners */
  grid-template-columns: 1fr 1fr;
  column-gap: 25px;
  display: grid;
}
.about p {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.health-assessment {
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

ol {
  list-style-type: decimal; /* Default numbering style; you can change it */
  margin: 0;
  padding: 0;
  max-width: 1200px;
}

.benefit-item-list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
  max-width: 65vw;
  margin: 0 auto;
}
ol li {
  padding: 10px 20px; /* Padding inside each list item */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; /* Font style */
  color: #333; /* Text color */
}

ol li:last-child {
  border-bottom: none; /* Remove the border from the last item */
}

.contact-info {
  height: 55vh;
}
.features li {
  background: #e7f2fa;
  margin-bottom: 10px;
  padding: 10px;
  border-left: 4px solid #005a87;
}

.copy_wrapper {
  max-width: 1200px;
}
.footer {
  background: linear-gradient(to bottom right, #14213d, #14213d);
  padding: 20px 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  min-height: 45vh;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}

.copy_right {
  margin-top: auto;
  color: #ffffff;
}
.container {
  display: grid;
  grid-template-columns: 1fr 200px 200px 200px;
  column-gap: 10px;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.95);
}
.container a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  cursor: pointer;
}

.footer-section {
  margin-bottom: 20px;
  margin: 0 20px;
}

.footer-section h4 {
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #333;
  text-decoration: none;
}

.footer-social a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
    grid-template-columns: 1fr;
  }
  .about_wrapper {
  }
  .footer-section,
  .footer-social {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .copy_container {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .benefit-item-list {
    max-width: 100%;
  }
}

header {
  padding: 10px 0;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.courses-image {
  width: 200px;
}
.benefit-text {
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.privacy-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-bottom: 80px;
}

.text_wrapper {
  max-width: 1100px;
  min-height: 55vh;
}
.logo {
  height: 50px; /* Adjust as needed */
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

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

.nav-links {
  list-style: none;
  font-family: "Roboto", sans-serif;
}

.image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.about-image {
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: auto;
}

.nav-links li {
  display: inline;
  margin-left: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.call-to-action {
  background: #ffab36;
  /* Example gradient from black to a shade of grey */

  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 20px;
  border: none; /* Remove border for gradients */
  transition: background-image 0.3s ease-in-out; /* Smooth transition for hover effect */
}

.call-to-action-outline {
  background: #fff;
  /* Example gradient from black to a shade of grey */
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-image 0.3s ease-in-out; /* Smooth transition for hover effect */
}
.call-to-action-outline:hover {
  background: #ffffff90;
  /* Example gradient from black to a shade of grey */
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 20px;
  transition: background-image 0.3s ease-in-out; /* Smooth transition for hover effect */
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  color: gray;
}

.logo {
  display: flex;
  align-content: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  width: 50px;
  height: 50px;
  font-family: arial;
  text-shadow: 0px 4px 4px #4e6153;
  border-radius: 50%;
}

.hero_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.call-to-action:hover {
  background: #ffbc5f;
}

.benefits-section {
  text-align: center;
  padding: 50px 20px;
}

.about-section {
  text-align: center;
  padding: 50px 20px;
  height: 55vh;
  display: flex;
  align-items: flex-start;
}

.courses-section {
  text-align: center;
  padding: 50px 20px;
  height: 60vh;
  display: flex;
  grid-gap: 20px;
  align-items: center;
}

.benefits-title {
  font-size: 36px;
  color: #000000;
  margin-bottom: 10px;
}

.benefits-subtitle {
  font-size: 24px;
  color: #194a63;
  margin-bottom: 10px;
}

.benefits-copy {
  color: #5f5f5f;
  margin-bottom: 40px;
  max-width: 1200px;
  font-size: 24px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.benefit-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.benefit-item h3 {
  color: #194a63;
  margin-bottom: 10px;
}

.benefit-item p {
  color: #5f5f5f;
}

@media screen and (max-width: 980px) {
  .benefits-subtitle {
    font-size: 18px;
    color: #194a63;
    margin-bottom: 10px;
  }
  .benefits-copy {
    max-width: 100%;
  }
  .benefits-section {
    padding: 20px;
  }
  .benefits-title {
    font-size: 1.8rem;
  }
  .about {
    height: 75vh;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }
  .about_wrapper {
    height: 100%;
  }
  .about p {
    font-size: 2.1rem;
    margin-bottom: 0;
  }
  .about-image {
    height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .image_wrapper {
    height: 100%;
  }
  .hero_text {
  }
  .about_wrapper_actions {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  header,
  main,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about {
    height: 75vh;
  }
  .benefits-copy {
    max-width: 100%;
  }
  .hero_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .about-image {
    height: 200px;
  }
  .benefit-text {
    height: 100%;
    padding: 0;
  }
  .about p {
    font-size: 1.6rem;
  }
  .image_wrapper {
    height: 100%;
  }
  .hero_text p {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .about-image {
    width: 300px;
    height: auto;
    object-fit: cover;
  }
  .benefit-text {
    height: 100%;
    padding: 0;
  }
  .about {
    grid-template-columns: 1fr;
  }
  .about_wrapper {
  }
}

@media screen and (max-width: 380px) {
  .about-image {
    width: 230px;
    height: auto;
    object-fit: cover;
  }
  .benefit-text {
    height: 100%;
    padding: 0;
  }
  .about {
    grid-template-columns: 1fr;
  }
}
