@media only screen and (max-width: 991px) {
	.wfss-process-item .wfss-process-icon {
		position: static;
		transform: none;
		/* margin: 0 auto 15px !important; */
		border: 2px solid #056bf1;
		width: 70px;
		height: 70px;
		padding: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wfss-process-top .wfss-process-content {
		padding-bottom: 0;
		text-align: center;
	}
	.wfss-process-bottom .wfss-process-content {
		/* padding-top: 0; */
		text-align: center;
	}
}

/* Global Responsive Fixes */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* Container Adjustments */
@media (max-width: 1200px) {
  .wfss-container {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  /* Header & Navigation */
  .wfss-header {
    padding: 15px 0;
  }

  .wfss-nav-menu {
    padding-top: 80px;
  }

  /* Typograhy Scaling */
  .wfss-hero-title {
    font-size: 42px;
  }

  .wfss-section-title {
    font-size: 36px;
  }

  .wfss-about-title,
  .wfss-section-title {
    font-size: 36px;
  }

  .wfss-support-title {
    font-size: 36px;
  }

  /* Layout Adjustments */
  .wfss-hero-wrapper,
  .wfss-about-wrapper,
  .wfss-discovery-wrapper,
  .wfss-why-choose-wrapper,
  .wfss-support-wrapper,
  .wfss-features-wrapper,
  .wfss-why-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .wfss-hero-content,
  .wfss-about-content,
  .wfss-discovery-content,
  .wfss-support-content {
    text-align: center;
  }

  .wfss-hero-description,
  .wfss-about-text,
  .wfss-discovery-text,
  .wfss-support-text {
    margin-left: auto;
    margin-right: auto;
  }

  /* .wfss-discovery-text {
    border-left: none;
    padding-left: 0;
    /* border-top: 3px solid #056bf1; */
    /* padding-top: 20px; */
  /* } */ */

  /* Grids */
  .wfss-services-grid,
  .wfss-success-grid,
  .wfss-portfolio-grid,
  .wfss-process-steps,
  .wfss-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .wfss-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
	 .wfss-footer-grid > .wfss-footer-brand:first-child{
		grid-column: 1 / -1;
		padding-right: 0;
		}
  /* Support Visuals correction */
  .wfss-support-visuals {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  /* Further Layout Adjustments */
  .wfss-hero-title {
    font-size: 36px;
  }

  .wfss-stat-number {
    font-size: 42px;
  }

  .wfss-contact-grid {
    grid-template-columns: 1fr;
  }

  .wfss-why-choose-list {
    grid-template-columns: 1fr;
  }

  /* Swiper buttons hide on tablet/mobile usually or made smaller */
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  /* Mobile Layout */
  .wfss-container {
    padding: 0 20px;
  }

  .wfss-hero-title {
    font-size: 32px;
  }

  .wfss-section-title {
    font-size: 28px;
  }

  .wfss-services-grid,
  .wfss-success-grid,
  .wfss-portfolio-grid,
  .wfss-process-steps,
  .wfss-team-grid,
  .wfss-footer-grid {
    grid-template-columns: 1fr;
  }

  .wfss-portfolio-filters {
    gap: 10px;
  }

  .wfss-filter-btn {
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 5px;
  }

  .wfss-about-images {
    min-height: 300px;
  }

  .wfss-newsletter-form {
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
  }

  .wfss-newsletter-form input {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .wfss-newsletter-form button {
    width: 100%;
  }

  .wfss-support-visuals {
    min-height: 300px;
  }

  .wfss-support-img-sub {
    bottom: 0;
  }

  /* About image group responsiveness */
  .wfss-about-img-group {
    width: 80%;
    left: 0;
  }

  .wfss-about-img-single {
    width: 60%;
    right: 0;
    bottom: -20px;
  }
}
/* Testimnial section  */
.wfss-testimonial-text{
  margin-bottom: 0;
}
.wfss-testimonial-text + .read-more-btn {
	font-size: 16px;
	line-height: 1.7;
	color: #046cf1;
	margin-bottom: 30px;
	background: transparent;
	border: 0;
	text-decoration: underline;
}
.wfss-testimonial-text + .read-more-btn:hover{
  color: #000;
}
/* Process bar */
.wfss-process-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  position: relative;
  gap: 0px;
  height: auto;
  margin-top: 0;
}
.wfss-process-content {
  position: relative;
  transform: unset;
  min-width: unset;
  top: 0;
  bottom: 0 !important;
  left: 0;
  margin-bottom: 10px !important;
}

.wfss-process-icon {
  position: unset !important;
  margin-block: 0 !important;
  margin-inline: auto !important;
  transform: unset !important;
}
.wfss-process-item.wfss-process-top .wfss-process-data-wrap{
  flex-direction: column-reverse;
	display:flex;
}
.wfss-process-item.wfss-process-bottom {
  padding-top: 0;
}
.wfss-process-content {
    padding: 15px;
}
.wfss-process-item.wfss-process-bottom .wfss-process-content {
    margin-top: 10px;
    top: 0 !important;
    /* padding-bottom: 0; */
    margin-bottom: 0 !important;
    /* padding: 15px; */
}
.wfss-process-item {
  height: auto;
}
.wfss-process-wrapper {
	/* background: antiquewhite; */
}
.wfss-process-icon {
	/* width: 100%; */
	/* border-radius: 0; */
}
.wfss-process-item.wfss-process-top {
    flex-direction: column-reverse;
    display: flex;
}
.wfss-process-content h3 {
    font-size: 18px;
    margin-bottom: 16px;
}
.wfss-process-content p {
    font-size: 16px;
}
.wfss-process-section::before {
    top: 50%;
}
.wfss-icon-wrap {
    /* width: inherit; */
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}
.wfss-process-icon {
    position: relative !important;
    z-index: 1; /* create stacking context */
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.wfss-process-item .wfss-process-icon::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c7e5ff;
    transform: translateY(-50%);
    z-index: -1; /* goes behind the icon */
    width: 100vw;
    /* margin-left:-50vw; */
}
.wfss-process-item:first-child .wfss-process-icon::before {
	/* background:#056BF1; */
	left: -50vw;
}
section.wfss-process-section .wfss-container{
	overflow:visible;
}
.wfss-process-item:first-child .wfss-process-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c7e5ff;
    transform: translateY(-50%);
    z-index: -1; /* goes behind the icon */
    width:50vw;
    /* margin-left:-50vw; */
    /* top: 10px; */
}
.wfss-process-section::before {
    display: none;
}
@media only screen and (max-width: 991px) {
  .wfss-process-content {
      padding-top: 15px;
  }
}
@media only screen and (max-width: 810px) {
  .wfss-process-wrapper {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      align-items: flex-start;
      align-items: stretch;
  }
  .wfss-process-extra-space {
      display: none;
  }
  .wfss-process-item .wfss-process-data-wrap,
  .wfss-process-item.wfss-process-top .wfss-process-data-wrap {
      flex-direction: column;
      height: fit-content !important;
  }
  .wfss-process-content{
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
  }
  .wfss-process-item{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px !important;
    background: #fff;
  }
  .wfss-process-item .wfss-process-icon{
    margin-bottom: 16px !important;
  }
  .wfss-process-content::before {
    opacity: 0;
  }
  .wfss-process-section::before {
      opacity: 0;
  }
  .wfss-process-item .wfss-process-icon::before,
  .wfss-process-item .wfss-process-icon::after{
    opacity: 0;
  }
}
@media only screen and (max-width: 576px) {
  .wfss-process-wrapper {
      grid-template-columns: repeat(1, 1fr);
  }
}
/* Hero Banner section */
.wfss-section-gapping{
  padding-block: 50px;
}
.wfss-hero-title{
  margin-bottom: 20px;
}
.wfss-hero-content {
    flex: 1;
    position: relative;
    /* width: 60%; */
}
/* .wfss-hero-description,
.wfss-about-text,
.wfss-service-content p{
  font-family: 'Inter';
} */
.wfss-hero-image-wrapper{
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .wfss-section-gapping{
    padding-block: 40px;
  }
  .wfss-hero-title {
      font-size: 48px;
  }
  .wfss-hero-wrapper {
      padding-top: 0px;
  }
  .wfss-hero-content{
    text-align: left;
    width: 100%;
  }
  .wfss-hero-description {
    margin-inline: 0 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .wfss-hero-description > *:last-child{
    margin-bottom: 0;
  }
  .wfss-hero-wrapper{
    gap:25px;
  }
  .wfss-hero-image-wrapper{
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .wfss-section-gapping{
    padding-block: 30px;
  }
  /* .wfss-hero-subtitle{
    margin-bottom: 10px;
  } */
  .wfss-hero-title {
      font-size: 38px;
  }
}
@media only screen and (max-width: 420px) {
  .wfss-section-gapping{
    padding-block: 20px;
  }
  .wfss-hero-title {
    font-size: 34px;
  }
  .wfss-hero-description{
    font-size: 16px;
  }
  .wfss-hero-subtitle {
      font-size: 14px;
  }
}
/* Who we are section */
.wfss-about-title,
.wfss-section-title{
  margin-top: 0;
  margin-bottom: 16px;
}
.wfss-about-text{
  margin-bottom: 16px;
}
.wfss-about-wrapper {
    gap: 50px;
    align-items: stretch;
}
.wfss-about-images {
    min-height: unset;
    text-align: center;
    border-radius: 30px;
    border: 6px #fff solid;
    overflow: hidden;
}
.wfss-about-text-wrap {
    margin-bottom: 30px;
}
.wfss-about-images img {
    width: 100%;
    height: 100%;
}
.wfss-show-upto-ipad{
  display: none;
}
.wfss-section-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: rgb(11, 11, 31);
}
.wfss-section-stubtitle {
    display: block;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .wfss-show-upto-ipad{
    display: initial;
  }
  .wfss-about-content.wfss-show-upto-ipad span.wfss-about-subtitle {
      margin-bottom: 0;
  }
  .wfss-about-wrapper,
  .wfss-contact-row {
    gap: 25px !important;
  }
  .wfss-about-content{
    text-align: left;
    /* margin-bottom: 20px; */
  }
  .wfss-center-upto-ipad{
    text-align: center;
  }
  .wfss-ipad-mb-0{
		margin-bottom:0;
	}
  .wfss-hide-after-ipad {
      display: none;
  }
  .wfss-about-text-wrap {
      margin-bottom: 20px;
  }
  .wfss-about-images {
    border: 4px #fff solid;
  }
}
@media only screen and (min-width: 820px) {
  .wfss-about-images img {
      width: 100%;
  }
}
@media only screen and (max-width:420px) {
  .wfss-about-title,
  .wfss-section-title {
      font-size: 32px;
  }
  .wfss-about-subtitle,
  .wfss-section-stubtitle {
    font-size: 12px;
  }
  .wfss-about-text,
  .wfss-discovery-text,
  .wfss-why-choose-text,
  .wfss-support-text {
    font-size: 14px;
  }
  /* .wfss-about-images {
    border: 2px #fff solid;
  } */
  .wfss-accordion-body p,
  .wfss-why-choose-list li {
    font-size: 13px;
  }
  .wfss-accordion-header h3 {
    font-size: 16px;
  }
  .wfss-accordion-header {
    padding: 16px;
  }
  .wfss-accordion-item .wfss-accordion-body {
    padding: 16px;
  }
  .wfss-discovery-wrapper {
    gap: 25px;
  }
  .wfss-discovery-text{
    text-align: left;
  }
}
/* Counter section  */
@media only screen and (max-width:1160px) {
  .wfss-success-card {
      padding: 20px 20px;
  }
}
/*  Our Technology Section */
.wfss-section-header,
.wfss-portfolio-filters {
    margin-bottom: 40px;
    text-align: center;
}
.wfss-service-content p {
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wfss-service-card {
    border-radius: 25px;
}
h1.wfss-inner-banner-title,ul.wfss-breadcrumb {
    padding-inline: 10px;
}
@media only screen and (max-width:991px) {
  .wfss-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
  }
  .wfss-section-header,
  .wfss-portfolio-filters {
      margin-bottom: 30px;
  }
  .wfss-service-card {
    padding: 25px;
    display: flex;
    gap: 20px;
  }
  .wfss-service-icon {
    width: 50px;
    height: 50px;
  }
  .wfss-service-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  .wfss-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .wfss-section-header,
  .wfss-portfolio-filters {
      margin-bottom: 20px;
  }
  .wfss-service-card {
      padding: 20px;
      gap: 15px;
  }
}
@media only screen and (max-width:420px) {
  .wfss-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .wfss-section-header {
      margin-bottom: 20px;
  }
  .wfss-service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }
}
header.wfss-header .wfss-container {
    overflow: initial;
}
/* Why choose us */
.wfss-why-choose-image {
    padding: 0;
    text-align: right;
    margin-top: 20px;
    padding-bottom: 30px;
}
.wfss-why-choose-image .wfss-why-choose-shape-wrap {
    margin: 0;
    width: calc(100% - 45px );
    margin-left: auto;
    border-radius:30px;
    padding-bottom: 30px;
    position: relative;
}
.wfss-why-choose-wrapper{
  align-items: initial;
}
.wfss-why-choose-image img {
    width: 100%;
    margin: 0;
    border-radius: 30px;
}
.wfss-why-choose-image .wfss-why-choose-shape-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 35px );
    background-color: #056bf1;
    left: -45px;
    top: 30px;
    border-radius: 30px;
}
@media only screen and (max-width:991px) {
  .wfss-why-choose-wrapper{
    flex-direction: column-reverse;
  }
  .wfss-why-choose-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width:576px) {
  .wfss-why-choose-image .wfss-why-choose-shape-wrap::after {
      left: -35px;
  }
  .wfss-why-choose-image .wfss-why-choose-shape-wrap {
    width: calc(100% - 35px );
  }
}
@media only screen and (max-width:420px) {
  .wfss-why-choose-image .wfss-why-choose-shape-wrap::after {
      left: -25px;
      top: 20px;
  }
  .wfss-why-choose-image .wfss-why-choose-shape-wrap {
      width: calc(100% - 25px );
  }
}
/* Support section */
.wfss-support-title {
    color: #fff;
}
.wfss-support-text {
    color: #fff;
}
.wfss-support-wrapper {
    align-items: initial;
}

img.wfss-support-img-main {
    width: 100%;
    position: unset;
    border-radius: 30px;
}

.wfss-support-img-main-wrap {
    max-width: 70%;
    position: relative;
    margin-left: auto;
    /* border-radius: 30px; */
}

img.wfss-support-img-sub {
    position: unset;
    width: 100%;
    border-radius: 30px;
    /* border: 2px; */
}

.wfss-support-img-sub-wrap {
    position: relative;
    max-width: 60%;
    margin-top: -100px;
}
.wfss-support-feature-box:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width:991px) {
  .wfss-support-content {
      text-align: left;
  }
  .wfss-support-text {
      margin-bottom: 20px;
  }
}
/* Testimonial section */
.swiper-pagination{
    position: unset;
    margin-top: 10px;
}
@media only screen and (max-width:991px) {
  .wfss-testimonial-card {
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  }
  .wfss-quote-icon {
    margin-bottom: 15px;
  }
  .wfss-testimonial-text + .read-more-btn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:420px) {
  .wfss-quote-icon {
    font-size: 32px;
  }
  .wfss-testimonial-text {
    font-size: 14px;
  }

  .wfss-testimonial-text + .read-more-btn {
      font-size: 14px;
  }

  .wfss-testimonial-user img {
      width: 50px;
      height: 50px;
  }

  .wfss-user-info h4 {
      font-size: 16px;
  }
}
/* Profile section */
.wfss-portfolio-overlay .wfss-portfolio-readmore {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.wfss-portfolio-overlay .wfss-portfolio-readmore i.fa-solid.fa-arrow-right {
    font-size: 12px;
}

.wfss-portfolio-overlay h3 {
    margin-bottom: 10px;
}

.wfss-portfolio-overlay p {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tnp.tnp-subscription {
    margin-block: 0;
}
@media only screen and (max-width:810px) {
  .wfss-portfolio-grid{
    gap: 20px;
  }
}
@media only screen and (max-width:1024px) {
  .wfss-newsletter-content{
    padding: 40px;
    gap: 40px;
    border-radius: 40px;
  }
}
@media only screen and (max-width:920px) {
  .tnp-subscription form {
      flex-direction: column;
  }

  .wfss-newsletter-form .tnp-field.tnp-field-button {
      margin-bottom: 0 !important;
      padding-bottom: 0;
      width: 100%;
  }

  .wfss-newsletter-content {
      padding: 30px;
      gap: 30px;
      border-radius: 30px;
  }

  .wfss-newsletter-form .tnp-field.tnp-field-button input {
      width: 100% !important;
      height: 40px !important;
  }
}
@media only screen and (max-width:786px) {
  .wfss-newsletter-content{
      padding: 20px;
      gap: 20px;
      border-radius: 20px;
  }
  .newsletter-content-wrapper {
    width: 100%;
  }
  .wfss-newsletter-form.aos-init.aos-animate {
    width: 100%;
  }
}
@media only screen and (max-width:786px) {
  .wfss-newsletter-form{
    padding: 0;
  }
}
/* Footer */
.wfss-footer-grid {
    margin-bottom: 20px;
    gap: 30px;
}

.wfss-contact-card:last-child .wfss-contact-details h5 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.wfss-footer-links li:last-child {
    margin-bottom: 0 !important;
}

.wfss-footer-contact-detils {
    margin-bottom: 0;
}

.wfss-footer-bottom {
    padding-block: 20px;
}

.wfss-footer-bottom-line p {
    margin-bottom: 0;
}

footer.wfss-footer.wfss-section-gapping {
    margin-bottom: 0;
    padding-bottom: 0;
}
.wfss-contact-details a {
    color: #fff;
    text-decoration: none;
}
.wfss-contact-details a:hover {
  color: var(--primary-color);
}
.header-placeholder{
  position: fixed;
}
@media (max-width: 991px) {

    #wfss-primary-menu li {
        position: relative;
    }

    .wfss-submenu-toggle {
        cursor: pointer;
        font-size: 14px;
        padding: 10px;
        display: inline-block;
    }

    .wfss-submenu-toggle.open {
        transform: rotate(180deg);
    }

    #wfss-primary-menu {
    position: unset;
    margin-top: 50px;
  }
  #wfss-primary-menu > li.menu-item-has-children > a::after, #wfss-primary-menu > li.services-parent > a::after{
    display: none;
  }
  #wfss-primary-menu .sub-menu {
    position: unset;
  }
  .wfss-submenu-toggle + .sub-menu {
    display: initial !important;
  }
  #wfss-primary-menu .sub-menu li a, #wfss-primary-menu .sub-menu li .menu-label {
    display: inherit;
  }

  #wfss-primary-menu {
    position: unset;
    margin-top: 0;
    max-width: unset;
    width: 100%;
  }
  #wfss-primary-menu > li.menu-item-has-children > a::after, #wfss-primary-menu > li.services-parent > a::after{
    display: none;
  }

  #wfss-primary-menu .sub-menu {
    position: unset;
  }

  .wfss-submenu-toggle + .sub-menu {
    display: initial !important;
  }
  #wfss-primary-menu .sub-menu li a, #wfss-primary-menu .sub-menu li .menu-label {
    display: initial;
  }
  #wfss-primary-menu .sub-menu li.menu-item-has-children > a::after, #wfss-primary-menu .sub-menu li.menu-item-has-children > .menu-label::after {
    display: none;
  }
  .wfss-submenu-toggle {
    padding: 0;
    float: right;
  }

  #wfss-primary-menu .sub-menu li {
      position: relative;
      display: block;
      margin: 0;
      padding-bottom: 15px;
      padding-left: 20px !important;
  }

  #wfss-primary-menu .sub-menu li a, #wfss-primary-menu .sub-menu li .menu-label {
      display: initial;
      font-size: 18px;
      color: #1a1a2e;
      text-decoration: none;
      padding: 0;
      font-weight: 400;
  }

  .wfss-submenu-toggle + .sub-menu li:first-child {
      padding: 0;
      margin-block: 7.5px !important;
      /* border-top: 1px solid var(--bg-blue-color); */
  }
  .wfss-submenu-toggle:not(.open) + .sub-menu {
    display: none !important;
  }

  #wfss-primary-menu li {
      padding-block: 7.5px;
      /* border-bottom: 1px solid var(--bg-blue-color); */
      margin-bottom: 0;
  }

  #wfss-primary-menu .sub-menu li {
      padding-block: 7.5px;
      margin: 0 !important;
      /* margin-left: 20px !important; */
  }

  #wfss-primary-menu .sub-menu li:last-child {
      padding-bottom: 0;
      border-bottom: 0;
  }
  #wfss-primary-menu .sub-menu li a:hover, #wfss-primary-menu .sub-menu li:hover > a, #wfss-primary-menu .sub-menu li:hover > .menu-label {
      background-color: transparent;
      padding-left: 30px;
      display: initial;
      font-size: 18px;
      color: #1a1a2e !important;
      text-decoration: none;
      padding: 0;
  }

  #wfss-primary-menu .sub-menu .sub-menu {
      position: unset;
      background-color: transparent;
  }

  #wfss-primary-menu .sub-menu .sub-menu li a {
      padding-left: 0;
  }

  #wfss-mobile-menu.active {
      max-width: unset;
      overflow-y: scroll;
      /* position: relative; */
  }

  body.menu-activated:after {
      content: "";
      background-color: black;
      height: 100vh;
      width: 100vw;
      position: absolute;
      top: 0;
      z-index: -1;
  }
  body.menu-activated::after {
      content: "";
      background-color: #00000085;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999; /* BELOW menu */
      visibility: hidden;
  }
  body.menu-activated {
      /* overflow: hidden; */
      /* height: 100vh; */
  }
  #wfss-mobile-menu {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      height: 100vh;
      background: #fff;
      box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      transition: 0.3s ease;
      z-index: 99999;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
  }

  #wfss-mobile-menu.active {
      right: 0;
  }
  #wfss-mobile-menu.active .header-placeholder{
  display:none;
  }

  div#wfss-mobile-menu {
      z-index: 999999999999999;
  }

  body.menu-activated header.wfss-header.sticky .wfss-container:after {
      content: "";
      position: fixed;
      width: 100vw;
      height: 100vw;
      z-index: 666;
      background-color: #00000085;
      top: 0;
      left: 0;
      visibility: hidden;
  }
  span.wfss-submenu-toggle {
    position: relative;
    font-size: inherit;
  }
  .wfss-submenu-toggle::before {
      content: "\f078";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
  }
  #wfss-primary-menu .sub-menu li a, #wfss-primary-menu .sub-menu li .menu-label {
    border: none;
    background-color: transparent;
  }
  #wfss-primary-menu .sub-menu{
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  #wfss-mobile-menu.active{
    max-width: unset;
  }
}
/* About us page about section */
.wfss-banner-shape-1,.wfss-banner-shape-2{
  display: none;
}
@media (max-width: 1024px) {
  .wfss-inner-banner-content{
    margin-inline: 0;
    padding: 100px 0 100px 0px;
  }
}
@media (max-width: 768px) {
  .wfss-inner-banner-content{
    margin-inline: 0;
    padding: 60px 0 60px 0px;
  }
}
@media (max-width: 420px) {
  .wfss-inner-banner-content {
    border-radius: 20px 20px 0 0;
  }
}
button.wfss-close-menu {
    display: none;
}

body.menu-activated button.wfss-menu-toggle.wfss-open-menu {
    display: none;
}

body.menu-activated button.wfss-close-menu {
    display: initial;
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 0;
}
@media (max-width: 991px) {
  .wfss-about-text p, .wfss-about-text {
      margin-bottom: 0;
  }
  section.wfss-why-choose-section .wfss-btn-wrap{
    margin-right: auto;
  }
  .wfss-why-wrapper{
    gap: 25px;
  }
  div#wfss-mobile-menu {
    height: fit-content;
    top: 80px;
    right: 0;
    position: absolute;
    z-index: 99;
    display: inline;
    padding: 0;
    /* width: 100vw; */
    box-shadow: none;
    padding-right: 20px;
    max-height: 0;
    transition: max-height 0.3s ease;
    padding-left: 20px;
    left: 0;
  }

  #wfss-mobile-menu.active {
      top: 80px;
      display: initial;
      z-index: 99;
      max-height: 100vh;
      transition: max-height 0.3s ease;
      padding-left: 20px;
      right: 0;
  }

  header.wfss-header {
      /* position: relative; */
  }
  .wfss-features-col {
    flex-direction: row;
    gap: 40px;
  }

  .wfss-feature-item {
      flex: 1;
      padding-inline: 0;
  }
}
@media (max-width: 768px) {
  .wfss-features-col {
    flex-direction: row;
    gap: 25px;
  }
  .wfss-features-wrapper{
    gap:30px;
  }
}
@media (max-width:576px) {
  .wfss-features-col {
    flex-direction: column;
    gap: 20px;
    order: 1;
  }
  .wfss-features-wrapper{
    gap:20px;
  }
  .wfss-features-image{
    order: 2;
  }
}
.wfss-btn-wrap .wfss-loading-hide {
	display: none !important;
}
#wfss-portfolio-grid {
	padding-bottom: 10px;
}
.type-services .wfss-section-gapping .container {
    max-width: unset;
    padding-inline: 0;
    margin-inline: 0;
}
.wfss-privacy-policy-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}
.wfss-privacy-policy-content br {
    display: none;
}
.type-services .wfss-section-gapping .container > .row {
    margin:0;
}
.type-services .wfss-section-gapping:last-child {
    padding-bottom: 0;
}
.wfss-blog-content h3 {
    margin-bottom: 12px;
}
@media (max-width:991px) {
  .wfss-contact-form-card, .wfss-contact-info-card {
      margin-bottom: 0 !important;
  }
  .wfss-contact-section::after {
    display: none;
  }
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450 !important;
}
@media (max-width:420px) {
.wfss-contact-form-card, .wfss-contact-info-card {
    padding: 20px;
    border-radius: 20px;
}
}