h1, h2, h3, h4 {
  font-family: "RobotoSlab-Regular";
  margin: 0;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

body {
  font-family: "Lato-Regular";
}

@font-face {
  font-family: "RobotoSlab-Regular";
  src: url("../css/fonts/roboto-slab-v16-latin-ext_latin-regular.woff") format("woff"), url("../css/fonts/roboto-slab-v16-latin-ext_latin-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../css/fonts/LatoLatin-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.hero {
  width: 100%;
  /* background: $primary-gradient; */
  color: #000;
  padding: 60px 0;
  margin-top: 140px;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 0;
  }
}
.hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero__content {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero__left {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}
.hero__left .hero__subheading {
  color: #000;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.hero__left .hero__title {
  font-family: "RobotoSlab-Regular";
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.hero__left .hero__description {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.hero__left .hero__cta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hero__left .hero__cta__button {
  background: #ff5c36;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}
.hero__left .hero__cta__button:hover {
  color: #fff;
}
.hero__left .hero__cta .hero__social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero__left .hero__cta .hero__social-proof .avatars {
  display: flex;
}
.hero__left .hero__cta .hero__social-proof .avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -10px;
}
.hero__left .hero__cta .hero__social-proof .label {
  font-size: 0.9rem;
}
.hero__left .hero__cta .hero__social-proof .label span {
  font-weight: 800;
  color: #000;
}
.hero__right {
  flex: 1;
  min-width: 280px;
  position: relative;
}
.hero__right .hero__image-wrapper {
  position: relative;
  text-align: center;
}
.hero__right .hero__image-wrapper .hero__photo {
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.hero__right .hero__image-wrapper .hero__badges {
  position: absolute;
  top: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__right .hero__image-wrapper .hero__badges .badge {
  font-family: "Lato-Regular";
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
  color: #000;
  font-size: 2rem;
  z-index: 2;
}
.hero__right .hero__image-wrapper .hero__badges .badge span {
  display: block;
  font-size: 0.75rem;
  color: #000;
  text-transform: uppercase;
}
.hero__right .hero__image-wrapper .hero__features {
  position: absolute;
  bottom: 10%;
  right: 5%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__right .hero__image-wrapper .hero__features .feature {
  background: #fff;
  color: #003366;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .hero__content {
    flex-direction: column;
    gap: 40px;
  }
  .hero__left, .hero__right {
    max-width: 100%;
  }
  .hero .hero__title {
    font-size: 2.2rem;
  }
  .hero .hero__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.courses {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 80px 0;
  position: relative;
}
.courses__content {
  margin-bottom: 60px;
}
.courses__content__title {
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  padding: 0;
  color: #fff;
}
.courses__content p {
  color: white;
  font-size: 1.1rem;
  font-family: "Lato-Regular";
}
.courses__list-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}
.courses__list-wrapper::-webkit-scrollbar {
  height: 8px;
}
.courses__list-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.courses__list-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.courses__list-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}
.courses__list {
  display: flex;
  gap: 50px;
  scroll-snap-type: x mandatory;
  width: max-content;
  min-width: 100%;
  padding-bottom: 10px;
}

.course {
  flex: 0 0 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  scroll-snap-align: start;
}
.course__title {
  font-size: 20px;
  font-family: "RobotoSlab-Regular";
  margin-bottom: 10px;
  color: white;
}
.course .course__dot {
  background: white;
  color: black;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  transition: width 0.3s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course .course__dot .dot-label {
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.course .course:hover .course__dot {
  width: 110px;
}
.course .course:hover .course__dot .dot-label {
  opacity: 1;
}
.course:hover .course__dot {
  width: auto;
  height: 20px;
  padding: 6px 16px;
}
.course:hover .dot-label {
  opacity: 1;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .courses {
    padding: 40px 0;
  }
  .courses__content {
    max-width: 100%;
  }
  .courses__list {
    flex-direction: column;
    overflow-x: hidden;
    gap: 10px;
  }
  .courses .course {
    flex: auto;
  }
  .courses .course * {
    display: none;
  }
  .courses .course h2,
  .courses .course h3 {
    display: block;
    color: white;
  }
  .courses .course h2 {
    margin-bottom: 30px;
  }
  .courses .course h3 {
    position: relative;
    padding-bottom: 8px;
  }
  .courses .course h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
  }
}
.info {
  text-align: center;
  padding: 80px 0;
}
.info h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1a1e2e;
  font-family: "RobotoSlab-Regular";
}
.info p {
  max-width: 800px;
  margin: 0 auto 60px;
  color: #2e3d51;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Lato-Regular";
}
.info p strong {
  font-family: "Lato-Bold";
  color: #1a1e2e;
}
.info__features {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.info__feature {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 30px 20px;
  width: 245px;
  text-align: center;
}
.info__feature img {
  width: 40px;
  margin-bottom: 15px;
}
.info__feature h3 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #1a1e2e;
  font-family: "RobotoSlab-Regular";
}
.info__feature p {
  font-size: 0.95rem;
  color: #4a5668;
  margin: 0;
}

@media (max-width: 768px) {
  .info {
    padding: 40px 0;
  }
  .info h2 {
    font-size: 1.5rem;
  }
  .info p {
    font-size: 0.95rem;
    padding: 0 20px;
  }
  .info__features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .info__feature {
    width: 90%;
  }
}
.logo-carousel {
  padding: 3rem 0;
  background-color: #fff;
  overflow: hidden;
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.carousel-text {
  flex-shrink: 0;
  font-weight: 700;
  color: #0e1a2b;
  white-space: nowrap;
  font-size: 1rem;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}

.carousel-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: scroll 15s linear infinite;
}

.carousel-track img {
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.carousel-track img:hover {
  transform: scale(1.05);
  opacity: 1;
}

.carousel-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}

.carousel-fade.left {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.carousel-fade.right {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Responsive */
@media (max-width: 768px) {
  .carousel-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .carousel-text {
    font-size: 0.9rem;
  }
}
.course-offer {
  padding: 4rem 0;
  background-color: #f7f8fa;
  font-family: "Lato-Regular";
  line-height: 1.6;
}
.course-offer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.course-offer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.course-offer .row.top {
  /* align-items: flex-start; */
  margin-bottom: 3rem;
}
.course-offer .col {
  flex: 1;
  min-width: 300px;
}
.course-offer .label {
  display: inline-block;
  background-color: #e7e9fb;
  color: #4b5fc0;
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  border-radius: 5px;
  margin-bottom: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.course-offer h2 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.course-offer h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.5rem !important;
}
.course-offer h4 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}
.course-offer p {
  margin-bottom: 1rem;
  color: #333;
}
.course-offer a {
  color: #2c4eb2;
  text-decoration: none;
}
.course-offer .newsletter {
  background-color: #fff;
  padding: 15px;
}
.course-offer .newsletter form {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.course-offer .newsletter__title {
  font-size: 1.2rem;
  font-weight: 600;
}
.course-offer .newsletter__apply {
  flex: 1;
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: normal;
  background-color: #fff;
}
.course-offer .newsletter__submit {
  background-color: #0e1a2b !important;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0 1rem;
  cursor: pointer;
}
.course-offer .image-wrapper {
  position: relative;
}
.course-offer .image-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.course-offer .badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #407bff;
  color: white;
  font-size: 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.course-offer .btn {
  display: inline-block;
  margin-top: 0.5rem;
  background-color: #597ef7;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.course-offer .btn:hover {
  background-color: #3e5ed3;
  color: #fff;
}
.course-offer .btn.primary {
  background-color: #ff6b28;
}
.course-offer .btn.primary:hover {
  background-color: #e35c1f;
  color: #fff;
}
.course-offer .offer-list .offer-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.course-offer .offer-list .offer-item img {
  width: 200px;
  /* object-fit: cover; */
}

@media (max-width: 768px) {
  .course-offer .row.top {
    flex-direction: column;
  }
  .course-offer .offer-list .offer-item {
    align-items: flex-start;
  }
  .course-offer .offer-list .offer-item img {
    width: 140px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
  }
}
.testimonials {
  padding: 4rem 0;
  background-color: #fff;
  font-family: sans-serif;
  line-height: 1.6;
}
.testimonials .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.testimonials .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.testimonials .row .left {
  flex: 0 0 35%;
}
.testimonials .row .right {
  flex: 0 0 60%;
}
.testimonials .col {
  flex: 1;
  min-width: 300px;
}
.testimonials h2 {
  color: #0e1a2b;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: "RobotoSlab-Regular";
}
.testimonials p {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Lato-Regular";
}
.testimonials .btn {
  display: inline-block;
  background-color: #ff6b28;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.testimonials .btn:hover {
  background-color: #e35c1f;
  color: #fff;
}
.testimonials .testimonial-carousel {
  position: relative;
  height: 500px; /* or fixed height */
}
.testimonials .testimonial-carousel .testimonial {
  background-color: #f7f8fa;
  border-left: 5px solid #e35c1f;
  padding: 1.5rem;
  border-radius: 6px;
  min-height: 470px;
  position: absolute; /* stack on top of each other */
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease;
  top: 0;
  left: 0;
}
.testimonials .testimonial-carousel .testimonial .quote-icon {
  width: 50px;
  height: 50px;
  fill: #e35c1f;
  margin-bottom: 0.8rem;
}
.testimonials .testimonial-carousel .testimonial .message {
  font-style: italic;
  color: #444;
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 1.6;
  font-family: "Lato-Regular";
}
.testimonials .testimonial-carousel .testimonial .person {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonials .testimonial-carousel .testimonial .person img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials .testimonial-carousel .testimonial .person .signature {
  padding: 50px 0;
}
.testimonials .testimonial-carousel .testimonial .person .signature .name {
  font-weight: 600;
  color: #222;
  font-size: 24px;
}
.testimonials .testimonial-carousel .testimonial .person .signature .position {
  font-size: 20px;
  color: #666;
}
.testimonials .testimonial-carousel .testimonial.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* active one flows normally */
}
.testimonials .testimonial-carousel .nav-buttons {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
}
.testimonials .testimonial-carousel .nav-buttons button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  color: #333;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.testimonials .testimonial-carousel .nav-buttons button:hover {
  background-color: #ccc;
}

@media (max-width: 768px) {
  .testimonials .row {
    flex-direction: column;
  }
  .testimonials .testimonial-carousel .nav-buttons {
    bottom: -1rem;
    right: 0;
  }
  .testimonials .testimonial-carousel .testimonial .message {
    font-size: 16px;
    line-height: 1.4;
  }
  .testimonials .testimonial-carousel .testimonial .person .signature .name {
    font-size: 20px;
  }
  .testimonials .testimonial-carousel .testimonial .person .signature .position {
    font-size: 16px;
  }
}
.cta-section {
  background: radial-gradient(50% 50% at 50% 50%, #4d7cc3 0%, rgb(53, 84, 161) 100%) !important;
  color: #fff;
  text-align: center;
}
.cta-section .cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cta-section .cta-content {
    padding: 50px 0;
  }
}
.cta-section .cta-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "RobotoSlab-Regular";
  color: #fff;
}
@media (max-width: 768px) {
  .cta-section .cta-content h2 {
    font-size: 28px;
  }
}
.cta-section .cta-content p {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Lato-Regular";
  line-height: 1.6rem;
}
@media (max-width: 768px) {
  .cta-section .cta-content p {
    font-size: 16px;
  }
}
.cta-section .cta-content .btn {
  display: inline-block;
  background-color: #ff6b28;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.cta-section .cta-content .btn:hover {
  background-color: #e35c1f;
}

.page-header {
  text-align: left;
  margin-bottom: 2rem;
}
.page-header .category {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 0.5rem;
  font-family: "Lato-Regular";
}
.page-header .intro {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Lato-Regular";
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.blog-grid .blog-item {
  background: #f4f4f4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.blog-grid .blog-item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.blog-grid .blog-item p {
  margin: 0 15px 15px;
  color: #555;
  font-family: "Lato-Regular";
  line-height: 1.6;
}
.blog-grid .blog-item .read-more {
  margin: auto 1rem 1rem;
  color: #ff5c36;
  text-decoration: none;
  font-weight: bold;
}
.blog-grid .blog-item .read-more:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 0.5rem;
}
.pagination a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #eee;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.pagination a:hover {
  background: #ff5c36;
  color: #fff;
}
.pagination a.active {
  background: #000;
  color: #fff;
}

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