/* Certifications Section Styles */
.ven-certifications {
  padding: 60px 0 80px;
  background: #F4F1E7;
}

@media (min-width: 992px) {
  .ven-certifications {
    padding: 100px 0 120px;
  }
}

.ven-certifications__header {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .ven-certifications__header {
    margin-bottom: 70px;
  }
}

.ven-certifications__title {
  color: #000;
  font-family: "FK Screamer Legacy Trial", "FK Screamer", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .ven-certifications__title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .ven-certifications__title {
    font-size: 80px;
  }
}

.ven-certifications__description {
  color: #000;
  text-align: center;
  font-family: "FK Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ven-certifications__description {
    font-size: 16px;
  }
}

.ven-certifications__body .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ven-certifications__body .row > div {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .ven-certifications__body .row > div {
    margin-bottom: 0;
  }
}

.ven-certification-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border: 1px solid #000;
}


.ven-certification-card--popular {
  margin-top: 34px;
  border-radius: 0;
}

@media (min-width: 992px) {
  .ven-certification-card--popular {
    margin-top: 34px;
  }
}









.ven-certification-card__tag {
  position: absolute;
  top: -40px;
  left: -1px;
  right: -1px;
  background: #fe0000;
  color: #fff;
  border: 1px solid #000;
  border-bottom: none;
  text-align: center;
  font-family: "FK Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 10px;
  z-index: 10;
}

@media (min-width: 992px) {
  .ven-certification-card__tag {
    top: -45px;
    font-size: 16px;
    padding: 14px 10px;
  }
}

.ven-certification-card__head {
  background: #000;
  padding: 32px 20px;
}

@media (min-width: 768px) {
  .ven-certification-card__head {
    padding: 32px 30px;
  }
}

.ven-certification-card__head--blue {
  background: #0A1DC8;
}

.ven-certification-card__head-section {
  padding: 32px 0;
}

.ven-certification-card__head-section:first-child {
  padding-top: 0;
}

.ven-certification-card__head-section:last-child {
  padding-bottom: 0;
}

.ven-certification-card__separator {
  width: 100%;
  height: 1px;
  background: #F4F1E7;
  margin: 0;
}

.ven-certification-card__name {
  color: #F4F1E7;
  text-align: center;
  text-transform: uppercase;
  font-family: "FK Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .ven-certification-card__name {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .ven-certification-card__name {
    font-size: 28px;
  }
}

.ven-certification-card__subtitle {
  color: #F4F1E7;
  text-align: center;
  font-family: "FK Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.11;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ven-certification-card__subtitle {
    font-size: 14px;
  }
}

.ven-certification-card__price {
  color: #F4F1E7;
  text-align: center;
  font-family: "FK Screamer Legacy Trial", "FK Screamer", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 0.97;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ven-certification-card__price {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .ven-certification-card__price {
    font-size: 70px;
  }
}

@media (min-width: 1366px) {
  .ven-certification-card__price {
    font-size: 80px;
  }
}

.ven-certification-card__price-monthly {
  color: #F4F1E7;
  text-align: center;
  font-family: "FK Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.11;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ven-certification-card__price-monthly {
    font-size: 16px;
  }
}

.ven-certification-card__savings {
  color: #9B9B9B;
  text-align: center;
  font-family: "FK Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.11;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ven-certification-card__savings {
    font-size: 16px;
  }
}

.ven-certification-card__savings .strikethrough {
  text-decoration: line-through;
}

.ven-certification-card__savings .highlight {
  color: #FFE105;
}

.ven-certification-card__body {
  background: #ffffff;
  padding: 30px 20px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .ven-certification-card__body {
    padding: 40px 30px 50px;
  }
}

.ven-certification-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
}

.ven-certification-card__features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 12px;
}

@media (min-width: 768px) {
  .ven-certification-card__features li {
    margin-bottom: 20px;
  }
}

.ven-certification-card__features li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.ven-certification-card__features li span {
  color: #000;
  font-family: "FK Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .ven-certification-card__features li span {
    font-size: 16px;
  }
}

.ven-certification-card__features li:last-child {
  margin-bottom: 0;
}

.ven-certification-card__button {
  display: flex;
  padding: 18px 20px;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #F4F1E7;
  text-align: center;
  font-family: "FK Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  margin-top: 30px;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .ven-certification-card__button {
    font-size: 20px;
    padding: 20px;
    margin-top: 20px;
  }
}

.ven-certification-card__button:hover {
  background: #333;
  color: #F4F1E7;
  text-decoration: none;
  transform: translateY(-2px);
}

.ven-certification-card__button:active {
  transform: translateY(0);
}

/* Banner Section */
.ven-cert-banner {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.ven-cert-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.ven-cert-banner__text {
  color: #000;
  font-family: "FK Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

@media (min-width: 768px) {
  .ven-cert-banner__text {
    font-size: 18px;
  }
}

.ven-cert-banner__logo {
  height: 24px;
  width: auto;
}

/* Yellow Ticker Marquee */
.ven-cert-ticker {
  background: #FFE105;
  overflow: hidden;
  padding: 15px 0;
  position: relative;
}

@media (min-width: 768px) {
  .ven-cert-ticker {
    padding: 18px 0;
  }
}

.ven-cert-ticker__wrapper {
  display: flex;
  width: 100%;
}

.ven-cert-ticker__inner {
  display: flex;
  animation: scroll 45s linear infinite;
  white-space: nowrap;
}

.ven-cert-ticker__item {
  color: #000;
  font-family: "FK Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  
  padding: 0 40px;
  display: inline-block;
}

@media (min-width: 768px) {
  .ven-cert-ticker__item {
    font-size: 20px;
    padding: 0 60px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.ven-cert-ticker:hover .ven-cert-ticker__inner {
  animation-play-state: paused;
}

/* Countdown Timer Section */
.ven-cert-countdown {
  background: #0A1DC8;
  padding: 48px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .ven-cert-countdown {
    padding: 60px 20px;
  }
}

.ven-cert-countdown__title {
  color: #F4F1E7;
  font-family: "FK Screamer Legacy Trial", "FK Screamer", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .ven-cert-countdown__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .ven-cert-countdown__title {
    font-size: 64px;
  }
}

.ven-cert-countdown__timer {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .ven-cert-countdown__timer {
    gap: 40px;
    margin-bottom: 40px;
  }
}

.ven-cert-countdown__item {
  text-align: center;
}

.ven-cert-countdown__number {
  color: #F4F1E7;
  font-family: "FK Screamer Legacy Trial", "FK Screamer", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ven-cert-countdown__number {
    font-size: 64px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .ven-cert-countdown__number {
    font-size: 106px;
  }
}

.ven-cert-countdown__label {
  color: #9B9B9B;
  font-family: "FK Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .ven-cert-countdown__label {
    font-size: 20px;
  }
}

.ven-cert-countdown__text {
  color: #F4F1E7;
  font-family: "FK Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 768px) {
  .ven-cert-countdown__text {
    font-size: 16px;
  }
}
