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

@font-face {
  font-family: Poppins;
  src: url("/assets/fonts/poppins-light/Poppins-Light.woff2") format("woff2"), url("/assets/fonts/poppins-light/Poppins-Light.woff") format("woff"), url("/assets/fonts/poppins-light/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("/assets/fonts/poppins-regular/Poppins-Regular.woff2") format("woff2"), url("/assets/fonts/poppins-regular/Poppins-Regular.woff") format("woff"), url("/assets/fonts/poppins-regular/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url("/assets/fonts/poppins-bold/Poppins-Bold.woff") format("woff2"), url("/assets/fonts/poppins-bold/Poppins-Bold.woff") format("woff"), url("/assets/fonts/poppins-bold/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Righteous;
  src: url("/assets/fonts/righteous-regular/Righteous-Regular.woff2") format("woff2"), url("/assets/fonts/righteous-regular/Righteous-Regular.woff") format("woff"), url("/assets/fonts/righteous-regular/Righteous-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
}

h1,
h2,
h3 {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.platform-info h1,
.check-prices h1 {
  font-size: 2rem;
}
.platform-info h1,
.platform-info h2,
.check-prices h1,
.check-prices h2 {
  color: #3498db;
}
.platform-info p,
.check-prices p {
  font-size: 1.2rem;
  max-width: 600px;
  color: #333;
}

.education-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  border: solid 2px #757575;
  margin-bottom: 50px;
}

.enroll-reasons {
  text-align: center;
  padding: 50px 20px;
  background-color: #fddbf0;
}
.enroll-reasons .enroll-text {
  max-width: 600px;
  margin: 0 auto;
}
.enroll-reasons .enroll-text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.enroll-reasons h2 {
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 2px 2px 5px rgb(71, 71, 71);
  margin-bottom: 20px;
}
.enroll-reasons .reason-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.contact-page {
  padding: 3rem 2rem;
  flex: 1;
}
.contact-page .contact-info {
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
}
.contact-page .contact-info h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact-page .contact-info p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.contact-page .contact-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}
.contact-page .contact-info ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.contact-page .contact-info ul li strong {
  color: #2e7aac;
}
.contact-page .map-section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.contact-page h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2e7aac;
}
.contact-page #map-container iframe {
  border-radius: 8px;
}

.audience {
  padding: 4rem 2rem 1rem;
  background-color: #e2e2e2;
}
.audience h1 {
  text-align: center;
  color: #2e7aac;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.audience .audience-section {
  max-width: 1000px;
  padding: 3rem 2rem;
  margin: 0 auto 4rem;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #007acc;
}
.audience .audience-section:nth-of-type(2) {
  border-color: #28a745;
}
.audience .audience-section:nth-of-type(3) {
  border-color: #ffc107;
}
.audience .audience-section h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #2e7aac;
}
.audience .audience-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.audience .audience-section ul {
  padding-left: 1.5rem;
}
.audience .audience-section ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  color: #333;
}

.pricing {
  text-align: center;
  padding: 50px 20px;
  background-color: #fddbf0;
}
.pricing h2 {
  color: #fff;
  text-shadow: 2px 2px 5px rgb(71, 71, 71);
  font-size: 1.8rem;
}
.pricing .pricing-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.pricing .pricing-cards ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}
.pricing .pricing-cards ul li {
  padding: 5px 0;
}

.courses-page {
  padding: 2rem;
}
.courses-page h1 {
  text-align: center;
  width: 100%;
  color: #2e7aac;
  padding: 20px;
}
.courses-page #search {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: center;
}
.courses-page #search input,
.courses-page #search select {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  min-width: 250px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .courses-page #search {
    flex-direction: column;
    align-items: stretch;
  }
  .courses-page #search input,
  .courses-page #search select {
    width: 100%;
  }
}
.courses-page .pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.courses-page .pagination button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #333;
  color: #fff;
  border: none;
  font-size: 1rem;
}
.courses-page .pagination button:disabled {
  background: #333;
  cursor: not-allowed;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.course-page {
  padding: 3rem 2rem;
  flex: 1;
}
.course-page .course-container {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
}
.course-page .course-container h1 {
  color: #2e7aac;
}
.course-page .course-container p {
  margin: 0.5rem 0;
  line-height: 1.6;
}
.course-page .course-container h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
  color: #2e7aac;
}
.course-page .course-container ul {
  margin: 0.5rem 0 1.5rem 1rem;
  list-style: disc;
  padding-left: 1.5rem;
}
.course-page .course-container ul li {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .course-page {
    padding: 2rem 1rem;
  }
  .course-page .course-container {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .course-page {
    padding: 1.5rem 1rem;
  }
  .course-page .course-container {
    padding: 0.75rem;
  }
}

nav {
  background-color: #3498db;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
nav .logo {
  font-family: "Righteous", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgb(71, 71, 71);
}
nav .burger-menu {
  display: none;
  cursor: pointer;
}
nav .burger-menu img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  nav .burger-menu {
    display: block;
  }
}
nav .nav-links {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  nav .nav-links {
    display: none;
    flex-direction: column;
    background: #3498db;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 1000;
  }
}
nav .nav-links.active {
  display: flex;
}
nav .nav-links li {
  position: relative;
}
nav .nav-links li a {
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  display: block;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgb(71, 71, 71);
}
nav .nav-links li a:hover {
  color: #fddbf0;
}
nav .nav-links li.dropdown .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2e7aac;
  padding: 0;
  width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
nav .nav-links li.dropdown .submenu li a {
  padding: 10px;
  display: block;
  color: #fff;
}
nav .nav-links li.dropdown .submenu li a:hover {
  background: #6fafda;
  color: #fddbf0;
}
nav .nav-links li.dropdown:hover .submenu {
  display: block;
}
nav .nav-links li.dropdown .submenu.open {
  display: block;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
footer p {
  margin: 0;
  font-size: 1rem;
}

#slider .slider-container {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#slider .slide {
  min-width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  background-color: #6fafda;
}
#slider .slide .slide-image {
  width: 70%;
}
#slider .slide .slide-image img {
  width: 100%;
  height: auto;
}
#slider .slide .slide-text {
  width: 30%;
  padding: 18px;
  color: #fff;
  text-align: left;
}
#slider .slide .slide-text h2 {
  color: #fff;
  text-shadow: 2px 2px 5px rgb(71, 71, 71);
  font-size: 2rem;
  margin-bottom: 10px;
}
#slider .slide .slide-text p {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  #slider .slide .slide-text {
    width: 50%;
  }
  #slider .slide .slide-text h2 {
    font-size: 0.8rem;
  }
  #slider .slide .slide-text p {
    font-size: 0.6rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 480px) {
  #slider .slide .slide-text {
    width: 50%;
    padding: 10px;
  }
  #slider .slide .slide-text h2 {
    font-size: 0.6rem;
  }
  #slider .slide .slide-text p {
    font-size: 0.4rem;
    line-height: 1;
  }
}
#slider .slide.active {
  display: flex;
}
#slider .dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#slider .dots-container .dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #808080;
  border-radius: 50%;
  cursor: pointer;
}
#slider .dots-container .dot.active {
  background: #3498db;
}

button {
  background: #3498db;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  font-weight: 700;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 18px;
  border-radius: 15px;
  cursor: pointer;
}
button:hover {
  background: #2e7aac;
}

.cta-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: #000;
  padding: 3rem;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .cta-section {
    flex-direction: column;
    text-align: center;
  }
}
blockquote {
  border: solid 2px #757575;
  font-size: 1.5rem;
  display: inline-block;
  margin: 0;
  padding: 1em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
blockquote::before {
  content: "";
  inset: -10% 0;
  transform: rotate(-15deg) skew(5deg);
}
blockquote cite {
  margin-top: 10px;
  display: block;
  font-style: italic;
  text-align: right;
}
blockquote cite::before {
  content: "- ";
}
blockquote > * {
  position: relative;
  z-index: 1;
}

.card {
  width: 300px;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.card h3 {
  color: #3498db;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.card p {
  font-size: 1rem;
}

#gallery {
  display: grid;
  gap: 2rem;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
#gallery .course-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  padding: 1rem;
  cursor: pointer;
}
#gallery .course-card:hover {
  transform: translateY(-4px);
}
#gallery .course-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0.5rem;
}
#gallery .course-card .course-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1rem;
}
#gallery .course-card .course-info h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
#gallery .course-card .course-info p {
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
#gallery .course-card .course-info .desc {
  font-size: 0.8rem;
  margin-bottom: auto;
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map */
