.sticky-cta-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cta-content {
  justify-content: flex-start;
}

.cta-buttons {
  justify-content: flex-end;
  display: flex;
  gap: 15px;
  align-items: center;
}
.cta-content {
  h2 {
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
  }
}

.cta-apply-now {
  background-color: #48bf84;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cta-download-syllabus {
  background-color: transparent;
  color: #333;
  border: 2px solid #ddd;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
  img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .sticky-cta-container {
    grid-template-columns: 1fr;
  }

  .cta-content {
    justify-content: center;
    h2 {
      font-size: 18px;
      text-align: center;
    }
  }
  .cta-duration {
    display: none;
  }
  .cta-rating {
    justify-content: center;
    margin-bottom: 16px !important;
  }
  .cta-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }
}

body {
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-pagination-bullet {
  background-color: rgba(72, 191, 132, 0.3) !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
  transition: all 0.3s ease !important;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #48bf84 !important;
  transform: scale(1.2) !important;
}

/* 
.life-at-workskills {
  h1 {
    font-size: 40px;
    font-weight: 700;
    span {
        color: #48bf84
    }
  }
}
.scroller {
  overflow: hidden;
  height: 55vh;
}


@media (max-width: 600px){
    .life-at-workskills {
        h1 {
            font-size: 20px;
        }
    }
  .scroller { height: 45vh; }
}

.scroller__inner {
  display: flex;
  gap: 12px;
  width:  max-content;
  animation: scroll 40s linear infinite;
}

.scroller__inner img {
  flex-shrink: 0;
  height: 55vh;        
  width: auto;
  object-fit: contain; 
}

@keyframes scroll {
  to { transform: translateX(-50%); }
} */

.scroller {
  overflow: hidden;
  height: 50vh;
}

/* small screens */
@media (max-width: 1024px) {
  .scroller {
    height: 45vh;
  }
}

.scroller__inner {
  display: flex;
  /* width: max-content; */
  animation: scroll 3s linear infinite;
  /* gap: 12px; */
}

.scroller__inner img {
  /* flex-shrink: 0; */
  flex: 0 0 100vw;
  height: 50vh;
  width: auto;
  object-fit: cover;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}

.life-at-hq-swiper-container {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  margin-top: -3rem;
}

/* small screens */
@media (max-width: 1024px) {
  .life-at-hq-swiper-container {
    height: 45vh;
    margin-top: 0px;
  }
}

.life-at-hq-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  flex-shrink: 0;
}

.life-at-hq-swiper-container .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: contain;
  max-width: none;
}

/* Custom styles for continuous scrolling effect */
.life-at-hq-swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

.hero-slide {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  width: 100%;
  height: 100%;
}
.hero-slide-left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.hero-slide-right img {
  border-radius: 20px;
}

.heroDesktopSwiper {
  width: 100%;
  /* height: 100%; */
  margin: 0px 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 60px !important;
  padding-bottom: 100px !important ;
}

.heroDesktopSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroDesktopSwiper .swiper-slide {
  background: #fff !important;
  text-align: left !important;
  padding: 0px 80px 0px 80px !important;
}

.heroDesktopSwiper .swiper-pagination-bullet {
  background-color: rgba(72, 191, 132, 0.3) !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.heroDesktopSwiper .swiper-pagination-bullet-active {
  background-color: #48bf84 !important;
  width: 40px !important;
  height: 8px !important;
  border-radius: 4px !important;
  transform: scale(1.1) !important;
}

.hero-slide-title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.hero-slide-title h1 {
  font-weight: 700;
  font-family: Inter;
  font-size: 60px;
  line-height: 72px;
  color: #142952;
  span {
    color: #48bf84;
  }
}

.hero-slide-title p {
  font-weight: 500;
  font-family: Inter;
  font-size: 20px;
  color: #344054;
  line-height: 30px;
}

.hero-slide-primary-btn {
  background: #48bf84;
  color: #fff;
  padding: 10px 60px;
  font-weight: 500;
  font-family: Inter;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #48bf84;
  border-radius: 10px;
  margin-right: 10px;
}
.hero-slide-secondary-btn {
  background: #fff;
  color: #344054;
  padding: 10px 60px;
  font-weight: 500;
  font-family: Inter;
  font-size: 16px;
  line-height: 28px;
  border: 1px solid #344054;
  border-radius: 10px;
}
.hero-slide-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}

.hero-slide-content .content-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.heroDesktopSwiper .swiper-button-next,
.heroDesktopSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #054f31;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.heroDesktopSwiper .swiper-button-next::after,
.heroDesktopSwiper .swiper-button-prev::after {
  content: "";
  display: none; /* Hide default Swiper arrow */
}

.heroDesktopSwiper .swiper-button-next svg,
.heroDesktopSwiper .swiper-button-prev svg {
  width: 24px;
  height: 24px;
  display: block;
}

.hero-slide-content-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 20px;
}

.content-item-2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid #f2f4f7;
  padding: 15px;
  font-family: Inter;
  border-radius: 10px;
}

.life_hq {
  position: relative;
  width: 100%;
  height: 360px;
  background: white;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.life_hq__track {
  display: flex;
  gap: 10px;
  align-items: center;
  will-change: transform;
}

.life_hq__img {
  height: 360px;
  flex: 0 0 auto;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.life_hq_2 {
  position: relative;
  width: 100%;
  height: 260px;
  background: white;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.life_hq__track_2 {
  display: flex;
  gap: 20px;
  align-items: center;
  will-change: transform;
}

.life_hq__img_2 {
  height: 260px;
  flex: 0 0 auto;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
