/* ================================================= */
/* Finance(Invoice & Payments) */
/* ================================================= */

.finance-invoice-section {
  height: 89.7vh;
  background-image: url("../../assets/images/finance-features/home6-banner-bg.png");
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .finance-invoice-section {
    height: 110vh;
  }
  .finance-invoice-section .finance-header-content {
    margin-top: 3rem !important;
  }
  .finance-invoice-section .finance-header-content p {
    width: 60% !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .finance-invoice-section {
    height: 90vh;
  }
  .finance-invoice-section .finance-header-content {
    margin-top: 3rem !important;
  }
  .finance-invoice-section .finance-header-content p {
    width: 80% !important;
  }
  .finance-invoice-section .invoice-image-section {
    padding: 20px;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .finance-invoice-section .finance-header-content p {
    width: 90% !important;
  }
  .finance-invoice-section {
    height: 78vh;
  }
  .finance-invoice-section .invoice-image-section {
    padding: 20px;
    height: 42% !important;
  }
}
.finance-invoice-section .finance-header-content {
  margin-top: 1rem;
  /* filter: hue-rotate(-263deg); */
}

.finance-invoice-section .finance-header-content h5 {
  font-weight: 100;
  font-size: 18px;
}

.finance-invoice-section .finance-header-content h3 {
  font-size: 1.75rem;
}

.finance-invoice-section .finance-header-content p {
  width: 40%;
  margin: 10px auto 0;
  font-size: 18px;
}

.finance-invoice-section .invoice-image-section {
  height: 70%;
  display: flex;
  justify-content: center;
}

.finance-invoice-section .invoice-image-section svg {
  height: 500px;
  width: 63pc;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}

/* ================================================= */
/* Finance(Quotation) */
/* ================================================= */

.finance-quotation-section {
  height: 85vh;
}

.finance-quotation-section .quotation-content {
  margin: 30px 0px 30px 0px;
}

.finance-quotation-section .quotation-content h3 {
  font-size: 1.75rem;
  color: #fff;
}

.finance-quotation-section .quotation-content p {
  font-size: 18px;
  margin: 0 25rem;
  color: #fff;
}

@media (min-width: 600px) and (max-width: 1200px) {
  .finance-quotation-section .quotation-content p {
    margin: 0 2rem;
  }
  .finance-quotation-section .fqs-content-wrapper {
    margin: 0 !important;
  }
  .finance-quotation-section {
  height: 95vh;
}

}
@media (max-width: 1000px) {
  .finance-quotation-section .fqs-image {
    display: none !important;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .finance-quotation-section .quotation-content p {
    margin: 0 2rem;
  }
  .finance-quotation-section .fqs-content-wrapper {
    margin: 0 1rem !important;
  }
  .finance-quotation-section .fqs-text {
    padding: 10px 20px !important;
  }
  .finance-quotation-section {
    height: 120vh !important;
  }
  .finance-quotation-section .fqs-content-wrapper {
    height: 400px !important;
  }
  .finance-quotation-section .fqs-quote {
    font-size: 15px !important;
    line-height: 1.5;
    width: 285px !important;
  }
  .finance-quotation-section .fqs-tabs {
    margin-bottom: 10px !important;
}
}

@media (max-width: 400px) {
  .finance-quotation-section {
    padding: 15px !important;
  }
  .finance-quotation-section .quotation-content p {
    margin: 0 1rem !important;
  }
  .finance-quotation-section .fqs-content-wrapper {
    height: 400px !important;
  }
  .finance-quotation-section .fqs-quote {
    width: 285px !important;
  }
}
@media (max-width: 330px) {
  .finance-quotation-section .fqs-content-wrapper {
    margin: 0 !important;
  }
  .finance-quotation-section .fqs-tab {
    font-size: 13px;
  }
  .finance-quotation-section .fqs-quote {
    width: 260px !important;
  }
  .finance-quotation-section {
    height: 135vh !important;
  }
  .finance-quotation-section .fqs-content-wrapper {
    height: 450px !important;
  }
}

.finance-quotation-section .quotation-explanation {
  display: flex;
}

.finance-quotation-section {
  background-color: #000;
  background-position: center;
  padding: 30px;
}

.finance-quotation-section .fqs-tabs {
  display: flex;
  gap: 40px;
  border-bottom: 2px solid #eee;
  margin-bottom: 25px;
}

.finance-quotation-section .fqs-tab {
  cursor: pointer;
  padding-bottom: 8px;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.finance-quotation-section .fqs-tab.active {
  opacity: 1;
}

.finance-quotation-section .fqs-tab.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #e11d48;
  border-radius: 2px;
}

.finance-quotation-section .fqs-content-wrapper {
  display: flex;
  gap: 20px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  margin: 0 10rem;
  height: 375px;
}

.finance-quotation-section .fqs-image {
  flex: 1;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finance-quotation-section .fqs-logo-overlay {
  background: white;
  padding: 15px 25px;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.finance-quotation-section .fqs-logo-overlay img {
  height: 40px;
}

.finance-quotation-section .fqs-text {
  flex: 1.3;
  padding: 30px;
}

.finance-quotation-section .fqs-author {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.finance-quotation-section .fqs-role {
  color: gray;
  font-size: 14px;
  margin-bottom: 15px;
}

.finance-quotation-section .fqs-quote {
  font-size: 18px;
  line-height: 1.5;
}

.finance-quotation-section .fqs-stats {
  display: flex;
  margin-top: 30px;
  gap: 40px;
  flex-wrap: wrap;
}

.finance-quotation-section .fqs-stat {
  font-size: 14px;
}

.finance-quotation-section .fqs-stat span {
  font-weight: bold;
  font-size: 18px;
  display: block;
}

@media (max-width: 768px) {
  .finance-quotation-section .fqs-content-wrapper {
    flex-direction: column;
  }

  .finance-quotation-section .fqs-image {
    min-height: 200px;
  }
}

/* ================================================================ */
/* Finance Feature Page(Expense Section) */
/* ================================================================ */

.finance-expenses-section {
  padding: 2rem 0;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.finance-expenses-section .expenses-section-header h3 {
  margin-top: 20px;
  font-size: 1.75rem;
}

.finance-expenses-section .expenses-section-header p {
  margin: 1.5rem 25rem;
  font-size: 18px;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .finance-expenses-section .expenses-section-header p {
    margin: 1.5rem 2rem !important;
    font-size: 18px !important;
  }
  .finance-expenses-section .expenses-section-content {
    margin: 2rem 20px !important;
    padding: 1rem;
  }
  .expenses-section-content .expense-content {
    margin: 2rem 1rem;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .finance-expenses-section .expenses-section-header p {
    margin: 1.5rem 2rem;
  }

  .finance-expenses-section .expenses-section-content {
    margin: 3rem 2rem !important;
    height: 265px !important;
  }
  .finance-expenses-section img {
    height: 230px !important;
  }
  .expenses-section-content .expense-content {
    margin-top: 0.8rem !important;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .finance-expenses-section .expenses-section-header p {
    margin: 1.5rem 2rem;
  }
  .finance-expenses-section .expenses-section-content {
    margin: 3rem 1rem !important;
    height: 280px !important;
  }
  .finance-expenses-section .expense-content {
    flex: 100 !important;
  }

  .finance-expenses-section img {
    display: none;
  }
  .expenses-section-content .expense-content {
    margin-top: 0.8rem !important;
  }
  .expenses-section-content .expense-content {
    margin: 0rem 1rem 1rem 1rem !important;
  }
}
@media (max-width: 400px) {
  .finance-expenses-section .expenses-section-content {
    margin: 3rem 1rem !important;
    height: 320px !important;
  }
}
@media (max-width: 350px) {
  .finance-expenses-section .expenses-section-content {
    margin: 3rem 1rem !important;
    height: 350px !important;
  }
}

.finance-expenses-section .expenses-section-content {
  position: sticky;
  top: 100px;
  display: flex;
  margin: 3rem 12rem;
  background: #dfece5;
  z-index: 10;
  padding: 1rem;
  border-radius: 15px;
  height: 300px;
}

.expenses-section-content .expense-content {
  margin: 0rem 3rem 4rem 4rem;
  margin-top: 2.8rem;
  align-items: center;
}

.expenses-section-content .expense-content h6 {
  font-size: 18px;
  font-weight: 100;
  color: var(--theme-green);
}

.expenses-section-content .expense-content p {
  text-align: start;
}

.finance-expenses-section img {
  height: 265px;
  width: 550px;
  border-radius: 15px;
}

.finance-expenses-section .expense-image {
  flex: 1;
}
.finance-expenses-section .expense-content {
  flex: 2;
}

.finance-workflow-integration-section .section-title.three p {
  max-width: 466px;
  font-size: 18px;
}

/* ================================================================ */
/* lms hero section - start */
/* ================================================================ */

.lms-hero {
  position: relative;
  padding: 100px 20px;
  background-image: url("../images/training-centric/lmg-bg.png");
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 92vh;
  margin-bottom: 10px;
      margin-top: 80px;
}

.lms-hero .hero-content {
  max-width: 700px;
  text-align: center;
  z-index: 2;
}

.lms-hero h1 {
  font-size: 72px;
  line-height: 1.2;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.lms-hero p {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.lms-hero .hero-buttons {
  margin-top: 30px;
  justify-content: center;
}

.lms-hero .hero-buttons button {
  background: #0056ff;
  color: white;
  border: none;
  padding: 12px 24px;
  margin: 0 10px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.lms-hero .hero-buttons button:hover {
  background: #0038cc;
}

.floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.float-icon {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  animation: floatY 5s ease-in-out infinite;
}

.img1 {
  top: 15%;
  left: 5%;
  width: 160px;
  animation-delay: 0s;
  border: 1px solid #aaaa;
  height: 169px;
}

.icon1 {
  top: 8%;
  left: 18%;
  width: 160px;
  background: #135b47;
  padding: 20px;
  animation-delay: 0.5s;
  border: 1px solid #aaaa;
  height: 169px;
}

.img2 {
  top: 10%;
  right: 16%;
  width: 160px;
  animation-delay: 1s;
  border: 1px solid #aaaa;
  height: 169px;
}

.icon2 {
  top: 18%;
  right: 46px;
  width: 160px;
  background: var(--theme-sandal);
  padding: 20px;
  animation-delay: 1.5s;
  border: 1px solid #aaaa;
  height: 169px;
}

.icon3 {
  bottom: 25%;
  left: 5%;
  width: 160px;
  background: var(--theme-sandal);
  padding: 20px;
  animation-delay: 2s;
  border: 1px solid #aaaa;
  height: 169px;
}

.img3 {
  bottom: 24%;
  right: 3%;
  width: 159px;
  animation-delay: 2.5s;
  border: 1px solid #aaaa;
  height: 169px;
}

.icon4 {
  bottom: 14%;
  left: 18%;
  width: 160px;
  background: #0c5752;
  padding: 20px;
  animation-delay: 2s;
  border: 1px solid #aaaa;
  height: 169px;
}

.img4 {
  bottom: 15%;
  right: 16%;
  width: 160px;
  animation-delay: 2.5s;
  border: 1px solid #aaaa;
  height: 169px;
}
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .lms-hero h1 {
    font-size: 60px;
    margin-top: 100px;
  }
  .lms-hero {
    min-height: 97vh;
  }
  .lms-hero p {
    font-size: 13px;
    width: 375px;
    margin-left: 120px;
  }
}
@media (max-width: 999px) {
  .floating-icons {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .lms-hero {
    padding: 70px 20px !important;
  }
  .lms-hero h1 {
    font-size: 55px !important;
  }
  .hero-content {
    padding-left: 0 !important;
  }
}
/* ================================================================ */
/* lms hero section - end */
/* ================================================================ */

/* ================================================================ */
/* Finance(Invoicing - Start) */
/* ================================================================ */

.bank-features-section {
  background: #000000;
  padding: 45px 20px;
}

.finance-features-grid {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.finance-feature-card {
  background: #fff;
  border-radius: 30px;
  padding: 40px 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 0 0 1px #eee;
  z-index: 1;
  position: relative;
  height: 230px;
  align-items: center;
}

.finance-feature-card img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.finance-feature-card h3 {
  font-size: 22px;
  /* font-weight: 600; */
  color: #111;
  margin: 0 0 10px;
}

.finance-feature-card p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

.center-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  height: 200px;
  width: 200px;
}

.center-badge svg {
  height: 200px;
}

@media (max-width: 768px) {
  .finance-features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .center-badge {
    display: none;
  }
}

@media (max-width: 400px) {
  .finance-feature-card {
    padding: 40px 20px;
  }
  .finance-feature-card h3 {
    font-size: 18px;
  }
  .finance-feature-card p {
    font-size: 15px;
  }
}
/* finance invoicing service - end */

/* ================================================= */
/* Core Platform(Frontend Section) */
/* ================================================= */

.core-feature-section {
  height: 100vh;
  background: var(--theme-green-light);
  position: relative;
  overflow: hidden;
}

.core-feature-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
  z-index: 2;
}

.image-panel img {
  height: 80vh;
  width: 90vw;
  max-width: 1000px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 1s ease;
}

.text-panel {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
  width: 40%;
  transition: opacity 1s ease;
  text-align: left;
}

.text-panel h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.text-panel p {
  font-size: 18px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.text-panel button {
  padding: 10px 20px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.core-feature-section.active .image-panel {
  left: 70%;
  transform: translate(-37%, -50%);
}

.core-feature-section.active .image-panel img {
  width: 1000px;
}

.core-feature-section.active .text-panel {
  opacity: 1;
  z-index: 3;
}

.core-feature-section.reverse .image-panel {
  left: 50%;
  transform: translate(-50%, -50%);
}

.core-feature-section.reverse .text-panel {
  left: auto;
  right: 5%;
  text-align: left;
  padding-left: 70px;
}

.core-feature-section.reverse.active .image-panel {
  left: 30%;
  transform: translate(-63%, -50%);
}

.core-feature-section.reverse.active .text-panel {
  opacity: 1;
  z-index: 3;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .core-feature-section.active .image-panel {
    left: 85%;
  }
  .core-feature-section.reverse.active .image-panel {
    left: 20%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .core-feature-section.active .image-panel {
    left: 100%;
  }
  .core-feature-section.reverse.active .image-panel {
    left: 10%;
  }
}
@media (max-width: 500px) {
  .image-panel {
    display: none;
  }
  .core-feature-section {
    height: 55vh;
  }
  .text-panel {
    width: 90%;
  }
  .core-feature-section.reverse .text-panel {
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .image-panel {
    display: none;
  }
  .core-feature-section {
    height: 60vh;
  }
  .text-panel {
    width: 90%;
  }
  .core-feature-section.reverse .text-panel {
    padding-left: 0;
  }
}
@media (max-width: 350px) {
  .image-panel {
    display: none;
  }
  .core-feature-section {
    height: 63vh;
  }
  .text-panel {
    width: 90%;
  }
  .core-feature-section.reverse .text-panel {
    padding-left: 0;
  }
}
/* core feature - end */

/* ================================================= */
/* Core Platform(Notifications) */
/* ================================================= */
.scroll-section {
  background: #000;
  position: relative;
  padding: 50px 140px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.scroll-section .scroll-header {
  position: sticky;
  top: 115px;
}

.scroll-section .scroll-header h5 {
  font-size: 1.75rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.scroll-section .scroll-header h6 {
  font-weight: 500;
  font-size: larger;
  color: #fff;
}

.scroll-section .scroll-header h6 ::before {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: blueviolet;
  content: "";
}

.scroll-section .scroll-header span {
  background: linear-gradient(90deg, var(--theme-sandal), var(--theme-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.scroll-section .scroll-card {
  height: 375px;
  width: 370px;
  background-color: #ffff;
  border-radius: 15px;
  position: sticky;
  top: 250px;
  margin-top: 20px;
  padding: 20px;
}

.scroll-section .scroll-card h3 {
  margin-top: 10px;
}

.scroll-section .scroll-card p {
  height: 80px;
  display: flex;
  align-items: center;
}

.scroll-section .card3 {
  left: 65%;
}

.scroll-section .card2 {
  left: 37%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .scroll-section {
    padding: 50px 40px;
  }
  .scroll-section .scroll-card {
    height: 405px;
    width: 300px;
  }
  .scroll-section .card2 {
    left: 35%;
  }
  .scroll-section .card3 {
    left: 67%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .scroll-section {
    padding: 50px 20px;
  }
  .scroll-section .scroll-card {
    height: 470px;
    width: 230px;
  }
  .scroll-section .card2 {
    left: 35%;
  }
  .scroll-section .card3 {
    left: 67%;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .scroll-section {
    padding: 45px 28px !important;
  }
}
@media (min-width: 350px) and (max-width: 399px) {
  .scroll-section {
    padding: 45px 28px !important;
  }
  .scroll-section .scroll-card {
    width: 325px;
  }
}
@media (max-width: 349px) {
  .scroll-section {
    padding: 45px 28px !important;
  }
  .scroll-section .scroll-card {
    width: 265px;
    height: 450px;
  }
}

/* card scroll section - end */

/* ================================================= */
/* USP(Features Slider */
/* ================================================= */

.core-feature-slider {
  background: #1c1a1e;
  border-radius: 20px;
  position: relative;
  /* overflow: hidden; */
  margin: 6.8rem 4rem 0.8rem;
  height: 90vh;
}

.core-feature-slider .slider-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.core-feature-slider .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.core-feature-slider .slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
}

.core-feature-slider .left {
  flex: 1;
}

.core-feature-slider .left h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.core-feature-slider .left p {
  color: #555;
  font-size: 1rem;
}

.core-feature-slider .right {
  flex: 3.5;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* margin: 20px; */
}

.core-feature-slider .right .slide-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.core-feature-slider .right .overlay-text {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.2rem;
  z-index: 2;
}

.core-feature-slider .right .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #f6ff6f;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  z-index: 2;
}

.core-feature-slider .right .amount-box {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0.75rem 1.2rem;
  border-radius: 0.75rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 2;
}

.core-feature-slider .right .amount-box small {
  color: #777;
  font-size: 0.75rem;
}

.core-feature-slider .right .amount-box h3 {
  margin: 0;
  font-size: 1.5rem;
}

.core-feature-slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 1rem;
  z-index: 5;
}

.core-feature-slider .prev {
  left: -50px;
}

.core-feature-slider .next {
  right: -50px;
}

/* Initial state (before visible) */
.core-feature-slider .slide .left {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* When active slide */
.core-feature-slider .slide.active .left {
  opacity: 1;
  transform: translateY(0);
}

.core-feature-slider .left {
  position: relative;
  overflow: hidden; /* Ensures child slide-up is clipped inside */
}

/* Animate individual elements inside left */
.core-feature-slider .slide.active .left h2,
.core-feature-slider .slide.active .left p {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.core-feature-slider .left h2,
.core-feature-slider .left p {
  opacity: 0;
  transform: translateY(100%);
}

/* Optional: stagger effect for p */
.core-feature-slider .slide.active .left p {
  transition-delay: 0.1s;
}

.slider-wrapper .pagination-indicator {
  position: relative;
  top: -12%;
  left: 96%;
}

.core-feature-slider .progress-bar {
  width: 97%;
  height: 2px;
  background: rgb(255 255 255);
  margin-top: 4px;
  overflow: hidden;
  border-radius: 2px;
  top: -10%;
  left: 21px;
  position: relative;
  padding-inline: 10px;
}
.core-feature-slider .progress-fill {
  width: 100%;
  height: 2px !important;
  background: rgb(192 179 149);
  animation: progressAnim 4s linear infinite;
}
@keyframes progressAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (min-width: 1550px) and (max-width: 3000px) {
  .core-feature-slider {
    height: 90vh;
  }
  .core-feature-slider .progress-bar {
    top: -6%;
  }
}

/* new slider - end */

/* ================================================= */
/* Core Platform(Scalability) */
/* ================================================= */

.low-dependency-card-section {
  background: #f9f9ff;
  padding: 3rem 13rem;
}

.low-dependency-card-section h3 {
  /* padding-bottom: 30px; */
}

.low-dependency-card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2px;
}

.low-dependency-card .card {
  grid-column: span 4;
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  transition: transform 0.3s ease;
  border: none;
}

.low-dependency-card .card .icon {
  font-size: 24px;
  color: #7f5af0;
  margin-bottom: 12px;
}

.low-dependency-card .card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.low-dependency-card .card p {
  font-size: 1rem;
  color: #666;
  /* margin-top: auto; */
}

.low-dependency-card .center-image {
  grid-column: span 8;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.low-dependency-card .center-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: fill;
}

@media (min-width: 600px) and (max-width: 1200px) {
  .low-dependency-card-section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 480px) {
  .low-dependency-card .card {
    grid-column: span 6;
    height: auto;
  }
  .low-dependency-card .center-image {
    display: none;
  }
  .low-dependency-card-section {
    padding: 2rem 1rem;
  }
  .low-dependency-card {
    gap: 12px;
  }
  .low-dependency-card .card {
    padding: 12px;
    height: auto;
  }
  .low-dependency-card .card h3 {
    font-size: 15px;
  }
  .low-dependency-card .card p {
    font-size: 12px;
  }
  .low-dependency-card .center-image img {
    height: auto;
  }
  .low-dependency-card-section h3 {
    padding-bottom: 0;
  }
}
/* low dependency card - end */

/* ================================================= */
/* Procurement(Resource Allocation) */
/* ================================================= */

.resource-allocation {
  padding: 60px 0px;
  background: #f9f9ff;
  text-align: center;
}

.resource-allocation .heading h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #0b0c24;
  /* margin-bottom: 40px; */
  line-height: 1.4;
  position: relative;
  z-index: 1;
  bottom: 85px;
}

.resource-allocation .heading h2 span {
  display: contents;
  font-weight: 600;
}

.resource-allocation .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.resource-allocation .feature-box {
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.resource-allocation .feature-box:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.resource-allocation .feature-box .icon {
  font-size: 24px;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.resource-allocation .feature-box:hover .icon {
  transform: rotate(5deg) scale(1);
}

.resource-allocation .feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.resource-allocation .feature-box p {
  font-size: 16px;
  color: #3b3a3a;
  line-height: 1.6;
}

.typed-word {
  display: inline-block;
  border-right: 2px solid #0b0c24;
  padding-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  animation: blinkCursor 0.7s steps(1) infinite;
  color: var(--theme-green);
}

@keyframes blinkCursor {
  0%,
  100% {
    border-color: transparent;
  }
  50% {
    border-color: #0b0c24;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .resource-allocation {
    padding: 60px 60px !important;
  }
  .resource-allocation .heading h2 {
    bottom: 45px;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .resource-allocation {
    padding: 60px !important;
  }
  .resource-allocation .heading h2 {
    bottom: 30px;
  }
}
@media (max-width: 500px) {
  .resource-allocation {
    padding: 30px !important;
  }
  .resource-allocation .heading h2 {
    bottom: 0 !important;
  }
}

@media (max-width: 992px) {
  .resource-allocation .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
  .resource-allocation .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .resource-allocation .heading h2 {
    font-size: 1.5rem;
    bottom: 40px;
  }

  .resource-allocation .feature-box {
    padding: 16px;
  }

  .resource-allocation .feature-box h4 {
    font-size: 16px;
  }

  .resource-allocation .feature-box p {
    font-size: 14px;
  }
}
/* resource allocation section - end */

/* ================================================= */
/* Finance(Bank Reconciliation) */
/* ================================================= */

.finance-bank-reconciliation {
  background-color: #ffffff;
  padding: 0 4rem;
}

.finance-bank-reconciliation .reconciliation-container {
  margin-inline: 4rem;
}

.finance-bank-reconciliation .reconciliation-container .image-content img {
  height: 550px;
  width: 600px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.finance-bank-reconciliation .reconciliation-container .content-section {
  align-content: center;
}
.finance-bank-reconciliation .reconciliation-container .content-section h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

@media (min-width: 300px) and (max-width: 1200px) {
  .finance-bank-reconciliation {
    padding: 0;
  }
}
@media (min-width: 300px) and (max-width: 1000px) {
  .finance-bank-reconciliation .reconciliation-container {
    margin-inline: 1rem;
  }
}
/* finance bank reconciliation section - end */

/* ================================================= */
/* Finance(Product & Services) */
/* ================================================= */

.inventory-product-section {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-inline: 7rem;
}

.inventory-product-section .accordion {
  flex: 1;
}

.inventory-product-section .accordion-item {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 0px 0px 20px 0px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.inventory-product-section .accordion-item.active {
  /* border-color: #e63946; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.inventory-product-section .accordion-item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.inventory-product-section .accordion-item p {
  margin: 10px 0 0;
  display: none;
  color: #444;
}

.inventory-product-section .accordion-item.active p {
  display: block;
}

.inventory-product-section .progress-bar {
  height: 4px;
  /* border-radius: 5px; */
  overflow: hidden;
  margin-bottom: 12px;
}
.inventory-product-section .active .progress-bar {
  background: #f2f2f2;
}
.inventory-product-section .progress-bar span {
  display: block;
  height: 100%;
  background: var(--theme-green);
  width: 0%;
  transition: width linear;
}

.inventory-product-section .accordion-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.inventory-product-section .accordion-image img {
  max-width: 100%;
  border-radius: 10px;

  height: 450px;
  width: 450px;
}

.inventory-product-section .inventory-content {
  padding: 20px 20px 0px 20px;
}

.inventory-product-section .accordion-image img {
  max-width: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.inventory-product-section .accordion-image img.show {
  opacity: 1;
}

@media (max-width: 800px) {
  .inventory-product-section {
    margin-inline: 3rem;
  }
}

@media (max-width: 500px) {
  .inventory-product-section .accordion-image {
    display: none;
  }
  .inventory-product-section {
    margin-inline: 1rem;
  }
}
/* @media (max-width: 400px) {
   .inventory-product-section {
    margin-inline: 1rem;
  }
} */

/* finance inventory and product management section - end */

/* ================================================= */
/* Procurement(Vendor Management) */
/* ================================================= */
.proc-vendor-management {
  background: #0f1207;
  color: #fff;
  padding: 33px 80px;
  height: 70vh;
}

.proc-vendor-management .integration-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.proc-vendor-management .integration-left h5 {
  color: var(--theme-green);
  margin-bottom: 15px;
}

.proc-vendor-management .integration-left h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--theme-sandal);
}

.proc-vendor-management .integration-left p {
  font-size: 18px;
  color: #bbb;
  font-weight: 500;
}

.proc-vendor-management .integration-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.proc-vendor-management .integration-image img {
  width: 90%;
  border-radius: 20px;
  display: block;
  transition: opacity 0.5s ease-in-out; /* smooth fade */
  height: 450px;
}

.proc-vendor-management .integration-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #000;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid var(--theme-green);
  max-width: 80%;
}

.proc-vendor-management .integration-overlay .icon {
  color: var(--theme-green);
  font-size: 20px;
  margin-top: 10px;
  display: block;
  text-align: right;
}

.proc-vendor-management .integration-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
}

.proc-vendor-management .integration-tabs .tab {
  cursor: pointer;
  color: #aaa;
  position: relative;
  padding: 0px 0px 15px 0px !important;
  transition: color 0.3s ease;
  background-color: transparent !important;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
}

.proc-vendor-management .integration-tabs .tab.active {
  color: var(--theme-green);
  border-bottom: 1px solid var(--theme-green);
}

@media (max-width: 1200px) {
  .proc-vendor-management {
    background: #0f1207;
    color: #fff;
    padding: 50px 40px;
    height: 80vh;
  }
}

@media (max-width: 992px) {
  .proc-vendor-management {
    padding: 40px;
  }

  .proc-vendor-management .integration-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .proc-vendor-management .integration-left h2 {
    font-size: 1.5rem;
  }

  .proc-vendor-management .integration-left p {
    font-size: 16px;
  }

  .proc-vendor-management .integration-tabs {
    font-size: 16px;
  }
  .proc-vendor-management .integration-tabs .tab {
    display: none;
  }
  .proc-vendor-management .integration-image img {
    width: 110% !important;
    height: 360px !important;
  }
  .proc-vendor-management {
    height: 68vh;
  }
}

/* Mobiles */
@media (max-width: 576px) {
  .proc-vendor-management {
    padding: 30px 20px;
    height: 130vh;
  }

  .proc-vendor-management .integration-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .proc-vendor-management .integration-left h2 {
    font-size: 1.25rem;
  }

  .proc-vendor-management .integration-left p {
    font-size: 14px;
  }

  .proc-vendor-management .integration-tabs {
    font-size: 15px;
    gap: 15px;
  }

  .proc-vendor-management .integration-overlay {
    position: static;
    margin-top: 15px;
    max-width: 100%;
  }

  .proc-vendor-management .integration-overlay .icon {
    text-align: center;
  }
}

@media (max-width: 330px) {
  .proc-vendor-management {
    padding: 30px 20px;
    height: 137vh;
  }
}
/* procurement vendor management section - end */

/* our platform card - start */

.platform-card {
  transition: transform 0.3s ease-in-out;
  transform: scale(0.97);
}

/* .platform-card img {
  width: -webkit-fill-available;
} */

.platform-card:hover {
  cursor: pointer;
  transform: scaleY(1.04);
}

/* our platform card - end */

/* lms vertical scroll - start */

.lms-vertical-scroll img {
  height: 380px;
  width: 690px;
  transition: opacity 0.5s ease-in-out;
}

.lms-vertical-scroll .fade-out {
  opacity: 0;
}

/* ================================================= */
/* Finance (Account Receivable/Payable) */
/* ================================================= */

.account-feature-slider {
  background: var(--theme-green-light);
  border-radius: 20px;
  position: relative;
  /* overflow: hidden; */
  margin: 4rem 4.4rem 4rem;
  height: 55vh;
}

.account-feature-slider .slider-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.account-feature-slider .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.account-feature-slider .slide {
  min-width: 100%;
  display: flex;
}

.account-feature-slider .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
}

.account-feature-slider .left h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.account-feature-slider .left p {
  color: #555;
  font-size: 1rem;
}

.account-feature-slider .right {
  flex: 1;
  position: relative;
  /* border-radius: 20px; */
  overflow: hidden;
  /* margin: 20px; */
}

.account-feature-slider .right .slide-img {
  width: 100%;
  height: 100%;
  display: block;
  /* object-fit: cover; */
}

.account-feature-slider .right .overlay-text {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.2rem;
  z-index: 2;
}

.account-feature-slider .right .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #f6ff6f;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  z-index: 2;
}

.account-feature-slider .right .amount-box {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0.75rem 1.2rem;
  border-radius: 0.75rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 2;
}

.account-feature-slider .right .amount-box small {
  color: #777;
  font-size: 0.75rem;
}

.account-feature-slider .right .amount-box h3 {
  margin: 0;
  font-size: 1.5rem;
}

.account-feature-slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0 1rem;
  z-index: 5;
}

.account-feature-slider .prev {
  left: -50px;
}

.account-feature-slider .next {
  right: -50px;
}

/* Initial state (before visible) */
.account-feature-slider .slide .left {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* When active slide */
.account-feature-slider .slide.active .left {
  opacity: 1;
  transform: translateY(0);
}

.account-feature-slider .left {
  position: relative;
  overflow: hidden; /* Ensures child slide-up is clipped inside */
}

/* Animate individual elements inside left */
.account-feature-slider .slide.active .left h2,
.account-feature-slider .slide.active .left p {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.account-feature-slider .left h2,
.account-feature-slider .left p {
  opacity: 0;
  transform: translateY(100%);
}

/* Optional: stagger effect for p */
.account-feature-slider .slide.active .left p {
  transition-delay: 0.1s;
}

.slider-wrapper .pagination-indicator {
  position: relative;
  top: -12%;
  left: 96%;
  color: white;
}

.account-feature-slider .progress-bar {
  width: 97%;
  height: 2px;
  background: rgb(255 255 255);
  margin-top: 4px;
  overflow: hidden;
  border-radius: 2px;
  top: -13%;
  left: 21px;
  position: relative;
  padding-inline: 10px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .account-feature-slider .progress-bar {
    width: 96%;
  }
  .account-feature-slider .slider-wrapper .pagination-indicator {
    position: relative;
    top: -12%;
    left: 95%;
    color: #000000;
  }
  .account-feature-slider .progress-bar {
    background: rgb(109 109 109);
  }
  .account-feature-slider {
    height: 75vh !important;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .account-feature-slider .progress-bar {
    width: 94%;
  }
  .account-feature-slider .slider-wrapper .pagination-indicator {
    position: relative;
    top: -12%;
    left: 93%;
    color: #000000;
  }
  .account-feature-slider .progress-bar {
    background: rgb(109 109 109);
  }
}

@media (max-width: 500px) {
  .account-feature-slider .right {
    display: none;
  }
  .account-feature-slider .left {
    padding: 30px 18px;
  }
  .account-feature-slider .next {
    display: none;
  }
  .account-feature-slider .prev {
    display: none;
  }
  .account-feature-slider .progress-bar {
    width: 89%;
    background: rgb(109 109 109);
  }
  .account-feature-slider .slider-wrapper .pagination-indicator {
    position: relative;
    top: -14%;
    left: 86%;
    color: #000000;
  }
  .account-feature-slider {
    margin: 4rem 1rem 4rem;
  }
  .account-feature-slider {
    height: 80vh;
  }
  .account-feature-slider .slider-track ul {
    padding-inline: 10px !important;
  }
}

@media (max-width: 330px) {
  .account-feature-slider .left {
    padding: 30px 15px;
  }
  .account-feature-slider {
    height: 90vh;
  }
}
.account-feature-slider .progress-fill {
  width: 100%;
  height: 2px !important;
  background: rgb(192 179 149);
  animation: progressAnim 10s linear infinite;
}
@keyframes progressAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.account-feature-slider .slider-track ul {
  padding-inline: 40px;
}

.account-feature-slider .slider-track li {
  margin-bottom: 8px;
  list-style-type: disclosure-closed !important;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .slider-wrapper .pagination-indicator {
    position: relative;
    top: -10%;
    left: 95%;
    color: white;
  }
  .core-feature-slider .progress-bar {
    width: 95%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .core-feature-slider {
    margin: 6rem 2rem 2rem;
  }
  .slider-wrapper .pagination-indicator {
    top: -10%;
    left: 93%;
  }
  .core-feature-slider .prev {
    left: -39px;
  }
  .core-feature-slider .next {
    right: -39px;
  }
  .core-feature-slider .progress-bar {
    width: 94%;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  .core-feature-slider {
    display: none;
    /* margin: 2rem 0.7rem;
    height: 25vh; */
  }
  /* .slider-wrapper .pagination-indicator {
    position: relative;
    top: -20%;
    left: 88%;
  }
  .core-feature-slider .prev {
    display: none;
  }
  .core-feature-slider .next {
    display: none;
  } */
}

/* ================================================= */
/* Brochure Section */
/* ================================================= */

.new-brochure-section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: url("/assets/images/home/qr-code-bg.jpg") no-repeat center/cover;
  margin: 4rem 0;
  height: 300px;
  z-index: 1;
}

.new-brochure-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.new-brochure-section__content {
  max-width: 45%;
  padding: 60px 80px;
}

.new-brochure-section__content h2 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.new-brochure-section__content ol {
  margin: 0 0 30px 20px;
  padding: 0;
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}

.new-brochure-section__button {
  background: #8a4dff;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.new-brochure-section__button:hover {
  background: #6d38d1;
}

.new-brochure-section__qr-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-right: 8rem;
}

.new-brochure-section__qr-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.new-brochure-section__qr-box h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #333;
}

.new-brochure-section__qr img {
  width: 150px;
  height: 105px;
}

.new-brochure-section__checkbox {
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.brochure-download-buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .new-brochure-section {
    padding: 40px 20px;
    height: auto;
  }

  .new-brochure-section__content {
    max-width: 55%;
    padding: 40px 40px;
  }

  .new-brochure-section__qr-container {
    margin-right: 3rem;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .new-brochure-section {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 50px 20px;
    height: 525px !important;
    margin: 0 0 20px;
  }

  .new-brochure-section__content {
    max-width: 100%;
    padding: 20px;
  }

  .new-brochure-section__content h2 {
    font-size: 28px;
  }

  .new-brochure-section__qr-container {
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .new-brochure-section__qr img {
    width: 120px;
    height: auto;
  }
  .brochure-download-buttons {
    /* display: flex;
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap; */
    justify-content: center;
  }
}

/* Mobile devices */
@media (max-width: 600px) {
  .new-brochure-section {
    gap: 20px;
    padding: 30px 15px;
    height: 340px !important;
    margin: 0 0 30px;
  }

  .new-brochure-section__content {
    padding: 10px;
  }

  .new-brochure-section__content h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .new-brochure-section__content ol {
    font-size: 14px;
    margin: 0 0 20px 15px;
  }

  .new-brochure-section__button {
    padding: 10px 18px;
    font-size: 14px;
  }

  .new-brochure-section__qr-container {
    display: none;
  }

  /* .new-brochure-section__qr-box {
    padding: 10px;
  }

  .new-brochure-section__qr-box h3 {
    font-size: 13px;
  }

  .brochure-download-buttons {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .etrainia-header-title {
    font-size: 1rem;
  } */
}

@media (max-width: 330px) {
  .new-brochure-section {
    gap: 20px;
    padding: 30px 15px;
    height: 360px !important;
  }
}
