/* Casestudy*/
.casestudy-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 25px 0px 0px 0px !important;
  position: relative;
}
.casestudy-container .blog-post {
  padding: 0px;
}
@media (max-width: 992px) {
  .casestudy-container {
    padding: 0 20px;
    padding-top: 0px;
    padding-top: 25px;
  }
}
.case-study-container {
      width: 100%;
      padding-top: 80px;
    }
.post-card-date {
  margin-top: 16px;
}

    .case-study-layout {
      display: flex;
      justify-content: space-between;
      gap: 80px;
      align-items: flex-start;
		padding-bottom: 100px;
    }

    .case-study-content {
      flex: 1;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .case-study-details {
      display: flex;
      flex-direction: column;
    }

    .details-header {
      display: flex;
      flex-direction: column;
      gap: 24px;
      max-width: 100%;
    }

    .section-title {
      font-size: 32px;
      font-weight: 500;
      letter-spacing: -0.01em;
      line-height: 110%;
      color: #131515;
    }

    .details-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .detail-item {
      font-size: 24px;
      letter-spacing: -0.01em;
      color: #12102f;
    }

    .detail-label {
      line-height: 120%;
      font-weight: 500;
    }

    .detail-value {
      font-size: 20px;
      line-height: 150%;
      font-weight: 300;
    }

    .case-study-section {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    .case-study-section h2 {
      font-size: 32px;
      font-weight: 500;
      color: #131515;
      font-family: Inter;
    }
    .case-study-content .case-study-section .section-text li {
      color: var(--Brand-Secondary-900, #12102F);
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 150%;
      letter-spacing: -0.2px;
    }
    .case-study-content .case-study-section .section-text ul {
      margin-left: 26px;
      padding-top: 0px;
    }

    .section-text {
      font-size: 20px;
      letter-spacing: -0.01em;
      line-height: 150%;
      font-weight: 300;
      color: #12102f;
    }

    .solution-list {
      font-size: 20px;
      letter-spacing: -0.01em;
      line-height: 150%;
      font-weight: 300;
      color: #12102f;
      padding-left: 27px;
    }

    .solution-list li {
      margin-bottom: 0;
    }

    .case-study-image {
      width: 100%;
      max-width: 609px;
      height: 431px;
      border-radius: 16px;
      object-fit: cover;
    }

    .download-form-card {
      width: 507px;
      flex-shrink: 0;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
      border-radius: 12px;
      background-color: #fff;
      padding: 20px;
    }

    .form-container {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .form-title {
      font-family: 'Barlow', sans-serif;
      font-size: 40px;
      font-weight: 500;
      letter-spacing: -0.01em;
      line-height: 110%;
      color: #000;
    }

    .form-fields {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .form-field {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .field-label {
      font-size: 16px;
      line-height: 140%;
      color: #010314;
    }

    .field-input {
      width: 100%;
    }

    .input-box {
      width: 100%;
      padding: 16px 20px;
      border-radius: 10px;
      border: 1px solid #dedede;
      font-size: 16px;
      line-height: 140%;
      color: #505050;
      font-family: inherit;
    }

    .field-error {
      display: flex;
      align-items: center;
      gap: 8px;
      opacity: 0;
    }

    .error-icon {
      width: 20px;
    }

    .error-text {
      font-size: 12px;
      line-height: 140%;
      font-weight: 500;
      color: #ff5757;
    }

    .download-btn {
      padding: 12px 24px;
      border-radius: 100px;
      background-color: #d14200;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 140%;
      border: none;
      cursor: pointer;
      width: fit-content;
    }

    .download-btn:hover {
      background-color: #b83800;
    }

    /* Responsive Styles */
    @media screen and (max-width: 1200px) {
      .case-study-container {
        padding: 60px 80px;
      }
    }

    @media screen and (max-width: 1024px) {
      .case-study-container {
        padding: 50px 40px;
      }

      .case-study-layout {
        flex-direction: column;
        gap: 40px;
      }

      .case-study-content {
        max-width: 100%;
      }

      .download-form-card {
        width: 100%;
        max-width: 600px;
      }

      .case-study-image {
        max-width: 100%;
      }
    }

    @media screen and (max-width: 768px) {
      .case-study-container {
        padding: 40px 24px;
      }

      .section-title {
        font-size: 28px;
      }

      .detail-item {
        font-size: 20px;
      }

      .detail-value {
        font-size: 18px;
      }

      .case-study-section h2 {
        font-size: 28px;
      }

      .section-text {
        font-size: 18px;
      }

      .solution-list {
        font-size: 18px;
        padding-left: 20px;
      }

      .form-title {
        font-size: 32px;
      }

      .download-form-card {
        padding: 16px;
      }

      .case-study-image {
        height: auto;
        min-height: 250px;
      }
    }

    @media screen and (max-width: 480px) {
      .case-study-container {
        padding: 32px 16px;
      }

      .section-title {
        font-size: 24px;
      }

      .detail-item {
        font-size: 18px;
      }

      .detail-value {
        font-size: 16px;
      }

      .case-study-section h2 {
        font-size: 24px;
      }

      .section-text {
        font-size: 16px;
      }

      .solution-list {
        font-size: 16px;
        padding-left: 18px;
      }

      .form-title {
        font-size: 28px;
        line-height: 120%;
      }

      .field-label {
        font-size: 14px;
      }

      .input-box {
        padding: 14px 16px;
        font-size: 14px;
      }

      .download-btn {
        width: 100%;
        justify-content: center;
        display: flex;
      }

      .details-header {
        max-width: 100%;
      }

      .case-study-section {
        gap: 24px;
      }
    }
    
.casestudies.type-casestudies .trail-item.trail-end span {
  text-align: left;
    color: #010314;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.single-casestudies .casestudies {
    padding-top: 0px;
}
.streamlining-financial-operati2 h1{
  font-size: 36px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
.single-casestudies .site-content {
  background: #FFF;
}
.case-header-container {
  	width: 100%;
  	margin: 0 auto;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	gap: 32px;
  	font-family: 'Inter', sans-serif;
  	color: #010314;
  	text-align: left;
  	box-sizing: border-box;
}

.bread-crumbs-parent {
  	width: 100%;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	gap: 54px;
}
.bread-crumbs {
  	display: flex;
  	align-items: flex-end;
  	gap: 8px;
  	flex-wrap: wrap;
}
.group-icon, .vector-icon, .keyboard-arrow-up-icon {
  	width: 16px;
  	height: 16px;
  	display: inline-block;
}
.case-studies {
  	position: relative;
  	line-height: 120%;
  	opacity: 0.5;
}
.streamlining-financial-operati2 {
  	max-width: 894px;;
  	font-size: 36px;
  	font-family: 'Barlow', sans-serif;
  	font-weight: 600;
  	color: #000;
  	line-height: 1.2;
}

.case-header-image {
  	align-self: stretch;
  	width: 100%;
  	min-height: 400px;
  	object-fit: cover;
  	flex-shrink: 0;
    border-radius: 16px;
}

.overview-wrapper {
  	background-color: #03114e;
  	border-top: 2px solid #ff5101;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 12px 19px;
}
.offerings-wrapper {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 12px 8px;
}

@media (max-width: 1200px) {
  	.streamlining-financial-operati2 {
      	font-size: 28px;
  	}
}
@media (max-width: 992px) {
  	.streamlining-financial-operati2 {
      	font-size: 24px;
  	}
  	
  	.overview-wrapper, .offerings-wrapper {
      	width: 100%;
      	justify-content: flex-start;
  	}
}
@media (max-width: 600px) {
  	.streamlining-financial-operati2 {
      	font-size: 20px;
  	}
  	.bread-crumbs {
      	font-size: 12px;
      	gap: 4px;
  	}
  	.case-header-image {
      	max-height: 250px;
  	}
}
.casestudies.type-casestudies ul li span, .casestudies.type-casestudies ul li a {
      color: #010314;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.ast-breadcrumbs .trail-items > li::after {
    color: #000 !important;
}
.case-study-content .case-study-section .section-text p {
  color: var(--Brand-Secondary-900, #12102F);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
}
#loadMoreWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.postid-44607 .case-study-details, .postid-44603 .case-study-details, .postid-44607 .download-form-card, .postid-44603 .download-form-card, .postid-44597 .case-study-details,  .postid-44597 .download-form-card {
  display: none;
}
.download-form-card .forms-popups-hc .hs_error_rollup {
	position: unset;
}