/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/case-studies.scss ***!
  \****************************************************************************************************************************/
.app-case-studies-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.app-case-study-item {
  display: flex;
  gap: 30px;
}
@media (max-width: 840px) {
  .app-case-study-item {
    flex-direction: column;
  }
}
.app-case-study-item__content {
  display: flex;
  flex-direction: column;
}
.app-case-study-item__date {
  color: #386eff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.app-case-study-item__title {
  margin: 0;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 22px;
}
.app-case-study-item__link-title {
  text-decoration: none;
}
.app-case-study-item__button-wrap {
  margin-top: auto;
}
.app-case-study-item__button {
  margin-left: 0;
}
.app-case-study-item__excerpt {
  margin-bottom: 15px;
}

.app-case-study h2[id] {
  scroll-margin-top: 2rem;
}
.app-case-study__video {
  margin: 2rem 0;
}
.app-case-study__video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.app-case-study__video-embed iframe,
.app-case-study__video-embed object,
.app-case-study__video-embed embed,
.app-case-study__video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app-case-study__video-transcript {
  margin-top: 1.5rem;
}
.app-case-study__video-transcript details summary {
  cursor: pointer;
  user-select: none;
  padding: 0.5rem 0;
}
.app-case-study__video-transcript details summary:hover {
  opacity: 0.8;
}
.app-case-study__transcript-items {
  margin-top: 1rem;
}
.app-case-study__transcript-item {
  margin-bottom: 1rem;
  padding: 1rem;
  border-left: 3px solid #ccc;
  background-color: #f9f9f9;
}
.app-case-study__transcript-time {
  margin-bottom: 0.5rem;
  color: #666;
}
.app-case-study__transcript-text {
  line-height: 1.6;
}
.app-case-study__toc {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-left: 4px solid #3367ed;
  border-radius: 4px;
}
.app-case-study__toc-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #3367ed;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.app-case-study__toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.app-case-study__toc-item {
  position: relative;
  padding-left: 1.5rem;
}
.app-case-study__toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #3367ed;
  border-radius: 50%;
}
.app-case-study__toc-link {
  color: #333;
  text-decoration: none;
  transition: all 0.25s linear;
  display: inline-block;
}
.app-case-study__toc-link:hover {
  color: #3367ed;
  text-decoration: underline;
}
.app-case-study__data-table {
  margin: 3rem 0;
}
.app-case-study__data-table-title {
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.app-case-study__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.app-case-study__table th, .app-case-study__table td {
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.app-case-study__table th {
  background-color: #3367ed;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.app-case-study__table tbody tr {
  transition: all 0.25s linear;
}
.app-case-study__table tbody tr:hover {
  background-color: #f5f5f5;
}
.app-case-study__table tbody tr:last-child td {
  border-bottom: none;
}
.app-case-study__table td {
  font-family: "Rubik", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}
.app-case-study__table td:first-child {
  font-weight: 500;
  color: #3367ed;
  width: 35%;
}
.app-case-study__table td strong {
  font-weight: 600;
}
.app-case-study__table td p {
  line-height: unset;
  margin: 0;
}
@media (max-width: 768px) {
  .app-case-study__table th, .app-case-study__table td {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  .app-case-study__table td:first-child {
    width: 40%;
  }
}
.app-case-study__content {
  margin: 3rem 0;
}
.app-case-study__content--market-insights {
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-left: 4px solid #3367ed;
  border-radius: 4px;
}
.app-case-study__content--market-insights h2 {
  color: #3367ed;
  text-transform: uppercase;
}
.app-case-study__content-item {
  margin-bottom: 30px;
}
.app-case-study__content-item:last-child {
  margin-bottom: 0;
}
.app-case-study__content-text {
  margin-top: 1rem;
  line-height: 1.6;
}
.app-case-study__content-text p {
  margin-bottom: 1rem;
}
.app-case-study__content-text p:last-child {
  margin-bottom: 0;
}
.app-case-study__content-text img {
  border-radius: 5px;
}
.app-case-study__steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.app-case-study__step {
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-left: 4px solid #3367ed;
  border-radius: 4px;
}
.app-case-study__step-number {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3367ed;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}
.app-case-study__step-instruction {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #3367ed;
}
.app-case-study__step-content {
  line-height: 1.6;
}
.app-case-study__step-content p {
  margin-bottom: 1rem;
}
.app-case-study__step-content p:last-child {
  margin-bottom: 0;
}
.app-case-study__step-content img {
  border-radius: 5px;
}
.app-case-study__content-item--faq {
  margin-top: 2rem;
}
.app-case-study__faq-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 50px;
}
.app-case-study__faq-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.app-case-study__faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.25s linear;
}
.app-case-study__faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.app-case-study__faq-item[open] .app-case-study__faq-question {
  border-bottom: 1px solid #e0e0e0;
}
.app-case-study__faq-item[open] .app-case-study__faq-question::after {
  transform: rotate(180deg);
}
.app-case-study__faq-question {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  padding: 1.5rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s linear;
  position: relative;
  border-bottom: 0px solid #e0e0e0 !important;
}
.app-case-study__faq-question:hover {
  background-color: #f9f9f9;
}
.app-case-study__faq-question::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #3367ed;
  margin-left: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.app-case-study__faq-question::-webkit-details-marker {
  display: none;
}
.app-case-study__faq-question strong {
  flex: 1;
}
.app-case-study__faq-answer {
  padding: 0 1.5rem 1.5rem 1.5rem;
  line-height: 1.6;
  color: #333;
}
.app-case-study__faq-answer p {
  margin-bottom: 1rem;
}
.app-case-study__faq-answer p:last-child {
  margin-bottom: 0;
}

.app-case-study-gallery {
  display: grid;
  gap: 1rem;
}
.app-case-study-gallery--single {
  grid-template-columns: 1fr;
}
.app-case-study-gallery--single .app-case-study-gallery__item {
  max-width: 800px;
}
.app-case-study-gallery--two {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .app-case-study-gallery--two {
    grid-template-columns: 1fr;
  }
}
.app-case-study-gallery--grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .app-case-study-gallery--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .app-case-study-gallery--grid {
    grid-template-columns: 1fr;
  }
}
.app-case-study-gallery__item {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  cursor: zoom-in;
  transition: all 0.25s linear;
  line-height: 0;
}
.app-case-study-gallery__item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.app-case-study-gallery__item:focus {
  outline: 2px solid #3367ed;
  outline-offset: 2px;
}
.app-case-study-gallery__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 8px;
  transition: all 0.25s linear;
}

.app-case-study__content--gallery {
  margin: 2rem 0;
}

/*# sourceMappingURL=case-studies.css.map*/