.hide {
  display: none !important;
}
.show {
  display: block;
}
div {
  line-height: normal;
}
p {
  font-size: 16px;
  color: #333;
}
/* header section */

.home-header-section {
  padding: 54px 5%;
  background: #FDFFE9;
}

.home-container {
  text-align: center;
}

.home-container .title {
  font-size: 52px;
  line-height: 60px;
  width: 73%;
  margin: auto;
}

.description {
  width: 52%;
  margin: 15px auto 25px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.heade-cta-section {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.signupcta:hover,
a.signup-access-app-btn:hover {
  background: #0B592F;
}

.signupcta a {
  color: #fff;
  font-family: var(--secondaryfont-bold);
  
}

.labels {
  color: #069949;
  font-size: 14px;
  font-family: var(--zf-primary-semibold);
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 8px;
  line-height: 18px;
}

.common-cta-style {
  font-size: 14px;
  font-family: var(--secondaryfont-bold);
  padding: 18px 42px;
  border-radius: 8px;
  border: 1px solid #010f07;
  cursor: pointer;
}

.signupcta {
  background: #069949;
  border: 1px solid #069949;
}

.requestdemo-cta:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .home-container .title {
    font-size: 46px;
    line-height: 64px;
    width: 100%;
  }

  .home-header-section {
    padding: 49px 5% 42px;
  }

  .description {
    width: 75%;
    margin: 12px auto 22px;
  }
}

@media screen and (max-width: 767px) and (min-width: 501px) {
  .home-header-section {
    padding-top: 100px;
  }
}

@media screen and (max-width: 500px) {
  .description {
    font-size: 15px;
    width: 90%;
  }

  .heade-cta-section {
    flex-direction: column;
  }
}




/*dashboard css*/


/* dashboard img section */
.dashboard-img-section {
  padding: 0 5% 54px;
  background: #FDFFE9;
}
.dashboard-img-section img {
  cursor: pointer;
  max-width: 100%;
}

.dashbord-image-container {
  position: relative;
}
.watch-video-btn {
  background: #fff;
  font-size: 15px;
  padding: 3px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 43%;
  transition: transform 0.3s ease-in-out;
}
.container:hover .watch-video-btn {
  transform: scale(1.1);
}
.video-btn-inner {
  background: #069949;
  color: #fff;
  padding: 14px 14px;
  display: flex;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
}
.video-btn-inner span {
  font-family: var(--zf-secondary-medium);
}

/* webinar */
.dashboard-img-section .webinar-banner {
  max-width: 1150px;
  justify-content: center;
  padding: 55px 20px 20px;
  border-radius: 0px 0px 21px 21px;
  margin: -40px auto auto;
}
.dashboard-img-section .webinar-banner.show-banner {
  display: flex;
}
.spotlight-container .webinar-banner {
  border-top: none;
  border-color: #EAEBD4;
} 




  /* Webinar Banner Styling */
  
.webinar-banner {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border: 1px solid #BFBFB8;
    gap: 30px;
  }

  .webinar-info,
  .webinar-type,
  .webinar-details {
    display: flex;
    align-items: center;
  }

  .webinar-type {
    font-size: 13px;
    font-family: var(--zf-secondary-extrabold);
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
  }

  .webinar-type::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #00BA55;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: -1px 0px 5px #00BA55;
  }
  .webinar-name {
    color: #4A4232;
    text-align: left;
    font-family: var(--zf-primary-bold);
    font-size: 16px;
    line-height: 18px;
    border-left: 2px solid #CBCCB4;
    border-right: 2px solid #CBCCB4;
    padding: 0 14px;
    margin: 0 14px;
  }

  .webinar-date-time {
    color: #5C5442;
    font-size: 14px;
    font-family: var(--zf-primary-bold);
    line-height: 18px;
    margin: 0;
  }
  .date {
    font-family: var(--zf-primary-bold);
  }
  .time {
    border-left: 2px solid #CBCCB4;
    font-family: var(--zf-primary-bold);
    padding: 0 14px;
    margin-left: 14px;
  }
  .register-btn {
    font-size: 16px;
    color: #069949;
    font-family: var(--zf-primary-bold);
    text-decoration-line: underline;
  }

  .triangle {
    display: inline-block;
    margin-left: 4px;
    transition: transform 0.3s ease;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #069949;
  }

  .register-btn:hover .triangle {
    transform: translateX(5px);
  }

  @media screen and (max-width: 768px) {
    .webinar-banner{
      padding: 20px;
    }
    .webinar-banner,
    .webinar-info,
    .webinar-details {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }
    
    .webinar-name,
    .webinar-date-time {
      padding: 0;
      margin: 0;
      border: none;
    }
  }


    .video-player.hide {
        display: none;
    }
    .video-player {
      position: fixed;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #000000eb;
      opacity: 0;
      z-index: 1001;
      transition: opacity 0.3s;
      pointer-events: auto;
    }
    .video-player.open {
      opacity: 1;
    }
    .player-wrapper {
      width: 1000px;
      margin: 20px ;
    }
    .player-wrapper .player iframe{
      width: 100%;
      aspect-ratio: 16/9;
    }
    .close {
      position: absolute;
      right: 32px;
      top: 32px;
      width: 32px;
      height: 32px;
      cursor: pointer;
      opacity: 0.3;
      transition: opacity 0.25s;
    }
    .close:hover {
      opacity: 1;
    }
    .close::before,
    .close::after {
      content: '';
      position: absolute;
      left: 15px;
      height: 33px;
      width: 2px;
      background-color: #fff;
    }
    .close::before {
      transform: rotate(45deg);
    }
    .close::after {
      transform: rotate(-45deg);
    }







/* spotlite section */

.spotlite-section {
  padding: 0 5% 80px;
  background: #FDFFE9;
}
.spotlight-container {
  padding-top: 60px;
  border-top: 1px solid #eaebd4;
}
.spotlite-title {
  font-size: 36px;
  font-family: var(--zf-secondary-medium);
  line-height: 48px; 
  width: 53%;
  margin: 10px 0 18px;
}
.spotlite-list {
  display: flex;
  border: 1px solid #EAEBD4;
  margin-top: 40px;
}
.spotlite-list li {
  padding: 28px 25px;
  border-right: 1px solid #EAEBD4;

}
.spotlite-list li:last-child {
  border-right: none;
}
.spotlite-list .title{
  color: #333;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--zf-secondary-medium);
  min-height: 82px;
}
.spotlite-list .desc {
  color: #010F07;
}
.lear-more-link {
  color: #010F07;
  font-size: 12px;
  font-family: var(--zf-secondary-medium);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 52px;
  text-decoration: underline;
  display: inline-block;
}

.lear-more-link svg {
  transition: transform 0.3s ease;
  margin-left: 5px; 
}

.lear-more-link:hover svg {
  transform: translateX(5px); 
}


@media screen and (max-width: 768px) {
    /* spotlite section */
  .spotlite-section {
    padding-bottom: 60px;
  }
  .spotlight-container {
    text-align: center;
    border: none;
    padding-top: 10px;
  }
  .spotlite-title {
    font-size: 32px;
    line-height: 42px;
    width: 78%;
    margin: auto;
  }
  .spotlite-list {
    flex-wrap: wrap;
    margin-top: 40px;

  }
  .spotlite-list li {
    padding: 40px;
    min-height: 70px;
    flex: 1 1 50%;
    border-bottom: 1px solid #EAEBD4;
  }
  .spotlite-list li .title{
    min-height: 70px;
    justify-content: center;
  }
  .spotlite-list li:nth-child(2){
    border-left: none;
  }
  .spotlite-list li:nth-child(3),
  .spotlite-list li:nth-child(4){
    border-bottom: none;
  }
  .lear-more-link {
    margin-top: 20px;
  }
}

/* features-section.css */
.features-section {
  padding: 0 5%;
  text-align: center;
}

.features-container {
  padding: 80px 0;
  border-top: 1px solid #eaebd4;
}

.features-header {
  font-size: 36px;
  font-family: var(--zf-secondary-medium);
  line-height: 46px;
  width: 44%;
  margin: 10px auto 18px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.features-list li {
  border-radius: 12px;
  background: #F5F6F4;
  padding: 40px 40px 0;
  flex: 1 1 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.features-list li .box-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24%;
  border-radius: 0px 0px 16px 16px;
  background: linear-gradient(170deg, rgba(243, 244, 242, 0.00) 3.49%, #F3F4F2 87.93%);
}

.features-list li .title {
  font-size: 19px;
  font-family: var(--zf-primary-semibold);
  text-align: left;
  color: #010f07;
}

.features-list li .desc {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  margin: 10px 0 20px;
}

.features-list li:nth-child(4) {
  flex: 1 1 66%;
  background: #0B592F;
  flex-direction: row;
}

.features-list li:nth-child(4) div {
  align-content: center;
  flex: 1 1 46%;
}

.features-list li:nth-child(4) p {
  color: #fff;
  width: 89%;
}

.features-list li:last-child {
  flex: 1 1 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.features-list li:last-child div {
  align-content: center;
  flex: 1 1 45%;
  font-size: 0;
}

.features-list li:last-child .desc,
.features-list li:last-child .title {
  width: 80%;
}

.header-cas-label {
  text-transform: none;
}

.container {
  max-width: 1150px;
  margin: auto;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .features-list li {
    flex: 1 1 31%;
  }
  
}

@media screen and (max-width: 768px) {
  .features-container {
    padding: 60px 0;
  }
  .features-list li,
  .features-list li:nth-child(4),
  .features-list li:last-child {
    flex: 1 1 48%;
  }
  .features-header {
    font-size: 28px;
    line-height: 38px;
    width: 63%;
  }
  .features-list li:nth-child(4),
  .features-list li:last-child {
    flex-direction: column;
    background: #F5F6F4;
  }
  .features-list li:nth-child(4) p {
    color: #000;
  }
  .features-list li:nth-child(3) {
    display: flex;
    flex-direction: row;
    background: #0B592F;
    flex: 1 1 100%;
  }
  .features-list li:nth-child(3) .box-shadow {
    display: none;
  }
  .features-list li:nth-child(3) p {
    color: #fff;
    width: 90%;
  }
  .features-list li:last-child {
    flex-direction: row;
    flex: 1 1 100%;
    align-items: end;
  }
  .features-list li:last-child .desc {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .features-header {
    width: 90%;
  }
  .features-list li,
  .features-list li:nth-child(3),
  .features-list li:last-child,
  .features-list li:nth-child(4) {
    flex: 1 1 100%;
  }
  .features-list li:nth-child(3),
  .features-list li:last-child {
    flex-direction: column;
    background: #F5F6F4;
  }
  .features-list li:nth-child(3) p {
    color: #000;
  }
}



.benefits-section {
  padding: 0 5%;
}

.benefits-title {
  font-size: 36px;
    font-family: var(--zf-secondary-medium);
  line-height: 46px;
  width: 39%;
  margin: 10px 0 18px;
}

.setup-testimonial-container {
  overflow: hidden;
  position: relative;
}

.setup-list {
  display: flex;
  margin: 40px 0 60px;
  border-bottom: 1px solid #eaebd4;
  gap: 50px;
}

.setup-title {
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
  cursor: pointer;
  line-height: 20px;
}

.setup-title:hover {
  color: #000;
}

.setup-title.active {
    font-family: var(--zf-primary-semibold);
}

.setup-title::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0%;
  display: block;
  transition: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  bottom: -2px;
  background: linear-gradient(90deg, #00B344 50%, rgba(255, 255, 255, 0) 50%) 100% 100% / 200% 100%;
  transition: background 9s ease-out;
}

.setup-title.active::after {
  width: 100%;
  background-position: 0 100%;
}

.testimonial-setup-header {
  font-size: 24px;
    font-family: var(--zf-primary-semibold);
  line-height: 38px;
}

.testimonial-setup-desc {
  margin: 10px 0;
}

.points {
  padding-left: 13px;
}

.points li {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 5px;
  border-bottom: 1px solid #d9d9d9;
  list-style: disc;
}

.points li:last-child {
  border: none;
}

.testimonial-image {
  align-content: center;
  background: #f4f9f4;
  padding: 4px;
  border-radius: 16px;
}

.feature-video {
  width: 100%;
}

.setup-details {
  flex: 1 1 33%;
}

.testimonial-item {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  justify-content: space-between;
  gap: 70px;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s, z-index 0.5s;
}

.testimonial-item.active {
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .testimonial-item {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .setup-list {
    gap: 100px;
    margin: 40px 0;
    padding: 0 20px;
  }

  .benefits-section {
    padding-bottom: 60px;
  }

  .benefits-title {
    font-size: 32px;
    width: 57%;
  }

  .setup-details {
    width: 100%;
  }

  .testimonial-image {
    padding: 40px;
  }

  .feature-img {
    text-align: center;
  }

  .feature-video {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .benefits-container .labels {
    text-align: center;
  }

  .benefits-title {
    width: 84%;
    margin: auto;
    text-align: center;
    font-size: 28px;
    font-family: var(--zf-secondary-medium);
    line-height: 38px;
  }

  .setup-list {
    gap: 25px;
    padding: 0;
  }

  .feature-video {
    width: 90%;
  }

  .setup-title {
    font-size: 14px;
  }
}




.suppor-section {
  padding: 0 5% 80px;
  background: #FAFAF8;
}

.support-container {
  border-radius: 16px;
  background: #F0EFE9;
  padding: 40px 50px 0;
}

.helpdesk-email-section {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D0D0D0;
}

.support-image {
  width: 52%;
  align-content: center;
}

.support-heade h2 {
  font-size: 36px;
    font-family: var(--zf-secondary-medium);
  line-height: 46px;
}
.support-heade p {
  font-size: 14px;
  margin-top: 10px;
  width: 80%;
}

.help-support-emails {
  padding-left: 40px;
  border-left: 1px solid #D0D0D0;
}
.help-support-emails div {
  align-content: center;
  padding: 26px 0;
}

.support-enquiry {
  position: relative;
}
.support-enquiry::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 56%;
  margin: auto;
  height: 1px;
  background: #D0D0D0;
}

.support-type {
  font-size: 16px;
    font-family: var(--zf-primary-bold);
  line-height: normal;
}
.support-mail {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.support-mail a {
color: #000;
  font-size: 14px;
  line-height: normal;
  text-decoration-line: underline;
}

/* Ebook Section */
.ebooks-programmer-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}

.ebboks-image-section {
  flex: 1 1 20%;
  font-size: 0;
}

.ebook-programe-details-container {
  display: flex;
}
.ebook-programe-details {
  flex: 1 1 38%;
  margin-bottom: 40px;
}
.ebook-programe-details:last-child {
  padding-left: 40px;
  border-left: 1px solid #D0D0D0;
}

.ebook-programe-details .heading {
  font-size: 22px;
    font-family: var(--zf-primary-bold);
  line-height: 30px;
  margin: 10px 0 12px;
}
.ebook-programe-details .labels {
  color: #069949;
  font-size: 14px;
    font-family: var(--zf-primary-semibold);
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 18px;
}
.ebook-programe-details a {
color: #000;
  text-decoration: underline;
  font-size: 14px;
    font-family: var(--zf-secondary-medium);
  line-height: 28px;
}

.e-program-link {
  display: flex;
  font-size: 14px;
  align-items: last baseline;
    font-family: var(--zf-secondary-medium);
  cursor: pointer;
  text-decoration: underline;
}

.e-program-link img {
  transition: transform 0.3s ease;
  margin-left: 5px;
  align-content: end;
}

.e-program-link:hover img {
  transform: translateX(5px);
}

/* Animation */
.slide-up-element {
  transform: translateY(50px);
  transition: transform 0.5s ease-out;
}
.slide-up-element.animate {
  transform: translateY(0);
}






.pricing-sections {
  padding: 90px 5%;

}
.pricing-container {
  background: #069949;
  border-radius: 16px;
  padding: 48px;
}
.pricing-container .labels {
  text-align: center;
  color: #F0BE32;
}
.pricing-header {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-family: var(--zf-secondary-medium);;
  line-height: 46px;
  width: 77%;
  margin: 10px auto 20px;
}
.price-currecy-toggle {
  text-align: center;
}

.pricing-detail-cards {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
} 
.plan-head-wrap,
.free-plan-card {
  width: 386px;
}
.plan-head-wrap:first-child {
  border-right: 1px solid #EAEBD4;
} 
.free-plan-card{
  background: #FFF2C8;
  border: 2px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  margin: auto;

}
.free-plan-card .currencySymbol,
.free-plan-card .price-free,
.price-yearly .currencySymbol,
.price-yearly .year,
.show-monthly .price-monthly .currencySymbol,
.show-monthly .price-monthly .month {
  font-family: var(--secondaryfont-bold);
}
.free-plan-card .join-partner-link {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-family: var(--zf-primary-semibold);
  line-height: 26px;
  margin-bottom: 12px;
  text-decoration-line: underline;
} 
.paid-plan-card {
  display: flex;
  border: 1px solid #EAEBD4;
  border-radius: 16px;
  overflow: hidden;
}
.paid-plan-card .plan-head-wrap  {
  background: #fff;
  position: relative;
}
.details-wrap {
  padding: 26px 20px 30px;
}

.mobile-feature-list li {
    font-size: 14px;
    text-align: left;
    padding: 8px 0;
}
.mobile-feature-list li:last-child {
  padding-bottom: 35px;
}
.mobile-feature-list li svg{
  width: 12px;
}
.plan-name {
  font-family: var(--secondaryfont-bold);;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #EAEBD4;
  padding: 16px 0;
}
.free-plan-card .plan-name {
  background: #FFEBABCC;
  color: #069949;
  border-bottom: 1px solid #fff;

}

.plan-desc {
  font-size: 13px;
  line-height: 23px;
  min-height: 100px;
}
.pricing-amount-container {
  min-height: 103px;
  max-height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.currencySymbol {
  font-size: 16px;
 }

.price-monthly:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
}

 .price-yearly,
 .price-free {
  font-size: 60px;
  line-height: normal;
  transition: all 0.5s ease;
  transform: scale(100%);
  }
  .price-monthly {
    opacity: .5;
    position: relative;
    line-height: normal;
    transition: all 0.5s ease;
    margin-bottom: 10px;
  }
  .show-monthly .price-monthly {
    opacity: 1;
    font-size: 60px;
    transform: scale(100%);
    transform: translateY(55%);
    margin-bottom: 0;
  }
  .show-monthly .price-yearly  {
    transform: scale(0);
  }

.show-monthly .price-monthly  .currencySymbol {
    
  }
  .show-monthly .price-monthly::before {
    content: none;
  }

.billing-method.monthly {
  display: none;
}
.billing-method {
  color: #7b7b7b;
  padding-bottom: 19px;
  font-size: 13px;
}

.show-monthly .billing-method.monthly {
  display: block;
}
.show-monthly .billing-method.yearly {
  display: none;
}

.secondary-cta {
  display: inline-block;
  background: #069949;
  color: #FFF;
  font-size: 14px;
  font-family: var(--secondaryfont-bold);;
  padding: 20px; 
  border-radius: 6px;
  width: 95%;
}
.freetrial-cta {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.freetrial-cta:hover {
  background: #069949;
  color: #fff;
  border: 1px solid #069949;
  transition: background 0.5s;
}

a.compare-plan {
  display: block;
  color: #fff;
    font-family: var(--zf-primary-semibold);
  width: max-content;
  margin: auto;
  margin-top: 30px;
  text-decoration: underline;
}

a.compare-plan svg {
  transition: transform 0.3s ease;
  margin-left: 5px; 
}
a.compare-plan path {
  fill: #fff;
}
a.compare-plan:hover svg {
  transform: translateX(5px);
}







@media screen and (max-width: 1024px) {

  .ebook-programe-details .lables {
    font-size: 12px;
  }
  .ebook-programe-details .heading {
    font-size: 18px;
    line-height: 28px;
  }.ebboks-image-section {
    flex: 1 1 30%;
  }
  .plan-desc {
    min-height: 74px;
    font-size: 10px;
    line-height: 19px;
}
.answer p {
  font-size: 14px;
}
.pricing-header {
  font-size: 28px;
  line-height: 40px;
}
.help-support-emails div {
  padding: 18px 0;
}
.support-image {
  width: 80%;
}

}

@media screen and (max-width: 768px) {
  .helpdesk-email-section {
    gap: 20px;
    align-items: center;
  }    
  .ebook-programe-details .lables {
    font-size: 8px;
}
.support-mail a {
  font-size: 10px;
}

  .paid-plan-card, .pricing-detail-cards {
    border: none;
    flex-direction: column;
    gap: 20px;
  }
  .details-wrap {
    padding: 20px 40px 30px;
}
}
.testimonial-mobile {
    display: none;
    cursor: pointer;
  }
  .testimonial-section {
    background: #fff;
    padding: 80px 5%;
  }
  .hide {
    display: none;
  }
  .testimonial-container {
    max-width: 1150px;
    margin: auto;
  }
  .testimonial-container.disable {
    pointer-events: none; 
  }
  .testimonial-container.disable .video-icon {
    display: none;
  }
  .testimonial-header {
    text-align: left;
  }
  .testimonial-subtitle {
    color: #069949;
    font-size: 13px;
    font-family: var(--zf-primary-bold);
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
  .testimonial-mainheader {
    width: 44%;
    margin: 10px 0 18px;
    font-size: 36px;
    font-family: var(--zf-secondary-medium);
    line-height: 46px;
  }
  
  .testimonial-window {
    border-radius: 16px;
    overflow: hidden;
    background-repeat:no-repeat ;
    background-size: cover;
    background-position: top;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    cursor: pointer;
  }
  
  .testimonial-window:hover .video-icon {
    background: #000;
    color: #FFF;
    transform: scale(1.1);
  }
  .left-side {
    align-self: flex-end;
    padding: 37px;
  }
  .right-side {
    width: 46%;
    height: 100%;
    align-self: center;
    padding: 10% 6%;
    background: linear-gradient(276deg, #000000CC 25.71%, #000000D1 79.23%, #00000000 91.42%);
  }
  .testimonial-content {
    margin: 0;
    max-width: 338px;
    text-align: left;
  }
  .testimonial-name {
    color: #FFF;
    font-size: 20px;  
    font-family: var(--zf-secondary-medium);
    line-height: 28px;
  }
  .testimonial-position::after {
    content: '';
    position: absolute;
    background: #FFF;
    width: 26px;
    height: 1px;
    bottom: -14px;
    left: 0;
  }
  .testimonial-position {
    color: #FFF;
    font-family: var(--zf-secondary-medium);
    position: relative;
  }
  .testimonial-description {
    color: #FFF;
    font-size: 15px;
    padding: 31px 0 0;
    opacity: 0.8;
  }
  .video-icon {
    color: #FFF;
    padding: 12px 13px;
    border-radius: 21px;
    border: 1px solid #4f4f4f;
    background: linear-gradient(47deg, #000 -94.04%, #00000000 141.27%);
    display: flex;
    align-items: center;
    gap: 9px;
    transition: transform 0.3s ease-in-out;
  }
  .testimonial-details {
    margin: 0;
    max-width: 338px;
    text-align: left;
  }
  @media screen and (max-width: 1024px) {
    .testimonial-mainheader {
      width: 55%;
    }
    .right-side {
      padding: 80px 50px;
    }
    .testimonial-name {
      font-size: 18px;
    }
    .testimonial-position {
      font-size: 14px;
    }
    .testimonial-description,
    .video-icon {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 768px) {
    .right-side {
      padding: 6%;
      width: 54%;
    }
    .downloadebook-popup {
      padding: 20px;
    }
  }
  @media screen and (max-width: 500px){
    .testimonial-window {
      display: none;
    }
    .testimonial-mobile {
      display: block;
    }
  
    .testimonial-header,
    .testimonial-mobile,
    .testimonial-mainheader  {
      text-align: center;
    }
    .testimonial-mainheader {
      width: 82%;
      font-size: 24px;
      margin: 10px auto 35px;
      line-height: 33px;
    }
    .testimonial-description {
      font-size: 16px;
      line-height: 28px;
      padding: 16px 0;
    }
    .testimonial-name,
    .testimonial-position,
    .testimonial-description {
      color: #000;
    }
    .testimonial-name {
      font-size: 20px;
    }
    .testimonial-position {
      font-size: 17px;
    }
    .mobile-customer-image {
      height: 200px;
      background-size: cover;
      border-radius: 8px;
      margin-top: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }










.downloadebook-popup.show {
  display: flex;
}
img {
  max-width: 100%;
}
.downloadebook-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 40px;
  display: none;
}
.downloadebook-popup.show {
  display: flex;
}
.popup-contaciner {
  max-width: 820px;
  background-color: #fff;
  padding:  58px 20px;
  position: relative;
  border-radius: 6px;
}
.ebbok-popup-close {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.ebbok-popup-close img{
  width: 30px;
}
.popup-contents {
  display: flex;
  gap: 60px;
  align-items: center;
}
.popup-title {
  width: 75%;
  font-size: 26px;
  font-family: var(--zf-primary-bold);
  margin: 20px 0;
  line-height: 35px;
}

.popup-img-ebook {
  flex: 1 1 40%;
  margin-left: -20%;
  box-shadow: 3px 4px 20px rgba(50,45,70,.34);
  border-radius: 6px;
  overflow: hidden;
}
.ebook-form-field {
 flex: 1 1 50%;
}
.ebook-form {
  width: 75%;
}
.ebook-text {
  font-size: 16px;
}
.ebook-form .cwf-button[type=submit] {
  width: 100%;
  background-color: #073d32 !important;
}


@media screen and (max-width: 1024px) {
  .popup-img-ebook {
    margin-left: -9%;
  }
}
@media screen and (max-width: 768px) {
  .ebook-form {
    margin: auto;
  }
  .popup-title {
    width: 55%;
  }
  .popup-img-ebook {
    display: none;
  }
  .popup-contaciner {
    margin: 118px 0;
  }
  .popup-title,.ebook-text{
    text-align: center;
  }
  .popup-title {  
    font-size: 20px;
    margin: 20px auto;
    line-height: 30px;
  }
  .pricing-sections {
    padding: 0px;
  }
  .pricing-container {
    border-radius: 0;
    padding: 75px 5% 90px;
  }
  .paid-plan-card .plan-head-wrap {
    border: 1px solid #eaebd4;
    border-radius: 16px;
    margin: auto;
}
.support-container {
  padding: 30px 25px 0;
}
.support-heade h2 {
  font-size: 20px;
  line-height: 30px;
}
.support-heade p {
  font-size: 9px;
  line-height: 15px;
}
.support-type {
    font-size: 12px;
}
.help-support-emails {
  padding-left: 20px;
}
.help-support-emails, .support-heade {
  flex: 1 1 60%;
}
.ebook-programe-details .heading {
  font-size: 13px;
  line-height: 18px;
}
}


@media screen and (max-width: 500px) {
  .dashboard-img-section { 
    padding: 0 5% 60px;
  }
  .home-header-section {
    padding-top: 80px;
  }
  .home-container .title { 
    font-size: 35px;
    line-height: 49px;
  } 
  .description {
    font-size: 15px;
    width: 90%;
  }
  .heade-cta-section {
    flex-direction: column;
  }

  .watch-video-btn {
    font-size: 14px;
    top: 35%;
    left: 30%;
  }
  .watch-video-btn svg{
    width: 25px;
  }
  .video-btn-inner {
    padding:10px 20px 10px 10px;
  }

/* pricing section */
.pricing-header{
  width: auto;
  margin: 10px auto 0;
}
.pricing-amount-container {
  margin-bottom: 0;
}
/* spotlite section*/
  .spotlite-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    width: 100%;
  }
  .spotlite-list {
    border-left: none;
    border-right: none;
  }
  .spotlite-list li:nth-child(2) {
    border-right: none;
  }
  .spotlite-list .title {
    font-size: 18px;
  }
  .spotlite-list .desc {
    font-size: 14px;
  }
  .spotlite-list li {
    padding: 30px 15px;
    border: none ;
    border-top: 1px solid #EAEBD4 ; 
    flex: 1 1 100%;
  }
  .spotlite-list,
  .spotlite-list li:first-child {
    border-top: none;
  }

  /* features */
  .features-header {
    width: 90%;
  } 
  .features-list li,
  .features-list li:nth-child(3),
  .features-list li:last-child,
  .features-list li:nth-child(4)  {
    flex: 1 1 100%;
  }
  .features-list li:nth-child(3),
  .features-list li:last-child {
    flex-direction: column;
    background: #F5F6F4;
  }
  .features-list li:nth-child(3) p {
    color: #000;
  }
  .pricing-container {
    padding-bottom: 40px;
  }


/* helpdesk section */
.support-container {
  background: #F7F7F4;
  border-top: 1px solid #D0D0D0;
  border-radius: 0;
  padding: 30px 0 0;
}
.suppor-section {
  padding-bottom: 56px;
}
.helpdesk-email-section,
.ebook-programe-details-container {
  text-align: center;
  flex-direction: column;
}
.support-image,.ebooks-image-section {
  display: none;
}
.ebook-programe-details:last-child {
  padding: 0;
  margin: 0;
}
.help-support-emails,
.ebook-programe-details:last-child {
  border: none;
}
.ebook-programe-details {
  flex: 1 1 100%  ;
}
.ebooks-programmer-section {
  justify-content: center;
}
.support-heade h2 {
  font-size: 28px;
  line-height: 38px;
  width: 89%;
  margin: 10px auto;
}
.support-heade p {
font-size: 14px;
line-height: 25px;
margin: auto;
}
.support-type {
  font-size: 16px;
}
.support-mail {
  justify-content: center;
}
.support-mail a {
font-size: 13px;
}
.help-support-emails {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.help-support-emails div {
  padding: 20px 0;
}
.helpdesk-email-section {
  gap: 10px;
  padding-bottom: 28px;
}
.ebook-programe-details .lables {
  font-size: 12px;
}
.ebook-programe-details .heading {
width: 75%;
margin: 4px auto 12px;
font-size: 20px;
line-height: 30px;
}
.ebook-programe-details a {
  font-size: 14px;
}
.e-program-link {
  justify-content: center;
}
.pricing-switcher {
  margin: 30px 0;
}
.support-enquiry::after {
  bottom: -14%;
  left: 22%;
}
.ebook-form {
  width: 100%;
}
.ebboks-image-section {
  display: none;
}
}

@media screen and (max-width: 400px) {
  .spotlite-list li .title {
    min-height: 40px;
  }
  .spotlite-list .desc {
    width: 80%;
    margin: auto;
  } 

  .pricing-container {
    padding: 60px 10px;
  }
  .savings-label {
    display: none;
  }
  .save-more-text {
    margin-top: 10px;
    font-size: 18px;
  }
  .pricing-switcher {
    margin-bottom: 25px;
  }
  .free-plan-card,
  .paid-plan-card .plan-head-wrap  {
    width: auto;
  }
  .webinar-date-time span{
    display: block;
    padding: 0;
    margin: 10px 0;
    border: none;
  }
}

