.postid-6067 .icon-box,
.postid-6058 .icon-box,
.postid-5694 .icon-box,
.postid-5696 .icon-box {
  margin-top: 0;
}
.farm-flaw-features,
.compasses-flaw-features,
.ar-flaws-to-features,
.docs-flow,
.nzt-flow,
.safety-journey,
.energy-journey,
.nymc-journey,
.mpd-journey,
.nzt-journey-section,
.app-services-flow-features,
.nymc-flow,
.smart-booking-jouney,
.f-booking-journey,
.work-flow,
.case-study-flaw-features,
#kweso-workflow,
#kweso-flow-features,
#kweso-journey-section,
#water-journey-section,
.case-study-engage,
.case-study-requirements,
.case-study-fight,
#water-workflow,
.beauty-welness-features-sec,
.technology-stack,
.case-study-flaw-features2,
#sterling-workflow,
#sterling-journey-section,
#water-flow-features,
#water-workflow {
  padding: 60px 0;
}
.post-type-archive-case-study .banner-sec .inner-banner:after {
  display: none;
}
.casestudy-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 70%;
  margin: auto;
}
.casestudy-banner-text .technology-stats span {
  color: var(--light-color) !important;
}

.inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 0;
}
.banner-sec .inner-banner {
  position: relative;
}
.casestudy-banner-text h1:after {
  min-width: 90px;
  max-width: 90px;
  bottom: unset;
  top: -20px;
  border-radius: 1px;
}

.post-type-archive-case-study .casestudy-banner-text h1:after {
  top: unset;
  bottom: -10px;
}
/* .banner-sec .inner-banner:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); 
  z-index:0;
} */
.casestudy-banner-text .country {
  font-weight: 400;
}
.casestudy-banner-text .casestudy-category {
  display: block;
  background: var(--light-color);
  width: fit-content;
  margin: 2rem auto;
  padding: 0.25rem 1rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
}
.case-studies-section {
  padding: 0 40px;
}
.case-study-main {
  padding: 96px 0 80px 0;
  position: relative;
  margin-top: -16px;
}

.case-studies-box {
  display: flex;
  gap: 24px;
  background: var(--light-color);
  box-shadow: 3px 3px 26px var(--thin-dark-color);
  border-radius: 15px;
  padding: 16px;
}
.case-studies-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.banner-sec .inner-banner {
  z-index: 1;
  height: 600px;
}
.banner-sec .inner-banner img {
  object-fit: cover;
  height:100%;
}
.great-place-work-logo {
  z-index: 10;
}
.case-studies-box h3 {
  font-weight: 600 !important;
}
.case-studies-box {
  width: calc(35% - 16px);
  padding: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.case-studies-box:hover {
  transition: all 0.3s;
}
.case-studies-box:nth-child(4n),
.case-studies-box:nth-child(4n + 1) {
  width: calc(65% - 16px);
}
.case-studies-box a.case-studies-img {
  width: 100% !important;
}
.case-studies-sub .case-studies-box .case-studies-text {
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: 10;
  bottom: 0px;
}
.case-studies-sub .case-studies-box:hover .case-studies-text {
  height: 100%;
}
.case-studies-sub .case-studies-box .case-studies-text .top-content {
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 50%
  );
  padding: 2rem;
}
.case-studies-sub .case-studies-box:hover .case-studies-text .top-content {
  justify-content: start;
  background: transparent;
}
.case-studies-sub .case-studies-box .case-studies-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-studies-box .case-top-tag {
  color: var(--light-color);
  position: relative;
  padding: 0 1rem;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  z-index: 10;
  font-size: 18px;
  line-height: 26px;
}
.case-studies-box .case-top-tag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--secondary-color);
  z-index: -1;
  transition: 0.5s linear;
}
.case-studies-box:hover .case-top-tag:before {
  width: 100%;
}
.post-type-archive-case-study .casestudy-banner-text .technology-stats p {
  display: none;
}
.post-type-archive-case-study .casestudy-banner-text .technology-stats h3 {
  color: var(--light-color);
}
.post-type-archive-case-study .casestudy-banner-text p {
  background-color: transparent;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--light-color);
  font-weight: 400;
  margin-top: 2rem;
}
.post-type-archive-case-study .casestudy-banner-text .technology-stats {
  padding: 0px;
}
.post-type-archive-case-study
  .casestudy-banner-text
  .technology-stats
  .counter-box {
  width: calc(100% / 4 - 24px);
}
.post-type-archive-case-study .casestudy-banner-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-type-archive-case-study .casestudy-banner-text #scrollDownBtn {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.post-type-archive-case-study .casestudy-banner-text #scrollDownBtn a {
  text-align: center;
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  font-weight: 500;
}
.post-type-archive-case-study
  .casestudy-banner-text
  #scrollDownBtn
  a
  span.arrow-down {
  display: block;
}
.post-type-archive-case-study
  .casestudy-banner-text
  #scrollDownBtn
  a
  span.arrow-down
  svg {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
}
.post-type-archive-case-study
  .casestudy-banner-text
  #scrollDownBtn
  a
  span.arrow-down
  svg {
  transform: translateY(10px);
  animation: downArrow 1.5s infinite ease;
  -webkit-animation: downArrow 1.5s infinite ease;
  -moz-animation: downArrow 1.5s infinite ease;
  -o-animation: downArrow 1.5s infinite ease;
}
@keyframes downArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.case-studies-sub .case-studies-box .case-studies-img {
  width: 100%;
}
.case-studies-sub .case-studies-box:hover .case-studies-text {
  background: transparent;
}
.case-studies-sub .case-studies-box:hover .case-studies-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  transition: all 0.3s;
}
.case-studies-sub .case-studies-box:hover .case-studies-text {
  justify-content: space-between;
  transition: all 0.5s;
}
.case-studies-sub .case-studies-box .case-studies-text .bottom-content {
  position: absolute;
  opacity: 0;
  height: 0%;
  bottom: 0;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transform: translate3d(-100%, 0, 0);
  padding: 2rem;
}
.case-studies-sub .case-studies-box:hover .case-studies-text .bottom-content {
  opacity: 1;
  height: auto;
  position: relative;
  transition: all 1s;
  transform: translate3d(0%, 0, 0);
}
.case-studies-sub
  .case-studies-box
  .case-studies-text
  .bottom-content
  .case-tag
  .right-arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.case-studies-sub
  .case-studies-box
  .case-studies-text
  .bottom-content
  .case-tag
  span {
  border: 1px solid var(--light-color);
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 28px;
  height: 30px;
  display: inline-block;
  margin: 3px 0;
  text-transform: capitalize;
}
.case-studies-sub .case-studies-box:hover .case-studies-text .top-content {
  position: relative;
  top: 0;
  transition: top 0.3s;
}
.case-studies-sub .case-studies-box .case-studies-img svg path,
.case-studies-sub .case-studies-box .case-studies-img:hover svg path {
  transition: all 1.5s;
}
.case-studies-sub .case-studies-box:hover svg path {
  transform: translateX(10px);
  animation: arrow 1.5s infinite ease;
  -webkit-animation: arrow 1.5s infinite ease;
  -moz-animation: arrow 1.5s infinite ease;
  -o-animation: arrow 1.5s infinite ease;
}
@keyframes arrow {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}
.case-studies-sub .case-studies-box h3 {
  line-height: 32px !important;
}
/* .case-studies-sub .case-studies-box h3 span{
    background-image:linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color) 100%);
    background-position:0px 95%;
    transition:background-size 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-repeat:no-repeat;
    background-size:0px 2px;
} 
.case-studies-sub .case-studies-box:hover h3 span{
    background-size:100% 2px;
} */
.case-studies-sub .case-studies-box .case-studies-img img {
  width: 100%;
}
.case-studies-sub .case-studies-box .case-studies-text {
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.case-studies-sub .case-studies-box .case-studies-text h3 {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0;
}
.case-tag {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-right: 3rem;
}
.case-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.case-icon a {
  display: block;
  width: 50px;
  height: 50px;
  background: var(--lightBlue-color);
  border-radius: 5px;
  padding: 0.5rem;
}
.case-icon a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-col2 {
  position: absolute;
  bottom: 32px;
}
.technology-sec {
  padding: 80px 0;
  background: var(--lightBlue-color);
  background: linear-gradient(
    180deg,
    var(--lightBlue-color) 0%,
    var(--light-color) 60%
  );
}

/****Case study iframe video****/
iframe {
  display: block !important;
}
/* --------------------i Frame css----------------- */
.case-study-video-iframe {
  padding: 80px 0 40px 0;
  margin: 0px 40px 0;
}
.el-video,
.el-video-popup__box {
  position: relative;
  width: 100%;
  margin: auto;
  height: 0;
  padding-bottom: 56.25%;
  background-color: var(--dark-color);
}
.el-video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-video__bg,
.el-video iframe,
.el-video-popup__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
/* ------------------------------------ */
/* Окно */
.case-study-video-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
  max-width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.el-video-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 15px;
  height: 100vh;
  overflow: hidden;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.case-study-video-iframe .video-play-icon {
  position: relative;
  border-radius: 15px !important;
  cursor: pointer;
}
.case-study-video-iframe .video-play-icon img {
  width: 100%;
}
.case-study-video-iframe .video-play-icon .play-pulse {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.case-study-video-iframe .video-play-icon .play-pulse {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.case-study-video-iframe .video-play-icon .play-pulse .circle {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: var(--secondary-color);
  z-index: 999;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.case-study-video-iframe .video-play-icon .play-pulse .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: var(--lightBlue-color);
  opacity: 0;
  border-radius: 100%;
  right: -25px;
  bottom: -25px;
  z-index: 1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.video-play-icon .play-pulse .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.video-play-icon .play-pulse .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.video-play-icon .play-pulse .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.video-play-icon .play-pulse svg {
  fill: var(--light-color);
  stroke: var(--light-color);
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.case-study-video-iframe h2:after {
  margin-left: 0;
}
.case-study-video-iframe h2 {
  margin-bottom: 24px !important;
}
.case-study-video-iframe p {
  margin-bottom: 32px !important;
}
.case-study-video-iframe .el-video__button {
  display: block;
  position: absolute;
  right: -12px;
  top: -12px;
  background: var(--secondary-color);
  width: 32px;
  height: 32px;
  z-index: 10;
  border: 0;
  border-radius: 50%;
}

.case-study-video-iframe {
  display: none;
}
.postid-11417 .case-study-video-iframe,.postid-14214 .case-study-video-iframe{
  display: block;
}

.filters-container{
  position: relative; 

}
.filters-container select{
  padding-right: 36px !important;
  cursor:pointer;
  background-color: var(--light-color) !important;
  color: var(--dark-color) !important;
  padding: 12px 16px !important;
  min-width: 200px !important;
}
.filters-container select:focus{
  box-shadow: unset !important;
  border-color: var(--secondary-color);
}
/*********Responsive Css********/
@media (max-width: 1500px) {
  .case-studies-box{
    border-radius: 20px;
  }
  .banner-sec .inner-banner {
    height: 500px;
  }
  .case-study-main {
    padding: 76px 0;
  }
  .case-studies-section {
    padding: 0 32px;
  }
  .case-studies-sub .case-studies-box .case-studies-img .case-top-tag {
    font-size: 15px;
    line-height: 22px;
  }
  .case-study-video-iframe {
    padding: 60px 0;
  }
  .business-text-box {
    padding: 0;
  }
  .technology-stack-sec {
    padding: 60px 0;
  }
  .case-study-next {
    margin-top: 2rem;
  }
  .technology-stack-sec .tech-stack-listing span {
    width: 90px;
    height: 90px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 60px 40px;
  }
  .casestudy-banner-text {
    width: 70%;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    max-width: 70%;
    margin: auto;
    margin-top: 1rem;
  }
  .post-type-archive-case-study .casestudy-banner-text #scrollDownBtn {
    bottom: 0px;
    left: 0;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    top: 40%;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .case-studies-box .case-top-tag {
    font-size: 16px;
    line-height: 24px;
  }
   .case-study-prv-nxt-sec{
    padding-bottom:60px;
  }
}

@media (max-width: 1200px) {
  .case-studies-section {
    padding: 0 20px;
  }
  .case-study-video-iframe {
    padding:60px 0;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 60px 20px;
  }
  .banner-sec .technology-stats .counter-box span {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .banner-sec .inner-banner {
    height: 100%;
  }
  .case-study-video-iframe {
    padding:50px 0;
  }
  .case-studies-section {
    padding: 0 16px;
  }
  .case-study-main {
    padding: 66px 0;
  }
  .case-studies-sub .case-studies-box .case-studies-img .case-top-tag {
    font-size: 14px;
    line-height: 21px;
  }
  .case-tag a {
    font-size: 12px;
    line-height: 18px;
  }
  .case-icon a {
    width: 40px;
    height: 40px;
    padding: 0.25rem;
  }
  .case-studies-sub .case-studies-box .case-studies-img svg {
    max-width: 40px;
  }
  .case-studies-box{
    border-radius: 15px;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 50px 16px;
  }
  .case-icon a {
    width: 50px;
    height: 50px;
    padding: 0.35rem;
  }
  .casestudy-banner-text {
    width: 100%;
    padding: 0 12px;
  }
  .container {
    padding: 0 16px !important;
  }
  .case-studies-sub {
    gap: 24px;
  }
  .case-studies-sub .case-studies-box {
    width: calc(50% - 12px) !important;
  }
  .case-studies-sub .case-studies-box h3 {
    line-height: 28px !important;
  }
  .post-type-archive-case-study .banner-sec {
    height: 100%;
  }
  .post-type-archive-case-study
    .casestudy-banner-text
    .technology-stats
    .counter-box {
    width: calc(100% / 4 - 12px);
  }
  .post-type-archive-case-study .banner-sec .inner-banner {
    height: 400px;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    top: 50%;
  }
  .post-type-archive-case-study .technology-stats .counter-main {
    gap: 12px;
  }
  .case-study-prv-nxt-sec{
    padding-bottom:50px;
  }
}
@media (max-width: 768px) {

  .technology-stack-sec {
    padding: 40px 0;
  }
  .case-study-video-iframe {
    padding: 56px 0 40px 0;
  }
  .our-process-sec,
  .why-choose-us-sec {
    padding: 40px 16px;
  }
  .custom-card {
    padding: 24px;
  }
  .case-study-main {
    padding: 56px 0;
  }
 
  .case-study-next {
    margin-top: 1rem;
    padding-top: 1rem;
  }
 
  .casestudy-banner-text h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .casestudy-banner-text .casestudy-category {
    margin: 1rem auto;
  }
  .casestudy-banner-text span {
    font-size: 14px;
    line-height: 21px;
  }
  .casestudy-banner-text h1:after {
    height: 3px;
    min-width: 70px;
    max-width: 70px;
  }
 
  .case-studies-section {
    padding: 0;
  }
  .case-studies-sub .case-studies-box {
    width: 100% !important;
    height: 350px;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content,
  .case-studies-sub .case-studies-box .case-studies-text .bottom-content {
    padding: 1.5rem;
  }
  .case-studies-sub .case-studies-box h3 {
    line-height: 26px !important;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content {
    min-height: 150px;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .post-type-archive-case-study
    .casestudy-banner-text
    .technology-stats
    .counter-box {
    width: calc(100% / 2 - 12px);
  }
  .post-type-archive-case-study .casestudy-banner-text #scrollDownBtn {
    bottom: -20px;
  }
  .post-type-archive-case-study .casestudy-banner-text span,
  .post-type-archive-case-study .casestudy-banner-text #scrollDownBtn a {
    font-size: 16px;
    line-height: 24px;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    top: 40%;
  }
  .case-studies-box .case-top-tag {
    font-size: 14px;
    line-height: 21px;
  }
  .case-study-video-iframe {
    background: transparent;
    background-color: transparent;
    margin: -16px 0 0 0;
  }
    .case-study-prv-nxt-sec{
      padding-bottom:40px;
    }
}
@media (max-width: 576px) {
  .single-icon-card {
    border-radius: 10px;
  }
  .single-icon-card img,
  .single-icon-card svg {
    margin-bottom: 12px;
    width: 35px;
    height: 35px;
  }
 
  .banner-sec {
    height: 60vh;
  }
  .case-studies-sub .case-studies-box {
    width: 100% !important;
  }
  .case-tag {
    width: 100%;
    padding: 0;
  }
  .case-studies-sub
    .case-studies-box
    .case-studies-text
    .bottom-content
    .case-tag
    svg {
    max-width: 40px;
  }
  .case-studies-sub
    .case-studies-box
    .case-studies-text
    .bottom-content
    .case-tag
    .right-arrow {
    position: static;
    text-align: right;
    width: 100%;
  }
  .post-type-archive-case-study .banner-sec .inner-banner {
    height: 450px;
  }
  .banner-sec .technology-stats .counter-box span {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .post-type-archive-case-study .casestudy-banner-text .technology-stats h3 {
    font-size: 14px !important;
    line-height: 21px !important;
    margin: 0.25rem 0 !important;
  }
  .post-type-archive-case-study .casestudy-banner-text {
    padding: 0px !important;
  }
  .filters-container .industry-filter,.filters-container .technology-filter{
    width:100%;
  }
    .filters-container select{
    min-width: 180px !important;
  }
}
@media (max-width: 400px) {
  .technology-stack-sec .tech-stack-listing span {
    width: 60px;
    height: 60px;
  }
  .technology-stack-sec .tech-stack-listing span img {
    width: 40px;
    height: 40px;
  }
  .single-icon-card {
    width: calc(100% / 3 - 4px);
  }
  .icon-box {
    gap: 6px;
  }
  .container {
    padding: 0 12px !important;
  }
  .post-type-archive-case-study .casestudy-banner-text p {
    font-size: 13px !important;
    line-height: 19px !important;
    margin: 0.25rem 0;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content {
    min-height: 100px;
  }
  .case-studies-sub .case-studies-box .case-studies-text .top-content,
  .case-studies-sub .case-studies-box .case-studies-text .bottom-content {
    padding: 1rem;
  }
  .case-studies-sub
    .case-studies-box
    .case-studies-text
    .bottom-content
    .case-tag
    span {
    padding: 0px 6px;
    font-size: 10px;
    line-height: 26px;
    height: 28px;
  }
  .case-studies-box .case-top-tag {
    font-size: 14px;
    line-height: 21px;
  }
  .filters-container{
    flex-wrap:wrap;
  }
}
/*********New Case Study Single Page*******/
.banner-sec .single-casestudy-banner-text{
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
  width: 100%;
  max-width:800px;
  padding-left:80px;
  padding-bottom:40px;
  margin: auto;
  color: var(--light-color);
}
.banner-sec.case-study-banner .inner-banner{
  height: calc(100vh - 80px);
}
.banner-sec.case-study-banner .single-casestudy-banner-text small {
  display: block;
  color: var(--light-color);
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  max-width: fit-content;
}
.banner-sec.case-study-banner .single-casestudy-banner-text .casestudy-category {
  display: block;
  color: var(--light-color);
  width: fit-content;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: fit-content;
}
.banner-sec.case-study-banner .single-casestudy-banner-text .country {
  font-weight: 400;
  color: var(--light-color);
  display:flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  padding:0;
}
.single-casestudy-banner-text:after{
  content:"";
  position:absolute;
  left:80px;
  right:0;
  bottom:0;
  width:100%;
  height:12px;
  background:linear-gradient(90deg,var(--secondary-color),#06497f80,transparent);
  z-index:0;
}
/*******Business Requirement Section*****/
.business-requirement-sec{
  padding: 80px;
}
.business-requirement-sec .heading-text{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 30px;
}
.business-requirement-sec .heading-text h2{
  color: var(--secondary-color);
}
.business-requirement-sec .heading-text p{
  color: var(--dark-color);
  font-size: 18px;
  line-height: 26px;
  margin-right:0;
  font-style: normal;
}
.business-requirement-sec .card{
  display:flex;
  flex-direction:row;
  position:relative;
  align-items:center;
  min-height:500px;
  overflow:hidden;
  border: none;
  border-radius:0;
}
.business-requirement-sec .card:nth-child(even) .business-text-box {
  margin-left:0;
}
.business-requirement-sec .card:nth-child(even) .business-img-box {
  right:0;
  left: unset;
}
.business-requirement-sec .business-img-box{
  position:absolute;
  top:0;
  left:0;
  width:40%;
  height:100%;
}
.business-requirement-sec .business-img-box .img-box{
  width:100%;
  height:100%;
  overflow:hidden;
}
.business-requirement-sec .business-img-box img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.business-requirement-sec .business-text-box{
  width: 70%;
  align-self: center;
  margin-left: auto;
  position: relative;
  background: var(--light-color);
  padding: 32px;
  border:1px solid var(--secondary-color);
}
.business-requirement-sec .business-text-box h3{
  color: var(--secondary-color);
  font-size:28px !important;
  line-height:36px !important;
}
.business-requirement-sec .business-text-box h4{
   font-style:italic;
   margin:16px 0;
   font-size:20px !important;
   line-height:28px !important;
}
.business-requirement-sec .business-text-box ul{
  list-style-type:disc !important;
  padding-left:20px !important;
  display:flex;
  flex-direction: column;
  gap:12px;
}
.business-requirement-sec .business-text-box ul li{
  font-weight: 600;
  color:var(--dark-color);
  list-style-type:disc !important;
}
.business-requirement-content{
  display:flex;
  flex-direction:column;
  gap:50px;
}

/***proposed section ends***/
.zealous-proposed-sec{
  padding: 80px;
}
.zealous-proposed-sec .heading-text{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 30px;
}
.zealous-proposed-sec .heading-text h2{
  color: var(--secondary-color);
}
.zealous-proposed-sec .heading-text p{
  color: var(--dark-color);
  font-size: 18px;
  line-height: 26px;
  margin-right:0;
  font-style: normal;
}
.zealous-proposed-sec .zealous-proposed-content{
  display: grid;
  grid-template-columns:calc(50% - 20px) calc(50% - 20px);
  grid-template-rows: 1fr 1fr;
  gap: 40px;
  height: 600px;
}
.zealous-proposed-sec .proposed-card{
  position:relative;
  height: 300px;
}
.zealous-proposed-sec .proposed-card:first-child{
  grid-row: span 2;
  height: 100%;
}
.zealous-proposed-sec .proposed-card .proposed-img-box{
  width:100%;
  height:100%;
}
.zealous-proposed-sec .proposed-card .proposed-img-box img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.zealous-proposed-sec .proposed-card .proposed-text-box{
  position: absolute;
  top: 0;
  left:0;
  background: #00000080;
  width: 100%;
  padding: 40px;
  height: 100%;
}
.zealous-proposed-sec .proposed-card .proposed-text-box h3{
  font-size:28px !important;
  line-height:36px !important;
  color: var(--light-color);
  display:inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.zealous-proposed-sec .proposed-card .proposed-text-box h3:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:50%;
  height:3px;
  border-radius: 2px;
  background: var(--light-color);
}
.zealous-proposed-sec .proposed-card .proposed-text-box p{
  font-size:18px !important;
  line-height:28px !important;
  color: var(--light-color);
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  visibility: hidden;
}
.zealous-proposed-sec .proposed-card:hover .proposed-text-box p{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  visibility: visible;
}
/****Journey sec***/
.journey-sec{
  padding:80px;
}
.journey-sec .heading-text{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 30px;  
}
.journey-sec .heading-text h2{
  color: var(--secondary-color);
}
.journey-sec .heading-text p{
  color: var(--dark-color);
  font-size: 18px;
  line-height: 26px;
  margin-right:0;
  font-style: normal;
}
.journey-sec .journey-content{
  position: relative;
  display:flex;
  align-items:center;
  gap: 40px;
}
.journey-sec .journey-content ul{
  display:flex;
  flex:1;
}

.journey-sec .journey-content .journey-img-box{
  position:relative;
  padding-bottom: 80px;
  width:70px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.journey-sec .journey-content .journey-img-box:after{
  content:"";
  position:absolute;
  bottom:0;
  left: calc(50% - 1px);
  width:0px;
  height:60px;
  border: 1px dashed var(--primary-color);
  z-index:1;
  border-radius:3px;
}
.journey-sec .journey-content ul li{
  display:flex;
  flex-direction:column;
  align-items:center;  
}
.journey-sec .journey-content .journey-text-box span{
   font-size:24px;
   font-weight:600;
   color: var(--dark-color);  
}
.journey-sec .journey-content  .journey-text-box{
  display:flex;
  flex-direction:column;
  gap:10px;
  border-top:2px solid var(--secondary-color);
  padding:20px 10px;
}
.journey-right-icon {
  position: relative;
  width: 150px;  /* SET YOUR IMAGE WIDTH */
  height: 150px; /* SET YOUR IMAGE HEIGHT */
}

.journey-right-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition:all 0.5s ease;
}


/* Gray image first */
.journey-right-icon .img-1 {
  animation: img1 4s infinite;
  z-index: 1;
}

/* Gradient image second */
.journey-right-icon .img-2 {
  animation: img2 4s infinite;
  z-index: 2;
}

@keyframes img1 {
  0%, 45% {
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease;
  }
  50%, 100% {
    opacity: 1;
    z-index: 2;
    transition: all 0.5s ease;
  }
}

@keyframes img2 {
  0%, 50% {
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease;
  }
  55%, 95% {
    opacity: 1;
    z-index: 2;
    transition: all 0.5s ease;
  }
  100% {
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease;
  }
}

/****Tough Fight sec***/
.tough-fight-sec{
  padding:80px;
  background: var(--primary-color);
  position: relative;
  overflow:hidden;
}
.tough-fight-sec:after{
  content:"";
  position:absolute;
  top: 24px;
  right: 0;
  width: 400px;
  height: 350px;
  background:url(../../images/casestudy/case-study-bulb.png) no-repeat center center;
  background-size: contain;
}

.tough-fight-sec h2,.tough-fight-sec h5{
  color: var(--light-color);
  margin-bottom:16px;
}
.tough-fight-sec ul{
  list-style-type: disc !important;
  padding-left: 20px !important;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.tough-fight-sec ul li,.tough-fight-sec p{
  color: var(--light-color);
  list-style-type: disc !important;
}
.tough-fight-text,.tough-fight-sec .heading-text{
  width:1300px;
}
/****Delivered Features sec***/
.delivered-features-sec{
  padding:80px;
  background: var(--light-color);
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.delivered-features-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.delivered-features-left{
  position: sticky;
  top: 50vh;
  transform: translateY(-50%);
  flex: 0 0 600px;
  padding-right: 40px;
  align-self: flex-start;
  z-index: 10;
  height: fit-content;
  opacity: 1;
  visibility: visible;
  margin-top:80px;
}
.delivered-features-left h2{
  font-size: 48px !important;
  line-height: 60px !important;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 24px;
  text-transform: none;
  opacity: 1;
  visibility: visible;
}
.delivered-features-left p{
  font-size: 18px;
  line-height: 26px;
  color: var(--dark-color);
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.delivered-features-right{
  flex: 1;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.feature-step-item{
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
.feature-step-item.visible{
  opacity: 1;
  transform: translateY(0);
}
.step-divider{
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #d0d0d0 0px,
    #d0d0d0 8px,
    transparent 8px,
    transparent 16px
  );
  margin: 40px 0;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
  width: 100%;
}
.feature-step-item.visible .step-divider{
  opacity: 1;
}
.feature-step-content{
  padding: 24px;
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
}
.feature-step-content h3{
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width:300px;
  min-width:300px;
}
.step-icon{
  align-self:baseline;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
}
.feature-step-content p{
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-color);
  margin: 0;
  max-width:450px;
}
.feature-box{
  display: none;
}
/********Tech Stack*******/
.technology-stack-sec {
  padding: 80px;
}
.technology-stack-sec .heading-text{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 30px;  
}
.technology-stack-sec .heading-text h2{
  color: var(--secondary-color);
}
.technology-stack-sec .heading-text p{
  color: var(--dark-color);
  font-size: 18px;
  line-height: 26px;
  margin-right:0;
  font-style: normal;
}
.technology-stack-sec .tech-stack-listing {
  gap: 1rem;
  text-align: center;
}
.technology-stack-sec .tech-stack-listing .stack-box {
  width: calc(100% / 7 - 16px);
}
.technology-stack-sec .tech-stack-listing span {
  display: block;
  width: 120px;
  height: 120px;
  background: var(--light-color);
  border:1px solid var(--thin-secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem auto;
}
.technology-stack-sec .tech-stack-listing span img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.technology-stack-sec .tech-stack-listing p {
  color: var(--primary-color);
}
/********Workflow sec***/
.workflow-sec{
  padding:80px;
}
.workflow-sec .heading-text{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 30px;  
}
.workflow-sec .heading-text h2{
  color: var(--secondary-color);
}
.workflow-sec .heading-text p{
  color: var(--dark-color);
  font-size: 18px;
  line-height: 26px;
  margin-right:0;
  font-style: normal;
}
.workflow-content{
  display: grid;
  grid-template-columns:calc(50% - 20px) calc(50% - 20px);
  grid-template-rows: 1fr 1fr;
  gap: 40px;
  height: 540px;
}
.workflow-content .workflow-box{
  position:relative;
  height: 250px;
  background: var(--thin-secondary-color);
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:32px;
  gap:40px;
}
.workflow-content .workflow-box:first-child{
  grid-row: span 2;
  height: 100%;
  background: var(--secondary-color);
  flex-direction: column;
  align-items:start;
}
.workflow-content .workflow-box span{
  font-size:80px;
  line-height:80px;
  font-weight: 600;
  color: var(--dark-color);
  min-width: 180px;
}
.workflow-content .workflow-box h3{
  font-size:28px !important;
  line-height:36px !important;
  flex: 1;
}
.workflow-content .workflow-box:first-child h3{
  color:var(--light-color);
  flex:unset;
}
.workflow-content .workflow-box:first-child span{
  color: var(--light-color);
}
.casestudy-cta-sec{
  padding:80px;
  background-color: var(--secondary-color);
}
.casestudy-cta-sec h2{
  color: var(--light-color);
  font-size:64px !important;
  line-height:72px !important;
  max-width:500px;
}
.casestudy-cta-sec h2 span{
  color: var(--dark-color);
}
.casestudy-cta-sec p{
  color:var(--light-color);
  font-size:18px !important;
  line-height:26px !important;
  margin-bottom:16px !important;
}
.casestudy-cta-sec h3{
  color: var(--light-color);
  font-size:28px !important;
  line-height:36px !important;
  margin-bottom:32px !important;
}
.casestudy-cta-sec .col-right{
  max-width:500px;
  margin-left:auto;
}
.heading-text h2{
  font-size:48px !important;
  line-height:60px !important;
}
/****Project Visuals Marquee Section****/
.project-visuals-sec{
  overflow: hidden;
  background:linear-gradient(to bottom,var(--secondary-color),var(--light-color));
  padding:80px 0;
}
.project-visuals-sec .heading-text{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 30px; 
  padding:0px 80px; 
}
.project-visuals-sec .heading-text h2{
  color: var(--light-color);
}
.project-visuals-marquee{
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  width: 100%;
}
.project-visuals-marquee-row{
  overflow: hidden;
  width: 100%;
  position: relative;
}
.project-visuals-marquee-track{
  display: flex;
  gap:16px;
  width: fit-content;
  will-change: transform;
}
.project-visuals-marquee-item{
  flex-shrink: 0;
  width: 700px;
  height: 350px;
  overflow: hidden;
  transition: transform 0.3s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.project-visuals-marquee-item:hover{
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.project-visuals-marquee-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}


@media(max-width:1500px){
  .business-requirement-sec,.zealous-proposed-sec,.journey-sec,.tough-fight-sec,.technology-stack-sec,.technology-stack-sec,.workflow-sec,.casestudy-cta-sec{
    padding:60px;
  }
  .delivered-features-sec{
    padding:60px;
  }
  .delivered-features-wrapper{
    gap: 60px;
  }
  .delivered-features-left{
    flex: 0 0 350px;
    top: 50vh;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }
  .zealous-proposed-sec .proposed-card .proposed-text-box{
    padding:24px;
  }
  .zealous-proposed-sec .zealous-proposed-content{
    gap:24px;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
  .zealous-proposed-sec .heading-text{
    margin-bottom:16px;
  }
  .journey-right-icon{
    display:none;
  }
  .tough-fight-text, .tough-fight-sec .heading-text {
    width: 1000px;
  }
   .tough-fight-sec:after {
    width: 300px;
    height: 300px;
   }
   .project-visuals-sec{
    padding:60px 0;
  }
  .project-visuals-sec .heading-text{
    padding:0px 60px;
  }
  .workflow-sec .heading-text,.project-visuals-sec .heading-text,.technology-stack-sec .heading-text,.business-requirement-sec .heading-text{
    margin-bottom:16px;
  }
  .step-divider{
    margin:24px 0;
  }
  .technology-stack-sec .tech-stack-listing h5{
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .heading-text h2{
    font-size:42px !important;
    line-height:54px !important;
  }
  .workflow-content .workflow-box span {
    font-size: 60px;
    line-height: 60px;
    min-width:140px;
  }
  .workflow-content .workflow-box h3 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .workflow-content{
    gap:24px;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    height: 524px;
  }
  .casestudy-cta-sec h2 ,.delivered-features-left h2{
    font-size: 54px !important;
    line-height: 60px !important;
  }
  .single-casestudy-banner-text:after{
    left:60px;
  }
  .banner-sec .single-casestudy-banner-text{
    padding-left:60px;
    padding-bottom: 20px;
  }
  .business-requirement-sec .business-text-box h3{
    font-size:24px !important;
    line-height:32px !important;
  }
  .business-requirement-sec .business-text-box h4 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media(max-width:1200px){
  .business-requirement-sec,.zealous-proposed-sec,.journey-sec,.tough-fight-sec,.technology-stack-sec,.technology-stack-sec,.workflow-sec,.casestudy-cta-sec{
    padding:60px 20px;
  }
  .delivered-features-sec{
    padding:60px 20px;
  }
  .delivered-features-wrapper{
    gap: 40px;
  }
  .delivered-features-left{
    flex: 0 0 300px;
    top: 50vh;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }
  .tough-fight-text, .tough-fight-sec .heading-text {
    width: 100%;
  }
  .project-visuals-marquee-item{
    width: 400px;
    height: 280px;
  }
  .project-visuals-marquee-track,.project-visuals-marquee{
    gap: 24px;
  }
  .casestudy-cta-sec h2,.delivered-features-left h2 {
    font-size: 48px !important;
    line-height: 54px !important;
  }
  .casestudy-cta-sec h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 24px !important;
  }
  .banner-sec .single-casestudy-banner-text{
    padding-left:20px;
    padding-bottom: 20px;
  }
  .single-casestudy-banner-text:after{
    width:calc(100% - 80px);
    left:20px;
  }
  .project-visuals-sec .heading-text{
    padding:0 20px
  }
}
@media(max-width:991px){
  .business-requirement-sec,.zealous-proposed-sec,.journey-sec,.tough-fight-sec,.technology-stack-sec,.technology-stack-sec,.casestudy-cta-sec{
    padding:50px 16px;
  }
  .workflow-sec{
    padding:50px 0px;
  }
  .delivered-features-sec{
    padding:50px 16px;
    min-height: auto;
  }
  .delivered-features-wrapper{
    flex-direction: column;
    gap: 40px;
  }
  .delivered-features-left{
    position: static;
    flex: 1;
    padding-right: 0;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .delivered-features-right{
    padding-top: 0;
  }
  .step-divider{
    margin: 32px 0;
  }
  .project-visuals-sec{
    padding:50px 0;
  }
  .project-visuals-marquee-item{
    width: 350px;
    height: 215px;
  }
  .project-visuals-marquee-track,.project-visuals-marquee{
    gap: 16px;
  }
  .delivered-features-right{
    width:100%;
  }
  .workflow-content{
    gap:24px;
  }
  .workflow-content {
    gap: 24px;
    grid-template-columns: 100%;
    height: auto;
  }
  .business-requirement-sec .card{
    flex-direction: column-reverse;
  }
  .business-requirement-sec .business-img-box{
    width:100%;
    position: static;
  }
  .business-requirement-sec .business-text-box{
    width:100%;
  }
  .business-requirement-sec .heading-text,.zealous-proposed-sec .heading-text{
    flex-direction: column;
    align-items:center;
    text-align:center;
  }
  .business-requirement-sec .heading-text h2,.zealous-proposed-sec .heading-text h2{
    margin-bottom:0;
  }
  .business-requirement-sec .heading-text p,.zealous-proposed-sec .heading-text p{
    margin:auto;
    margin-top:0px;
  }
  .business-requirement-sec .business-text-box{
    padding:24px;
  }
  .business-requirement-content{
    gap:32px;
  }
  .zealous-proposed-sec .proposed-card:first-child {
    grid-row: span 1;
  }
  .zealous-proposed-sec .zealous-proposed-content{
    grid-template-columns: auto;
  }
  .zealous-proposed-sec .proposed-card{
    min-height:300px;
    max-height:400px;
    height:100%;
  }
  .zealous-proposed-sec .zealous-proposed-content{
    height:auto;
  }
  .journey-sec .journey-content ul{
    flex-wrap:wrap;
  }
  .journey-sec .journey-content ul li{
    width: calc(50%);
  }
  .heading-text h2,.delivered-features-left h2 {
    font-size: 36px !important;
    line-height: 48px !important;
  }
  .delivered-features-left{
    margin-top:0;
  }
  .technology-stack-sec .tech-stack-listing span{
    width:100px;
    height:100px;
    margin-bottom:8px;
  }
  .technology-stack-sec .tech-stack-listing .stack-box {
    width: calc(100% / 4 - 12px);
  }
  .workflow-sec .heading-text{
    flex-direction: column;
    align-items:center;
    text-align:center;
    padding: 0 16px;
  }
  .casestudy-cta-sec h2, .delivered-features-left h2 {
    font-size: 36px !important;
    line-height: 48px !important;
  }
}
@media(max-width:576px){
  .delivered-features-left p{
    font-size: 16px;
    line-height: 24px;
  }
  .feature-step-content h3{
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 0px !important;
  }
  .step-divider{
    margin:12px 0;
  }
  .project-visuals-marquee-item{
    width: 280px;
    height: 180px;
  }
  .project-visuals-marquee-track{
    gap: 16px;
  }
  .project-visuals-marquee{
    gap: 16px;
  }
  .heading-text h2,.delivered-features-left h2 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .heading-text p{
    padding:8px !important;
  }
  .banner-sec{
    height:calc(100vh - 80px);
  }
  .banner-sec{
    max-height:450px;
  }
  .banner-sec.case-study-banner .inner-banner{
    height:100%;
  }
  .business-requirement-sec .business-text-box {
    padding: 16px;
 }
 .journey-sec .journey-content ul li{
  width:100%;
 }
 .feature-step-content{
  flex-direction: column;
 }
 .feature-step-content {
  padding:12px 0;
  align-items:start;
  gap:12px;
 }
 .workflow-content .workflow-box h3 {
  font-size: 20px !important;
  line-height: 26px !important;
}
.zealous-proposed-sec .proposed-card .proposed-text-box h3 {
  font-size: 24px !important;
  line-height: 32px !important;
}
 .technology-stack-sec .tech-stack-listing .stack-box {
  width: calc(100% / 3 - 11px);
}
.workflow-content .workflow-box{
  flex-direction: column;
  align-items:start;
}
.casestudy-cta-sec h2, .delivered-features-left h2 {
  font-size: 32px !important;
  line-height: 40px !important;
}
.casestudy-cta-sec h3 {
  font-size: 20px !important;
  line-height: 28px !important;
  margin-bottom: 24px !important;
}
}

