.portfolios-wrapper {
  width: 100%;
}

.portfolios-wrapper .portfolio-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 24px;
}

.portfolios-wrapper.style-two .portfolio-items {
  row-gap: 64px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .portfolios-wrapper .portfolio-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolios-wrapper.style-two .portfolio-items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolios-wrapper .portfolio-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolios-wrapper.style-two .portfolio-items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}

.portfolios-wrapper .portfolio-item {
  width: 100%;
  height: 503px;
  break-inside: avoid;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.portfolios-wrapper .portfolio-item:nth-child(2),
.portfolios-wrapper .portfolio-item:nth-child(6) {
  grid-column: span 2;
}

.portfolios-wrapper .portfolio-item.style-two:nth-child(2),
.portfolios-wrapper .portfolio-item.style-two:nth-child(6) {
  grid-column: unset;
}

.portfolios-wrapper .portfolio-item.style-two {
  margin-bottom: 0;
  flex-direction: column;
  gap: 16px;
  height: unset;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {

  .portfolios-wrapper .portfolio-item:nth-child(2),
  .portfolios-wrapper .portfolio-item:nth-child(6) {
    grid-column: unset;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolios-wrapper .portfolio-item {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 24px;
    border-radius: 4px;
  }
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn {
  display: none;
  margin-top: 24px;
}

.portfolios-wrapper .portfolio-item .portfolio-item-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.portfolios-wrapper .portfolio-item.style-two .portfolio-item-image {
  height: 240px;
  flex-shrink: unset;
  border-radius: 4px;
  position: relative;
}

.portfolios-wrapper .portfolio-link-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.portfolios-wrapper .portfolio-link-btn span {
  display: flex;
  width: 13px;
  height: 13px;
  padding: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #D8DAFE;
}

.portfolios-wrapper .portfolio-item:hover .portfolio-link-btn {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.portfolios-wrapper .portfolio-item .portfolio-item-image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 16, 18, 0) 0%, #101012 100%);
  z-index: 1;
}

.portfolios-wrapper .portfolio-item.style-two .portfolio-item-image:after {
  display: none;
}

.portfolios-wrapper .portfolio-item .portfolio-item-image img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transform: scale(1.001);
  transition: all 0.5s ease;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.portfolios-wrapper .portfolio-item:hover .portfolio-item-image img {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 24px 32px;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}

.portfolios-wrapper .portfolio-item.style-two .portfolio-item-content {
  position: relative;
  padding: 0;

}

@media only screen and (min-width: 1200px) {
  .portfolios-wrapper .portfolio-item .portfolio-item-content {
    max-width: 410px;
  }
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-cats .portfolio-cat:first-child {
  padding-left: 0;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-cats .portfolio-cat {
  font-family: var(--fb-global-fb_customtypo_c8hix--font-family);
  font-size: var(--fb-global-fb_customtypo_c8hix--font-size);
  font-weight: 500;
  line-height: var(--fb-global-fb_customtypo_c8hix--font-line-height);
  color: #ffffff;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}

.portfolios-wrapper .portfolio-item.style-two .portfolio-item-content .portfolio-cats .portfolio-cat {
  color: #7E8289;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-cats .portfolio-cat:first-child::before {
  display: none;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-cats .portfolio-cat::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #D5D7DA;
  margin-right: 12px;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-title {
  margin: 16px 0 8px;
  color: #FFFFFF;
  font-family: var(--fb-global-h6--font-family);
  font-size: var(--fb-global-h6--font-size);
  font-weight: var(--fb-global-h6--font-weight);
  line-height: var(--fb-global-h6--font-line-height);
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-desc {
  color: #ffffff;
  margin: 0;
  font-family: var(--fb-global-fb_customtypo_hw4xe--font-family);
  font-size: var(--fb-global-fb_customtypo_hw4xe--font-size);
  font-weight: var(--fb-global-fb_customtypo_hw4xe--font-weight);
  line-height: var(--fb-global-fb_customtypo_hw4xe--font-line-height);
}

.portfolios-wrapper .portfolio-item.style-two .portfolio-item-content .portfolio-title {
  color: #000000;
}

.portfolios-wrapper .portfolio-item.style-two .portfolio-item-content .portfolio-desc {
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .portfolios-wrapper .portfolio-item.style-two .portfolio-item-content .portfolio-desc {}
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-tech-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-tech-logos .portfolio-tech-logo {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 7px;
  border-radius: 50%;
  border: 1px solid #FFFFFF4D;
}

.portfolios-wrapper .portfolio-item.style-two .portfolio-item-content .portfolio-tech-logos .portfolio-tech-logo {
  border: 1px solid #D5D7DA;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-tech-logos .portfolio-tech-logo img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-cats span {
    font-size: var(--fb-p-13-font-size);
    line-height: var(--fb-l-20-line-height);
  }
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn {
  margin-top: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-cats {
    margin-top: 46px;
  }

  .portfolios-wrapper .portfolio-item .portfolio-item-content p {
    line-height: 24px;
  }

  .portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn {
    margin-top: 0;
    position: absolute;
    right: 12px;
    bottom: 12px;
  }
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 36px;
  border-radius: 50px;
  background: #fff;
  transition: all 0.5s ease;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn a:hover {
  background: #040DBF;
  border: 1px solid #040DBF;
  padding: 12px 40px;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn a:hover svg {
  transform: rotate(45deg);
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn a:hover svg path {
  fill: #fff;
}

.portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn a svg {
  transition: all 0.5s ease;
}

.portfolios-wrapper .load-more {
  margin-top: 64px;
  text-align: center;
}

.portfolios-wrapper .load-more a {
  border: 1px solid #D8DAFE;
  border-radius: 4px;
  padding: 11px 47px;
  font-family: var(--fb-global-fb_customtypo_9ow7d--font-family);
  font-size: var(--fb-global-fb_customtypo_9ow7d--font-size);
  font-weight: var(--fb-global-fb_customtypo_9ow7d--font-weight);
  line-height: var(--fb-global-fb_customtypo_9ow7d--font-line-height);
  display: inline-flex;
  color: #040DBF;
  background-color: #FFF;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
}

.portfolios-wrapper .load-more a svg {
  width: 16px;
  height: 16px;
}

.portfolios-wrapper .load-more a svg path {
  stroke: #040DBF;
}

.portfolios-wrapper .load-more a svg.animation {
  position: relative;
  animation: spin 1s linear infinite;
}

.portfolios-wrapper .load-more a:hover {
  background: #040DBF;
  border: 1px solid transparent;
  color: #fff;
}

.portfolios-wrapper .load-more a:hover svg {
  animation: spin 0.5s linear;
}

.portfolios-wrapper .load-more a:hover svg path {
  stroke: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolios-wrapper .load-more a {
    padding: 8px 46px;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn a {
    width: 24px;
    height: 24px;
    padding: 8px 25px;
  }

  .portfolios-wrapper .portfolio-item .portfolio-item-content .portfolio-item-content-btn a:hover {
    padding: 8px 32px;
  }

  .portfolios-wrapper .load-more {
    margin-top: 16px;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* Service area css */

.services-wrapper {
  width: 100%;
}

.services-wrapper .service-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #252B37;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .services-wrapper .service-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .services-wrapper .service-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.services-wrapper .service-items .service-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #252B37;
  padding: 32px;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
  position: relative;
  transform-style: preserve-3d;
}

.services-wrapper .service-items .service-item.custom-quote .custom-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 24px;
  border-radius: 4px;
  background: #3D55F5;
  color: #FFFFFF;
  font-family: var(--fb-global-fb_customtypo_9ow7d--font-family);
  font-size: var(--fb-global-fb_customtypo_9ow7d--font-size);
  font-weight: var(--fb-global-fb_customtypo_9ow7d--font-weight);
  line-height: var(--fb-global-fb_customtypo_9ow7d--font-line-height);
  transition: all 0.5s ease-in-out;
}

.services-wrapper .service-items .service-item.custom-quote .custom-quote-btn:hover {
  background: #112FF3;
  transition: all 0.5s ease-in-out;
}

.services-wrapper .service-items .service-item.custom-quote .custom-quote-btn svg {
  transition: all 0.5s ease-in-out;
}

.services-wrapper .service-items .service-item.custom-quote .custom-quote-btn:hover svg {
  transform: translateX(8px);
  transition: all 0.5s ease-in-out;
}

.services-wrapper .service-items .service-item.custom-quote {
  justify-content: space-between;
  gap: 73px;
}

@media all and (max-width: 767px) {
  .services-wrapper .service-items .service-item.custom-quote {
    gap: 40px;
  }
}

.services-wrapper .service-items .service-item.custom-quote:hover {
  background: none;
}

.services-wrapper .service-items .service-item.custom-quote .custom-quote-content p {
  font-family: var(--fb-global-fb_customtypo_f2f7k--font-family);
  font-size: var(--fb-global-fb_customtypo_f2f7k--font-size);
  font-weight: var(--fb-global-fb_customtypo_f2f7k--font-weight);
  line-height: var(--fb-global-fb_customtypo_f2f7k--font-line-height);
  color: #FFFFFF;
}

.services-wrapper .service-items .service-item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('https://boomdevs.co/wp-content/uploads/2025/06/8a00a3d28da52695868df8f69b2213757a089ddd-scaled.webp'), #040DBF;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.services-wrapper .service-items .service-item:hover::after {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.services-wrapper .service-items .service-item:hover {
  transition: all 0.5s ease-in-out;
}

.services-wrapper .service-items .service-item:last-child::after {
  display: none;
}

.services-wrapper .service-items .service-item .service-item-left {
  display: flex;
  flex-direction: column;
  gap: 57px;
  margin-right: auto;
}

.services-wrapper .service-items .service-item .service-item-left .service-title h3 {
  font-family: var(--fb-global-h6--font-family);
  font-size: var(--fb-global-h6--font-size);
  font-weight: var(--fb-global-h6--font-weight);
  line-height: var(--fb-global-h6--font-line-height);
  color: #FFFFFF;
  margin: 0;
}

.services-wrapper .service-items .service-item .service-excerpt {
  max-width: 348px;
}

.services-wrapper .service-items .service-item .service-excerpt p {
  font-family: var(--fb-global-fb_customtypo_hw4xe--font-family);
  font-size: var(--fb-global-fb_customtypo_hw4xe--font-size);
  font-weight: var(--fb-global-fb_customtypo_hw4xe--font-weight);
  line-height: var(--fb-global-fb_customtypo_hw4xe--font-line-height);
  color: #E9EAEB;
}

.services-wrapper .service-items .service-item .service-read-more-icon {
  display: flex;
  position: absolute;
  top: 40px;
  right: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-20px, 20px);
  transition: all 0.5s ease;
}

.services-wrapper .service-items .service-item:hover .service-read-more-icon {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  transition: all 0.5s ease;
}

.services-wrapper .service-items .service-item .service-read-more-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transition: all 0.5s ease;
}

.services-wrapper .service-items .service-item .service-read-more-icon span svg {
  transition: all 0.5s ease;
}

.services-wrapper .service-items .service-item .service-read-more-icon span svg path {
  fill: #181D27;
  transition: all 0.5s ease;
}

.services-wrapper .service-items .service-item .service-hover-image {
  display: none;
  padding-top: 120px;
  opacity: 0;
}

.services-wrapper .service-items .service-item .service-icon img {
  width: 64px;
  height: 64px;
}

.services-wrapper .service-items .service-item .service-read-more-icon span:hover {}

.services-wrapper .service-items .service-item .service-read-more-icon span:hover svg {}

.services-wrapper .service-items .service-item .service-read-more-icon span svg path {
  fill: #fff;
}

/* Testimoniaal */
.testimonials-slider-wrapper {
  max-width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .services-wrapper .service-items .service-item {
    border-right: none;
  }

  .services-wrapper .service-items .service-item .service-item-left {
    gap: 32px;
  }

  .services-wrapper .service-items .service-item .service-icon img {
    width: 48px;
    height: 48px;
  }

  .testimonials-slider-wrapper {
    margin-left: 0;
  }

  .testimonials-slider-wrapper .swiper-wrapper {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-slider-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .testimonials-slider-wrapper {
    margin-left: 0;
  }
}

.testimonials-slider-wrapper .testimonial-swiper {
  max-width: 100%;
  padding-left: calc((100% - 1347px) / 2);
  overflow: visible;
}

.testimonials-slider-wrapper .testimonial-swiper.swiper-wrapper {
  align-items: start;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials-slider-wrapper .testimonial-swiper {
    padding: 0;
  }
}

.testimonials-slider-wrapper .testimonial-swiper .swiper-slide {
  width: 683px !important;
  height: auto;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials-slider-wrapper .testimonial-swiper .swiper-slide {
    width: 100% !important;
    height: auto;
  }
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 32px;
  background-color: #FDFDFD;
  border-radius: 4px;
  padding: 40px;
  border: 1px solid #E9EAEB;
  overflow: hidden;
  flex-grow: 1;
  box-sizing: border-box;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-logo {
  width: auto;
  height: 40px;
  display: flex;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .testimonials-slider-wrapper .testimonial-swiper .swiper-slide {
    height: fit-content;
  }

  .testimonials-slider-wrapper .testimonial-swiper .testimonial-item {
    height: auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials-slider-wrapper .testimonial-swiper .testimonial-item {
    flex-direction: column;
    padding: 24px;
  }
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-content {
  padding: 32px 0 48px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-content {
    padding: 32px 0 40px 0;
  }
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-content .testimonial-text {
  flex-grow: 1;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-content .testimonial-text p {
  font-family: var(--fb-global-fb_customtypo_f2f7k--font-family);
  font-size: var(--fb-global-fb_customtypo_f2f7k--font-size);
  font-weight: var(--fb-global-fb_customtypo_f2f7k--font-weight);
  line-height: var(--fb-global-fb_customtypo_f2f7k--font-line-height);
  color: #000000;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container {
  position: relative;
  width: 223px;
  height: 381px;
  min-height: 100%;
  flex-shrink: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container {
    margin: 0;
    min-height: unset;
    width: 100%;
    height: 180px;
  }
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container .testimonial-video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container .testimonial-video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container .testimonial-video-thumbnail-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  padding: 16px;
  transform: translateX(-50%);
  cursor: pointer;
  box-sizing: border-box;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container .testimonial-video-thumbnail-overlay .testimonial-video-play {
  width: 100%;
  background-color: #181D27;
  color: #FDFDFD;
  border: none;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 10px;
  padding: 8px 8px 8px 16px;
  font-family: var(--fb-global-fb_customtypo_ugs6e--font-family);
  font-size: var(--fb-global-fb_customtypo_ugs6e--font-size);
  font-weight: var(--fb-global-fb_customtypo_ugs6e--font-weight);
  line-height: var(--fb-global-fb_customtypo_ugs6e--font-line-height);
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container .testimonial-video-thumbnail-overlay .testimonial-video-play .testimonial-video-play-icon {
  width: 24px;
  height: 24px;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container .testimonial-video-thumbnail-overlay .testimonial-video-play .testimonial-video-play-icon svg {
  width: 24px;
  height: 24px;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-video-container .testimonial-video {
  display: none;
  width: 100%;
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-client {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-client {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
  }
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-client .testimonial-client-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-client .testimonial-client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-client .testimonial-client-info {
  display: flex;
  flex-direction: column;
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-client .testimonial-client-info .testimonial-client-name {
  color: #000000;
  font-family: var(--fb-global-fb_customtypo_9ow7d--font-family);
  font-size: var(--fb-global-fb_customtypo_9ow7d--font-size);
  font-weight: var(--fb-global-fb_customtypo_9ow7d--font-weight);
  line-height: var(--fb-global-fb_customtypo_9ow7d--font-line-height);
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-client .testimonial-client-info .testimonial-client-designation {
  color: #000000;
  font-family: var(--fb-global-fb_customtypo_c8hix--font-family);
  font-size: var(--fb-global-fb_customtypo_c8hix--font-size);
  font-weight: var(--fb-global-fb_customtypo_c8hix--font-weight);
  line-height: var(--fb-global-fb_customtypo_c8hix--font-line-height);
}

.testimonials-slider-wrapper .testimonial-swiper .testimonial-item .testimonial-only-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.case-studies-slider-controls {
  width: 100%;
}

.case-studies-slider-controls .case-studies-slider-prev,
.case-studies-slider-controls .case-studies-slider-next {
  position: absolute;
  top: 50%;
  left: 38px;
  transform: translateY(-50%);
  width: 75px;
  z-index: 1;
  cursor: pointer;
}

.case-studies-slider-controls .case-studies-slider-next {
  left: auto;
  right: 38px;
}

.case-studies-slider-controls .case-studies-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (min-width: 767px) {
  .case-studies-slider-controls .case-studies-pagination {
    display: none;
  }
}

.case-studies-slider-controls .case-studies-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: #535862;
  border: 1px solid #A4A7AE;
  width: 8px;
  height: 6px;
  border-radius: 99px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

.case-studies-slider-controls .case-studies-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  width: 48px;
  border-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {

  .case-studies-slider-controls .case-studies-slider-prev,
  .case-studies-slider-controls .case-studies-slider-next {
    display: none;
  }
}

.case-studies-slider-wrapper .case-studies-item {
  width: 966px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 538px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  will-change: transform;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .case-studies-slider-wrapper .case-studies-item {
    width: 700;
    height: 400px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .case-studies-slider-wrapper .case-studies-item {
    width: 100%;
    height: unset;
  }
}

.case-studies-slider-wrapper .case-studies-item .case-study-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  will-change: transform;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 32px;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.first-item .case-study-card-top,
.case-studies-slider-wrapper .case-studies-item .case-study-card.last-item .case-study-card-top {
  padding: unset;
  opacity: unset;
  background: none;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-top .case-study-year {
  color: #000000;
  background: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  font-family: var(--fb-global-fb_customtypo_c8hix--font-family);
  font-size: var(--fb-global-fb_customtypo_c8hix--font-size);
  font-weight: var(--fb-global-fb_customtypo_c8hix--font-weight);
  line-height: var(--fb-global-fb_customtypo_c8hix--font-line-height);
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-top .case-studies-categories {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-top .case-studies-categories span {
  color: #6D7FF8;
  padding: 4px 12px;
  background: #181D27;
  border-radius: 50px;
  font-family: var(--fb-global-fb_customtypo_a44tl--font-family);
  font-size: var(--fb-global-fb_customtypo_a44tl--font-size);
  font-weight: var(--fb-global-fb_customtypo_a44tl--font-weight);
  line-height: var(--fb-global-fb_customtypo_a44tl--font-line-height);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .case-studies-slider-controls {
    overflow: hidden;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card {
    justify-content: space-between;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-top {
    gap: 32px;
    padding: 16px 16px 0;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-top .case-studies-categories {
    gap: 12px;
    justify-content: end;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-top .case-studies-categories span:nth-child(3) {
    display: none;
  }
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom {
  padding: 24px 32px;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.17%, #000 60.5%, #000 23.78%);
  backdrop-filter: blur(1px);
  will-change: transform;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom {
  margin-top: auto;
  position: relative;
  z-index: 99;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom {
    margin-top: 104px;
    padding: 0 16px 16px;
  }
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin: 0 auto 24px;
  max-width: 643px;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-header .case-study-title {
  color: #FDFDFD;
  margin: 0;
  font-family: var(--fb-global-h5--font-family);
  font-size: var(--fb-global-h5--font-size);
  font-weight: var(--fb-global-h5--font-weight);
  line-height: var(--fb-global-h5--font-line-height);
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-header .case-study-description {
  color: #A4A7AE;
  font-family: var(--fb-global-fb_customtypo_hw4xe--font-family);
  font-size: var(--fb-global-fb_customtypo_hw4xe--font-size);
  font-weight: var(--fb-global-fb_customtypo_hw4xe--font-weight);
  line-height: var(--fb-global-fb_customtypo_hw4xe--font-line-height);
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 12px;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics .metric {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics .metric:nth-child(2) {
  padding: 0 40px;
  border-left: 1px solid #414651;
  border-right: 1px solid #414651;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics {
    column-gap: 40px;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics .metric:nth-child(2) {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics {
    gap: 20px;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics .metric:nth-child(2) {
    padding: 0 24px;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics .metric:nth-child(2) {
    padding: 0;
    border-left: none;
    border-right: none;
  }
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics .metric h4 {
  color: #E9EAEB;
  margin: 0;
  font-family: var(--fb-global-h4--font-family);
  font-size: var(--fb-global-h4--font-size);
  font-weight: var(--fb-global-h4--font-weight);
  line-height: var(--fb-global-h4--font-line-height);
  text-align: center;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-metrics .metric span {
  color: #A4A7AE;
  font-family: var(--fb-global-fb_customtypo_fw132--font-family);
  font-size: var(--fb-global-fb_customtypo_fw132--font-size);
  font-weight: var(--fb-global-fb_customtypo_fw132--font-weight);
  letter-spacing: var(--fb-global-fb_customtypo_fw132--font-letter-spacing);
  line-height: var(--fb-global-fb_customtypo_fw132--font-line-height);
  text-align: center;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button {
  display: flex;
  align-items: center;
  margin-top: 48px;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #00010B;
  border-radius: 50px;
  height: 48px;
  padding: 0 36px;
  transition: all 0.5s ease-in-out;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper span {
  color: #00010B;
  width: 0;
  text-wrap: nowrap;
  transition: all 0.3s ease-in-out;
  transform: scaleX(0);
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper .button-icon-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper:hover {
  background: #040DBF;
  border: 1px solid transparent;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper:hover span {
  display: block;
  color: #fff;
  width: 100px;
  transform-origin: left;
  transform: scaleX(1);
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper:hover .button-icon-wrapper svg path {
  fill: #fff;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.last-item .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper {
  padding: 7px 28px;
  transition: all 0.3s ease;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.last-item .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper .button-icon-wrapper {
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.last-item .case-study-card-bottom .case-study-content .case-study-button .case-study-button-wrapper:hover .button-icon-wrapper {
  rotate: 45deg;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-content .case-study-button.simple-hover span {
  display: block;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg {
  padding: 0;
  justify-content: center;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg .case-study-header .case-study-title {
  color: #000000;
  font-family: var(--fb-global-h2--font-family);
  font-size: var(--fb-global-h2--font-size);
  font-weight: var(--fb-global-h2--font-weight);
  line-height: var(--fb-global-h2--font-line-height);
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg .case-study-header .case-study-subtitle h2 {
  color: #000000;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg .case-study-content .case-study-project-description {
  padding-top: 16px;
  padding-bottom: 0;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg .case-study-content .case-study-project-description p {
  color: #535862;
  font-family: var(--fb-global-fb_customtypo_f2f7k--font-family);
  font-size: var(--fb-global-fb_customtypo_f2f7k--font-size);
  font-weight: var(--fb-global-fb_customtypo_f2f7k--font-weight);
  line-height: var(--fb-global-fb_customtypo_f2f7k--font-line-height);
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg .case-study-card-bottom .case-study-subtitle {
  display: none;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg.last-item {
  text-align: center;
}

.case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg.last-item .case-study-button {
  justify-content: center;
}

/* Client Logo */
.case-study-client-logo {
  margin-bottom: 25px;
  text-align: center;
}

.case-study-client-logo img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
}

.case-study-client-name {
  margin-bottom: 5px;
  color: #555;
}

.case-study-client-industry {
  color: #888;
  margin-bottom: 0;
}

/* Featured Image */
.case-study-featured-image {
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}

.case-study-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.case-study-featured-image:hover img {
  transform: scale(1.03);
}

/* Project Description */
/* Services */
.case-study-services {
  margin: 25px 0;
}

.case-study-services h5 {
  margin-bottom: 10px;
  color: #333;
}

/* Testimonial */
.case-study-testimonial {
  margin: 25px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 4px solid #3498db;
  border-radius: 4px;
}

.case-study-testimonial blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #555;
}

.case-study-testimonial cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-weight: bold;
  color: #333;
}

/* Full Content */
.case-study-full-content {
  margin-top: 25px;
  color: #555;
  line-height: 1.6;
}

/* Navigation Buttons */
.case-studies-swiper .swiper-button-next,
.case-studies-swiper .swiper-button-prev {
  color: #3498db;
}

/* Pagination */
.case-studies-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
}

.case-studies-swiper .swiper-pagination-bullet-active {
  background: #3498db;
}

/* Filtered Posts Container */
.filtered-posts-container {
  width: 100%;
}

.filtered-posts-container .mobile-search {
  display: none;
}

@media only screen and (max-width: 992px) {
  .filtered-posts-container .mobile-search {
    display: block;
    border-top: 1px solid #D5D7DA;
    padding-top: 16px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .filtered-posts-container .mobile-search {
    margin-bottom: 32px;
  }
}

.filtered-posts-container .mobile-search .filtered-posts-search {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filtered-posts-container .mobile-search .filtered-posts-search .filtered-posts-search-input {
  font-family: var(--fb-global-fb_customtypo_fw132--font-family);
  font-size: var(--fb-global-fb_customtypo_fw132--font-size);
  font-weight: var(--fb-global-fb_customtypo_fw132--font-weight);
  letter-spacing: var(--fb-global-fb_customtypo_fw132--font-letter-spacing);
  line-height: var(--fb-global-fb_customtypo_fw132--font-line-height);
  height: 38px;
  margin: 0;
  border: none;
  transition: all .3s ease-in-out;
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  border: 1px solid #E9EAEB;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}

.filtered-posts-container .mobile-search .filtered-posts-search svg {
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
}

.filtered-posts-container .filtered-posts-categories {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 32px;
  width: 100%;
}


@media only screen and (max-width: 1024px) {
  .filtered-posts-container .filtered-posts-categories {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-categories {
    margin-bottom: 16px;
  }
}

.filtered-posts-container .filtered-posts-categories .categories-wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-categories .categories-wrapper {
    width: 292px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .filtered-posts-container .filtered-posts-categories .categories-wrapper {
    width: unset;
  }
}


.filtered-posts-container .filtered-posts-categories .view-more-categories-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media all and (min-width: 1012px) and (max-width: 1032px) {
  .filtered-posts-container .filtered-posts-categories .view-more-categories-wrapper {
    margin-left: 0;
  }

  .fb-post-search-container {
    border-left: none !important;
    padding-left: 0 !important;
  }
}

.filtered-posts-container .filtered-posts-categories .view-more-categories {
  font-family: var(--fb-global-body--font-family);
  font-size: var(--fb-global-body--font-size);
  font-weight: 600;
  line-height: var(--fb-global-body--line-height);
  margin: 0;
  padding: 7px 20px;
  background-color: #ffffff;
  border: 1px solid #D8DAFE;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  color: #000000;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-categories .view-more-categories {
    width: 124px;
  }
}

.filtered-posts-container .filtered-posts-categories .view-more-categories .view-more-btn {
  font-family: var(--fb-primary-font-family);
  font-size: var(--fb-p-22-font-size);
  font-weight: var(--fb-regular-font-weight);
  line-height: 34px;
  margin: 0;
  border: none;
  transition: all .3s ease-in-out;
}

.filtered-posts-container .filtered-posts-categories .filtered-posts-search {
  position: relative;
  border-left: 1px solid #D5D7DA;
  margin-left: 20px;
  padding-left: 20px;
}

@media all and (min-width: 992px) and (max-width: 1306px) {
  .filtered-posts-container .filtered-posts-categories {
    flex-direction: column;
  }

  .filtered-posts-container .filtered-posts-categories .categories-wrapper {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .filtered-posts-container .filtered-posts-categories .filtered-posts-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    border: none;
  }

  .filtered-posts-container .filtered-posts-categories .filtered-posts-search svg {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .filtered-posts-container .filtered-posts-categories .filtered-posts-search {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-categories .filtered-posts-search {
    width: 100px;
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .filtered-posts-container .filtered-posts-categories .filtered-posts-search {
    display: none;
  }
}

.filtered-posts-container .filtered-posts-categories .filtered-posts-search .filtered-posts-search-input {
  font-family: var(--fb-global-body--font-family);
  font-size: var(--fb-global-body--font-size);
  font-weight: 600;
  line-height: var(--fb-global-body--line-height);
  margin: 0;
  transition: all .3s ease-in-out;
  width: 465px;
  max-width: 100%;
  padding: 0px 40px;
  border: 1px solid #D5D7DA;
  border-radius: 50px;
  height: 40px;
}

.filtered-posts-container .filtered-posts-categories .filtered-posts-search svg {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}

.filtered-posts-container .category-filter-wrapper.hidden {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .category-filter-wrapper.hidden {
    display: block;
  }
}

.filtered-posts-container .filtered-posts-categories .category-filter {
  font-family: var(--fb-global-body--font-family);
  font-size: var(--fb-global-body--font-size);
  font-weight: 600;
  line-height: var(--fb-global-body--line-height);
  color: #000000;
  margin: 0;
  padding: 7px 20px;
  background-color: #ffffff;
  border: 1px solid #D8DAFE;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.filtered-posts-container .filtered-posts-categories .category-filter span {
  font-family: var(--fb-global-fb_customtypo_c8hix--font-family);
  font-size: var(--fb-global-fb_customtypo_c8hix--font-size);
  font-weight: var(--fb-global-fb_customtypo_c8hix--font-weight);
  line-height: var(--fb-global-fb_customtypo_c8hix--font-line-height);
  margin: 0;
  border: none;
  background: #040DBF;
  color: #fff;
  padding: 0 8px;
  border-radius: 50px;
  transition: all .3s ease-in-out;
}

.filtered-posts-container .filtered-posts-categories .category-filter:hover {
  background-color: #040DBF;
  color: #fff;
  border-color: transparent;
}

.filtered-posts-container .filtered-posts-categories .category-filter:hover span {
  background: #fff;
  color: #040DBF;
}

.filtered-posts-container .filtered-posts-categories .category-filter.active {
  background-color: #040DBF;
  color: #fff;
  border-color: transparent;
}

.filtered-posts-container .filtered-posts-grid {
  display: grid;
  gap: 30px;
  /* Skeleton Loader Styles */
}

.filtered-posts-container .filtered-posts-grid .user-info span,
.filtered-posts-container .filtered-posts-grid .user-info .user-name a {
  font-family: var(--fb-global-captions--font-family);
  font-size: var(--fb-global-captions--font-size);
  font-weight: var(--fb-global-captions--font-weight);
  line-height: var(--fb-global-captions--line-height);
  color: #000000;
}

.filtered-posts-container .filtered-posts-grid .user-info .user-name a {
  text-transform: capitalize;
}

.filtered-posts-container .filtered-posts-grid.columns-1 {
  grid-template-columns: 1fr;
}

.filtered-posts-container .filtered-posts-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-grid.columns-2 {
    grid-template-columns: 1fr;
  }
}

.filtered-posts-container .filtered-posts-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .filtered-posts-container .filtered-posts-grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-grid.columns-3 {
    grid-template-columns: 1fr;
  }
}

.filtered-posts-container .filtered-posts-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filtered-posts-container .filtered-posts-grid.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-grid.columns-4 {
    grid-template-columns: 1fr;
  }
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-thumbnail {
  height: 250px;
  overflow: hidden;
  margin-bottom: 16px;
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  transition: transform 0.3s ease;
}



@media only screen and (max-width: 1024px) {
  .filtered-posts-container .filtered-posts-grid .filtered-post-item .post-thumbnail {
    margin-bottom: 16px;
  }

  .filtered-posts-container .filtered-posts-grid .filtered-post-item .post-thumbnail img {
    border-radius: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-grid .filtered-post-item .post-thumbnail {
    margin-bottom: 12px;
  }

  .filtered-posts-container .filtered-posts-grid .filtered-post-item .post-thumbnail img {
    border-radius: 4px;
  }
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-category .category-label a {
  font-family: var(--fb-global-fb_customtypo_3eeo1--font-family);
  font-size: var(--fb-global-fb_customtypo_3eeo1--font-size);
  font-weight: var(--fb-global-fb_customtypo_3eeo1--font-weight);
  letter-spacing: var(--fb-global-fb_customtypo_3eeo1--font-letter-spacing);
  line-height: var(--fb-global-fb_customtypo_3eeo1--font-line-height);
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  transition: all .3s ease-in-out;
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-category .category-label a:hover {
  color: #3D55F5;
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #666;
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-meta .comments-count,
.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-meta .read-time,
.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-meta .views-count {
  font-family: var(--fb-primary-font-family);
  font-size: var(--fb-p-14-font-size);
  font-weight: var(--fb-medium-font-weight);
  line-height: var(--fb-l-22-line-height);
  margin: 0 5px 0 0;
  border: none;
  transition: all .3s ease-in-out;
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-meta .meta-separator {
  margin: 0 5px;
  color: #999;
}


.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta .sub-meta-wrapper .views-count,
.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta .sub-meta-wrapper .read-time,
.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta .sub-meta-wrapper .comments-count {
  font-family: var(--fb-primary-font-family);
  font-size: var(--fb-p-14-font-size);
  font-weight: var(--fb-medium-font-weight);
  line-height: var(--fb-l-22-line-height);
  margin: 0;
  border: none;
  transition: all .3s ease-in-out
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .filtered-posts-container .filtered-posts-grid .filtered-post-item .post-content .post-meta {
    font-size: 12px;
  }
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .entry-title {
  font-family: var(--fb-global-h6--font-family);
  font-size: var(--fb-global-h6--font-size);
  font-weight: var(--fb-global-h6--font-weight);
  line-height: var(--fb-global-h6--font-line-height);
  border: none;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .filtered-posts-container .filtered-posts-grid .filtered-post-item .entry-title {
    margin-top: 12px;
  }
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .entry-title a {
  color: #000;
  text-decoration: none;
}

.filtered-posts-container .filtered-posts-grid .filtered-post-item .entry-title a:hover {
  color: #0066cc;
}

.posts-skeleton-loader {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-skeleton-loader {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .posts-skeleton-loader {
    grid-template-columns: 1fr;
  }
}

.posts-skeleton-loader .skeleton-post-item {
  overflow: hidden;
  animation: skeleton-loading 1.5s infinite;
}

.posts-skeleton-loader .skeleton-post-item .skeleton-thumbnail {
  width: 100%;
  height: 250px;
  background: #e0e0e0;
  border-radius: 4px;
}

.posts-skeleton-loader .skeleton-post-item .skeleton-content {
  margin-top: 24px;
}

.posts-skeleton-loader .skeleton-post-item .skeleton-content .skeleton-category {
  width: 100px;
  height: 20px;
  background: #e0e0e0;
  margin-bottom: 10px;
}

.posts-skeleton-loader .skeleton-post-item .skeleton-content .skeleton-title {
  width: 80%;
  height: 25px;
  background: #e0e0e0;
  margin-bottom: 15px;
}

.posts-skeleton-loader .skeleton-post-item .skeleton-content .skeleton-meta {
  display: flex;
  justify-content: space-between;
}

.posts-skeleton-loader .skeleton-post-item .skeleton-content .skeleton-meta .skeleton-meta-item {
  width: 60px;
  height: 15px;
  background: #e0e0e0;
}

.filtered-posts-container .filtered-posts-pagination {
  text-align: center;
}

.filtered-posts-container .filtered-posts-pagination .page-numbers {
  margin: 0 5px;
}

.filtered-posts-container .filtered-posts-pagination .page-numbers li {
  display: inline-block;
}

.filtered-posts-container .filtered-posts-pagination .page-numbers a,
.filtered-posts-container .filtered-posts-pagination .page-numbers span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--fb-global-fb_customtypo_c8hix--font-family);
  font-size: var(--fb-global-fb_customtypo_c8hix--font-size);
  font-weight: var(--fb-global-fb_customtypo_c8hix--font-weight);
  line-height: var(--fb-global-fb_customtypo_c8hix--font-line-height);
  display: inline-block;
  background: #ffffff;
  width: 37px;
  height: 37px;
  border: 1px solid #E9EAEB;
  border-radius: 50px;
  text-decoration: none;
  color: #181D27;
  transition: all 0.3s ease;
}

.filtered-posts-container .filtered-posts-pagination .page-numbers a:hover {
  background-color: #f5f5f5;
}

.filtered-posts-container .filtered-posts-pagination .page-numbers .current {
  background-color: #040DBF;
  color: #ffffff;
  border-color: #040DBF;
}

.filtered-posts-container .filtered-posts-pagination .page-numbers .prev,
.filtered-posts-container .filtered-posts-pagination .page-numbers .next {
  font-family: var(--fb-global-fb_customtypo_c8hix--font-family);
  font-size: var(--fb-global-fb_customtypo_c8hix--font-size);
  font-weight: var(--fb-global-fb_customtypo_c8hix--font-weight);
  line-height: var(--fb-global-fb_customtypo_c8hix--font-line-height);
  background-color: #F5F5F5;
  padding: 0 20px;
  border: none;
  border-radius: 4px;
}

.loading-posts {
  text-align: center;
  padding: 30px;
  grid-column: 1 / -1;
}

.no-posts-found {
  text-align: center;
  padding: 30px;
  color: #666;
  grid-column: 1 / -1;
}

.filtered-posts-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 10;
  display: none;
}

.search-result-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item a {
  text-decoration: none;
  color: #333;
}

.search-result-item:hover {
  background-color: #f4f4f4;
}

.no-search-results,
.search-error {
  padding: 10px;
  color: #666;
  text-align: center;
}

@keyframes skeleton-loading {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

.posts-slider-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper {
    width: 100%;
  }
}

.posts-slider-wrapper .posts-swiper {
  overflow: visible;
  position: relative;
}

.posts-slider-wrapper .posts-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
}

.posts-slider-wrapper .posts-swiper .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  width: 845px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide {
    width: 500px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide {
    width: 100% !important;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item {
  background: #ffffff;
  border: 1px solid var(--wp--frontis--color--gray-200);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  height: 360px;
  box-sizing: border-box;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item>p {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item {
    flex-direction: column;
    padding: 16px;
    height: 100%;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image {
  position: relative;
  width: 50%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image {
    margin-right: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image {
    margin-right: 0;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image .post-bedge {
  align-items: center;
  gap: 8px;
  background-color: #040DBF;
  padding: 5px 12px;
  border-radius: 50px;
  max-width: 120px;
  position: absolute;
  top: 12px;
  left: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image .post-bedge {
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image .post-bedge {
    display: flex;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-featured-image .post-bedge span {
  font-family: var(--fb-global-fb_customtypo_3eeo1--font-family);
  font-size: var(--fb-global-fb_customtypo_3eeo1--font-size);
  font-weight: var(--fb-global-fb_customtypo_3eeo1--font-weight);
  letter-spacing: var(--fb-global-fb_customtypo_3eeo1--font-letter-spacing);
  line-height: var(--fb-global-fb_customtypo_3eeo1--font-line-height);
  margin: 0;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-bedge {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #040DBF;
  padding: 5px 12px;
  border-radius: 50px;
  max-width: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-bedge {
    display: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-bedge {
    display: none;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-bedge span {
  font-family: var(--fb-primary-font-family);
  font-size: var(--fb-p-13-font-size);
  font-weight: var(--fb-medium-font-weight);
  line-height: var(--fb-l-16-line-height);
  letter-spacing: var(--fb-letter-spacing);
  margin: 0;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-meta {
  display: flex;
  margin-bottom: 16px;
  color: #414651;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-meta .post-category {}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-meta .post-category a {
  color: var(--wp--frontis--color--primary-800);
  font-size: var(--fb-global-fb_customtypo_3eeo1--font-size);
  font-weight: var(--fb-global-fb_customtypo_3eeo1--font-weight);
  letter-spacing: var(--fb-global-fb_customtypo_3eeo1--font-letter-spacing);
  line-height: var(--fb-global-fb_customtypo_3eeo1--font-line-height);
  margin: 0px 0px 0px 0px;
  border: none;
  text-transform: uppercase;
  color: var(--wp--frontis--color--gray-700);
  transition: all .3s ease-in-out;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-meta .post-category a:hover {
  color: #3D55F5;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-meta {
    margin: 0;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta {
    gap: 6px;
  }
}

@media only screen and (max-width: 1024px) {
  .posts-slider-wrapper .post-content {
    width: 100% !important;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta {
    order: -1;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta {
    order: -1;
    margin-top: 12px;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-sub-meta .sub-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-title{
  margin: 0;
}
.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-title a{
  font-family: var(--fb-global-h5--font-family);
  font-size: var(--fb-global-h5--font-size);
  line-height: var(--fb-global-h5--font-line-height);
  font-weight: 600;
  border: none;
  transition: all .3s ease-in-out;
  color: #000000;
  margin-top: 0;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-title a:hover{
  color: #3D55F5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-title a{
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-title a{
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-excerpt {
  font-family: var(--fb-global-fb_customtypo_fw132--font-family);
  font-size: var(--fb-global-fb_customtypo_fw132--font-size);
  font-weight: var(--fb-global-fb_customtypo_fw132--font-weight);
  line-height: var(--fb-global-fb_customtypo_fw132--font-line-height);
  margin: 0;
  border: none;
  color: #535862;
  transition: all .3s ease-in-out;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-read-more {
  display: inline-flex;
  align-items: center;
  color: #3b82f6;
  text-decoration: none;
  border: 1px solid #00010B;
  padding: 12px 36px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-read-more svg {
  transition: transform 0.3s ease;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-read-more:hover {
  background: #040DBF;
  border: 1px solid transparent;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-read-more:hover svg {
  transform: rotate(45deg);
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-read-more:hover svg path {
  fill: #fff;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-slider-bottom {
  display: flex;
  align-items: center;
  margin-top: 32px;
  justify-content: space-between;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-slider-bottom {
    margin-top: 50px;
  }
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-slider-bottom .user-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-slider-bottom .user-avatar img {
  border-radius: 50px;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-slider-bottom .user-info {
  display: flex;
  flex-direction: column;
  font-family: var(--fb-global-captions--font-family);
  font-size: var(--fb-global-captions--font-size);
  font-weight: var(--fb-global-captions--font-weight);
  line-height: var(--fb-global-captions--line-height);
  color: #000000;
  margin: 0;
  border: none;
  transition: all .3s ease-in-out;
}

.posts-slider-wrapper .posts-swiper .swiper-slide .post-item .post-content .post-slider-bottom .user-info .user-name a {
  color: #000000;
  font-family: var(--fb-global-captions--font-family);
  font-size: var(--fb-global-captions--font-size);
  font-weight: var(--fb-global-captions--font-weight);
  line-height: var(--fb-global-captions--line-height);
  text-transform: capitalize;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .posts-slider-wrapper .posts-swiper .swiper-slide {
    width: calc(33.333% - 20px);
  }
}

.posts-slider-wrapper .posts-swiper .swiper-pagination {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.posts-slider-wrapper .posts-swiper .swiper-pagination-bullet {
  background: #3b82f6;
  opacity: 0.4;
  width: 10px;
  height: 10px;
}

.posts-slider-wrapper .posts-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  border-radius: 5px;
}

.posts-slider-wrapper .posts-swiper .swiper-button-prev,
.posts-slider-wrapper .posts-swiper .swiper-button-next {
  color: #3b82f6;
  top: 50%;
  transform: translateY(-50%);
}

/* Form Style */
div#inline-b1Aod4Z7FIiQfbOvxG9E-div {
  width: 100%;
}


.boomdevs-video-container {
  position: relative;
  width: 100%;
  /* height: 80vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.boomdevs-video-container .fb-advanced-video-main-wrapper {
  position: relative;
  width: 100%;
  /* height: 80vh; */
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.banner-image-left {
  transform: translate(-1000px, 0px);
  will-change: transform;
}

.banner-image-right {
  transform: translate(1000px, 0px);
  will-change: transform;
}

/*# sourceMappingURL=custom.css.map */


/*.home .boomdevs-animate-footer-bottom-wrapper {*/
/*	position: relative;*/
/*    z-index: 5;*/
/*}*/

/*.home .boomdevs-animate-footer-top-wrapper {*/
/*	position: absolute;*/
/*    z-index: 4;*/
/*    top: 0;*/
/*    overflow: hidden;*/
/*	will-change: transform;*/
/*}*/

/*.home .boomdevs-footer-bottom-wrapper {*/
/*	padding-top: 60px;*/
/*}*/

/* Single post css */
.single-post .wp-block-post-title a {
  font-family: var(--fb-primary-font-family);
  font-weight: var(--fb-regular-font-weight);
  font-size: var(--fb-p-22-font-size) !important;
  line-height: var(--fb-l-34-line-height) !important;
  width: 552px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb-blog-single-related-post .wp-block-post .wp-block-post-featured-image {
  margin-bottom: 0;
}

.fb-blog-single-related-post .wp-block-query {
  width: 100%;
}

.fb-blog-single-related-post ul li {
  border-bottom: 1px solid #E9EAEB;
  padding: 0 24px 16px;
}

.fb-blog-single-related-post ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.bds-single-post-tag-cloud {}

.bds-single-post-tag-cloud .fb-advanced-heading {
  color: #414651 !important;
}

body .bds-single-post-tag-cloud .wp-block-tag-cloud a {
  line-height: 16px;
  letter-spacing: 1.33px;
}

body .bds-single-post-tag-cloud .wp-block-tag-cloud a:hover {
  color: #3D55F5;
}

.bds-single-post-right-sidebar .wp-block-search__button-inside {
  margin-bottom: 44px;
}

.single-post .fb-social-icon-link .fb-social-icon-wrapper .fb-social-icon svg {
  fill: #717680 !important;
}

.single-post .fb-social-share .social-share-icon svg path {
  fill: #717680 !important;
}

.bds-single-post-right-sidebar form.wp-block-search__button-inside input {
  padding: 16px 24px;
}

.fb-blog-single-search-sidebar .wp-block-search__inside-wrapper .wp-block-search__input {
  font-family: var(--fb-primary-font-family);
  font-size: var(--fb-p-16-font-size);
  line-height: 24px;
  color: #535862;
}

.bds-single-post-right-sidebar form.wp-block-search__button-inside .wp-block-search__input::-webkit-input-placeholder,
.bds-single-post-right-sidebar form.wp-block-search__button-inside .wp-block-search__input:-ms-input-placeholder,
.bds-single-post-right-sidebar form.wp-block-search__button-inside .wp-block-search__input:-moz-placeholder,
.bds-single-post-right-sidebar form.wp-block-search__button-inside .wp-block-search__input::-moz-placeholder {
  font-family: var(--fb-primary-font-family);
  font-size: var(--fb-p-16-font-size);
  line-height: 24px;
  color: #535862;
}

.fb-blog-single-search-sidebar .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  color: transparent;
  height: 46px;
  width: 44px;
  padding: 0;
  background-color: #F5F5F5;
}

.fb-blog-single-search-sidebar .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: #040DBF;
}

@media only screen and (max-width: 1024px) {
  .case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg.last-item {
    margin-top: 16px;
  }

  body .case-studies-slider-wrapper {
    padding: 32px 0 20px !important;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card.light-bg .case-study-content .case-study-project-description {
    padding: 24px 0 16px;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card.first-item .case-study-card-bottom {
    text-align: center;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card .case-study-card-bottom .case-study-header .case-study-description {
    max-width: 100%;
  }

  .case-studies-slider-wrapper .case-studies-item .case-study-card.first-item .case-study-card-bottom .case-study-content .case-study-button {
    display: none;
  }

  .case-study-content .fb-advanced-button-main-wrapper .fb-advanced-button-wrapper {
    padding-top: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  body {
    overflow-y: hidden;
  }
}



/* Start Adjusted CSS for post search option */
.fb-post-search-container {
  position: relative;
  z-index: 1;
  border-left: 1px solid #D5D7DA;
  margin-left: 20px;
  padding-left: 20px;
}

.fb-post-search-button-wrapper {
  font-family: var(--fb-global-body--font-family);
  font-size: var(--fb-global-body--font-size);
  font-weight: 600;
  line-height: var(--fb-global-body--line-height);
  margin: 0;
  padding: 7px 20px;
  background-color: #ffffff;
  border: 1px solid #E9EAEB;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  color: #000000;
  width: 416px;
  max-width: 100%;
}

.fb-post-search-button-wrapper span {
  font-family: var(--fb-global-body--font-family);
  font-size: var(--fb-global-body--font-size);
  font-weight: 600;
  line-height: var(--fb-global-body--line-height);
  color: #A4A7AE;
}

/* Input field wrapper with transition */
.fb-post-search-block-wrapper-inner-input-field {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Active state shows the expanded input */
.fb-post-search-block-wrapper-inner-input-field.active {
  width: 96%;
  opacity: 1;
  visibility: visible;
}

.fb-post-search-block-wrapper-inner-input-field form {
  height: 100%;
}

.fb-post-search-block-wrapper-inner-input-field input {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  font-size: var(--fb-p-18-font-size);
  padding: 0 24px;
  color: #000;
  border: 1px solid #000;
}

/* Overlay to close the search input when clicking outside */
.fb-post-search-block-wrapper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.fb-post-search-block-wrapper-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Our Approach */
.our-approach-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.our-approach-wrapper .approach-item {
  width: 100%;
  border: 1px solid #E9EAEB;
  border-radius: 4px;
  overflow: hidden;
}

.our-approach-wrapper .approach-item .approach-item-image::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.our-approach-wrapper .approach-item .approach-item-image {
  position: relative;
  width: 100%;
  height: 249px;
  display: flex;
  overflow: hidden;
}

.our-approach-wrapper .approach-item .approach-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-approach-wrapper .approach-item .approach-item-title {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #FFFFFF;
  margin: 0;
  font-family: var(--fb-global-h6--font-family);
  font-size: var(--fb-global-h6--font-size);
  font-weight: var(--fb-global-h6--font-weight);
  line-height: var(--fb-global-h6--font-line-height);
  z-index: 2;
}

.our-approach-wrapper .approach-item .approach-item-content {
  padding: 24px;
}

.our-approach-wrapper .approach-item .approach-item-content p {
  margin: 0;
  color: #000000;
  font-family: var(--fb-global-fb_customtypo_hw4xe--font-family);
  font-size: var(--fb-global-fb_customtypo_hw4xe--font-size);
  font-weight: var(--fb-global-fb_customtypo_hw4xe--font-weight);
  line-height: var(--fb-global-fb_customtypo_hw4xe--font-line-height);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .our-approach-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .our-approach-wrapper {
    gap: 24px;
  }

  .our-approach-wrapper .approach-item .approach-item-image {
    height: 160px;
  }

  .our-approach-wrapper .approach-item .approach-item-title {
    bottom: 16px;
    left: 16px;
  }

  .our-approach-wrapper .approach-item .approach-item-content {
    padding: 16px;
  }
}

/* End Adjusted CSS for post search option */

/* Thank you page tab style */
#R2i9au1kGsGPiSJsDAw0_1755092298190 {
  min-height: 788px;
}

.talk-tab-item {
  background-color: transparent !important;
  cursor: pointer;
}

.talk-tab-item.active {
  background-color: #ffffff !important;
}

.ceo-schedule,
.sales-schedule {
  display: none !important;
}

.ceo-schedule.active,
.sales-schedule.active {
  display: flex !important;
}