/* expense page styles */

/*expense-services-section*/
.expense-services-section {
  background-color: #F2EDF5;
  padding-top: 90px;
  padding-bottom: 90px;
}

.expense-services-section h4,
.process-item h4{
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}

.expense-services-section p,
.process-item p {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}

.expense-services-section hr,
.process-item hr {
  width: 100%;
}

.services-item {
  margin-top: 0;
  margin-bottom: 30px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.bg-color-deep {
  background-color: #F1F2F3;
}
.bg-color-deep, .bg-color-light {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 12px, rgba(17, 17, 26, 0.05) 0px 8px 20px, rgba(17, 17, 26, 0.05) 0px 16px 50px;
}
.bg-color-deep:hover, .bg-color-light:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 12px, rgba(17, 17, 26, 0.05) 0px 8px 20px, rgba(17, 17, 26, 0.05) 0px 16px 50px !important;
}

.expense-demos-section { }

.process-item {
  min-height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
}

.feature-item {}

.feature-item h2 {
  font-size: 32px;
  text-transform: uppercase;
}
.feature-item p {
  font-size: 16px;
}

.feature-item .marketing {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* styles */
.bg-color-light-02 {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.bg-color-light-02:hover {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px !important;
}

.expense-review-section { }
.expense-review-section-content .row {
  border-radius: 4px;
  /*padding-top: 120px;*/
  padding-bottom: 60px;
  transition: all 0.3s ease-in-out;
}
.expense-review-section-content .row:last-child {
  padding-bottom: 0 !important;
}


/* application expense page splash area overwrite styles css */
.expense-page-splash-area-reverse.splash-area {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-left: 60px;
  gap: 14px;
}

.expense-page-splash-area-reverse.splash-area h2,
.expense-page-splash-area-reverse.splash-area p {
  color: white;
  width: 50%;
  font-size: 38px;
  font-weight: 300;
}

.expense-page-splash-area-reverse.splash-area p {
  line-height: 1.2;
}

.expense-page-splash-area-reverse.splash-area p span {
  font-weight: bold;
}


.compliance-item-wrapper {
  padding-left: 0 !important;
}

/* Custom styles for the compliance items */
.compliance-item {
  background-color: #EFF0F6;
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.5rem 1.2rem;
  height: 100%;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.compliance-item:hover {
  box-shadow: 0 4px 12px rgba(45, 55, 72, 0.15);
}

/* Optional: Adjust font sizes if needed */
.compliance-item h4 {
  font-size: 1.1rem;
  margin-bottom: 0 !important;
  line-height: 1.2;
}

.compliance-item h4 span {
  font-weight: normal;
  font-size: 1rem;
}

.compliance-item p {
  font-size: 0.9rem;
  line-height: 1.2;
}

/* expense wave banner */
.expense-wave-banner {
  min-height: 500px;
  padding: 60px;
  width: 100%;
  background-image: url("../../img/expense/expense_wave_bg.webp");
  background-size: cover;
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-position: top;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.06))
  drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-title span {
  font-weight: bold;
  background: linear-gradient(to right, #0A5CFF 0%, #9563FF 50%, #E979FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.results-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto;
}

.stat-card {
  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 1rem;
  padding: 16px 6px;
  width: clamp(180px, 220px, 260px);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.725rem;
  transition: transform 0.3s ease;
}

.stat-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 0.2rem;
}

.stat-number {
  font-size: 40px;
  font-weight: bold;
  color: #504AFF;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.expense-wave-banner-container {
  gap: 28px;
}

/* expense page video heading overwrite styles */
.expense-page-video-heading {
  display: flex;
  flex-direction: column;
  padding: 0 0 60px 0;
}
.expense-page-video-heading h2{
  width: 70%;
  line-height: 1.3;
}

.expense-page-video-heading h2 span{
  display: inline-block;
}
.expense-page-video-heading h2.title-first-line {
  font-size: 54px;
}
.expense-page-video-heading h2.title-second-line {
  font-size: 48px;
}


/* misc */
.responsive-grid-container {
  grid-template-columns: 1fr;
}

.stay-connect-section {
  margin-top: 120px;
}


@media(max-width: 1200px) {
  #expense-splash-area-section {
    background-image: url("../../img/expense/expense-bg-left-logo@1200.svg") !important;
  }
}
@media(max-width: 993px) {
  #expense-splash-area-section {
    background-image: url("../../img/expense/expense-bg-left-logo@993.svg") !important;
  }
  .expense-wave-banner-container {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .results-card-container {
    flex-direction: column;
  }
  .stat-card {
    width: clamp(120px, 300px, 300px);
  }
}

@media (max-width: 425px) {
  .stat-card {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .responsive-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

.video-img {
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  box-shadow:
      inset 0 0 0 1px rgba(0, 0, 0, 0.1),
      0 -2px 5px rgba(0, 0, 0, 0.03),
      0 4px 6px -1px rgba(0, 0, 0, 0.08),
      0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.video-img:hover {
  box-shadow:
      inset 0 0 0 1px rgba(0, 0, 0, 0.1),
      0 -2px 5px rgba(0, 0, 0, 0.03),
      0 6px 10px -2px rgba(0, 0, 0, 0.09),
      0 16px 24px -5px rgba(0, 0, 0, 0.12);
}

.video-img video {
  display: block;
  transform: scale(1.02);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
