/* --------------------------------------------------
   Global / Common Styles
-------------------------------------------------- */

.zw-product-header {
  background: #fdffe9;
  border-bottom: 1px solid #edeedb;
}

.hide {
  display: none !important;
}

.d-flex {
  display: flex;
}

nav.product-header-section {
  background: #fdffe9;
  border-bottom: 1px solid #edeedb;
}

.slide-up-element {
  transform: translateY(50px);
  transition: transform 0.5s ease-out;
}

.slide-up-element.animate {
  transform: translateY(0);
}

.common-cta-style {
  font-family: 'zoho_puvi_bold';
  font-size: 14px;
  padding: 18px 42px;
  border-radius: 8px;
  border: 1px solid #010f07;
  cursor: pointer;
  line-height: normal;
}

.requestdemo-cta:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.container {
  max-width: 1150px;
  margin: auto;
}


/* --------------------------------------------------
   Header Section
-------------------------------------------------- */

.home-header-section {
  padding: 54px 5% 80px;
  background: #fdffe9;
}

.home-container {
  text-align: center;
}

.home-container .title {
  font-size: 52px;
  line-height: 60px;
  width: 60%;
  margin: auto;
}

.description {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  width: 54%;
  margin: 15px auto 25px;
}

.heade-cta-section {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.signupcta {
  background: #069949;
  border: 1px solid #069949;
}

.signupcta a {
  color: #fff;
  font-family: 'zoho_puvi_bold';
}

.dashboard-image {
  margin-top: 54px;
}


/* --------------------------------------------------
   Webinar Banner
-------------------------------------------------- */

.webinar-banner {
  max-width: 1150px;
  border-radius: 12px;
  background: #074415;
  color: #fff;
  margin: -25px auto 0;
}

.webinar-banner p,
.webinar-banner a {
  color: #fff;
}

.webinar-banner .triangle {
  border-left: 7px solid #fff;
}

.webinar-banner .time,
.webinar-banner .webinar-name {
  border-color: #069949;
}



  .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-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
  .testimonial-mainheader {
    font-family: 'zoho_puvi_medium';
    width: 44%;
    margin: 10px 0 18px;
    font-size: 36px;
    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;
    line-height: normal;
  }
  
  .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-details {
    margin: 0;
    max-width: 338px;
    text-align: left;
  }
  .testimonial-name {
    font-family: 'zoho_puvi_medium';
    color: #FFF;
    font-size: 20px;  
    line-height: 28px;
    margin: 0;
  }
  .testimonial-position::after {
    content: '';
    position: absolute;
    background: #FFF;
    width: 26px;
    height: 1px;
    bottom: -14px;
    left: 0;
  }
  .testimonial-position {
    font-family: 'zoho_puvi_medium';
    font-size: 16px;
    color: #FFF;
    position: relative;
    margin: 0;
  }
  .testimonial-description {
    color: #FFF;
    font-size: 15px;
    padding: 31px 0 0;
    opacity: 0.8;
    margin: 0;
    line-height: 26px;
  }
  .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;
  }

  @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%;
    }
  }
  @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;
    }
  }




.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);
    }




.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);
    }








/* --------------------------------------------------
   Features Section
-------------------------------------------------- */

.features-section {
  padding: 80px 5%;
}

.feature-title {
  font-family: 'zoho_puvi_medium';
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  width: 38%;
  margin: auto;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.features-list li {
  flex: 1 1 19%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 35px 0;
  border-radius: 12px;
  background: #F4F5F3;
  overflow: hidden;
  border: 1px solid #e6e8e4;
  line-height: 0;
}

.features-list li .box-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24%;
  background: linear-gradient(
    182deg,
    rgb(255 255 255 / 0%) 0,
    rgb(241 243 240 / 70%) 68.08%
  );
}

.features-item h3 {
  font-family: 'zoho_puvi_semibold';
  font-size: 19px;
  line-height: 27px;
  width: 80%;
}

.features-item p {
  font-size: 14px;
  line-height: 27px;
  padding: 10px 0 20px;
  margin: 0;
  color: #09090B;
}


/* Special Ledger Features Layout */
.features-list li:last-child {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 100%;
  justify-content: center;
  padding: 0;
}

.features-list li:last-child .feature-details {
  flex-basis: 56%;
  align-content: center;
  padding: 40px 60px;
}

.features-list li:last-child .img-container {
  flex-basis: 44%;
}

.features-list li:last-child p {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0 0;
}

.features-list li:last-child h3 {
  padding-bottom: 20px;
  font-size: 30px;
}
img-container {
  display: flex;
}

/* --------------------------------------------------
   Why Choose Section
-------------------------------------------------- */

.whay-chose-section {
  padding: 80px 5%;
  background: #000;
}

.whay-chose-container {
  max-width: 1150px;
  margin: auto;
}

.whay-chose-title {
  font-family: 'zoho_puvi_medium';
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}

.whay-chose-list-items {
  gap: 18px;
}

.screenshot-list {
  margin: 40px 0 20px;
}

.whychose-item {
  padding: 26px;
  border-radius: 16px;
  flex: 1 1 33%;
  border: 1px solid #222222;
}

.whychose-item:hover {
  border-color: #2f2f2f;
  cursor: pointer;
}

.screenshot-list img.active {
    display: block;
}

.whychose-item.active {
  background: #171717;
  border: 1px solid #171717;
}

.whychose-item.active p {
  color: #909090;
}

.whychose-item p.integ-type {
  font-size: 12px;
  line-height: 18px;
  padding: 10px 0;
  color: #B8B8B8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.whychose-item h4 {
  font-family: zoho_puvi_semibold;
  font-size: 19px;
  line-height: 28px;
  color: #B8B8B8;
  margin: 20px 0 12px;
}

.whychose-item p {
  font-size: 15px;
  line-height: 28px;
  color: #5B5A5A;
  width: 92%;
}

.screenshot-list img,
.whychose-mobile-img {
  display: none;
}

.testimonial-subtitle {
  display: none;
}


/* --------------------------------------------------
   Footer Section
-------------------------------------------------- */

.footer-section-common {
  background: #000;
  color: #FFF;
  padding: 90px 5%;
}

.footer-container-common {
  max-width: 1150px;
  margin: auto;
  text-align: center;
}

.footer-container-common h2 {
  color: #F0EFE9;
  font-size: 36px;
  line-height: 48px;
}

.footer-cta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.footer-cta {
  color: #FFF;
  font-family: 'zoho_puvi_bold';
  font-size: 14px;
  padding: 18px 42px;
  border-radius: 8px;
  line-height: normal;
}

.footer-container-common a {
  background: #069949;
  border: 1px solid #069949;
}

.footer-container-common a:hover {
  background: #0B592F;
  border: 1px solid #0B592F;
}

.request-demo {
  border: 1px solid #fff;
}

.request-demo:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}



/* --------------------------------------------------
   Media Queries
-------------------------------------------------- */

/* -------- 1024px -------- */
@media screen and (max-width: 1024px) {
  .home-container .title {
    width: 94%;
  }
  .feature-title {
    width: 65%;
  }
  .features-item h3 {
    width: 92%;
    min-height: auto;
  }
  .testimonial-title {
    width: 54%;
  }
  .features-list {
    gap: 24px;
  }
  .features-list li {
    flex-basis: 48%;
  }
  .features-list li:last-child {
    flex-direction: column;
    flex-basis: 48%;
    padding: 40px 35px 0;
  }
  .features-list li:last-child .feature-details {
    padding: 0;
    align-content: flex-start;
  }
  .features-list li:last-child h3 {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .features-list li:last-child .img-container {
    width: auto;
  }
  .features-list li:last-child p {
    border: none;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .webinar-banner {
    margin: -25px 5% 0;
  }
  .footer-section-common {
    padding: 65px 5%;
  }
  .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;
  }
}


/* -------- 768px -------- */
@media screen and (max-width: 768px) {
  .home-header-section {
    padding-bottom: 60px;
  }
  .home-container .title {
    font-size: 46px;
  }
  .description {
    width: 75%;
    margin: 12px auto 22px;
  }
  .feature-title {
    font-size: 32px;
    line-height: 42px;
  }
  .whychose-item p {
    color: #909090;
  }
  .dashboard-image {
    margin-top: 42px;
  }
  .whychose-item.active {
    border: 1px solid #222222;
    background: #000;
  }
  .whychose-item {
    padding: 32px 26px;
  }
  .whay-chose-list-items {
    gap: 24px;
    flex-direction: column;
  }
  .features-section,
  .whay-chose-section {
    padding: 60px 5%;
  }
  .screenshot-list {
    display: none;
  }
  .whay-chose-title {
    font-size: 32px;
    margin-bottom: 42px;
    text-align: center;
  }
  .whychose-mobile-img {
    display: block;
    margin-top: 20px;
  }
  .right-side {
    padding: 6%;
    width: 54%;
  }
  .testimonial-mainheader {
    width: 73%;
  }
}


/* -------- 600px -------- */
@media screen and (max-width: 600px) {
  .home-container .title {
    font-size: 35px;
    line-height: 49px;
  }
  .description {
    font-size: 15px;
    width: 90%;
  }
  .heade-cta-section {
    flex-wrap: wrap;
    justify-content: center;
  }
  .common-cta-style,
  .feature-title {
    width: 98%;
  }
  .features-list li {
    flex-basis: 100%;
    padding: 25px;
  }
}


@media screen and (max-width: 500px) {
  .footer-section-common {
    padding: 60px 5%;
  }
  .footer-container-common h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
  }
  .footer-cta-list {
    flex-direction: column;
  }
  .footer-cta {
    width: 75%;
    margin: auto;
  }
  .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;
  }
}

@media (max-width: 1200px) {
  .demo-popup-content {
    display: none;
  }
}


