/*
  Theme Name: Salient Child Theme
  Description: This is a custom child theme for Salient
  Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
  Author: ThemeNectar
  Author URI:  https://themeforest.net/user/themenectar
  Template: salient
  Version: 1.0
  */

body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
  padding-top: 0px;
}

#header-outer[data-full-width="true"] header#top>.container,
.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1000px) {

  #header-outer[data-full-width="true"] header#top>.container,
  .container {
    padding: 0 5.556vw;
  }
}

/* body {
  font-size: clamp(16px, 1.11111111111vw, 16px);
} */

/* body h1,
.row .col h1 {
  font-size: 3.889vw;
  line-height: 1.2;
}

body h2,
.row .col h2 {
  font-size: 3.333vw;
  line-height: 1.2;
}

body h3,
.row .col h3 {
  font-size: 3.056vw;
  line-height: 1.2;
}

body h4,
.row .col h4 {
  font-size: 2.5vw;
  line-height: 1.2;
}

body h5,
.row .col h5 {
  font-size: 1.667vw;
  line-height: 1.2;
}

body h6,
.row .col h6 {
  font-size: 1.528vw;
  line-height: 1.2;
} */

.scroll-left .marquee-track {
  animation: scrollLeft 25s linear infinite;
}

.scroll-right .marquee-track {
  animation: scrollRight 25s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* @media (max-width: 1440px) {
  body h1,
  .row .col h1 {
    font-size: clamp(34px, 3.88888888889vw, 56px);
  }

  body h2,
  .row .col h2 {
    font-size: clamp(28px, 3.33333333333vw, 48px);
  }

  body h3,
  .row .col h3 {
    font-size: clamp(26px, 3.05555555556vw, 44px);
  }

  body h4,
  .row .col h4 {
    font-size: clamp(24px, 2.5vw, 36px);
  }

  body h5,
  .row .col h5 {
    font-size: clamp(20px, 1.66666666667vw, 24px);
  }

  body h6,
  .row .col h6 {
    font-size: clamp(18px, 1.52777777778vw, 22px);
  }
} */

/* policy page style starts */
.nectar-cta .link_wrap {
  display: inline-block;
}

.privacy-block br {
  display: none;
}

.privacy-block~.privacy-block {
  margin-top: 5vw;
}

.policy-content .privacy-block h1,
.policy-content .privacy-block h2,
.policy-content .privacy-block h3,
.policy-content .privacy-block h4,
.policy-content .privacy-block h5,
.policy-content .privacy-block h6 {
  margin-bottom: 1.111vw;
  font-size: 2.5vw;
  line-height: 1.25;
  color: #3b302d;
  text-transform: capitalize;
  font-weight: 700;
}

.privacy-block p,
.policy-content li,
.policy-content a {
  color: #3b302d;
  font-size: 1.111vw;
  line-height: 1.5;
}

.policy-content a {
  color: #61b984;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.policy-content a:hover {
  color: #3b302d;
}

.policy-content li {
  list-style-type: disc !important;
}

.policy-content p:not(:last-child) {
  padding-bottom: 1.111vw;
}

.policy-content .privacy-sub-block h1,
.policy-content .privacy-sub-block h2,
.policy-content .privacy-sub-block h3,
.policy-content .privacy-sub-block h4,
.policy-content .privacy-sub-block h5,
.policy-content .privacy-sub-block h6 {
  font-size: 1.667vw;
  line-height: 1.66666667;
}

.privacy-sub-block {
  padding-left: 3.056vw;
}

@media (max-width: 1440px) {
  .privacy-block~.privacy-block {
    margin-top: clamp(30px, 5vw, 72px);
  }

  .policy-content .privacy-block h1,
  .policy-content .privacy-block h2,
  .policy-content .privacy-block h3,
  .policy-content .privacy-block h4,
  .policy-content .privacy-block h5,
  .policy-content .privacy-block h6 {
    font-size: clamp(24px, 2.5vw, 36px);
    margin-bottom: clamp(12px, 1.11111111111vw, 16px);
  }

  .policy-content .privacy-sub-block h1,
  .policy-content .privacy-sub-block h2,
  .policy-content .privacy-sub-block h3,
  .policy-content .privacy-sub-block h4,
  .policy-content .privacy-sub-block h5,
  .policy-content .privacy-sub-block h6 {
    font-size: clamp(20px, 1.66666666667vw, 24px);
  }

  .privacy-block p,
  .policy-content li,
  .policy-content a {
    font-size: clamp(16px, 1.11111111111vw, 16px);
  }

  .privacy-sub-block {
    padding-left: clamp(24px, 3.05555556vw, 44px);
  }

  .policy-content p:not(:last-child) {
    padding-bottom: clamp(12px, 1.11111111111vw, 16px);
  }
}

/* policy page style ends */

/* case study page style starts */

.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.text-capitalize>* {
  text-transform: capitalize;
}

.case-study-badge .iwt-icon,
.key-points .iwt-icon,
.achievement-badges .iwt-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}

.achievement-badges .iwithtext {
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(59, 48, 45, 0.1);
  padding: 20px 24px;
}

.achievement-badges .iwt-icon {
  width: 24px;
  left: 24px;
  height: 24px;
}

.case-study-badge .iwt-icon img,
.key-points .iwt-icon img,
.achievement-badges .iwt-icon img {
  margin: 0;
  width: 100% !important;
}

.case-study-badge .iwithtext .iwt-text {
  padding-left: 24px;
  background: linear-gradient(90deg, #61b984 0%, #308563 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Averta Std";
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.key-points .iwithtext .iwt-text {
  padding-left: 24px;
  color: #3b302d;
  font-family: Averta;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
}

.achievement-badges .iwithtext .iwt-text {
  padding-left: 36px;
  color: #3b302d;
  font-family: Averta;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.logo-wrapper img {
  max-width: 120px;
  object-fit: contain;
}

.case-study-hero [data-id="main-title"] h1 {
  position: relative;
  display: inline-block;
}

.case-study-hero [data-id="main-title"] h1::before {
  content: "";
  position: absolute;
  background-image: url("https://staging.quickfixmystore.com/wp-content/uploads/2026/05/shop-icon.svg");
  top: -38px;
  right: -60px;
  width: 100px;
  height: 100px;
  z-index: -1;
}

.case-study-grid {
  position: relative;
}

.case-study-grid::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(70.71% 70.71% at 50% 50%,
      rgba(97, 185, 132, 0.32) 0%,
      rgba(97, 185, 132, 0) 70%);
  filter: blur(60px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.case-study-grid .grid {
  gap: 5vw;
  display: flex;
  flex-wrap: wrap;
}

.case-study-grid .card {
  border-radius: 8px;
  background: #fff;
  box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
  width: calc(50% - 2.5vw);
}

.case-study-grid .card .card-image img {
  aspect-ratio: 1/0.645;
  object-fit: cover;
  margin: 0;
  display: block;
  width: 100%;
}

.case-study-grid .card-content {
  padding: 3.056vw 2.222vw;
}

.case-study-grid .card .brand-logo {
  padding-bottom: 1.667vw;
}

.case-study-grid .card .brand-logo img {
  margin: 0;
  height: 2.778vw;
  object-fit: contain;
  display: block;
}

.case-study-grid .card .description {
  border-bottom: 1px solid rgba(59, 48, 45, 0.2);
  padding-bottom: 1.667vw;
  margin-bottom: 1.667vw;
  color: #3b302d;
  font-size: 1.389vw;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.24px;
}

.case-study-grid .card .stats {
  display: flex;
  flex-direction: column;
  gap: 1.111vw;
}

.case-study-grid .card .stats>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-study-grid .stat-number {
  font-size: 1.389vw;
  line-height: 1.6;
}

.case-study-grid .stat-label {
  font-size: 1.111vw;
  line-height: 1.6;
}

.logo-wrapper .row_col_wrap_12_inner .vc_column_container {
  width: 33.3%;
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .case-study-grid .grid {
    gap: clamp(24px, 5vw, 72px);
  }

  .case-study-grid .card {
    width: calc(50% - clamp(12px, 2.5vw, 36px));
  }

  .case-study-grid .card-content {
    padding: clamp(24px, 3.05555555556vw, 44px) clamp(16px, 2.22222222vw, 32px);
  }

  .case-study-grid .card .brand-logo {
    padding-bottom: clamp(20px, 1.66666667vw, 24px);
  }

  .case-study-grid .card .description {
    padding-bottom: clamp(20px, 1.66666667vw, 24px);
    margin-bottom: clamp(20px, 1.66666667vw, 24px);
    font-size: clamp(18px, 1.38888889vw, 20px);
  }

  .case-study-grid .stat-number {
    font-size: clamp(18px, 1.38888889vw, 20px);
  }

  .case-study-grid .card .brand-logo img {
    height: 40px;
  }

  .case-study-grid .stat-label {
    font-size: clamp(16px, 1.11111111vw, 16px);
  }

  .case-study-grid .card .stats {
    gap: clamp(16px, 1.11111111vw, 16px);
  }
}

@media (max-width: 999px) {

  .logo-wrapper .vc_column_container:first-child .hover-wrap-inner img,
  .logo-wrapper .vc_column_container:nth-child(5) .hover-wrap-inner img {
    max-width: 120px;
  }

  .logo-wrapper .row_col_wrap_12_inner .vc_column_container {
    justify-content: center;
  }
}

@media (max-width: 690px) {
  .case-study-grid .card {
    width: 100%;
  }

  .case-study-grid .card .stats>div {
    flex-wrap: wrap;
  }
}

/*case study page style starts */

/* shopify support page section style starts  */
.store-fix-col-left .wpb_wrapper,
.store-fix-col-left .wpb_wrapper>.inner_row,
.store-fix-col-left .row_col_wrap_12_inner {
  height: 100%;
}

.store-fix-card-left .vc_column-inner {
  border-radius: 12px;
  border: 1px solid rgba(97, 185, 132, 0.5);
  background: linear-gradient(232deg,
      rgba(255, 255, 255, 0.2) 0.26%,
      rgba(97, 185, 132, 0.05) 99.74%);
  height: 100%;
  transition: all 0.3s ease;
}

.store-fix-card-left .vc_column-inner .bg-primary-gradient .link_wrap {
  background: linear-gradient(85deg, #61b984 7.72%, #489f6b 92.28%);
  box-shadow: 0 2px 12px 0 rgba(59, 48, 45, 0.3);
  transition: all 0.3s ease;
}

.store-fix-card-left .vc_column-inner .bg-primary-gradient .link_wrap:hover {
  background: linear-gradient(85deg, #489f6b 7.72%, #61b984 92.28%);
}

.store-fix-card>.row_col_wrap_12_inner {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(59, 48, 45, 0.1);
  margin: 0 !important;
  transition: all 0.3s ease;
}

.store-fix-card-left .vc_column-inner:hover,
.store-fix-card>.row_col_wrap_12_inner:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (min-width: 691px) {
  .store-fix-card>.row_col_wrap_12_inner {
    gap: 0 24px;
  }

  .store-fix-card .vc_col-sm-2 {
    width: 44px;
  }

  .store-fix-card .vc_col-sm-10 {
    width: calc(100% - 68px);
  }

  .store-fix-section>.row_col_wrap_12 .vc_col-sm-8 {
    width: 61%;
  }

  .store-fix-section>.row_col_wrap_12 .vc_col-sm-4 {
    width: 39%;
  }
}

@media (max-width: 999px) {
  .store-fix-section>.row_col_wrap_12 .vc_col-sm-8 {
    width: 100%;
  }

  .store-fix-section>.row_col_wrap_12 .vc_col-sm-4 {
    width: 100%;
  }
}

/* shopify support page section style ends  */

@media (min-width: 1000px) {

  #header-outer[data-full-width="true"] header#top>.container,
  .container {
    padding: 0 5.556vw;
  }
}

.primary--button.nectar-button.jumbo {
  font-size: clamp(14px, 1.66666666667vw, 16px);
  font-weight: 600;
}

body.material .nectar-button.primary--gradient {
  background: transparent;
}

body.material .nectar-button.primary--gradient::before {
  background: #61b984;
  background: linear-gradient(85deg, #61b984 7.72%, #489f6b 92.28%) !important;
}

.information--sliders .flickity-slider .inner-wrap-outer .inner-wrap {
  display: flex;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  gap: 24px;
  border-radius: 42px;
  background: #ffffff;
  box-shadow:
    rgb(240 240 240) 3px 3px 20px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.information--sliders .flickity-slider .inner-wrap-outer {
  padding: 0;
}

.information--sliders .flickity-slider .inner-wrap-outer .inner-wrap .col {
  padding: 0;
}

.information--sliders .flickity-slider .inner-wrap-outer .inner-wrap .nectar-badge__inner {
  font-size: 0.9vw;
  font-weight: 800;
}

.main-service--section .nectar-fancy-box:hover .inner-wrap .fancy-box-custom-icon {
  filter: brightness(0) invert(1);
}

.main-service--section .nectar-fancy-box .inner-wrap h3,
.main-service--section .nectar-fancy-box .inner-wrap h4,
.main-service--section .nectar-fancy-box .inner-wrap h5 {
  font-size: clamp(18px, 1.6vw, 28px) !important;
  line-height: 1.2 !important;
  font-weight: 600;
  margin-bottom: 1.6vw;
}

.trust-bech--section .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.trust-bech--section .iwithtext .iwt-text {
  font-weight: 700;
  padding: 0;
  font-size: 1vw;
}

.trust-bech--section .iwithtext .iwt-icon {
  position: initial;
}

.trust-bech--section .iwithtext .iwt-icon img {
  width: 24px !important;
  height: auto;
  padding: 0;
  margin: 0;
}

.trust-bech--section .iwithtext {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px 20px 16px 20px;
  height: auto;
  margin: 0;
  border-radius: 42px;
  background: #ffffff;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.vertical--icon-group .iwt-icon img {
  margin: 0 !important;
  width: 26px !important;
}

.vertical--icon-group .iwt-text {
  padding-left: 36px !important;
}