.livryte-hero-img-section-about {
  position: relative;
  background-size: cover;
  background-position: 0 -140px;

  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.livryte-hero-overlay-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 4, 4, 0.9);

  z-index: 1;
}
.livryte-hero-header-about {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.livryte-hero-content-about {
  position: relative;
  z-index: 2;
  text-align: center;
  /* padding-bottom: 140px; */
      padding-top: 130px;
}

.hero-breadcrumb-about {
  font-family: "Geist Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);

  line-height: 100%;
  letter-spacing: 0%;
}
.hero-breadcrumb-about .active {
  font-family: "Geist Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: rgba(193, 31, 58, 1);

  line-height: 100%;
  letter-spacing: 0%;
}
.breadcrumb-separator-about {
  margin: 0 5px;
}

.hero-title-service-about {
  font-family: "Geist Sans";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  color: rgba(255, 255, 255, 1);

  line-height: 100%;
  letter-spacing: 0%;
}

.about-content-livryte {
  padding-top: 100px;
  padding-bottom: 0px;
}

.innerdiv-about-livryte {
  margin-bottom: 3rem;
  text-align: center;
}

.innerdiv-title-about-livryte {
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    color: rgba(20, 12, 13, 1);
    line-height: 28px;
    display: flex;
    gap: 8px;
    align-items: center;
    letter-spacing: 0%;
    justify-content: center;
    text-transform: uppercase;
}

.innerdiv-smalltext-about-livryte {
  font-family: "Geist Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  color: rgba(0, 0, 0, 1);

  line-height: 64px;
  letter-spacing: 0%;
}

.ptext-innerdiv-about-livryte {
  font-family: Gantari;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  color: rgba(20, 12, 13, 0.7);

  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}

.about-card {
  background: rgba(193, 31, 58, 1) url("/themes/custom/livryte/images/Group\ 54.png") no-repeat right;
  background-size: 120px cover; /* ya "contain" agar image chhoti hai */

  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-card-2 {
  background: rgba(193, 31, 58, 0.81) url("/themes/custom/livryte/images/livryt-bg-img.png") no-repeat
    center;
  background-size: cover; /* ya "contain" agar image chhoti hai */
  padding-left: 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-grid-layout {
  align-items: stretch;
  --bs-gutter-y: 1.5rem;
}
.grid-img1 {
  width: 100%;
  height: 100%;
}

.grid-img2 {
  width: 100%;
  height: 322px;
}

.grid-layout-right-row {
  margin-bottom: 1rem;
  --bs-gutter-y: 1rem;
}
.grid-about-card-h2 {
  font-family: Gantari;
  font-weight: 500;
  font-style: Medium;
  font-size: 100px;
  color: rgba(255, 255, 255, 1);

  line-height: 110px;
  letter-spacing: 0%;
}
.grid-about-card-h2 span {
  font-family: Gantari;
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  color: rgba(255, 255, 255, 1);
  line-height: 110px;
  letter-spacing: 0%;
}

.grid-about-ptext {
  margin-top: 2rem;
  font-family: Gantari;
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  letter-spacing: 0%;
}

.marquee-wrapper-about {
  overflow: hidden;
  background: rgba(241, 244, 248, 1);

  position: relative;

  gap: 20px;

  opacity: 1;
  padding-top: 40px;

  padding-bottom: 40px;
}

.marquee-track-about {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

.marquee-item-about {
  white-space: nowrap;
  display: flex;
}

.about-marquee-ptext {
  font-family: "Geist Sans";
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  color: rgba(0, 0, 0, 1);
  margin: 0 2rem;
  line-height: 46px;
  letter-spacing: 0%;

  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Core Values Background Wrapper */

.livryte-about-ptext {
  font-family: Gantari;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  color: rgba(20, 12, 13, 0.7);

  line-height: 28px;
  letter-spacing: 0%;
}
.livryte-aboutget-btn {
  background: rgba(193, 31, 58, 1);
  border-radius: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: "Geist Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  border: none;
  line-height: 100%;
 letter-spacing: 1px;
    text-decoration: none;
}
.livryte-aboutget-btn img {
  width: 18px;
  height: 18px;
}
.about-coresection-img {
  width: 100%;
  object-fit: cover;
  height: auto;
  filter: brightness(0.8);
}

.node-2 .about-core-values-section {
    padding-top: 100px;
    padding-bottom: 93px;
}

.about-core-bg-img {
  overflow: hidden;
  position: relative;
  border-radius: 12px;

  margin-top: 70px;
}

/* Overlay Cards */
.about-core-cards {
  position: absolute;
  bottom: 20px;

  left: 50%;
  width: 1296px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
}

.about-value-card {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 4px solid rgba(193, 31, 58, 1);
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 25px;
  padding-top: 25px;

  flex: 1;
  text-align: left;
  box-shadow: var(--bs-box-shadow);
}

.about-icon img {
  margin-bottom: 3rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(234, 229, 230, 1);
  border-radius: 46px;
  padding: 12px;
}
.about-value-card h5 {
  font-family: Gantari;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  color: rgba(0, 0, 0, 1);

  line-height: 38px;
  letter-spacing: 0%;
}

.about-value-card p {
  font-family: Gantari;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);

  line-height: 30px;
  letter-spacing: 0%;
}

.about-founder-section {
  padding: 100px 0;
}
.node-2 .livryte-our-blogs-section {
    padding-top: 80px;
    padding-bottom: 100px;
    background: #fff;
}

.about-founder-section-label {
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(20, 12, 13, 1);
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.about-founder-section-title {
  font-family: "Geist Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 56px;
  color: rgba(0, 0, 0, 1);

  line-height: 64px;
  letter-spacing: 0%;
}
.about-scroll-section-label span {
    display: flex;
}
.node-9 .livryte-video-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 41%;
    align-content: end;
    /* max-width: 300px; */
    margin-left: 45px;
    text-align: start;
}
.node-9 h1.video-section-h1title {

    text-align: start;
}
.node-9 .livryte-video-hero-content p {
    margin-bottom: 100px;
    font-size: 20px;
}
.node-9 .ourstory-shortdiv-section {
   padding-bottom: 0px; 
}
.node-9 .video-section-hero-marquee {
    display: none;
}
.node-9 p.video-section-welcome-text {
    font-family: "Geist Sans";
    font-weight: 500;
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-style: Medium;
    /* font-size: 56px; */
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: start;
    margin-bottom: 24px;
}
.node-3 .livryte-ourblog-row-smalltext {
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(20, 12, 13, 1);
    line-height: 20px;
    letter-spacing: 0%;
    justify-content: center;
    text-transform: uppercase;
}
.about-scroll-section-label {
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    letter-spacing: 0%;
    display: flex;
    gap: 8px;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-founder-desc {
  font-family: "Geist Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);

  line-height: 32px;
  letter-spacing: 0%;
}

.founder-imgcard-about {
  position: relative;
}
.node-2 .founder-imgcard-about-img {
    height: 765px;
    width: 80%;
    border-radius: 12px;
    object-fit: cover;
}

.about-founder-quote-card {
    position: absolute;
    bottom: 0;
    right: 53px;
    background: rgba(241, 244, 248, 0.9);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 20px;
    max-width: 429px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.about-quote-text {
  font-family: "Geist Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: rgba(0, 0, 0, 1);

  line-height: 31px;
  letter-spacing: 0%;

  margin-bottom: 10px;
}

.about-quote-author {
  font-family: "Geist Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  color: rgba(193, 31, 58, 1);

  line-height: 31px;
  letter-spacing: 0%;

  margin-bottom: 20px;
}

.about-founder-btn {
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding-left: 26px;
    /* margin-left: 136px; */
    padding-bottom: 18.5px;
    padding-top: 18.5px;
    padding-right: 45px;
    width: 431px;
    border: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 2;
    background: rgba(193, 31, 58, 1);
    font-family: "Geist sans";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    letter-spacing: 0%;
    float: right;
    margin-right: 50px;
}

.about-founder-info-box {
  border-left: 1px solid rgba(193, 31, 58, 1);
  padding-left: 15px;
  margin-bottom: 20px;
}

.about-founder-info-box-2 {
  padding-left: 15px;
  margin-bottom: 20px;
  border-left: 1px solid rgba(181, 201, 215, 1);
}

.about-founder-h4 {
  font-family: "Geist Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  color: rgba(0, 0, 0, 1);

  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 5px;
}

.about-founder-ptext {
  font-family: "Geist Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);

  line-height: 28px;
  letter-spacing: 0%;
}

.sales-performance-section {
  position: relative;
  background: url("/themes/custom/livryte/images/about-scroll-img.jpg") no-repeat center center/cover;
  padding: 100px 0;
}

.sales-performance-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);

  z-index: 1;
}

.sales-performance-section .container-fluid {
  position: relative;
  z-index: 2;
}

.left-section {
  position: sticky;
  padding-left: 20px;
  padding-right: 20px;
  top: 20px;
}

.about-scroll-section-label {
  font-family: Gantari;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  color: rgba(255, 255, 255, 1);

  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;

  margin-bottom: 10px;
}

.about-scroll-section-title {
  font-family: "Geist Sans";
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  color: rgba(255, 255, 255, 1);

  line-height: 100%;
  letter-spacing: 0%;

  margin-bottom: 15px;
}

.about-scroll-section-desc {
  margin-bottom: 20px;
  font-family: "Geist Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);

  line-height: 100%;
  letter-spacing: 0%;
}

.cta-btn-about-scroll {
  display: inline-block;
  background: rgba(193, 31, 58, 1);
  font-family: "Geist Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;

  line-height: 100%;
  letter-spacing: 0%;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 14px;
  padding-top: 14px;

  color: rgba(255, 255, 255, 1);

  border-radius: 12px;
  text-decoration: none;
  margin-bottom: 20px;
}

.left-img img {
  width: 100%;
  border-radius: 12px;
  margin-top: 20px;
}

.right-section {
  position: relative;
  z-index: 2; /* overlay ke upar dikhne ke liye */
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Animation keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.livryte-about-value-card {
  padding: 24px;
  border-radius: 12px;
  text-align: left;
  margin-bottom: 2rem;
  border: 1px solid rgba(195, 201, 206, 0.24);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp linear both;
  animation-timeline: view(); /* Scroll based */
  animation-range: entry 20% cover 30%; /* when it enters viewport */
}

.livryte-about-value-card .trusted-card-icon {
  margin-bottom: 15px;
}
.marquee-track-about .video-marquee-ptext {
    font-family: "Geist Sans";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    color: rgb(0 0 0);
    line-height: 46px;
    letter-spacing: 0%;
    margin: 0 2rem;
}
.slick-slide .col-md-12 {
    padding: 0 10px;
}
.right-section .col-md-4 {
    width: 100% !important;
}
.about-core-cards .revenue-livryte-stats-card {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 4px solid rgba(193, 31, 58, 1);
    border-radius: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-top: 25px;
    flex: 1;
    text-align: left;
    box-shadow: var(--bs-box-shadow);
    display: block;
}
.about-core-cards .Our-section-icon img {
    margin-bottom: 3rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 229, 230, 1);
    border-radius: 46px;
    padding: 12px;
}
.about-core-cards .revenue-livryte-stats-number {
    font-family: Gantari;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    line-height: 38px;
    letter-spacing: 1px;
}
.about-core-cards p.revenue-livryte-stats-smalltext {
    font-family: Gantari;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 1rem;
}
.about-founder-section-label span {
    display: flex;
}
