.single-portfolio .blog-posts + .ready-to-expand {
  margin-top: 25px;
}

.inner-banner.laptop-frame + .follow-title {
  padding-top: 60px;
}

.follow-title {
  position: relative;
  z-index: 2;
  padding: 40px 0;
  overflow: hidden;
}

.single-portfolio .title-part h2 {
  margin-bottom: 24px;
}

.follow-title .title-part .pre-title {
  font-weight: 600;
}

.follow-title.no-bg:after {
  display: none;
}

.follow-title .inner {
  max-width: 1056px;
  margin: 0 auto;
}

.follow-title .inner.blur-ele:before {
  z-index: 1;
  right: -390px;
  top: 60px;
}

.follow-title .inner.blur-ele:after {
  left: auto;
  right: -280px;
  top: 120px;
  bottom: auto;
  z-index: 1;
}

.follow-title .lists-wrapper .list strong:first-child {
  display: block;
  margin: 0 0 7px 0;
}

.follow-title .lists-wrapper {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0px;
}

.follow-title .lists-wrapper .list {
  transition: 200ms;
  position: relative;
  /*border-radius:11px;*/
  /*width:calc(50% - 60px);*/
  /* margin: 0 0 40px; */
}

.follow-title .lists-wrapper .list p span strong {
  font-size: 24px;
  line-height: 30px;
  font-family: var(--poppins);
}

.follow-title .lists-wrapper .list strong:first-child,
.follow-title .lists-wrapper .list b:first-child {
  display: block;
  margin: 0 0 13px 0;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--poppins);
}

.follow-title .top-content p > strong:first-child,
.follow-title .top-content p > b:first-child {
  display: block;
  margin: 0 0 13px 0;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--poppins);
}

.follow-title .top-content p > strong {
  margin-bottom: 10px;
}

.full-image {
  padding: 0;
}

.full-image img {
  width: 100%;
  display: block;
}

.full-image.blur-ele:before {
  top: -30px;
  right: 156px;
}

.full-image.blur-ele:after {
  bottom: auto;
  top: 0;
  left: auto;
  right: 570px;
}

.tech-stack {
  margin: 30px 0;
}

.tech-stack .inner-box {
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  backdrop-filter: blur(27.5px);
  background-color: var(--OffWhite);
}

.tech-stack .inner-box:before {
  left: 0px;
  top: 0px;
  width: 800px;
  height: 190px;
  opacity: 0.7;
}

.tech-stack .inner-box:after {
  bottom: auto;
  width: 450px;
  height: 255px;
  top: 28%;
  left: -110px;
  z-index: 1;
  opacity: 1;
}

.tech-stack .inner-box .title-part {
  position: relative;
  z-index: 2;
}

.tech-stack .inner-box .list-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tech-stack .inner-box .list-wrapper .list {
  position: relative;
  background-color: var(--white);
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  line-height: 21px;
  text-align: center;
  /* width: calc(50% - 20px); */
  border-radius: 11px;
  border: 1px solid var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: 0 10px 20px; */
}

.tech-stack .inner-box .list-wrapper .list > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tech-stack .inner-box .list-wrapper .list .image-box {
  background-color: var(--white);
  border-radius: 11px;
  width: 83px;
  height: 80px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.tech-stack .inner-box .list-wrapper .list img {
  display: block;
  margin: 0 auto;
  width: 64px;
  max-width: 100%;
}

.tech-stack .title-part .content {
  max-width: 100%;
}

.video-box.fancybox-content {
  padding: 0;
}

/**/

.tech-strip {
  padding: 50px 0;
}

.tech-strip.blur-ele {
  overflow-x: clip;
}

.tech-strip:before {
  left: auto;
  top: 90px;
  width: 610px;
  height: 100px;
  right: 400px;
  filter: blur(100px);
}

.tech-strip:after {
  bottom: 110px;
  width: 450px;
  height: 255px;
  left: 30%;
}

.tech-strip .inner-box {
  border-radius: 11px;
  backdrop-filter: blur(27.5px);
  padding: 30px;
  overflow: hidden;
  background-color: var(--dark);
}

.tech-strip .inner-box:before {
  left: 0px;
  top: 0px;
  width: 800px;
  height: 190px;
  opacity: 0.7;
}

.tech-strip .inner-box:after {
  bottom: auto;
  width: 450px;
  height: 255px;
  top: 28%;
  left: -110px;
  z-index: 1;
  opacity: 1;
}

.tech-strip .inner-box > div {
  width: 100%;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.tech-strip .tech-image {
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}

.tech-strip .tech-image img:not(hex-logo) {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.tech-strip .tech-image .hex-logo {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  transform-origin: center;
  opacity: 0.5;
}

.tech-strip .content {
  width: 100%;
  margin: 0 0 30px;
}

.tech-strip .content h2.h3 {
  margin: 0;
}

.tech-strip .content .content-text {
  margin-top: 30px;
}

.tech-strip .or-click {
  padding-bottom: 0;
}

.tech-strip .or-click > div {
  margin: 0 -10px;
}

.tech-strip [class*="button-"] {
  text-align: center;
}

.tech-strip .no-image .content {
  text-align: center;
  position: relative;
}

.tech-strip .no-image .content .hex-logo {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 0;
  max-width: 250px;
  transform: translateX(-50%);
  opacity: 0.3;
}

.tech-strip .no-image .content ul {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.tech-strip .no-image .content h2.h3 {
  margin: 0;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  color: var(--white);
  width: 600px;
  max-width: 100%;
  font-family: var(--poppins);
  margin-left: auto;
  margin-right: auto;
}

.tech-strip .no-image .content .content-text {
  position: relative;
}

@media (min-width: 320px) {
  .step-process + .tech-stack {
    margin: 0px 0px 0 0px;
  }
}

@media (min-width: 768px) {
  .inner-banner.laptop-frame + .follow-title {
    padding-top: 110px;
  }

  .single-portfolio .blog-posts + .ready-to-expand {
    margin-top: 75px;
  }

  .tech-strip .tech-image {
    width: 30%;
    margin: 0;
  }

  .tech-stack .inner-box .list-wrapper .list {
    padding: 44px 0;
  }

  .tech-strip .content {
    width: 70%;
    padding-left: 30px;
    margin: 0;
  }

  .follow-title .lists-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .tech-strip .btn-part {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }

  .tech-strip .tech-image .hex-logo {
    display: block;
  }

  .tech-strip .no-image .content h2.h3 {
    font-size: 36px;
    line-height: 45px;
  }

  .tech-strip .no-image .content {
    width: 100%;
    padding: 0;
  }

  .tech-strip .no-image .content ul {
    display: flex;
  }

  .tech-strip .no-image .content ul li:not(:last-child) {
    margin-right: 40px;
  }

  .hire-boxes + .follow-title,
  .full-image + .follow-title {
    padding: 0px 0 100px;
  }

  .full-image + .follow-title {
    padding-top: 100px;
  }

  .follow-title {
    padding: 200px 0 100px;
  }

  .follow-title .flex.lists-wrapper .list {
    width: calc(50% - 60px);
    margin: 0 30px 40px;
  }

  .tech-stack {
    margin: 100px 0;
  }

  .tech-stack .inner-box {
    border-radius: 31px;
    padding: 30px;
  }

  .tech-stack .inner-box .list-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .full-image + .step-process {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .tech-strip {
    padding: 70px 0;
  }

  .tech-strip .inner-box {
    border-radius: 31px;
    padding: 47px 60px;
  }

  .tech-stack .inner-box .list-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .tech-stack .inner-box .list-wrapper .list {
    padding: 34px 0;
    font-size: 16px;
  }

  .full-image {
    padding: 100px 0;
  }

  .follow-title + .full-image {
    padding: 0px 0px 100px 0px;
  }
}

@media (min-width: 1200px) {
  .tech-strip .no-image .content .hex-logo {
    left: 140px;
    transform: none;
  }

  .tech-stack .inner-box .list-wrapper {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  .tech-stack .inner-box {
    padding: 70px;
  }

  .inner-banner.laptop-frame + .follow-title {
    padding-top: 130px;
  }

  .full-image + .follow-title {
    padding-top: 00px;
  }
}

@media (min-width: 1430px) {
  .follow-title {
    padding: 200px 0 150px;
  }

  .hire-boxes + .follow-title,
  .full-image + .follow-title {
    padding: 0px 0 100px;
  }

  .follow-title .lists-wrapper {
    /* gap: 28px; */
    gap: 40px 28px;
  }

  .step-process + .tech-stack {
    margin: 0px 0px 150px 0px;
  }

  .tech-strip {
    padding: 100px 0;
  }

  .inner-banner.laptop-frame + .follow-title {
    padding-top: 200px;
  }

  .follow-title + .full-image {
    padding: 0px 0px 150px 0px;
  }

  .tech-stack + .tech-strip {
    padding: 0px 0px 150px 0px;
  }

  .tech-strip .content {
    width: 30%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tech-strip .btn-part {
    width: auto;
    margin: 0;
  }

  .tech-strip [class*="button-"].max a {
    min-width: auto;
    display: block;
  }

  .tech-strip .no-image .content {
    width: 60%;
    text-align: left;
  }

  .tech-strip .no-image .content .content-text {
    margin: 60px 0 0 0;
  }

  .tech-strip .no-image .content .hex-logo {
    left: 70px;
  }

  .tech-stack .inner-box .list-wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin: 60px 0 0;
  }

  .tech-stack .inner-box {
    padding: 100px;
  }
}

@media (min-width: 1660px) {
  .tech-strip .inner-box {
    padding: 47px 60px;
  }

  .tech-strip .content {
    width: 35%;
    padding-left: 67px;
    padding-right: 60px;
  }

  .tech-strip .no-image .content {
    width: 65%;
  }

  .tech-strip .no-image .content .hex-logo {
    left: 40px;
    top: -97px;
    max-width: 370px;
  }

  .banner-port-inner .digits .list {
    height: auto;
  }
}

/*new-portfolio-style   25-11-2024*/

.sec-esb-project-banner {
  /* padding-bottom: 75px; */
}

.esb-project-banner__inner {
  padding: 91px 0 80px;
  background-color: var(--BlueLight2);
  color: var(--BlueTextColor);
}

.esb-project-banner__title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  font-family: var(--poppins);
  margin-bottom: 0;
}

.esb-project-banner__sub-title h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--hind);
  color: var(--BluePrimary);
  margin: 70px 0 0 0;
}

.esb-project-banner__image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  aspect-ratio: 16/9;
  position: relative;
  /* margin-top: -206px; */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 65px 108px; */
  border: 1px solid var(--LightGrey);
  margin-bottom: 40px;
}

.esb-project-banner__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  filter: drop-shadow(22px 15px 14px #09143226);
}

.esb-project-banner__image video {
  width: 100%;
  object-fit: contain;
  height: auto;
  filter: drop-shadow(1px 3px 4px #09143226);
  border-radius: inherit;
}

.esb-project-banner__video-trigger {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
}

.esb-project-banner__video-trigger span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/espark/images/videoPlayIconPrimary.svg")
    no-repeat center / 100% auto;
}

.esb-project-banner__video-trigger:before,
.esb-project-banner__video-trigger:after {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: var(--PrimaryGreen);
  border-radius: 50%;
  height: 150px;
  opacity: 0;
  position: absolute;
  width: 150px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.esb-project-banner__video-trigger:after {
  animation-delay: 1s;
}

.esb-project-banner .breadcrumb {
  background-color: transparent !important;
}

.esb-project-banner .breadcrumb ul li > span,
.esb-project-banner .breadcrumb ul li,
.esb-project-banner .breadcrumb ul li a,
.esb-project-banner .breadcrumb ul li a span {
  color: var(--BlueTextColor) !important;
}

@keyframes growAndFade {
  0% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(0);
  }

  90% {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.esb-project-info__inner,
.esb-project-banner__inner .container,
.sec-esb-sidebar-portfolio .container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}

.esb-project-banner-first-img {
  height: 400px;
}

.esb-project-banner-first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-esb-sidebar-portfolio-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-esb-sidebar-portfolio-left {
  max-width: 390px;
  position: sticky;
  height: 100dvh;
  top: 120px;
  width: 100%;
  padding: 16px 30px 16px 30px;
  z-index: 1;
  background-color: transparent !important;
}

.sec-esb-sidebar-portfolio-left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-right: 1px dashed var(--BlueTextColor);
  pointer-events: none;
  opacity: 0.2;
}

.sec-esb-sidebar-portfolio-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;
  z-index: -1;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
}

.sec-esb-sidebar-portfolio-right {
  max-width: calc(100% - 450px);
  position: relative;
}

.sec-esb-sidebar-portfolio-right .container {
  max-width: 100%;
  width: 100%;
}

.sec-esb-sidebar-portfolio-right section:not(.sec-esb-full-image) {
  padding: 0;
}

.sec-esb-sidebar-portfolio-wrapper {
  padding: 100px 0;
}

.sec-esb-sidebar-portfolio-left > * {
  max-width: 360px;
}

.sec-esb-sidebar-portfolio-left > p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

.sec-esb-sidebar-portfolio-left > ul {
  padding-top: 30px;
  margin-top: 30px !important;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.sec-esb-sidebar-portfolio-left li {
}

.sec-esb-sidebar-portfolio-left li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  display: inline-flex;
  text-decoration: none;
  color: var(--BlueTextColor);
}

.sec-esb-sidebar-portfolio-left li a:hover {
  text-decoration: underline;
  color: var(--BluePrimary);
}

.sec-esb-sidebar-portfolio-left > ul::before,
.sec-esb-sidebar-portfolio-left > ul::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: var(--LightGrey);
}

.sec-esb-sidebar-portfolio-left > ul::after {
  width: 60px;
  height: 4px;
  background-color: var(--BluePrimary);
  top: -1px;
}

.sec-esb-sidebar-portfolio-right::before {
  /* position: absolute; */
  /* content: ""; */
  /* left: -60px; */
  /* top: 0; */
  /* width: 1px; */
  /* height: 100%; */
  /* border-left: 1px dashed var(--BlueTextColor); */
}

.sec-esb-sidebar-portfolio-right .sec-esb-full-image {
  width: 100dvw;
  transform: translateX(-50%);
  left: 18%;
  position: relative;
}
.sec-esb-sidebar-portfolio {
  /* overflow-x: hidden; */
  /* height: 100dvh; */
}
.sec-esb-sidebar-portfolio::-webkit-scrollbar {
  width: 0;
}
@media screen and (max-width: 1440px) {
  .sec-esb-project-banner {
    /* padding-bottom: 50px; */
  }
}

@media screen and (max-width: 1199px) {
  .esb-project-banner__title h1 {
    font-size: 28px;
  }

  .esb-project-banner__sub-title h2 {
    font-size: 24px;
    margin-top: 50px;
  }

  .esb-project-banner__image {
    /* padding: 45px; */
  }

  .esb-project-banner__inner {
    /* padding-top: 100px; */
  }
}

@media screen and (max-width: 1023px) {
  .esb-project-banner__inner {
    padding-top: 80px;
  }
  .sec-esb-sidebar-portfolio-wrapper {
    flex-direction: column;
  }
  .sec-esb-sidebar-portfolio-left {
    display: none;
  }
  .sec-esb-sidebar-portfolio-right {
    max-width: 100%;
  }
  .sec-esb-sidebar-portfolio-right .sec-esb-full-image {
    transform: unset;
    left: unset;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec-esb-project-banner {
    /* padding-bottom: 35px; */
  }
  .sec-esb-sidebar-portfolio-right .container {
    padding: 0;
  }
  .esb-project-banner-first-img {
    height: 230px;
  }

  .esb-project-banner__title h1 {
    font-size: 24px;
  }

  .esb-project-banner__sub-title h2 {
    font-size: 20px;
  }

  .esb-project-banner__inner {
    padding: 80px 0 50px;
  }

  .esb-project-banner__image {
    /* margin-top: -76px; */
    border-radius: 10px;
    /* padding: 25px; */
  }

  .esb-project-banner__video-trigger {
    width: 46px;
    height: 46px;
  }

  .esb-project-banner__video-trigger:before,
  .esb-project-banner__video-trigger:after {
    width: 100px;
    height: 100px;
  }
}

.esb-project-info {
  padding: 75px 0;
  background-color: #131924;
}

.esb-project-info__inner {
  display: grid;
  grid-template-columns: 405px 1fr;
  grid-gap: 60px;
  align-items: flex-start;
}

.esb-project-info__title {
  margin-bottom: 40px;
  /* max-width: 205px; */
  width: 100%;
}

.esb-project-info__title h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  font-family: var(--poppins);
  margin: 0;
  color: var(--white);
}

.esb-project-info__left {
  /* border-right: 2px dashed var(--LightGrey2); */
  border-right: 1px dashed #ffffff21;
  padding-right: 60px;
  height: 100%;
}

.esb-project-info__left-item {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 30px;
  /* align-items: center; */
  color: var(--white);
}

.esb-project-info__left-item-text {
  font-weight: 700;
}

.esb-project-info__left-item-text a {
  text-decoration: none;
  color: currentcolor;
}

.esb-project-info__left-item-text a svg {
  margin-left: 5px;
}

.esb-project-info__left-item-text a:hover {
  color: var(--PrimaryGreen);
  text-decoration: underline;
}

.esb-project-info__left-content {
  display: grid;
  grid-gap: 20px;
}

.esb-project-info__right {
  display: grid;
  grid-gap: 30px;
}

.esb-project-info__right-title {
  margin-bottom: 20px;
  color: var(--white);
}

.esb-project-info__right-item-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.esb-project-info__tag::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--primaryGradient);
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition3);
}

.esb-project-info__tag {
  background-color: var(--LightGrey4);
  border-radius: 50px;
  padding: 4px 12px;
  cursor: default;
  position: relative;
  transition: var(--transition3);
  font-size: 16px;
  
}
.esb-project-info__tag a{
  text-decoration: none;
  color: var(--BlueTextColor);
}
.esb-project-info__tag:has( a):hover a {
    color: var(--white);
    text-decoration: underline;
}

.esb-project-info__tag:hover {
  color: var(--white);
  background-color: var(--BluePrimary);
}

.esb-project-info__tag:hover::before {
  opacity: 1;
}

/* .esb-project-info__tag {
  background-color: var(--LightGrey4);
  border-radius: 30px;
  padding: 8px 16px;
  cursor: default;
} */
/* .esb-project-info__tag:hover {
  background-color: var(--PrimaryGreen);
  color: var(--white);
} */

@media screen and (max-width: 1440px) {
  .esb-project-info {
    padding: 50px 0;
  }

  .esb-project-info__title h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1199px) {
  .esb-project-info__inner {
    grid-gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .esb-project-info__left {
    padding-right: 10px;
  }

  .esb-project-info__tag {
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (max-width: 1023px) {
  .esb-project-info__inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .esb-project-info__left {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 30px;
    border-bottom: 2px dashed var(--LightGrey2);
  }

  .esb-project-info__title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .esb-project-info {
    padding: 35px 0;
  }

  .esb-project-info__left-item {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .esb-project-info__tag {
    font-size: 14px;
  }
}

.sec-esb-project-review {
  margin: 75px 0;
}

.esb-project-review {
  padding: 100px 0;
  background-color: var(--OffWhite);
}

.esb-project-review__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
  align-items: flex-start;
}

.esb-project-review__card {
  border: 1px solid var(--LightGrey);
  background-color: #fff;
  border-radius: 12px;
  padding: 22px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.esb-project-review__card-text {
  flex: auto;
}

.esb-project-review__card-rating img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.esb-project-review__card-rating {
  height: 24px;
  margin-bottom: 16px;
  text-align: left;
  max-width: 152px;
}

.esb-project-review__card-author {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 12px;
}

.esb-project-review__card-image {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.esb-project-review__card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.esb-project-review__card-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.esb-project-review__card-author-designation {
  font-size: 14px;
  line-height: normal;
}

.single-portfolio .portfolio-list-main {
  padding: 75px 0;
}
.single-portfolio .portfolio-list-main::before,
.single-portfolio .portfolio-list-main::after {
  opacity: 0;
  display: none;
}
.single-portfolio .portfolio-list-main .list:hover .prtflo-image img {
  opacity: 1;
}
.sec-esb-content-area-module + .sec-esb-content-area-module {
  margin-top: 75px;
}

@media screen and (max-width: 1370px) {
  .sec-esb-project-review {
    margin: 50px 0;
  }

  .esb-project-review {
    padding: 75px 0;
  }

  .single-portfolio .portfolio-list-main {
    padding: 50px 0;
  }
  .sec-esb-content-area-module + .sec-esb-content-area-module {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .esb-project-review__inner {
    grid-gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .esb-project-review__inner {
    grid-template-columns: 1fr;
    grid-gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sec-esb-project-review {
    margin: 35px 0;
  }

  .single-portfolio .portfolio-list-main {
    padding: 35px 0;
  }

  .esb-project-review {
    padding: 50px 0;
  }

  .esb-project-review__card-author {
    grid-template-columns: 45px 1fr;
  }
  .sec-esb-content-area-module + .sec-esb-content-area-module {
    margin-top: 35px;
  }
}

.sec-esb-content-area-module {
  padding: 75px 0;
  position: relative;
}

.sec-esb-project-info + .sec-esb-content-area-module::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  border-radius: 20px;
  background-color: var(--LightGrey4);
  top: 0;
  max-width: 1056px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.esb-content-area-module {
  text-align: left;
}

.esb-content-area-module__inner-wrapper {
  max-width: 790px;
}

.esb-content-area-module.bg-dark {
  padding: 100px 0;
  background-color: var(--dark);
  color: #fff;
}

.esb-content-area-module .section-title {
  text-align: left !important;
  margin-bottom: 40px !important;
  width: 100% !important;
  max-width: 100% !important;
}
.esb-content-area-module .section-title h2,
.esb-content-area-module .section-title h3 {
  margin: 0 0 20px !important;
  max-width: 100% !important;
  width: 100% !important;
}
.esb-content-area-module .section-title h2:has(+ p) {
  margin: 0 0 20px !important;
}
.esb-content-area-module .section-title h2 {
  background: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: fit-content !important;
  margin-bottom: 0 !important;
}

.esb-content-area-module.bg-dark .section-title h2,
.esb-content-area-module.bg-dark .section-title h3 {
  color: #fff;
}

.section-title__super-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--PrimaryGreen);
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--poppins);
}

.section-title__super-title p {
  font-size: inherit;
  max-width: 100%;
}
.esb-content-area-module__editor-text p strong:first-child,
.esb-content-area-module__editor-text h3 {
  font-family: var(--poppins);
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 0;
  display: block;
}

.esb-content-area-module--two-col .esb-content-area-module__inner {
  display: grid;
  /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
  /* grid-gap: 50px 90px; */
  grid-gap: 40px;
}

.esb-content-area-module--left-title .esb-content-area-module__inner-wrapper {
  display: grid;
  grid-template-columns: 18% 1fr;
  grid-gap: 80px;
}
.esb-content-area-module__editor-text blockquote span{
  display: block;
}
.esb-content-area-module__editor-text blockquote strong{
  margin: 0 !important;
}
.esb-content-area-module__editor-text ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 20px;
  margin: 40px 0;
}

.esb-content-area-module__editor-text p + ul {
    margin: 0;
}

.esb-content-area-module__editor-text * + ul {
  max-width: 570px;
}
.single-portfolio .esb-content-area-module__editor-text * + ul {
  max-width: 100%;
}

.esb-content-area-module__editor-text ul:first-child {
  margin-top: 0;
}

.esb-content-area-module__editor-text ul:last-child {
  margin-bottom: 0;
}

.esb-content-area-module__editor-text ul li {
  position: relative;
  padding-left: 30px;
}

.esb-content-area-module__editor-text ul li::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  left: 0;
  top: 6px;
  background-image: url(/wp-content/themes/espark/images/tick-circle-white.svg),
    var(--primaryGradient);
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(100% + 5px);
  border-radius: 100px;
}
.esb-project-review__text p {
  position: relative;
}

.esb-project-review__text p::before {
  content: "“";
  font-size: 90px;
  position: absolute;
  opacity: 0.2;
  top: 10px;
  left: -30px;
  font-family: sans-serif;
}
.sec-esb-full-image {
  padding: 75px 0;
}

.esb-content-area-module__editor-text > * {
  margin: 0;
}

.esb-content-area-module__editor-text {
  display: flex;
  flex-direction: column;
  /* gap: 50px; */
  gap: 30px;
}
.esb-content-area-module__editor-text:has( h3) {
  gap: 0;
}


.esb-content-area-module__editor-text table {
  border-spacing: 0;
  margin: 40px auto;
  width: 100%;
  overflow: auto;
  height: fit-content !important;
  /* display: block; */
}
.single-portfolio .esb-content-area-module__editor-text table {
  margin: 0;
}

.esb-content-area-module__editor-text table::-webkit-scrollbar-track {
  background-color: #e3e3e3;
}

.esb-content-area-module__editor-text table::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.esb-content-area-module__editor-text table::-webkit-scrollbar-thumb {
  background-color: var(--base_color);
}
.esb-content-area-module__editor-text table:has(:not(thead)) tr:nth-of-type(2n + 1) td {
  background-color: var(--LightGrey4);
}
.esb-content-area-module__editor-text table:has(:not(thead)) tr:first-child td {
  background-color: var(--BluePrimary) ;
  color: var(--white);
}

.esb-content-area-module__editor-text table tr {
  vertical-align: top;
}

.esb-content-area-module__editor-text table thead th {
  font-size: 18px;
  line-height: 28px;
  padding: 9px 20px;
  background-color: var(--quaternary_color);
  color: var(--white);
  vertical-align: middle;
}

.esb-content-area-module__editor-text table thead th:first-of-type {
  border-radius: 18px 0 0 0;
}

.esb-content-area-module__editor-text table thead th:not(:last-of-type) {
  border-right: 1px solid #dcdee3;
}

.esb-content-area-module__editor-text table thead th:last-of-type {
  border-radius: 0 18px 0 0;
}

.esb-content-area-module__editor-text table tr td {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.5px;
  padding: 9px 20px;
  min-width: 110px;
  border-right: 1px solid #dcdee3;
  color: var(--base_color);
}

.esb-content-area-module__editor-text table tr td:first-of-type {
  border-left: 1px solid #dcdee3;
}

.esb-content-area-module__editor-text table tr:nth-of-type(2n + 1) td {
  background-color: var(--white);
}

.esb-content-area-module__editor-text table tr:last-of-type td {
  border-bottom: 1px solid #dcdee3;
}

.esb-content-area-module__editor-text table tr:first-of-type td h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.esb-content-area-module__editor-text table tr:first-of-type td {
  border-top: 1px solid #dcdee3;
  background-color: var(--LightGrey3);
  font-weight: 600;
}

.esb-content-area-module__editor-text table tr:first-of-type td:first-of-type {
  border-radius: 18px 0 0 0;
}

.esb-content-area-module__editor-text table tr:first-of-type td:last-of-type {
  border-radius: 0 18px 0 0;
}

.esb-content-area-module__editor-text table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 18px;
}

.esb-content-area-module__editor-text table tr:last-of-type td:last-of-type {
  border-radius: 0 0 18px 0;
}


@media screen and (max-width: 1370px) {
  .sec-esb-content-area-module {
    padding: 50px 0;
  }

  .esb-content-area-module.bg-dark {
    padding: 75px 0;
  }
  .sec-esb-full-image {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1199px) {
  .esb-content-area-module--two-col .esb-content-area-module__inner {
    grid-gap: 30px 40px;
  }
  .esb-content-area-module__editor-text p strong:first-child,
  .esb-content-area-module__editor-text h3 {
    font-size: 20px;
  }
  .esb-content-area-module__editor-text {
    gap: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .esb-content-area-module__editor-text {
    gap: 40px;
  }
  .esb-content-area-module--two-col .esb-content-area-module__inner {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .esb-content-area-module__editor-text p strong:first-child,
  .esb-content-area-module__editor-text h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .esb-content-area-module--left-title .esb-content-area-module__inner-wrapper {
    display: block;
  }

  .esb-content-area-module__editor-text ul {
    margin: 25px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-esb-full-image {
    padding: 35px 0;
  }
  .section-title__super-title {
    font-size: 14px;
  }

  .sec-esb-content-area-module {
    padding: 35px 0;
  }

  .esb-content-area-module.bg-dark {
    padding: 50px 0;
  }

  .esb-content-area-module .section-title h2 {
    font-size: 26px !important;
  }

  .esb-content-area-module__editor-text ul li::before {
    top: 3px;
  }
}
.project-overview-text .esb-content-area-module__editor-text:not(:last-child) {
  margin-bottom: 36px;
}
.sec-esb-project-review {
  margin: 75px 0;
}

.sec-esb-project-review + .sec-esb-full-image {
  padding-top: 0;
  margin-top: -75px;
}
.sec-esb-full-image,
.sec-esb-full-image img {
  width: 100%;
}

.esb-project-review {
  padding: 100px 0;
  background-color: var(--OffWhite);
}

.esb-project-review__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
  align-items: flex-start;
}

.esb-project-review__card {
  border: 1px solid var(--LightGrey);
  background-color: #fff;
  border-radius: 12px;
  padding: 22px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.esb-project-review__card-text {
  flex: auto;
}

.esb-project-review__card-rating img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.esb-project-review__card-rating {
  height: 24px;
  margin-bottom: 16px;
  text-align: left;
  max-width: 152px;
}

.esb-project-review__card-author {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 12px;
}

.esb-project-review__card-image {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.esb-project-review__card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.esb-project-review__card-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.esb-project-review__card-author-designation {
  font-size: 14px;
  line-height: normal;
}

@media screen and (max-width: 1370px) {
  .sec-esb-project-review {
    margin: 50px 0;
  }

  .esb-project-review {
    padding: 75px 0;
  }

  .sec-esb-project-review + .sec-esb-full-image {
    padding-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .esb-project-review__inner {
    grid-gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .esb-project-review__inner {
    grid-template-columns: 1fr;
    grid-gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sec-esb-project-review {
    margin: 35px 0;
  }

  .esb-project-review {
    padding: 50px 0;
  }

  .esb-project-review__card-author {
    grid-template-columns: 45px 1fr;
  }

  .sec-esb-project-review + .sec-esb-full-image {
    padding-top: 0;
  }
}

.sec-esb-project-review {
  margin: 75px 0;
}

.sec-esb-project-review + .sec-esb-full-image {
  padding-top: 0;
  margin-top: -75px;
}

.esb-project-review {
  padding: 100px 0;
  background-color: var(--OffWhite);
}

.esb-project-review__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
  align-items: flex-start;
}

.esb-project-review__card {
  border: 1px solid var(--LightGrey);
  background-color: #fff;
  border-radius: 12px;
  padding: 22px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.esb-project-review__card-text {
  flex: auto;
}

.esb-project-review__card-rating img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.esb-project-review__card-rating {
  height: 24px;
  margin-bottom: 16px;
  text-align: left;
  max-width: 152px;
}

.esb-project-review__card-author {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 12px;
}

.esb-project-review__card-image {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.esb-project-review__card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.esb-project-review__card-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.esb-project-review__card-author-designation {
  font-size: 14px;
  line-height: normal;
}

@media screen and (max-width: 1370px) {
  .sec-esb-project-review {
    margin: 50px 0;
  }

  .esb-project-review {
    padding: 75px 0;
  }

  .sec-esb-project-review + .sec-esb-full-image {
    padding-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .esb-project-review__inner {
    grid-gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .esb-project-review__inner {
    grid-template-columns: 1fr;
    grid-gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sec-esb-project-review {
    margin: 35px 0;
  }

  .esb-project-review {
    padding: 50px 0;
  }

  .esb-project-review__card-author {
    grid-template-columns: 45px 1fr;
  }

  .sec-esb-project-review + .sec-esb-full-image {
    padding-top: 0;
  }
}

.sec-esb-project-review {
  margin: 75px 0;
}

.sec-esb-project-review + .sec-esb-full-image {
  padding-top: 0;
  margin-top: -75px;
}

.esb-project-review {
  padding: 100px 0;
  background-color: var(--OffWhite);
}

.esb-project-review__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 64px;
  align-items: flex-start;
}

.esb-project-review__card {
  border: 1px solid var(--LightGrey);
  background-color: #fff;
  border-radius: 12px;
  padding: 22px;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.esb-project-review__card-text {
  flex: auto;
}

.esb-project-review__card-rating img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.esb-project-review__card-rating {
  height: 24px;
  margin-bottom: 16px;
  text-align: left;
  max-width: 152px;
}

.esb-project-review__card-author {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 12px;
}

.esb-project-review__card-image {
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.esb-project-review__card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.esb-project-review__card-author-name {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.esb-project-review__card-author-designation {
  font-size: 14px;
  line-height: normal;
}

@media screen and (max-width: 1370px) {
  .sec-esb-project-review {
    margin: 50px 0;
  }

  .esb-project-review {
    padding: 75px 0;
  }

  .sec-esb-project-review + .sec-esb-full-image {
    padding-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .esb-project-review__inner {
    grid-gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .esb-project-review__inner {
    grid-template-columns: 1fr;
    grid-gap: 36px;
  }
}

@media screen and (max-width: 767px) {
  .sec-esb-project-review {
    margin: 35px 0;
  }

  .esb-project-review {
    padding: 50px 0;
  }

  .esb-project-review__card-author {
    grid-template-columns: 45px 1fr;
  }

  .sec-esb-project-review + .sec-esb-full-image {
    padding-top: 0;
  }
}
