/*
Theme Name: Html Quick Pack
Author:
Author URI:
Theme URI:
Front End Developer: Sajeeb Debnath
Back End Developer:  Sajeeb Debnath
Project Start:
Date: 13-January-2025
*/
.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.portfolio-card:hover .hidden-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
}
.portfolio-card .portfolio-thumbnail {
  display: grid;
}
.portfolio-card .portfolio-thumbnail img {
  overflow: hidden;
  border-radius: 8px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.portfolio-card .overly-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  padding: 23px 13px;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 0px 0px 8px 8px;
  transition: background-color 0.3s ease;
}
.portfolio-card .overly-content h3 {
  font-family: var(--e-global-typography-e5173db-font-family), Sans-serif;
  font-size: var(--e-global-typography-e5173db-font-size);
  font-weight: var(--e-global-typography-e5173db-font-weight);
  line-height: var(--e-global-typography-e5173db-line-height);
  color: #ebebef;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .portfolio-card .overly-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.portfolio-card .overly-content .hidden-content {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
  z-index: 10;
}
.portfolio-card .overly-content .hidden-content .portfolio-details {
  font-family: var(--e-global-typography-d5e337f-font-family), Sans-serif;
  font-size: var(--e-global-typography-d5e337f-font-size);
  font-weight: var(--e-global-typography-d5e337f-font-weight);
  line-height: var(--e-global-typography-d5e337f-line-height);
  color: #ebebef;
  margin-top: 14px;
  margin-bottom: 14px;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: self-start;
}
@media screen and (max-width: 640px) {
  .portfolio-card .overly-content .hidden-content .portfolio-buttons {
    align-items: start;
  }
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .buttons-wrapper .case-study-btn {
  background-color: #33328e;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  border-style: solid;
  border-width: 0;
  border-radius: 8px 8px 8px 8px;
  padding: 2px 12px 2px 12px;
  transition: all 0.3s ease;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .buttons-wrapper .case-study-btn:hover {
  background-color: #6e6dc9;
  color: #ffffff;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .buttons-wrapper .visit-website-btn {
  background-color: #50261b;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  border-style: solid;
  border-width: 0;
  border-radius: 8px 8px 8px 8px;
  padding: 2px 12px 2px 12px;
  transition: all 0.3s ease;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .buttons-wrapper .visit-website-btn:hover {
  background-color: #8c6a5d;
  color: #ffffff;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .buttons-wrapper .extra-white-btn {
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  border-style: solid;
  border-width: 0;
  border-radius: 8px 8px 8px 8px;
  padding: 2px 12px 2px 12px;
  transition: all 0.3s ease;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .buttons-wrapper .extra-white-btn:hover {
  background-color: #525252;
  color: #ffffff;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .app-download-links {
  display: flex;
  gap: 10px;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .app-download-links a {
  display: inline-block;
}
.portfolio-card .overly-content .hidden-content .portfolio-buttons .app-download-links a img {
  height: 28px;
  width: auto;
}

.portfolioSlider .swiper-pagination {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  row-gap: 6px;
  justify-content: center;
  bottom: -28px;
  position: unset;
  margin-top: 25px;
}
.portfolioSlider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  background-color: #847ef3;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.portfolioSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #000000;
}

/* Blog Card Styles */
.blog-card {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog-card:hover .blog-content .blog-title a {
  color: #33328e;
}
.blog-card .blog-thumbnail img {
  width: 100%;
  overflow: hidden;
  height: 252px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-content {
  margin-top: 24px;
}
.blog-card .blog-content .blog-title {
  margin: 0px;
}
.blog-card .blog-content .blog-title a {
  color: #000;
  font-family: var(--e-global-typography-e5173db-font-family), Sans-serif;
  font-size: var(--e-global-typography-e5173db-font-size);
  font-weight: var(--e-global-typography-e5173db-font-weight);
  line-height: var(--e-global-typography-e5173db-line-height);
  letter-spacing: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .blog-content .blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .blog-content .blog-categories .blog-category-tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -2%;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 50px;
  color: #000000;
}
.blog-card .blog-date {
  margin-top: 12px;
  color: #545454;
  font-weight: 700;
  font-family: var(--e-global-typography-d5e337f-font-family), Sans-serif;
  font-size: var(--e-global-typography-d5e337f-font-size);
}

@media screen and (max-width: 1024px) {
  .blog-ctg-lists {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    overflow: auto;
  }
  .blog-ctg-lists::-webkit-scrollbar {
    display: none;
  }
}
.blog-ctg-lists .blog-ctg-list-title {
  font-family: Oswald;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  padding: 16px 57px;
  color: #fff;
  display: block;
  background-color: #000000;
}
@media screen and (max-width: 1280px) {
  .blog-ctg-lists .blog-ctg-list-title {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-ctg-lists .blog-ctg-list-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    padding: 0px 10px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    white-space: nowrap;
  }
}
.blog-ctg-lists .list-group {
  margin-bottom: 0px;
  list-style: none;
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  .blog-ctg-lists .list-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
  }
}
.blog-ctg-lists .list-group .list-group-item {
  background-color: #f5f6f7;
  padding: 16px 57px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-ctg-lists .list-group .list-group-item a {
  font-family: Oswald;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #5c5c5c;
}
@media screen and (max-width: 1280px) {
  .blog-ctg-lists .list-group .list-group-item {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .blog-ctg-lists .list-group .list-group-item {
    padding: 0px 10px;
    border: 1px solid #e5e5e5;
    display: inline-block;
  }
  .blog-ctg-lists .list-group .list-group-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
  }
}

.cs-testimonial-section {
  background: #EDF0F2;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section {
    padding: 0;
  }
}
.cs-testimonial-section .cs-testimonial-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.cs-testimonial-section .cs-testimonial-title {
  margin: 0 0 22px;
  text-align: center;
  font-family: "Oswald", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  color: #090a0d;
}
@media screen and (max-width: 1024px) {
  .cs-testimonial-section .cs-testimonial-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-title {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.04;
  }
}
.cs-testimonial-section .cs-testimonial-card {
  background: #F8F9FB;
  border-radius: 12px;
  padding: 40px 52px;
  display: flex;
  align-items: center;
  gap: 54px;
}
@media screen and (max-width: 991px) {
  .cs-testimonial-section .cs-testimonial-card {
    gap: 30px;
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-card {
    flex-direction: column-reverse;
    align-items: center;
    gap: 28px;
    border-radius: 12px;
    padding: 34px 18px 20px;
  }
}
.cs-testimonial-section .cs-testimonial-card.has-image .cs-testimonial-content {
  flex: 1;
  order: 1;
}
.cs-testimonial-section .cs-testimonial-card.has-image .cs-testimonial-image-wrap {
  order: 2;
  flex-shrink: 0;
}
.cs-testimonial-section .cs-testimonial-card.no-image .cs-testimonial-content {
  width: 100%;
  max-width: 100%;
}
.cs-testimonial-section .cs-testimonial-image-wrap {
  width: 286px;
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-image-wrap {
    width: 100%;
  }
}
.cs-testimonial-section .cs-testimonial-image {
  width: 100%;
  height: 286px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-image {
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 12px;
  }
}
.cs-testimonial-section .cs-testimonial-content {
  color: #2f3440;
}
.cs-testimonial-section .cs-testimonial-text p {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.38;
  font-weight: 400;
  color: #2f3440;
}
@media screen and (max-width: 1024px) {
  .cs-testimonial-section .cs-testimonial-text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-text p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.43;
  }
}
.cs-testimonial-section .cs-testimonial-name {
  margin: 15px 0 0;
  font-family: var(--e-global-typography-e5173db-font-family), Sans-serif;
  font-size: var(--e-global-typography-e5173db-font-size);
  font-weight: var(--e-global-typography-e5173db-font-weight);
  line-height: var(--e-global-typography-e5173db-line-height);
  color: #2f3440;
}
@media screen and (max-width: 1024px) {
  .cs-testimonial-section .cs-testimonial-name {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-name {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.15;
  }
}
.cs-testimonial-section .cs-testimonial-meta {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #7a7d85;
}
@media screen and (max-width: 1024px) {
  .cs-testimonial-section .cs-testimonial-meta {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-meta {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.32;
  }
}
.cs-testimonial-section .cs-testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}
.cs-testimonial-section .cs-testimonial-stars .star {
  color: #f4bc00;
  font-size: 30px;
  display: inline-block;
  transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section .cs-testimonial-stars .star {
    font-size: 20px;
  }
}

/* New shortcode design styles: [get_page_testimonial] */
.page-testimonial-slider-wrap {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  .page-testimonial-slider-wrap {
    width: 100%;
  }
}
.page-testimonial-slider-wrap.is-single-slide .swiper-wrapper {
  justify-content: center;
}
.page-testimonial-slider-wrap .teste_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-testimonial-slider-wrap .pageTestimonialSlider {
  overflow: hidden;
}
.page-testimonial-slider-wrap .swiper-slide {
  height: auto;
  display: flex;
}
.page-testimonial-slider-wrap .cs-testimonial-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 35px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  min-height: 475px;
  position: relative;
  border: 1px solid #E1E4EB;
}
@media screen and (max-width: 767px) {
  .page-testimonial-slider-wrap .cs-testimonial-card {
    min-height: 0;
    padding: 20px 16px;
  }
}
.page-testimonial-slider-wrap .cs-testimonial-card.has-image .cs-testimonial-content {
  flex: 1;
  min-width: 0;
}
.page-testimonial-slider-wrap .cs-testimonial-card.has-image .cs-testimonial-image-wrap {
  flex-shrink: 0;
}
.page-testimonial-slider-wrap .cs-testimonial-card.no-image .cs-testimonial-content {
  width: 100%;
  max-width: 100%;
}
.page-testimonial-slider-wrap .cs-testimonial-image-wrap {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-testimonial-slider-wrap .cs-testimonial-image-wrap {
    width: 76px;
    height: 76px;
  }
}
.page-testimonial-slider-wrap .cs-testimonial-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.page-testimonial-slider-wrap .cs-testimonial-content {
  color: #2f3440;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-testimonial-slider-wrap .cs-testimonial-top {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.page-testimonial-slider-wrap .cs-quote-icon {
  color: #d4d9e3;
  font-size: 60px;
  line-height: 0.8;
  font-weight: 700;
  display: inline-block;
}
.page-testimonial-slider-wrap .cs-quote-open {
  margin-bottom: 2px;
}
.page-testimonial-slider-wrap .cs-testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
  margin-bottom: 6px;
}
.page-testimonial-slider-wrap .cs-testimonial-stars .star {
  color: #e1e6ef;
  font-size: 22px;
}
.page-testimonial-slider-wrap .cs-testimonial-stars .star.is-filled {
  color: #f8b61e;
}
.page-testimonial-slider-wrap .sart_line {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .page-testimonial-slider-wrap .sart_line {
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.page-testimonial-slider-wrap .cs-testimonial-rating-line {
  font-size: 16px;
  line-height: 1.2;
  color: #0B0C0E;
  margin-bottom: 0px;
}
.page-testimonial-slider-wrap .cs-testimonial-rating-line strong {
  font-weight: 700;
  margin-right: 3px;
}
.page-testimonial-slider-wrap .cs-testimonial-rating-line span {
  font-weight: 700;
}
.page-testimonial-slider-wrap .cs-testimonial-rating-line svg {
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  .page-testimonial-slider-wrap .cs-testimonial-rating-line {
    font-size: 14px;
    line-height: 1.05;
    margin-bottom: 0px;
  }
}
.page-testimonial-slider-wrap .cs-testimonial-name {
  margin: 0 0 3px;
  font-family: var(--e-global-typography-e5173db-font-family), Sans-serif;
  font-size: var(--e-global-typography-e5173db-font-size);
  font-weight: var(--e-global-typography-e5173db-font-weight);
  line-height: var(--e-global-typography-e5173db-line-height);
  color: #0B0C0E;
}
@media screen and (max-width: 767px) {
  .page-testimonial-slider-wrap .cs-testimonial-name {
    margin-bottom: 4px;
  }
}
.page-testimonial-slider-wrap .cs-testimonial-meta {
  margin: 15px 0px;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 400;
  color: #52597A;
  font-family: poppins, sans-serif;
}
@media screen and (max-width: 767px) {
  .page-testimonial-slider-wrap .cs-testimonial-meta {
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0px;
  }
}
.page-testimonial-slider-wrap .cs-testimonial-review-title {
  font-family: var(--e-global-typography-e5173db-font-family), Sans-serif;
  font-size: var(--e-global-typography-e5173db-font-size);
  font-weight: var(--e-global-typography-e5173db-font-weight);
  line-height: var(--e-global-typography-e5173db-line-height);
  color: #0B0C0E;
  margin-bottom: 10px;
}
.page-testimonial-slider-wrap .cs-testimonial-review {
  color: #2f3440;
  margin-bottom: 10px;
}
.page-testimonial-slider-wrap .cs-testimonial-review p {
  margin: 0;
  font-family: var(--e-global-typography-d5e337f-font-family), Sans-serif;
  font-size: var(--e-global-typography-d5e337f-font-size);
  font-weight: var(--e-global-typography-d5e337f-font-weight);
  line-height: var(--e-global-typography-d5e337f-line-height);
}
.page-testimonial-slider-wrap .cs-testimonial-review .cs-testimonial-review-short {
  display: block;
}
.page-testimonial-slider-wrap .cs-testimonial-review.has-toggle .cs-testimonial-review-full {
  display: none;
}
.page-testimonial-slider-wrap .cs-testimonial-review.is-expanded .cs-testimonial-review-short {
  display: none;
}
.page-testimonial-slider-wrap .cs-testimonial-review.is-expanded .cs-testimonial-review-full {
  display: block;
}
.page-testimonial-slider-wrap .cs-testimonial-review .cs-testimonial-review-full.is-visible {
  display: block;
}
.page-testimonial-slider-wrap .cs-testimonial-read-more {
  margin: 8px 0 0;
  background: none;
  border: 0;
  color: #2277c8;
  font-size: 16px;
  line-height: 1.2;
  padding: 0;
  cursor: pointer;
}
.page-testimonial-slider-wrap .cs-testimonial-read-more:hover {
  color: #2277c8;
  text-decoration: underline;
  background: none;
}
.page-testimonial-slider-wrap .cs-testimonial-read-more:visited, .page-testimonial-slider-wrap .cs-testimonial-read-more:focus, .page-testimonial-slider-wrap .cs-testimonial-read-more:active {
  color: #2277c8;
  text-decoration: none;
  background: none;
}
.page-testimonial-slider-wrap .cs-testimonial-clutch-link {
  color: #2277c8;
  font-family: var(--e-global-typography-d5e337f-font-family), Sans-serif;
  font-size: var(--e-global-typography-d5e337f-font-size);
  font-weight: var(--e-global-typography-d5e337f-font-weight);
  line-height: var(--e-global-typography-d5e337f-line-height);
  text-decoration: none;
  display: flex;
  margin-top: 2px;
  margin-bottom: 10px;
  align-content: center;
  align-items: center;
  gap: 4px;
}
.page-testimonial-slider-wrap .cs-testimonial-clutch-link svg {
  max-width: -2px;
}
.page-testimonial-slider-wrap .cs-testimonial-footer {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
}
.page-testimonial-slider-wrap .cs-project-logo {
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-testimonial-slider-wrap .cs-quote-close {
  font-size: 56px;
  line-height: 0.5;
}
.page-testimonial-slider-wrap .cs-testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 35px;
}
.page-testimonial-slider-wrap .cs-testimonial-prev,
.page-testimonial-slider-wrap .cs-testimonial-next {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #090a0d;
  font-size: 40px;
  line-height: 0.55;
  padding: 0;
  cursor: pointer;
}
.page-testimonial-slider-wrap .cs-testimonial-prev:hover,
.page-testimonial-slider-wrap .cs-testimonial-next:hover {
  background: none;
  color: #000000;
}
.page-testimonial-slider-wrap .cs-testimonial-prev:visited, .page-testimonial-slider-wrap .cs-testimonial-prev:focus, .page-testimonial-slider-wrap .cs-testimonial-prev:active,
.page-testimonial-slider-wrap .cs-testimonial-next:visited,
.page-testimonial-slider-wrap .cs-testimonial-next:focus,
.page-testimonial-slider-wrap .cs-testimonial-next:active {
  background: none;
  color: #000000;
}
@media screen and (min-width: 992px) {
  .page-testimonial-slider-wrap.hide-controls-desktop .cs-testimonial-controls {
    display: none;
  }
}

.cs-testimonial-section_castudy {
  padding: 90px 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .cs-testimonial-section_castudy {
    padding: 30px 0px 40px;
    margin-bottom: 60px;
  }
}

.cs-tech-stack-section {
  background: #ffffff;
  padding: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .cs-tech-stack-section {
    padding: 40px 0 48px;
  }
}
.cs-tech-stack-section .cs-tech-stack-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.cs-tech-stack-section .cs-tech-stack-header {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cs-tech-stack-section .cs-tech-stack-header {
    margin-bottom: 28px;
  }
}
.cs-tech-stack-section .cs-tech-stack-title {
  margin: 0 0 16px;
  font-family: "Oswald", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  color: #090a0d;
}
@media screen and (max-width: 1024px) {
  .cs-tech-stack-section .cs-tech-stack-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cs-tech-stack-section .cs-tech-stack-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.cs-tech-stack-section .cs-tech-stack-description {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #5c6370;
}
.cs-tech-stack-section .cs-tech-stack-description p {
  margin: 0 0 8px;
}
.cs-tech-stack-section .cs-tech-stack-description p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cs-tech-stack-section .cs-tech-stack-description {
    font-size: 15px;
  }
}
.cs-tech-stack-section .cs-tech-stack-slider-wrap {
  position: relative;
}
.cs-tech-stack-section .cs-tech-stack-swiper {
  overflow: hidden;
}
.cs-tech-stack-section .cs-tech-stack-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cs-tech-stack-section .cs-tech-stack-card {
    min-height: 140px;
    padding: 24px 5px;
  }
}
.cs-tech-stack-section .cs-tech-stack-card-img {
  display: block;
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .cs-tech-stack-section .cs-tech-stack-card-img {
    max-height: 120px;
  }
}
.cs-tech-stack-section .cs-tech-stack-pagination {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  row-gap: 6px;
  justify-content: center;
  position: relative;
  margin-top: 28px;
  bottom: auto;
  left: auto;
}
.cs-tech-stack-section .cs-tech-stack-pagination:empty {
  display: none;
  margin: 0;
  min-height: 0;
}
.cs-tech-stack-section .cs-tech-stack-pagination .swiper-pagination-bullet {
  border-radius: 10px;
  background-color: #c5cad4;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
}
.cs-tech-stack-section .cs-tech-stack-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #090a0d;
}

.cs-technical-innovation-section.technical-innovation-section {
  background: #ffffff;
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .cs-technical-innovation-section.technical-innovation-section {
    padding: 40px 0 48px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 992px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    grid-template-areas: "media title" "media acc";
    -moz-column-gap: 48px;
         column-gap: 48px;
    row-gap: 20px;
    align-items: start;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.has-image .cs-ti-title {
  order: 1;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.has-image .cs-ti-media {
  order: 2;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.has-image .cs-ti-accordion {
  order: 3;
}
@media screen and (min-width: 992px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.has-image .cs-ti-media {
    order: unset;
    grid-area: media;
    align-self: stretch;
  }
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.has-image .cs-ti-title {
    order: unset;
    grid-area: title;
  }
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.has-image .cs-ti-accordion {
    order: unset;
    grid-area: acc;
    align-self: start;
    width: 100%;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.no-image {
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-grid.no-image {
    max-width: 800px;
    margin: 0 auto;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-title {
  margin: 0;
  font-family: "Oswald", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  color: #090a0d;
}
@media screen and (max-width: 1024px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-title {
    font-size: 28px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-media {
  width: 100%;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-media-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-item {
  background: #f4f7fa;
  border-radius: 10px;
  overflow: hidden;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 14px;
  padding: 16px 18px;
  margin: 0;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: #090a0d;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-trigger {
    padding: 14px 16px;
    gap: 12px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-trigger:focus-visible {
  outline: 2px solid #090a0d;
  outline-offset: 2px;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-item-icon-wrap {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(223, 199, 199, 0);
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-item-icon-wrap--empty {
  background: rgba(232, 236, 241, 0);
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-item-icon-wrap {
    width: 40px;
    height: 40px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-item-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-item-icon {
    width: 24px;
    height: 24px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-item-title {
  flex: 1;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #090a0d;
  font-family: "Oswald";
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-item-title {
    font-size: 16px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c6370;
  transition: transform 0.25s ease;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-chevron svg {
  display: block;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-item.is-open .cs-ti-chevron {
  transform: rotate(180deg);
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-panel {
  padding: 0 18px 16px 35px;
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-panel {
    padding: 0 16px 14px 35px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-panel[hidden] {
  display: none;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-panel-inner {
  padding-top: 4px;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #090a0d;
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg {
    font-size: 14px;
  }
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg > *:first-child {
  margin-top: 0;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg > *:last-child {
  margin-bottom: 0;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg p {
  margin: 0 0 10px;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg ul,
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg ol {
  margin: 0 0 10px;
  padding-left: 1.2em;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg li {
  margin: 0 0 6px;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg li:last-child {
  margin-bottom: 0;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg a {
  color: #090a0d;
  text-decoration: underline;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-wysiwyg a:hover {
  text-decoration: none;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-list {
  margin: 0;
  padding: 0 0 0 1.1em;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #2f3440;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-list li {
  margin: 0 0 8px;
}
.cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cs-technical-innovation-section.technical-innovation-section .cs-ti-accordion-list {
    font-size: 14px;
  }
}

.cs-testimonial-section_castudy p.cs-testimonial-rating-line,
.cs-testimonial-section_castudy a.cs-testimonial-clutch-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.cs-testimonial-section_castudy p.cs-testimonial-rating-line a,
.cs-testimonial-section_castudy a.cs-testimonial-clutch-link a {
  color: #2277c8;
}